@charset "utf-8";


/* --------------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------------- */

/* ----------------------------------------
ページタイトル
---------------------------------------- */
.page-heading {
	position: relative;
	overflow: hidden;
	margin: 0 0 70px;
}

/********** 背景画像 **********/
.page-heading .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	
	width: 100%;
	margin: 0 auto;
}
.page-heading .bg img {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	
	width: 100%;
	height: 320px;
	object-fit: cover;
	margin: 0 auto;
	max-width: none;
}
@media only screen and (max-width: 1919px){
	.page-heading .bg {
		width: 1920px;
	}
	.page-heading .bg img {
		width: 1920px;
	}
}

/********** ページタイトル **********/
.page-heading h1.heading-1 {
	position: relative;
	z-index: 1;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	height: 320px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	
	color: #fff;
}
.page-heading h1.heading-1 .heading-en {
	display: block;
	font-weight: 500;
	font-size: 50px;
}
.page-heading h1.heading-1 .heading-ja {
	display: block;
	font-size: 24px;
	letter-spacing: 6px;
}






/* ----------------------------------------
contact
---------------------------------------- */
#contact {
	padding: 0 0 50px;
}



/* ----------------------------------------
お問い合わせフォームの文章
---------------------------------------- */
#contact .txt-contact-us .txt {
	padding: 0 0 62px;
}
#contact .txt-contact-us .txt p {
	line-height: 2.05;
	font-size: 18px;
}




/* ----------------------------------------
お問い合わせフォーム
---------------------------------------- */
#contact .contact-form {
	padding: 0 0 103px;
}

/********** フォーム入力 **********/
#contact .contact-form table {
	width: 100%;
	margin: 0 0 57px;
	font-size: 16px;
}

/********** セル見出し **********/
#contact .contact-form tr th {
	width: 320px;
	padding: 25px 40px;
	text-align: left;
	vertical-align: top;
}
#contact .contact-form tr th .cell-heading {
	display: flex;
	align-items: center;
	
	width: 100%;
}
#contact .contact-form tr th .cell-heading .cell-heading-label {
	width: 133px;
	font-weight: 700;
}

/* 必須 */
#contact .contact-form tr th .mark-need {
	position: relative;
	margin: 4px 0 0;
	padding: 2px 10px;
	font-size: 14px;
	color: #fff;
	background: #f00;
}


/********** 入力 **********/
#contact .contact-form tr td {
	width: calc(100% - 320px);
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	background: #fff;
}
#contact .contact-form tr td.input-text input,
#contact .contact-form tr td.input-tel input,
#contact .contact-form tr td .torihiki-input input {
	display: block;
	
	width: 400px;
	padding: 8px;
	border: none;
	background: #f0f0f0;
}

/********** メールアドレス **********/
#contact .contact-form tr td.input-email .email-box.email-box-1 {
	padding: 0 0 15px;
}
#contact .contact-form tr td.input-email .att-email {
	padding: 0 0 6px;
	font-size: 14px;
}

/********** 住所 **********/
#contact .contact-form tr td.input-address input {
	width: 600px;
}

/********** 過去のお取り引きの有無 **********/
#contact .contact-form tr.kako-otorihiki th .cell-heading-label {
	width: 100%;
}

/* 有り・なし */
#contact .contact-form tr.kako-otorihiki td .torihiki-layout .torhiki-ari-nashi {
	padding: 4px 0 16px 2px;
}
#contact .contact-form tr.kako-otorihiki td .torihiki-layout .torhiki-ari-nashi ul {
	display: flex;
}
#contact .contact-form tr.kako-otorihiki td .torihiki-layout .torhiki-ari-nashi ul li input[type="radio"] {
	margin: 0 8px 0 0;
}
#contact .contact-form tr.kako-otorihiki td .torihiki-layout .torhiki-ari-nashi ul li label {
	margin: 0 47px 0 0;
}

/* 有りの場合は弊社担当部署・担当者名をご記入ください */
#contact .contact-form tr.kako-otorihiki td .torhiki-notes {
	padding: 0 0 2px;
	font-size: 14px;
}

/********** お問い合わせ内容 **********/
#contact .contact-form tr td.textarea textarea {
	display: block;
	
	width: 600px;
	height: 160px;
	padding: 8px;
	border: none;
	background: #f0f0f0;
}

/********** お問い合わせされる前にプライバシーポリシーをご確認下さい。 **********/
#contact .contact-form .notes-privacy-policy {
	padding: 0 25px 45px 0;
	text-align: center;
	font-size: 16px;
}
#contact .contact-form .notes-privacy-policy a {
	display: inline;
	padding: 0 0 4px;
	border-bottom: solid 1px #222;
}

/* 送信 */
#contact .contact-form .btn-send.btns {
	display: flex;
	justify-content: center;
	width: 100%;
}
#contact .contact-form .btn-send.btns input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #002864 url("../images/common/btn-arr.svg") no-repeat calc(100% - 19px) 50%;
	background-size: 0.85rem auto;
}


/********** ボタン **********/
#contact .contact-form .btn-form {
	display: flex;
	justify-content: center;
}
#contact .contact-form .btn-form .btn-form-box {
	margin: 0 0.5rem;
}
#contact .contact-form .btn-form .btn-form-box input {
	display: inline-block;
	padding: 1rem 2rem;
	border: none;
	background: #ddd;
	
	cursor: pointer;
}






/* ----------------------------------------
プライバシーポリシー
---------------------------------------- */
#contact .privacy-policy h2 {
	margin: 0 0 24px;
	padding: 0 0 5px;
	border-bottom: solid 3px #ccc;
	font-weight: bold;
	font-size: 20px;
}
#contact .privacy-policy .privacy-policy-box {
	padding: 0 40px;
	font-size: 15px;
}

/* txt-gft */
#contact .privacy-policy .privacy-policy-box .txt-gft {
	padding: 0 0 34px;
}
#contact .privacy-policy .privacy-policy-box .txt-gft p {
	line-height: 1.95;
}

/* 中見出し */
#contact .privacy-policy .privacy-policy-box h3 {
	padding: 0 0 5px;
	font-weight: bold;
}

/* txt */
#contact .privacy-policy .privacy-policy-box .txt {
	padding: 0 0 27px;
}

/* 段落 */
#contact .privacy-policy .privacy-policy-box .txt .txt-box {
}
#contact .privacy-policy .privacy-policy-box .txt .txt-daisansha-1 {
	padding: 0 0 23px;
}
#contact .privacy-policy .privacy-policy-box .txt p {
	padding: 0 0 8px;
	line-height: 1.95;
}















/* ----------------------------------------
確認画面・エラー画面
---------------------------------------- */
#contact.conf-page {
	padding: 50px 0 0;
}
#contact.error-page {
	padding: 50px 0 0;
}
#contact .msg-txt {
	color: #dd0000;
}
#contact .form-tbl span.msg {
	color: #dd0000;
}


#contact .contact-form .btn-send-back.btns {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#contact .contact-form .button-back {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	margin: 0 10px;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #666 url("../images/common/btn-arr-reverse.svg") no-repeat 19px 50%;
	background-size: 0.85rem auto;
}
#contact .contact-form .button-send {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	margin: 0 10px;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #002864 url("../images/common/btn-arr.svg") no-repeat calc(100% - 19px) 50%;
	background-size: 0.85rem auto;
}




