.main_img_box{
    background-image: none;
    height: 360px;
}
.main_img_box_ac{
    height: initial;
    margin: 50px 0 10px;
}

.main_img_box .inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.main_img_box .inner_right {
    mix-blend-mode: multiply;
    padding-left: 2rem;
}
.main_img_box .inner_right{
    max-width: 50%;
}

.main_img_box .inner_right a{
    border: solid 1px #c0c0c0;
}
.main_img_box .inner_right img {
    width: 100%;
    max-width: 498px;
    height: 100%;
}

.mainlogo {
    max-width: 185px;
}

.sin_t_box{
    margin-bottom: 30px;
}
.sin_t_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.sin_txt{
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin-left: 3rem;
    color: #002b5e;
}
.sin_txt_ac{
    padding-left: 4rem;
}
.sin_txt h2{
    font-size: 2.7rem;
}
.sin_y{
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 0.5rem;
    vertical-align: super;
}
.sin_y_ac{
    font-size: 2.1rem;
    font-weight: 600;
    vertical-align: super;
}
.sin_att_ac{
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: super;
}
.sin_d{
    font-size: 3.5rem;
    font-weight: 600;
    margin-right: 0.5rem;
}
.sin_s{
    /* width: 2rem;
    height: 2rem;
    padding: 5px;
    font-size: 2.4rem;
    background-color: #002b5e;
    border-radius: 30px;
    color: #FFF;
    font-weight: 600;
    vertical-align: super; */
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 2.4rem;
    background-color: #002b5e;
    border-radius: 30px;
    color: #FFF;
    font-weight: 600;
    vertical-align: super;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sin_t{
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 600;
    color: #FFF;
    background-color: #002b5e;
    margin-left: 1rem;
    width: 60%;
    border-radius: 30px;
    text-align: center;
    vertical-align: super;
}
.sin_txt::before,.sin_txt::after{
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 10px;
    background-image: url(./img/wave.png);
    background-repeat: repeat-x;
    background-size: 5%;
    background-position: 49.5%;
}
.sin_txt::before{
    top: 0;    
}
.sin_txt::after{
    bottom: 0;
}

.btn{
    width: 100%;
    max-width: 350px;
    font-size: 1.2rem;
}
.btn a{
    color: #006bbb;
}

._b_c{
    margin: 0;
}
.detail {
    position: relative;
    padding: 50px 0;
}

.detail_ac{
    /* padding: 10px 0 80px; */
    padding: 10px 0 1px;
}

.s_sec_tit{
    text-align: center;
    font-size: 1.7rem;
    background-color: #002b5e;
    max-width: 350px;
    width: 100%;
    border-radius: 40px;
    color: #FFF;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    background-color: #FFF;
    border-top:  solid 1px #585656;
    border-bottom:  solid 1px #585656;
    width: 100%;
    margin: 40px 0;
}
td{
    padding: 1.5rem 1.7rem;
    line-height: 1.5;
}
td:first-child{
    padding: 0.8rem;
    text-align: center;
    letter-spacing: 0.2px;
    font-weight: 600;
}
td:nth-child(2){
    font-weight: 600;
}

.s_b_{
    color: #006bbb;
    font-weight: 600;
}

tr td:not(:last-child){
    border-right: solid 1px #585656;
}
tr:not(:last-child) td {
    border-bottom: #585656 1px solid; 
}

.det_ul{
    border-collapse: collapse;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
}
.det_ul tr td{
    border: solid 1px #006bbb;
    background-color: #FFF;
    padding: 1.7rem 1.5rem;
    vertical-align: top;
    width: 50%;
    max-width: 435px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.det_ul tr td:nth-child(2n){
    margin-right: 0;
}
.det_ul tr:last-child td{
    width: 100%;
    max-width: 950px;
    margin-right: 0;
}

.det_ul tbody tr:nth-child(1) td .det_ul_box{
    height: 140px;
}

.det_ul tbody tr:nth-child(2) td .det_ul_box {
    height: 200px;
}

img.det_ul_box_r {
    float: right;
    max-width: 123px;
}

.det_ul_box_l h4{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.3rem;
    text-align: left;
    color: #006bbb;
}

.det_ul_box_l p{
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
}
.det_ul_box_l p span{
    display: block;
    font-size: 1.2rem;
    text-align: left;
}

.det_ul_tit{
    display: block;
    text-align: left;
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* .sin_ul{
    display: inline-flex;
    flex-direction: column;
    width: 31%;
}
.sin_ul:nth-child(2){
    width: 28%;
}
.sin_ul:last-child{
    width: 40%;
}
.sin_ul:last-child::before,.sin_ul:last-child::after{
    content: '';
    display: block;
}
.sin_ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.sin_ul li img{
    max-width: 123px;
}

.sin_ul li:last-child{
    margin-bottom: 0;
}

._la li{
    margin-top: 7%;
}

.sin_ul p{
    margin-left: 0.5rem;
}
.sin_ul p span{
    display: block;
    font-size: 0.8rem;
    margin-bottom: 3px;
} */

.sin_ul{
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    justify-content: flex-start;
}

.sin_ul:last-child::before,.sin_ul:last-child::after{
    content: '';
    display: block;
}
.sin_ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    width: 30%;
}
.sin_ul li:nth-child(6){
    width: 40%;
}

.sin_ul li img{
    max-width: 123px;
}

.sin_ul li:last-child{
    margin-bottom: 0;
}

._la li{
    margin-top: 7%;
}

.sin_ul p{
    margin-left: 0.5rem;
}
.sin_ul p span{
    display: block;
    font-size: 0.8rem;
    margin-bottom: 3px;
}
.sin_ul li:nth-child(7){
    margin-bottom: 0;
}
.sin_ul li:nth-child(8){
    margin-bottom: 0;
}

.btn_ac_s{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    padding: 3px 0;
    background-color: #006bbb;
    border: solid 2px #006bbb;
    font-weight: 600;
    font-size: 1.3rem;
    color: #FFF;
    border-radius: 50px;
    letter-spacing: 2px;
    display: block;
}
.btn_ac_s:hover{
    background-color: #FFF;
    border: solid 2px #006bbb;
    color: #006bbb;
}

.indent{
    letter-spacing: -0.3em;
}
.indent_l{
    margin-left: -0.5em;
}

.det_box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.det_wrap_r h5,.det_wrap_l h5 {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #006bbb;
    margin: 30px 0 20px;
  }
  
.det_wrap_r h5::before,
.det_wrap_r h5::after,
.det_wrap_l h5::before,
.det_wrap_l h5::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #006bbb;
}
  
.det_wrap_r h5::before,.det_wrap_l h5::before {
    margin-right: 30px;
}
  
.det_wrap_r h5::after,.det_wrap_l h5::after {
    margin-left: 30px;
}

.det_wrap_l p{
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 0.9rem;
}
.det_wrap_l p span{
    font-size: 1.2rem;
}

.det_wrap_l{
    width: 35%;
}
.det_wrap_r{
    width: 59%;
}

.det_wrap_r ul{
    padding-top: 0;
    margin: 0;
}
.det_wrap_r ul li p{
    font-weight: 500;
    margin-top: 10px;
}

.det_wrap_r ul li{
    width: 35%;
}

.det_wrap_r ul li p span{
    font-size: 1.2rem;
}

.det_ul tbody tr:nth-child(1) td:nth-child(1) .det_ul_box_l p span {
    display: block;
    margin-top: 2rem;
}

.kyu{
    background-color: #FFF!important;
    font-weight: 600;
}

._fo{
    max-width: 590px;
    border-radius: 240px;
}

.foot_wrap p{
    margin-top: 30px;
}

@media only screen and (max-width: 768px){
    .main_img_box{
        height: initial;
    }

    .main_img_box_ac {
        margin: 25px 0 10px;
    }

    .sin_txt {
        text-align: center;
        padding: 20px 0;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .sin_txt h2 {
        text-align: center;
        font-size: 7.5vw;
        line-height: 1.3;
    }

    .sin_t_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .sin_t {
        font-size: 6.2vw;
        margin-left: 0;
        width: 100%;
    }
    .main_img_box .inner {
        position: relative;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: space-between;
        height: initial;
        align-items: center;
        flex-direction: column;
    }
    .main_img_box .inner_right {
        padding-left: 0;
        margin-top: 20px;
    }

    .det_wrap_r h5, .det_wrap_l h5 {
        margin: 40px 0 20px;
    }

    .sin_att_ac {
        display: block;
        font-size: 4vw;
    }

    .detail_ac{
        padding: 10px 0 60px;
    }
    .det_ul 
    .det_ul tr:last-child td{
        max-width: initial;
    }
    .det_box_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .det_ul_box_r {
        margin-left: 10px;
    }

    .det_wrap_l,.det_wrap_r{
        width: 100%;
    }

    .det_ul tr td {
        width: 94%;
        max-width: inherit;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 1.7rem 3%;
    }

    .det_ul tr:last-child td {
        width: 94%;
        max-width: initial;
        margin-right: 0;
    }

    .det_ul tbody tr:nth-child(1) td .det_ul_box,.det_ul tbody tr:nth-child(2) td .det_ul_box{
        height: initial;
    }
    .det_ul tbody tr:nth-child(1) td:nth-child(1) .det_ul_box{
        height: 125px;
    }
    .det_ul tbody tr:nth-child(1) td .det_ul_box_l p span{
        display: block;
        margin-top: 1.5rem;
    }

    .det_wrap_r ul{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .det_wrap_r ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .det_wrap_r ul li:nth-child(3){
        margin-bottom: 0;
    }

    .tb_no{
        display: none!important;
    }

    .sin_ul li {
        width: 50%;
    }
    .sin_ul li:nth-child(6){
        width: 50%;
    }

    .sin_ul li:nth-child(7){
        margin-bottom: 30px;
    }
    .sin_ul li:nth-child(8){
        margin-bottom: 0;
    }

    .foot_wrap p{
        line-height: 30px;
    }

}
@media only screen and (max-width: 557px){
    ._ul_tb{
        border: none;
    }
    .sin_y_ac {
        font-size: 7.5vw;
    }

    .main_img_box .inner_right {
        max-width: 100%;
    }

    .main_img_box h1 {
        font-size: 7vw;
    }

    table{
        border: none;
        width: 99%;
        margin: 40px auto;
        border-left: solid 1px #585656;
        border-right: solid 1px #585656;
        border-bottom: solid 1px #585656;
    }

    tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    tr td:not(:last-child){
        border-right: none;
    }
    tr:not(:last-child) td {
        border-bottom: none;
    }

    td:first-child {
        padding: 0.8rem;
        text-align: center;
        letter-spacing: 0.2px;
        font-weight: 600;
        background-color: #eee;
        border-top: solid 1px #585656;
    }

    td {
        padding: 1.5rem 0.7rem;
    }
    td:nth-child(2) {
        position: relative;
        padding-bottom: 1px;
    }

    td:nth-child(2)::after{
        content: '';
        position: absolute;
        border-bottom: dashed 1px #c0c0c0;
        width: 94%;
        height: 1px;
        left: 0;
        right: 0;
        bottom: -13px;
        margin: 0 auto;
    }

    .det_ul tr td{
        border: solid 1px #006bbb!important;
        margin: 0;
        margin-bottom: 25px;
    }

    .det_ul tr td:nth-child(2)::after{
        content: none;
    }

    .sin_ul {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0 auto;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .sin_ul li {
        width: 100%;
    }
    .sin_ul li:nth-child(6){
        width: 100%;
    }

    .sin_ul li:nth-child(8){
        margin-bottom: 0;
    }
}