@charset "UTF-8";
/*! /css/service.css */

/* 商品概要
========================================================================== */
.body-yume .box-detail {
	text-align: center;
	padding: 10px 2% 20px;
}
@media screen and (min-width: 768px) {
	.body-yume .box-detail {
		padding: 0 30px 30px;
	}
}

.body-yume .ttl-bold {
	margin: 0 0 15px;
	line-height: 1.5;
}
.body-yume .ttl-bold + p {
	font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
	.body-yume .ttl-bold + p {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	.body-yume .ttl-bold {
		font-size: 2.0rem;
	}
}
