@charset "UTF-8";

.grecaptcha-badge {
	visibility: hidden;
}

#contents input[type="text"]:hover,
#contents textarea:hover {
	border: 1px solid #666666;
}

#contents input[type="text"]:focus,
#contents textarea:focus {
	background-color: #ffffcc;
	border: 1px solid #333333;
}

#contents input[type="text"],
#contents textarea {
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#contents input[type="submit"] {
	border: 1px solid #C69;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFE7F5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 18px;
}

#contents input[type="submit"]:hover {
	background-color: #FFCCCC;
}

.anq_required {}

.anq_required:after {
	content: "必須";
	font-size: 11px;
	color: #FFF;
	background-color: #F60;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 1em;
	width: 3em;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.form-area {
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

.form-area table {
	margin-bottom: 20px;
	border: none;
}

.form-area th {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	color: #333333;
	width: 200px;
}

.form-area td {
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 15px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
}

.form-area input[type="text"],
.form-area input[type="tel"],
.form-area textarea {
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
	box-sizing: border-box;
}

.form-area input[type="text"]:focus,
.form-area textarea:focus {
	background-color: #ffffcc;
	border: 1px solid #333333;
}

.form-area select {
	border: 1px solid #999999;
	/* 必要 */
	font-size: 16px;
}

.form-area label {
	cursor: pointer;
	margin-right: 15px;
}

/******************************************************** チェック・セレクトボックス設定 */
input[type=radio],
input[type=checkbox] {
	display: none;
}

.radio,
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
}

.radio:hover,
.checkbox:hover {
	background-color: #FFD1D9;
}

.radio:hover:after,
.checkbox:hover:after {
	border-color: #FF6600;
}

.radio:after,
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}

input[type=radio]:checked+.radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #FF3808;
	border-bottom: 3px solid #FF3808;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}

/******************************************************** チェック・セレクトボックス設定 */
#submit {
	text-align: right;
}

/*#submit input[type="submit"] {
	font-size: 18px;
	line-height: 1.5em;
	padding-left: 50px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 10px;
	border-radius: 6px;
    border: #fff;
	cursor: pointer;
	color: #FFF;
	background-color: #89BD89;
}
#submit input[type="submit"]:hover {
background-color: #547954;
}*/
#submit input[type="submit"] {
	display: inline-block;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(to right, #00a0e9, 70%, #f8b62b);
	border: none;
	text-decoration: none;
	position: relative;
	text-align: center !important;
	cursor: pointer;
	border-radius: 50px;
}

#submit input[type="submit"]:hover {
	color: #fff;
	background: #f8b62b;
	opacity: 1;
}

/* THANKS */
#thanks {
	padding-top: 200px;
	padding-bottom: 200px;
}

#thanks .logo {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#thanks p.thanks {
	font-size: 26px;
	line-height: 1.5em;
	font-weight: bold;
	color: #F00;
	margin-bottom: 30px;
}

#thanks p.ad {
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 30px;
	margin-bottom: 40px;
}

#thanks p.tel {
	font-size: 18px;
	line-height: 1.8em;
	color: #000;
	padding-top: 10px;
	margin-top: 10px;
}

#thanks p.tel b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #F00;
}

::-webkit-input-placeholder {
	color: #ACACAC;
}

/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 960px) {

	.form-area {
		width: 90%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 0px;
		padding-bottom: 40px;
	}

	.form-area table {
		margin-bottom: 20px;
	}

	.form-area th {
		text-align: left;
		font-size: 14px;
		line-height: 1.5em;
		padding-top: 6px;
		padding-right: 0%;
		padding-bottom: 4px;
		padding-left: 2%;
		width: 90%;
		display: block;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		font-weight: bold;
	}

	.form-area td {
		padding-top: 8px;
		padding-right: 2%;
		padding-bottom: 15px;
		padding-left: 2%;
		text-align: left;
		font-size: 16px;
		line-height: 1.5em;
		color: #000;
		display: block;
		width: 90%;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}

	.form-area input[type="text"],
	.form-area input[type="tel"],
	.form-area textarea {
		font-size: 16px;
		line-height: 1.5em;
		padding-left: 5px;
		border: 1px solid #999999;
		border-radius: 4px;
		box-sizing: border-box;
	}

	.form-area select {
		border: 1px solid #999999;
		/* 必要 */
		font-size: 16px;
	}

	::-webkit-input-placeholder {
		color: #ACACAC;
		font-size: 14px;
	}

	.radio,
	.checkbox {
		width: 100%;
	}

}