@charset "UTF-8";

/*============================================================================



	style info : ヘッダ フッタ etc サイト内共通レイアウト用



==============================================================================*/

/*============================================================================

	#wrapper（ページ全体 横幅）

==============================================================================*/


/* 背景 */

body{
	background-color: #5fdf32;
    background: linear-gradient(to left,#5fdf32, #22d152);
    background: -webkit-linear-gradient(to left,#5fdf32, #22d152);
    background-image: repeating-linear-gradient(-45deg,#46da40, #46da40 7px,#5fdf32 0, #5fdf32 14px);
}

.bodyFix {
	background-color: #000;
	background:#000;
}

#container {
	background-color: #fff;
    background-repeat: no-repeat;
    /* width: 100%;*/
    background-position: top center;
    margin: 0 auto;
    position: relative;
}



#header {
    background-image: url(https://www-f.keibalab.jp/img/lp/meg/header_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 83px;
    text-align: center;
    margin: 0px auto;
}

#headerContents {
    width: 1000px;
    margin: 0px auto;
}


#contents {
	width: 1000px;
	height: 830px;
    margin: 0 auto 0px auto;
    position: relative;
}

#Logo {
    width: 970px;
    height: 810px;
    position: absolute;
    top:10px;
    left: 30px;
}

#Lead {
    width: 881px;
    height: 235px;
    position: absolute;
    top:550px;
    left: 60px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg5　top
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.logoTop{
	position: absolute;
	opacity:1;
	left: 2%;
	top: 1%;
}

.logoTopfix{
	position: absolute;
	opacity:1;
	left: 2%;
	top: 19%;
}

.logoTopfix img{width: 50%;}

.megTopBox div.logoTop img{width: 50%;}

.megTopBox{
	width: 719px;
    margin: 0 auto;
    position: relative;
}

.megTopBox img{width: 100%;}

