/* .body_container{
    position: relative;
} */
/*.main_title{
    text-align: center;
    height:280px;
     padding-top: 104px; 
    height: 100%;
    padding-bottom: 110px;
}

.main_title .bar {
    display: inline-block;
    width: 34px;
    height: 1px;
    background: #0c4da2;
    margin:110px auto 1.56rem;
}*/
/*.main_title h1{
    color: #0c4da2;
    font-size: 2.78rem;
    margin-bottom : 14px;
    word-break:keep-all;
}

.main_title span{
    color: #000;
    font-size: 22.5px;
    word-break:keep-all;
}*/

.con1_1 {
    width: 100%;
    height: 41.875rem;
    color: #fff;
}

.con1_1 .img_part {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.con1_1 .img_part img{
    height: 100%;
    object-fit: cover;
}

.con1_1 .desc_part_wrap{
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
    background: #0c4da2;
    margin-top: 0vw;
    /* display: flex; */
    /* align-items: center; */
}

.con1_1 .desc_part{
    max-width: 600px;
    margin-left: 4.3rem;
    text-align: left;
    width: 32.3rem;
    margin: 60px 4.3rem 0;
}

.con1_1 .desc_part .desc_title{
    font-size: 3.75rem;
    font-weight: bold;
    margin-bottom: 60px;
    word-break:keep-all;
}
.con1_1 .desc_part .desc_headline{
    font-size: 30px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    letter-spacing: -2px;
    word-break:keep-all;
}
.con1_1 .desc_part .desc_content{
    font-size: 20px;
    font-weight: 200;
    display: block;
    letter-spacing: -1.5px;
}

.con2{
    /*left: 50%;
    transform: translateX(-50%);*/
    top: -150px;
    margin-bottom: -150px;
    position: relative;
    width: 85%;
    background-color: #fff;
    min-width: 1000px;
    text-align: center;
}
.con2_1{
    height: 200px;
    text-align: left;

}

.con2_1 .con2_1_title_wrap{
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    
}
.con2_1 .con2_1_title {
    margin-left: 4.3rem;
}
.con2_1 .con2_1_title h3{
    display: block;
    font-size: 2.5em;
}
.con2_1_desc{
    padding-right: 20px;
}
.con2_1 .con2_1_desc_wrap{
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;

}
.con2_1 .con2_1_desc span{
    display: block;
    margin-left: 4.3rem;
    line-height: 1.75;
    letter-spacing: -1px;
}

.con2_1 .con2_1_desc strong{
    margin-right: 12px;
    margin-left: -20px;
}

.con2_2{
    padding-top : 1vh;
}
.con2_3{
    padding-top : 10vh;
}

.con2_titlel_wrap{
    display: inline-block;
    margin-bottom:60px;
}

.con2_title h3{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 12px;

}
.con2_title span{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
}
.con2_title img{
    padding-top: 3vh;
    width: 35vh;
}
.con2_2_table, .con2_3_table{
    display: flex;
}

.con2_2_table div:nth-child(2) {
    border-left: 1px solid #e9e9e9;
}
.table_header{
    height: 80px;
    background-color: #0c4da2;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.con2_2_table .table_header h3{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -1px;
}
.table_content_wrap{
    display: flex;
    border-left: none !important;
}
.con2_2_table{
    border-bottom: solid 1px #e9e9e9;
}
.tbl_gap{
    padding-top: 70px;
}
.table_content_wrap div:nth-child(2){
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.table_content_box{
    flex: 1;
    text-align: center;
    padding: 5vh 2vw;
}

.table_item{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    text-align: left;
}

.table_content{
    margin: 60px 30px;
    line-height: 1.7;
}
.table_content_txt{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
}
.table_content li{
    position: relative;
    margin: 2px 0 0 0;
    padding: 0 0 4px 16px;
    font-size:16px;
    color: #000;
    list-style: inside;
    list-style-type: '· ';
}

/* .table_content li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #000;
} */

.table_content strong{
    font-size: 20px;
    letter-spacing: -1px;
}
.table_content p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: -1px;
    text-align: left;
    padding: 20px 0 30px;
    margin: 0;
}
.align_center{
    text-align: center;
}
.table_content.align_center li{
    list-style: inside;
}
.table_content.align_center li:before{
    display: none;
    
}
.table_content.align_center p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: -1px;
    text-align: center;
    width: 824px;
    margin: auto;
    padding-top: 20px;
}
.table_content.table_content_0404 p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: -1px;
    text-align: center;
    margin: auto;
    padding-top: 20px;
}
.table_content_img{
    padding-top: 70px;
    text-align: center;
}
.table_content_img h2{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1.5px;
    text-align: center;
    color: #00aeef;
    padding-bottom: 70px;
}
.table_content_img img{
    padding-bottom: 70px;
}
.con2_3_table .thead1,
.con2_3_table .thead2{
    height: 270px;
    background-color: #fff;
}

