body {
	background-image: url(../img/bg_1.png);
	background-repeat: repeat-x repeat-y;
	background-position: center;
}

.mr_block {
	margin: 0 auto;
    padding-bottom: 47px;
    background: url(../img/row_bottom_bg.png) no-repeat 50% 100%;
}

.voice_h2_1 {
	background-image: url(../img/voice_h2_1.png);
	background-repeat: no-repeat;
	background-position: center;
	max-width: 818px;
	width: 100%;
	background-size: 100%;
	padding-bottom: 169px;
	background-position: top center;
	margin-top: 30px;
}

.voice_h2_2 {
	background-image: url(../img/voice_h2_2.png);
	background-repeat: no-repeat;
	background-position: center;
	max-width: 818px;
	width: 100%;
	background-size: 100%;
	padding-bottom: 169px;
	background-position: top center;
	margin-top: 30px;
}

.lnk_arrow_right {
	margin-top: 30px;
	margin-bottom: 10px;
	display: inline-block;
    min-height: 30px;
    padding-right: 48px;
    color: #e4098e;
    font-size: 186%;
    line-height: 30px;
    text-decoration: none;
    background: url(../img/lnk_arrow_right.png) no-repeat 100% 0;
	font-weight: 900;
}

.lnk_arrow_right:hover {
	display: inline-block;
    min-height: 30px;
    padding-right: 48px;
    color: #c40077;
    font-size: 186%;
    line-height: 30px;
    text-decoration: none;
    background: url(../img/lnk_arrow_right.png) no-repeat 100% 0;
	background-position-y: -100px;
	cursor: pointer;
}

.voice_box_remark {
	max-width: 818px;
	margin: 0 auto;
	margin-top: 15px;
}

.voice_box {
	max-width: 818px;
    padding: 30px 40px 33px;
    border: solid 2px #f4d4ee;
    background: #fff;
	margin: 0 auto;
	margin-top: 39px;
}

.voice_box > div {
	padding: 0 20px 18px;
    font-size: 1.4em;
    line-height: 2em;
	text-align: left;
	font-weight: 400;
}

.voice_box > div.voice_box_girl {
	padding: 27px 20px 0;
    border-top: dotted 1px #cb8c46;
	height: 60px;
}

.voice_box_girl > img {
	float: left;
}

.voice_box_girl > div {
	float: left;
	height: 46px;
	line-height: 46px;
    font-weight: bold;
	padding-left: 18px;
	color: #e4098e;
    font-size: 1em;
}


.concept_content_1fix1 > a {
	display: inline-block;
	position: relative;
}

.concept_content_1fix1 > a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-o-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	transition:  opacity 0.1s linear;
}

.concept_content_1fix1 > a > img.concept_banner_new {
	position: absolute;
	top: -5px;
	left: -3px;
}

.concept_banner_3 {
	width: 95%;
	max-width: 580px;
}

@media screen and (min-width: 1300px) {
	.voice_h1 {
		background-image: url(../img/voice_h1.png);
		background-repeat: no-repeat;
		background-position: center;
		max-width: 1300px;
		width: 100%;
		background-size: 100%;
		padding-bottom: 549px;
		background-position: top center;
	}	
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	.voice_h1 {
		background-image: url(../img/voice_h1.png);
		background-repeat: no-repeat;
		background-position: center;
		max-width: 1300px;
		width: 100%;
		background-size: 100%;
		padding-bottom: 43%;
		background-position: top center;
	}
}

@media screen and (max-width: 767px) {
	.voice_h1 {
		background-image: url(../img/voice_h1_mobile.jpg);
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		background-size: 100%;
		padding-bottom: 84%;
		background-position: top;
	}

	.voice_h2_1 {
		background-image: url(../img/voice_h2_1_mobile.png);
		background-repeat: no-repeat;
		background-position: center;
		max-width: 640px;
		width: 100%;
		background-size: 100%;
		padding-bottom: 28%;
		background-position: top center;
		margin-top: 30px;
	}

	.voice_h2_2 {
		background-image: url(../img/voice_h2_2_mobile.png);
		background-repeat: no-repeat;
		background-position: center;
		max-width: 640px;
		width: 100%;
		background-size: 100%;
		padding-bottom: 28%;
		background-position: top center;
		margin-top: 30px;
	}

	.voice_box_remark {
		max-width: 640px;
		width: 100%;
		padding-left: 10px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.voice_box {
		max-width: 640px;
		width: 100%;
		padding: 10px 10px 0px;
		border: solid 2px #f4d4ee;
		background: #fff;
		margin: 0 auto;
		margin-top: 30px;
	}

	.voice_box > div {
		padding: 0 5px 15px;
		font-size: 2vw;
		line-height: 5vw;
		text-align: left;
		font-weight: 400;
	}

	.voice_box > div.voice_box_girl {
		padding: 15px 5px 0px;
		border-top: dotted 1px #cb8c46;
	}

	.voice_box_girl > img {
		float: left;
		width: 32px;
		height: 32px;
	}

	.voice_box_girl > div {
		float: left;
		height: 32px;
		line-height: 32px;
		font-weight: bold;
		padding-left: 5px;
		color: #e4098e;
		font-size: 1em;
	}

	.lnk_arrow_right {
		font-size: 150%;
	}

	.lnk_arrow_right:hover {
		font-size: 150%;
	}
}