@charset "utf-8";
/*==================================================================================================
|
|基本設定
|
==================================================================================================*/
/* 共通class */
@import url('/vc/base/usr/docs/css/common_smart.css');
/*==================================================================================================
|
|▼サイトの構造
|
==================================================================================================*/
/*########################################################################################
|
|ヘッダー
|#wrap_header
|
########################################################################################*/
/*-----------------------------------------------------------------------------
|
|■┓ヘッダー部分・ナビゲーション
|┗┛
-----------------------------------------------------------------------------*/
.fixed_header_contents .header_btn {
	display: none;
}
#panel_contents .header_btn {
	display: flex;
		justify-content: space-between;
	margin-top: 16px;
	width: 100%;
}
#panel_contents .header_btn a {
	text-align: center;
	width: calc(50% - 4px);
}
/*-----------------------------------------------------------------------------
|
|■┓ハンバーガーメニュー部分
|┗┛
-----------------------------------------------------------------------------*/
#panel_contents {
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 36px;
}
#panel_contents .upper {
	padding: .5em;
}
/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・トップ部分
|┗┛
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・ミドル部分
|┗┛
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・ボトム部分
|┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
ユーザネームとポイント表示スタイル
----------------------------------------------------------*/
.user_name ,
.point {
	line-height: 1.6;
}
.user_name img {
	display: none;
}
.user_name span,
.point_num span {
	font-size: 11px;
	font-size: 1.1rem;
}
/*########################################################################################
|
|画面スクロール時の固定ヘッダー
|#fixed_header
|
########################################################################################*/
section.fixed_header_contents h1 {
	margin-right: 0;
	min-width: calc(100% - 80px);
	white-space: normal;
}
section.fixed_header_contents h1 a span:nth-of-type(1) {
	margin-right: 0;
	white-space: normal;
}
/*-----------------------------------------------------------------------------
|
|■┓fixed_header内オブジェクト並び順
|┗┛
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
|
|■┓検索バー　fixed_header用
|┗┛
-----------------------------------------------------------------------------*/
.search_bar_fh_wrap {
	display: none;
}
/*-----------------------------------------------------------------------------
|
|■┓固定ヘッダ・ハンバーガーメニュー部分　fixed_header用
|┗┛
-----------------------------------------------------------------------------*/
#ham_menu_btn {
	margin-left: -8px;
}
/*########################################################################################
|
|トップページ
|main#main_top
|
########################################################################################*/
main#main_top {
	background: none;
	padding: 0;
}
#top_menu {
	border-bottom: 1px solid #ccc;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	padding: 16px;
}
#top_menu > nav#gnavi li div:nth-of-type(1) { /* メニュー名　日本語（小） */
	font-size: 11px;
	font-size: 1.1rem;
}
#top_menu > nav#gnavi li div:nth-of-type(2) { /* メニュー名　日本語（大） */
	font-size: 15px;
	font-size: 1.5rem;
}
/*-----------------------------------------------------------------------------
|
|■┓トップページ用メインビジュアルエリア（最新の健診結果：総合判定）
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .catch {
	box-shadow: none;
}
main#main_top > .catch > .latest_results {
		justify-content: center;
}

main#main_top > .catch > .latest_results > .contents > .judge > span:nth-of-type(1) { /* 判定記号シェイプ */
	margin-right: 12px;
}
main#main_top > .catch > .latest_results > .contents > .judge > span:nth-of-type(2) { /* 判定記号メッセージ */
	font-size: 24px;
	font-size: 2.4rem;
}
main#main_top > .catch > .latest_results > .contents > .judge_description {
	height: auto;
}
main#main_top > .catch > .latest_results > .contents { /* 総合判定内容 */
	padding: 0 24px 0 24px;
	width: 100%;
	height: auto;
}
main#main_top > .catch > .latest_results > .nurse { /* 看護師 */
	display: none;
}
main#main_top > .catch > .latest_results > .detail { /* 最新の健診結果詳細を見るボタン */
	border-radius: 100vh;
		align-items: center;
		justify-content: center;
	margin: 0 24px;
	padding-right: 0;
}
main#main_top > .catch > .latest_results > .detail img {
	width: 280px;
	height: auto;
}
main#main_top > .catch > .latest_results > .fukidashi > span {
	font-size: 12px;
	font-size: 1.2rem;
}
table.judge_basic_info tbody tr:last-of-type {
	border-bottom: none !important;
}
/*-----------------------------------------------------------------------------
|
|■┓特殊健康診断個人票エリア
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .contents > .link_specialmedicalcheckup {
	box-shadow: none;
	margin-top: 40px;
}
main#main_top > .contents > .link_specialmedicalcheckup .wrap_link_btn > a {
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓トップページ用2カラム左コンテンツ囲い
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .contents > .left_wrap > section {
	box-shadow: none;
	margin-top: 40px;
}
/*----------------------------
胃部内視鏡（胃カメラ）検査選択時の自己負担額
----------------------------------------------------------*/
table.normal.tbl_copay tr.show_thead_txt{
	border-top: 1px solid #ccc;
}
table.normal.tbl_copay td {
	font-size: 16px;
	font-size: 1.6rem;
}
table.normal.tbl_copay td:before {
	content: attr(data-label);
	display: block;
	font-size: 13px;
	font-size: 1.3rem !important;
	margin-bottom: 8px;
	padding: 4px;
	text-align: center;
	background: #efefef;
}
/*-----------------------------------------------------------------------------
|
|■┓トップページ用2カラム右コンテンツ囲い（バナーエリア）
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .contents > .right_wrap {
	box-shadow: none;
	margin-top: 0;
}
/*-----------------------------------------------------------------------------
|
|■┓トップページ用1カラム
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .contents > .bottom_wrap {
	box-shadow: none;
	margin-top: 0;
}
/*########################################################################################
|
|セカンダリページ
|main#main
|
########################################################################################*/
/*
main#main > h1 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	padding-bottom: 12px;
}
main#main > h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}
main#main > h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	padding-bottom: 12px;
}
*/
#main > .contents #main_style > h1 {
	font-size: 22px;
	font-size: 2.2rem;
}
#main > .contents #main_style > h1 span {
	font-size: 10px;
	font-size: 1.0rem;
}
/*-----------------------------------------------------------------------------
|
|■┓健診結果を見る（過去に受診した健康診断一覧）
|┗┛
-----------------------------------------------------------------------------*/
table.normal.resultList tr:hover {
	background-color: transparent;
}
table.normal.resultList td {
	min-width: 100%;
	white-space: normal;
}
table.normal.resultList td:before {
	content: attr(data-label);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 8px;
	padding: 0;
	text-align: center;
	background: #efefef;
}
table.normal.resultList td:nth-of-type(1) { /* 受診日 */
	background: -webkit-linear-gradient(
			top
		, #eee 10%
		, #ddd);
	background: -moz-linear-gradient(
			top
		, #eee 10%
		, #ddd);
	background: -ms-linear-gradient(
			top
		, #eee 10%
		, #ddd);
	background: linear-gradient(
			to bottom
		, #eee 10%
		, #ddd);
	border-top: 1px solid #ccc;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px;
	text-align: center;
}
table.normal.resultList td:nth-of-type(1):before { /* [受診日]data-label */
	background: none;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 8px;
	margin-left: -40px; /* 受診年月日がセンタリング位置にくるよう調整（[受診日]data-label表示の影響） */
}
table.normal.resultList td:nth-of-type(4) {
	padding-bottom: 24px;
}
/* 「健診結果を見る」ボタン（スマホでタップ時のボタン領域を適正にするため、aタグにスタイルを付ける） */
a.btn_view {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 32px;
}
/*-----------------------------------------------------------------------------
|
|■┓アンケート（生活習慣についての質問）
|┗┛
-----------------------------------------------------------------------------*/
table.normal.questionnaire tr:nth-child(2n) {
	background: #fff;
}
table.normal.questionnaire tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.normal.questionnaire tbody td:nth-of-type(1) {
	background: #ccc;
}
table.normal.questionnaire tbody td:nth-of-type(2) { /* 質問項目 */
	max-width: 100%;
}
table.normal.questionnaire tbody td:nth-of-type(3) { /* 回答 */
	font-weight: 600;
	max-width: 100%;
	padding-bottom: 1em;
}
/*-----------------------------------------------------------------------------
|
|■┓お知らせ（健保、産業医、人事部）
|┗┛
-----------------------------------------------------------------------------*/
.news_list dl dt,
.news_list dl dd {
	border-bottom: none;
	padding: .5em 0;
}
.news_list dl dt {
	padding-bottom: 0;
}
.news_list dl dd {
	border-bottom: 1px dotted #ccc;
}
.news_list dl dt {
	width: 100%;
}
.news_list dl dd {
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓Powered by Value HR
|┗┛
-----------------------------------------------------------------------------*/
table.normal.powered_by_vhr td {
	font-size: 12px;
	font-size: 1.2rem;
}
/*-----------------------------------------------------------------------------
■┓サイトマップ
┗┛
-----------------------------------------------------------------------------*/
#sitemap {
	padding: 0;
}
#sitemap > ul {
	width: 100%;
}
/*########################################################################################
|
|フッター
|#footer
|
########################################################################################*/
.other_menu ul {
	display: inline-block;
	margin: auto;
	margin-top: 1em;
	width: auto;
}
.other_menu ul li {
	padding-bottom: 1em;
	width: 100%;
}
small {
	text-align: center;
}
/*########################################################################################
|
|サイト共通スタイルまとめ
|
########################################################################################*/
.disnon_sp {
	display: none;
}
/*-----------------------------------------------------------------------------
|
|■┓ご注意スタイル
|┗┛
-----------------------------------------------------------------------------*/
.notes_hantei { /* ver2.0.1 */
	height: auto;
}
/*-----------------------------------------------------------------------------
|
|■┓テーブルスタイル
|┗┛
-----------------------------------------------------------------------------*/
table.normal.th_right th {
	text-align: left;
}
/*-----------------------------------------------------------------------------
|
|■┓テーブル組み換え用
|┗┛
-----------------------------------------------------------------------------*/
table.sp_change_lengthway {
	width: 100%;
}
table.sp_change_lengthway thead {
	display: none;
}
table.sp_change_lengthway th,
table.sp_change_lengthway td {
	display: block;
	text-align: left;
}
table.sp_change_lengthway tr td {
	border-top: none;
	border-bottom: none;
}
table.sp_change_lengthway tbody tr:last-of-type {
	border-bottom: 1px solid #ccc;
}
/* data-label内表示 */
table.sp_change_lengthway tbody tr.show_thead_txt th::before,
table.sp_change_lengthway tbody tr.show_thead_txt td::before { /* eng対応で追加 */
	color: #000;
	content: attr(data-label);
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	white-space: pre;
}
/*-----------------------------------------------------------------------------
|
|■┓input  textarea  select設定
|┗┛
-----------------------------------------------------------------------------*/
/*--------------
申込フォームページの最下部ナビゲーション
----------------------------------------------------------*/
.submit_area {
		justify-content: center;
}
.submit_area .btn_submit {
	margin-top: 1em;
	margin-left: 0;
}
a.btn_back,
a.btn_close {
	min-width: 256px;
}

/*-----------------------------------------------------------------------------
|
|■┓利用規約画面
|┗┛
-----------------------------------------------------------------------------*/
/*--------------
利用規約（初回ログイン時に表示）
-------------------------------------------------------------------------------*/
#agreement h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
