@charset "utf-8";
/*==================================================================================================

グループ用の設定

■メインカラー：#4c3f37 ← 一括置換OK

■Gid（ロゴの画像名）：G317
　画像名は「GXXX_」で始めてソートできるようにする


==================================================================================================*/
/* Google Fonts読み込み */
@import url('/vc/base/usr/docs/fonts/m_plus_1p/css/font.css');

body {
	background-color: #f6f6f6;
	color: #4c3f37;
	font-family: YakuHanJP, Arial, "Noto Sans Japanese", Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
.tit {
	font-family: "M PLUS 1p";
	transform: rotate(0.03deg);
}
/*-----------------------------------------------------------------------------
■┓ヘッダー全体枠
┗┛
-----------------------------------------------------------------------------*/
#header {
	border: none;
	padding-bottom: 24px;
}
/*----------------------------
上部左ロゴ
----------------------------------------------------------*/
#header .kenpo_en {
	color: #4c3f37;
}
/*----------------------------
日英切替ボタン
----------------------------------------------------------*/
#header a.btn_lang_hd {
	border-color: #4c3f37;
}
#header a:hover.btn_lang_hd {
	background-color: #4c3f37;
}


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

ログインページスタイル

########################################################################################*/
#main {
	position: relative;
}
#main::before {
	background-image: url("../images/G317/bg_wave.svg");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
		top: -14px;
		right: 0;
		left: 0;
	height: 14px;
}
.contents {
	padding: 80px 16px;
}
/*-----------------------------------------------------------------------------

■┓ログインボックス
┗┛
-----------------------------------------------------------------------------*/
.login_box,
.login_box .login_container,
.login_box .environment_container {
	border-color: #afa9a5;
}
.login_box .login_container .inner_container {
	padding: 48px;
}
.login_box .lb_sysname {
	margin: 0;
	padding-bottom: 0;
	width: auto;
}
.login_box .regist_container {
	align-items: flex-start;
}
.login_box .regist_container .inner_container {
	padding: 48px 32px 24px;
	width: 100%;
}
.login_box .regist_container .inner_container .register_btn:not(:last-of-type) {
	margin-bottom: 24px;
}
.login_box .register_btn {
	border-radius: 4px;
}
.login_box .login_btn a.btn_submit {
	background: #4c3f37;
	border-radius: 4px;
}
.login_box .register_btn a.btn_submit { /* ID・パスワードを取得するするボタン */
	background-color: #fff;
	border: 1px solid #4c3f37;
	border-radius: 4px;
	color: #4c3f37;
}
a.btn_submit span {
	line-height: 1.2;
}
.inner_container .check_alert {
	margin: 12px 0 0 0;
}
/*----------------------------
Bタイプ（ノーマルタイプを上書きしてレイアウト調整）
----------------------------------------------------------*/
/* 「ID・パスワード問合せ」がログインボックス内 */
.login_box .lb_ttl_sub2 {
	color: #4c3f37;
}
.login_box a.btn_registration {
	background: #4c3f37;
}


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

セカンダリページ

########################################################################################*/
/*-----------------------------------------------------------------------------
■┓セカンダリ共通
┗┛
-----------------------------------------------------------------------------*
/*----------------------------
ページ移動ボタン（「健保サイトへ戻る」「検診予約」等）のボタン　→　（a.btn_transition）
----------------------------------------------------------*/
a.btn_transition {
	background-color: #fff;
	border-color: #4c3f37;
	color: #4c3f37;
}
a.btn_transition:hover {
	background-color: #4c3f37;
}

/*前に戻る*/
.backhome {
	margin-bottom: 3em;
	text-align: center;
	width: 100%;
}
.backhome a {
	color: #007CC5;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: underline;
}
.backhome a i {
	margin-right: 10px;
}
.backhome a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
■┓個人情報変更ページ
┗┛
-----------------------------------------------------------------------------*/
.input_email_area .btn_send_email a {
	background: #4c3f37;
}


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

フッター
#footer

########################################################################################*/
footer {
	background-color: #4c3f37;
	color: #fff;
	padding-top: 40px;
	position: relative;
}
footer::before {
	background-image: url(../images/G317/bg_wave_b.svg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
		top: 0;
		right: 0;
		left: 0;
	height: 18px;
}
#footer .footer_nav ul li a {
	color: #fff;
	background-color: #4c3f37;
}
/*----------------------------
日英切替ボタン
----------------------------------------------------------*/
#footer .language {
	background-color: #4c3f37;
}
#footer a.btn_lang_ft:hover {
	color: #4c3f37;
}
/*----------------------------
健保名　※maintenance.jspで使用
----------------------------------------------------------*/
#footer .kenpoinfo {
	max-width: 950px;
	margin: 40px auto 0;
}
@media screen and (max-width:950px) {
	#footer .kenpoinfo {
		margin: 40px 16px 0;
	}
}
#footer .kenpo_name {
	font-family: "M PLUS 1p";
	transform: rotate(0.03deg); 
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0 1em 20px 0;
}
#footer .kenpo_address,
#footer .kenpo_tel {
	font-size: 12px;
	font-size: 1.2rem;
}
#footer .kenpo_tel {
	display: flex;
}
#footer .kenpo_tel div:first-child {
	margin-right: 2em;
}
#footer .kenpo_tel div > span {
	background-color: #fff;
	border-radius: 2px;
	color: #007CC5;
	display: inline-block;
	font-weight: bold;
	line-height: 1.0;
	margin-right: 6px;
	padding: 1px 4px 2px;
}

/*----------------------------
お問い合わせ先
----------------------------------------------------------*/
#footer .sso_contact_bg {
	border-color: #4c3f37;
}
#footer .sso_contact_wrap {
	color: #4c3f37;
}
#footer .sso_contact_wrap a {
	color: #4c3f37;
}
#footer .contact_method .email a {
	border-color: #4c3f37;
}
/*----------------------------
コピーライト
----------------------------------------------------------*/
#footer p.copyright { /* 健保サイトのcssを上書き */
	background-color: #4c3f37;
}
#footer p.copyright small {
	display: block;
	font-family: YakuHanJP, Arial, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 auto;
	padding-right: 8px;
	text-align: right;
	max-width: 950px;
}

/*----------------------------
ページトップ
----------------------------------------------------------*/
.page_top a {
	border: 1px solid #4c3f37;
	background-color: #fff;
	color: #4c3f37;
	font-family: "M PLUS 1p";
	transform: rotate(0.03deg);
}
.page_top a svg polygon {/* jsでimgをsvgに置き換え（cssで色変更するため） */
	fill: #4c3f37 !important;
}


/*----------------------------
「初期登録の手続きはこちら」余白調整
----------------------------------------------------------*/
.login_box .lb_bt {
	padding-top: 24px;
}