@charset "UTF-8";

/* common */
#main {
    padding: 0;
}
#page-container {
    padding: 0;
}
#page-product-rs{
    padding-top: 54px!important;
}
.btn-beta{
    display: block;
    background: #FF7700;
    max-width: 384px;
    height: 96px;
    margin: 0 auto;
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 96px;
    text-align: center;
    box-shadow: 4px 4px 0 0 #FFF600;
    border-radius: 100px;
    transition: background 0.3s ease-in-out 0s;
}
.btn-beta.disabled{
    background: #FFE4CC;
    cursor: default;
    box-shadow: none;
}
.btn-beta:not(.disabled):hover{
    background: #FF9D00;
}
.btn-beta span{
    display: table;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}
.btn-beta span::before,
.btn-beta span::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.btn-beta span::before{
    background: url("/build/assets/img/rs/openbeta/mv_btn01.svg") no-repeat center /contain;
    left: 0;
}
.btn-beta span::after{
    background: url("/build/assets/img/rs/openbeta/mv_btn02.svg") no-repeat center /70% auto;
    right: 0;
}
@media only screen and (min-width: 960px) {
    body#page-product-rs #main{
        max-width: 100%;
        padding-left: 0;
        margin: 0 auto;
    }
    .contents {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .btn-beta{
        height: 68px;
        font-size: 18px;
        line-height: 68px;
    }
    .btn-beta span::before,
    .btn-beta span::after{
        width: 24px;
        height: 24px;
    }
}

/* mv */
.mv,
.benefits,
.beta-plan,
.requirement,
.free{
    padding: 0 20px;
}
.benefits .wrap,
.beta-plan .wrap,
.requirement .wrap,
.free .wrap,
.qa .wrap{
    padding: 80px 0 120px;
}
.mv{
    background: url("/build/assets/img/rs/openbeta/mv_bg01.jpg") no-repeat center /cover;
    padding: 0 20px;
}
.mv::before,
.mv::after{
    display: none;
}
.mv .wrap{
    padding: 60px 0;
}
.mv .sub{
    font-size: 20px;
    font-weight: 700;
    color: #0F8EFF;
    text-align: center;
}
.mv .sub span{
    display: block;
    background: white;
    width: 180px;
    height: 32px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 32px;
    border: #0F8EFF 1px solid;
    border-radius: 100px;
}
.mv .tit {
    margin-top: 0;
}
.mv .tit img{
    display: block;
    width: 100%;
    max-width: 530px;
    margin: 0 auto 60px;
}
.mv .tit span{
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    line-height: 0;
}
.mv .txt{
    background: #0F8EFF;
    margin: 0 -20px;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .benefits .wrap,
    .beta-plan .wrap,
    .requirement .wrap,
    .free .wrap,
    .qa .wrap{
        padding: 60px 0;
    }
    .mv .wrap{
        padding: 50px 0;
    }
    .mv .sub{
        font-size: 14px;
    }
    .mv .sub span{
        margin: 0 auto 14px;
        font-size: 14px;
    }
    .mv .tit img{
        margin: 5px auto 30px;
    }
    .mv .txt{
        font-size: 15px;
    }
}


