@charset "utf-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#voc_widget {
	box-sizing: border-box;
	width: 100%;
	padding: 0 5% 40px;
	background: #fff;
	color: #333;
	font-size: 24px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 32px;
	-webkit-overflow-scrolling: touch;
}
#voc_widget .vw_tmpl {
	display: flex;
	padding-top: 20px;
	border-bottom: solid 8px #e0e0e0;
}
#voc_widget .vw_tmpl .left_s {
	box-sizing: border-box;
	padding-bottom: 20px;
}
#voc_widget .vw_tmpl .left_s .icon_male {
	width: 116px;
	height: 116px;
	background: url(../../img/icon_male.png) no-repeat center top;
	background-size: 116px 116px;
}
#voc_widget .vw_tmpl .left_s .icon_female {
	width: 116px;
	height: 116px;
	background: url(../../img/icon_female.png) no-repeat center top;
	background-size: 116px 116px;
}
#voc_widget .vw_tmpl .left_s .prof {
	margin: 15px 0;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}
#voc_widget .vw_tmpl .right_s {
	margin-left: 20px;
	padding-bottom: 20px;
}
#voc_widget .vw_tmpl .right_s .upper_s .star_list li {
	float: left;
	width: 32px;
	height: 32px;
	padding-right: 2px;
	background: url(../../img/star_off.png) no-repeat;
	background-size: 32px 32px;
}
#voc_widget .vw_tmpl .right_s .upper_s .star_list .star_on {
	background: url(../../img/star_on.png) no-repeat;
	background-size: 32px 32px;
}
#voc_widget .vw_tmpl .right_s .upper_s .ttl {
	float: left;
	margin-top: 15px;
	color: #686868;
	font-weight: bold;
}
#voc_widget .vw_tmpl .right_s .lower_s .name {
	float: left;
	margin: 5px 20px 0 0;
	font-size: 20px;
	font-weight: bold;
}
#voc_widget .vw_tmpl .right_s .lower_s .car_type {
	float: left;
	margin: 5px 20px 0 0;
	font-size: 20px;
}
#voc_widget .vw_tmpl .right_s .lower_s .car_type span {
	font-weight: bold;
}
#voc_widget .vw_tmpl .right_s .lower_s .plan {
	float: left;
	margin-top: 5px;
	font-size: 20px;
}
#voc_widget .vw_tmpl .right_s .lower_s .plan span {
	font-weight: bold;
}
#voc_widget .vw_tmpl .right_s .lower_s .date {
	float: right;
	margin-top: 5px;
	font-size: 20px;
}
#voc_widget .vw_tmpl .right_s > hr {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	border-bottom: solid 2px #e0e0e0;
}
#voc_widget .vw_tmpl .right_s .msg {
	margin: 0;
	margin-top: 15px;
	font-size: 20px;
	line-height: 28px;
}