@charset "UTF-8";
/****** CSSリセット ******/
.main-right {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/***** パーツ *****/
/* 必須印 */
.required {
	color: #E04E5F;
}
.sp {
	display: none;
}
@media screen and (max-width: 500px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* エラーリスト用 */
.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}
/*================================================
 *  コンタクト
 ================================================*/
/* 入力～完了画面まで全般 */
section#contact_area .intro p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	padding-left: 0.9em;
}
section#contact_area .intro table {
	margin: 25px 0 50px 2em;
	line-height: 1.5;
}

section#contact_area .intro table caption {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
section#contact_area .intro table tbody tr th {
	font-size: 18px;
	background-color: #EEEDEC;
	font-weight: bold;
	padding: 10px 0;
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
section#contact_area .intro table tbody tr td {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0 10px 20px;

}
section#contact_area .intro table tbody tr td span {
	display: inline-block;
	border-bottom: 1px solid #000;
}
section#contact_area .intro table tbody tr td span:first-child {
	margin-right: 25px;
}
section#contact_area form > p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px;
}
section#contact_area form table {
	table-layout: fixed;
	width: 100%;
}
section#contact_area form table tbody tr th {
	background-color: #EBEBEB;
	width: 210px;
	font-size: 18px;
	font-weight: bold;
	padding: 0.8em 0 0.8em 1em;
	border: 1px solid #CBCBCB;
	vertical-align: middle;
	line-height: 1.5;
}
section#contact_area form table tbody tr td {
	padding: 0.8em 1em;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #CBCBCB;
	line-height: 1.5;
}
section#contact_area form table tbody tr td input[type="text"],
section#contact_area form table tbody tr td input[type="tel"],
section#contact_area form table tbody tr td input[type="email"],
section#contact_area form table tbody tr td textarea {
	border: 1px solid #494949;
	padding-left: 0.5em;
}
section#contact_area form table tbody tr td input[type="text"],
section#contact_area form table tbody tr td input[type="tel"],
section#contact_area form table tbody tr td input[type="email"],
section#contact_area form table tbody tr td input[type="file"] {
	width: 80%;
}
section#contact_area form table tbody tr td textarea {
	width: 100%;

}
section#contact_area form table tbody tr td input[type="checkbox"] {
	width: 1em;
	height: 1em;
}
section#contact_area form table tbody tr td input::-webkit-input-placeholder {
	color: #8E8E8E;
}
section#contact_area form table tbody tr td input::-moz-placeholder {
	color: #8E8E8E;
}
section#contact_area form table tbody tr td input:-ms-input-placeholder {
	color: #8E8E8E;
}
section#contact_area form table tbody tr td input::-ms-input-placeholder {
	color: #8E8E8E;
}
section#contact_area form table tbody tr td input::placeholder {
	color: #8E8E8E;
}
section#contact_area form table tbody tr td input::-ms-input-placeholder {
	color: #8E8E8E;
}
section#contact_area form input[type="submit"] {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background-color: #C9151D;
	width: 100%;
	max-width: 260px;
	height: 65px;
	margin: 25px auto 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	border-bottom: 7px solid #A30000;
	-webkit-box-shadow: 0px 2px 2px 1px #dcdcdc;
	box-shadow: 0px 2px 2px 1px #dcdcdc;
	position: relative;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-align: center;
	padding-top: 1%;

}
section#contact_area form input[type="submit"]:hover {
	border-bottom: 4px solid #A30000;
	top: 3px;
}
section#contact_area form input[type="submit"]:active {
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 7px;
}
section#contact_area form .agreement {
	margin-top: 0.3em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
section#contact_area form .agreement label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
section#contact_area form .agreement label input[type="checkbox"] {
	width: 1em;
	height: 1em;
	margin-right: 0.3em;
}
section#contact_area form .agreement label a {
	color: #1111cc;
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
}
section#contact_area form .agreement label a:hover {
	text-decoration: none;
}

/* 確認画面用 */
section#contact_area form table tbody tr td .up_img {
	width: 150px;
	height: 150px;
}
section#contact_area form table tbody tr td .up_img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}
section#contact_area form .check_text {
	text-align: center;
	margin-top: 0.3em;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
