@CHARSET "UTF-8";
/* Form */
#form {
	margin-top: 30px;
	font-size: 13px;
}
#form .error {
	color: #c00;
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 12px;
}
#form .must {
	display: block;
	float: right;
	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: 768px;
}
#form dt {
	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,
#form input[type="text"].card,
.btn-check {
	display: inline-block;
}
#form select,
#form select option {
	font-weight: 700;
	display: inline-block;
}
#form span {
	font-weight: 700;
}
#form .max {
	width: 100%;
}
#form .form_block {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
#form .form_block div {
	margin-bottom: 0;
	margin-right: 10px;
}
#form .card_check_text {
	display: flex;
	align-items: center;
	border-radius: 10px;
	padding: 5px 10px;
}
#form .uncertified {
	color: #df5656;
	border: 1px solid #df5656;
}
#form .approval {
	color: #93c47d;
	border: 1px solid #93c47d;
}
#form .card_check_text img {
	width: 25px;
	margin-left: 10px;
	background: #fff;
}
#form .card_link {
	display: block;
	color: red;
	text-decoration: underline;
	margin-top: 15px;
}
input[type="button"].btn-check {
	border: solid 1px #c00;
	background: #c00;
	color: #fff;
	padding: 7px 8px;
	margin-bottom: 3px;
	box-shadow: 1px 3px 3px #680202;
}
#form .note {
	margin-bottom: 10px;
}
#form .note a {
	text-decoration: underline;
}
#form .submit {
	cursor: pointer;
}
#form .prev {
	width: 150px;
	margin: 15px 0 0;
	/*
	padding: 5px 20px;
	background: #fff;
	color: #274e13;
	border-bottom: none;
	border: solid 1px #274e13;
	*/
}
/*
#form .prev:hover {
	margin: 0;
	transform: none;
	opacity: 0.8;
}
*/
/* terms_service */
#terms_service {
	/*border: 2px solid #312f2f;*/
	margin: 0 auto 10px;
	width: 768px;
}
#terms_service h3 {
	font-size: 1.3rem;
	font-weight: 700;
	padding: 8px 0;
	background: #f5f5f5;
	border-bottom: solid 2px #312f2f;
	text-align: center;
}
#terms_service h3:after {
	content: none;
}
#terms_service iframe {
	height: 155px;
}
#terms_service .agree_link {
	padding: 5px 0;
}
#terms_service .agree_link a {
	color: red;
	text-decoration: underline;
	font-size: 16px;
}
#terms_service .box {
	padding: 5px 0;
	/*border-top: solid 2px #312f2f;*/
}
#terms_service .checkBox {
	font-size: 16px;
}
/* Tanks */
#form .order_number {
	width: 428px;
	margin: 0 auto;
	padding: 30px 0;
	background: #312f2f;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
}
#form .order_number p {
	padding: 10px;
	margin: 10px auto;
	width: 80%;
	background: #fff;
	color: #000;
	font-size: 1.0rem;
	border-radius: 10px;
}
.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 {
		float: left;
		margin-right: 10px;
	}
	#form dd ol {
		flex-direction: column;
	}
	#terms_service {
		width: 95%;
	}
	.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 .card_link {
		text-align: center;
	}
	#form .order_number {
		width: 95%;
	}
}

/*==========================================
 radio
===========================================*/
.radio {
	display: inline-block;
	position: relative;
	padding: 5px 0 5px 15px;
	margin-right: 50px;
	cursor: pointer;
	width: 100%;
}
.radio input {
	opacity: 0;
}
.radio span.image {
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	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;
	width: 90%;
}
@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;
	}
	.radio .text small {
		font-size: 11px;
	}
}

/*==========================================
 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;
}



