@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 {
	background:#fff9f3;
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
*, *: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 h1{
	padding: 5px 10px;
	margin: 0px;
	text-align:center;
	background:#fff;
}
/* ---------- main ---------- */
.main {
	width:460px;
	margin:0 auto;
	padding: 0 0 10px;
}
@media screen and (max-width:480px) {
.main {
	width: 100%;
	margin:0 auto;
	padding: 0 0 10px;
}
}
/* ---------- point ---------- */
.point {
	width:460px;
	margin:10px auto 0;
	padding: 0 0 20px;
}
@media screen and (max-width:480px) {
.point {
	width: 100%;
	margin:0 auto;
	padding: 0 0 20px;
}
}
/* ---------- footer ---------- */
footer {
	background-color: #fff;
	padding: 10px 0;
	width: 100%;
	margin-top: auto;
}
footer p {
	text-align:center;
	font-size: 65%;
	line-height: 20px;
	color: #333333;
}
footer a {
	color:#333333;
	text-decoration: underline;
}
footer a:hover {
	text-decoration:none;
}
/* ---------- container ---------- */
#container {
	width:460px;
	margin:0 auto;
	padding: 0 0 20px;
	position:relative;
}
@media screen and (max-width:480px) {
#container {
	width: 95%;
	margin:0 auto;
	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: center;
	line-height: 20px;
	width:330px;
	margin:0 auto;
}
#step1 h2 span {
	font-size:12px;
}
#step1 h2.square {
	position: relative;
}
#step1 h2.square::before {
	position: absolute;
	top: 10%;
	left: 3%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #ff4277;
	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="checkbox"] {
	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: #ff4277;
	border: solid 1px #c2c2c2;
	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.2);
}
#step1 ul.button-check li.btn-1 label {
	background-image: url(../img/step1_icon_01.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 10%;
}
#step1 ul.button-check .btn-1 input[type="checkbox"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step1 ul.button-check li.btn-2 label {
	background-image: url(../img/step1_icon_02.png);
	background-repeat: no-repeat;
	background-size: 49%;
	background-position: 50% 10%;
}
#step1 ul.button-check .btn-2 input[type="checkbox"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step1 ul.button-check li.btn-3 label {
	background-image: url(../img/step1_icon_03.png);
	background-repeat: no-repeat;
	background-size: 51%;
	background-position: 50% 10%;
}
#step1 ul.button-check .btn-3 input[type="checkbox"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step1 ul.button-check li.btn-4 label {
	background-image: url(../img/step1_icon_04.png);
	background-repeat: no-repeat;
	background-size: 51%;
	background-position: 50% 10%;
}
#step1 ul.button-check .btn-4 input[type="checkbox"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step1 ul.button-check li.btn-5 label {
	background-image: url(../img/step1_icon_05.png);
	background-repeat: no-repeat;
	background-size: 51%;
	background-position: 50% 10%;
}
#step1 ul.button-check .btn-5 input[type="checkbox"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step1 ul.button-check li.btn-6 label {
	background-image: url(../img/step1_icon_06.png);
	background-repeat: no-repeat;
	background-size: 49%;
	background-position: 50% 10%;
}
#step1 ul.button-check .btn-6 input[type="checkbox"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step1 ul.button-check li.btn-7 label {
	background-image: url(../img/step1_icon_07.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 15%;
}
#step1 ul.button-check .btn-7 input[type="checkbox"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step1 ul.button-check li.btn-8 label {
	background-image: url(../img/step1_icon_08.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 50% 15%;
}
#step1 ul.button-check .btn-8 input[type="checkbox"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
/* ---------- step2 ---------- */
#step2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	margin: auto;
}
#step2 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: center;
	line-height: 20px;
	width:330px;
	margin:0 auto;
}
#step2 h2.square {
	position: relative;
}
#step2 h2.square::before {
	position: absolute;
	top: 10%;
	left: 23%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #ff4277;
	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="radio"] {
	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: #ff4277;
	border: solid 1px #c2c2c2;
	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.2);
}
#step2 ul.button-check li.btn-1 label {
	background-image: url(../img/step2_icon_01.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 20%;
}
#step2 ul.button-check .btn-1 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step2 ul.button-check li.btn-2 label {
	background-image: url(../img/step2_icon_02.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 20%;
}
#step2 ul.button-check .btn-2 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step2 ul.button-check li.btn-3 label {
	background-image: url(../img/step2_icon_03.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 10%;
}
#step2 ul.button-check .btn-3 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step2 ul.button-check li.btn-4 label {
	background-image: url(../img/step2_icon_04.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 10%;
}
#step2 ul.button-check .btn-4 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step2 ul.button-check li.btn-5 label {
	background-image: url(../img/step2_icon_05.png);
	background-repeat: no-repeat;
	background-size: 17%;
	background-position: 18% 40%;
	width: 314px;
	height: 75px;
	line-height: 75px;
}
#step2 ul.button-check .btn-5 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
/* ---------- step3 ---------- */
#step3 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	margin: auto;
}
#step3 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: center;
	line-height: 20px;
	width:330px;
	margin:0 auto;
}
#step3 h2.square {
	position: relative;
}
#step3 h2.square::before {
	position: absolute;
	top: 10%;
	left: 10%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #ff4277;
	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: #ff4277;
	border: solid 1px #c2c2c2;
	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.2);
}
#step3 ul.button-check li.btn-1 label {
	background-image: url(../img/step3_icon_01.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 20%;
}
#step3 ul.button-check .btn-1 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step3 ul.button-check li.btn-2 label {
	background-image: url(../img/step3_icon_02.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 20%;
}
#step3 ul.button-check .btn-2 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step3 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%;
}
#step3 ul.button-check .btn-3 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step3 ul.button-check li.btn-4 label {
	background-image: url(../img/step3_icon_04.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50% 20%;
}
#step3 ul.button-check .btn-4 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
#step3 ul.button-check li.btn-5 label {
	background-image: url(../img/step3_icon_05.png);
	background-repeat: no-repeat;
	background-size: 17%;
	background-position: 5% 40%;
	width: 314px;
	height: 75px;
	line-height: 75px;
}
#step3 ul.button-check .btn-5 input[type="radio"]:checked + label {
	background-color: #ffedf2;
	border: solid 1px #ff4277;
	color: #ff4277;
}
/* ---------- step4 ---------- */
#step4 {
	margin: auto;
	padding: 0px 0px 15px 0px;
	width: 100%;
}
#step4 p.private {
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
#step4 h2 {
	font-size: 100%;
	color: #6B6B6B;
	text-align: center;
	line-height: 20px;
	width:330px;
	margin:0 auto;
}
#step4 h2.square {
	position: relative;
}
#step4 h2.square::before {
	position: absolute;
	top: 10%;
	left: 22%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #ff4277;
	content: "";
}
#step4 .add_contents {
	width:75%;
	margin:0 auto;
	padding-bottom: 0px;
}
#step4 .add_contents .text {
	color: #5B5B5B;
	text-align: center;
	width: 35%;
}
#step4 .add_contents .number {
	margin:0;
	padding:0;
}
#step4 .add_contents .addarea {
	margin: 0px;
	padding-bottom: 0px;
	display: none;
}
#step4 .add_contents .text2 {
	color: #5B5B5B;
	text-align: left;
	width: 100%;
}
#step4 .add_contents input[type=text] {
	width: 100%;
	outline: none;
	font-size: 20px;
	padding:10px;
	background-color:#ffedf2;
	border : 1px solid #ff4277;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
