@charset "UTF-8";

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



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



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

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

	#wrapper（ページ全体 横幅）

==============================================================================*/
html {
min-height: 100%;
}
/* 背景 */
body {
background-color: #f2f2f2;

}

#container {
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 680px;
	background-position: top center;
	margin: 0 auto 100px;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg6
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.img01 {
	position: absolute;
	top:60vw;
	left:6vw;
	width: 88.333vw;
	display: block;
	box-sizing: border-box;
}

.img02 {
	width: 100%;
	display: block;
	box-sizing: border-box;
}


ul.socialList li {
	display: inline-block;
	width: 50px;
	margin: 0 10px 20px 0;
}

ul.socialList li img {
	width: 100%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg6　top
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

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

.megTopFrame {
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			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: 100%;
	font-weight: bold;
}

.racetitle {font-size:270%;}

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

.mailbtn .Btn {width: 100%;}
.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}
.mailBox input.Btn {width: 80%;}

.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{
  position: relative;
  padding: 9px 15px 9px 35px;
  margin: 1px 0px 3px 1px;
  background-color: #f5fc18;
  border-radius: 4px;
  border: solid 2px #e31212;
  top:4px;
  font-family: "Hiragino Sans";
}

/* 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;
  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: 210px;
	text-align: left;
}

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


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg5　profile
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.profileFrame{
	color:#fff;
	clear:both;
	text-align: center;
	width: 100%;
}

.profileFrame img {width: 100%;}



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

.responseFrame {
 	color:#fff;
	clear:both;
	text-align: center;
	width: 100%;
	margin-top: -120px;
}
.responseFrame img {width: 100%;}

.responseTitle img{width: 100%;}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			meg5　GIyosou
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.GIyosouFrame img{width: 100%;}



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



.fixFrame{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 20px;
	color: #212121;
	box-sizing: border-box;
}

.importantFrame{
	width: 100%;
	margin: 10px auto;
	padding: 45px 5px;
	border: solid 3px #D50000;
	text-align: center;
	background-color: #fff4f4;
	box-sizing: border-box;
}

.importantTitle h1 ,.importantTitle h2{
	color: #D50000;
	font-weight: bold;
	line-height: 130%;
	width: 280px;
	margin: 0 auto;
	font-family: "Hiragino Sans";
}

.importantTitle h1{
	letter-spacing: 3px;
	font-size: 21px;
}

.importantTitle h2{
	font-size: 21px;
}

.entry_text{
	font-size: 16px;
	padding: 15px 0px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 0.5px;
	text-align: left;
	width: 280px;
	margin: 0 auto;
}

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

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

.entrymail_text{
	color: #212121;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	border: 1px solid #212121;
	padding: 10px 15px 10px 34px;
}
.entrymail_text:before{
  position: absolute;
  top: 21%;
  left: 15px;
  width: 4px;
  height: 60%;
  content: '';
  border-radius: 3px;
  background: #212121;
}

.entrymail_text{position: relative;}


.entrymail_list{
	margin: 0 auto;
	padding: 10px 8px;
	width: 100%;
	box-sizing: border-box;
	
}

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

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

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

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


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
			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; /* �͂ݏo�������͉̂B�� */
  _height: 1.5em; /* IE6�p�B�c��v�f�ɕ��⍂�����w�肵�Ă���ΕK�v�Ȃ��̂ŁC����̃T���v���ł͂Ȃ��Ă����Ȃ��B*/
}

#nav ul {
  margin-left: -1px; /* ��ԍ��̃{�[�_�[���Ɠ����l�̕��̃}�[�W�� */
}

#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;}




