@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, section,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline;
	list-style:none;
	text-decoration:none;
}
header, nav, article, aside, section, footer {
    display:block;
}
img{
	border:none;}
.clear {
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
html { font-size: 62.5%;
}
body{
	font-family: "メイリオ", sans-serif;
  word-wrap:break-word;
/*文字サイズ自動調整OFF*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color:#000;
}
body{/*chrome fontが大きくなってしまう対策*/
font-size:18px;
font-size:1.8rem;
}
table{word-break: break-all;}

/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
a:link, a:hover, a:active, a:visited {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #000;
}
a:hover{
	opacity: 0.5;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}


body{
		background:#fff;
}
.wrap{
	margin:0 auto;
	padding:0 10px;
	background:#fff;
	
}
.main{
}

/*                                     　　　　ページトップへ戻る
-----------------------------------------------------------------*/
#pagetop {
	position: fixed;
	z-index: 1500;
	right:10px;
	bottom:10px;
}
#pagetop a {
	display: block;
	background:#3765D9;	
	border-radius:5px;
	font-weight:bold;
	  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
 		box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
		font-size:10px;
	padding:10px 10px 7px 10px;
	text-align:center;


	

	
}
#pagetop a:hover{
    background: #3765D9;
}
header{
		padding:10px 0;
    background: #3765D9;

}
header h1{
	font-size:12px;
	color:#fff;
	max-width:960px;
	margin:0 auto;
}
header ul{
	font-size:0;
	max-width:960px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

}
.headbox{
	width:295px;
	height:106px;
	border:6px solid #f44d9c;
	border-radius: 10px;
	text-align:center;
	padding: 5px 0;
	margin:5px;
	
}
.headbox span{
	padding-bottom:5px;
	display:block;
}
.headbox2{
	width:274px;
	margin:0 auto;
	border-top:1px solid #f44d9c;
	padding-top:5px;
	line-height:1.5;
	
}
.telpc{
	display:block;
}
.telsm{
	display:none;
}
@media (max-width:640px) {
	header ul{
		justify-content: center;
	}
	.telpc{
		display:none;
	}
	.telsm{
		display:block;
	}
} 
header li{
	display:inline-block;
	/*width:49%;*/
	vertical-align:middle;
	font-size:12px;
}
header li img{
}
header li:nth-of-type(1){
	text-align:left;
	
}
header li img.logo{
	
}
header li:nth-of-type(2){
	text-align:right;
	
}

.box{
	text-align:center;
	margin:0 auto;
}
.inner{
	max-width:960px;
	margin:0 auto;
}

.box .L,
.box .R{
	display:table-cell;
	vertical-align:top;
}

.box p{
	line-height:1.8;
	margin-bottom:10px;
}

.box .text{
	padding:20px 30px;
	text-align:left;
}
.box .text .red{
	color:#F00;
	font-size:20px;
	font-weight:bold
}
	
.box img{
	display:block;
	margin:0 auto;
	
}


.contact .inner:hover{
	/*cursor:pointer;
	opacity:0.7;*/
}
.woman{
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
}

.woman_01{
/*	margin-top:-100px;
*/}
.title{
	background:#3765D9;
	margin-bottom:20px;
	text-align:center;
}
.text{
	max-width:960px;
	margin:30px auto 50px auto;
	padding:30px;
	box-shadow: inset 0 0 5px 0 #DDD;
	border:solid 1px #ccc;
			background:url(../images/LP_01_bg.jpg) repeat center bottom;

/*	background:#ffedb9;
*/	
}
.box_01{
		background:url(../images/LP_01_bg.jpg) repeat center bottom;
}
.box_jump .inner ul li{
	float:left;
	width:33.3%;
	text-align:center;
}
.box_jump .inner ul li a{
	display:block;
}
.box_jump .inner ul li a:hover{
	/*opacity:0.7;*/
}

.box_02{
}

.box_02 .inner{
	max-width:100%;
	background:url(../images/LP_02_bg.png) repeat-x;
	    background-size: contain;
}



