
/* common */
.subpage { overflow: hidden; position:relative; text-align: left; }
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; position: relative;}
/* .sub_tit {margin-bottom: 50px; } */
/* .sub_tit h2::before {content: ''; width:46px; height: 4px; display: block ;background-color: #192e63; margin: 0 0 20px;} */

/* font size */
.fs_55 {font-size: 55px; font-weight :600; line-height: 1.2; color:#000; }
.fs_37 {font-size: 37px; font-weight :700; line-height: 1.2; color:#000; }
.fs_34 {font-size: 34px; font-weight:500; line-height: 1.32;  color:#000;  }
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_30 {font-size: 30px; font-weight:700; line-height: 1.6;  color:#000;  }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_24 {font-size: 24px; font-weight:300; line-height: 1.67; color:#333;  }
.fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; color:#000;  }
.fs_21 {font-size: 21px; font-weight:700; line-height: 1.4; color:#000;  }
.fs_20 {font-size: 20px; font-weight:300; line-height: 1.8; color:#333;  }
.fs_19 {font-size: 19px; font-weight: 400; color: #333; line-height: 1.67; letter-spacing: -.36px; }
.fs_18 {font-size: 18px; font-weight: 400; color: #333; line-height: 1.72; letter-spacing: -.36px; }
.fs_17 {font-size: 17px; font-weight: 400; color: #333; line-height: 1.72; letter-spacing: -.36px; }
.fs_16 {font-size: 16px; font-weight: 400; color: #444; line-height: 1.72; letter-spacing: -.36px; }
.fs_15 {font-size: 15px; font-weight: 400; color: #666; line-height: 1.72; letter-spacing: -.36px; }

#sitemap_sub { overflow: hidden; }
#sitemap_sub section {padding-bottom: 0;}
#sitemap_sub .bg_bot { width:100%; height: 450px; background:url('../img/sitemap_bg.jpg') no-repeat center / cover; margin-top:120px; }

/* sitemap */
#sitemap_sub .bg_bot { height: 500px; margin-top:100px; }


#sitemap_sub .sitemap_list { margin:50px 0 0; display: flex; border-top: 1px solid #000; text-align: left; }

#sitemap_sub .parents_li{ margin-right: 160px; }
#sitemap_sub .parents_li:last-of-type { margin-right: 0; }

#sitemap_sub .parents_li > a { display: block; font-size:20px; font-weight: 800; color:#000; transition: color .3s ease; line-height: 1; margin:55px 0 30px; }
#sitemap_sub .parents_li > a:hover { color:#095fb7; }

#sitemap_sub .child_li > a { display: inline-block; margin-bottom: 25px; font-size:16px; font-weight: 300; color: #666; white-space: nowrap; transition: color .3s ease; }
#sitemap_sub .child_li > a:hover { color:#095fb7; }





@media screen and (max-width:1400px) {
    /* common */
    .subpage br:not(.space) {display: none;}
    /* .sub_tit h2::before {margin: 0 auto 20px;} */

    /* content */
    /* .subpage {text-align: center;} */
    .sub_tit h2::before {margin: 0 auto 20px;}
    #sitemap_sub .sitemap_list {justify-content: space-between;}
    #sitemap_sub .parents_li {margin-right: 50px;}

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .sub_tit h2::before {margin: 0 auto 15px;}
    .dot_tit::before {top:11px; }

    /* font size */
    .fs_55 {font-size:40px; }
    .fs_37 {font-size:30px; }
    .fs_34 {font-size: 27px;}
    .fs_32 {font-size: 26px;}
    .fs_30 {font-size: 25px;}
    .fs_26 {font-size: 21px;}
    .fs_24 {font-size: 20px;}
    .fs_22 {font-size: 19px;}
    .fs_21 {font-size: 18px; line-height: 1.4;}
    .fs_20 {font-size: 17px; line-height: 1.65;}
    .fs_19 {font-size: 17px; line-height: 1.65;}
    .fs_18 {font-size: 16px; line-height: 1.65;}
    .fs_17 {font-size: 15px; line-height: 1.65;}
    .fs_16 {font-size: 14px; line-height: 1.65;}
    .fs_15 {font-size: 13px; line-height: 1.65;}

    /* btn */
    /* .sub_btn {margin:0 auto;} */

    /* content */
    #sitemap_sub .bg_bot {margin-top: 70px; height:250px;}
    #sitemap_sub .sitemap_list {margin: 30px 0 0;display: block;}
    #sitemap_sub .parents_li {display: flex; padding: 0 0 35px; border-bottom: 1px solid #ddd; margin: 0;}
    #sitemap_sub .parents_li > a {margin:35px 0 0; width:150px; flex-shrink: 0; display: block; }
    #sitemap_sub .parents_li > ul {display: flex; flex-wrap: wrap; width: 100%;}
    #sitemap_sub .parents_li > ul li {margin-right: 50px; margin-top: 35px;}
    #sitemap_sub .child_li > a { margin: 0; }



}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    /* .sub_tit {margin-bottom: 20px; } */
    .dot_tit::before {top:10px; }

    /* font size */
    .fs_55 {font-size:32px; }
    .fs_37 {font-size:22px; }
    .fs_34 {font-size: 21px;}
    .fs_32 {font-size: 20px;}
    .fs_30 {font-size: 20px;}
    .fs_26 {font-size: 18px;}
    .fs_24 {font-size: 17px;}
    .fs_22 {font-size: 17px;}
    .fs_21 {font-size: 16px;}
    .fs_20 {font-size: 15px;}
    .fs_19 {font-size: 15px;}
    .fs_18 {font-size: 14px;}
    .fs_17 {font-size: 14px;}
    .fs_16 {font-size: 13px;}
    .fs_15 {font-size: 12px;}

    /* btn */
    .sub_btn {  width: 100%;   height:40px; font-size: 14px; padding: 0 20px;}
    .sub_btn .arrow {top:0; width: 7px;}

    /* content */
    #sitemap_sub .bg_bot {margin-top: 50px; height:150px;}
    #sitemap_sub .parents_li {display: block; padding: 30px 0; }
    #sitemap_sub .parents_li > a {margin:0; width:100%; font-size: 18px;}
    #sitemap_sub .parents_li > ul {display: flex; flex-wrap: wrap; }
    #sitemap_sub .parents_li > ul li {margin-right: 30px; margin-top:20px;}
    #sitemap_sub .child_li > a { margin: 0; font-size: 14px;}




}
