@charset "utf-8";

html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
	min-width: 950px;
	font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing:border-box;
	line-height: 1.6;
}
/************ contents ************/
h1 {
	padding-top: 5px;
	font-size: 11px;
	text-align: center;
}
#mv {
	height:670px;
	background: url(../img/235.jpg) no-repeat center;
	background-size:cover;
}
#mv .inner p {
	position: absolute;
	left:30px;
	top:105px;
}
.inner {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#sec01 {
	padding: 80px 0;
	background: #eef3f7;
}
#sec01 h2 {
	margin-bottom: 80px;
	font-size: 48px;
	text-align: center;
}
.transition {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.query {
	margin: 75px 0 0 75px;
}

#sec02 {
	padding: 0 0 80px;
	background: url(../img/bg_sec02.png) repeat;
}
.sec02_head {
	height: 180px;
	background: #01aaed;
}
.merit {
	padding-top: 80px;
	position:relative;
}
.merit p {
	margin:0 0 75px 160px;
}
.merit ul {
	padding: 0 18px;
}
.merit li {
	margin-bottom: 25px;
}
.merit li:last-child {
	margin-bottom: 0;
}

#sec03 {
	padding: 80px 0 0;
	background: #eef3f7;
	position: relative;
}
#sec03 h2 {
	margin-bottom: 70px;
	text-align: center;
}
.sec03_inner {
	background: url(../img/sec03_woman.png) no-repeat right bottom;
}
.sec03_inner p {
	line-height: 1.8;
}

#sec04 {
	padding: 80px 0;
	background: #FFF;
}
#sec04 h2 {
	margin-bottom: 80px;
	font-size: 48px;
	text-align: center;
}
.inner_sec04 {
	width:960px;
	margin:0 auto;
}
.plan01 , .plan02 {
	position: relative;
	padding: 30px;
	background: #01aaed;
	box-shadow:4px 4px 0px 0px #d3dee7;
		-moz-box-shadow:4px 4px 0px 0px #d3dee7;
		-webkit-box-shadow:4px 4px 0px 0px #d3dee7;
}
.plan01:before {
	content: "";
	width: 290px;
	height: 340px;
	position: absolute;
	top: 10px;
	right: -20px;
	background: url(../img/sec04_plan01.png) no-repeat;
}
.plan02:before {
	content: "";
	width: 290px;
	height: 340px;
	position: absolute;
	top: 10px;
	right: -20px;
	background: url(../img/sec04_plan02.png) no-repeat;
}
.plan01 h3 , .plan02 h3 {
	margin-left: 30px;
}
.plan01 p , .plan02 p {
	color: #FFF;
	font-size: 16px;
	line-height: 2;
}
.attention{
	margin-top: 40px;
	padding: 30px 75px;
	background: #fbf6f0;
}
.attention dt {
	margin-bottom: 30px;
	font-size: 24px;
	text-align: center;
	color: #221815;
}
.attention dd {
	font-size: 15px;
	line-height: 1.6;
	color: #221815;
}
.attention li {
	margin: 15px 0 0 15px;
	text-indent: -15px;
}

#sec05 {
	padding: 30px 15px 80px;
	background: url(../img/bg_sec05.png) repeat;
}
#sec05 h2 {
	text-align: center;
}

#sec06 {
	padding: 80px 0;
	background: url(../img/bg_sec06.jpg) repeat;
}
#sec06 h2 {
	margin-bottom: 80px;
	font-size: 48px;
	color: #FFF;
	text-align: center;
}
#form{
	width:900px;
	margin:30px auto 0;
	padding:50px 50px 55px;
	background: #FFF;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}
.input_text,.input_select {
	margin-bottom:20px;
}
.input_text span,.input_select span {
	font-size:12px;
	color: #017bed;
}
.input_text label {
	width:230px;
	font-size:18px;
	color:#444;
	margin-top:5px;
	float:left;
	display:block;
}
.input_text input {
	width:660px;
	height:35px;
	margin-left:10px;
	padding:5px;
	float:left;
	border:1px solid #e5e5e5;
	border-radius:5px;
	display:block;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
.input_select {
	position:relative;
}
.input_select:after {
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 5px;
	width: 20px;
	display: block;
	content: "";
	background:url("data:,") no-repeat;
	pointer-events: none;
}
.input_text textarea {
	font-size:15px;
	width:660px;
	height:200px;
	margin-left:10px;
	padding:5px;
	float:left;
	box-sizing:border-box;
	border:1px solid #e5e5e5;
	border-radius:5px;
	display:block;
}
.labelfocus {
  color:#000 !important;
	font-weight:bold;
}
.clearer{
	clear:both;
	float:none;
	display:block;
	height:0;
}
.submit_btn {
	width:380px;
	margin:30px auto 0;
	padding:15px 0 13px;
	display:block;
	position: relative;
	background: #12c000;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #0e9300;
}
.submit_btn:hover {
  top: 5px;
	box-shadow: none;
}
.submit_btn button {
	width:380px;
	text-align:center;
	font-size: 24px;
	font-weight:bold;
	display:block;
	color: #fff !important;
}

footer{
	width:100%;
	background: #FFF;
}
#footer{
	width:1000px;
	margin:0 auto;
	-webkit-font-smoothing:antialiased;
}
#footer address{
	font-size: 11px;
	line-height: 3.5;
	text-align: center;
}
/************ /contents ************/

