/* PAGE TITLE
=========================================================================
=========================================================================*/
#contact .page_title {
	background: url(../img/contact/page_title_bg.jpg) center bottom no-repeat;
	background-size: cover;
}

/* ----- タイトル ----- */
#contact .page_title h1::before {
	content: 'Contact';
}

/* 内容
=========================================================================
=========================================================================*/
#contact .contents {
	text-align: center;
}

/* ----- ヘッドライン ----- */
#contact h2 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* ----- 注意事項 ----- */
#contact .container_full {
	text-align: center;
}

#contact ul.note {
	display: inline-block;
	padding-left: 1.5em;
	text-align: left;
}

#contact ul.note li {
	position: relative;
	margin: 0 0 .2em;
}

#contact ul.note li::after {
	display: block;
	content: '※';
	position: absolute;
	top: 0;
	left: -1.5em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
}

#contact ul.note li:last-child,
#contact ul.note li:last-child::after {
	color: #CE2828;
}

form#mailformpro {
	width: 100%;
}

/* ----- フォームパーツ ----- */
form#mailformpro .form_parts {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 1.0em 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #E4E4E4;
}

form#mailformpro .form_parts:first-child {
	border-top: 1px solid #E4E4E4;
}

/* 項目名 */
form#mailformpro .form_parts label.item_name {
	position: relative;
	display: inline-block;
	padding-right: 3.0em;
	width: calc(200 / 900 * 100%);
	text-align: right;
}

/* 必須 */
form#mailformpro .form_parts label.item_name span {
	position: absolute;
	right: 0;
	margin: 0;
	display: inline-block;
	padding: 0 0.5em;
	height: 20px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	background: #93D2DA;
}

form#mailformpro .input_parts {
	display: inline-block;
	width: calc(670 / 900 * 100%);
}

/* ラジオボタン */
form#mailformpro input[type="radio"] {
	margin: 0;
	display: inline-block;
	width: 14px !important;
	height: 14px !important;
}

form#mailformpro .input_parts .input_radio {
	display: block;
	position: relative;
}

form#mailformpro .input_parts label {
	display: inline-block;
	cursor: pointer;
}

/* テキスト・電話・メール */
form#mailformpro input[type="text"],
form#mailformpro input[type="tel"],
form#mailformpro input[type="email"] {
	display: inline-block;
	margin: 0;
	padding: 0 0.5em;
	width: 100% !important;
	height: 42px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #F2F2F2;
}

/* テキストエリア */
form#mailformpro textarea {
	display: inline-block;
	margin: 0;
	padding: 0.5em;
	width: 100% !important;
	height: 265px !important;
	font-size: 14px;
	font-size: 1.4rem;
	background: #F2F2F2;
	vertical-align: top;
	resize: vertical;
}

/* ----- プライバシーポリシー ----- */
#contact .container_privacy {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

@media (max-width:940px) {
	#contact .container_privacy {
		padding: 0 20px;
		width: 100%;
	}
}

.privacy {
	overflow-y: scroll;
	margin: 0 auto 55px;
	padding: 20px;
	width: 100%;
	height: 240px;
	text-align: left;
	border: 1px solid #E9E9E9;
}

.privacy h3 {
	margin-bottom: 1.0em;
	font-weight: 900;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.privacy h4 {
	font-weight: 900;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.privacy p {
	margin-bottom: 1.5em;
	font-size: 12px;
	font-size: 1.2rem;
}

/* チェックボックス */
form#mailformpro .input_checkbox {
	display: inline-block;
	position: relative;
	margin-bottom: 1.0em;
}

form#mailformpro input[type="checkbox"] {
	margin: 0;
	display: inline-block;
	width: 14px !important;
	height: 14px !important;
}

form#mailformpro .input_checkbox label {
	display: inline-block;
	padding-left: 0.5em;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
}

.input_checkbox label.hidden {
	font-size: 0;
}

p.note {
	margin-bottom: 0;
	font-size: 12px;
	font-size: 1.2rem;
}

/* ----- エラー ----- */
div.mfp_err {
	padding-left: 0;
}

/* ----- reCAPTCHA ----- */
.recaptcha {
	text-align: center;
}

.g-recaptcha {
	display: inline-block;
	margin: 0 auto;
}

/* ----- フォームボタン ----- */
.form_button_container .button {
	position: relative;
}

.form_button_container input[type="submit"],
.form_button_container button[type="submit"] {
	cursor: pointer;
	display: inline-block;
	position: relative;
	overflow: hidden;
	max-width: 350px;
	width: 100%;
	height: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #707070;
	transition: all .3s;
}