#step4 .add_contents input[type=text]:focus {
	background-color: #ffedf2;
}
#step4 .add_contents input[type=text]::-moz-placeholder {
 font-size: 80%;
 color: #999999;
 font-weight: normal;
}
#step4 .add_contents input[type=text]::-webkit-input-placeholder {
 font-size: 80%;
 color: #999999;
 font-weight: normal;
}
#step4 .add_contents input[type=text]:-ms-input-placeholder {
 font-size: 80%;
 color: #999999;
 font-weight: normal;
}
#step4 .add_contents input[type=tel] {
	width: 100%;
	outline: none;
	font-size: 20px;
	background: #ffedf2 url(../img/ico_zip.png) center left 4px no-repeat;
	background-size: 30px;
	padding:10px 10px 10px 40px;
	margin-top:10px;
	border : 1px solid #ff4277;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
#step4 .add_contents input[type=tel]:focus {
	background-color: #ffedf2;
}
#step4 .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;
}
#step4 .add_contents .pd {
	padding: 10px 0px 15px 0px;
	width: 100%;
}
#step4 .add_contents select {
	font-size: 14pt;
	width: 100%;
	border : 1px solid #ff4277;
	background: #ffedf2 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;
}
#step4 .add_contents select:focus {
	background-color: #ffedf2;
}
#step4 .comment {
	color: #5F5F5F;
	text-align: center;
}
/* ---------- 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: center;
	line-height: 20px;
	width:330px;
	margin:0 auto;
}
#step5 h2#step5_1.square,
#step5 h2#step5_2.square {
	position: relative;
}
#step5 h2#step5_1.square::before {
	position: absolute;
	top: 10%;
	left: 36%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #ff4277;
	content: "";
}
#step5 h2#step5_2.square::before {
	position: absolute;
	top: 10%;
	left: 34%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #ff4277;
	content: "";
}
.step_5_contents {
	width:75%;
	margin:0 auto;
	padding-bottom: 0px;
}
.step_5_contents .block {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.step_5_contents input[type=text] {
	width: 100%;
	outline: none;
	font-size: 20px;
	background-size: 30px;
	background-color:#ffedf2;
	padding:10px;
	margin-top:10px;
	border : 1px solid #ff4277;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.step_5_contents input[type=text]:focus {
	background-color: #ffedf2;
}
.step_5_contents input[type=tel] {
	width: 100%;
	outline: none;
	font-size: 20px;
	background: #ffedf2 url(../img/year.png) center left 4px no-repeat;
	background-size: 40px;
	padding:10px 10px 10px 60px;
	margin-top:10px;
	border : 1px solid #ff4277;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
.step_5_contents input[type=tel]:focus {
	background-color: #ffedf2;
}
.step_5_contents select {
	font-size: 14pt;
	width: 100%;
	border : 1px solid #ff4277;
	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_5_contents p {
	font-size:12px;
}
/* ---------- 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: center;
	line-height: 20px;
	width:330px;
	margin:0 auto;
}
#step6 h2#step6_1.square,
#step6 h2#step6_2.square {
	position: relative;
}
#step6 h2#step6_1.square::before {
	position: absolute;
	top: 10%;
	left: 28%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #ff4277;
	content: "";
}
#step6 h2#step6_2.square::before {
	position: absolute;
	top: 10%;
	left: 20%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-radius:3px;
	background: #ff4277;
	content: "";
}
.step_6_contents {
	width:75%;
	margin:0 auto;
	padding-bottom: 0px;
}
.step_6_contents .block {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#step6 h2 span.required {
	color: #FF8989;
	border: 1px solid #FF8989;
	font-weight: normal;
	font-size: 70%;
	padding:0 5px;
	margin-left: 5px;
}
#step6 h2 span.optional {
	color: #55b8d5;
	border: 1px solid #55b8d5;
	font-weight: normal;
	font-size: 70%;
	padding:0 5px;
	margin-left: 10px;
}
.step_6_contents input[type=tel] {
	width: 100%;
	outline: none;
	font-size: 20px;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	background-color:#ffedf2;
	border : 1px solid #ff4277;
	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: #ffedf2;
}
.step_6_contents input[type=email] {
	width: 100%;
	outline: none;
	font-size: 20px;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	background-color:#ffedf2;
	border : 1px solid #ff4277;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	opacity: 0.7;
}
.step_6_contents input[type=email]:focus {
	background-color: #ffedf2;
}
/* ---------- エラー ---------- */
.error_message_0, .error_message_1, .error_message_2, .error_message_3_1, .error_message_3_2, .error_message_3_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_2_1, .error_message_2_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;
}
.error_message_5 {
	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: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ff4277;
	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: 220px;
	height: 50px;
	line-height: 50px;
	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: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ff4277;
	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: 220px;
	height: 50px;
	line-height: 50px;
	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: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ff4277;
	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: 220px;
	height: 50px;
	line-height: 50px;
	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: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ff4277;
	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: 220px;
	height: 50px;
	line-height: 50px;
	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: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ff4277;
	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: 220px;
	height: 50px;
	line-height: 50px;
	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） ---------- */
.finish_step_5 {
	width: 220px;
	height: 50px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	background-color: #ff4277;
	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_5 a {
	color: #fff;
}
/* ---------- 非アクティブ ---------- */
.finish_step_5_off {
	width: 220px;
	height: 50px;
	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_5_off a {
	color: #fff;
}
.cvtext {
	font-size: 60%;
	display:block;
	margin-top:8px;
}
.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_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:#fff;
	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%, #f8ffbb 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;
}
