@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: “メイリオ”, Meiryo, Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #565656;
}

img {
  vertical-align: bottom;
}

/**** wrap ****/
.wrap{
	width: 980px;
	margin: 0 auto;
}

/****  ****/

h3{
	font-size: 20pt;
	display: table;
	margin: 60px auto 30px;
}

.cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
}


/**** banner ****/
.banner{
	clear: both;
	background: url("../../images/lp/bg.jpg");
	background-repeat: no-repeat;
	height: 220px;
	background-position: 50% 50%;
	text-align: center;
	padding: 30px 0;
	overflow: hidden;
}

.banner p{
	display: inline-block;
}

.banner p:first-child{
	margin-right: 30px;
}


/**** head ****/
#head{

}

#head h1{
	background: #00cc99;
	color: #fff;
	font-size: 9pt;
	padding: 5px;
}

#head-logo{
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	float:left;
	padding: 10px 0;
}

#head-logo>img{
	margin-right: 5px;
}

#head-contact{
	float:right;
	padding: 10px 0;
}

#head-tel{
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	padding-right: 20px;
}

#head-tel>a{
	font-size: 18px;
	color: #565656;
	text-decoration: none;
}

#head-form{
	display: table-cell;
	width: 160px;
	background: #00cc99;
	padding: 5px;
	text-align: center;
	height: 30px;
	overflow: hidden;
}

#head-form>a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 20px;
	border: 1px #fff dashed;
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
}

#head-btn{
	clear: both;
	text-align: center;
	padding: 10px;
}

#head-btn>ul{
	display: inline-block;
}

#head-btn li{
	display: inline-block;
	margin-right: 30px;
}

#head-btn li:last-child{
	margin-right: 0px;
}

#head-btn li a{
	font-size: 11pt;
	color: #565656;
	text-decoration: none;
}

/**** head-image ****/
#head-image{
	background: url("../../images/lp/image-b.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 480px;
}

#head-image-wrap{
	position: relative;
	height: 100%;
	width: 980px;
	margin: 0 auto;
}

#head-catch{
	position: relative;
	top: 20px;
}

#image-btn{
	position: absolute;
	right: 0px;
	bottom: 20px;
}

#image-btn #rabi{
	position: absolute;
	right: 0px;
	bottom: 0;
}

#image-btn #serif{
	position: absolute;
	right: 120px;
	bottom: 70px;
}

#head-image ul{
	z-index: 100;
	position: absolute;
	left: 0px;
	bottom: 20px;
}

#head-image li{
	background: url("../../images/lp/image-btn.png");
	width: 390px;
	height: 50px;
	margin: 0 5px;
	display: inline-block;
}

#head-image li a{
	display: block;
	width: 390px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	font-size: 11pt;
	padding-left: 60px;
	text-decoration: none;
}


/**** main ****/

#main{

}

/**** nayami ****/

#nayami{

}

#nayami-list{

}

#nayami-list p:before{
	display: block;
	content: "?";
	font-weight: bold;
	color: #fff;
	font-size: 50px;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: #00cc99;
	text-align: center;
	line-height: 80px;
	margin: 0 auto 15px;
}

#nayami-list p{
	font-size: 12pt;
	text-align: center;
	width: 150px;
	height: 200px;
	overflow: hidden;
	display: inline-block;
	border-right: dashed #565656 1px;
	vertical-align: top;
}

#nayami-list p:last-child{
	border-right: 0px;
}

#nayami-arrow{
	text-align: center;
	margin: 60px;
}

#nayami-text{
	text-align: center;
	margin: 60px;
	font-size: 20pt;
}

/**** nayami-help ****/

#nayami-help{
	min-width: 980px;
	background: #dbeef4;
	padding: 30px 0;
	overflow: hidden;
}

#nayami-help h5{
	font-size: 24pt;
	text-align: center;
	margin: 60px;
}

#nayami-help>.wrap>p{
	text-align: center;
	font-size: 14pt;
}

#nayami-help-list{
	width: 900px;
	margin: 60px auto;
}

