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

* {
	margin:0px;
	padding:0px;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul li, ol li{list-style: none;}
table{margin: 0;padding: 0;font-size: 100%;}
table,pre,code,select,textarea,kbd,var,ins,del,samp{font-size: 100%;}
address,cite,dfn,em,strong,var,th,ins,del,samp{font-weight: normal;font-style: normal;}
img{border:none;}
a img{border:none;}
a, a:link { color:#f59f3b; text-decoration: none;}
a, a:visited{ color:#7091d5; text-decoration: none;}


html {
	overflow: auto;
	width: 100%;
}

body{
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(../img_lp/lp_main_bg.png);
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	color:#535353;
	overflow: hidden;
}


/* /////////////////////各LP共通////////////////////// */
#wrap{
	width:1200px;
	height:auto;
	margin:0 auto;
}


/* ///////////////トップ部分/////////////// */
#top{
	width:1200px;
	margin:0 auto;
}

#sub{
	width:1200px;
	height:100px;
	margin:40px auto 0;
	background-color:#FFFFFF;
}

#title{
	width:auto;
	padding-top:16px;
	font-size:56px;
	letter-spacing:-2px;
	color:#f59f3b;
	float:left;
}

#text{
	width:auto;
	padding-top:48px;
	font-size:15px;
	line-height:15px;
	color:#8c8f93;
}

#text a:link.textLink{
	color:#8c8f93;
	font-weight:bold;
}
a:visited.textLink {
    color:#f59f3b;
}

#text p.orange{
	font-size:28px;
	color:#f59f3b;
	display:inline;
}

#photo{
	width:1200px;
	height:auto;
	margin:0 auto;
}




/* ///////////////メイン部分/////////////// */
#LPcontaints{
	width:1200px;
	height:auto;
	margin:0 auto;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* /////見出し///// */
#midashi{
	width:1200px;
	height:auto;
	font-size:40px;
	text-align:center;
	letter-spacing:-1px;
	line-height:50px;
	color:#f59f3b;
}



/* /////ボックスA///// */
#boxA_h300{
	width:1000px;
	height:405px;
	margin:0 auto;
	background-image:url(../img_lp/boxA_h300.png);
	background-repeat:no-repeat;
}
#boxA_h320{
	width:1000px;
	height:425px;
	margin:0 auto;
	background-image:url(../img_lp/boxA_h320.png);
	background-repeat:no-repeat;
}
/* ///ボックスA中身/// */
#boxA_icon{
	width:205px;
	height:auto;
	float:left;
}
#boxA_icon_img{
	width:147px;
	height:147px;
	margin:0 auto;
}
#boxA_icon_text{
	width:205px;
	height:auto;
	margin-top:20px;
	font-size:19px;
	line-height:25px;
	text-align:center;
	color:#162e5f;
	
}

/* /////ボックスB///// */
#boxB{
	width:1200px;
	height:430px;
	margin:0 auto;
	background-color:#e1e7ec;
	background-repeat:no-repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
}
/* ///ボックスB中身/// */
#boxB_icon{
	width:246px;
	height:auto;
	float:left;
}
#boxB_icon_img{
	width:246px;
	height:251px;
	margin:0 auto;
}
#boxB_icon_text{
	width:246px;
	height:auto;
	margin-top:30px;
	font-size:20px;
	line-height:25px;
	text-align:center;
	color:#162e5f;
	
}


/* /////ボックスC///// */
#boxC{
	width:900px;
	height:300px;
	margin:0 auto 50px;
	background-color:#FFF;
	border:solid 10px #e1e7ec;
}
#boxC_arrow{
	width:920px;
	height:405px;
	margin:0 auto 50px;
	background-image:url(../img_lp/boxC_arrow.png);
}
/* /////ボックスC中身(左テキスト)///// */
#boxC_textL{
	width:auto;
	height:auto;
	font-size:20px;
	line-height:25px;
	color:#162e5f;
	float:left;
	
}
#boxC_imgR{
	/*width:auto;*/
	height:auto;
}

/* /////ボックスC中身(右テキスト)///// */
#boxC_textR{
	width:auto;
	height:auto;
	font-size:18px;
	line-height:25px;
	color:#162e5f;
	/*float:right;*/
	
}
#boxC_textR p{
	margin-bottom:15px;
	font-size:25px;
	font-weight:bold;
	color:#7091d5;
}
#boxC_imgL{
	width:auto;
	height:auto;
	float:left;
}



/* /////申込フォームボタン///// */
#form_anchor{
	width:425px;
	height:auto;
	margin:20px auto;
}


/* /////広告欄///// */
#ad_text_top{
	width:1200px;
	height:auto;
	margin:100px auto 0;
	background-color:#FFFFFF;
	padding-top:40px;
	padding-bottom:10px;
	font-size:40px;
	text-align:center;
	letter-spacing:-2px;
	line-height:64px;
	color:#525558;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
}

#ad_text_top p.orange{
	font-size:60px;
	color:#f59f3b;
	display:inline;
}

#ad{
	width:1200px;
	height:357px;
	margin:0 auto;
	background-image:url(../img_lp/lp_ad_bg.png);
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	
}

#ad_img{
	width:1200px;
	height:auto;
	margin-left:240px;
}

#ad_img p{
	padding-top:5px;
	padding-left:5px;
	font-size:16px;
	color:#FFF;
}

#ad_text_bottom{
	width:1200px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
	font-size:40px;
	text-align:center;
	letter-spacing:-1px;
	color:#f59f3b;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
}





/* /////////////////////各LP 固有////////////////////// */
/* /////LP3_boxA上イラスト///// */
#lp3_img1{
	width:299px;
	height:108px;
	margin-top:40px;
	margin-left:550px;
}





/* /////////////////////各LP共通////////////////////// */
/* /////メールフォーム///// */
#mmsg{
	width:autopx;
	margin:100px auto 20px 180px;
	font-size:28px;
	text-align:left;
}


#form{
	width:800px;
	height:auto;
	margin:20px auto 50px;
	background-color:#FFF;
	text-align:left;
	padding-top:50px;
}

#form span.hissu{
	background-color:#e36c15;
	color:#FFF;
	font-size:14px;
	padding:3px 10px;
	margin-right:20px;
}

#form span.ninni{
	background-color:#999;
	color:#FFF;
	font-size:14px;
	padding:3px 10px;
	margin-right:20px;
}

#form dl{
	width:800px;
	height:auto;
	padding-left:30px;
	padding-bottom:5px;
}

#form dt{
	width:200px;
	/*display:table-cell;*/
	display:inline;
	font-size:16px;
	vertical-align:top;
	float:left;
	clear:left;

}

#form dd{
	/*display:table-cell;*/
	display:inline;
	font-size:14px;
	margin-left:10px;
	float:left;
}


#input{
	text-align:right;
	margin-top:10px;
	margin-right:50px;
	padding-bottom:20px;
}

input[type=text] {
width: 300px;
line-height:12px;
display:inline;
background: #FFF;
border:1px #dfc6b0 solid;
padding:5px;
overflow: hidden;
font-size:12px;
margin-bottom: 25px;
}

textarea {
width: 500px;
background: #FFF;
border:1px #dfc6b0 solid;
padding: 5px;
overflow: hidden;
font-size:14px;
}


/* ///// pタグ ///// */
p.strong{
	font-weight:bold;
	display:inline;
}
p.pink{
	color:#fb679f;
	font-weight:bold;
	display:inline;
}
