@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: #28a4ed; /* キーカラーを指定 */
}

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: #28a4ed; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #28a4ed; /* キーカラーを指定 */
}

.bg-yellow{
	background:#f2f2b0;
	border-radius:10px;
	padding:10px;
}

	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: #712833; /* キーカラーを指定 */
	}

	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: #712833; /* キーカラーを指定 */
	}

	h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
	{
		border-color: #712833; /* キーカラーを指定 */
	}

	/*webフォントここから*/
	@font-face {
		font-family: icomoon;
		src: url(/css/item/base2016_webfont/icomoon.eot?hxgir9);
		src: url(/css/item/base2016_webfont/icomoon.eot?hxgir9#iefix) format('embedded-opentype'),url(/css/item/base2016_webfont/icomoon.ttf?hxgir9) format('truetype'),url(/css/item/base2016_webfont/icomoon.woff?hxgir9) format('woff'),url(/css/item/base2016_webfont/icomoon.svg?hxgir9#icomoon) format('svg');
		font-weight: 400;
		font-style: normal;
	}
	.voice_list :after,.voice_list :before {
	    font-family: icomoon!important;
	    speak: none;
	    font-style: normal;
	    font-weight: 400;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	/*webフォントここまで*/

	/*ユーザーボイスここから*/
	.voice_list {
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}

	.voice_list li {
		float: left;
		width:336px;
		padding: 30px 25px;
		background: #f7f7f7;
		list-style-type: none;
		margin-left: 10px;
		margin-right: 10px;
		box-sizing: border-box;
	}
	.voice_list li:nth-child(n + 4) {
		margin-top:20px;
	}
	.voice_list li .tit {
	    font-size: 22px;
	    line-height: 1.35;
	    font-weight: 700;
	    padding-left: 40px;
	    position: relative;
	}
	.voice_list li .tit:before {
	    content: '\e91e';
	    position: absolute;
	    left: 0;
	    top: 2px;
	    font-size: 28px;
	    color: #f39800;
	}
	.voice_list li .content {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.voice_list li .content .info {
		margin-top: auto;
		margin-bottom: 0;
		text-align: right;
	}
	.voice_list li .content .info:before {
	    content: '\e91b';
	    display: inline-block;
	    vertical-align: middle;
	    font-size: 20px;
	    color: #f39800;
	    margin-right: 10px;
	}
	.voice_list li .content .info.vu_woman:before {
	    color: #e9909c;
	}
	.voice_list li .content .info.vu_man:before {
	    color: #7facc5;
	}
	/*ユーザーボイスここまで*/

	/*CD内容のところに入れるボーダー*/
hr.dt_style {
	border:0;
	background-color: #fff;
	border-top: 1px dashed #c6c6c6;
	clear: both;
	margin:30px 0px;
}
	/*特徴・ポイント表記レイアウト調整ここから*/
	.feature div h3 {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
  		-webkit-box-align: center;
		-ms-flex-align: center;
        align-items: center;
	    height: 90px;
	}


/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {



		.voice_list {
		    margin-top: 15px;
		    margin-left: 0;
		    margin-right: 0;
		}
		.voice_list li {
		    width: auto;
		    float: none;
		    position: relative;
		    padding: 0;
		    margin-left: 0;
		    margin-right: 0;
		}
		.voice_list li + li {
		    border-top: 2px solid #fff;
		}
		.voice_list li .tit {
		    font-size: 14px;
		    line-height: 1.3;
		    background: #e6e6e6;
		    margin: 0;
		    padding: 11px 34px 11px 30px;
		}
		.voice_list li .tit:before {
		    content: '\e91e';
		    position: absolute;
		    top: 0;
		    bottom: 0;
		    margin: auto 0;
		    left: 10px;
		    height: 14px;
		    font-size: 14px;
		    color: #f39800;
		}
		.voice_list li .tit:after {
		    content: '\e903';
		    position: absolute;
		    top: 50%;
		    right: 7px;
		    width: 21px;
		    height: 21px;
		    margin-top: -11px;
		    background: #979797;
		    color: #fff;
		    font-size: 13px;
		    text-align: center;
		    line-height: 22px;
		}
		.voice_list li .tit.open:after {
		    content: '\e902';
		    line-height: 21px;
		}
		.voice_list li:nth-child(n + 4) {
			margin-top:0;
		}
		.voice_list li:nth-child(3n + 1) {
			margin-top:15px;
		}
		.voice_list li:first-child {
			margin-top:0;
		}
		.voice_list li .content {
			padding:0 15px 15px;
			display: none;
		}
		.voice_list li .tit.open + .content {
			display: block;
		}
		.voice_list li .content .txt {
		    font-size: 14px;
		    line-height: 1.35;
		    margin-top: 10px;
		}
		.voice_list li .content .info {
		    margin-top: 10px;
		    font-size: 13px;
		    line-height: 1;
		}
		/*特徴・ポイント表記レイアウト調整ここから*/
		.feature div h3 {
			height: auto;
		    min-height: 70px;
		}
		/*特徴・ポイント表記レイアウト調整ここまで*/


  /* ここにスマホ専用のCSSを記入 */


}/* Media Query for SmartPhone */