@charset "utf-8";

body,html{
  overflow-x: hidden;
}
div, p, h1, h2, h3, dl, dt, dd, img, ul, li {
	margin: 0;
	padding: 0;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'メイリオ',Meiryo,Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 1.1em;
	line-height: 1.4;
	color: #333;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

.pc {
	display: none !important;
}

.print {
	display: none !important;
}

#wrapper {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

/* =======================
		Header
========================= */

header {
	display: block;
	width: 100%;
	height: auto;
	background: #333333;
	text-align: center;
}
header img {
	padding: 12px 0 8px;
}


/* =======================
		Main Visual
========================= */

.mainvisual {
	width: 100%;
	height: 140px;
	background: url(../images/main_bg_sp.png) no-repeat top center;
	background-size: 100% 140px;
	text-align: center;
}
.mainvisual h1 {
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	padding-top: 52px;
}


/* =======================
		Container
========================= */

.container {
	width: 96%;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.container {
		width: 94%;
	}
}

.container .step {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.container .step ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 40px auto 35px;
	position: relative;
	display: block;
	text-align: center;
}
.container .step ul li {
	display: inline-block;
	width: 32%;
	font-size: 90%;
	background: url(../images/icon_arrow.png) no-repeat right center;
}
.container .step ul li:last-child {
	background-image: none;
}
.container .step ul li:last-child > span {
	width: 100%;
}
.container .step ul li > span {
	display: block;
	width: 90%;
	height: auto;
	padding: 10px 0;
	
	background-color: #E7E7E7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #E7E7E7;
}
.container .step ul li > span.current {
	background-color: #4A90E2 !important;
	color: #fff !important;
}
.container .step ul li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.container .step ul li {
		width: 29%;
		padding-right: 8px;
		font-size: 80%;
	}
}


.container .descript {
	display: block;
	margin: 0 auto 35px;
	font-size: 95%;
}
.container .descript p:first-child {
	padding-bottom: 25px;
}
.container .descript p > a {
	text-decoration: none;
	color: #4B9BC6;
}
.container .descript p > a:hover {
	border-bottom: 1px solid #4B9BC6;
}


/* --------- Form --------- */

form > h2 {
	font-size: 105%;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 10px 4%;
	background-color: #4A90E2;
}
.form-group {
	display: block;
	padding: 0;
}
.form-group dl {
	display: block;
	padding: 25px 0;
	border-bottom: 1px dashed #C8C8C8;
}
.form-group dl:last-child {
	border-bottom: none;
}
.form-group dl > dt {
	display: block;
	font-size: 95%;
	font-weight: bold;
	padding-bottom: 10px;
}
.form-group dl > dt > label > em {
	color: #4A90E2;
	padding-right: 3px;
}
.form-group dl > dd {
	display: block;
	font-size: 90%;
}
.form-group dl > dd.small {
	width: 100px;
	padding: 6px 14px;
	overflow: hidden;
}
.form-group dl > dd.cfm {
	display: block;
	font-size: 90%;
}
.form-group dl > dd > span > label.ins > input {
	width: 40px;
	padding: 10px 20px;
	overflow: hidden;
	font-size: 14px;
	vertical-align: top;
	margin: -6px 0 4px;
	background-color: #F6F3F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C8C8C8;
}
.form-group dl > dd > span.name {
	display: block;
	margin-bottom: 10px;
}
.form-group dl > dd > span.name:first-child {
	margin-bottom: 10px;
}
.form-group dl > dd > span.detail {
	font-size: 85%;
	margin: 10px 0 4px;
	display: block;
}
.form-group dl > dd > span.detail:first-child {
	margin: 0 0 10px;
}
.form-group dl > dd > span.detail:last-child {
	margin-bottom: 0;
}
.form-group dl > dd > span.txt-error {
	font-size: 85%;
	display: block;
	color: #CE372C;
}
.form-group dl > dd > input,
.form-group dl > dd > span > input {
	width: 94%;
	padding: 10px 15px;
	font-size: 100%;
	background-color: #F6F3F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C8C8C8;
}

.form-group dl > dt > span > input {
	width: 40%;
	padding: 10px 15px;
	font-size: 100%;
	background-color: #F6F3F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C8C8C8;
}

