@charset "utf-8";

header, footer, div, p, h1, h2, h3, dl, dt, dd, img, ul, li {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;

	background: #fff;

	color: #333;
	font-family: 'メイリオ',Meiryo,Helvetica, Arial, Trebuchet MS, Verdana;
}

.sp {
	display: none !important;
}


/* =======================
		Header
========================= */

header {
	display: block;
	width: 100%;
	height: 70px;
	background: #333333;
	text-align: center;
}
header img {
	margin-top: 7px;
}


/* =======================
		Main Visual
========================= */

.mainvisual {
	width: 100%;
	height: 150px;
	background: url(../images/main_bg.png) no-repeat top center;
	background-size: 100% 150px;
	text-align: center;
}
.mainvisual h1 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding-top: 52px;
}


/* =======================
		Container
========================= */

.container {
	width: 850px;
	display: block;
	margin: 0 auto;
}

.container .step ul {
	list-style: none;
	padding: 0px;
	margin: 40px auto 35px;
	position: relative;
	display: block;
}
.container .step ul li {
	display: inline-block;
	text-align: center;
	width: 294px;
	background: url(../images/icon_arrow.png) no-repeat 270px center;
}
.container .step ul li:last-child {
	width: 250px;
	background-image: none;
}
.container .step ul li > span {
	display: block;
	width: 250px;
	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;
}


.container .descript {
	display: block;
	margin: 0 auto 35px;
	font-size: 14px;
	line-height: 18px;
}
.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: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 10px 20px;
	background-color: #4A90E2;
}
.form-group {
	display: block;
	padding: 0 15px;
}
.form-group dl {
	display: block;
	padding: 30px 0;
	border-bottom: 1px dashed #C8C8C8;
}
.form-group dl:last-child {
	border-bottom: none;
}
.form-group dl > dt {
	display: inline-block;
	width: 25%;
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.form-group dl > dt.extra {
	display: inline-block;
	width: 25%;
	margin-left: 60px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.form-group dl > dt.extra2 {
	display: inline-block;
	width: 25%;
	margin-left: 4px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.form-group dl > dt.extra3 {
	display: inline-block;
	width: 22%;
	margin-left: 4px;
	margin-right: 0px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.form-group dl > dt > label > em {
	color: #4A90E2;
	padding-right: 3px;
}
.form-group dl > dd {
	display: inline-block;
	width: 70%;
	font-size: 16px;
	vertical-align: middle;
}
.form-group dl > dd.small {
	width: 100px;
	padding: 6px 14px;
	overflow: hidden;
}
.form-group dl > dd.small2 {
	width: 80px;
	padding: 6px 6px;
	overflow: hidden;
}
.form-group dl > dd.md {
	display: inline-block;
	width: 22%;
	margin-right: 16px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.form-group dl > dd.cfm {
	display: inline-block;
	width: 94%;
	font-size: 16px;
	vertical-align: middle;
}
.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;
}
.form-group dl > dd > span.name:first-child {
	margin-bottom: 10px;
}
.form-group dl > dd > span.gender {
	margin-top: 15px;
	margin-bottom: 10px;
	display: flex;
}
#confirm .form-group dl > dd > span.name {
	margin-bottom: 10px;
}
#confirm .form-group dl > dd > span.gender {
	margin-top: 0;
}
.form-group dl > dd > span.detail {
	font-size: 14px;
	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: 14px;
	display: block;
	color: #CE372C;
}
.form-group dl > dt > span > input {
	width: 62%;
	padding: 10px 20px;
	font-size: 14px;
	background-color: #F6F3F3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C8C8C8;
}
.form-group dl > dd > span > input,
.form-group dl > dd > span > textarea {
	width: 85%;
	padding: 10px 20px;
	font-size: 14px;
	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 {
	background-color:rgba(206, 55, 44, 0.19);
	border-color: #CE372C;
}
.form-group dl > dd > span.vdn_error > texearea {
	background-color:rgba(206, 55, 44, 0.19);
	border-color: #CE372C;
}
.form-group dl > dd > span.vdn_okay > input {
	background-color:rgba(80, 227, 194, 0.33);
	border-color: #317365;
}
.form-group dl > dd > span.vdn_okay > textarea {
	background-color:rgba(80, 227, 194, 0.33);
	border-color: #317365;
}
.form-group dl > dd > span > img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
}
.form-group dl > dd > span.mgR {
	margin-right: 20px;
}
.form-group dl > dd > span.mgR:last-child {
	margin-right: 0;
}
.form-group dl > dd > input.w4,
.form-group dl > dd > span > input.w4 {
	width: 3% !important;
	margin-right: 2px;
}
.form-group dl > dd > input.w6,
.form-group dl > dd > span > input.w6 {
	width: 6% !important;
	margin-right: 4px;
}
.form-group dl > dd > input.w8,
.form-group dl > dd > span > input.w8 {
	width: 8% !important;
	margin-right: 4px;
}
.form-group dl > dd > input.w11,
.form-group dl > dd > span > input.w11 {
	width: 11% !important;
	margin-right: 8px;
}
.form-group dl > dd > input.w15,
.form-group dl > dd > span > input.w15 {
	width: 15% !important;
	margin-right: 8px;
}
.form-group dl > dd > input.w25,
.form-group dl > dd > span > input.w25 {
	width: 25% !important;
	margin-right: 8px;
}
.form-group dl > dd > input.w60,
.form-group dl > dd > span > input.w60 {
	width: 60% !important;
	margin-right: 8px;
}
.form-group dl > dd > input.w80,
.form-group dl > dd > span > input.w80 {
	width: 80% !important;
}
.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: 50px;
	height: 25px; 
	display: inline-block;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	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: 50px;
	height: 25px; 
	display: inline-block;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	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: 160px !important;
	height: auto;
	padding: 6px 14px;
	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: 14px;
	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;
	display: flex;
    justify-content: center;
}
.btn-submit button {
	width: 300px;
	height: 60px;
	border: none;
	background-color: #F5A623;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 18px;
}
.btn-submit button:hover {
	cursor:pointer !important;
}
.btn-submit button.back {
	background-color: #C8C8C8 !important;
	margin-right: 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%;
}

/* =======================
		Footer
========================= */

footer {
	background: #333333;
	text-align: center;
	color: #fff;
	padding: 25px 0;
	font-size: 13px;
}



/* =======================
		thanks.html
========================= */

#thanks .container .descript {
	display: block;
	margin: 0 auto 35px;
	padding-left: 2px;
	font-size: 14px;
	line-height: 18px;
}
#thanks .container .descript p:first-child {
	padding-bottom: 25px;
}