<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ===========================================
 * ご意見・ご要望
 * ======================================== */
/******テキスト******/
#com_content_wrapper #com_content {
	padding-top: 3.6rem;
}

.contact.input .indent-txt {
	margin: 2rem 0 3rem;
}

/* フォームの場合 */
.contact .par-title01.form {
	margin-top: 4rem;
}

/* *****inputエリア***** */
.contact .form_01_input_textarea {
	height: 19.8rem;
	resize: unset;
	margin: 0;
	display: block;
	font-size: 1.6rem;
}

.contact .form_01_input_text {
	font-size: 1.6rem;
}

.contact .form_01_label.first {
	margin-top: 4.8rem;
}

/* 個人情報の取り扱い、よくある質問ボタン */
.contact .pinfo_btn,
.contact .faq_btn {
	display: block;
	position: relative;
	width: 34.3rem;
	height: 6.4rem;
	border-radius: 0.8rem;
	background: var(--MAIN_COLOR, #2160AF);
}

.contact .pinfo_btn {
	margin-top: 3.8rem;
}

.contact .faq_btn {
	margin-top: 0.8rem;
}

.contact a.pinfo_btn p,
.contact a.faq_btn p {
	position: absolute;
	top: 2.4rem;
	color: #FFF;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.0096rem;
}

.contact a.pinfo_btn p {
	left: 9.9rem;
}

.contact a.faq_btn p {
	left: 12.3rem;
}

.contact .pinfo_btn .ico_circle_arrow_w,
.contact .faq_btn .ico_circle_arrow_w {
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	right: 1.6rem;
	top: 2.4rem;
}

/* フォームの場合 */
.contact .f-16.entry_form_top {
	margin-top: 2.1rem;
}

.contact .indent_txt {
	margin-top: 1.85rem;
}

.contact .entry_form_wrapper .indent_txt {
	padding-bottom: 2.85rem;
	border-bottom: 0.1rem solid #D9D9D9;
}

.contact .entry_form_wrapper .indent_txt p {
	width: 32.3rem;
	color: #222;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5rem;
	letter-spacing: 0.0072rem;
}

.contact .entry_form_wrapper .indent_txt .indent_txt_part {
	display: flex;
	justify-content: space-between;
}

/* *****セレクトボックス***** */
.contact .form_01_select {
	position: relative;
}

.contact .form_01_selectbox {
	opacity: 0;
	position: relative;
	z-index: 15;
	-webkit-appearance: none;
}

.contact .form_01_selectbox option {
	font-weight: bold;
	font-size: 1.3rem;
}

.contact .form_01_selectbox option:first-child {
	color: #bbb;
}

.contact .form_01_selectbox_view {
	position: absolute;
	top: 0;
	width: 31.5rem;
	height: 5rem;
	border: 0.1rem solid #bbb;
	border-radius: 0.2rem;
	padding: 1.7rem 2rem;
	line-height: 1;
	box-sizing: border-box;
	font-weight: bold;
}

.contact .ph-contact&gt;.bold:first-of-type {
	/* line-height: 1.5; */
}

.contact .ph-contact .front {
	/* text-align: center; */
}

.contact .ph-contact .front .bold {
	/* font-size: 1.8rem; */
}

.contact .ph-contact .front .time-box {
	/* width: 29.5rem; */
	/* height: 5.6rem; */
	/* padding: 0.5rem; */
	/* line-height: 1.6; */
	/* background-color: #f8ecbb; */
	/* border: 0.1rem solid #f0cf4c; */
	/* border-radius: 0.6rem; */
	/* text-align: center; */
	/* margin: 0 auto; */
}

.contact .ph-contact .front .time-box span {
	/* font-weight: bold; */
	/* display: block; */
}

.contact .ph-contact .front .time-box:first-of-type {
	/* margin-top: 1.6rem; */
	/* margin-bottom: 1rem; */
}

.contact .ph-num {
	/* color: #af1010; */
	/* font-size: 2.8rem; */
	/* font-weight: bold; */
	/* line-height: 1; */
	/* margin: 1.5rem 0 2.8rem; */
	/* padding-left: 3.4rem; */
	/* background: url(/cdn/pc/images/entry/contact/img_tel.png) no-repeat left center; */
	/* background-size: 2.5rem; */
	/* display: inline-block; */
}

/* *****内容確認****** */
.contact.confirm hr {
	/* margin: 3rem -2rem; */
	/* background-color: #bbb; */
	/* height: 0.1rem; */
	/* border: none; */
}

.contact.confirm .par-btn01.left-arrow {
	/* width: 9rem; */
	/* margin-right: 1.5rem; */
	/* color: #4494d5; */
	/* line-height: 4.4rem; */
}

.contact.confirm .btn-area {
	/* font-size: 0; */
}

.contact.confirm .par-btn02 {
	/* width: 21rem; */
}

/* *****完了****** */
.contact.complete .finished-msg {
	color: #113952;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4rem;
	text-align: center;
	margin-bottom: 2.4rem;
}

.contact.complete .entry-character {
	/* width: 16.76rem; */
	/* height: 13.9rem; */
	/* margin: 11.2rem auto 10.5rem; */
}</pre></body></html>