@charset "utf-8";

/* ===========================================
 * 
 * ======================================== */
 .flex {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.com_content .contact {
	padding-top: 8px;
}

/* *****inputエリア***** */
.contact.input {
	margin-bottom: 16px;
}

.contact .form_01_input_textarea {
	height: 214px;
	padding: 8px;
	resize: none;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
}

.contact .form_01_input_text {
	padding: 8px;
	font-size: 16px;
}

/* 上部ボタン */
.com_content_inner .btn_wrapper {
	width: 1120px;
	margin-top: 24px;
	margin-bottom: 40px;
	display: flex;
	justify-content: end;
}

.par_subtitle {
	font-size: 18px;
	font-weight: bold;
}

.mail_content {
	color: #003288;
    text-decoration: underline;
}

a.transition_content p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin: 30px 0px;
    color: #003288;
}


.contact_info02 {
	font-size: 14px;
}

.contact.input .pinfo_btn,
.contact.input .faq_btn {
	position: relative;
	display: block;
	width: 224px;
	height: 40px;
	text-align: center;
	background-color: #2160AF;
	border-radius: 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.006em;
	color: #FFFFFF;
}

.contact.input .pinfo_btn {
	margin-right: 24px;
	padding-right: 20px;
}

.contact.input .ico_circle_arrow_w,
.contact.input .ico_circle_arrow_w {
	position: absolute;
	right: 16px;
	top: 12px;
}

/* フォームの場合 */
.contact.input .form_top {
	margin-top: 24px;
	margin-bottom: 8px;
}

.contact.input .form_announce {
	width: 920px;
	margin-bottom: 80px;
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
	color: #222222;
}

.contact.input .form_01_wrapper {
	width: 1120px;
}

/* *****フォームレイアウト***** */
.contact .form_01_table {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	padding: 30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.form_01_table + .form_01_table {
    border-top: none;
}

.form_01_td_wrapper {
	width: 516px;
}

/* *****電話でお問い合わせ***** */
.contact .com_content_inner.ph-contact {
	margin-top: 40px;
	text-align: center;
}

.contact .ph-contact .bold {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.contact .ph-contact .front {
	text-align: center;
}

.contact .ph-contact .front .time-box {
	width: 487px;
	height: 34px;
	line-height: 34px;
	background-color: #f8ecbb;
	border: 1px solid #f0cf4c;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
}

.contact .ph-contact .front .time-box span {
	font-weight: bold;
}

.contact .ph-contact .front .time-box:first-of-type {
	margin-top: 16px;
	margin-bottom: 10px;
}

.contact .ph-num {
	color: #af1010;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 30px;
	padding-left: 34px;
	background: url(/cdn/pc/images/entry/contact/img_tel.png) no-repeat left center;
	background-size: 25px;
	display: inline-block;
}


/* *****内容確認***** */
.contact .form_01_wrapper.confirm-form {
	line-height: 38px;
}

.contact.confirm .btn-area {
	font-size: 0;
	text-align: left;
}

.confirm-tbl th.left-col {
	width: 280px;
}

.confirm-tbl th.left-col .form_01_label {
	height: 40px;
	line-height: 40px;
}

.par-table01.confirm-tbl tr:last-child th.left-col {
	vertical-align: top;
}

.btn-area .par-btn01.left-arrow {
	background-color: #FFFFFF;
}

.secured_area {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.secured_area img {
    width: 160px;
    height: auto;
    margin-right: 30px;
}
/* *****完了***** */

