@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

.voice {
	margin: 0 5vw;
}

.voice h2 {
	margin-bottom: 8vw;
	font-size: 8vw;
	font-weight: 700;
	line-height: 1;
	color: #3FA7D1;
}

.voice h2 .en {
	display: block;
	font-family: "Jost", serif;
	font-weight: 500;
}

.voice h2 .ja {
	display: block;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}

.voice .flex {
	display: grid;
	margin-bottom: 15vw;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document レビューカード
--------------------------------------------------------- */

.voice_item {
	margin-bottom: 8vw;
	padding: 5vw;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	position: relative;
}

.voice_badge {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #ECF6FA;
	font-size: 12px;
	line-height: 1.4;
	color: #457B9D;
}

.men .voice_badge {
	background: #3FA7D1;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 12px;
}

/* ---------------------------------------------------------
	CSS Document レビューヘッダー
--------------------------------------------------------- */

.voice_header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 14px;
}

.voice_header .row {
	flex: 1;
}

.voice_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #457B9D;
}

.voice_author {
	font-size: 13px;
	color: #6b7280;
}

/* ---------------------------------------------------------
   Googleクチコミ
--------------------------------------------------------- */

.voice_google {
	margin: 0 5vw 15vw;
	padding: 8vw;
	background: #ECF6FA;
	border: 1px solid #A3D8DC;
	border-radius: 12px;
	text-align: center;
}

.voice_google_lead {
	margin-bottom: 5vw;
	color: #457B9D;
	font-weight: 600;
}

.voice_google_list li {
	margin-top: 3vw;
}

.voice_google_list a {
	display: block;
	padding: 10px 0;
	background: #3FA7D1;
	border-radius: 6px;
	text-decoration: none;
	font-size: 4vw;
	color: #fff;
}
