@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: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
body {
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background:#f2fbfc;
}
*, *: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;
}
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;
	max-width:100%;
	vertical-align: bottom;
}
ul, ol, li {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
/* ---------- wrapper ---------- */
#wrapper {
	width: 100%;
	margin:0 auto;
}
/* ---------- header ---------- */
header {
	background:#fff;
	padding:10px 0 0;
	overflow:hidden;
}
.headerIn {
	width:460px;
	margin:0 auto;
	padding:0 10px;
	overflow:hidden;
}
.headerIn h1 {
	padding: 0px;
	margin: 0 0 5px;
	float:left;
	width:48%;
	text-align:center;
}
.headerIn .tel {
	float:right;
	width:30%;
	margin-top:15px;
}
header .lead {
	background-color:#ffecf4;
	padding:5px 10px;
}
header .lead p {
	margin:0 auto;
	display:block;
	line-height:1em;
}
@media screen and (max-width:480px) {
.headerIn {
	width:95%;
	margin:0 auto;
}
header .lead p {
	width:95%;
}
}
/* ---------- main ---------- */
#main {
	width:460px;
	margin:0 auto;
	padding:0;
	position:relative;
}
@media screen and (max-width:480px) {
#main {
	width: 95%;
	margin:10px auto;
}
}
/* ---------- footer ---------- */
footer {
	padding:0;
	width: 100%;
	margin-top: auto;
	position:relative;
}
footer p.copy {
	background-color: #6dd0d8;
	color:#fff;
	text-align:center;
	font-size: 65%;
	line-height: 20px;
	position:relative;
}
footer a {
	color:#fff;
	text-decoration: underline;
}
footer a:hover {
	text-decoration:none;
}
.f_character {
	display:flex;
	justify-content:space-between;
	background-color:#f2fbfc;
}
.f_character li {
	margin:0 2%;
}
.f_navi {
	background-color: #6dd0d8;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size:11px;
	padding:10px 0;
}
.f_navi li {
	margin:0 1%;
}
.f_date {
	position:absolute;
	bottom:50px;
	right:70px;
}
.balloon1-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:2px;
	background: #f4adc9;
	border-radius:7px;
}
.balloon1-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #f4adc9;
}
.balloon1-right p {
	margin: 0;
	padding: 0;
}
.modal {
	display: none;
	position: fixed;
	z-index: 8887;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 1s ease-in-out;
}
.modal-content {
	background: #FFF;
	overflow-y: auto;
	padding: 20px 40px;
	width: 90%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 400px;
	animation: show 0.6s linear 0s;
	filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
	display: inline-block;
	position: absolute;
	right: 2px;
	top: 5px;
}
.modal-close {
	color: #111;
	text-decoration: none;
	font-size: 2rem;
	line-height: 1;
	padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
	text-decoration: none;
	cursor: pointer;
}
@keyframes show {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.kiyaku {
	color:#111 !important;
	font-size:12px;
}
.kiyaku p {
	margin-bottom:15px;
}
.kiyaku p.c-kiyakutitle {
	padding: 1em;
	border-left:3px solid #6dd0d8;
	background: #f2fbfc;
	margin-bottom:15px;
}
.kiyaku p.c-kiyakutitle2 {
	position: relative;
	text-align: center;
	padding: 1em;
	font-size:16px;
}
.kiyaku p.c-kiyakutitle2::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: #6dd0d8;
}
.kiyaku ul {
	margin-bottom:15px;
}
/* ---------- container ---------- */
#container {
	width:460px;
	margin:0 auto;
	padding: 0 0 20px;
	position:relative;
}
@media screen and (max-width:480px) {
#container {
	width: 100%;
	margin:0 auto 40px;
	padding: 0 0 20px;
}
}
/* ---------- form ---------- */

