/* =============================================================
  お客様の声　.customers_voice
============================================================= */
/* 共通
-------------------------------------------*/
/* ブロック
--------------------------------*/
/* block_inner */
.customers_voice .block_inner {
	gap: 2.5rem 4.1666%;
}
/* aub_block */
.customers_voice .block_inner .sub_block {
	width: calc((100% - 4.1666%)/2);
	border: 1px solid var(--color-border1);
	border-radius: 5px;
	margin: 0; /* style.cssの打ち消し */
	padding: 1.5rem;
}

/* image（左）
-------------------------------------------*/
/* image
--------------------------------*/
/* image */
.customers_voice .block_inner .sub_block .image {
	width: 30%;
}

/* detail（右）
-------------------------------------------*/
/* 枠
--------------------------------*/
/* detail */
.customers_voice  .block_inner .sub_block .detail {
	width: 65%;
}
/* 文章
--------------------------------*/
/* p.txt */
 .customers_voice p.txt {
	margin-top: 1rem;
}
/* p.name */
.customers_voice p.name {
	text-align: right;
	margin-top: 0.1rem;
}
/* p.date */
.customers_voice p.date {
	margin-bottom: 0.5rem;
}