@charset "UTF-8";
/**==============================================**/
/**==============================================**/
/*
/*
/*			SP
/*
/*
/**==============================================**/
/**==============================================**/
@media screen and (max-width:640px){
	.sp {
		display: block;
	}
	.pc {
		display: none!important;
	}

	#container {
		position: relative;
	}
	
	/* contents_wrap */

	p.pr {
		line-height: 2rem;
	}
	p.pr span {
		color: #FF7777;
		font-size: 1.5rem;
		font-weight: bold;
	}
	
	div#voice_area {
		font-size: 1.3rem;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
	#voice_area dl#name {
		padding: 2% 3%;
		background: #FFF4E9;
		border-top: 1px solid #FFA7BD;
		border-bottom: 1px solid #999;
	}
	#voice_area dl#name dt {
		color: #fff;
		font-weight: bold;
		background: #8DC1FF;
		padding: 2% 4%;
	}
	#voice_area dl#name dd {
		color: #999;
		font-size: 1.4rem;
		padding: 2% 0 2% 4%;
	}
	#voice_area p.catch {
		color: #999999;
		line-height: 1.7rem;
		border-bottom: 1px solid #999;
		padding: 2% 3% 2% 13%;
		background: url(../img/voice_img/voice_icon.png) 3% 50% no-repeat;
		background-size: 8%;
	}
	div#photo_wrap {
		margin-bottom: 15%;
	}
	#photo_wrap div {
		margin-top: 4%;
		background: url(../img/voice_img/voice_frame_top.jpg) 50% 0 no-repeat;
		background-size: 100%;
		position: relative;
	}
	#photo_wrap div img {
		width: 58%;
		margin: 0 auto;
		padding: 10.5% 0 0;
		display: block;
	}
	#photo_wrap div p {
		font-size: 1.4rem;
		line-height: 1.7rem;
		text-align: center;
		font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
		padding: 2% 18% 0%;
		background: url(../img/voice_img/voice_frame_mid.jpg) 50% 0 repeat-y;
		background-size: 100%;
		display: block;
	}
	#photo_wrap div:after {
		content: "";
		width: 100%;
		height: 14%;
		display: block;
		background: url(../img/voice_img/voice_frame_bottom.jpg) 50% 0 no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: -14%;
		left: 0;
	}
	#voice_area dl.list {
		margin: 4% 3%;
	}
	#voice_area dl.list dt {
		width: 60%;
		margin-bottom: 2%;
		display: inline-block;
		border: 1px solid #FF8CB0;
		border-radius: 5rem;
		overflow: hidden;
	}
	#voice_area dl.list dt img {
		width: 100%;
		vertical-align: text-bottom;
	}
	#voice_area dl.list dd {
		line-height: 2rem;
	}
	#voice_area p.person {
		text-align: right;
		display: block;
		margin-bottom: 5%;
		padding-right: 3%;
	}
	
	
	
	
	
	a.alt_pc_link {
		border-top: 1px solid #fff !important;
		border-bottom: none !important;
	}
	a.pc_link {
		border-top: 1px solid #fff !important;
		border-bottom: 1px solid #fff !important;
	}

}