.nayami-help-list{
	float: left;
	width: 300px;
	padding: 0 30px 60px;
}

.nayami-help-list:nth-child(3n+1){
	clear: both;
}

.nayami-help-list>h6{
	text-align: center;
	font-size: 14pt;
	margin-bottom: 30px;
	font-weight: bold;
}

.nayami-help-list>h6>img{
	margin-bottom: 30px;
}

.nayami-help-list>p{
	font-size: 11pt;
}

.nayami-help-list>p>a{
	display: block;
	margin: 20px auto 0;
	width: 80%;
	padding: 5px;
	border: 2px solid #565656;
	text-align: center;
	color: #565656;
	text-decoration: none;
}


/**** data ****/

#data>.wrap>p{
	width: 900px;
	margin: 0 auto;
	font-size: 14pt;
}

.question{
	width: 900px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.question>h4{
	text-align: center;
	font-size: 14pt;
	margin: 60px 0;
}

.question>p{
	font-size: 20pt;
	text-align: center;
	margin: 30px 0;
}

.q-graff{
	float: left;
	width: 400px;
	margin-bottom: 30px;
}

/**** g1 ****/
#q1-graff-box{
	position: relative;
	height: 400px;
}

#q1-graff-center{
	position: absolute;
	top: 140px;
	z-index: 50;
	width: 100%;
}

#q1-graff-center>p{
	text-align: center;
	font-size: 50pt;
	font-weight: bold;
}

#q1-graff-center>p>span{
	font-weight: bold;
}

#q1-graff-center>p:first-child{
	font-size: 20pt;
	line-height: 50%;
}

#q1-graff-center>p:last-child{
	font-size: 15pt;
	line-height: 50%;
}

.q-graff-item{
	z-index: 50;
	position: absolute;
	font-size: 8pt;
	color: #fff;
	padding: 10px 30px;
	background: rgba(0,0,0,0.5);
	-webkit-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
	opacity:0;
}

.q-graff-item:before{
   content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 15px solid rgba(0,0,0,0.5);
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 30px;
}

#q1-graff-item1{
	top: 70px;
	left: 280px;
}

#q1-graff-item2{
	top: 310px;
	left: 160px;
}

#q1-graff-item3{
	top: 80px;
	left: 50px;
}

#q1-graff-item4{
	top: 0;
	left: 150px;
}

/**** g2 ****/
#q2-graff-box{
	position: relative;
	height: 400px;
}

#q2-graff-center{
	position: absolute;
	top: 140px;
	z-index: 50;
	width: 100%;
}

#q2-graff-center>p{
	text-align: center;
	font-size: 45pt;
	font-weight: bold;
}

#q2-graff-center>p>span{
	font-weight: bold;
}

#q2-graff-center>p:first-child{
	font-size: 20pt;
	line-height: 50%;
}

#q2-graff-center>p:last-child{
	font-size: 15pt;
	line-height: 50%;
}

#q2-graff-item1{
	top: 70px;
	left: 280px;
}

#q2-graff-item2{
	top: 290px;
	left: 90px;
}

#q2-graff-item3{
	top: 240px;
	left: 20px;
}

#q2-graff-item4{
	top: 180px;
	left: 0px;
}

#q2-graff-item5{
	top: 120px;
	left: 0px;
}

#q2-graff-item6{
	top: 60px;
	left: 40px;
}

#q2-graff-item7{
	top: 0px;
	left: 120px;
}



.q-graff table{
	margin: 0 auto;
	background: #dbeef4;
}

.q-graff table td{
	font-size: 10pt;
	padding: 5px 10px;
}

.q-voice{
	float: right;
	width: 470px;
	margin-bottom: 30px;
}

.q-voice>h5{
	border-top: solid 2px #565656;
	border-bottom: solid 2px #565656;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 30px;
}

.q-voice>p{
	font-size: 10pt;
}

#q2-graff-detail{
	clear: both;
	font-size: 10pt;
	background: #dbeef4;
	padding: 10px;

}

#q-caution{
	text-align: right;
	width: 900px;
	margin: 0 auto 60px;
	font-size: 8pt;
}


