/* 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%; }

.line_tit {text-align: left; position: relative;  padding-left: 15px;  }
.line_tit::before {content: ''; display: block; width: 4px; height: 60%; background-color: #1b1b7f; position: absolute; left: 0; top:20%; }

/* 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.57;  color:#000;  }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_23 {font-size: 23px; font-weight:700; line-height: 1.61; color:#000; letter-spacing: -.46px;}
.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.67; color:#000;  }
.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.83; 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; }

/*Content CSS*/
.line_tit {margin-bottom: 30px;}

.subpage .box_wrap {border-top: 2px solid #000; }
.subpage .box {position: relative; text-align: left; padding: 35px 0; border-bottom: 1px solid #ddd; width: 100%; display: flex; justify-content: space-between;
align-items: center;}
.subpage .box a { display: flex; justify-content: center; align-items: center; flex-shrink: 0; width: 180px; height: 45px; border:1px solid #ddd; transition: all .3s;
font-size: 14px; font-weight: 400; color:#333; margin-left: 60px;}
.subpage .box a i {margin-left: 10px; font-size: 110%;}
.subpage .box a:hover {background-color: #1b1b7f; border-color: #1b1b7f; color:#fff; }
.subpage .box h3 {line-height: 1.65; font-weight: 700; color:#000; }

#sec2 .box {justify-content: flex-start;}
.subpage .box .fs_16 {margin-top:5px; color:#333;}
.subpage .box .year {display: flex; justify-content: center; align-items: center; flex-shrink: 0; width: 100px; height: 40px;
background-color: #1b1b7f; margin-right: 27px;font-weight: 700; color:#fff; font-size: 22px; }
.subpage .box .fs_18 {color:#000;}
.subpage .box .fs_18 span {color:#555; line-height: inherit; font-weight: 400; }


@media screen and (max-width:1400px) {
    /* common */
    .subpage br:not(.space) {display: none;}

    /* content */

}


@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}

    /* 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_23 {font-size: 19px;}
    .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;}

    /* content */
    .subpage .box {padding: 30px 0;}
    .subpage .box a {width: 130px; height: 40px; font-size: 13px; margin-left: 30px; }

}

@media screen and (max-width: 768px) {
     .subpage #sec1 .box {flex-direction: column; justify-content: flex-start; align-items: flex-start; }
     .subpage .box a {margin: 10px 0 0 auto;}
}

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

    /* 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_23 {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;}

    /* content */
    .line_tit {margin-bottom: 20px;}

    .subpage .box {padding: 20px 0;}
    .subpage .box a {width: 120px; height:30px; font-size: 12px;  }
    .subpage .box a i {margin-left: 5px; }

    #sec2 .box {align-items: flex-start;}
    .subpage .box .year {width: 60px; height: 30px; margin-right: 15px; font-size: 16px;}


}
