/* ================================================== */
/* 各種お手続き */
/* ================================================== */
.procedure{
    padding: 90px 8.1%;
}
/* ======================== */
/* wrapper */
/* ======================== */
.procedure_wrapper{

}
.procedure_wrap{
    
}
.procedure_wrap:not(:first-child){
    margin-top: 60px;
}
.procedure_wrap_title{
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
}
.procedure_wrap_inner{
    display: flex;
    justify-content: space-between;
}
.procedure_wrap_cont{
    width: 52%;
}
.procedure_wrap_text{
    
}
.procedure_wrap_img{
    width: 43%; 
}
.procedure_wrap_img img{
    
}
@media (max-width: 768px) {
    .procedure_wrap_inner{
        flex-direction: column-reverse;
    }
    .procedure_wrap_cont{
        width: 100%;
    }
    .procedure_wrap_text{
        margin-top: 30px;
    }
    .procedure_wrap_img{
        width: 100%; 
    }
}
/* ======================== */
/* wrapper2 */
/* ======================== */
.procedure_wrapper2{

}
.procedure_wrap2{
    margin-top: 60px;
}
.procedure_wrap2_scroll{
    overflow-x: scroll;
}
.procedure_wrap2_title{
    margin-bottom: 40px;
    padding-left: 15px;
    position: relative;
}
.procedure_wrap2_title::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 40px;
    background-color: #C91420;
}
/* ======================== */
/* table1 */
/* ======================== */
.table1{
    min-width: 700px;
    width: 100%;
    border: 1px solid #000;
}
.table1 tr{
    text-align: center;
    padding: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.table1 th{
    width: 33.33333%;
    text-align: center;
    padding: 20px;
    background-color: #efefef;
    border-left: 1px solid #000;
    font-weight: bold;
    vertical-align: middle;
}
.table1 td{
    width: 33.33333%;
    text-align: center;
    padding: 20px;
    border-left: 1px solid #000;
    font-weight: 500;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .table1 tr,
    .table1 th,
    .table1 td{
        padding: 10px;
    }
}
/* ======================== */
/* table2 */
/* ======================== */
.table2{
    min-width: 700px;
    width: 100%;
    border: 1px solid #000;
}
.table2 tr{
    text-align: center;
    padding: 20px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.table2 th{
    width: 25%;
    text-align: center;
    padding: 20px;
    background-color: #efefef;
    border-left: 1px solid #000;
    font-weight: bold;
    vertical-align: middle;
}
.table2 td{
    width: 25%;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-left: 1px solid #000;
    font-weight: 500;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .table2 tr,
    .table2 th,
    .table2 td{
        padding: 10px;
    }
}
/* ======================== */
/* ======================== */
.procedure_wrap2_cap{
    margin-top: 30px;
}
/* ================================================== */
/* 上書き */
/* ================================================== */
.link_btn{
    margin: 60px 0 0;
}
@media (max-width: 768px) {
    .link_btn{
        margin: 60px auto 0;
    }
}


.procedure_btn{
    margin: 60px auto 0;
}