@charset "UTF-8";

.pane-goods-right-side .block-goods-comment2{
	font-weight: 700;
	font-size: medium;
	line-height: 1.6rem;
}
.pane-goods-right-side .block-goods-comment2 p{
	font-weight: normal;
	font-size: 14px;
}
.pane-goods-right-side .block-goods-comment2 li{
	position: relative;
	padding-left:24px;
}
.pane-goods-right-side .block-goods-comment2 li:before, .pane-goods-right-side .block-goods-comment2 li:after{
	content:"";
	display:block;
	position:absolute;
}
.pane-goods-right-side .block-goods-comment2 li:before{
	width:16px;
	height:16px;
	background:#000000;
	left:0;
	top:6px;
	border-radius: 50%;
}
.pane-goods-right-side .block-goods-comment2 li:after{
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 8px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 4px;
	top: 10px;
}

#lp_wrapper .exp_inner {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
#lp_wrapper {
	overflow: hidden;
	width: 750px;
	background: #aaa;
	margin-top: 40px;
}
#lp_wrapper img{
	border-radius: 3px;
	max-width: 650px;
	margin: auto auto 3em;
	display: block;
	width: 100%;
}
#lp_wrapper img:nth-child(1){
	margin-top: 3rem;
}

/* New Layout */
#lp_wrapper2 {
    overflow: hidden;
    width: 750px;
    background: #eee;
}
#lp_wrapper2 .exp_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
#lp_wrapper2 img{
    border-radius: 3px;
    max-width: 100%;
    margin: auto auto;
    display: block;
    width: 100%;
}
#lp_wrapper2 img:nth-child(1){
    margin-bottom: 3rem;
}
/* END New Layout */

/* New Layout 20260310 */
#lp_wrapper3 {
    overflow: hidden;
    width: 750px;
    background: #e2e0df;
}
#lp_wrapper3 .exp_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
#lp_wrapper3 img{
    border-radius: 3px;
    max-width: 100%;
    margin: auto auto;
    display: block;
    width: 100%;
}
#lp_wrapper3 img.common {
    width: 87%;
    margin-bottom: 3rem;
}
#lp_wrapper3 img:nth-child(1){
    margin-bottom: 0rem;
}

.page-goods .pane-goods-center .goods-detail-description-wrap{
	margin: 0;
	border-bottom: none;
}

/*---------header------------*/
#shop_header_bg{
	background: #000;
}

.laundry-attention{
	margin: 2em 0;
}

.laundry-attention dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.25em;
}

.laundry-attention dd {
    font-size: 12px;
    line-height: 1.75em;
}

.laundry-symbol li {
    display: inline;
    padding-left: 0.25em;
}

.medical h2 {
    width: 100%;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #0188A6;
    border-bottom: 1px solid #0188A6;
    margin-top: 2em;
}

.medical .detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.medical .detail .detail_img {
    margin: 15px 30px;
}

.medical .detail .detail_img img {
    width: 240px;
}

.medical .detail .detail_text {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 175%;
    margin: 30px;
}
.medical .detail .detail_text span {
    background: #FFEC00;
}

@media only screen and (max-width: 750px) {
    .laundry-attention dd {
        margin-bottom: 2.66667vw;
        font-size: 3.2vw;
    }
    .medical h2 {
        margin: 50px auto;
    }
    .medical .detail {
        display: block;
        margin-bottom: 70px;
    }
    .medical .detail .detail_img {
        text-align: center;
    }
}