@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: #D1320B; /* キーカラーを指定 */
}

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: #D1320B; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #D1320B; /* キーカラーを指定 */
}

.title_step {
	border: solid 2px #fff;
	outline: solid 1px #D1320B;
	background-color: #D1320B;
	color: yellow;
	list-style: none;
	padding: 0 10px;
	margin-left: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 2.3rem ! important;
	display: block;
}

.list_step1 {
	border: none;
	background-color: #db7093;
	color: white;
	list-style: none;
	padding: 0 10px;
	margin-left: 0;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

.list_step2 {
	border: none;
	background-color: #d2691e;
	color: white;
	list-style: none;
	padding: 0 10px;
	margin-left: 0;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

.list_step3 {
	border: none;
	background-color: #b8860b;
	color: white;
	list-style: none;
	padding: 0 10px;
	margin-left: 0;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

.theme_bui{
	border: 1px solid #583822;
	border-radius: 7px;
	padding: 15px 15px 5px;
	margin-bottom: 15px;
	box-shadow: 0 0 4px #eee;
}

.theme_bui span {
	color: #FFF;
	background-color: #583822;	
	display: block;
	text-align: center;
}

.keyword{
	color: #D1320B;
}

.title_category {
	border: solid 2px #fff;
	outline: solid 1px #D1320B;
	background-color: #D1320B;
	color: yellow;
	list-style: none;
	padding: 0 10px;
	margin-left: 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2.3rem ! important;
	display: block;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */


}/* Media Query for SmartPhone */