@charset "utf-8";
/*==================================================================================================
|
|基本設定
|
==================================================================================================*/
/* 共通class */
@import url('https://secure.apap.jp/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;
}
/*-------------------
検索バー　panel_contents用
--------------------------------------------------*/
.search_bar_panel_wrap {
	display: block;
	margin: .5em 0;
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・トップ部分
|┗┛
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・ミドル部分
|┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
検索バー
----------------------------------------------------------*/
.search_bar{
	display: none;
}
/*----------------------------
カートアイコン（リンクボタン）
----------------------------------------------------------*/
.carticon {
	display: none;
}
/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・ボトム部分
|┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
ユーザネームとポイント表示スタイル
----------------------------------------------------------*/
.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
|
########################################################################################*/
/*-----------------------------------------------------------------------------
|
|■┓fixed_header内オブジェクト並び順
|┗┛
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
|
|■┓検索バー　fixed_header用
|┗┛
-----------------------------------------------------------------------------*/
.search_bar_fh_wrap {
	display: none;
}
/*-----------------------------------------------------------------------------
|
|■┓カートアイコン（リンクボタン）　fixed_header用
|┗┛
-----------------------------------------------------------------------------*/
section.fixed_header_contents .carticon {
	display: block;
	margin-left: auto;
}
/*-----------------------------------------------------------------------------
|
|■┓固定ヘッダ・ハンバーガーメニュー部分　fixed_header用
|┗┛
-----------------------------------------------------------------------------*/
#ham_menu_btn {
	margin-left: -8px;
}
/*########################################################################################
|
|トップページ
|main#main_top
|
########################################################################################*/
main#main_top {
	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;
}
/*-------------------
トップページ用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;
}
/*-----------------------------------------------------------------------------
|
|■┓申込完了までの流れ
|┗┛
-----------------------------------------------------------------------------*/
#reservation_nav ul li {
	margin-right: 5px;
}
/*-----------------------------------------------------------------------------
|
|■┓ご利用方法
|┗┛
-----------------------------------------------------------------------------*/
.application_flow h3+div {
	display: flex;
		flex-wrap: wrap;
}
.application_flow h3+div div:nth-of-type(1) {
	margin-right: 0;
	width: 100%;
}
.application_flow h3+div div:nth-of-type(2) {
	text-align: center;
	width: 100%;
}
.application_flow h3+div div:nth-of-type(2) img {
	margin-top: 1em;
	width: 280px;
}
/*-----------------------------------------------------------------------------
|
|■┓健康診断について
|┗┛
-----------------------------------------------------------------------------*/
/*タブのスタイル*/
.aboutCheckup_tab_item {
	font-size: 12px;
	font-size: 1.2rem;
}
/*タブ切り替えの中身のスタイル*/
.aboutCheckup_tab_content {
	border: none;
	padding: 0;
}
table.normal.aboutCheckup th {
	white-space: normal;
}
table.normal.aboutCheckup td {
	vertical-align: middle;
}
table.normal.aboutCheckup td span {
	font-size: 14px;
	font-size: 1.4rem;
}
table.normal.aboutCheckup_tab th {
	font-size: 12px;
	font-size: 1.2rem;
	white-space: nowrap;
}
table.normal.aboutCheckup_tab td {
	text-align: center;
	vertical-align: middle;
}
table.normal.aboutCheckup_tab td:nth-of-type(1) {
	white-space: nowrap;
}
table.normal.aboutCheckup_tab td:nth-of-type(2) {
	white-space: nowrap;
}
table.normal.aboutCheckup_tab td:nth-of-type(4) {
	max-width: 400px;
	min-width: 200px;
}
table.normal.aboutCheckup_tab td .tab_notes {
	color: red;
	font-size: 12px;
	font-size: 1.2rem;
}