.table_header img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: none;
}


.con2_3_table .tcontent{
    padding: 3.43rem 1.875rem 0;
}
.con2_3_table .tcontent span{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: -1px;
    color: #000000;
}
.tcontent ul{
    width: max-content;
}
.tcontent li{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -1px;
    text-align: left;
    color: #000000;
    list-style: inside '· ';
}

#tcontent_sub{
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 30px;
}
.info_section{
    padding: 30px 0 120px;
    
}
.info_title h2{
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -2px;
    text-align: center;
    color: #000000;
}
.info_subtitle p{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
}
.info_img{
    padding-top: 45px;
    width: 380px;
    margin: auto;
}
.info_contents{
    display: flex;
    padding-top: 60px;
}
.info_item{
    flex: 1;

}
.info_item h3{
    font-size: 30px;
    /* font-weight: 500; */
    line-height: 0.93;
    letter-spacing: -1.5px;
    text-align: center;
    color: #0c4da2;
}
.info_item p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    padding-top: 28px;
}
.info_item.info_item_0403 p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    padding-top: 28px;
    height: 85px;
    padding-bottom: 50px;
}
.info_item.info_item_0405 p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    padding-top: 28px;
    height: 85px;
    padding: 30px 40px 0 40px;
    margin: 0;
}
.info_item_0403 li{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    list-style: inside '·  ';
}
.con3 {
    top: -70px;
    min-width: 800px;
    width: 85%;
}
.con3_head{
    padding-top: 100px;
}
.con3_head h2{
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -3px;
    text-align: center;
    padding-bottom: 35px;
}
.con3_head h3{
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -1.5px;
    text-align: center;
    color: #000000;
}

.con3_head h3 strong{
    color: #0c4da2;
}

.con3_head p{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    padding-top: 30px;
}

.con3_contents{
    display: flex;
    padding-top: 45px;
    justify-content: center;
}
.con3_contents_0403{
    padding-top: 0;
}

.con3_contents_item{
    border: solid 1px #00aeef;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    min-width: 250px;
    min-height: 250px;
    display: flex;
    margin: 20px;
}
.con3_contents_item.item_5{
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
    margin: 5px;
}
.con3_contents_item span{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #00aeef;
    margin: auto;
}

