@CHARSET "UTF-8";
/* Body */
body {
	display: flex;
	flex-direction:column;
	min-height: 100vh;
}
/* Form */
#form {
	font-size: 13px;
	flex: 1;
}
#form .alert {
	color: #c00;
	font-weight: 700;
	margin-bottom: 0px;
}
#form .must {
	position: absolute;
	top: 10px;
	right: 10px;
	border: solid 1px #c00;
	padding: 1px 5px;
	border-radius: 4px;
	background-color: #c00;
	color: white;
	font-weight: bold;
}
#form .any {
	display: block;
	float: right;
	border: solid 1px rgb(254 255 161);
	padding: 1px 5px;
	border-radius: 4px;
	background-color: rgb(254 255 161);
	color: black;
	font-weight: bold;
}
#form dl {
	display: table;
	border-collapse: collapse;
	border: 2px solid #312f2f;
	margin: 0 auto 10px;
	width: 752px;
}
#form dt {
	position: relative;
	display: table-cell;
	width: 30%;
	padding: 10px 15px 10px 20px;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	background-color: #f5f5f5;
}
#form dd {
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin: 0px;
}
#form dd p,
#form dd label,
#form dd p small,
#form dd ol li span {
	margin: 0;
	font-weight: bold;
}
#form dd div {
	margin-bottom: 10px;
}
#form dl dd textarea {
	display: block;
	resize: none;
	height: 250px;
	width: 100%;
}
::placeholder {
	font-weight: 500;
}
#form dd p small {
	color: #4c4c4c;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="date"],
#form input[type="number"],
#form select {
	display: block;
	height: 38px;
	padding-left: 5px;
}
#form input[type="number"].w80 {
	display: inline-block;
}
#form select,
#form select option {
	font-weight: 700;
	display: inline-block;
}
#form span {
	font-weight: 700;
}
#form .max {
	width: 100%;
}
#form .prev {
	justify-content: center;
	height: auto;
	background: #fff;
	color: #312f2fff;
}
#form .note {
	margin-bottom: 10px;
}
#form .note a {
	text-decoration: underline;
}
/* terms_service */
#terms_service {
	margin: 0 auto 10px;
	width: 752px;
}
#terms_service h3 {
	font-size: 1.3rem;
	font-weight: 700;
	padding: 8px 0;
	margin: 0;
	background: #f5f5f5;
	border-bottom: solid 2px #312f2f;
}
#terms_service h3:after {
	position: static;
}
#terms_service iframe {
	height: 155px;
}
#terms_service .agree_link {
	padding: 5px 0;
}
#terms_service .agree_link  a {
	color: #b22222;
	text-decoration: underline;
	font-size: 16px;
}
#terms_service .box {
	padding: 5px 0;
}
#terms_service .checkBox {
	font-size: 16px;
}
@media only screen and (max-width: 768px) {
	#terms_service {
		width: 95%;
	}
}
/* Tanks */
#form .order_number {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 428px;
	margin: 0 auto;
	padding: 30px 0;
	background: #312f2fff;
	border-radius: 10px;
}
#form .order_number h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}
#form .order_number p {
	padding: 10px;
	margin: 10px auto;
	width: 80%;
	background: #fff;
	font-size: 1.0rem;
	border-radius: 10px;
	font-weight: bold;
}
#form .order_number span {
	color: #fff;
}
.thanks-text {
	font-weight: bold;
	margin: 30px auto 50px;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	#form dl {
		width: 95%;
		margin: 10px auto;
	}
	#form dt {
		display: block;
		width: 100%;
		padding: 10px;
		border-right: 0px;
		border-bottom: 2px solid rgba(51, 51, 51, 0.5);
	}
	#form dd {
		width: 100%;
		padding: 10px;
	}
	#form .must,
	#form .any {
		top: 8px;
	}
	#form dd ol {
		flex-direction: column;
	}
	.check-table {
		width: 90%;
		border: 1px solid #333;
	}
	.check-table th,
	.check-table td {
		display: block;
		width: 100%;
		min-height: 40px;
		padding: 7px;
		border: 1px solid #333;
	}
	.button-class {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		margin: 30px auto;
		text-align: center;
	}
	.back { 
		float: none;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 428px) {
	#form .order_number {
		width: 95%;
	}
}

/*==========================================
 radio
===========================================*/
.radio {
	display: inline-block;
	position: relative;
	padding: 5px 0 5px 15px;
	margin-right: 50px;
	cursor: pointer;
}
.radio input {
	opacity: 0;
}
.radio span.image {
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: url(../img/ico_radioImage.png) 0 0 no-repeat;
	background-size: 20px auto;
}
.radio input:checked + .image {
	background-position: 0 -20px;
}
.radio .text {
	display: inline-block;
	vertical-align: middle;
	margin-left: -15px;
	font-size: 13px;
}
@media only screen and (max-width: 768px) {
	.radio {
		padding-left: 0px;
		margin-right: 5px;
		font-size: 3.2vw;
	}
	.radio .image {
		top: -3px;
	}
	.radio .text {
		margin-left: 0;
		font-size: 12px;
	}
}

/*==========================================
 checkBox
===========================================*/
.checkBox {
	position: relative;
	padding-left: 5px;
	cursor: pointer;
}
.checkBox input {
	opacity: 0;
}
.checkBox .image {
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	background: url(../img/ico_checkImage.png) 0 0 no-repeat;
	background-size: 18px auto;
}
.checkBox input:checked + .image {
	background-position: 0 -18px;
}

/*==========================================
 step
===========================================*/
.step {
	list-style-type: none;
	display: table;
	width: 768px;
	padding: 0;
	margin: 0 auto 10px;
	overflow: hidden;
}
.step li {
	display: table-cell;
	position: relative;
	background: #ededed;
	padding: 1em 0.5em 1em 1.6em;
	font-weight: 600;
}
.step li:last-child {
	padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after {
	display: none;
}
.step li:before,
.step li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.step li:before {
	top: -13px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.step li:after {
	top: -13px;
	right: -.8em;
	border-style: solid;
	border-color: transparent transparent transparent #ededed;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.step li.is-current {
	background: #38437b;
	color: #ffda00;
	font-weight: bold;
}
.step li.is-current:after {
	border-color: transparent transparent transparent #38437b;
}
@media only screen and (max-width: 1100px) {
	
}
@media only screen and (max-width: 768px) {
	.step {
		width: 100%;
	}
}
@media only screen and (max-width: 428px) {
	
}