.box_02 .yellow_line{
	padding:10px 5px;
	text-align:center;
	background:#ffe062;
}


.qa {
	font-size: 16px;
	text-align: left;
	border-spacing: 10px;
	margin-bottom:30px;
	max-width:960px;
	margin:0 auto;
}
.qa td {
	width: 50%;
	padding:15px 20px;
	border-radius: 0px;
	font-weight:bold;
}


.qa .Q {	vertical-align:middle;

	border: 1px solid #a1c3e5;
	background:url(../images/LP_qa_b.png) no-repeat 10px -20px #d4e7fa;
}


.qa .A {	vertical-align:middle;

	border: 1px solid #e5a1a1;
	background:url(../images/LP_qa_c.png) no-repeat 10px -20px #ffd9d9;
}

	
	
.contact{
	margin:0px 0 60px 0;
background:#3765D9;	}
.contact a img:hover{
	opacity:0.5;
}
.contact .inner{
}



.footerWrp {
  width: 100%;
      margin-top: 70px;
}

.footer {
	  text-align: center;
	  border-top: #ccc 1px solid;
	  padding:10px;
}

.footer .management {
  margin-top: 18px;
  font-size: 12px;
}

.footer{
  margin-top: 5px;
  font-size: 12px;
}
.footer img{
	max-width:300px;
}


/* フォーム */
#form{
	max-width:960px;
	margin:0 auto;
}
#form h2{
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:24px;
	border-bottom:solid 2px #82D49C;
}
#form h3{
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:24px;
	border-bottom:solid 4px #3765D9;
}

#formWrap {
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
    padding-top: 30px;
	}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#ecf1ff;
	text-align:center;
	vertical-align:middle;
}
table.formTable td{
	text-align:left;
}

table.formTable input{
	max-width:500px;
		width:100%;
		height:30px;

}
table.formTable textarea{
	width:100%;
	height:100px;
}
	
table.formTable input[type="radio"],
table.formTable input[type="checkbox"]{
	height:auto;
	width:auto;
}

table.formTable .zipcode input{
	width:60px;
}

table.formTable .red{
	font-size:12px;
	color:red;
}



#formWrap h3{
	text-align:center;
	padding:30px 0;
	font-weight:bold;
	font-size:18px;
}
#form input[type="submit"],
#form input[type="reset"],
#formWrap input[type="submit"],
#formWrap input[type="button"]{
	margin:30px 0;
	height:40px;
	width:120px;
	
	
}


@media only screen and (max-width: 736px) {
	body{
font-size:14px;
font-size:1.4rem;
	}

	header{
		padding:10px 0;
	}
	header li{
		vertical-align:middle;
	}
	
header li h1{
	padding-right:5px;
}
header li img.logo{
	
}	
.box .L,
.box .R{
	display:block;
}

.box .text{
	padding:10px;
}

.box p{
	line-height:1.4;
}
.box {
    margin: 0px auto;
}
.box_01 {
	/*padding-bottom:50px;*/
}
.box_01a {
	padding-bottom:50px;
}


.box_02 {
    padding:0;
	margin-top:20px;
}
.box_02 .bg_grade_T,
.box_02 .bg_grade_B{
    padding: 20px 10px;
}

.contact{
	margin-bottom:20px;
}
.contact .inner{
}

.woman_01 {
    margin-top: -50px;
}

.qa {
	margin: 0 auto!important;
}


.qa td {
	display:block;
	width:100%;
	padding:10px;
	margin-bottom:10px;
	font-size:14px;
}



.footer {
    margin:30px auto 10px auto;
	  text-align: center;
	  line-height:1.4;
}

.footer img{
	max-width:300px;
	width:100%;
}


#form h2 {
    font-size: 18px;
}
#form h3{
    font-size: 22px;
	padding: 10px 5px 10px 5px;
}
table.formTable th,
	table.formTable td{
		display:block;
		width:100%;
	}





}