::selection{color:#fff; background-color: var(--v-primary-base);}

/* #contents{
    padding: 60px 0;
}
@media (min-width:576px){
}
@media (min-width:768px){
    #contents{
        padding: 80px 0;
    }
}
@media (min-width:1024px){
    #contents{
        padding: 120px 0;
    }
} */

.border-gray{
    border: 1px solid #cfe5ed;
}

.bg-point-light{
    background-color: #eef6f9
}
@media (min-width:1200px){
}
.fixed-container{
    padding-top:40px;
}
@media (min-width:576px){
}
@media (min-width:768px){
}
@media (min-width:1024px){
}
@media (min-width:1200px){
    .fixed-container{
        padding-top:140px;
    }
}

/* sub-tab-wrap */
:root{
    --sub-tab-height: 50px;
}
@media (min-width:1024px){
    :root{
        --sub-tab-height: 64px;
    }
}
.sub-tab-wrap{
    position: relative;
    z-index: 4;
    margin-bottom: 60px;
    border: 0;
}
.sub-tab-wrap + .sub-tab-wrap{
    z-index: 2;
}
.sub-tab-wrap .tab{
    max-width: var(--container);
    margin:auto;
}

.sub-tab-wrap .tab__li{
    flex: none;
}

.sub-item-title{
    font-weight: 700;
    line-height: 1;
}

.inquiry-link-btn{
    background-color: #4e4ff9 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    width: 160px !important;
    height: 40px !important;
    border-radius: 20px !important;
}

@media (min-width:768px){
    .sub-tab-wrap{
        /* margin-top:calc(var(--sub-tab-height) * -1); */
        background-color: rgba(255,255,255,.2);
        margin-bottom: 100px;
    }
    .sub-tab-wrap .tab__btn{
        height:var(--sub-tab-height);
    }
    .sub-tab-wrap{
        border-top: : 1px solid #cfe5ed;
        border-bottom: 1px solid #cfe5ed;
    }
}
@media (min-width:1024px){
    .sub-tab-wrap{
        margin-bottom: 130px;
    }

    .inquiry-link-btn{
        font-size: 22px !important;
        width: 300px !important;
        font-size: 22px !important;
        height: 66px !important;
        border-radius: 33px !important;
    }
}


.feature-item p{
    text-indent: -7px;
    margin-left: 7px;
}

.use-item{
    box-shadow: 0 3px 10px rgba(196, 212, 219, 0.5);
    border: 2px solid #4e4ff9;
}

.feature-item-text h5,
.use-item h4{
    font-weight: 400
}

.use-item h4{
    line-height: 20px;
}

@media (min-width:1024px){
    .feature-item p{
        text-indent: -10px;
        margin-left: 10px;
    }

    .use-item h4{
        line-height: 26px;
    }

    .feature-item-text h5{
        line-height: 28px;
    }

    .use-item{
        border: 3px solid #4e4ff9;
    }
}

/* Form */
#contents table tr td .theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset,
.formmail-input__table .theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{
    color:rgba(0,0,0,.15);
}

/* sub-common */
.sub-page-title h2{
    line-height: 1;
}
.sub-page-title p{
    line-height: 26px;
}

@media (min-width:1024px){
    .sub-page-title p{
        line-height: 36px;
    }
}
