/*****
MP調整用

*****/
@charset "UTF-8";

html,body {
	font-family: 'Kosugi Maru', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.content-wrapper {
	background-color: #fff;
}

.list-specification dt {
	font-size: 1.2em;
	border-bottom: 1px dashed #a1a1a1;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
	font-weight: bold;
}
.list-specification dl dt:nth-of-type(n+2) {
	margin-top: 2em;
}

.list-specification dd {
	padding-left: 1em;
}

.page-title {
	font-size: 1.5em;
	background-color: #fff0f0;
	padding: 0.2em 0.25em 0.1em;
	border-bottom: 2px solid #ffe5e5;
}
@media (min-width: 576px) {
	.page-title {
		font-size: 1.8em;
	}
}

@media (max-width: 575px) {
	.content .btn {
		display: block;
		margin-bottom: 15px;
	}
}

.info-contact {
	border: 1px solid #d8ba2b !important;
	background-color: #ffeca64a !important;
}

.product-image-thumb img {
	width: 100%;
}

.border-maroon {
	border-color: #d81b60 !important;
}