.step_title {
	float: left;
	line-height: 20px;
	padding-right: 20px;
	font-size: 90%;
	padding-left: 30px;
	font-weight: bold;
	color: #E7E7E7;
}
.stepimg {
	text-align: center;
	display: block;
	margin:10px 0 20px 0;
}
.hand {
	width: 46px;
	position: absolute;
	top: 15px;
	opacity: 0.8;
	animation: moveX 1.2s linear 0s infinite;
	-ms-animation: moveX 1.2s infinite alternate linear;
	-webkit-animation: moveX 1.2s infinite alternate linear;
	-moz-animation: moveX 1.2s infinite alternate linear;
	transition: 0.3s;
	z-index: 100;
}
@keyframes moveX {
 0%, 100% {
transform: translate(0, 0) scale(1);
}
 50% {
transform: translate(-15px, 0) scale(1.08);
}
}
@-ms-keyframes moveX {
 0%, 100% {
transform: translate(0, 0) scale(1);
}
 50% {
transform: translate(-15px, 0) scale(1.08);
}
}
@-webkit-keyframes moveX /* Safari and Chrome */ {
 0%, 100% {
transform: translate(0, 0) scale(1);
}
 50% {
transform: translate(-15px, 0) scale(1.08);
}
}
@-moz-keyframes moveX /* Firefox */ {
 0%, 100% {
transform: translate(0, 0) scale(1);
}
 50% {
transform: translate(-15px, 0) scale(1.08);
}
}
/* ---------- step1 ---------- */
#step1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	margin: auto;
}
#step1 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: left;
	line-height: 20px;
	width:330px;
	margin:0 auto;
	padding-left:20px;
}
#step1 h2 span {
	font-size:12px;
}
#step1 h2.square {
	position: relative;
}
#step1 h2.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
#step1 ul.button-check {
	margin:0 auto;
	text-align:center;
}
#step1 ul.button-check li {
	margin: 2%;
	text-align: center;
	display: inline-block;
}
#step1 ul.button-check li input[type="radio"] {
	display: none;
}
#step1 ul.button-check li label {
	margin: auto;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-weight: bold;
	color: #333333;
	display: inline-block;
	width: 170px;
	height: 80px;
	border-radius: 10px;
	text-align:center;
	line-height: 80px;
	vertical-align: middle;
	background-color:#fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#step1 ul.button-check li.btn-1 label {
	background-image: linear-gradient(0deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
	color:#fff;
}
#step1 ul.button-check .btn-1 input[type="radio"]:checked + label {
	background-color: #F4387E;
	color: #FFF;
}
#step1 ul.button-check li.btn-2 label {
	background-image: linear-gradient(0deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
	color:#fff;
}
#step1 ul.button-check .btn-2 input[type="checkbox"]:checked + label {
	background-color: #F4387E;
	color: #FFF;
}
/* ---------- step2 ---------- */
#step2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	margin: auto;
}
#step2 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: left;
	line-height: 20px;
	width:330px;
	margin:0 auto;
	padding-left:20px;
}
#step2 h2 span {
	font-size:12px;
}
#step2 h2.square {
	position: relative;
}
#step2 h2.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
#step2 ul.button-check {
	margin:0 auto;
	text-align:center;
}
#step2 ul.button-check li {
	margin: 2%;
	text-align: center;
	display: inline-block;
}
#step2 ul.button-check li input[type="checkbox"] {
	display: none;
}
#step2 ul.button-check li label {
	margin: auto;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-weight: bold;
	color: #333333;
	border: solid 1px #333333;
	display: inline-block;
	width: 150px;
	height: 105px;
	border-radius: 10px;
	text-align:center;
	line-height: 170px;
	vertical-align: middle;
	background-color:#fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#step2 ul.button-check li.btn-1 label {
	background-image: url(../img/step1_icon_01.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 10%;
}
#step2 ul.button-check .btn-1 input[type="checkbox"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step2 ul.button-check li.btn-2 label {
	background-image: url(../img/step1_icon_02.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 10%;
}
#step2 ul.button-check .btn-2 input[type="checkbox"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step2 ul.button-check li.btn-3 label {
	background-image: url(../img/step1_icon_03.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 10%;
}
#step2 ul.button-check .btn-3 input[type="checkbox"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step2 ul.button-check li.btn-4 label {
	background-image: url(../img/step1_icon_04.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 10%;
}
#step2 ul.button-check .btn-4 input[type="checkbox"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step2 ul.button-check li.btn-5 label {
	background-image: url(../img/step1_icon_05.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 10%;
}
#step2 ul.button-check .btn-5 input[type="checkbox"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step2 ul.button-check li.btn-6 label {
	background-image: url(../img/step1_icon_06.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 10%;
}
#step2 ul.button-check .btn-6 input[type="checkbox"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step2 ul.button-check li.btn-7 label {
	background-image: url(../img/step1_icon_07.png);
	background-repeat: no-repeat;
	background-size: 17%;
	background-position: 25% 40%;
	width: 323px;
	height: 75px;
	line-height: 75px;
}
#step2 ul.button-check .btn-7 input[type="checkbox"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
/* ---------- step3 ---------- */
#step3 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	margin: auto;
}
#step3 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: left;
	line-height: 20px;
	width:330px;
	margin:0 auto;
	padding-left:20px;
}
#step3 h2.square {
	position: relative;
}
#step3 h2.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
#step3 ul.button-check {
	margin:0 auto;
	text-align:center;
}
#step3 ul.button-check li {
	margin: 2%;
	text-align: center;
	display: inline-block;
}
#step3 ul.button-check li input[type="radio"] {
	display: none;
}
#step3 ul.button-check li label {
	margin: auto;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-weight: bold;
	color: #333333;
	border: solid 1px #333333;
	display: inline-block;
	width: 150px;
	height: 105px;
	border-radius: 10px;
	text-align:center;
	line-height: 170px;
	vertical-align: middle;
	background-color:#fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#step3 ul.button-check li.btn-1 label {
	background-image: url(../img/step2_icon_01.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 20%;
}
#step3 ul.button-check .btn-1 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step3 ul.button-check li.btn-2 label {
	background-image: url(../img/step2_icon_02.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 20%;
}
#step3 ul.button-check .btn-2 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step3 ul.button-check li.btn-3 label {
	background-image: url(../img/step2_icon_03.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 20%;
}
#step3 ul.button-check .btn-3 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step3 ul.button-check li.btn-4 label {
	background-image: url(../img/step2_icon_04.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 20%;
}
#step3 ul.button-check .btn-4 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step3 ul.button-check li.btn-5 label {
	background-image: url(../img/step2_icon_05.png);
	background-repeat: no-repeat;
	background-size: 17%;
	background-position: 25% 40%;
	width: 323px;
	height: 75px;
	line-height: 75px;
}
#step3 ul.button-check .btn-5 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
/* ---------- step4 ---------- */
#step4 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	margin: auto;
}
#step4 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: left;
	line-height: 20px;
	width:330px;
	margin:0 auto;
	padding-left:20px;
}
#step4 h2.square {
	position: relative;
}
#step4 h2.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
#step4 ul.button-check {
	margin:0 auto;
	text-align:center;
}
#step4 ul.button-check li {
	margin: 2%;
	text-align: center;
	display: inline-block;
}
#step4 ul.button-check li input[type="radio"] {
	display: none;
}
#step4 ul.button-check li label {
	margin: auto;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-weight: bold;
	color: #333333;
	border: solid 1px #333333;
	display: inline-block;
	width: 150px;
	height: 105px;
	border-radius: 10px;
	text-align:center;
	line-height: 170px;
	vertical-align: middle;
	background-color:#fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#step4 ul.button-check li.btn-1 label {
	background-image: url(../img/step3_icon_01.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 20%;
}
#step4 ul.button-check .btn-1 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step4 ul.button-check li.btn-2 label {
	background-image: url(../img/step3_icon_02.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 20%;
}
#step4 ul.button-check .btn-2 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step4 ul.button-check li.btn-3 label {
	background-image: url(../img/step3_icon_03.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 20%;
}
#step4 ul.button-check .btn-3 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step4 ul.button-check li.btn-4 label {
	background-image: url(../img/step3_icon_04.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 20%;
}
#step4 ul.button-check .btn-4 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
#step4 ul.button-check li.btn-5 label {
	background-image: url(../img/step3_icon_05.png);
	background-repeat: no-repeat;
	background-size: 17%;
	background-position: 7% 40%;
	width: 323px;
	height: 75px;
	line-height: 75px;
}
#step4 ul.button-check .btn-5 input[type="radio"]:checked + label {
	background-color: #F4387E;
	border: solid 1px #F4387E;
	color: #FFF;
}
/* ---------- step5 ---------- */
#step5 {
	margin: auto;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
