@charset "UTF-8";
/* CSS Document */

/* リセットCSS ここから*/
* {
	margin: 0;
	padding: 0;
	border: 0;	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
/* リセットCSS ここまで */
/* 0〜640 */



.container{
	max-width: 680px;
	margin:0 auto;
}

img{
	width:100%;
}
.relative{
	position: relative;
}

.awa{
	width: 80%;
	margin-left: 20%;
	top: 4%;
	position: absolute;
	z-index: 1;
}
.FvText{
	position: absolute;
	z-index: 2;
	top:0%;
}
h3{
	text-align: center;
}
h1{
	border-top: solid 3px #FFAA00;
	border-bottom: solid 3px #FFAA00;
	font-size: 1.2rem;
	padding: 2%;
	text-align: center;
	font-weight: bold;
	width: 87%;
	display:block;
	margin: 5% auto 1%;
	color:#6E6E6E;
}
.text{
	padding:2% 6% 5%;
	line-height: 1.7rem;
}
h2{
	font-size:1.4rem;
	margin-bottom: 2%
}
.comment{
	padding:5%;
}
.comment{
	line-height: 1.5rem;
	line-height: 2rem;
    font-size: 1.1rem;
	text-decoration: underline dashed ;
	text-decoration-color:#B0B0B0;
}
span.pink{
	color: #FF4F52;
	font-weight: bold;
}

iframe{
	width: 100%;
}
.comment2{
	text-align: center;
	margin-top:3%;
	font-size:1.1rem;
}
.girl{
    width: 80%;
    height: auto;
    display: block;
    margin: 7% auto;
}

span.bold{
	font-weight: bold;
}
span.star{
	color:#FFCC00; font-size:14px;
	margin-left: 5%;
}

.infobox {
	margin:3% auto;
	width: 80%;
   	height: 19rem;  /* 高さを制限(※) */
    overflow: scroll; /* スクロールバーを表示(※) */
    border: solid 3px #999;  /* 枠線を追加 */
    background-color:#FFFFFF; /* 背景色を追加 */
}

.UserVoice{
	padding: 5% 3% 2%;
}
img.icon{
	 width: 15%;
    float: left;
}
p.UserVoiceText{
	padding: 3%;
	line-height: 1.5rem;
	border-bottom: dotted 2px #CCC;
}

h4{
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.3rem;
    margin-top: 6%;
	color: #FF4545;
}

.FlexBox{
	display: flex;
}

}

#offer img{
	width: 100%;
	height: auto;
	display: block;
}

#offer{
	position: relative;
	margin: 20px auto;
	
}

#offer .left{
	position: relative;
	max-width: 475px;
	width: 50%;
	float: left;
	overflow: hidden;
}

#offer .right{
	max-width: 475px;
	position: relative;
	width: 50%;
	float: left;
}