@charset "utf-8";
/*--------------
基本設定（480px以下）
----------------------------------------------------------*/

/*-----------------------------------------------------------------------------
■┓サイト全体枠
┗┛
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
■┓ヘッダー用
┗┛
-------------------------------------------------------------------------------*/
/*--------------
ヘッダー全体枠
----------------------------------------------------------*/
.site_logo a.pc_link {
	display: none;
}
.site_logo a.sp_link {
	display: block;
}
.site_logo a {
	width: 245px;
}
.site_logo a img {
	width: 245px;
}
/*--------------
USB KW21-Connectログイン画面
----------------------------------------------------------*/
.ubs_login_box {
	background-position:  55% 0;
	box-shadow: 0px 0px 4px 2px #dedede;
	display: block;
	margin: 8px;
	padding: 28px;
	width: auto;
}
.ubs_login_box > div {
	width: 100%;
}
.ubs_login_box .wrap_left {
	margin-bottom: 24px;
}
.ubs_login_box .wrap_right {
	padding: 0;
}
.ubs_sys_ttl {
	font-size: 158%;
	margin-bottom: 24px;
}
/*--------------
各システムへリンク
----------------------------------------------------------*/
section.sys_link ul {
	background: #20190b;
}
section.sys_link ul li {
	float: none;
	width: 100%;
}
section.sys_link ul li img {
	display: none;
}
section.sys_link ul li a {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.7);
	color: #fff;
	margin-bottom: 1px;
	padding: 13px;
	position: relative;
	text-decoration: none;
}
section.sys_link ul li a::after {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 3px);
		right: 10px;
	transform: rotate(-45deg);
	width: 6px;
	height: 6px;
}
section.sys_link ul li a.vc {
	background: #f99;
}
section.sys_link ul li a.pers {
	background: #39f;
}
section.sys_link ul li a.crems {
	background: #f93;
}
section.sys_link ul li a.me {
	background: #9c3;
	margin-bottom: 0;
}
section.sys_link ul li a span {
	display: block;
}
section.sys_link ul li a:hover::after {
	border-right: 3px solid #ff0;
	border-bottom: 3px solid #ff0;
}
/*--------------
テーブルスタイル
----------------------------------------------------------*/
table.guide_tbl th,
table.guide_tbl td {
	display: block;
	width: 100%;
}
table.guide_tbl th {
	text-align: left;
}
table.guide_tbl th.title {
	display: none;
}
table.guide_tbl th div::before,
table.guide_tbl td div::before {
	color: #000;
	content: attr(data-label);
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	white-space: pre;
}
table.company_contact {
	border-left: 1px solid #ccc;
}
table.company_contact th,
table.company_contact td {
	display: block;
	width: 100%;
}
table.company_contact th {
	background: #004098;
	color: #fff;
}
/*--------------
フッター
----------------------------------------------------------*/
footer ul.child li a::after {
		top: 5px;
}
.registered_icon {
	line-height: 1.1em;
}
/*----------------------------
健保のしくみ
> 保険証としてのマイナンバーカード利用(guide_13.jsp)
----------------------------------------------------------*/
.mynumber .point_photo {
	margin-top: 1em;
}
.mynumber .side_photo {
	display: block;
}
.mynumber .mynum_contact_free .mynum_contact_tit,
.mynumber .mynum_contact_free2 .mynum_contact_tit,
.mynumber .link_box p.other_tel {
	font-size: 14px;
}

/*--------------
健康への取組
　契約フィットネスクラブについて
----------------------------------------------------------*/
.fitness_list {
		flex-direction: column;
}
.fitness_list > div {
	text-align: center;
}
.fitness_name {
	font-weight: bold;
	margin-bottom: 4px;
}
