@charset "utf-8";
/*___________ common ___________ */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    margin: 0;
    padding: 0;
    text-align: left;
    margin: 0;
    font-family: "Lucida Grande",Meiryo,"メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
}
body {
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
	background-color: #f0feff;
	color:#333;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: bottom;
}
ul, ol, li {
    list-style: none;
}
table {
    border-spacing: 0;
    empty-cells: show;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }

/* ---------- wrapper ---------- */
#wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    position: relative;
}
#section .image {
	width: 450px;
	position: absolute;
	bottom: 0px;
	left: -60px;
	pointer-events: none;
}
/* ---------- header ---------- */
#header {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}
#header .contents {
    padding: 0px;
    width: 1000px;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#header .form_logo {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header .text {
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ---------- footer ---------- */
footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #8C8C8C;
	padding: 10px;
	margin-top: 0px;
	overflow: hidden;
}
footer .contents {
}
footer p {
	line-height: 16px;
	font-size: 65%;
	float: left;
	color: #ffffff;
	height: 32px;
}
footer .link {
	line-height: 16px;
	font-size: 65%;
	color: #ffffff;
}
footer .link a {
	color: #C0C0C0;
	text-decoration: none;
}
footer .pmark {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	width: 32px;
	margin-right: 10px;
    border-radius: 2px;
}
/* ---------- section ---------- */
#section {
    width:1000px;
    text-align: center;
	margin:0 auto 30px;
}
/* ---------- container ---------- */
#container {
    width: 600px;
    text-align: center;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0px;
	position: relative;
}
/* ---------- form ---------- */
.form_contents {
    margin: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.form_contents h2 {
    font-size: 120%;
    color: #3F7EC5;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
	font-family: "Lucida Grande",Meiryo,"メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
}
.step_title {
    line-height: 26px;
    padding-right: 25px;
    font-size: 110%;
    font-weight: bold;
    color: #7A7A7A;
    font-family: "Mplus 1p";
    padding-left: 115px;
    float: left;
}
.page_midashi {
	width:1000px;
	line-height: 26px;
	font-size: 110%;
	font-weight: bold;
	color: #7A7A7A;
	text-align: center;
	margin:15px auto;
}
.stepimg {
	background-color: #EBEBEB;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* ---------- チェックボックス ---------- */
#step1 {
}
#step1 .button-check {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#step1 .button-check td {
    width: 50%;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    text-align: center;
}
#step1 .button-check input[type="checkbox"] {
    display: none;
}
#step1 .button-check label {
    display: inline-block;
    color: #fff;
    background-color: #EFEFEF;
    border-radius: 5px;
    width: 100%;
    color: #555555;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 100%;
	vertical-align: top;
    font-weight: normal;
}
#step1 .button-check input[type="checkbox"]:checked + label {
    background-color: #00c2c9;
    color: #FFF;
}
#step1 .line-1 {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
/* ---------- チェックボックス ---------- */
#step2 {
}
#step2 .button-check {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#step2 .button-check td {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    text-align: center;
}
#step2 .button-check input[type="checkbox"] {
    display: none;
}
#step2 .button-check label {
    display: inline-block;
    color: #fff;
    background-color: #EFEFEF;
    border-radius: 5px;
    width: 100%;
    color: #555555;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 100%;
	vertical-align: top;
    font-weight: normal;
}
#step2 .button-check input[type="checkbox"]:checked + label {
    background-color: #00c2c9;
    color: #FFF;
}
#step2 .line-1 {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
/* ---------- 住所（ステップ3） ---------- */
#step3 {
}
.add_contents {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.add_contents .text {
	font-size: 100%;
	font-weight: bold;
	color: #5B5B5B;
	padding-bottom: 5px;
	text-align: center;
	padding-left: 40%;
}
.add_contents .number {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0px;
}
.add_contents .addarea {
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
}
.add_contents input[type=text] {
    outline: none;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
	margin-bottom:10px;
    border : 1px solid #858585;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	width: 98%;
}
.add_contents input[type=text]:focus {
    background-color: #FFEFF2;
}
.add_contents input[type=tel] {
    outline: none;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border : 1px solid #858585;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.add_contents input[type=tel]:focus {
    background-color: #FFEFF2;
}
.add_contents .number_no {
	font-size: 14px;
	display: block;
	background-image: none;
	border-style: none;
	background-color: rgba(255,0,0,0.0);
	/*background: url(img/icon.svg);*/
	background-size: 6% auto;
	background-repeat: no-repeat;
	background-position: 3px -1px;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.add_contents .pd {
    padding-bottom: 15px;
}
.add_contents select {
    font-size: 12pt;
    width: 99%;
    border: 1px solid #858585;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background-color: #FFF;
    padding-top: 9px;
    padding-bottom: 9px;
}
/* ---------- ステップ4 ---------- */
.step_4 {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
.step_4 .block {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.step_4 .text {
	font-size: 100%;
	padding-bottom: 5px;
	font-weight: bold;
	color: #858585;
	position: relative;
}
.step_4 .text span.hissu {
	color: #FF8989;
	border : 1px solid #FF8989;
	font-weight: normal;
	font-size: 80%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	overflow: hidden;
	margin-left: 10px;
	position: absolute;
	top: -1px;
}
.step_4 input[type=text] {
    outline: none;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
	margin-bottom:5px;
    border : 1px solid #858585;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
    width: 99%;
}
.step_4 input[type=text]:focus {
    background-color: #FFEFF2;
}
.step_4 select {
    font-size: 12pt;
    width: 100%;
    border: 1px solid #858585;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background-color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    background: url(img/arrow.svg);
    background-size: 7% auto;
    background-repeat: no-repeat;
    background-position: right;
}
/* ---------- ステップ5 ---------- */
.step_5 {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
.step_5 .block {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.step_5 .text {
	font-size: 100%;
	padding-bottom: 5px;
	font-weight: bold;
	color: #858585;
	position: relative;
}
.step_5 .text span.hissu {
	color: #FF8989;
	border : 1px solid #FF8989;
	font-weight: normal;
	font-size: 80%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	overflow: hidden;
	margin-left: 10px;
	position: absolute;
	top: -1px;
}
.step_5 input[type=tel] {
    outline: none;
    font-size: 17px;
    padding-top: 12px;
    padding-bottom: 13px;
    border : 1px solid #858585;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
    width: 99%;
}
.step_5 input[type=tel]:focus {
    background-color: #FFEFF2;
}
.step_5 input[type=email] {
    outline: none;
    font-size: 17px;
    padding-top: 12px;
    padding-bottom: 13px;
    border : 1px solid #858585;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
    width: 99%;
}
.step_5 input[type=email]:focus {
    background-color: #FFEFF2;
}
.step_5 select {
    font-size: 12pt;
    width: 100%;
    border: 1px solid #858585;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background-color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    background: url(img/arrow.svg);
    background-size: 7% auto;
    background-repeat: no-repeat;
    background-position: right;
}
/* ---------- エラー ---------- */
.error_message_0,
.error_message_1,
.error_message_1_1,
.error_message_1_2,
.error_message_2,
.error_message_2_1,
.error_message_2_2,
.error_message_3_1,
.error_message_3_2,
.error_message_3_3,
.error_message_4 {
    padding: 5px;
    background-color: #FFD7D7;
    color: #FF0004;
    font-size: 90%;
    border: 1px solid #FF0004;
    border-radius: 5px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    display: none;
}
/* ---------- ボタン（step1） ---------- */
.next_step_0 {
    width: 300px;
    height: 60px; 
    line-height: 60px;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
	background-color: #47B12B;
	background:url(img/arrow_btn2.svg) linear-gradient(to bottom, #5fba46 16%,#28a000 69%);
	background:url(img/arrow_btn2.svg) ,-webkit-linear-gradient(top, #5fba46 16%,#28a000 69%);
	background:url(img/arrow_btn2.svg) ,-moz-linear-gradient(top, #5fba46 16%, #28a000 69%);
	background-repeat: no-repeat;
	background-position: 90%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.next_step_0 a {
    color: #ffffff;
}
/* ---------- ボタン（step2） ---------- */
.next_step_1,
.next_step_2,
.next_step_3{
    width: 300px;
    height: 60px; 
    line-height: 60px;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
	background-color: #47B12B;
	background:url(img/arrow_btn2.svg) linear-gradient(to bottom, #5fba46 16%,#28a000 69%);
	background:url(img/arrow_btn2.svg) ,-webkit-linear-gradient(top, #5fba46 16%,#28a000 69%);
	background:url(img/arrow_btn2.svg) ,-moz-linear-gradient(top, #5fba46 16%, #28a000 69%);
	background-repeat: no-repeat;
	background-position: 90%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.next_step_1 a,
.next_step_2 a,
.next_step_3 a{
    color: #ffffff;
}
.previous_step_1,
.previous_step_2,
.previous_step_3{
    width: 80px;
    height: 60px; 
    line-height: 60px;
    text-align: center;
}
.previous_step_1 a,
.previous_step_2 a,
.previous_step_3 a{
    color: #BDBABA;
}
/* ---------- ボタン（step5） ---------- */
.finish_step_4 {
    width: 300px;
    height: 60px; 
    line-height: 60px;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
	background-color: #47B12B;
	background:url(img/arrow_btn2.svg) linear-gradient(to bottom, #5fba46 16%,#28a000 69%);
	background:url(img/arrow_btn2.svg) ,-webkit-linear-gradient(top, #5fba46 16%,#28a000 69%);
	background:url(img/arrow_btn2.svg) ,-moz-linear-gradient(top, #5fba46 16%, #28a000 69%);
	background-repeat: no-repeat;
	background-position: 90%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.finish_step_4 a{
    color: #ffffff;
}
.previous_step_4 {
    width: 80px;
    height: 60px; 
    line-height: 60px;
    text-align: center;
}
.previous_step_4 a{
    color: #BDBABA;
}
#container {
    position: relative;
}
#container .pmark {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999px;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


#reason {
	background-color:#fff;
	padding:30px 0;
}

.reasonIn {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.reasonIn h2 {
	text-align:center;
	margin-bottom:20px;
}
.reasonIn p { text-align:center;}
.reasonIn ul { overflow:hidden; margin-top:20px;}
.reasonIn li {
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 50%;
    border: #ccc 2px solid;
	float:left;
	margin-right:20px;
}
.reasonIn li:last-child { margin-right:0;}
.reasonIn li h3 {}
.reasonIn li h3 img {
    max-width: 60%;
	margin:-5px auto 5px;
	display:block;
}
.reasonIn li p {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.reasonIn li p span.em1 {
	font-weight:bold;
	color: #f86986;
}

.pr {
    background:#fff;
	padding-bottom:40px;
}

.pr_head img {
	max-width:100%;
}
.prIn {
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
.prIn h2 {
	text-align:center;
}
.pr-box li {
    border: 1px solid #ccc;
	border-radius:8px;
	background-color:#fff;
    padding: 20px;
    width:100%;
	margin-bottom:20px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
}
.pr-box li:last-child { margin-bottom:0;}
.pr-box li dl dt {
	font-size:36px;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
}
.pr-box li dl dt img {
	display:block;
	text-align:center;
	margin:0 auto 15px;
}
.pr-box li dl dd {
	font-size:20px;
}
.prIn .txt { float:; width:100%; margin:0 auto;}
.prIn .txt span.em1 {color: #f86986;}
.prIn .ph { float:left; width:410px; margin-top:15px;}
.prIn .ph img { max-width:100%;}

.formBlock {
	padding:40px 0;
	background-color:#fce4e4;
}
.formBlockIn {
	width:1000px;
	margin:0 auto;
}
.formBlockIn h2 { text-align:center;}
.formBlockIn p { text-align:center;} 
.btn-square {
  display: inline-block;
  padding: 1.2em 2em;
  text-decoration: none;
  background: #ff6e0d;
  color: #FFF;
  border-bottom: solid 4px #d05807;
  border-radius: 3px;
  font-size: 115%;
  margin-top:20px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

/* other-style
----------------------------------------------- */
.marker {
    padding: 0;
    background: linear-gradient(transparent 50%, #FFEB3B 50%) repeat scroll 0% 0% transparent;
    font-weight: bold;
}

.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }

.ML10 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.MRL-20 { margin-left: -20px !important;margin-right: -20px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }
