/*fv関係*/
.fvwarp {
    max-height: 580px;
    height: 80vh;
}
.fvbox {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    left: 50%;
    padding: 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fvbox .title {
    font-size: 50px;
    line-height: 1.3;
    text-align: center;
    font-weight: normal;
}

.fvbox .text {
    font-size: 20px;
    width: 80%;
    margin: 1em auto;
}

.count-box-warp {
    width: 80%;
    margin: 1em auto;
}

.count-box {
    justify-content: center;
}

.count-box li {
    margin: 0 1em;
}

.count-title {
    font-size: 14px;
    text-align: center;
}

.count-set {
    font-size: 35px;
    text-align: center;
    color: #D90429;
    font-weight: bold
}

.count-box-warp .remarks {
    text-align: center;
}

/*727px以下　SP表示処理*/
@media screen and (max-width: 727px) {
    .fvwarp {
        max-height: 450px;
        height: 70vh;
    }

    .fvbox {
        width: 90%;
    }

    .fvbox .title {
        font-size: 26px;
    }

    .fvbox .text {
        font-size: 14px;
    }

    .count-title {
        font-size: 12px;
    }

    .count-set {
        font-size: 24px;
    }

    .count-box-warp .remarks {
        font-size: 12px;
    }
}

/**最初のコンテンツ部分**/
.topbox .img {
    width: 50%;
}

.topbox .text {
    width: calc(50% - 1em);
    margin-left: 1em;
}

.topbox .textbox {
    max-width: 500px;
}

.topbox.fbl .textbox {
    margin-left: auto;
}

.topbox.fbr .textbox {
    margin-right: auto;
}

.topbox .text .title {
    font-size: 30px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.topbox .text .explanation {
    color: #707070;
    font-size: 20px;
    padding-left: 1em;
    text-indent: -1em;
}

.topbox .text .title::before,
.topbox .text .explanation::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    vertical-align: baseline;
    margin-right: 0.3em;
}

.topbox .text .title::before {
    border: 3px solid #4BA3E3;
    width: 18px;
    height: 18px;
}

.topbox .text .explanation::before {
    border: 3px solid #67BD81;
    width: 14px;
    height: 14px;
}

.topbox .text .bggray {
    background: #F0F2F9;
    height: 20px;
    width: 100%;
    margin-top: 1em;
}

/*727px以下　SP表示処理*/
@media screen and (max-width: 727px) {
    .topbox {
        display: block;
        width: 100%;
        margin: 3em auto;
    }
    .topbox::after{
        content:"";
        display: block;
        height: 15px;
        width: 100%;
        background: #F0F2F9;
    }

    .topbox .text,
    .topbox .img {
        width: 90%;
        margin: auto;
        margin-bottom: 1em;
    }

    .topbox .textbox {
        max-width: 100%;
    }

    .topbox .text .title {
        font-size: 25px;
        padding-left: 0;
        text-indent: 0;
    }

    .topbox .text .explanation {
        font-size: 12px;
        padding-left: 0;
        text-indent: 0;
    }

    .topbox .text .title::before,
    .topbox .text .explanation::before {
        display: none;
    }

    .topbox .text .bggray {
        display: none;
    }
}

/**プラン**/
.planwarp {
    align-items: inherit;
    justify-content: center;
    -webkit-box-align: center;
}

.planbox {
    width: calc(33% - 2em);
    background: #F7F7F7;
    margin: 3em 1em;
}

.planbox .title {
    background: #D90429;
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding: 0.2em;
}

.planbox .text {
    padding: 1em;
    color: #707070;
}

.planbox .pricing {
    text-align: center;
    padding: 1em 0 0.5em;
}

.planbox .pricing .big {
    font-size: 50px;
}

.planbox .pricing .small {
    font-size: 20px;
}

.planbox .money-order {
    text-align: center;
    font-size: 25px;
}

.planbox .keywoed {
    text-align: center;
    font-size: 20px;
}
.planbox p.keywoed{
    padding: 0.5em;
}

.planbox .keywoedbox {
    position: relative;
    display: block;
    border: 1px solid #707070;
    margin: 0.5em auto;
    width: 80%;
}

.planbox .keywoedbox select {
    appearance: none;
    user-select: none;
    background: inherit;
    border: none;
    font-size: 20px;
    width: 100%;
    padding: 0.5em;
    color: #707070;
}

.planbox .keywoedbox::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    pointer-events: none;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 0.7em;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}

.planbox .list {
    margin: 1em;
}

.planbox .list li {
    margin-bottom: 0.5em;
}

.planbox .list li.not {
    opacity: 0.5;
}

.planbox .remarks {
    text-align: center;
    margin-top: 0.5em;
}
/*727px以下　SP表示処理*/
@media screen and (max-width: 727px) {
    .planwarp {
        display: block;
    }
    .planbox {
        width: 80%;
        margin: 3em auto;
    }
}