/* common */
.subpage { overflow: hidden; position:relative; text-align: center; }
.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 h3 {font-size: 24px; font-weight: 600; color:#13227e; margin-bottom: 20px; text-transform: uppercase; }

.line_tit::before {content: ''; width:30px; height: 3px; display: block ;background-color: #a60c14; 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: #a60c14;  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: #a60c14; 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: #a60c14; border-radius: 50%;}

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

.col3_list {display: flex; flex-wrap: wrap; }
.col3_list > li {width: calc(33.3% - 13.3px); margin-right: 20px ;}
@media screen and (min-width: 1025px) {
    .col3_list > li:nth-child(n+4) {margin-top: 20px;}
    .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);}

.num_list {border-top: 1px solid #ddd; }
.num_list > li {display: flex; border-bottom: 1px solid #ddd; padding:40px 0; width: 100%; text-align: left;}
.num_list h4 {display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background-color: #a60c14; font-size: 23px; font-weight: 700; color:#fff;
 flex-shrink: 0; margin-right: 23px; border-radius: 20px 0 20px 0; }
.num_list > li:nth-child(even) h4 {background-color: #323940; }


/* font size */
.fs_70 {font-size: 70px; font-weight :700; line-height: 1.1;}
.fs_60 {font-size: 60px; font-weight :700; line-height: 1.1;}
.fs_55 {font-size: 55px; font-weight :700; line-height: 1.1;}
.fs_50 {font-size: 50px; font-weight :700; line-height: 1.1;}
.fs_45 {font-size: 45px; 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;  color:#313131; line-height: 1.8; }
.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*/
/* .subpage .img {display: flex; align-items: center; justify-content: center; overflow: hidden;  background-color: #fff;} */
/* table */
.sub_table table {border-collapse: collapse; width: 100%; }
.sub_table table thead th {padding:17px 10px; font-size:18px; color:#fff; background-color: #13227e; border:1px solid rgba(255,255,255,.2); font-weight: 700; text-align: center;}
.sub_table table tbody td {font-size:16px; font-weight: 300; color:#333; border:1px solid #ccc; padding:15px 10px; text-align: center;  background-color: #fff; line-height: 1.4;}
.sub_table table tbody td:nth-of-type(1) {font-size:18px; font-weight: 600; background-color: #f7f7f7; color:#000; } 
.subpage .xi-arrows-h { font-size:40px; text-align: right; margin-bottom: 10px; display: none;}


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

.table_top {display: flex ;justify-content: space-between; align-items: flex-end; margin-bottom: 20px; }
.table_top p {font-weight: 300; color:#313131;}





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

    /* content */
    .sub_table {overflow-x: auto; }


}

@media screen and (max-width:1280px) {

}


@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    /* .subpage > section:first-of-type {padding-top: 50px; } */
    .sub_inner {padding:0 30px;}
    .line_tit::before {margin: 0 0 20px; }
    .arrow_tit::before {top:3px;}
    .sub_tit h3 {font-size: 16px; margin-bottom: 20px;}

    .dot_list > li::before { top: 9px;}
    .dot_p::before {top:9px;}

    .left_line {padding: 0;}
    .left_line::before {width: 40px; height: 4px; position: static; margin: 0 auto 20px;}

    /* col_list */
    .col2_list > li {width:calc(50% - 5px);  }
    /* .col2_list > li {width: 100%;}
    .col2_list > li:nth-child(n+2) {margin-top: 20px;} */

    .col3_list > li {width: calc(33.3% - 6.6px); margin-right:10px; }
    .col3_list > li:nth-child(3n) {margin-right: 0;}
    /* .col3_list > li {width:100%; margin-right: 0; }
    .col3_list > li:nth-child(n+2) {margin-top:20px;} */

    .col4_list > li {width: calc(50% - 10px);}
    .col4_list > li:nth-child(n+3) {margin-top: 30px;}

    .num_list > li {width: 100%;padding: 25px 0;}
    .num_list h4 {width: 50px; height: 50px; font-size: 18px; margin-right: 15px; border-radius: 15px 0 15px 0;  }

    /* font size */
    .fs_70 {font-size:45px; }
    .fs_60 {font-size:40px; }
    .fs_55 {font-size:35px; }
    .fs_50 {font-size:35px; }
    .fs_45 {font-size:33px; }
    .fs_40 {font-size:32px; }
    .fs_37 {font-size:30px; }
    .fs_36 {font-size:30px; }
    .fs_35 {font-size:28px; }
    .fs_34 {font-size: 27px;}
    .fs_32 {font-size: 26px;}
    .fs_30 {font-size: 25px;}
    .fs_28 {font-size: 23px;}
    .fs_26 {font-size: 21px;}
    .fs_24 {font-size: 19px;}
    .fs_25 {font-size: 19px;}
    .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 */
    .sub_tit {margin-bottom: 40px; }

    .sub_table table thead th {font-size:16px; padding: 12px;}
    .sub_table table tbody th {font-size: 14px; padding: 10px 20px;}
    .sub_table table tbody td {font-size: 13px; padding: 10px 20px; }

    .sub_table table tbody td:nth-of-type(1),
    .sub_table table tbody td:nth-of-type(2) {font-size: 14px; padding: 10px;}
}

@media screen and (max-width: 768px) {
    .subpage .xi-arrows-h {display: block; }
    .sub_table table {min-width:768px; }

    .table_top {margin-bottom: 0;}

}


@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .arrow_tit {padding-left: 20px;}
    .arrow_tit::before {top:1px; width: 11px; }
    .sub_tit h3 {font-size: 14px; margin-bottom: 15px;}

    /* col_list */
    .col2_list > li {width: 100%; }
    .col2_list > li:nth-child(n+2) {margin-top: 15px;}

    .col3_list > li {width: 100%; margin-right: 0; max-width: 420px;}
    .col3_list > li:nth-child(n+2) {margin-top: 15px;}

    .col4_list > li {width: calc(50% - 5px);}
    .col4_list > li:nth-child(n+3) {margin-top: 25px;}
    .col4_list img {max-height: 200px; }

    .dot_list > li {padding-left: 12px; }
    .dot_list > li::before {width: 4px; height: 4px; top:8px;}
    .dot_list > li:nth-child(n+2) {margin-top: 5px;}
    .dot_p {padding-left: 12px;}
    .dot_p::before {width: 4px; height: 4px; top:8px;}

    .num_list > li {padding:20px 0;}
    .num_list h4 {width:35px; height: 35px; font-size: 15px; margin-right: 10px;  border-radius: 10px 0 10px 0;}
    .num_list p {padding: 0;}

    /* font size */
    .fs_70 {font-size:35px; }
    .fs_60 {font-size:32px; }
    .fs_55 {font-size:28px; }
    .fs_50 {font-size:28px; }
    .fs_45 {font-size:25px; }
    .fs_40 {font-size:24px; }
    .fs_37 {font-size:22px; }
    .fs_36 {font-size:22px; }
    .fs_35 {font-size:22px; }
    .fs_34 {font-size: 21px;}
    .fs_32 {font-size: 20px;}
    .fs_30 {font-size: 20px;}
    .fs_28 {font-size: 19px;}
    .fs_26 {font-size: 18px;}
    .fs_25 {font-size: 18px;}
    .fs_24 {font-size: 17px;}
    .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 */
    .sub_tit {margin-bottom: 30px;}

    .sub_table table thead th {font-size:14px; padding:12px 10px;}
    .sub_table table tbody th {font-size: 13px; padding: 7px;}
    .sub_table table tbody td {font-size: 12px; padding: 7px; }

    .sub_table table tbody td:nth-of-type(1),
    .sub_table table tbody td:nth-of-type(2) {font-size: 13px; padding: 7px;}
    .sub_table table {min-width:640px;}

}

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

    /* content */

}
