@charset "utf-8";

/* ========================================================
	form.css => フォーム用CSS
======================================================== */


/* form
============================================================================================================ */
form {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	form {
		margin-top: 50px;
	}
}
.form_head {
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.form_head {
		margin-bottom: 20px;
	}
}

.form_table {
	width: 100%;
	border-top: 1px solid #e0e1e5;
	font-size: 1.5rem;
	line-height: 1.7;
}
.form_table th,
.form_table td {
	padding: 20px 0;
	border-bottom: 1px solid #e0e1e5;
}
.form_table th {
	width: 260px;
	font-weight: bold;
	vertical-align: top;
}
.form_table th .hissu {
	margin-left: 10px;
	padding: 3px 5px;
	background-color: #ff8c10;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
}
.form_table ul li {
	padding-right: 2em;
	display: inline-block;
}
.form_table .notes {
	margin-top: 5px;
	margin-bottom: -10px;
	font-size: 1.2rem;
	color: #888;
}
form.input .form_table .zip_wrap {
	margin-bottom: 15px;
}

@media screen and (min-width: 769px), print {
	form.input .form_table th,
	form.input .form_table td {
		height: 120px;
	}
	form.input .form_table th {
		padding-top: 46px;
	}
}
@media screen and (max-width: 768px) {
	.form_table,
	.form_table tbody,
	.form_table tr,
	.form_table th,
	.form_table td {
		display: block;
		width: auto !important;
	}
	.form_table table {
	}
	.form_table th {
		font-size: 1.5rem;
		padding: 15px 0 0;
		border-bottom: 0;
	}
	.form_table td {
		padding: 10px 0 15px;
	}
	form.input .form_table .sp_birth_line {
		display: block;
		height: 10px;
	}
}

form {
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
textarea {
	width: 100%;
	height: 60px;
	padding: .3em 1em;
	background-color: #eff0f3;
	border: 0;
}
form textarea {
	height: 200px;
}
form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background-image: url(../common/images/parts/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 100%;
	-webkit-background-size: 24px;
	background-size: 24px;
	border: 0;
	background-color: #eff0f3;
	height: 60px;
	padding: 0 40px 0 1em;
}
form select::-ms-expand {
	display: none;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form select:focus,
form textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.8);
}


form ::-webkit-input-placeholder {
	color: #999;
}
form :-ms-input-placeholder {
	color: #999;
}
form ::-moz-placeholder {
	color: #999;
}

form .suffix {
	margin-left: 10px;
	margin-right: 20px;
}


form .zip {
	position: relative;
}
form.input .zip > span {
	position: absolute;
	top: 50%;
	left: 1em;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
form.input .zip input {
	padding-left: 3em;
	width: 300px;
}
@media screen and (max-width: 768px) {
	form {
	}
	form input[type=text],
	form input[type=email],
	form input[type=tel],
	form input[type=number] {
		font-size: 1.6rem;
	}
	form .zip input {
		width: 200px;
	}
	form select {
		font-size: 1.6rem;
	}
}



form .privacy_box {
	margin-top: 60px;
	height: 240px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #e2e3e7;
}
form .privacy_box .title {
	margin-bottom: 20px;
	padding: 3px;
	background-color: #555555;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
form .privacy_box dt {
	margin-top: 10px;
	font-weight: bold;
}
form .privacy_box dd {
	margin-left: 15px;
	font-size: 1.2rem;
}

form .privacy_check {
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	form .privacy_box {
		margin-top: 30px;
		padding: 10px;
	}
}



.error {
	margin-bottom: 40px;
	color: #d15252;
	font-weight: bold;
}
.error p {
	margin-bottom: 20px;
	font-size: 1.7rem;
}

form .err {
	margin-top: 8px;
}
form .err strong {
	display: inline-block;
	padding: 0 10px;
	background-color: #d15252;
	border-radius: 4px;
	color: #fff;
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	.error {
		margin-bottom: 20px;
	}
	.error p {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}

	form .err {
		margin-top: 5px;
	}
	form .err strong {
		padding: 2px 5px;
		font-size: 1.2rem;
	}
}


.fin_box {
	padding: 60px 0;
	border: 1px solid #e2e3e7;
	text-align: center;
	font-size: 1.7rem;
}
.fin_box .l {
	margin-bottom: 20px;
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: bold;
}
.fin_box .btn {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.fin_box {
		padding: 30px 10px;
		font-size: 100%;
	}
	.fin_box .l {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.fin_box .btn {
		margin: 30px 15px 0;
	}
}