.megTopFrame{
	background-color: #5fdf32;
    background: linear-gradient(to left,#5fdf32, #22d152);
    background: -webkit-linear-gradient(to left,#5fdf32, #22d152);
    background-image: repeating-linear-gradient(-45deg,#46da40, #46da40 7px,#5fdf32 0, #5fdf32 14px);
}

.megTopFrame2{
	background-color: #ea2410;
    background: linear-gradient(to left,#ea2410, #df1b0c);
    background: -webkit-linear-gradient(to left,#ea2410, #df1b0c);
    background-image: repeating-linear-gradient(-45deg,#df1b0c, #df1b0c 7px,#ea2410 0, #ea2410 14px);
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg5　entry
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

::placeholder {
	color: #555;
	font-size: 30px;
	font-family: "Font Awesome 5 Free";
	letter-spacing: 1.4px;
}

::placeholder-shown{
	font-size: 30px;
	color: #fff;
}

.kakomi-box11 {
	position: relative;
	margin: 1.2em auto 2em auto;
	padding: 1.4em 0em;
	color: #fff; 
	background-color: #2b2d34; 
	border: 2px solid #fff; 
	width: 654px;
	font-weight: bold;
}

.racetitle {font-size:270%;}

.mailbtn{
	padding: 10px;
	background-color: #2b2d34;
}


.mailAdd{
	width: 620px;
	height: 90px;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 10px; 
	padding: 0px 15px 0px 30px;
	border-style: solid;
	border-width: 2px;
	border-radius:5px;
}

.mailBox input{border-color: #2b2d34;}


.title-box11 {
	position: absolute;
	padding: 0 .5em;
	left: 232px;
	top: -12px;
	font-weight: bold;
	background-color: #2b2d34; 
	color: #fff; 
	font-size: 21px;
}

.title-box22 {
	position: absolute;
	padding: 0 .5em;
	left: 232px;
	top: -12px;
	font-weight: bold;
	background-color: #2b2d34; 
	color: #fff; 
	font-size: 21px;
}

.asterisk{font-size: 22px;}

/* 吹き出し本体 */
.balloon{
	background-color: #f5fc18;
	border-radius: 4px;
	border: solid 2px #e31212;
	position: relative;
	width: 624px;
	padding: 10px 5px 10px 10px;
	margin: 1px auto 3px auto;
	top:4px;
	font-family: "Hiragino Sans";
	font-size: 27px;
}

/* beforeで三角を表現 */
/* beforeで枠線の三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 35px;
  top: -12px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e31212;
  border-left: 10px solid transparent;
}

/* beforeで本体の三角を表現 */
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 35px;
  top: -9px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5fc18;
  border-left: 10px solid transparent;
}

.error_icon{
	font-size: 130%;
	color:#e31212;
}

.error_text{
	padding-left:2%;
	top:-1px;
	position: relative;
	color:#e31212;
	font-weight: bold;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg5　hit
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.tekityuframe{
	background-color: #f1f1f1;
    background-image: repeating-linear-gradient(-45deg,#f1f1f1, #f1f1f1 7px,#e1e1e1 0, #e1e1e1 10px);
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 10px 0;
}

.tekityuframe div img{
	width: 500px;
	margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}

.tekityuwrap{
	padding: 10px 0;
}

.tekityubox{
	background-image: url(/img/lp/meg5/tekichu_box.png);
    float: none;
    position: relative;
    margin: 0 auto;
    height: 145px;
	width: 800px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.tekityubox p{
	color: #434343;
    font-size: 21px;
    margin-bottom: 10%;
    position: absolute;
    top: 22px;
    left: 280px;
    text-align: left;
}

.tekityubox p span.emphasis{
	font-weight: bold;
	color: #36a04f;
	font-family:"Hiragino Sans";
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg5　profile
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.profileBox{
	color:#fff;
	clear:both;
	text-align: center;
	width: 100%;
}

.profileFrame{
    position: relative;
	background-image: url(/img/lp/meg5/profile_bg.jpg);
	background-position: bottom;
    background-repeat: no-repeat;
    height: 1169px;
}

.bookphotoBox{
	position: relative;
	width: 766px;
	margin: 0 auto;
}

.profile_photo{
    margin-top: 186px;
}

.detailBox{
	position: absolute;
    width: 570px;
    background-color: #fff;
    margin: 75px auto 0px auto;
    top: 700px;
    left: 50px;
    text-align: center;
    padding: 25px
}

.detailBox p{
	font-size: 21px;
	line-height: 180%;
	letter-spacing: 2px;
	padding: 24px 24px 0px 24px;
	color: #000;
	opacity: 1.0;
	text-align: left;
}

.detailBox h6{
	font-size: 35px;
	font-family: "Hiragino Sans";
	font-weight: bold;
	text-align: center;
	color: #434343;
	opacity: 1.0;
	margin-bottom: 5px;
	background: linear-gradient(transparent 45%, #FFFF00 0%);
    padding-bottom: 10px;
    display: inline;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg5　response
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.responseFrame {
    background-image: url(/img/lp/meg5/response_bg.jpg?=v2);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 2651px;
}

.responseTitle img{width: 100%;}

.tenkaiBox, .conditionBox{
	text-align: center;
	color: #434343;
	padding: 10px 10px;
}

.tenkaiBox p{
	font-size: 28px;
	font-family: "Hiragino Sans";
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-top: 300px;
}

.conditionBox p{
	font-size: 28px;
	font-family: "Hiragino Sans";
    font-weight: bold;
    letter-spacing: 1.4px;
}

.tenkaiBox h6, .conditionBox h6{
    font-size: 55px;
    font-family: "Hiragino Sans";
    font-weight: bold;
	background: linear-gradient(transparent 50%, #FFFF00 0%);
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
	display: inline;		
}

.tenkaiBox h6:after, .conditionBox h6:after{
	content: "\000A";
	white-space: wrap;
}

.tenkaiBox img{
	margin-top: 25px;
	margin-bottom: 25px;
}

.conditionBox img{
	margin-top: 25px;
	margin-bottom: 25px;
}

.rast_Title{text-align: center;}

.rast_Title img{
	margin-top: 12px;
	padding-bottom: 30px; 
	
}

.G1_title{
	margin-top: 300px;
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
            meg5 footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
    padding: 20px 10px 10px 10px;
    background-color: #000;

}

#footerContents {
    width: 960px;
    margin: 0 auto;
}

#footerContents p {
	text-align: left;
	clear: both;
}

#nav {
    float: left;
    margin-bottom: 20px;
    overflow: hidden; /* はみ出したものは隠す */
  _height: 1.5em; /* IE6用。祖先要素に幅や高さが指定していれば必要ないので，今回のサンプルではなくても問題なし。*/
}

#nav ul {
  margin-left: -1px; /* 一番左のボーダー幅と同じ値の負のマージン */
}

#nav li {
  padding: 0 10px;
  display: inline; /* 横並びにさせる */
  border-left: 1px solid #fff; /* 区切り線 */
}

.footerText{color:#dfdfdf; padding: 0px 10px;}

.inquiryText{color:#dfdfdf; padding: 0px 10px 5px 10px;}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
            meg5 fix
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.fixFrame{
	width: 719px;
	margin: 0 auto;
	background-color: #fff;
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 10px 0;
	color: #212121;
}

.importantFrame{
	width: 520px;
	margin: 10px auto;
	padding: 45px 30px;
	border: solid 3px #D50000;
	text-align: center;
	background-color: #fff4f4;
}

.importantTitle h1 ,.importantTitle h2{
	color: #D50000;
	font-size: 31px;
	font-weight: bold;
	line-height: 130%;
	padding: 0px 35px;
}

.entry_text{
	font-size: 20px;
	padding: 20px 45px 15px 45px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
}



.entry_textRed{
	border-bottom: 3px solid #D50000;
	color: #D50000;
	font-size: 37px;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: 2px;
	font-family: "Hiragino Sans";
}


.entrymailFrame{
	width: 587px;
	margin: 20px auto;
	text-align: left;
}

.entrymail_text{
	color: #212121;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    border: 1px solid #212121;
    padding: 13px 15px 13px 34px;
}


.entrymail_text:before{
    position: absolute;
    top: 25%;
    left: 15px;
    width: 6px;
    height: 50%;
    content: '';
    border-radius: 3px;
    background: #212121;
}

.entrymail_text{position: relative;}


.entrymail_list{
	margin: 0 auto;
	padding: 13px 0px;
	width: 530px;
	
}

.entrymail_list dt{
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	letter-spacing: 0.2px;
	margin-bottom: 2px;
}

.entrymail_list dd{
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.2px;
}

.entrymail_text_red{
	color: #D50000;
	font-size: 19px;
	vertical-align: middle;
}

.entrymail_text_bold{
	font-weight: bold;
	color: #D50000;
}

.entrymail_list_number{
	font-size: 21px;
	vertical-align: middle;
	padding-right: 2px;
}
