/* カスタマイズ用CSS */
/*.ec-itemNav__nav li a {color: #f02;}*/

.ec-blockBtn--action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    --bs-btn-padding-y: 6px;
    --bs-btn-padding-x: 12px;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 1.42857142;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #0c317b;
    border-color: #0c317b;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}

.ec-blockBtn--action:hover {
    color: #fff;
    background-color: #135bb1;
    border-color: #135bb1;
}

.ec-teaser img {
    width: 100%;
    height: auto;
}

ul.ec-itemNav__nav {
    background: url(/html/user_data/assets/img/common/btn_off.png);
    width: 420px;
    height: 55px;
}

@media only screen and (min-width: 768px) {
    .ec-itemNav__nav li a {
        text-align: center;
        border-bottom: none;
        opacity: 0;
        width: 420px;
        height: 55px;
    }
}

ul.ec-itemNav__nav:hover {
    background: url(/html/user_data/assets/img/common/btn_on.png);
    width: 420px;
    height: 55px;
}

footer.ec-layoutRole__footer {
    margin-top: 100px;
}

.ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
    background: url(/html/user_data/assets/img/common/footer_bg.jpg) no-repeat center top;
    height: 500px;
    position: relative;
}

.ec-footerTitle__copyright {
    margin-top: 50px;
    color: #8da9e0;
}

@media only screen and (min-width: 768px) {
    .ec-footerRole .ec-footerRole__inner {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        color: #525263;
        -webkit-text-size-adjust: 100%;
        width: 100%;
        max-width: 1130px;
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-footerTitle {
        padding: 90px 0 80px;
    }
}

.ec-blockBtn--action:disabled, .ec-blockBtn--action.disabled {
    color: #fff;
    background-color: #0c317b;
    border-color: #0c317b;
}

.ec-blockBtn--action:disabled:hover {
    color: #fff;
    background-color: #135bb1;
    border-color: #135bb1;
}

.top-teaser {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 36px;
    /*background-color: #fff;*/
    background: url(/html/user_data/assets/img/common/pc_teaser_01.jpg) no-repeat center top;
    height: 500px;
}


.sp_top_btn {
    position: absolute;
    background: url(/html/user_data/assets/img/common/btn_off.png) no-repeat center top / 100%;
    width: 80vw;
    height: 55px;
    margin-left: 9vw;
    opacity: 0;
}

.sp_top_btn a {
    position: absolute;
    display: none;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
    text-indent: -9999px;
    opacity: 0;
}


@media screen and (max-width: 864px) {
    .top-teaser {
        width:100%; 
        background: url(/html/user_data/assets/img/common/sp_teaser_01.png) no-repeat center top / 100%;
        margin: 0 auto;
        padding: 0 0 143vw 0;
    }
    .ec-layoutRole__footer {
        margin-top: 15vw !important;
    }
    /*.ec-itemNav__nav li a {
        text-align: center;
        border-bottom: none;
        opacity: 0;
        width: 420px;
        height: 55px;
        background: url(/html/user_data/assets/img/common/btn_off.png) no-repeat center bottom;
    /*}*/
    /*ul.ec-itemNav__nav {
    background: url(/html/user_data/assets/img/common/btn_off.png);
    width: 420px;
    height: 55px;
    }*/
    .sp_top_btn {
    position: absolute;
    background: url(/html/user_data/assets/img/common/btn_off.png) no-repeat center top / 100%;
    width: 80vw;
    height: 55px;
    margin-left: 10vw;
    display: block;
    opacity: 1;
}

.sp_top_btn a {
    position: absolute;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
    text-indent: -9999px;
}

.ec-footerRole {
    border-top: 1px solid #8da9e0;
    margin-top: 30px;
    height: 400px;
    position: relative;
}

.ec-footerTitle__copyright {
    margin-top: 10px;
    color: #8da9e0;
}

.ec-footerTitle {
    padding: 50px 0 60px;
    text-align: center;
    color: white;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    position: relative;
    border: 0;
    background: #0c317b;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.ec-drawerRole .ec-headerLinkArea {
    background: #0c317b;
}

.ec-drawerRole {
    overflow-y: scroll;
    background: #0c317b;
    width: 260px;
    height: 100vh;
    /*transform: translateX(-300px);*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    /*transition: z-index 0ms 1ms;*/
}

.ec-drawerRole .ec-headerLinkArea {
    background: #0c317b;
    margin-top: -5px;
}
}