@charset "utf-8";
/* CSS Document */

/*================================
	add_prod_wrap
=================================*/

.add_prod_wrap {
	margin: 46px 0 30px;
	padding: 25px 20px 20px;
	background: #72cdda;
}

.add_prod_title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 20px;
}
.add_prod_inner_wrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;

	background: #FFFFFF;
	padding: 18px;
	margin-top: 10px;
}
.mark_main_box {
	margin-bottom: 10px;
}
.mark_main_box .mark_main_column {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.mark_main_box .main_attn {
	font-size: 14px;
	margin-top: .5em;
}
.mark_price_box {
    width: calc(100% - 350px);
}
.prod_btn_box {
    width: 350px;
	padding-left: 30px;
}
.add_prod_wrap .mark_box {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

	width: 220px;
	padding-right: 20px;
/*	margin-bottom: 6px;*/
}
.add_prod_wrap .main_box {
	width: calc(100% - 220px);
}

.add_prod_wrap .mark_box li {
	width: calc((100% / 2) - 3px);
	background-color: #e95471;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
}
.add_prod_wrap .mark_box li > span {
	display: block;
}
.add_prod_wrap .main_box,
.add_prod_wrap .sub_box {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:space-between;
	-moz-box-pack:space-between;
	-webkit-flex-pack:space-between;
	-moz-flex-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;

	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;

/*	margin-top: 1em;
	padding-bottom: 0.5em;*/

}
.add_prod_wrap .sub_box {
	padding: 1em 0 0;
	border-top: 1px solid #e9e7e3;
}
.add_prod_wrap .main_box .prod_title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	text-align: left;
}
.add_prod_wrap .main_box .prod_price {
	text-align: right;
	line-height: 1;
}
.add_prod_wrap .main_box .prod_price em {
	color: #e95471;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
}
.add_prod_wrap .main_box .prod_price span span {
	font-size: 10px;
}
.add_prod_wrap .sub_box .prod_title {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-align: left;
}
.add_prod_wrap .sub_box .prod_price {
	font-size: 16px;
	line-height: 1.4;
	text-align: right;
}
.add_prod_wrap .sub_box .prod_price em {
	font-weight: 600;
	font-style: normal;
}
.add_prod_wrap .sub_box .prod_price span {
	font-size: 14px;
}
.add_prod_wrap .sub_box .prod_price span span {
	font-size: 10px;
}
.add_prod_wrap .prod_btn {
/*	margin-top: 1em;*/
	text-align: center;
}
.add_prod_wrap .prod_btn a {
	display: block;
	border-radius: 9999px;
	background-color: #45A77D;
	padding: 1.3em .5em;
	color: #fff;
	font-size: 16px;
    letter-spacing: 0;
	font-weight: 600;
	text-decoration: none;
}
.add_prod_wrap .teiki_btn a span {
    display: inline-block;
    padding-left: 1.2em;
    background: url(svg/teiki_w_16x16.svg) no-repeat left center;
    background-size: auto 16px;
}
.add_prod_wrap .prod_attn {
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.4;
}
.add_prod_wrap .prod_attn li {
	text-indent: -1em;
	margin: 0 0 .25em 1em;
}
.add_prod_wrap .prod_attn .txt_red {
	color: #e95471;
}


.add_prod_wrap .teiki_terms {
	margin: .25em 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.3;
}
.add_prod_wrap .teiki_terms li {
	text-indent: -1em;
	margin: 0 0 .25em 1em;
}
.add_prod_wrap .teiki_terms .txt_red {
	color: #e95471;
}



/*================================
	spec
=================================*/

.p-product-detail .product__section-title {
    margin-bottom: 16px;
    font-size: 24px;
	padding-bottom: 16px;
	border-bottom: solid 2px #171717;
}
.item_spec_wrap .item_name_box {
	margin: 1em 0;
}
.item_spec_wrap .item_name {
	text-align: center;
	font-size: 18px;
	letter-spacing: .03em;
}
.item_spec_wrap .item_name em {
	font-style: normal;
	display: inline-block;
}
.item_spec_wrap .item_name .item_capa {
	display: inline-block;
	font-size: 16px;
}

.item_spec_wrap .item_hanbai_name {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	margin: .25em 0;
}
.item_spec_wrap .item_spec_bottom_box {
	width: 95%;
	margin: .5em auto 0;
}
.item_spec_wrap .item_spec_bottom_box .balance_attn {
	font-size: 14px;
}

.item_spec_box {
	width: 95%;
	margin: 0 auto;
}

.item_spec_box .item_spec_title {
	font-size: 18px;
	line-height: 1.1;
}
.item_spec_box .spec_more {
    padding: 16px 18px;
	border: 1px solid #e9e7e3;
    margin-top: 16px;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
}

.item_spec_box .spec_more::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	height: 2px;
	width: 15px;
	background: #333;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
}
.item_spec_box .spec_more::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	height: 2px;
	width: 15px;
	background: #333;
	transition: all .3s ease-in-out;
}

.item_spec_box .spec_more.open::before {
	transform: rotate(180deg);
}
.item_spec_box .spec_more.open::after {
	opacity: 0;
}

.item_spec_box .spec_cont {
	display: none;
	font-size: 16px;
	margin: .5em 0 1.5em 1em;
}
.item_spec_box .spec_cont ul,
.item_spec_box .spec_cont ol {
	margin: 0;
	padding-left: 0;
}
.item_spec_box .spec_cont ol > li ol {
	padding-left: 1.5em;
}


.item_spec_box .spec_cont ol.sbno_list {
	list-style-type: none;
	padding-left: 2em;
}
.item_spec_box .spec_cont ol.sbno_list > li {
	counter-increment: cnt;
}
.item_spec_box .spec_cont ol.sbno_list > li::before {
	content: "（"counter(cnt) "）";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}

.item_spec_box .spec_cont ul.circle_list {
	list-style-type: none;
	padding-left: 1.5em;
}
.item_spec_box .spec_cont ul.circle_list > li::before {
	content: "◦";
	display:inline-block;
	margin-left:-1.5em;
	width: 1.5em;
}

.item_spec_box .spec_cont ul.disc_list {
	list-style-type: none;
	padding-left: 1.5em;
}
.item_spec_box .spec_cont ul.disc_list > li::before {
	content: "•";
	display:inline-block;
	margin-left:-1.5em;
	width: 1.5em;
}

.item_spec_box .spec_cont ol.no_list {
	padding-left: 1.5em;
}


