@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
/* 共通CSS */
#howtouse .renewal{
    width: 80%;
    margin: 0 auto;
}
#howtouse .bg-color{
    padding: 25px 0 100px;
    background-color: #f7f7f7;
}
.fvBnr{
    width: 60%;
    margin: 1rem auto 2.5rem;
}
.fvBnr .fvText{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 3.5rem;
    letter-spacing: 0.15rem;
}
#howtouse p.fvText_1{
line-height: 1.8rem;
text-align: center;
font-size: 15px;
}
#howtouse p.navi{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding: 25px 0;
}
#howtouse .nav{
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
}
#howtouse .nav a{
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    border-radius: 0.5em;
    background-color: #fff;
    padding: 9% 13%;
    position: relative;
}
#howtouse .nav a:before{
    content: '';
    display: block;
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    background-color: #afafaf;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1em;
}
#howtouse .nav button:nth-child(1) a:before{
    background-image: url(../img/230308/number_1.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(2) a:before{
    background-image: url(../img/230308/number_2.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(3) a:before{
    background-image: url(../img/230308/number_3.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(4) a:before{
    background-image: url(../img/230308/number_4.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(5) a:before{
    background-image: url(../img/230308/number_5.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(6) a:before{
    background-image: url(../img/230308/number_6.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(7) a:before{
    background-image: url(../img/230308/number_7.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(8) a:before{
    background-image: url(../img/230308/number_8.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(9) a:before{
    background-image: url(../img/230308/number_9.png);
    margin-right: 25px;
}
#howtouse .nav button:nth-child(10) a:before{
    background-image: url(../img/230308/number_10.png);
    margin-right: 25px;
}
/*nav*/
button.btn.btn-primary.btn-lg{
    margin: 1.5em 0 0;
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 2px 3px 0px #e7e7e7;
    position: relative;
    font-weight: bold;
    font-size: 17px;
    padding: 0!important;
    width: 40%;
}
button.btn.btn-primary.btn-lg:hover{
    box-shadow: none;
}
.mdl-ripple{
    background: #c1c1c1!important;
}
button.btn.btn-primary.btn-lg:after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    bottom: 13%;
}
button.btn.btn-primary.btn-lg:active{
    background: #fff;
}
button.btn.btn-primary.btn-lg:active:focus{
    box-shadow: none;
}
#howtouse .nav li a:after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    bottom: 13%;
}

/*block-area*/
#howtouse .row{
    padding-top: 2em;
    margin-top: 1.5em;
    display: block;
    position: relative;
}
#howtouse .row > div{
    padding-top: 0.5em;
}
#howtouse .col{
    background-color: #fff;
    padding: 4.5em 7.5em;
    position: relative;
    border-radius: 10px;
    margin-top: 80px;
    box-shadow: 0px 2px 3px 0px #e7e7e7;
}
#howtouse #navi2 .col,#howtouse #navi3 .col,#howtouse #navi9 .col{
    padding: 6em 7.5em;
}
#howtouse .number1::before{
    background-image: url(../img/230308/number_1.png);
}
#howtouse .number2::before{
    background-image: url(../img/230308/number_2.png);
}
#howtouse .number3::before{
    background-image: url(../img/230308/number_3.png);
}
#howtouse .number4::before{
    background-image: url(../img/230308/number_4.png);
}
#howtouse .number5::before{
    background-image: url(../img/230308/number_5.png);
}
#howtouse .number6::before{
    background-image: url(../img/230308/number_6.png);
}
#howtouse .number7::before{
    background-image: url(../img/230308/number_7.png);
}
#howtouse .number8::before{
    background-image: url(../img/230308/number_8.png);
}
#howtouse .number9::before{
    background-image: url(../img/230308/number_9.png);
}
#howtouse .number10::before{
    background-image: url(../img/230308/number_10.png);
}
#howtouse .col:before{
    content: '';
    display: block;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -2em;
    transform: translateX(-50%);
    background-color: #afafaf;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 1.4em;
}
#howtouse .col img{
    width: 80%;
    margin: 30px auto 0;
    height: auto;
    display: block;
}
#howtouse #navi10 .col img{
    width: 60%;
}
#howtouse .row .text-color1{
    position: absolute;
    bottom: 2.5rem;
    right: 7.5rem;
}
#howtouse .row .text-color2{
    position: absolute;
    bottom: 0.5rem;
    right: 7.5rem;
}
#howtouse .subttl{
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1.666667em;
    color: #000000;
    font-weight: bold;
}
#howtouse .subttl a{
    text-decoration: none;
}
#howtouse .subttl_copy{
    font-size: 1em;
    line-height: 1.8em;
}
#howtouse .comment{
    font-size: 0.8em;
}
#howtouse .text-color1,
#howtouse .text-color2{
    text-decoration: underline;
}
.container{
    min-width: unset!important;
}
#howtouse img.spbnr{
    display: none;
}

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
    #howtouse{
        width: 100%;
        max-width: 750px!important;
        margin: 0 auto;
    }
    #howtouse .renewal{
width: 85%;
    }
    #howtouse .bg-color{
        padding-bottom: 0;
    }
    #howtouse .fvBnr{
        width: 95%;
    }
    .fvBnr .fvText{
        font-size: 20px;
        line-height: unset;
        margin: 30px 0!important;
    }
    #howtouse p.fvText_1{
        font-size: 13px;
    }
    #howtouse p.navi{
        font-size: 18px;
        padding: 0;
    }
    button.btn.btn-primary.btn-lg{
        width: 100%;
    }
    #howtouse .nav a{
        padding: 32px 16px;
    }
    #howtouse .nav button:nth-child(3) a:before{
        margin-right: 25px;
    }
    #howtouse .nav button:nth-child(4) a:before{
        margin-right: 25px;
    }
    #howtouse .nav button:nth-child(5) a:before{
        margin-right: 25px;
    }
    #howtouse .nav button:nth-child(6) a:before{
        margin-right: 25px;
    }
    #howtouse .nav button:nth-child(7) a:before{
        margin-right: 25px;
    }
    #howtouse .nav button:nth-child(8) a:before{
        margin-right: 25px;
    }
    #howtouse .nav button:nth-child(9) a:before{
        margin-right: 25px;
    }
    #howtouse .nav button:nth-child(10) a:before{
        margin-right: 25px;
    }
    #howtouse .col{
        padding: 4.5em 1em!important;
    }
    #howtouse .col img{
        width: 100%!important;
    }
    #howtouse .subttl{
        font-size: 1.2em;
    }
    #howtouse .subttl_copy{
        font-size: 1em;
        line-height: 2em;
    }
    #howtouse .row{
        padding: 2em 0.8em;
    }
    #howtouse .row .text-color1{
        bottom: 2em;
        right: 2em;
        font-size: 0.8em;
    }
    #howtouse .row .text-color2{
        bottom: 0;
        right: 2em;
        font-size: 0.8em;
    }
    #howtouse img.spbnr{
        display: block;
    }
    #howtouse img.pcbnr{
        display: none;
    }
}