#step5 p.private {
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
#step5 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: left;
	line-height: 20px;
	width:350px;
	margin:0 auto;
	padding-left:20px;
}
#step5 h2.square {
	position: relative;
}
#step5 h2.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
#step5 .add_contents {
	width:350px;
	margin:0 auto;
	padding-bottom: 0px;
}
#step5 .add_contents .text {
	color: #5B5B5B;
	text-align: center;
	width: 35%;
}
#step5 .add_contents .number {
	margin:0 auto;
	padding:0;
}
#step5 .add_contents .addarea {
	margin:0 auto;
	padding-bottom: 0px;
}
#step5 .add_contents .text2 {
	color: #5B5B5B;
	text-align: left;
	width: 100%;
}
#step5 .add_contents input[type=text] {
	width: 100%;
	outline: none;
	font-size: 20px;
	padding:15px 10px 15px 10px;
	background-color:#fff;
	border : 1px solid #333333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
#step5 .add_contents input[type=text]:focus {
	background-color: #fff;
}
#step5 .add_contents input[type=text]::-moz-placeholder {
 font-size: 80%;
 color: #999999;
 font-weight: normal;
}
#step5 .add_contents input[type=text]::-webkit-input-placeholder {
 font-size: 80%;
 color: #999999;
 font-weight: normal;
}
#step5 .add_contents input[type=text]:-ms-input-placeholder {
 font-size: 80%;
 color: #999999;
 font-weight: normal;
}
#step5 .add_contents input[type=tel] {
	width: 100%;
	outline: none;
	font-size: 20px;
	background: #fff url(../img/ico_zip.png) center left 4px no-repeat;
	background-size: 30px;
	padding:15px 10px 15px 40px;
	margin-top:10px;
	border : 1px solid #6dd0d8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
