@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #E7B5BE; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #E7B5BE; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #E7B5BE; /* キーカラーを指定 */
}

.bold{
	font-weight:bold;
}

.red{
	color:#ff69b4;	
}

.center{
	text-align:center;
}

.caption{
	background-color:#ff69b4;
	color:#ffffff;
	font-weight:bold;
	border-radius: 30px;
	text-align: center;
	padding:7px;
}

.experiment{
	border-radius: 30px;
	border: solid 6px #ffbf7f;
	margin: 20px;
}

.experiment_title{
	text-align: center;
	font-weight: bold;
	font-size: 130% !important;
	background:linear-gradient(transparent 70%, #ffbf7f 0%);
}

.padding-top30{
		padding-top:30px;
}

.padding-left30{
	padding-left:30px;
}


.padding-right30{
	padding-right:30px;
	width: 54% !important;
}

.right{
	text-align:right;
}

.maru{
	color: #666 !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
}

.question{
	font-size: 100% !important;
	color: #000 !important;
	border-top: none !important;
	text-align: left !important;
	margin-bottom: 10px !important;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #E7B5BE 0%);
	display: inline !important;
}

.uv p{
	margin-bottom:20px;
}

.fixed-buy-button{
	display:none;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {

.caption{
	width: 95%;
	display: block;
}

.col2-2{
	width: 90% !important;
	padding: 0 10px;
}
  /* ここにスマホ専用のCSSを記入 */


}/* Media Query for SmartPhone */