.con3_contents_item.item_5 span{
    font-size: 20px;
}
.table_item tr{
    height: 150px;
}
.t_col_title{
    width: 300px;
    background-color: #eeeff3;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -1.25px;
    text-align: center;
    color: #000000;
}
.t_col_content{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: -1px;
    text-align: left;
    color: #000000;
    padding-left: 60px;
    padding-right: 60px;
}
@media screen and (max-width: 800px){

    body{
        font-size: 14px;
        word-break: keep-all;
    }

/*    .main_title{
        height:auto;
        background-color: #f2f2f2;
        padding-bottom: 4.5rem;
    }
    .main_title .bar {
        display: inline-block;
        width: 2.25rem;
        height: 2px;
        background: #0c4da2;
        margin:4.5rem auto 0;
    }*/
/*    .main_title h1{
        font-size: 30px;
        font-weight: bold;
    }
    .main_title span{
        color: #000;
        font-size: 1.3em;
    }*/
    
    .con1_1{
        height: inherit;
    }
    .con1_1 .img_part {
        position: relative;
        width: 100%;
        height: 97vw;
        float: left;
        background: none;
        float: none;
    }
    .con1_1 .img_part img{
        display: block;
        height: 97vw;
        object-fit: cover;
    }
    #img_0301{
        margin-left: -205px;
        max-width: 135%;
    }
    .con1_1 .desc_part {
        text-align: center;
        width: 85%;
        margin: auto;
        padding: 10vh 0 25vh;
    }
    .con1_1 .desc_part_wrap {
        width: 100%;
        height: 100%;
        float: none;
    }

    .con1_1 .desc_part .desc_title {
        font-size: 35px;
        margin-bottom: 45px;
    }
    .con1_1 .desc_part .desc_headline {
        font-size: 20px;
    }
    .con1_1 .desc_part .desc_content {
        font-size: 16px;
        letter-spacing: -1px;
    }
    .con1{
        margin-bottom: 0vh;
    }
    .con2 {
        position: relative;
        left: 0;
        top: -15vh;
        padding-top: 2vh;
        transform: none;
        min-width: 0;
        width: 85%;
        margin-bottom: -15vh;
    }
    .con2_1 {
        height: 100%;
        text-align: left;
    }
    .con2_1_desc {
        padding-right: 0;
    }
    .con2_1 .con2_1_title_wrap {
        position: relative;
        width: 100%;
        height: 100%;
        float: none;
        display: block;
        align-items: center;
        text-align: center;
    }
    .con2_1 .con2_1_title {
        margin: 0 auto 30px;
    }
        .con2_1_desc {
        padding-right: 20px;
    }
    .con2_titlel_wrap {
        margin: 30px auto;
    }
    .con2_1 .con2_1_title h3,
    .con2_title h3 {
        display: block;
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: -2px;
        margin-bottom: 12px;
    }
    .con2_1 .con2_1_title, .con2_titlel_wrap span,
    .con2_title span{
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -1px;
    }
    .con2_1 .con2_1_desc_wrap {
        width: 100%;
        height: 100%;
        float: none;
        display: block;
        align-items: center;
    }
    .con2_1 .con2_1_desc span {
        display: block;
        margin-left: 60px;
        line-height: 1.4;
        letter-spacing: -1px;
        font-size: 16px;
        padding-top: 10px;
    }
    .con2_2_table, .con2_3_table{
        display: block;
    }


    
    .con2_2_table .table_header h3{
        font-size: 5vw;
        font-weight: 300;

    }
    .con2_3 {
        padding-top: 0;
    }
    
    .table_item {
        position: relative;
        width: 100%;
        height: 100%;
        float: none;
        text-align: center;
    }
    .table_header{
        height: auto;
        padding: 0.5vh 0;
        height: 6vh;
    }
    .table_content{
        margin: 0 auto;
        padding: 30px 0;
        text-align: center;
    }

    .table_content_wrap{
        display: block;
    }
    .table_content_wrap div:nth-child(2){
        border-left: unset;
        border-right: unset;
    }
    .table_content_box{
        flex: 1;
        border: 1px solid #e9e9e9;
        padding: 2vh;
    }
    .table_content strong{
        font-size: 20px;
    }
    .table_content p{
        font-size: 17px;
        padding: 15px 0;
    } 
    .con2_3_table .tcontent {
        padding: 4vh 0;
    }
    
    .table_content li {
        position: relative;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 1.75;
        font-weight: 300;


    }
    /* .table_content li:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 5px;
        width: 2px;
        height: 2px;
        border-radius: 100%;
        background-color: #000;
    } */

    .table_content li:before{
        display: none;
    }
    .table_content p{
        font-size: 16px;
        font-weight: 300;
        line-height: 1.75;
        letter-spacing: -1px;
        text-align: center;
        width: auto;
    }
    .tcontent ul{
        width: auto;
    }
    .tcontent li{
        font-size: 3vw;
    }
    .con2_3_table .tcontent span {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        letter-spacing: -1px;
        color: #000000;
    }
    .tcontent span{
        font-size: 1.2em;
        letter-spacing: -1px;
    }
    .info_section{
        padding-top: 8vh;
        padding-bottom: 0;
    }
    .info_title h2{
        font-size: 2.2rem;
    }
    .info_contents{
        display: block;
        padding-top: 45px;
    }
    .info_item p{
        padding-top: 20px;
        margin: 0;
    }
    .info_item{
        padding-bottom: 60px;
    }
    .info_subtitle p {
        font-size: 18px;
    }
    
.con3 {
    top: -70px;
    /* min-width: 800px; */
    width: 85%;
}
.con3_head{
    padding-top: 10px;
}
.con3_head h2{
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 12px;
    padding-bottom: 5px;
}
.con3_head h3{
    font-size: 20px;
    /* font-weight: 300; */
    letter-spacing: -1px;
}

.con3_head h3 strong{
    color: #0c4da2;
}

.con3_head p{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    padding-top: 30px;
}

.con3_contents{
    display: flex;
    padding-top: 45px;
    justify-content: center;
    flex-wrap: wrap;
}

.con3_contents_item{
    border: solid 1px #00aeef;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    display: flex;
    margin: 20px;
}
.con3_contents_item span{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #00aeef;
    margin: auto;
}
.t_col_title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6vh;
}
.t_col_content{
    display: block;
    width: 85%;
    font-size: 18px;
    text-align: center;
    padding: 30px;
}
.table_content.align_center p{
    width: 100%;
}
.con2_2_table div:nth-child(2){
    border-left: unset;
}
}