@charset "utf-8";
/* common
------------------------------*/
body{
	background-color: #ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%
}
/* Align
=========================================*/
.aR {text-align: right !important;}
.aC {text-align: center !important;}
.aL {text-align: left !important;}
.vT {vertical-align:top !important;}
.vM {vertical-align:middle !important;}
.vB {vertical-align:bottom !important;}
/* Margin, Padding
=========================================*/
.firstChild {margin-top: 0 !important;}
.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml88 {margin-left: 88px !important;}
.mlrAuto {margin-left: auto !important; margin-right: auto !important;}

/* Line01
=========================================*/
.dottedLine02 {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #dddddd;
}
/* For Reader
=========================================*/
/* voiceGuide */
.aural {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
/* pageTopBtn */
#pageTopBtn {
	position: fixed !important;
	top: auto !important;
	right: 0 !important;
	bottom: 190px !important;
	left: auto !important;
	width: 48px;
	height: 48px;
	z-index: 9999;
}
#pageTopBtn a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(/lp02/images/footer_bt02.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#pageTopBtn:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


/* section */
.section {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
/* expandBt, closeBt */
.expandBt,
.closeBt {
	display: table;
	width: 137px;
	margin: 10px auto 0;
	background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 50%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#fafafa 50%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fafafa 50%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fafafa 50%,#f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f5f5f5 100%);
	border-top: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	border-bottom: solid 2px #d5d5d5;
	border-left: solid 1px #d5d5d5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.expandBt a,
.closeBt a {
	display: table-cell;
	width: 100%;
	padding: 13px 10px 13px 18px;
	color: #000000;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
.expandBt span,
.closeBt span {
	position: relative;
}
.expandBt span:before {
	position: absolute;
	top: 50%;
	left: -28px;
	width: 19px;
	height: 19px;
	margin-top: -10px;
	background: url(/lp02/images/common_ic09.png) no-repeat 0 0;
	content: "";
}
.closeBt span:before {
	position: absolute;
	top: 50%;
	left: -27px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background: url(/lp02/images/common_ic10.png) no-repeat 0 0;
	content: "";
}
.expandBt:hover,
.closeBt:hover {
	background: #ffffff;
	text-decoration: none;
}
.expandBt:active,
.closeBt:active {
	border-top: solid 2px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
}
.expandBt a:hover,
.closeBt a:hover,
.expandBt a:active,
.closeBt a:active {
	text-decoration: none;
}
.expandLink {
	overflow: hidden;
	display: block;
}
.expandLink img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.expandLink img:hover {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}



/*標準テキストエリア*/
.textarea1{
	margin: 0 auto;
	width:1024px;
}
p.textarea1_te{
	margin: 10px;
	font-size: 1.8em;
	line-height: 1.6em
}

.text{
	font-size: 1.4em;
	line-height: 1.5em;
	margin:10px;
	}
/* highlight */
.highlight01 {
	font-weight: bold;
}


/* header footer */
#lp_header,
#lp_footer{
	width: 1024px;
	height: 75px;
	margin: 0 auto;
}
.lp_logo{
	float: left;
	padding: 2.5px 2.5px;
}
.lp_add{
	float: right;
	padding: 7.5px 7.5px;
}
/* main */
#lp_main{
	width: 1024px;
	margin: 0 auto;
	height: 265px;
	background: url(/lp02/images/maign_bk.jpg) right top no-repeat;
}
#lp_main p.subh1{
	padding-top:32px;
	padding-left: 230px;
	color: #ffffff;
	font-size:18px;
	font-weight:bold;}
h1{
	padding-top: 35px;
	padding-left:190px;
	font-size:26px;
	font-weight:800;
	line-height:1.3em;
	text-align: center;
	width:600px;
}
#lp_main ul.point{
	display:table;
  table-layout:fixed;
	padding-top:30px;
	padding-left:20px;
	}
#lp_main ul.point li{
    display:table-cell;
		padding-left:40px;	
}
#lp_main ul.point li a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/* main END*/

/*落とし穴/解決*/
#check {
	width: 1024px;
	margin: 0 auto;
	height: 289px;
	background: url(/lp02/images/check_bk.jpg) no-repeat;
}
h2.titwhite{
	font-size:24px;
	font-weight:800;
	line-height:1.3em;
	text-align: center;
	color: #fff;
	padding-top:20px;
	}
#check ul.point2{
	display:table;
  table-layout:fixed;
	padding-top:30px;
	}
