@charset "utf-8";

/*==========================================================
	入店までの流れ
==========================================================*/
.contents_voice{
	width: 100%;
	margin: 0px auto;
	color: #444444;
}
.voice_box{
	width: 100%; height: 720px;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 14px;
	background-color: #FFFFFF;
}
.left_box{
	float: left;
	width: 350px;
}
/*プロフィール：名前／年齢*/
.profile{
	width: 100%; height: 30px;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 10px;
	line-height: 10px;
	text-align: left;
	font-size: 22px;
	font-weight: 500;
	border-bottom: solid 2px #F3899F;
}
.profile span{
	display: inline-block;
	margin: 0px 10px;
	font-size: 46px;
	font-family: 'SnellRoundhand';
}
.profile span.age{
	display: inline-block;
	margin: 0px -15px 0px 15px;
	font-size: 24px;
	font-family: 'SnellRoundhand';
}
.profile span.age > span{
	font-size: 46px;
}
/*在籍*/
.to_enroll{
	display: table;
	width: 100%; height: 40px;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 10px;
	line-height: 40px;
	text-align: left;
	font-size: 22px;
	font-weight: 500;
}
.to_enroll span{
	display: table-cell;
	width: 270px;
	line-height: 1.4em;
	vertical-align: top;
	font-size: 14px;
}
/*在籍ダミー写真*/
.left_box img{
	width: 240px;
	margin: 0px auto;
}
/*アドバイス*/
.advise{
	position: relative;
	width: 100%;
	margin: 20px auto 0px auto;
	padding: 10px;
	border-radius: 14px;
	background-color: #F4CDD0;
}
.advise:after{
	content: '';
	position: absolute;
	top: -30px; left: 0px; right: 0px;
	width: 0px; height: 0px;
	margin: 0px auto;
	border: 10px solid transparent;
	border-bottom: 20px solid #F4CDD0;
}
.advise h3{
	width: 100%; height: 30px;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	border-bottom: solid 2px #FFFFFF;
}
.advise h3 span{
	font-size: 30px;
	font-family: 'SnellRoundhand';
}
.advise p{
	padding: 10px 5px;
	line-height: 1.4em;
	text-align: left;
	font-size: 14px;
}
/*右側エリア*/
.right_box{
	float: right;
	width: 560px;
	text-align: left;
}
.right_box h4{
	width: 100%; height: 30px;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
	font-size: 22px;
	font-weight: 500;
	border-bottom: solid 2px #F3899F;
}
.right_box p{
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 0px 10px;
	line-height: 1.4em;
	font-size: 14px;
}