@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: #f9f8f4;
}
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;
}
/* ---------- 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: #383948; */
    background-color: #efffff;
}
#header .contents {
    padding: 0px;
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .form_logo {
	float: left;
	padding: 0px;
	margin: 5px 0;
}
#header .text {
	float: right;
	padding: 0px;
	margin: 5px 0;
}
/* ---------- 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%;
	float: right;
	color: #ffffff;
	text-align: right;
}
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-right: auto;
    margin-left: auto;
}
/* ---------- 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;
	/* height: 500px; */
}
.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 {
	line-height: 26px;
	font-size: 110%;
	font-weight: bold;
	color: #7A7A7A;
	font-family: "Mplus 1p";
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.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: 96%;
    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: #005EAA;
    color: #FFF;
}
#step1 .line-1 {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
}
.line-2 {
    font-size: 11px;
}
/* ---------- チェックボックス ---------- */
#step2 {
}
#step2 .button-check {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#step2 .button-check td {
    width: 50%;
    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: 96%;
    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: #005EAA;
    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;
    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;
    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_2,
.error_message_2_1,
.error_message_2_2,
.error_message_3_1,
.error_message_3_2,
.error_message_4,
.error_message_4_2 {
    padding: 5px;
    background-color: #FFD7D7;
    color: #FF0004;
    font-size: 90%;
    border: 1px solid #FF0004;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
    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;
}