.form-group dl > dd > span > textarea {
	width: 94%;
	padding: 10px 15px;
	font-size: 100%;
	background-color: #F6F3F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C8C8C8;
}
.form-group dl > dd > span.vdn_error > input {
	width: 88% !important;
	background-color:rgba(206, 55, 44, 0.19);
	border-color: #CE372C;
}
.form-group dl > dd > span.vdn_error > texearea {
	width: 88% !important;
	background-color:rgba(206, 55, 44, 0.19);
	border-color: #CE372C;
}
.form-group dl > dd > span.vdn_okay > input {
	width: 88% !important;
	background-color:rgba(80, 227, 194, 0.33);
	border-color: #317365;
}
.form-group dl > dd > span.vdn_okay > textarea {
	width: 88% !important;
	background-color:rgba(80, 227, 194, 0.33);
	border-color: #317365;
}
.form-group dl > dd > span.name.vdn_error > input,
.form-group dl > dd > span.name.vdn_okay > input {
	width: 84% !important;
}
.form-group dl > dd > span > img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 2%;
}
.form-group dl > dd > span.mgR {
	margin-right: 4%;
}
.form-group dl > dd > span.mgR:last-child {
	margin-right: 0;
}
.form-group dl > dd > input.w6,
.form-group dl > dd > span > input.w6 {
	width: 6% !important;
	margin-right: 2%;
}
.form-group dl > dd > input.w11,
.form-group dl > dd > span > input.w11 {
	width: 10% !important;
	margin-right: 2%;
}
.form-group dl > dd > input.w15,
.form-group dl > dd > span > input.w15 {
	width: 10% !important;
	margin-right: 2%;
}
.form-group dl > dd > input.w60,
.form-group dl > dd > span > input.w60 {
	width: 60% ;
}
.form-group dl > dd > input.w80,
.form-group dl > dd > span > input.w80 {
	width: 90% ;
}
.form-group dl:after {
	content: "";
	clear: both;
	display: block;
}
.form-group input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.form-group input[type=checkbox].css-checkbox + label.css-label-cb {
	padding-left: 32px;
	margin-right: 10%;
	height: 25px; 
	display: inline-block;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.form-group input[type=checkbox].css-checkbox:checked + label.css-label-cb{
	background-position: 0 -25px;
}
.form-group label.css-label-cb {
	background-image: url(../images/icon_checkbox2.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form-group input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.form-group input[type=radio].css-checkbox + label.css-label {
	padding-left: 32px;
	margin-right: 10%;
	height: 25px; 
	display: inline-block;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.form-group input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -25px;
}
.form-group label.css-label {
	background-image: url(../images/icon_checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form-group .custom-select {
	width: 50% !important;
	height: auto;
	padding: 6px 4% 6px 2%;
	overflow: hidden;
	background: url(../images/icon_droparrow.png) no-repeat right #F6F3F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C8C8C8;
}
.form-group .custom-select select {
	width: 100%;
	background: transparent;
	padding: 5px;
	font-size: 95%;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: auto;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.btn-submit {
	text-align: center;
	padding: 20px 0 60px;
}
.btn-submit button {
	width: 96%;
	height: 60px;
	border: none;
	background-color: #F5A623;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 105%;
}
.btn-submit button:hover {
	cursor:pointer !important;
}
.btn-submit button.back {
	background-color: #C8C8C8 !important;
	margin-bottom: 20px;
}

.form-group span.vdn_okay {
	padding-right: 34px;
	background: url(../images/icon_okay.png) no-repeat 100% 50%;
}
.form-group span.vdn_error {
	padding-right: 34px;
	background: url(../images/icon_error.png) no-repeat 100% 50%;
}

@media screen and (max-width: 480px) {
	.form-group dl > dd > input,
	.form-group dl > dd > span > input {
		width: 89%;
	}
	.form-group dl > dd > span > textarea {
		width: 89%;
	}
/*
	.form-group dl > dd > span.vdn_error > input {
		width: 80% !important;
	}
	.form-group dl > dd > span.vdn_okay > input {
		width: 80% !important;
	}
	.form-group dl > dd > span.name.vdn_error > input,
	.form-group dl > dd > span.name.vdn_okay > input {
		width: 70% !important;
	}
*/
	.form-group dl > dd > input.w80,
	.form-group dl > dd > span > input.w80 {
		width: 79% ;
	}
	.form-group .custom-select {
		width: 93% !important;
	}
}

/* =======================
		Footer
========================= */

footer {
	background: #333333;
	text-align: center;
	color: #fff;
	padding: 25px 0;
	font-size: 85%;
}



/* =======================
		confirm.html
========================= */

#confirm .form-group dl > dd {
	display: block;
	font-size: 90%;
	padding-left: 2px;
}

#confirm .btn-submit button {
	width: 46%;
	height: 60px;
	display: inline-block;
	border: none;
	background-color: #F5A623;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 18px;
}
#confirm .btn-submit button:hover {
	cursor:pointer !important;
}
#confirm .btn-submit button.back {
	background-color: #C8C8C8 !important;
	margin-right: 3%;
}

@media screen and (max-width: 480px) {
	#confirm .btn-submit button {
		width: 96%;
	}
	#confirm .btn-submit button.back {
		margin-bottom: 20px;
		margin-right: 0;
	}
}



/* =======================
		thanks.html
========================= */

#thanks .container .descript {
	display: block;
	margin: 0 auto 35px;
	padding-left: 1.5%;
	font-size: 90%;
}
#thanks .container .descript p:first-child {
	padding-bottom: 25px;
}