/* カスタマイズ用CSS */
@media only screen and (min-width: 768px) {
.ec-categoryRole .ec-categoryRole__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
@media only screen and (min-width: 768px) {
.ec-categoryRole .ec-categoryRole__listItem {
    margin-right: 0 !important;
}
}

.ec-headerTitle .ec-headerTitle__title a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 120px;
    background-color: #332D2B;
    background-image: url("/html/user_data/images/header/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    text-align: left;
    text-indent: -9999px;
}
@media only screen and (min-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title a {
        height: 240px;
    }
    
    .memberonly {
        min-height: 100vh;
        padding-bottom: 100px;
    }

}


.login-header {
    display: block;
    overflow: hidden;
    width: 100vw;
    transform: translate(-20px, 0);
    height: 120px;
    background-color: #332D2B;
    background-image: url("/html/user_data/images/header/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    text-align: left;
    text-indent: -9999px;
}
@media only screen and (min-width: 768px) {
    .login-header {
        height: 240px;
        transform: translate(calc(((-100vw + 1150px) / 2) - 30px), 0);
        
    }
}

@media only screen and (max-width: 1150px) {
    .login-header {
        transform: translate(-20px, 0);
    }
}



.footer-txt {
    padding: 0 20px;
    box-sizing: border-box;
}
.footer-txt > div {
    margin-bottom: 50px;
}
.footer-txt h3 {
    font-size: 16px;
    font-weight: bold;
    border-top: #C8B6A3 2px solid;
    border-bottom: #C8B6A3 1px solid;
    padding: 16px 0;
}

@media screen and (min-width: 768px) {
    .footer-txt h3 {
        padding: 20px;
    }
}
.footer-txt h4 {
    font-size: 14px;
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .footer-txt h4 {
        padding: 0 20px;
    }
}
.footer-txt p {
    margin-left: 16px;
}
@media screen and (min-width: 768px) {
    .footer-txt p {
        padding: 0 20px;
    }
}

.footer-txt p span {
    font-size: 20px;
    display: block;
}
@media screen and (min-width: 768px) {
    .footer-txt p span {
        display: inline;
    }
}
.footer-sp-img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-pc-img {
    display: none;
}

@media screen and (min-width: 768px) {
    .footer-sp-img {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .footer-pc-img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0 20px;
    }
}
.footer-txt > div > div {
    margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
    .footer-txt > div > div {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (min-width: 768px) {
    .footer-txt > div > div > div {
        width: 47%;
    }
}
.footer-txt > div > div > div > img {
    width: 100%;
    height: auto;
    margin-top: 8px;
}
@media screen and (min-width: 768px) {
    .footer-txt > div > div > div > img {
        padding: 0 20px;
    }
}