#check ul.point2 li{
  display:table-cell;
	width:180px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#check ul.point2 li.text1{ 
	padding-left:60px;
	margin: 10px;
	}
#check .point2 .text1 {
}
#check ul.point2 li.text2,#check ul.point2 li.text3,#check ul.point2 li.text4{ 
	padding-left:60px;
	margin: 20px;
	}
#ans {}
#ans h2.titblue {
	font-size:24px;
	font-weight:800;
	line-height:1.3em;
	text-align: center;
	color: #006DB7;
	padding-top:20px;
}
#ans h2.titblue span{ font-size:36px;}	
/*落とし穴 END*/


/* sec_p1~3 */
#sec_p1{
	width: 1024px;
	margin: 0 auto;
	background:url(/lp02/images/title_point1.jpg) no-repeat;
	height:123px;
}
#sec_p2{
	width: 1024px;
	margin: 0 auto;
	background:url(/lp02/images/title_point2.jpg) no-repeat;
	height:123px;
}
#sec_p3{
	width: 1024px;
	margin: 0 auto;
	background:url(/lp02/images/title_point3.jpg) no-repeat;
	height:123px;
}
#sec_p1 h2, #sec_p2 h2, #sec_p3 h2{
	font-size:20px;
	font-weight:600;
	line-height:1.3em;
	text-align: center;
	color: #000;
	padding-top:30px;
	padding-left: 20px;
	}
	
	
/* variableLeft */
.variableLeft01:after{
	content: "";
	display: block;
	clear: both;
	}	
.variableLeft01{
	min-height: 1%;
	zoom: 1;
	}
.variableLeft01 {
	clear: both;
	margin: 10px 20px 20px 20px;
}
.variableLeft01 .variableImg {
	float: left;
	margin: 0 20px 5px 0;
}
.variableLeft01 .variableText {
	overflow: hidden;
}
.variableLeft01 p.coltext{
	width:400px;
	}
/* variableRight */
.variableRight01,
.variableRight02 {
	clear: both;
	margin-top: 30px;
}
.variableRight01 .variableImg,
.variableRight02 .variableImg {
	float: right;
	margin: 5px 30px 5px 10px;
}
.variableRight01 .variableText {
	overflow: hidden;
}



	
.p3_col{
	border: #68A7D5 1px solid;
	padding: 10px;
	}	
.p3_col h3{
	font-size: 18px;
	font-weight:600;
	line-height:1.9em;
	color: #000;
	margin-left: 10px;
	}	

/* section03 */
#sec03{
	width: 1000px;
	margin: 20px auto 20px;
}
#sec03 h3{
	width: 830px;
	font-size: 24px;
	font-weight:600;
	line-height:1.8em;
	padding: 30px 0 0 125px;
}
#sec03 #sec03_01, #sec03 #sec03_02, #sec03 #sec03_03{
	width: 1000px;
	height: 305px;
	margin-bottom: 10px;
}
#sec03 #sec03_01{
	background: url(/lp02/images/sec03_b1.png) no-repeat;
}
#sec03 #sec03_02{
	background: url(/lp02/images/sec03_b2.png) no-repeat;
}
#sec03 #sec03_03{
	background: url(/lp02/images/sec03_b3.png) no-repeat;
}
#sec03 .sec03_te, #sec03 .sec03_te2 {
	height: 157px;
	font-size: 1.7em;
	line-height: 1.5em;
}
#sec03 .sec03_te { 
	width: 830px;
	padding: 50px 0 0 125px;
}
#sec03 .sec03_te2 { 
	width:520px;
	padding: 20px 0 0 125px;
}
	
/* section04 */
#sec04 h2, #sec05 h2{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
#sec04 #sec04_bgc{
	background-color: #D45E12;
	height:70px;
}
#sec04 h3{
	font-size: 18px;
	font-weight:600;
	line-height:1.9em;
	color: #000;
	margin: 20px 10px;
	}

/* section05 */
#sec05 #sec05_bgc{
	background-color: #0055BB;
	height:70px;
}
#sec05 h2{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
/* section06 */
#sec06 #sec06_bgc{
	background-color: #88CCFF;
	height:70px;
}
#sec06 h2{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

h4{
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom: dotted 2px #0084E2;
	margin-top: 20px;
	padding: 5px;
	background-color: #D1F4FF;
}


/* footer(Copyright) */
#lp_cr{
	height: 25px;
	background-color: #595959;
}
#lp_cr p{
	width: 1000px;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #ffffff;
}

