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

グループ用の設定

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

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


==================================================================================================*/
/* Google Fonts読み込み */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500&display=swap');

body {
	background-color: #e5edf5;
	color: #262626;
	font-family: YakuHanJP, Arial, "Noto Sans Japanese", Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
.tit {
	font-family: "M PLUS 1p";
	transform: rotate(0.03deg);
	font-weight: normal !important;
}
/*-----------------------------------------------------------------------------
■┓ヘッダー全体枠
┗┛
-----------------------------------------------------------------------------*/
#header {
	border: none;
	padding-bottom: 24px;
}
/*----------------------------
上部左ロゴ
----------------------------------------------------------*/
#header h1 {
	background: url(/sso/common/images/G316/logo.svg) no-repeat left center;
	background-size: 25px 25px;
	font-size: 20px;
	font-size: 2.0rem;
	font-family: "Noto Sans Japanese";
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 16px;
	padding-left: 40px;
}
#header .kenpo_en {
	color: #004ea2;
}
/*----------------------------
日英切替ボタン
----------------------------------------------------------*/
#header a.btn_lang_hd {
	border-color: #004ea2;
}
#header a:hover.btn_lang_hd {
	background-color: #004ea2;
}


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

ログインページスタイル

########################################################################################*/
#main {
	position: relative;
}
#main::before {
	background-image: url("../images/G316/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: #b6cbcb;
}
.login_box .register_btn {
	border-radius: 4px;
}
.login_box .login_btn a.btn_submit {
	background: #004ea2;
	border-radius: 4px;
}
.login_box .register_btn a.btn_submit { /* ID・パスワードを取得するするボタン */
	background-color: #000;
	border: 1px solid #000;
	border-radius: 4px;
	color: #fff;
}
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: #004ea2;
}
.login_box a.btn_registration {
	background: #004ea2;
}


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

セカンダリページ

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


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

フッター
#footer

########################################################################################*/
footer {
	background-color: #000;
	padding-top: 40px;
	position: relative;
}
footer::before {
	background-image: url(../images/G316/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: #004ea2;
}
/*----------------------------
日英切替ボタン
----------------------------------------------------------*/
#footer .language {
	background-color: #004ea2;
}
#footer a.btn_lang_ft:hover {
	color: #004ea2;
}
/*----------------------------
お問い合わせ先
----------------------------------------------------------*/
#footer .sso_contact_bg {
	border-color: #004ea2;
}
#footer .sso_contact_wrap {
	color: #004ea2;
}
#footer .sso_contact_wrap a {
	color: #004ea2;
}
#footer .contact_method .email a {
	border-color: #004ea2;
}
/*----------------------------
コピーライト
----------------------------------------------------------*/
#footer p.copyright { /* 健保サイトのcssを上書き */
	background-color: #000;
}
#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 #004ea2;
	background-color: #fff;
	color: #004ea2;
	font-family: "M PLUS 1p";
	transform: rotate(0.03deg);
}
.page_top a svg polygon {/* jsでimgをsvgに置き換え（cssで色変更するため） */
	fill: #004ea2 !important;
}
