@charset "utf-8";

/*------基本CSS（PC用記述記載）------*/


#app img {
    width: 100%;
    height: auto;
}

#app .fv {
    width: 1000px;
    display: flex;
    justify-content: center;
}

#app .PCvisible img.picture {
    width: 30%;
}

#app .fv .txtarea {
    margin: 40px 40px;
}

#app .fv .txtarea .txt {
    padding-top: 36px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

#app .fv .txtarea .app {
    margin-top: 40px;
}

#app .box1,
#app .box2 {
    margin: 50px 0 0;
}

#app h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

#app .special li {
    width: 320px;
    list-style: none;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #1EAC4B;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}

#app .special .benefits {
    display: flex;
    align-items: center;
    padding: 15px 10px;
}

#app .special .point {
    position: absolute;
    top: -20px;
    left: -9px;
    text-align: center;
    background-color: #01d101;
    color: #fff;
    width: 140px;
    padding: 4px 4px;
    text-decoration: none;
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    font-size: 17px;
}

#app .special .benefits .pict_text {
    font-size: 32px;
    margin: 0 4px 0;
    width: 65%;
}

#app .special img {
    display: block;
    width: 35%;
}

#app .special_subtitle {
    font-size: 14px;
    display: block;
}

#app .text {
    line-height: 1.8;
    font-size: 20px;
    text-align: center;
}



/*------横幅が521px以上CSS（PC用記述記載）------*/
@media screen and (min-width: 521px) {

    #app {
        width: 1000px;
        margin: 0 auto;
    }

    #app .SPvisible {
        display: none;
    }

    #app .box1 h2 br {
        display: none;
    }

    #app .box1 h2 {
        margin: 0 auto 70px;
        background: linear-gradient(transparent 50%, yellow 50%);
        width: 620px;
    }

    #app .special {
        display: flex;
        justify-content: space-between;
        margin: auto;
    width: 1000px;
    }




}




/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

    #app {
        margin: 0 auto;
        padding: 0 2%;
        max-width: 750px;
    }

    #app .fv.PCvisible {
        display: none;
    }

    #app .txtarea {
        margin-bottom: 40px;
    }

    #app .txtarea .txt {
        margin: 20px 10px 10px;
        line-height: 1.5;
    }


    #app img {
        width: 100%;
        height: auto;
    }

    #app .navilink_app a {
        color: #ffffff!important;
        font-size: 18px;
        display: block;
        padding: 5% 12%;
        box-sizing: border-box;
        text-decoration: none;
    }

    #app .navilink_app a::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 24px;
        right: 20px;
    }

    #app .fv {
        margin: 0 auto 40px;
    }

    #app .fv p {
        text-align: left;
        font-size: 1rem;
        color: #333;
    }


#app .box1,
#app .box2 {
    margin: 0px 0 0 !important;
}

    #app .mainmid {
        clear: both;
        background-color: #ECECEC;
        padding: 6px 0;
        font-size: 17px;
        font-weight: bold;
        line-height: 16px;
        color: #000;
        width: 100%;
        text-align: center;
        margin: 0;
        border-radius: 0;
    }

    #app .navilink_app {
        text-align: center;
        background-color: #1EAC4B;
        width: 94%;
        margin: 5% auto 15%;
        position: relative;
    }

    #app .navilink_app:last-child {
        border-bottom: 1px solid #ECECEC;
    }


    #app .arrow_l {
        height: 30px;
        margin: 0;
        position: absolute;
        right: 6px;
        top: 12px;
        width: 22px;
    }

    #app .box2 {
        padding: 0 2% 10%;
    }

    #app .box2 .text br {
        display: none;
    }

    #app h2 {
        text-align: center;
        font-size: 24px;
    }

    #app .box1 h2 {
        margin: 0px 0 12%;
    }

    #app .box2 h2 {
        margin-bottom: 5%;
    }

    #app .box1 h2 span {
        background: linear-gradient(transparent 50%, yellow 50%);
    }

    #app .box1 li {
        width: 95%;
        list-style: none;
        text-align: center;
        border: 1px solid #1EAC4B;
        box-sizing: border-box;
        border-radius: 20px;
        position: relative;
        margin: 0 auto 10%;
    }

    #app .box1 .special .point {
        position: absolute;
        top: -10%;
        left: -2%;
        text-align: center;
        background-color: #01d101;
        color: #fff;
        padding: 1%;
        text-decoration: none;
        transform: rotate(-7deg);
        -moz-transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        font-size: 17px;
    }

    #app .box1 .benefits {
        display: flex;
        align-items: center;
        margin: 15px 0;
    }

    #app .box1 .benefits .pict_text {
        font-size: 32px;
    }

    #app .box1 img {
        margin: 0 auto;
        display: block;
        width: 40%;
    }

    #app .box1 .special_subtitle {
        margin: 3% 3%;
        font-size: 14px;
        display: block;
        text-align: left;
    }

    #app .text {
        line-height: 1.8;
        font-size: 16px;
        text-align: left;
    }

    #app .special {
        margin-top: 50px;
    }

}