/*-----------------------------------------------------------------------------
|
|■┓健診内容選択（健診機関）
|┗┛
-----------------------------------------------------------------------------*/
table.normal.resultList td:nth-of-type(1) {
	background: #7f7f7f;
}
table.normal.resultList td:nth-of-type(1) a {
	color: #fff;
}
table.normal.resultList tr:nth-child(2n) {
	background: #fff;
}
table.normal.resultList td:nth-of-type(3),
table.normal.resultList td:nth-of-type(4) {
	border-top: none;
}
table.normal.resultList td:nth-of-type(2) {
	padding-bottom: 0;
}
/*
table.normal.resultList td:nth-of-type(3) {
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
}
table.normal.resultList td:nth-of-type(4) {
	padding-bottom: 24px;
}
*/
.ic_payment_description {
	padding: 16px 0 8px 0;
}
.ic_payment_description ul li {
	font-size: 11px;
	font-size: 1.1rem;
}
.ic_book {
	font-size: 16px;
	font-size: 1.6rem;
}
.tbl_headline {
		flex-flow: wrap;
	margin: 40px 0 8px 0;
}
.tbl_headline h3 {
	font-size: 20px;
	font-size: 2.0rem;
	order: 2;
}
.tbl_headline a {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 16px;
	order: 1;
	width: 100%;
}
.tbl_navi a {
	display: block;
	width: 100%;
}

/*-----------------------------------------------------------------------------
|
|■┓健診内容選択（健診コース）
|┗┛
-----------------------------------------------------------------------------*/
.course_decided {
	padding: 16px 24px 24px 24px;
}
.course_decided > div {
	text-align: center;
}
table.normal.course_decided th {
	text-align: center !important;
}
table.normal.course_decided ,
table.normal.course_decided tr,
table.normal.course_decided th,
table.normal.course_decided td {
	border: none !important;
}
/*-----------------------------------------------------------------------------
|
|■┓健診内容選択（受診希望日）
|┗┛
-----------------------------------------------------------------------------*/
#calendar table thead {
	display: none;
}
#calendar table th,
#calendar table td {
	display: block;
	width: 100%;
}
#calendar table td {
	height: auto;
	display: flex;
	border-bottom: none;
	width: 100%;
}
#calendar table tr:last-child td:last-child {
	border-bottom: 1px solid #ccc;
}
#calendar .none {
	display: none
}
#calendar td i {
	width: 80px;
}
#calendar td i:after {
	font-size: 12px;
	font-size: 1.2rem;
}
#calendar td:nth-child(1) i:after {
	content: "（日）";
	color: red;
}
#calendar td:nth-child(2) i:after {
	content: "（月）";
}
#calendar td:nth-child(3) i:after {
	content: "（火）";
}
#calendar td:nth-child(4) i:after {
	content: "（水）";
}
#calendar td:nth-child(5) i:after {
	content: "（木）";
}
#calendar td:nth-child(6) i:after {
	content: "（金）";
}
#calendar td:nth-child(7) i:after {
	content: "（土）";
	color: navy;
}
#calendar table td a ,
#calendar table td .ok ,
#calendar table td .ng ,
#calendar table td .past {
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓ご連絡先・支払方法入力
|┗┛
-----------------------------------------------------------------------------*/
table.normal.applyFormForInet th {
	width: 100%;
	text-align: left;
}
/*-----------------------------------------------------------------------------
|
|■┓アンケート（生活習慣についての質問）
|┗┛
-----------------------------------------------------------------------------*/
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;
}

/*-----------------------------------------------------------------------------
|
|■┓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;
}
/*-----------------------------------------------------------------------------
|
|■┓テーブルスタイル
|┗┛
-----------------------------------------------------------------------------*/
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;
}


/*-----------------------------------------------------------------------------
|
|■┓input  textarea  select設定
|┗┛
-----------------------------------------------------------------------------*/
/*--------------
申込フォームページの最下部ナビゲーション
----------------------------------------------------------*/
.submit_area {
		justify-content: center;
}
.submit_area .btn_submit {
	margin-top: 1em;
	margin-left: 0;
}
/*----------------------------
「次へ」等のボタン　→　（a.btn_submit）
「戻る」等のボタン　→　（a.btn_back）
----------------------------------------------------------*/
a.btn_back {
	min-width: 256px;
}

/*----------------------------
特定業務従事者健診スマホ版調整
----------------------------------------------------------*/
#top_menu > nav#gnavi li.gnavi_nightwork a div span {
	font-size: 10px;
	font-size: 1.0rem;
}