@charset "utf-8";
/*-----------------------------------------------------------------------------
|
|■┓コンテンツ部分
|┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
ページ遷移エリア
----------------------------------------------------------*/
.submit_center {
		flex-direction: column;
		align-items: center;
}
.submit_center .pos_lb {
	margin-top: 24px;
	position: static;
}

/*-------------------
（.sp_change_lengthway）
SP表示では縦に並べて<tbody>で分割し表示させる
複数のidやclassを全て持った要素にだけスタイルを適用させたい場合の記述(複数指定箇所はドット(.)つなぎにして絞り込む)
--------------------------------------------------*/
table.sp_change_lengthway.sp_width_max {
	display: block;
}
table.sp_change_lengthway.sp_tbl_center {
	margin-right: auto;
	margin-left: auto;
}
table.sp_change_lengthway tbody,
table.sp_change_lengthway tbody tr,
table.sp_change_lengthway tbody tr th,
table.sp_change_lengthway tbody tr td {
	display: block;
	text-align: left;
	width: 100% !important;
}
table.sp_change_lengthway thead {
	display: none;
}
table.sp_change_lengthway tbody {
	margin-top: 16px;
}
table.sp_change_lengthway tbody:first-of-type {
	margin-top: 0;
}
table.sp_change_lengthway tbody th,
table.sp_change_lengthway tbody td {
	border-bottom: none;
}
table.sp_change_lengthway tbody tr:last-of-type {
	border-bottom: 1px solid #ccc;
}

/*----------------------------
テーブル　お問い合わせフォーム（.qes_form）絞り込み
----------------------------------------------------------*/
/* ID・PWがわからない方（SP用） */
table.normal.qes_form tr.no_idpw_sp {
	display: block;
}
/* inputのサイズ */
table.normal td .name_width {
		flex-wrap: wrap;
}
table.normal td .name_width input {
	width: 100%;
}
table.normal td .name_width input:first-child {
	margin-right: 0;
}
table.normal td .email_conf {
		flex-wrap: wrap;
}
table.normal td .email_conf .email_conf1 {
	width: 100%;
}
table.normal td .email_conf .email_conf2 {
	width: calc(100% - 1.5em);
}
table.normal td .email_conf .atmark {
	text-align: left;
	width: 1.5em;
}
/*----------------------------
テーブル　お問い合わせ受付完了（.qes_ok）絞り込み
----------------------------------------------------------*/
#vc_style table.normal.qes_ok {
	width: 100%;
}

/*-----------------------------------------------------------------------------
|
|■┓ページ遷移ボタン
|┗┛
-----------------------------------------------------------------------------*/
/* a.btn_ */
a.btn_submit,
a.btn_back,
a.btn_close {
	width: 240px;
}