/**** voice ****/

#voice{
	background: #dbeef4;
	padding: 30px;
}

.voice-list{
	width: 900px;
	margin: 0 auto 60px;
	clear: both;
	overflow: hidden;

}

.voice-list h4{
	float: left;
	width: 280px;
	text-align: center;
}

.voice-name{
	display: block;
	width: 90%;
	border: 1px solid #565656;
	padding: 5px;
	margin: 15px auto;
	font-size: 12px;
	text-align: center;
}

.voice-list p{
	width: 600px;
	float: right;
	font-size: 12pt;
	line-height: 200%;
}

.voice-title{
	font-size: 14pt;
	font-weight: bold;
}


/**** support ****/

#support{
	padding-bottom: 60px;
}

#support>.wrap>p{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 20pt;
}

#support-graff{
	margin: 0 auto;
	width: 881px;
	padding: 30px 0;
}

#s-graff-left{
	height: 480px;
	width: 400px;
	position: relative;
	display: table-cell;
}

#s-graff-left h4{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #d9d9d9;
	width: 100%;
	font-size: 14pt;
	padding: 10px;
	text-align: center;
}

#s-graff-left p{
	font-size: 36pt;
	font-weight: bold;
	z-index: 50;
	text-align: center;
	position: absolute;
	top: 100px;
	width: 100%;
}

#s-graff1{
	margin: 0 auto;
	height: 402px;
	width: 360px;
	position: absolute;
	top: 0;
	left: 20px;
	border-bottom: 2px #565656 solid;
}

#s-graff1>span{
	display: block;
	width: 260px;
	height: 400px;
	background: #f9da46;
	position: absolute;
	bottom: 0px;
	left: 50px;
}

#s-graff-center{
	height: 400px;
	width: 81px;
	display: table-cell;
	vertical-align: middle;
}

#s-graff-right{
	height: 450px;
	width: 400px;
	position: relative;
	display: table-cell;
}

#s-graff-right h4{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #d9d9d9;
	width: 100%;
	font-size: 14pt;
	padding: 10px;
	text-align: center;
}

#s-graff-right p{
	font-size: 36pt;
	font-weight: bold;
	z-index: 50;
	text-align: center;
	position: absolute;
	top: 100px;
	width: 100%;
}

#s-graff2{
	margin: 0 auto;
	height: 400px;
	width: 360px;
	position: absolute;
	top: 0px;
	left: 20px;
	border-bottom: 2px #565656 solid;
}

#s-graff2>span{
	display: block;
	width: 260px;
	height: 400px;
	background: #f9da46;
	position: absolute;
	bottom: 0px;
	left: 50px;
}

#s-caution{
	position: relative;
}

#s-caution span{
	display: block;
	float: right;
	text-align: left;
	font-size: 10pt;
	padding: 30px 0;
	position: relative;
	right: 0;
}

/**** merit ****/

#merit h3{
	margin-bottom: 15px;
}

#merit-list{
	background: #00cc99;
	padding: 60px 0;
	overflow: hidden;
}

#merit-list>.wrap{
	width: 900px;
}

.merit-list{
	width: 300px;
	padding: 0 40px 30px;
	float: left;
}

.merit-list:nth-child(3n+1){
	clear: both;
}

.merit-list>h4{
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.merit-list>h4>img{
	margin-bottom: 15px;
}

.merit-list>p{
	font-size: 12px;
	color: #fff;
}


/**** flow ****/

#flow{
	overflow-x: hidden;
}

.flow-list{
	background: #00cc99;
	border-radius: 20px;
	width: 800px;
	margin: 0 auto;
	padding: 15px;
}
.flow-ul{
	border-bottom: 1px solid #fff;
	width: 90%;
	margin: 0 auto;
}

.flow-list p{
	color: #fff;
	font-size: 16pt;
	text-align: center;
}

.flow-list table{
	margin: 0 auto;
	padding-top: 15px;
}

.flow-list td{
	color: #fff;
	font-size: 18pt;
}