section#contact_area form .btn_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
section#contact_area form .btn_box input[type="submit"]:first-of-type {
	background-color: #b2b2b2;
	border-bottom: 7px solid #929292;
}
section#contact_area form .btn_box input[type="submit"]:first-of-type:hover {
	border-bottom: 4px solid #929292;
}

/* 完了画面用 */
section#contact_area .compleat_box {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
section#contact_area .compleat_box a {
	color: #1111cc;
	text-decoration: underline;
}
section#contact_area .compleat_box a:hover {
	text-decoration: none;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width: 870px) {
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 500px) {
	section#contact_area .intro {
		width: 90vw;
		margin: 0 auto;
		padding: 5vw 0 10vw;
	}

	section#contact_area .intro p {
		font-size: 4vw;
		padding-left: 0;
	}
	section#contact_area .intro table {
		margin: 6vw auto 0;
		width: 100%;
	}
	section#contact_area .intro table caption {
		font-size: 4.4vw;
		padding-bottom: 3vw;
	}
	section#contact_area .intro table tbody tr th {
		display: block;
		font-size: 4vw;
		padding: 0.5em 1em;
		width: 100%;
		text-align: left;
	}
	section#contact_area .intro table tbody tr td {
		display: block;
		font-size: 4vw;
		padding: 0.5em 1em;
	}
	section#contact_area .intro table tbody tr td a {
		color: #1111cc;
		text-decoration: underline;
	}
	section#contact_area form {
		width: 90vw;
		margin: 0 auto;
		padding: 5vw 0 0 0;
	}
	section#contact_area form > p {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	section#contact_area form table {
		table-layout: fixed;
		width: 100%;
	}
	section#contact_area form table tbody tr {
		width: 100%;
	}
	section#contact_area form table tbody tr th {
		display: block;
		width: 100%;
		font-size: 4vw;
		padding: 0.6em 1em;
	}
	section#contact_area form table tbody tr td {
		width: 100%;
		display: block;
		padding: 0.8em 1em;
		font-size: 4vw;
	}
	section#contact_area form table tbody tr td input[type="text"],
	section#contact_area form table tbody tr td input[type="tel"],
	section#contact_area form table tbody tr td input[type="email"] {
		font-size: 5vw;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		width: 110%;
		margin-left: -1em;
	}
	section#contact_area form table tbody tr td input[type="file"] {
		font-size: 4vw;
		width: 100%;
	}
	section#contact_area form table tbody tr td textarea {
		font-size: 4.5vw;
	}
	section#contact_area form input[type="submit"] {
		font-size: 5.7vw;
		width: 60vw;
		height: 14vw;
		margin: 5vw auto 0 auto;
		border-radius: 8px;
		border-bottom: 5px solid #A30000;
	}
	section#contact_area form input[type="submit"]:hover {
		border-bottom: 3px solid #A30000;
		top: 2px;
	}
	section#contact_area form input[type="submit"]:active {
		top: 5px;
	}
	section#contact_area form table tbody tr td input::-webkit-input-placeholder {
		font-size: 4vw;
		padding: 0.5vw 0;
	}
	section#contact_area form table tbody tr td input::-moz-placeholder {
		font-size: 4vw;
		padding: 0.5vw 0;
	}
	section#contact_area form table tbody tr td input:-ms-input-placeholder {
		font-size: 4vw;
		padding: 0.5vw 0;
	}
	section#contact_area form table tbody tr td input::-ms-input-placeholder {
		font-size: 4vw;
		padding: 0.5vw 0;
	}
	section#contact_area form table tbody tr td input::placeholder {
		font-size: 4vw;
		padding: 0.5vw 0;
	}
	section#contact_area form table tbody tr td input::-ms-input-placeholder {
		font-size: 4vw;
		padding: 0.5vw 0;
	}

	/* 確認画面用 */
	section#contact_area form table tbody tr td .up_img {
		width: 35vw;
		height: 35vw;
	}
	section#contact_area form .check_text {
		text-align: justify;
		font-size: 4vw;
	}
	section#contact_area form .btn_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section#contact_area form .btn_box input[type="submit"]  {
		width: 40vw;
	}

	/* 完了画面用 */
	section#contact_area .compleat_box {
		font-size: 4vw;
	}
}
