@charset "UTF-8";

/* ================================================
voice
================================================ */
#voice #voice_con .box {
	padding: 6px 6px 30px;
	border: 1px solid #ccc;
	}
#voice #voice_con h2 {
	padding: 16px 24px;
	margin-bottom: 15px;
	background-color: #ff008c;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	}
#voice #voice_con .costdown {
	border: 1px solid #ff008c;
	}
#voice #voice_con .gus {
	border: 1px solid #aa3977;
	}
#voice #voice_con h3 {
	width: 70%;
	padding: 10px;
	margin: auto;
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	border-radius: 6px;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	text-align: center;
	}
#voice #voice_con .costdown h3 {
	background-color: #ff008c;
	}
#voice #voice_con .gus h3 {
	background-color: #aa3977;
	}
#voice #voice_con h3::before {
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	content: '';
	}
#voice #voice_con .costdown h3::before {
	border-color: #ff008c transparent transparent transparent;
	}
#voice #voice_con .gus h3::before {
	border-color: #aa3977 transparent transparent transparent;
	}

/* costdown */
#voice #voice_con .costdown_wrap {
	display: flex;
	justify-content: space-between;
	}
#voice #voice_con .costdown_wrap dl {
	width: 45%;
	position: relative;
	}
#voice #voice_con .costdown_wrap dt {
	padding: 8px 12px;
	text-align: center;
	}
#voice #voice_con .costdown_wrap dl.before dt {
	background-color: #eee;
	}
#voice #voice_con .costdown_wrap dl.after dt {
	background-color: #ff008c;
	color: #fff;
	}
#voice #voice_con .costdown_wrap dd {
	margin-top: 6px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	}
#voice #voice_con .costdown_wrap dl.after dd {
	color: #ff008c;
	}
#voice #voice_con .costdown_wrap dd span {
	margin-left: 4px;
	position: relative;
	bottom: 2px;
	font-size: 18px;
	}
#voice #voice_con .costdown_wrap dl.after::before {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 12px;
	left: -21px;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #ff008c;
	content: '';
	}

/* gus */
#voice #voice_con .gus dl {
	display: flex;
	justify-content: center;
	line-height: 1;
	}
#voice #voice_con .gus dl+dl {
	margin-top: 5px;
	}
#voice #voice_con .gus dt {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #aa3977;
	color: #fff;
	}
#voice #voice_con .gus dd {
	width: 60%;
	padding: 2px 8px 4px;
	background-color: #eee;
	color: #aa3977;
	font-size: 32px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: right;
	}
#voice #voice_con .gus dd span {
	margin-left: 4px;
	position: relative;
	bottom: 2px;
	font-size: 18px;
	}

/* detail */
#voice #voice_con .detail dt {
	padding-bottom: 4px;
	margin-top: 12px;
	border-bottom: 1px dashed #aa3977;
	color: #aa3977;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	}
#voice #voice_con .detail dd {
	margin-top: 7px;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#voice #voice_con h2 {
		font-size: 22px;
		}
	#voice #voice_con h3 {
		font-size: 17px;
		}
	#voice #voice_con .box+.box {
		margin-top: 75px;
		}
	#voice #voice_con .transition {
		padding: 32px 20px 0;
		display: flex;
		justify-content: space-between;
		}
	#voice #voice_con .costdown,
	#voice #voice_con .gus {
		width: 49%;
		padding: 50px 15px 18px;
		position: relative;
		}
	#voice #voice_con .costdown_wrap dd {
		font-size: 34px;
		}

	/* figure */
	#voice #voice_con .box figure {
		padding: 0 20px;
		margin-top: 24px;
		}

	/* detail */
	#voice #voice_con .detail {
		padding: 0 20px;
		margin-top: 18px;
		}
	#voice #voice_con .detail dt {
		font-size: 18px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#voice #voice_con h2 {
		font-size: 17px;
		text-align: center;
		}
	#voice #voice_con h3 {
		font-size: 15px;
		}
	#voice #voice_con .box+.box {
		margin-top: 60px;
		}

	#voice #voice_con .costdown,
	#voice #voice_con .gus {
		width: 94%;
		padding: 48px 4% 18px;
		margin: 42px auto 0;
		position: relative;
		}
	#voice #voice_con .costdown_wrap dt,
	#voice #voice_con .gus dt {
		font-size: 14px;
		}
	#voice #voice_con .costdown_wrap dd,
	#voice #voice_con .gus dd {
		font-size: 30px;
		}

	/* figure */
	#voice #voice_con .box figure {
		padding: 0 3%;
		margin-top: 30px;
		}

	/* detail */
	#voice #voice_con .detail {
		padding: 0 3%;
		margin-top: 15px;
		}
	#voice #voice_con .detail dt {
		font-size: 16px;
		}
	#voice #voice_con .detail dd {
		font-size: 14px;
		}

} /* end ＞767 */
