﻿@charset "utf-8";
/*******************************************/
/* Sitemap                                 */
/*******************************************/
.tbl-sitemap{ border-top:1px solid #d4dbdf; }
.tbl-sitemap tr{ border-bottom:1px solid #d4dbdf; }
.tbl-sitemap td{ padding:24px 0; }
.tbl-sitemap td:nth-child(1){ color:#0068b7; font-size:2.4rem; font-weight:bold; line-height:3.2rem; text-align:left; width:400px; vertical-align:top; }
.tbl-sitemap td:nth-child(2){ text-align:left; width:calc(100% - 400px); }
.tbl-sitemap td ul{ border-left:4px solid #d4dbdf; padding-left:16px; }
.tbl-sitemap td ul li{ display:block; line-height:2.2rem; margin-bottom:16px; padding-left:1.1em; text-indent:-1.1em; }
.tbl-sitemap td ul li:last-child{ margin-bottom:0; }
.tbl-sitemap td ul li::before{ background:#46b2e7; content:""; display:inline-block; position:relative; top:-4px; margin-right:8px; width:10px; height:1px; }

/*******************************************/
/* responsive                              */
/*******************************************/

@media screen and (max-width:767px) {
	.tbl-sitemap td{ display:block; }
	.tbl-sitemap td:nth-child(1){ padding:24px 0 0; width:100%; }
	.tbl-sitemap td:nth-child(2){ width:100%; }
}