#step5 .add_contents input[type=tel]:focus {
	background-color: #ffffea;
}
#step5 .add_contents .number_no {
	font-size: 14px;
	display: block;
	background-image: none;
	border-style: none;
	background-color:#F8F8F8;
	text-align: center;
	margin: 10px 0;
	padding:5px;
}
#step5 .add_contents .pd {
	padding: 10px 0px 15px 0px;
	width: 100%;
}
#step5 .add_contents select {
	font-size: 14pt;
	width: 100%;
	border : 1px solid #6dd0d8;
	background: #fff url('../img/ico_arrow.png') no-repeat 97% center;
	background-size:18px !important;
	padding:15px 10px 15px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
}
#step5 .add_contents select:focus {
	background-color: #fff;
}
#step5 .comment {
	color: #5F5F5F;
	text-align: center;
}
/* ---------- step6 ---------- */
#step6 {
	margin: auto;
	padding: 0px 0px 15px 0px;
	width:100%;
}
#step6 p.private {
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
#step6 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: left;
	line-height: 20px;
	width:350px;
	margin:0 auto;
	padding-left:20px;
}
#step6 h2#step6_1.square, #step6 h2#step6_2.square {
	position: relative;
}
#step6 h2#step6_1.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
#step6 h2#step6_2.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
.step_6_contents {
	margin:0 auto;
	padding-bottom: 0px;
	width:350px;
}
.step_6_contents .block {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.step_6_contents input[type=text] {
	width:100%;
	outline: none;
	font-size: 20px;
	background-size: 30px;
	background-color:#fff;
	padding:15px 10px 15px 10px;
	margin-top:10px;
	border : 1px solid #6dd0d8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.step_6_contents input[type=text]:focus {
	background-color: #ffffea;
}
.step_6_contents input[type=tel] {
	width:100%;
	outline: none;
	font-size: 20px;
	background: #fff url(../img/year.png) center left 4px no-repeat;
	background-size: 40px;
	padding:15px 10px 15px 60px;
	margin-top:10px;
	border : 1px solid #6dd0d8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.step_6_contents input[type=tel]:focus {
	background-color: #ffffea;
}
.step_6_contents select {
	font-size: 14pt;
	width: 100%;
	border : 1px solid #F4387E;
	background: rgba(255, 255, 255, .8) url('../img/ico_arrow.png') no-repeat 97% center;
	background-size:18px !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	padding:10px;
}
.step_6_contents p {
	font-size:12px;
}
/* ---------- step7 ---------- */
#step7 {
	margin: auto;
	padding: 0px 0px 15px 0px;
	width:100%;
}
#step7 p.private {
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
#step7 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: left;
	line-height: 20px;
	width:350px;
	margin:0 auto;
	padding-left:20px
}
#step7 h2#step7_1.square, #step7 h2#step7_2.square {
	position: relative;
}
#step7 h2#step7_1.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
#step7 h2#step7_2.square::before {
	position: absolute;
	top: 18%;
	left: 1%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #6dd0d8;
	content: "";
}
.step_7_contents {
	margin:0 auto;
	padding-bottom: 0px;
	width:350px;
}
.step_7_contents .block {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#step7 h2 span.required {
	color: #FF8989;
	border: 1px solid #FF8989;
	font-weight: normal;
	font-size: 70%;
	padding:0 5px;
	margin-left: 5px;
}
#step7 h2 span.optional {
	color: #55b8d5;
	border: 1px solid #55b8d5;
	font-weight: normal;
	font-size: 70%;
	padding:0 5px;
	margin-left: 10px;
}
.step_7_contents input[type=tel] {
	width: 100%;
	outline: none;
	font-size: 20px;
	padding:15px 10px 15px 10px;
	margin-top:10px;
	background-color:#fff;
	border : 1px solid #6dd0d8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.step_7_contents input[type=tel]:focus {
	background-color: #ffffea;
}
.step_7_contents input[type=email] {
	width: 100%;
	outline: none;
	font-size: 20px;
	padding:15px 10px 15px 10px;
	margin-top:10px;
	background-color:#fff;
	border : 1px solid #6dd0d8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.step_7_contents input[type=email]:focus {
	background-color: #ffffea;
}
/* ---------- エラー ---------- */
.error_message_0, .error_message_1, .error_message_2, .error_message_3 {
	padding: 5px;
	background-color: #FFD7D7;
	color: #FF0004;
	font-size: 90%;
	border: 1px solid #FF0004;
	border-radius: 5px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	display: none;
}
.error_message_5_1, .error_message_5_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: 10px;
	display: none;
}
.error_message_6 {
	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: 10px;
	display: none;
}
.error_message_4_1, .error_message_4_2, .error_message_4_3 {
	padding: 5px;
	background-color: #FFD7D7;
	color: #FF0004;
	font-size: 90%;
	border: 1px solid #FF0004;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	display: none;
}
/* ---------- ボタン（step1） ---------- */
.next_step_0 {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #37b1e6;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_0 a {
	color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_0_off {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_0_off a {
	color: #fff;
}
/* ---------- ボタン（step2） ---------- */
.next_step_1 {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #37b1e6;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_1 a {
	color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_1_off {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_1_off a {
	color: #fff;
}
/* ---------- ボタン（step3） ---------- */
.next_step_2 {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #37b1e6;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_2 a {
	color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_2_off {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_2_off a {
	color: #fff;
}
/* ---------- ボタン（step4） ---------- */
.next_step_3 {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #37b1e6;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_3 a {
	color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_3_off {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_3_off a {
	color: #fff;
}
/* ---------- ボタン（step5） ---------- */
.next_step_4 {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #37b1e6;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_4 a {
	color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_4_off {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_4_off a {
	color: #fff;
}
/* ---------- ボタン（step6） ---------- */
.next_step_5 {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #37b1e6;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_5 a {
	color: #fff;
}
/* ---------- 非アクティブ ---------- */
.next_step_5_off {
	width: 270px;
	height: 60px;
	line-height: 60px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.next_step_5_off a {
	color: #fff;
}
/* ---------- ボタン（step7） ---------- */
.finish_step_6 {
	width: 280px;
	height: 65px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ff9a24;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.finish_step_6 a {
	color: #fff;
}
/* ---------- 非アクティブ ---------- */
.finish_step_6_off {
	width: 280px;
	height: 65px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
	background-image:url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size:15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.finish_step_6_off a {
	color: #fff;
}
.cvtext {
	font-size: 60%;
	display:block;
	margin-top:15px;
}
.cvtext2 {
}
/* ---------- 戻るボタン ---------- */
.previous_step_1 {
	width: 36px;
}
.previous_step_1 a {
	color: #A6A6A6;
	margin-top: 20px;
}
.previous_step_2 {
	width: 36px;
}
.previous_step_2 a {
	color: #A6A6A6;
	margin-top: 20px;
}
.previous_step_3 {
	width: 36px;
}
.previous_step_3 a {
	color: #A6A6A6;
	margin-top: 20px;
}
.previous_step_4 {
	width: 36px;
}
.previous_step_4 a {
	color: #A6A6A6;
	margin-top: 20px;
}
.previous_step_5 {
	width: 36px;
}
.previous_step_5 a {
	color: #A6A6A6;
	margin-top: 20px;
}
.previous_step_6 {
	width: 36px;
}
.previous_step_6 a {
	color: #A6A6A6;
	margin-top: 20px;
}
.previous_step_1_off, .previous_step_2_off, .previous_step_3_off, .previous_step_4_off, .previous_step_5_off {
	width: 36px;
}
.previous_step_1_off a, .previous_step_2_off a, .previous_step_3_off a, .previous_step_4_off a, .previous_step_5_off a {
	color: #A6A6A6;
	margin-top: 20px;
}
/* ---------- 背景 ---------- */
/*.step_1bg {
    background-image: url(../img/bg_step_1_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
.step_2bg {
    background-image: url(../img/bg_step_2_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
.step_3bg {
    background-image: url(../img/bg_step_3_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
.step_4bg {
    background-image: url(../img/bg_step_4_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
.step_5bg {
    background-image: url(../img/bg_step_5_v1.jpg);
    background-position: center top;
    background-size: 100%;
}
*/

#thanks {
	width:90%;
	margin:0 auto;
}
#thanks h2 {
	margin:30px 0;
}
#thanks .box {
	padding:20px;
	background-color:#F8F8F8;
	font-size:14px;
}
/* other-style
----------------------------------------------- */
.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.color-red {
	color: #dd0000;
}
.font12 {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
}
.font-en {
	font-family:"Times New Roman", serif;
	font-size: large;
}
.lineheight2 {
	line-height: 2.0;
}
.marker {
	padding: 0;
	background: linear-gradient(transparent 50%, #ffe500 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;
}
.main {
	margin-bottom:20px;
}
