/* common */
.subpage { overflow: hidden; position:relative; text-align: left; }
.subpage > section {padding: 90px 0; position: relative; color:#000;}
.subpage img {max-width: inherit;}
.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: 40px; }

.line_tit::before {content: ''; width:30px; height: 3px; display: block ;background-color: #072c85; margin: 0 0 20px;}

.left_line {position: relative; padding-left: 20px; margin-bottom: 40px; }
.left_line::before {content: ''; display: block; width: 5px; height: 40px; background-color: #072c85;  left: 0; top: 3px; position: absolute; }

.dot_list > li {position: relative; padding-left: 15px; font-weight: 400;  text-align: left;}
.dot_list > li::before {content: ''; position: absolute; left: 0; top:11px; display: block; width: 5px; height: 5px; background-color: #072c85; border-radius: 50%;}
.dot_list > li:nth-child(n+2) {margin-top:10px ;}

.dot_p {position: relative; padding-left: 15px; font-weight: 400;  text-align: left;}
.dot_p::before {content: ''; position: absolute; left: 0; top:11px; display: block; width: 5px; height: 5px; background-color: #072c85; border-radius: 50%;}

/* col_list */
.col2_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col2_list > li {width: calc(50% - 15px);}
.col2_list > li:nth-child(n+3) {margin-top: 30px;}

.col3_list {display: flex; flex-wrap: wrap; }
.col3_list > li {width: calc(33.3% - 18px); margin-right: 27px ;}
@media screen and (min-width: 1025px) {
    .col3_list > li:nth-child(n+4) {margin-top: 27px;}
    .col3_list > li:nth-child(3n) {margin-right: 0;}
}

.col4_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col4_list > li {width: calc(25% - 15px);}


/* font size */
.fs_60 {font-size: 60px; font-weight :700; line-height: 1.1;}
.fs_57 {font-size: 57px; font-weight :900; line-height: 1.1;}
.fs_53 {font-size: 53px; font-weight :700; line-height: 1.1;}
.fs_50 {font-size: 50px; font-weight :700; line-height: 1.1;}
.fs_40 {font-size: 40px; font-weight :700; line-height: 1.1;}
.fs_37 {font-size: 37px; font-weight :700; line-height: 1.1;}
.fs_36 {font-size: 36px; font-weight :700; line-height: 1.1;}
.fs_35 {font-size: 35px; font-weight :700; line-height: 1.1;}
.fs_34 {font-size: 34px; font-weight:500; line-height: 1.2;  }
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.2;  }
.fs_30 {font-size: 30px; font-weight:600; line-height: 1.2;  }
.fs_28 {font-size: 28px; font-weight:700; line-height: 1.2;  }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.2;  }
.fs_25 {font-size: 24px; font-weight:700; line-height: 1.2; }
.fs_24 {font-size: 24px; font-weight:700; line-height: 1.2; }
.fs_23 {font-size: 23px; font-weight:700; line-height: 1.4; }
.fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; }
.fs_21 {font-size: 21px; font-weight:600; line-height: 1.4; }
.fs_20 {font-size: 20px; font-weight:300; line-height: 1.76; }
.fs_19 {font-size: 19px; font-weight: 400; color:#333;  line-height: 1.76; 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: 300; color:#333;  line-height: 1.76; letter-spacing: -.36px; }
.fs_16 {font-size: 16px; font-weight: 300; color:#333;  line-height: 1.76; letter-spacing: -.36px; }
.fs_15 {font-size: 15px; font-weight: 300; color:#333;  line-height: 1.76; letter-spacing: -.36px; }


/*Content CSS*/
.sub_tit {margin-bottom: 60px; }

.subpage .img {display: flex; align-items: center; justify-content: center; overflow: hidden;  background-color: #fff; border:1px solid #ddd; padding: 65px 0;}

.his_list_wr {position: relative; padding: 65px 130px 110px 130px; background: #fff; margin-top: 40px; text-align: left; z-index: 1; border:1px solid #ddd;}
.his_list_wr::before {content: ''; position: absolute; left: 322px; top: -0; width: 1px; height: 100%; background: #ddd; z-index: -1;}
.his_list {position: relative; display: flex; align-items: flex-start; padding-bottom:50px; z-index: 1;}
.his_list_wr .his_list:last-child {padding-bottom: 0; }
.his_list .year {display: flex; align-items: center; flex-shrink: 0;}
.his_list .year h2 {color:#000; white-space: nowrap; line-height: 1;  font-size: 35px; font-weight: 700; width: 180px; text-align: left; }
.his_list .year h2::before {content: 'Year'; font-size: 17px; font-weight: 500; color:#2c2e83; display: block; margin-bottom:7px; }
.his_list .dot_wr {display: flex; align-items: center; flex-shrink: 0; padding-top:22px;}
.his_list .dot {position: relative; width: 26px; height: 26px; background-color: rgba(44, 46, 131,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.his_list .dot::before {content: ''; width: 10px; height: 10px; border-radius: 50%; background: #2c2e83; }
.his_list .cont {width: 100%; padding-left: 70px; position: relative; display: flex; align-items: flex-start; padding-top:22px;}
/* .his_list .cont ul {position: relative; top:6px; } */
.his_list .cont li {display: flex; align-items: flex-start; position: relative; padding-left: 16px; }
.his_list .cont li::before {content: ''; display: block; width: 5px; height: 5px; background-color: #999; position: absolute; left: 0; top:14px; border-radius: 50%;}
.his_list .cont li + li {margin-top:10px;}
.his_list .cont li h3 {font-weight: 700; color:#000; white-space: nowrap ;  line-height: 1; flex-shrink: 0; width: 75px; line-height: 1.83;}
.his_list .cont li h3.day {width:120px; }
.his_list .cont li p {color:#333; word-break: keep-all; line-height: 1.83; padding-top: 2px;}





@media screen and (max-width:1400px) {
    /* common */



}
