@charset "utf-8";
/* CSS Document */

.m-product-detail .o-product-name a {
    color: #000;
}
.m-product-detail .o-product-description div {
    font-size: 18px;
}
.m-product-detail .o-product-photo {
	width: 35%;
}
.m-product-detail .o-product-photo + .o-product-text {
	width: 60%;
}
.m-charges-model > ul > li:nth-child(odd) p.o-model-title {
    background-color: #0068b7;
}
.m-charges-model p.o-model-title {
	border-radius: 0;
}
.section_inner.l-section-wide .m-charges-model > ul > li > ul {
	margin-top: 15px;
}
.section_inner.l-section-wide .m-charges-model > ul > li > ul > li {
	padding: 16px 20px 12px;
    background: #f2f2f2;
    border: none;
}
.m-charges-model .o-btn-modelDetail {
	border-radius: 100vh;
    border: 1px solid #cbcbcb;
    font-size: 1.125rem;
    padding: 10px 15px 10px 15px;
    position: relative;
}
.m-charges-model .o-btn-modelDetail > span {
    color: #000;
}
.m-charges-model .o-btn-modelDetail:before {
	border: solid 1px #5f5f5f;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 14px);
    display: block;
    z-index: 0;
}
.m-charges-model .o-btn-modelDetail:after {
	position: absolute;
    top: calc(50% - 5px);
    right: 21px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: 0;
    border-top: none;
    border-right: solid 1px #5f5f5f;
    border-bottom: solid 1px #5f5f5f;
    content: "";
    transform: rotate(-45deg);
}

@media screen and (max-width: 999px) {
.m-product-detail .o-product-description div {
    font-size: 14px;
}
}

@media screen and (max-width: 480px) {
.m-product-detail .o-product-photo {
	width: auto;
	height: auto!important;
}
.m-product-detail .o-product-photo + .o-product-text {
	width: 100%;
}
.m-product-detail .o-product-description div {
    font-size: 14px;
}
}