@charset "utf-8";

/* ===========================================
 * お問い合わせページ(入力画面、確認画面、完了画面)
 * ======================================== */
.com_content .input,
.com_content .confirm,
.com_content .complete {
	margin: 0 auto;
	width: 1120px;
}

input,
textarea,
dl {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

/* *****ラベル***** */
.form_01_label {
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
}

.input .form_01_label {
	line-height: 38px;
}

.form_01_label.flex {
	display: flex;
}

.require-ico {
	position: absolute;
	display: block;
	text-align: center;
	width: 32px;
	height: 20px;
	right: 0px;
	top: 8px;
	border-radius: 2px;
	background-color: #D02424;
	color: #FCFCFC;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}

/* *****フォント***** */
.confirm_msg {
	font-style: normal;
	font-weight: bold;
	font-size: 18px !important;
	text-align: center;
	line-height: 24px;
	letter-spacing: 0.06px;
}

/* *****ボタン・リンク***** */
button.par-btn01,
button.par-btn02 {
	cursor: pointer;
}

button.par-btn01:hover,
button.par-btn02:hover {
	opacity: 0.7;
	transition: .5s;
}

.btn-area, .confirm_btn-area {
	display: flex;
	justify-content: left;
	text-align: center;
	margin: 60px 0;
}

.btn-area .par-btn02, .confirm_btn-area .par-btn02 {
	border: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}

/* *****inputエリア***** */
.form_01_th {
	width: 180px;
	height: 38px;
}

.form_01_td {
	margin-left: 64px;
}

.form_01_selectbox {
	width: 336px;
	height: 40px;
}

.form_01_input_text,
.form_01_input_textarea {
	width: 516px;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #D9D9D9;
	background-color: #F8F8F8;
}

/* *****セキュリティエリア***** */
.security-area {
	height: 149px;
	background-color: #F1F9FF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.security-area img {
	width: 201px !important;
	margin-left: 24px !important;
}

.security-wrapper {
	background-color: #F1F9FF;
	display: flex;
	justify-content: center;
}

.security-wrapper .security-area p {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.06px;
	color: #222222;
}

.text_link {
	color: #313131;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.form_text p {
	color: #313131;
    text-decoration: blink;
    margin-top: 30px;
    margin-left: 340px;
}

/* *****内容確認***** */
.confirm-tbl {
	width: 1120px;
	margin-top: 60px;
	border-collapse: separate;
	border-spacing: 20px;
	padding: 0 120px;
}

.confirm-tbl td {
	padding-left: 80px;
	padding-top: 8px;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	color: #222222;
	text-align: left;
	word-break: break-all;
	border: none;
}
.right-col.contents-txt .form_01_input_value {
	min-height: 400px;
}

.confirm-tbl .form_01_input_value {
	color: #222222;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.confirm_btn-area {
	display: flex;
	justify-content: center;
}

.confirm_btn-area .par-btn02:nth-of-type(1) {
	margin-right: 20px;
}

.confirm_btn-area .par-btn02:nth-of-type(2) {
	margin-left: 20px;
}

/* *****完了***** */
.complete .btn-area {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.finished-msg {
	margin-bottom: 108px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	/* line-height: 14px; */
	text-align: center;
}

.complete img {
	display: block;
	width: 301.46px;
	height: 194.11px;
	margin: 0 auto;
}
/* *****エラーメッセージ***** */

.err_msg {
	font-size: 16px;
	line-height: 16px;
	color: #CD1400;
	background-color: none;
	margin-bottom: 10px;
}

.access-err.err_msg {
	background: none;
	text-align: center;
}

.input .form_01_selectbox_view.input_error {
	border-color: #CD1400;
	background-color: #FFF4F3;
}

.contact .form_01_selectbox_view.input_error::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	right: 8px;
	background-size: 16px 16px;
}

.input .form_01_input_text.input_error,
.input .form_01_input_textarea.input_error {
	border-color: #CD1400;
	background-color: #FFF4F3;
}

/* *****セレクトボックス***** */
.contact .form_01_select {
	position: relative;
}

.contact .form_01_select option {
	font-weight: bold;
}

.contact .form_01_select option:first-child {
	color: #222222;
}

.contact .form_01_selectbox {
	opacity: 0;
	position: relative;
	z-index: 15;
	-webkit-appearance: none;
	cursor: pointer;
}

.contact .form_01_selectbox_view {
	position: absolute;
	top: 0;
	padding-left: 8px;
	color: #222222;
	width: 336px;
	height: 40px;
	font-style: normal;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer;
	border-radius: 4px;
	border: solid 1px #D9D9D9;
	background-color: #F8F8F8;
}

.contact p.form_01_selectbox_view::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 15px;
	right: 16px;
	background-image: url("/cdn/pc/images/common/ico_carret_bottom.svg");
	background-size: 12px 12px;
}

.form_01_input_text:focus, .form_01_input_textarea:focus {
	border: 1px solid;
	border-color: #2160AF;
	/* 枠線の色 */
	outline: none;
	/* ※ブラウザが標準で付加する線を消したいとき */
}