/* カスタマイズ用CSS */
.ec-birth {
    display: flex;
}
.ec-birth select {
    width: 27%;
}
.ec-birth span {
    display: block;
    margin: auto 10px;
}
.c-selectbox-cart {
    display: block;
}
.ec-productRole__price {
    margin-bottom: 2rem;
}
.p-title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #337ab7;
    font-size: 1.6rem !important;
    padding: 6px;
}
#kikaku_layout_area {
    display: none;
}
.ec-numberInput {
    margin-bottom: 2rem;
}

.open_button {
    margin-bottom: 10px;
}

label.form-label.required:nth-last-of-type(1) {
    margin-top: 1rem;
}
.ec-icon {
    text-align: center;
}
.nav-links {
    margin: auto;
}
.btn {
    font-size: 1.6rem;
}
.ec-newsRole {
    margin-bottom: 4rem;
}
#news-wrap {
    padding: 0 2rem;
    margin-bottom: 100px;
}
.ec-calendar__month {
    width: 100%;
}
.ec-role {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 768px) {
    .ec-price .ec-price__price {
        font-size: 2.4rem;
    }
}
@media only screen and (max-width: 767px) {
    .ec-price .ec-price__price {
        font-size: 1.8rem;
    }
}
.option_Label label {
    font-weight: normal;
}