/* benefits */
.benefits .txt-border{
    display: table;
    background: linear-gradient(transparent 70%, #FFF600 30%);
    margin: 30px auto 36px;
    color: #0F8EFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}
.benefits ul{
    display: flex;
    gap: 40px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.benefits li{
    width: calc((100% - 80px)/3);
}
.benefits .tit{
    width: 240px;
    height: 240px;
    padding: 50px 10px 40px;
    margin: 0 auto 20px;
    position: relative;
    line-height: 1.6;
    border: #0F8EFF 2px solid;
    border-radius: 300px;
    text-align: center;
}
.benefits .tit::before{
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 20px;
}
.benefits li:nth-child(1) .tit::before{
    background: url("/build/assets/img/rs/openbeta/benefits_num01.svg"),no-repeat center /contain;
}
.benefits li:nth-child(2) .tit::before{
    background: url("/build/assets/img/rs/openbeta/benefits_num02.svg"),no-repeat center /contain;
}
.benefits li:nth-child(3) .tit::before{
    background: url("/build/assets/img/rs/openbeta/benefits_num03.svg"),no-repeat center /contain;
}
.benefits .tit img{
    display: block;
    width: 80px;
    margin: 0 auto 20px;
}
.benefits .tit span{
    display: block;
    font-weight: 600;
    text-align: center;
}
.benefits p{
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .benefits .txt-border{
        font-size: 20px;
    }
    .benefits ul{
        flex-wrap: wrap;
        gap: 30px;
    }
    .benefits li{
        width: 100%;
    }
}


/* beta-plan */
.beta-plan{
    background: #EBF6FF;
}
.beta-plan .detail{
    background: white;
    padding: 40px 30px;
    max-width: 480px;
    margin: 40px auto 0;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
}
.beta-plan .detail::before{
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #0F8EFF;
    position: absolute;
    top: 0;
    left: 0;
}
.beta-plan .tit{
    font-size: 24px;
    font-weight: 600;
}
.beta-plan .price{
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin: 10px 0;
}
.beta-plan .price .now{
    font-size: 18px;
}
.beta-plan .price .yen{
    font-size: 24px;
    font-weight: bold;
}
.beta-plan .price .yen span{
    font-size: 40px;
    line-height: 1;
}
.beta-plan .price .free{
    width: 70px;
    height: 22px;
    background: #EBF6FF;
    padding: 0;
    color: #0F8EFF;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    line-height: 22px;
    text-align: center;
}
.beta-plan .attention {
    font-size: 13px;
    color: #ff0000;
    margin-bottom: 20px;
}

.beta-plan .detail ul{
    margin-top: 30px;
    padding-top: 30px;
    border-top: #E5E5E5 1px solid;
}
.beta-plan .detail li{
    background: url("/build/assets/img/rs/check_img.svg") no-repeat left center /16px;
    padding-left: 26px;
}
.beta-plan .detail li span{
    font-weight: bold;
}
.beta-plan .detail li:not(:first-child){
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    .beta-plan .price{
        flex-wrap: wrap;
    }
    .beta-plan .price .before{
        width: 100%;
    }
    .beta-plan .attention {
        font-size: 11px;
        margin-bottom: 14px;
    }
    .beta-plan .detail ul{
        margin-top: 24px;
        padding-top: 24px;
    }
    .beta-plan .detail li:not(:first-child){
        margin-top: 20px;
    }
}


/* requirement */
.requirement .tb-scroll{
    max-width: 800px;
    margin: 40px auto 0;
}
.tb-scroll{
    overflow-x: auto;
}
.tb-scroll table{
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}
.tb-scroll table th{
    background: #F8F8F8;
    width: 220px;
    border-left: #E5E5E5 1px solid;
}
.tb-scroll table th,
.tb-scroll table td{
    padding: 26px 30px;
    border-right: #E5E5E5 1px solid;
    border-bottom: #E5E5E5 1px solid;
}
.tb-scroll tr:first-of-type th,
.tb-scroll tr:first-of-type td{
    border-top: #E5E5E5 1px solid;
}
.tb-scroll tr:first-of-type th{
    border-radius: 12px 0 0 0;
}
.tb-scroll tr:first-of-type td{
    border-radius: 0 12px 0 0;
}
.tb-scroll tr:last-of-type th{
    border-radius: 0 0 0 12px;
}
.tb-scroll tr:last-of-type td{
    border-radius: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
    .tb-scroll table th{
        width: 112px;
    }
    .tb-scroll table th,
    .tb-scroll table td{
        padding: 20px 14px;
    }
}


/* free */
.free{
    background: #0F8EFF;
}
.free .sec-tit{
    color: #FFF600;
    font-size: 40px;
    line-height: 1.6;
}
.free .sec-txt{
    margin: 30px 0;
    color: white;
    font-weight: 600;
}
.free .detail{
    background: white;
    max-width: 800px;
    padding: 30px 30px 60px;
    margin: 0 auto;
    border-radius: 12px;
}
.free .inr{
    padding: 30px;
    overflow-y: scroll;
    max-height: 400px;
    border: #E5E5E5 1px solid;
    border-radius: 12px;
}
.free .inr .tit{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.free .tit-sub{
    margin-top: 30px;
    padding-left: 16px;
    padding-bottom: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    border-bottom: #E5E5E5 1px solid;
}
.free .tit-sub::before{
    content: "";
    width: 8px;
    height: 8px;
    background: #0F8EFF;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 10px;
}
.free .tit-small{
    margin: 20px 0 14px;
    font-weight: 600;
}
.free .num-list,
.free .inr p{
    font-size: 12px;
}
.free .num-list li{
    padding-left: 14px;
}
.free .inr .last{
    margin-top: 30px;
}
.free .inr table{
    margin: 14px 0;
    font-size: 12px;
}
.free .inr th,
.free .inr td{
    border-radius: 0!important;
}
.free .inr thead th{
    border-bottom: none;
}
.free .inr thead th:last-of-type{
    width: auto;
}
.free label{
    display: table;
    margin: 40px auto 30px;
}
.free input{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .free .sec-tit{
        font-size: 24px;
    }
    .free .sec-txt{
        margin: 24px 0;
    }
    .free .detail{
        padding: 20px 20px 40px;
    }
    .free .inr{
        padding: 20px;
    }
    .free .inr .tit{
        font-size: 14px;
    }
    .free .tit-sub{
        font-size: 14px;
    }
    .free .tit-sub::before{
        top: 4px;
    }
    .free .inr th{
        width: 100px;
    }
    .free label{
        margin: 30px auto 24px;
    }
    .free input{
        width: 18px;
        height: 18px;
    }
}



.btn-beta.beta-free {
    max-width: 522px;
}

.beta-attention {
    text-align: center;
    color: #FF7700;
    font-weight: 700;
    margin-bottom: 12px;
}


/* mailform */
.free .detail {
    display: none;
}

.free .detail.detail-mailform {
    display: block;
    padding-top: 60px;
}

.free .sec-tit.close {
    font-size: 32px;
    margin-bottom: 20px;
}

.free .sec-txt.close {
    margin: 0 0 40px;
    font-size: 24px;
}

.free .beta-txt {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.form .setting {
    margin-top: 0;
    justify-content: center;
}

.form .setting.flex .set-tit {
    width: fit-content;
    padding-right: 40px;
}

.form .setting.flex .set-detail {
    width: fit-content;
    min-width: 400px;
}

.form .setting input::placeholder {
    color: #BBBABA;
}

.form .form-btn {
    margin-top: 48px;
}

.form .form-btn p {
    text-align: center;
}

.form .form-btn label {
    margin: 48px auto 8px;
}

.form .form-btn label a {
    display: inline-block;
    color: #0F8EFF;
    text-decoration: underline;
    margin-right: 2px;
    transition: opacity .3s ease;
}
.form .form-btn label a:hover {
    opacity: .7;
}

.form .form-btn p.form-btn__attention {
    margin-bottom: 30px;
}

.form .form-btn p.form-btn__txt {
    color: #FF7700;
    font-weight: 700;
    margin-top: 16px;
}

.form .btn-beta.disabled {
    border: 1px solid #FFE4CC;
    color: #8a8886;
}
.form .btn-beta {
    width: 100%;
    padding: 0;
    max-width: 270px;
    height: 72px;
    line-height: 72px;
    border: 1px solid #FF7700;
    color: #fff;
}

.form .btn-beta:hover {
    color: #fff;
}

.form .form-complete {
    text-align: center;
}

.form .form-complete p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.form .form-complete .btn-beta {
    max-width: 440px;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .btn-beta.beta-free {
        font-size: 15px;
    }
    .btn-beta.beta-free span {
        padding: 0 32px;
    }
    .btn-beta.beta-free span::before,
    .btn-beta.beta-free span::after {
        width: 21px;
        height: 21px;
    }
    .beta-attention {
        margin-top: 14px;
    }

    .free .sec-tit.close {
        font-size: 24px;
    }
    .free .sec-txt.close {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .free .beta-txt {
        margin-bottom: 16px;
    }

    .free .detail.detail-mailform {
        padding-top: 40px;
    }
    .form .setting {
        justify-content: flex-start;
    }
    .form .setting.flex .set-tit {
        margin-bottom: 10px;
    }
    .form .setting.flex .set-detail {
        min-width: 100%;
    }

    .form .form-btn label {
        margin-top: 36px;
    }
    .form .form-btn p.form-btn__attention {
        margin-bottom: 22px;
    }
    .form .form-btn {
        margin-top: 36px;
    }
    .form .btn-beta {
        max-width: 230px;
        height: 58px;
        line-height: 58px;
    }

    .form .form-complete p {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .form .form-complete .btn-beta {
        font-size: 14px;
    }
}
