@charset "utf-8";
/*-------------------
共通class
--------------------------------------------------*/
@import url('https://secure.apap.jp/vc/base/usr/docs/css/common_smart.css');

/*########################################################################################

サイト全体枠

########################################################################################*/
.contents {
	padding: 16px 0;
}

/*########################################################################################

ヘッダー
header

########################################################################################*/
/*-----------------------------------------------------------------------------
■┓ヘッダー全体枠
┗┛
-----------------------------------------------------------------------------*/
#header .hd_top {
	flex-direction: column;
	margin-left: 16px;
	padding-bottom: 20px;
}
/*----------------------------
上部左ロゴ
----------------------------------------------------------*/
#header .hd_top .hd_l {
		align-items: center;
	order: 2
}
#header h1 {
	background: none;
	letter-spacing: 0;
	margin-left: 0;
	margin-right: 16px;
	padding: 2px 0 0 0;
}
#header h1 .kenpo_tit {
	margin-top: 0;
}
/*----------------------------
ヘッダー内右側
----------------------------------------------------------*/
#header .hd_r {
		align-self: flex-end;
	margin: -12px 16px 8px 0;
	order: 1;
}
/*----------------------------
お問い合わせボタン
----------------------------------------------------------*/
#header a.btn_contact_hd {
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
#header a.btn_contact_hd::before {
	font-size: 13px;
	font-size: 1.3rem;
}
/*----------------------------
日英切替ボタン
----------------------------------------------------------*/
#header a.btn_lang_hd {
	font-size: 11px;
	font-size: 1.1rem;
	min-width: 90px;
}


/*########################################################################################

ログインページスタイル

########################################################################################*/
/*-----------------------------------------------------------------------------

■┓ログインボックス
┗┛
-----------------------------------------------------------------------------*/
.login_box .login_container {
	border-right: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.login_box .lb_ttl {
	margin: 8px auto;
}
.login_box .wrap_rightside {
	width: 100%;
}
.login_box .login_btn {
	margin: 24px auto 8px;
}
.login_box .login_container .inner_container,
.login_box .regist_container .inner_container,
.login_box .environment_container .inner_container { /* SP時用のpadding */
	padding: 24px 20px;
}
.login_box .login_container + .environment_container {
	border-top: none;
}
.login_box .register_btn,
.login_box .requirements_txt {
	padding-left: 0;
}

/*----------------------------
Bタイプ（ノーマルタイプを上書きしてレイアウト調整）
----------------------------------------------------------*/
.login_box.tyep_b .login_container {
	width: 100%;
}
.login_box.tyep_b .regist_container {
	border-right: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
}


/*########################################################################################

セカンダリページ

########################################################################################*/
/*-----------------------------------------------------------------------------
■┓セカンダリ共通
┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
テーブル
----------------------------------------------------------*/
.sp_change_lengthway,
.sp_change_lengthway tbody,
.sp_change_lengthway tbody tr,
.sp_change_lengthway tbody tr th,
.sp_change_lengthway tbody tr td {
	display: block;
	width: 100%;
}
.sp_change_lengthway tbody th,
.sp_change_lengthway tbody td {
	border-bottom: none;
}
.sp_change_lengthway tbody tr:last-of-type td:last-of-type {
	border-bottom: 1px solid #dcdcdc;
}

/*----------------------------
ページ遷移
----------------------------------------------------------*/
.submit_area {
		flex-direction: column;
		align-items: center;
}

/*----------------------------
「更新する」ボタン　→　(a.btn_submit_sso)
「戻る」「閉じる」ボタン　→　(a.btn_back_sso、a.btn_close_sso)
----------------------------------------------------------*/
.submit_area .btn_back_sso,
.submit_area .btn_close_sso,
.submit_area .btn_submit_sso {
	min-width: 256px;
}
.submit_area .btn_back_sso,
.submit_area .btn_close_sso {
	margin-top: 24px;
	order: 1;
}
.submit_area .btn_back_sso + .btn_submit_sso,
.submit_area .btn_close_sso + .btn_submit_sso {
	margin: 0;
}

/*----------------------------
ページ移動ボタンを包む要素　→　（a.transition_wrap）
----------------------------------------------------------*/
.transition_wrap > div {
	width: 100%;
}
.transition_wrap > div:nth-child(even) {
	margin-left: 0;
}

/*-----------------------------------------------------------------------------
■┓個人情報変更ページ
┗┛
-----------------------------------------------------------------------------*/
.link_about_mail > div span {
	margin-left: 0;
}
.input_email_area .input_email {
	width: 100%;
}
.input_email_area .input_email_conf1,
.input_email_area .input_email_conf2 {
	width: calc(50% - 12px);
}
input.it_long {
	width: 100%;
}
input.it_middle {
	width: 100%;
}
input.it_short {
	width: 100%;
}
/* input のメール入力の横幅を合わせるため */
.it_row.it_long_width {
	width: 100%;
}

/*########################################################################################

フッター
#footer

########################################################################################*/
footer::before {
	background-size: cover;
}
/*----------------------------
お問い合わせ先
----------------------------------------------------------*/
#footer .contact_method {
		flex-flow: column;
		align-items: flex-start;
}
#footer .contact_method .tel {
		flex-flow: column;
	margin-right: 0;
}
#footer .contact_method .reception_time {
	margin: 4px 0 8px 16px;
}
#footer .contact_method .tel {
		align-items: flex-start;
}
#footer .contact_method .email {
	margin-bottom: 8px;
}
