@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  function01.css
* --------------------------------------------------------------------------------------------------*/


/* ------------------------------
    sec02
------------------------------ */
.sec02{
    padding: 100px 0;
    background: #eeeeee;
    box-sizing: border-box;
}
.sec02 .sec_ttl.headling-a{ margin-bottom: 75px;}
.sec02 .function_box{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    background: #FFF;
    padding: 58px 60px 50px 54px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.08);
    box-sizing: border-box;
}
.sec02 .function_box .txt{
    width: 55%;
    padding-right: 20px;
    box-sizing: border-box;
}
.sec02 .function_box .txt .box-ttl{
    font-size: 2.4rem;
    font-weight: 900;
    line-height: calc(34 / 24);
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.sec02 .function_box .txt .text{
    font-size: 1.8rem;
    line-height: calc(28 / 18);
    letter-spacing: 0;
    box-sizing: border-box;
}
.sec02 .function_box .img{
    width: 41%;
    max-width: 437px;
}
.sec02 .sec_ttl.headling-b{ margin-bottom: 30px;}
.sec02 .white_box{
    position: relative;
    background: #FFF;
    padding: 55px 60px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
    box-sizing: border-box;
}
.sec02 .white_box:after{
    position: absolute;
    right: 97px;
    top: 60px;
    display: block;
    content: '';
    background: url("../img/function/function01/img02_sec02.png") no-repeat center center;
    background-size: 100% auto;
    width: 216px;
    height: 204px;
}
.sec02 .list.-blue_arrow li:before{
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .sec02{
        padding: 13.333vw 0;
    }
    .sec02 .sec_ttl.headling-a{ margin-bottom: 9.333vw;}
    .sec02 .function_box{
        display: block;
        padding: 6%;
        border-radius: 8px;
        margin-bottom: 10vw;
    }
    .sec02 .function_box .txt{
        width: 100%;
        margin-bottom: 6%;
        padding-right: 0;
        box-sizing: border-box;
    }
    .sec02 .function_box .txt .box-ttl{
        font-size: 4.533vw;
    }
    .sec02 .function_box .txt .text{
        font-size: 3.733vw;
        padding-right: 0;
    }
    .sec02 .function_box .img{
        width: 100%;
        margin: 0 auto;
    }
    .sec02 .white_box{
        padding: 6% 6% 39vw 6%;
        border-radius: 8px;
    }
    .sec02 .white_box:after{
        right: 6%;
        bottom: 2%;
        top: auto;
        width: 38vw;
        height: 38vw;
    }
}
/* ------------------------------
    sec03
------------------------------ */
.sec03{
    padding: 70px 0 20px 0;
    box-sizing: border-box;
}

.sec03 .flow_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.sec03 .flow_wrap .flow_box{
    position: relative;
    width: 32.2%;
    max-width: 386px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    padding: 26px 40px;
    border-radius: 9px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
    box-sizing: border-box;
}
.sec03 .flow_wrap .flow_box:not(:last-of-type):after{
    display: block;
    content: '';
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/common/ico_arrow_red.svg") no-repeat center center;
    background-size: 100% auto;
    width: 54px;
    height: 54px;
    z-index: 2;
}

.sec03 .flow_wrap .flow_box .box-ttl{
    order: 3;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .12em;
    background: #eeeeee;
    padding: 6px 5px 8px 5px;
    border-radius: 17px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.sec03 .flow_wrap .flow_box .step{
    position: relative;
    display: inline-block;
    order: 1;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .12em;
    color: #f7293c;
    margin-bottom: 20px;
}
.sec03 .flow_wrap .flow_box .step:after{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #f7293c;
}
.sec03 .flow_wrap .flow_box .text{
    order: 4;
    font-size: 1.8rem;
    line-height: calc(24 / 18);
    letter-spacing: 0;
}
.sec03 .flow_wrap .flow_box .img{
    order: 2;
    margin-bottom: 15px;
    max-width: 144px;
}

.sec03 .box{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-bottom: 48px;
}
.sec03 .box .txt{
    position: relative;
    width: 42%;
    max-width: 496px;
    padding: 30px 45px 30px 65px;
    background: rgb(191,54,52); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(234,30,32,1) 0%, rgba(247,42,60,1) 50%, rgba(255,69,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(234,30,32,1) 0%,rgba(247,42,60,1) 50%,rgba(255,69,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(234,30,32,1) 0%,rgba(247,42,60,1) 50%,rgba(255,69,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea1e20', endColorstr='#e7473a',GradientType=1 ); /* IE6-9 */
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 1;
}
.sec03 .box .txt .box-ttl{
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: .12rem;
    color: #FFF;
    padding-bottom: 15px;
    border-bottom: 3px solid #FFF;
    box-sizing: border-box;
}
.sec03 .box .txt .fee_wrap{ margin-top: 20px;}
.sec03 .box .txt .fee_wrap dl{
    display: flex;
    align-items: center;
}
.sec03 .box .txt .fee_wrap dt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    color: #f7293c;
    background: #FFF;
    padding: 3px 3px 5px 3px;
    border-radius: 6px;
    box-sizing: border-box;
}
.sec03 .box .txt .fee_wrap dt.ttl_support{
    font-size: 1.5rem;
    line-height: calc(18 / 15);
    adding: 4px 3px 3px 3px;
}
.sec03 .box .txt .fee_wrap dd{
    width: calc(100% - 100px);
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .08rem;
    color: #FFF;
    padding-left: 16px;
    box-sizing: border-box;
}
.sec03 .box .txt .fee_wrap dd .small{ font-size: 50%; letter-spacing: 0;}

.sec03 .box .img{
    position: relative;
    width: 38%;
    max-width: 451px;
    margin-right: -82px;
    margin-bottom: -35px;
    z-index: 2;
}
.sec03 .text.text-lead{ font-size: 2.4rem;}
.sec03 .text a{ text-decoration: underline;}
.sec03 .text a:hover{ text-decoration: none;}

@media screen and (max-width: 767px) {
    .sec03{
        padding: 9.333vw 0;
    }

    .sec03 .flow_wrap{
        display: block;
        margin-bottom: 13vw;
    }
    .sec03 .flow_wrap .flow_box{
        width: 100%;
        max-width: inherit;
        padding: 8% 6%;
        border-radius: 8px;
    }
    .sec03 .flow_wrap .flow_box+.flow_box{ margin-top: 5%;}
    .sec03 .flow_wrap .flow_box:not(:last-of-type):after{
        right: 0;
        left: 0;
        top: auto;
        bottom: -7vw;
        transform: translateY(0) rotate(90deg);
        margin: 0 auto;
        width: 10vw;
        height: 10vw;
    }

    .sec03 .flow_wrap .flow_box .box-ttl{
        font-size: 4vw;
        padding: 6px 5px 8px 5px;
    }
    .sec03 .flow_wrap .flow_box .step{
        font-size: 4.533vw;
        margin-bottom: 5%;
    }

    .sec03 .flow_wrap .flow_box .text{
        font-size: 3.733vw;
    }
    .sec03 .flow_wrap .flow_box .img{
        margin-bottom: 2%;
    }

    .sec03 .box{
        display: block;
        margin-bottom: 6.667vw;
    }
    .sec03 .box .txt{
        width: 100%;
        max-width: inherit;
        padding: 5px 6% 12% 6%;
    }
    .sec03 .box .txt .box-ttl{
        font-size: 6.133vw;
        border-bottom: 2px solid #FFF;
        margin-bottom: 5vw;
    }
    .sec03 .box .txt .fee_wrap{ margin-top: 2.667vw;}

    .sec03 .box .txt .fee_wrap dt{
        width: 22vw;
        height: 8.5vw;
        font-size: 3.733vw;
        padding: 4px 3px 5px 3px;
    }
    .sec03 .box .txt .fee_wrap dt.ttl_support{
        font-size: 3.333vw;
        padding: 0 3px;
    }
    .sec03 .box .txt .fee_wrap dd{
        width: calc(100% - 22vw);
        font-size: 8.267vw;
        padding-left: 14px;
    }
    .sec03 .box .txt .fee_wrap dl+dl{ margin-top: 3%;}
    .sec03 .box .img{
        width: 90%;
        max-width: 451px;
        margin: -10vw auto 0 auto;
    }
    .sec03 .text.text-lead.aCen{ text-align: left;}
    .sec03 .text.text-lead{ font-size: 4.533vw;}
}


@media screen and (max-width: 767px) {
    .sec_contact_btm{ margin-top: 10%; padding-bottom: 0;}
}