@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: #a32727; /* キーカラーを指定 */
}

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: #a32727; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .main1c .underline
{
	border-color: #a32727; /* キーカラーを指定 */
}

p.point-number span {
	padding-top: 24px;
	font-size: 35px;
}

#present {
	/* width: 70% !important; */
}

#present .col2-1 {
	padding-left: 10px;
}

#present p,
#present p img {
	margin-bottom: 0;
}

#present img {
	width: 85%;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


#present {
	width: 100% !important;
}

#present img {
	width: 100%;
}

.section h2 .itemtitle {
    height: 5.5vw;
    }

p.point-number span {
    padding-top: 4vw;
    font-size: 8vw;
}

.col2-1.no-margin.per60, .col2-2.no-margin.per60 {
    width: 100%;
}

}/* Media Query for SmartPhone */