.flow-arrow{
	text-align: center;
	padding: 15px;
}

#flow-caution{
	font-size: 16pt;
	text-align: center;
	margin: 30px 0 60px;
}


/**** gaiyou ****/

#gaiyou{

}

#gaiyou table{
	width: 80%;
	margin: 0 auto;
}

#gaiyou table th{
	padding: 10px;
	font-size: 14pt;
	font-weight: bold;
	background: #00cc99;
	color: #fff;
}

#gaiyou table td{
	text-align: center;
	padding: 10px;
	font-size: 14pt;
	background: #d9d9d9;
}

#katsudou{
	padding: 0 0 60px;
}

#katsudou h4{
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	margin: 60px 0 30px;
}

#katsudou p{
	font-size: 14pt;
	width: 90%;
	margin: 0 auto;
}

#about-logo{
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
}

#about-logo #left{
	float: left;
	width: 95px;
}

#about-logo #right{
	float: right;
	width: 740px;
}

#about-logo #right>h4{
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	border-bottom: #00cc99 2px solid;
}

#about-logo #right>p{
	font-size: 11pt;
	padding: 15px;
}

#gaiyou-photo{
	text-align: center;
	clear: both;
	padding: 0 0 60px;
}

/**** movie ****/
.movie-box{
	padding: 0 0 60px;
	width: 853px;
	margin: 0 auto;
}


/**** form ****/

#form{

}

#form h3{
	text-align: center;
	font-size: 20pt;
}


#form p{
	width: 800px;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 16pt;
}

#form table{
	width: 800px;
	margin: 0 auto 30px;
	background: #565656;
}

#form table th{
	padding: 10px;
	background: #d9d9d9;
	font-size: 16pt;
	vertical-align: top;
	text-align: left;
}

#form table td{
	padding: 10px;
	background: #fff;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

#form .input-m{
	padding: 3px 5px;
	margin-bottom: 10px;
	width: 300px;
}

#form .input-s{
	padding: 3px 5px;
	margin-bottom: 10px;
	width: 150px;
}

#form .input-b{
	padding: 3px 5px;
	margin-bottom: 10px;
	width: 450px;
	height: 300px;
	resize: none;
}

#form p{
	text-align: center;
	font-size: 16pt;
}

#form .form-btn{
	width: 300px;
	height: 75px;
	text-align: center;
	line-height: 30px;
	font-size: 16pt;
	border: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #def246), color-stop(0.50, #d1e637), color-stop(0.50, #d1e637), color-stop(0.00, #eaf2b1));
	background: -webkit-linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #d1e637 50%, #def246 100%);
	background: -moz-linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #d1e637 50%, #def246 100%);
	background: -o-linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #d1e637 50%, #def246 100%);
	background: -ms-linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #d1e637 50%, #def246 100%);
	background: linear-gradient(to bottom, #eaf2b1 0%, #d1e637 50%, #d1e637 50%, #def246 100%);
	border-radius: 10px;
}

.focus:focus{
	background: #F5F6CE;
}




/**** foot ****/
#foot{
	background: #00cc99;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 14pt;
}

/**** float-btn ****/

#float-btn{
	width: 100%;
	height: 261px;
	position: fixed;
	bottom: -261px;
}

#float-btn>.wrap>a{
	display: block;
	float: right;
	width: 179px;
	height: 261px;
	z-index: 100;
	text-decoration: none;
}

.p-seminer{
	width: 100%;
	max-width: 1440px;
	min-width: 980px;
	margin-inline: auto;
}
.p-seminer img{
	width: 100%;
	height: auto;
}

.p-floating__btn{
	z-index: 99;
}

/**** floatbanner 20170810 ***
#float-banner{
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}
#float-banner a:nth-child(1)>img{
	width: 780px;
}
#float-banner a:nth-child(2)>img{
	width: 200px;
}
#foot{
	margin-bottom: 120px;
}*/


.attention-box{
	border: solid 2px #CC0000;
	padding: 10px;
	color: #CC0000;
	margin: 30px auto -20px;

}

