/* @charset "UTF-8";


.sec_body {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.sec_body_cnt {
    flex: 1;
}

.sec_body_cnt .sec_txt {
    margin: 0;
}

.sec_body_img img {
    margin-bottom: 10px;
}

.sec_wrap_three {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

.sec_img {
    text-align: center;
}

.sec_img img {
    margin-bottom: 10px;
}



.sec_wrap_img img {
    margin-bottom: 10px;
}

.sec_wrap_three_img {
    text-align: center;
}

.sec_wrap_three_img img {
    margin-bottom: 10px;
}

.caption {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.sec_wrap_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10%;
    padding: 35px 0;
}

.sec_wrap_right {
    align-items: start;
}

.sec_wrap_ttl {
    font-size: 22px;
    margin-bottom: 20px;
}



.sec_list .sec_wrap_right {
    border-bottom: solid 1px #B6B0A3;
}

.sec_list .sec_wrap_right:first-child {
    border-top: solid 1px #B6B0A3;
}

.sec_list {
    margin-bottom: 100px;
}

.sec_list .sec_wrap_img {
    width: 100%;
    max-width: 35%;
    height: auto;
}



.table_two {
    margin: 0 auto 50px;
}

.table_two table {
    width: 100%;
}

.table_two table tr {
    border-top: solid 1px #B6B0A3;
    border-bottom: solid 1px #B6B0A3;
}



.table_two table tr td {
    padding: 15px 25px;
}



.table_three {
    margin: 0 auto 50px;
}

.table_three table {
    width: 100%;
}

.table_three table thead tr {
    border-bottom: solid 1px #B6B0A3;
    position: relative;
}

.table_three table thead tr td {
    padding: 15px 25px;
    border-top: solid 1px #B6B0A3;
    position: relative;
}

.table_three table thead tr td::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F8F6F2;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.table_three table tbody tr {
    border-bottom: solid 1px #B6B0A3;
}

.table_three table tbody tr td {
    padding: 15px 25px;
}





.flow {
    margin-bottom: 100px;
}

.flow_ttl {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #B6B0A3;
}

.flow_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    padding-left: 100px;
    margin-bottom: 45px;
}

.flow_list li::before {
    content: '';
    width: 34px;
    height: 235px;
    background: url(/img/second/icon-arrow_flow.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}


.flow_list_cnt_ttl {
    font-size: 22px;
}

.flow_list_cnt_img {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.flow_list_cnt_img img {
    width: 100%;
    max-width: 245px;
    height: 100%;
    aspect-ratio: 245 / 200;
    object-fit: cover;
}




.link_list {
    margin-bottom: 50px;
}

.link_list li a {
    display: block;
    width: 100%;
    padding: 25px 0 25px 30px;
    border-bottom: solid 1px #B6B0A3;
    text-decoration: underline;
    color: #938055;
    font-weight: bold;
    position: relative;
}

.link_list li a:hover {
    text-decoration: none;
}

.link_list li:first-child a {
    border-top: solid 1px #B6B0A3;
}

.link_list li a::before {
    content: '';
    width: 12px;
    height: 9px;
    background: url(/img/guide/icon-accordion.svg) no-repeat center;
    background-size: cover;
    transform: rotate(90deg);
    position: absolute;
    left: 10px;
    top: 35px;
}



.page_link {
    gap: 20px;
}



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



    .sec_body {
        flex-flow: column;
        gap: 20px;
    }



    
    .flow {
        margin-bottom: 50px;
    }

    .flow_list li {
        padding-left: 40px;
        gap: 10px;
        align-items: start;
    }

    .flow_list li::before {
        width: 24px;
        height: 100%;
    }

    .flow_list_cnt_ttl {
        font-size: 18px;
    }

    .flow_list_cnt_txt {
        font-size: 14px;
    }

    .flow_list_cnt {
        width: 80%;
    }
} */