/****** margin ******/
.m5{
	margin: 5px !important;
}
.m10{
	margin: 10px !important;
}
.m15{
	margin: 15px !important;
}
.m20{
	margin: 20px !important;
}
.mgt5 {
	margin-top: 5px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt15 {
	margin-top: 15px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt25 {
	margin-top: 25px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt35 {
	margin-top: 35px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt45 {
	margin-top: 45px !important;
}
.mgt50 {
	margin-top: 50px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb15 {
	margin-bottom: 15px !important;
}
.mgb20 {
	margin-bottom: 20px !important;
}
.mgb25 {
	margin-bottom: 25px !important;
}
.mgb25 {
	margin-bottom: 30px !important;
}
.mgb30 {
	margin-bottom: 30px !important;
}
.mgb35 {
	margin-bottom: 35px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb45 {
	margin-bottom: 45px !important;
}
.mgb50 {
	margin-bottom: 50px !important;
}
.mgb80 {
	margin-bottom: 80px !important;
}
.mgl5 {
	margin-left: 5px !important;
}
.mgl10 {
	margin-left: 10px !important;
}
.mgl15 {
	margin-left: 15px !important;
}
.mgl20 {
	margin-left: 20px !important;
}
.mgl25 {
	margin-left: 25px !important;
}
.mgl25 {
	margin-left: 30px !important;
}
.mgl30 {
	margin-left: 30px !important;
}
.mgl35 {
	margin-left: 35px !important;
}
.mgl40 {
	margin-left: 40px !important;
}
.mgr5 {
	margin-right:5px !important;
}
.mgr10 {
	margin-right: 10px !important;
}
.mgr15 {
	margin-right: 15px !important;
}
.mgr20 {
	margin-right: 20px !important;
}
.mgr25 {
	margin-right: 25px !important;
}
.mgr25 {
	margin-right: 30px !important;
}
.mgr30 {
	margin-right: 30px !important;
}
.mgr35 {
	margin-right: 35px !important;
}
.mgr40 {
	margin-right: 40px !important;
}
/****** /margin ******/

/****** padding ******/
.p5{
	padding: 5px !important;
}
.p10{
	padding: 10px !important;
}
.p15{
	padding: 15px !important;
}
.p20{
	padding: 20px !important;
}
.pdt5 {
	padding-top: 5px !important;
}
.pdt10 {
	padding-top: 10px !important;
}
.pdt15 {
	padding-top: 15px !important;
}
.pdt20 {
	padding-top: 20px !important;
}
.pdt25 {
	padding-top: 25px !important;
}
.pdt25 {
	padding-top: 30px !important;
}
.pdt30 {
	padding-top: 30px !important;
}
.pdt35 {
	padding-top: 35px !important;
}
.pdt40 {
	padding-top: 40px !important;
}
.pdb5 {
	padding-bottom: 5px !important;
}
.pdb10 {
	padding-bottom: 10px !important;
}
.pdb15 {
	padding-bottom: 15px !important;
}
.pdb20 {
	padding-bottom: 20px !important;
}
.pdb25 {
	padding-bottom: 25px !important;
}
.pdb25 {
	padding-bottom: 30px !important;
}
.pdb30 {
	padding-bottom: 30px !important;
}
.pdb35 {
	padding-bottom: 35px !important;
}
.pdb40 {
	padding-bottom: 40px !important;
}
.pdb80 {
	padding-bottom: 80px !important;
}
.pdl5 {
	padding-left: 5px !important;
}
.pdl10 {
	padding-left: 10px !important;
}
.pdl15 {
	padding-left: 15px !important;
}
.pdl20 {
	padding-left: 20px !important;
}
.pdl25 {
	padding-left: 25px !important;
}
.pdl25 {
	padding-left: 30px !important;
}
.pdl30 {
	padding-left: 30px !important;
}
.pdl35 {
	padding-left: 35px !important;
}
.pdl40 {
	padding-left: 40px !important;
}
.pdr5 {
	padding-right: 5px !important;
}
.pdr10 {
	padding-right: 10px !important;
}
.pdr15 {
	padding-right: 15px !important;
}
.pdr20 {
	padding-right: 20px !important;
}
.pdr25 {
	padding-right: 25px !important;
}
.pdr25 {
	padding-right: 30px !important;
}
.pdr30 {
	padding-right: 30px !important;
}
.pdr35 {
	padding-right: 35px !important;
}
.pdr40 {
	padding-right: 40px !important;
}
/****** /padding ******/

/****** font ******/
.txt_c {
	text-align:center !important;
}
.bold {
	font-weight:bold !important;
}
.fs10 {
	font-size:10px !important;
}
.fs11 {
	font-size:11px !important;
}
.fs12 {
	font-size:12px !important;
}
.fs13 {
	font-size:13px !important;
}
.fs14 {
	font-size:14px !important;
}
.fs16 {
	font-size:16px !important;
}
.fs18 {
	font-size:18px !important;
}
.fs20 {
	font-size:20px !important;
}
.fs22 {
	font-size:22px !important;
}
.fs24 {
	font-size:24px !important;
}
.fs26 {
	font-size:26px !important;
}
.fs28 {
	font-size:28px !important;
}
.fs30 {
	font-size:30px !important;
}
/****** /font ******/