@charset "UTF-8";

/* =================================================================================================
	共通
================================================================================================= */
.column .text {
	line-height: 180%;
	margin-bottom: 2rem;
}

.column .text:last-child {
	margin-bottom: 0rem;
}



/* =================================================================================================
	個別ページ
================================================================================================= */

/* ------------------------------
	お客様の声
	------------------------------*/
.voice {
	background: url("/img/bg_pattern_brown.jpg");
	padding: 2rem 1.5rem 1.5rem;
	box-shadow: 2px 2px 4px 0 #666;
	line-height: 180%;
	position: relative;
}
.voice .icon {
	width: 62px;
	position: absolute;
	top: 0rem;
	left: 0rem;
	z-index: 2;
}

@media screen and (max-width: 592px) {
	.voice .icon {
		width: 40px;
	}
}

.voice .icon img {
	width: 100%;
}


/* ------------------------------
	声（手紙）
	------------------------------*/
.letter {
	background-color: #fff;
	padding: 1.5rem;
	box-shadow: 0px 0px 3px 0px #666;
	line-height: 180%;
	margin-bottom: 2rem;
}