.form_button_container input[type="submit"]:hover,
.form_button_container button[type="submit"]:hover {
	background: #93D2DA;
}

/* 確認
=========================================================================
=========================================================================*/
/* ----- タイトル ----- */
div#mfp_phase_confirm h4 {
	padding: 50px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

/* ----- テーブル ----- */
table#mfp_confirm_table {
	border-collapse: collapse;
	margin: 0 auto 90px;
	padding: 0;
	width: 900px;
	font-size: 14px;
	font-size: 1.4rem;
}

@media (max-width:940px) {
	table#mfp_confirm_table {
		width: 96%;
	}
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: #FFF;
}

table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	text-align: left;
	padding: 1.0em 0;
	border-bottom: 1px solid #E4E4E4;
}

table#mfp_confirm_table tr th {
	font-weight: 900;
	white-space: nowrap;
	width: calc(250 / 900 * 100%);
}

table#mfp_confirm_table tr td {
	word-break: break-all;
	width: auto;
}

/* ----- ボタン ----- */
div.mfp_buttons {
	overflow: hidden;
	margin: 0 auto 90px;
	padding: 0;
	width: 900px;
	text-align: center;
}

@media (max-width:940px) {
	div.mfp_buttons {
		padding: 0 20px;
		width: 100%;
	}
}

div.mfp_buttons button {
	cursor: pointer;
	display: inline-block;
	position: relative;
	overflow: hidden;
	max-width: 350px;
	width: 100%;
	height: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #707070;
	transition: all .3s;
}

div.mfp_buttons button:hover {
	background: #93D2DA;
}

div.mfp_buttons button#mfp_button_send {
	float: left;
}

div.mfp_buttons button#mfp_button_cancel {
	float: right;
}


/* 送信完了
=========================================================================
=========================================================================*/
#contact .container_s.thanks {
	padding: 0;
	text-align: center;
}

#contact .container_s.thanks p {
	line-height: 1.8em;
}

/*  タブレット（768px〜910px）
=========================================================================
=========================================================================*/
@media screen and (max-width:910px) {}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* 内容
	=========================================================================
	=========================================================================*/
	/* ----- ヘッドライン ----- */
	#contact h2 {
		font-size: 15px;
		font-size: 1.5rem;
	}

	/* ----- フォームパーツ ----- */
	/* 項目名 */
	form#mailformpro .form_parts label.item_name {
		margin-bottom: 0.5em;
		width: 100%;
		text-align: left;
	}

	/* 必須 */
	form#mailformpro .form_parts label.item_name span {
		position: relative;
		right: auto;
		margin: auto;
		margin-left: 1.0em;
		padding: 0 0.5em;
	}

	form#mailformpro .input_parts {
		display: inline-block;
		width: 100%;
	}

	/* ----- プライバシーポリシー ----- */
	p.note {
		margin: 0 auto 0;
		width: 90%;
		text-align: left;
	}



	/* テキスト・電話・メール */
	form#mailformpro input[type="text"],
	form#mailformpro input[type="tel"],
	form#mailformpro input[type="email"] {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* テキストエリア */
	form#mailformpro textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* ----- フォームボタン ----- */
	.form_button_container .button {
		padding: 0 20px;
	}

	.form_button_container input[type="submit"],
	.form_button_container button[type="submit"] {
		max-width: 100%;
	}

	/* 確認
	=========================================================================
	=========================================================================*/
	/* ----- テーブル ----- */
	#contact table {
		border-bottom: 1px solid #E0E0E0;
	}

	#contact table th,
	#contact table td {
		display: block;
		width: 100%;
		padding: 1em 10px 1em 1em;
		border-bottom: none;
	}

	/* ----- タイトル ----- */
	div#mfp_phase_confirm h4 {
		padding: 30px 20px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* ----- テーブル ----- */
	table#mfp_confirm_table {
		margin: 0 auto 40px;
		padding: 0;
	}

	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td {
		width: 100%;
	}

	table#mfp_confirm_table tr th {
		width: 100%;
		color: #93D2DA;
	}

	/* ----- ボタン ----- */
	div.mfp_buttons button {
		max-width: 100%;
	}

	div.mfp_buttons button#mfp_button_send {
		float: none;
		margin-bottom: 40px;
	}

	div.mfp_buttons button#mfp_button_cancel {
		float: none;
	}

	/* 送信完了
	=========================================================================
	=========================================================================*/
	#contact .container_s.thanks {
		text-align: left;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:480px) {}