/*ボタン上テキスト*/
.btntext{
		background-color:#D2E4FF;
		margin-top:15px;
		margin: 0 auto;

}
.btntext ul.btn{
   width:1024px;
   display:table-cell;
   vertical-align:middle;
	 }
.btntext ul.btn li{
	display: inline-block;
    text-align:center;
		padding-top:15px;
		padding-bottom:10px;
		font-size: 14px;
		width:495px;
}
.btntext ul.btn li.tL{
	margin-left:30px;}



/*ボタン*/
.lead01{
	background-color:#D2E4FF;
	margin-bottom:20px;
	height:150px;
}

.lead02{
	width: 1024px;
	margin: 0 auto;
}

.post-contents {
	display: table-cell;
	padding-left:5px;
	vertical-align: middle;	
	text-align:center;
	height:100px;
	background-color:#D2E4FF;
	}
.post-contents .button {
	display: inline-block;
	width: 495px;
	height: 70px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.post-contents .button::before,
.post-contents .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.post-contents .button,
.post-contents .button::before,
.post-contents .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*資料請求Bここから*/
.post-contents .buttonL {
	position: relative;
	height: 70px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 75px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #218E10;
}
.post-contents .buttonL,
.post-contents .buttonL:hover {
	border-bottom: 4px solid #3F6C27;
	background-color: #218E10;
	background-image: -webkit-linear-gradient(top, #7CBC27, #218E10);
	background-image: linear-gradient(to bottom, #7CBC27, #218E10);
	box-shadow: inset 1px 1px 0 #A8D175;
}
.post-contents .buttonL::before,
.post-contents .buttonL::after {
	bottom: -1px;
	left: -1px;
	width: 495px;
	height: 70px;
	border: 1px solid #3FB327;
	border-bottom: 1px solid #3F6C27;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.post-contents .buttonL::before {
	height: 66px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
.post-contents .buttonL:hover {
	background: #218E10;
	background-image: -webkit-linear-gradient(top, #218E10, #7CBC27);
	background-image: linear-gradient(to bottom, #218E10, #7CBC27);
	color: #333333;
	text-shadow: 0px 1px 0px #A8D175;
}
/*資料請求Bここまで*/
/*申し込みBここから*/
.post-contents .buttonR {
	position: relative;
	height: 70px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 75px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #D45E12;
}
.post-contents .buttonR,
.post-contents .buttonR:hover {
	border-bottom: 4px solid #8C6239;
	background-color: #D45E12;
	background-image: -webkit-linear-gradient(top, #F29847, #D45E12);
	background-image: linear-gradient(to bottom, #F29847, #D45E12);
	box-shadow: inset 1px 1px 0 #FBC73B;
}
.post-contents .buttonR::before,
.post-contents .buttonR::after {
	bottom: -1px;
	left: -1px;
	width: 495px;
	height: 70px;
	border: 1px solid #F7931E;
	border-bottom: 1px solid #8C6239;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.post-contents .buttonR::before {
	height: 66px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
.post-contents .buttonR:hover {
	background: #D45E12;
	background-image: -webkit-linear-gradient(top, #D45E12, #F29847);
	background-image: linear-gradient(to bottom, #D45E12, #F29847);
	color: #333333;
	text-shadow: 0px 1px 0px #FBC73B;
}
/*申し込みBここまで*/
.post-contents .buttonL:hover img,
.post-contents .buttonR:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	}


.post-contents .buttonL:active,
.post-contents .buttonR:active {
	bottom: -4px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.post-contents .buttonL:active::before,
.post-contents .buttonL:active::after,
.post-contents .buttonR:active::before,
.post-contents .buttonR:active::after {
	border: none;
	box-shadow: none;
}



/* iconList01 */
ul.iconList01 {
	margin-top: 18px;
}
ul.iconList01 {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.iconList01 > li {
	position: relative;
	margin-top: 5px;
	padding-left: 12px;
	font-size: 1.4em;
	line-height: 1.5em;

}
ul.iconList01 > li:first-child {
	margin-top: 0;
}
ul.iconList01 > li:before {
	position: absolute;
	left: 0;
	width: 4px;
	height: 4px;
	background: #278dd5;
	content: "";
}
ul.iconList01.highlight01.medium > li {
	padding-left: 1.0em;
}
ul.iconList01.highlight01.medium > li:before {
	top: -0.1em;
	background: #ffffff;
	color: #278dd5;
	content: "●";
}
/*リンク*/
a:hover img.linkwhite{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	background: #ffffff;
}
