@charset "utf-8";
/*==================================================================================================
|
|基本設定
|
==================================================================================================*/
/* 共通class */
@import url('/vc/base/usr/docs/css/common_pad.css');
body {
	font-size: 16px;
	font-size: 1.6rem;
	min-width: initial;
	min-width: auto; /* IE用 */
	padding-top: 48px; /* fixed_header_spの高さ+影分調整 */
}
img {
	max-width: 100%;
	height: auto;
}
/*
a {
	word-break: break-all;
}
*/
/*==================================================================================================
|
|▼サイトの構造
|
==================================================================================================*/
#gray_panel {
	/*display: none !important;*/ /* js操作よりもこの設定を優先させるため */
}
#wrap_header {
	display: none;
}
#wrap_gnavi {
	display: none;
}
#fixed_header_replace {
	display: none !important; /* js操作よりもこの設定を優先させるため */
}
#fixed_header {
	display: none !important; /* js操作よりもこの設定を優先させるため */
}
#fixed_header_sp {
	display: block;
	position: fixed;
		top: 0;
	z-index: 10000;
}
/*########################################################################################
|
|ヘッダー
|#wrap_header
|
########################################################################################*/
#header {
	width: auto;
	height: auto;
}
.header_contents {
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓ヘッダー部分・ナビゲーション
|┗┛
-----------------------------------------------------------------------------*/
.fixed_header_contents .header_btn {
	display: flex;
		align-items: center;
		justify-content: flex-end;
	width: 100%;
}
.fixed_header_contents .header_btn > a {
	background: #228b22;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 4px;
	padding: 8px 16px;
	position: relative;
	text-decoration: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	vertical-align: middle;
	/*white-space :nowrap;*/
	word-break: keep-all;
}
.fixed_header_contents .header_btn > a:last-child {
	margin-right: 0;
}
.fixed_header_contents .header_btn > a::before {
	background: #fff;
	content: "";
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
}
.fixed_header_contents .header_btn > a:hover {
	color: #006400;
}
.fixed_header_contents .header_btn > a:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#panel_contents .header_btn {
	display: none;
}
.header_fixed {
	position: static !important;
}
/*-----------------------------------------------------------------------------
|
|■┓ハンバーガーメニュー部分
|┗┛
-----------------------------------------------------------------------------*/
#panel_menu ,
#panel_contents {
	display: block;
}
#panel_menu {
	position: fixed;
	top: 8px;
	right: 8px;
	z-index: 199;
}
#panel_menu_icon {
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #fff;
	transition: .2s;
}
#panel_menu_icon:before, #panel_menu_icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#panel_menu_icon:before {
	margin-top: -6px;
}
#panel_menu_icon:after {
	margin-top: 4px;
}
#panel_contents {
	background: #fff;
	background: -webkit-linear-gradient(
			top
		, #fff 0%
		, #efefef 99.8%
		, #999);
	background: -moz-linear-gradient(
			top
		, #fff 0%
		, #efefef 100%
		, #999);
	background: -ms-linear-gradient(
			top
		, #fff 0%
		, #efefef 99.8%
		, #999);
	background: linear-gradient(
			to bottom
		, #fff 0%
		, #efefef 100%
		, #999);
	display: none;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	width: 100%;
	height: auto;
	/*
	position: relative;
	*/
	position: fixed;
		top: 48px;
	z-index: 10000;
}
#panel_contents .upper {
	background: #efefef;
	color: #333;
	display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	padding: 1em;
	width: 100%;
}
#panel_contents .title {
	background: #efefef;
	background: -webkit-linear-gradient(
			top
		, #fff 0%
		, #fff 80%
		, #efefef 99%
		, #999);
	background: -moz-linear-gradient(
			top
		, #fff 0%
		, #fff 80%
		, #efefef 99%
		, #999);
	background: -ms-linear-gradient(
			top
		, #fff 0%
		, #fff 80%
		, #efefef 99%
		, #999);
	background: linear-gradient(
			to bottom
		, #fff 0%
		, #fff 80%
		, #efefef 99%
		, #999);
	opacity: 1.0;
	padding: 24px 1em;
	text-align: center;
}
#panel_contents .contents {
	border-top: 1px solid #fff;
	margin: 0 auto;
	width: 100%;
}
#panel_contents nav.header_navi_hm ul {
	background: #587cc7;
	display: flex;
		flex-wrap: wrap;
}
#panel_contents nav.header_navi_hm ul li {
	width: 100%;
}
#panel_contents nav.header_navi_hm ul li a {
	background: #587cc7;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	box-shadow: 0 2px 0 rgba(255,255,255,0.5);
	color: #fff;
	display: block;
	margin-bottom: 1px;
	position: relative;
	text-decoration: none;
}
#panel_contents nav.header_navi_hm ul li a ,
#panel_contents nav.gnavi_hm ul li a {
	padding: 12px 8px 12px 16px;
}
#panel_contents nav.header_navi_hm ul li a::after {
	color: #fff;
	content: "\f054"; /* fa-chevron-right */
	font-family: FontAwesome;
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
		top: calc(50% - 7px);
		right: 7px;
}
#panel_contents nav.header_navi_hm ul li a.parent::after {
	color: #fff;
	content: "\f078"; /* fa-chevron-down */
}
#panel_contents nav.header_navi_hm ul li a.parent_open::after {
	color: #fff;
	content: "\f077"; /* fa-chevron-up  */
}
#panel_contents nav.header_navi_hm ul li a:hover {
	opacity: .6;
}
#panel_contents nav.header_navi_hm ul li a:hover::after {
}
#panel_contents nav.header_navi_hm ul.panel_nest {
	background: #fff;
}
#panel_contents nav.header_navi_hm ul.panel_nest li a {
	background: #efefef;
	color: #000;
}
#panel_contents nav.header_navi_hm ul.panel_nest li:last-child a {
	margin-bottom: 0;
}
#panel_contents nav.header_navi_hm ul.panel_nest li a:hover {
	background: #fff;
}
#panel_contents nav.header_navi_hm ul.panel_nest li a::after {
	display: none;
}
#panel_contents nav.header_navi_hm ul.panel_nest li a span {
	padding-left: 15px;
}
#panel_contents nav.header_navi_hm ul.panel_nest li a::before {
	color: #999;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	font-size: 1.0rem;
	position: absolute;
		top: calc(50% - 7px);
		left: 16px;
}
#panel_contents nav.gnavi_hm ul {
	background: #fff;
	display: flex;
		flex-wrap: wrap;
}
#panel_contents nav.gnavi_hm ul li {
	width: 100%;
}
#panel_contents nav.gnavi_hm ul li a {
	background: -webkit-linear-gradient(
			top
		, #fff 0%
		, #fff 80%
		, #efefef 99%
		, #ccc);
	background: -moz-linear-gradient(
			top
		, #fff 0%
		, #fff 80%
		, #efefef 99%
		, #ccc);
	background: -ms-linear-gradient(
			top
		, #fff 0%
		, #fff 80%
		, #efefef 99%
		, #ccc);
	background: linear-gradient(
			to bottom
		, #fff 0%
		, #fff 80%
		, #efefef 99%
		, #ccc);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5);
	color: #000;
	display: block;
	margin-bottom: 1px;
	position: relative;
	text-decoration: none;
}
#panel_contents nav.gnavi_hm ul li a::after {
	font-family: FontAwesome;
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
		top: calc(50% - 9px);
		right: 7px;
}
#panel_contents nav.gnavi_hm ul li a:hover {
	opacity: .6;
}
#panel_contents nav.gnavi_hm ul li.orange {
	border-top: 2px solid #f60;
}
#panel_contents nav.gnavi_hm ul li.orange a::after {
	color: #f60;
	content: "\f054";
}
#panel_contents nav.gnavi_hm ul li.pink {
	border-top: 2px solid #f67b7b;
}
#panel_contents nav.gnavi_hm ul li.pink a::after {
	color: #f67b7b;
	content: "\f054";
}
#panel_contents nav.gnavi_hm ul li.green {
	border-top: 2px solid #090;
}
#panel_contents nav.gnavi_hm ul li.green a::after {
	color: #090;
	content: "\f054";
}
#panel_contents nav.gnavi_hm ul li.purple {
	border-top: 2px solid #4A148C;
}
#panel_contents nav.gnavi_hm ul li.purple a::after {
	color: #4A148C;
	content: "\f054";
}
#panel_contents nav.gnavi_hm ul li.blue {
	border-top: 2px solid #587cc7;
}
#panel_contents nav.gnavi_hm ul li.blue a::after {
	color: #587cc7;
	content: "\f054";
}
#panel_contents nav.gnavi_hm ul li.grayout a:hover {
	opacity: 1;
	cursor: not-allowed;
}
#panel_contents nav.gnavi_hm ul li.grayout {
	border-top: 2px solid #ccc;
}
#panel_contents nav.gnavi_hm ul li.grayout a {
	color: #ccc;
}
#panel_contents nav.gnavi_hm ul li.grayout a::after {
	color: #ccc;
	content: "\f054";
}
/* ネストメニューがある場合、aタグにclass名「parent」を付け、下向き矢印に変更 */
#panel_contents nav.gnavi_hm ul li a.parent::after {
	content: "\f078"
}
/* ネストメニューがある場合、aタグにclass名「parent_open」を付け、上向き矢印に変更 */
#panel_contents nav.gnavi_hm ul li a.parent_open::after {
	content: "\f077";
}
#panel_contents nav.gnavi_hm ul.panel_nest {
	background: #fff;
}
#panel_contents nav.gnavi_hm ul.panel_nest li a {
	background: #efefef;
	color: #000;
}
#panel_contents nav.gnavi_hm ul.panel_nest li:last-child a {
	margin-bottom: 0;
}
#panel_contents nav.gnavi_hm ul.panel_nest li a:hover {
	background: #fff;
}
#panel_contents nav.gnavi_hm ul.panel_nest li a::after {
	display: none;
}
#panel_contents nav.gnavi_hm ul.panel_nest li a span {
	padding-left: 15px;
}
#panel_contents nav.gnavi_hm ul.panel_nest li a::before {
	color: #999;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	font-size: 1.0rem;
	position: absolute;
		top: calc(50% - 7px);
		left: 16px;
}
.close_btn {
	text-align: center;
	line-height: 0;
	margin-top: 1px;
}
#panel_close_btn {
	background: #999;
	border-radius: 0 0 40px 40px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	display: inline-block;
	margin-bottom: 16px;
	position: relative;
	width: 80px;
	height: 40px;
}
#panel_close_btn:hover {
	text-decoration: none;
}
#panel_close_btn_icon {
	display: block;
	margin: -1px 0 0 -7px;
	position: absolute;
		top: 60%;
		left: 50%;
	width: 14px;
	height: 2px;
}
#panel_close_btn_icon:before, #panel_close_btn_icon:after {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
		top: 50%;
		left: 0;
	width: 14px;
	height: 2px;
}
#panel_close_btn_icon:before {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel_close_btn_icon:after {
	margin-top: 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#panel_close_btn .menu_text { /* MENUテキスト */
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.6;
	text-align: center;
}
/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・トップ部分
|┗┛
-----------------------------------------------------------------------------*/
nav.header_navi {
	display: none;
}
/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・ミドル部分
|┗┛
-----------------------------------------------------------------------------*/
.header_contents .header_title {
	width: 100%;
}
.header_contents .header_title .site_logo {
}
.header_contents .header_title .company_name {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}
.header_contents .header_title .site_name {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
}
/*----------------------------
メガメニュー
----------------------------------------------------------*/
#megamenu {
}
#megamenu > ul {
	width: 100%;
}
#megamenu > ul:nth-of-type(1) {
	width: 100%;
	order: 2;
}
#megamenu > ul:nth-of-type(2) {
	width: 100%;
	margin-bottom: 2em;
	order: 1;
}
/*----------------------------
メッセージボックス
----------------------------------------------------------*/
.msg_box {
	margin-right: 0;
}
.msg_box .msg_icon img {
	width: 36px;
	height: auto;
}

/*-----------------------------------------------------------------------------
|
|■┓ヘッダーコンテンツ・ボトム部分
|┗┛
-----------------------------------------------------------------------------*/
.header_contents .bottom {

}
/*########################################################################################
|
|画面スクロール時の固定ヘッダー
|#fixed_header
|
########################################################################################*/
section.fixed_header_contents {
	width: 100%;
}
section.fixed_header_contents h1 {
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	/*
	font-size: 14px;
	font-size: 1.4rem;
	*/
	font-weight: 500;
	line-height: 1.2;
	margin-right: 1em;
	white-space: nowrap;
}
section.fixed_header_contents h1 a {
	display: flex;
		align-items: stretch;
		flex-wrap: wrap;
	height: 48px;
}
section.fixed_header_contents h1 a span:nth-of-type(1) {
	display: flex;
		align-items: flex-end;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100%;
}
section.fixed_header_contents h1 a span:nth-of-type(2) {
	display: flex;
		align-items: flex-start;
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}
section.fixed_header_contents h1 a ,
section.fixed_header_contents h1 a:hover {
	color: #fff;
	text-decoration: none;
}
section.fixed_header_contents h1 a:hover {
	opacity: .6;
}
/*-----------------------------------------------------------------------------
|
|■┓fixed_header内オブジェクト並び順
|┗┛
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
|
|■┓検索バー　fixed_header用
|┗┛
-----------------------------------------------------------------------------*/
.search_bar_fh_wrap {
	/*display: none;*/
}
.search_bar_fh div:nth-child(2) {
	width: 54px;
}
/*-----------------------------------------------------------------------------
|
|■┓カートアイコン（リンクボタン）　fixed_header用
|┗┛
-----------------------------------------------------------------------------*/
section.fixed_header_contents .carticon {
	margin-left: .5em;
}
/*########################################################################################
|
|グローバルナビゲーション
|#gnavi
|
########################################################################################*/
#wrap_gnavi > nav#gnavi {
	display: none;
}
/*########################################################################################
|
|トップページ
|main#main_top
|
########################################################################################*/
#top_menu {
	background: #efefef;
	border-bottom: 1px solid #999;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	display: block;
	margin: auto;
	padding: 16px;
	position: relative;
}
#top_menu > nav#gnavi ul {
	display: flex;
		justify-content: space-between;
		flex-flow: wrap;
/*	margin: 0 auto;*/
	width: 100%;
}
#top_menu > nav#gnavi li {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	list-style-type: none;
	width: calc(50% - 8px);
	height: 72px;
}
#top_menu > nav#gnavi li:nth-of-type(1),
#top_menu > nav#gnavi li:nth-of-type(2) {
	margin-bottom: 16px;
}
#top_menu > nav#gnavi li a {
	display: block;
	text-decoration: none;
}
#top_menu > nav#gnavi li div:nth-of-type(1) { /* メニュー名　日本語（小） */
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	height: 30px;
}
#top_menu > nav#gnavi li div:nth-of-type(2) { /* メニュー名　日本語（大） */
	color: #333;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	height: 32px;
}
#top_menu > nav#gnavi li.gnavi_orange div:nth-of-type(1) {
	color: #f60;
}
#top_menu > nav#gnavi li.gnavi_pink div:nth-of-type(1) {
	color: #f67b7b;
}
#top_menu > nav#gnavi li.gnavi_blue div:nth-of-type(1) {
	color: #587cc7;;
}
#top_menu > nav#gnavi li.gnavi_green div:nth-of-type(1) {
	color: #090;
}
#top_menu > nav#gnavi li.gnavi_grayout div:nth-of-type(1),
#top_menu > nav#gnavi li.gnavi_grayout div:nth-of-type(2) {
	color: #ccc;
}
#top_menu > nav#gnavi li.gnavi_orange a {
	background: url(../images/gnavi_orange_pad.png) 0 0 no-repeat;
	background-size: 100% 54px;
}
#top_menu > nav#gnavi li.gnavi_pink a {
	background: url(../images/gnavi_pink_pad.png) 0 0 no-repeat;
	background-size: 100% 54px;
}
#top_menu > nav#gnavi li.gnavi_blue a {
	background: url(../images/gnavi_blue_pad.png) 0 0 no-repeat;
	background-size: 100% 54px;
}
#top_menu > nav#gnavi li.gnavi_green a {
	background: url(../images/gnavi_green_pad.png) 0 0 no-repeat;
	background-size: 100% 54px;
}
#top_menu > nav#gnavi li a:hover {
	opacity: 0.6;
}
#top_menu > nav#gnavi li.gnavi_grayout a {
	background: url(../images/gnavi_grayout_pad.png) 0 0 no-repeat;
	background-size: 100% 54px;
}
#top_menu > nav#gnavi li.gnavi_grayout a:hover {
	opacity: 1;
	cursor: not-allowed;
}
/*-----------------------------------------------------------------------------
|
|■┓トップページ用メインビジュアルエリア（最新の健診結果：総合判定）
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .catch {
	width: auto;
	height: auto;
}
main#main_top > .catch > .latest_results {
	background: none;
	/*min-height: 340px;*/
	/*height: auto;*/
	padding-bottom: 0;
}
main#main_top > .catch > .latest_results::before { /* 枠線 */
	content: none;
}
main#main_top > .catch > .latest_results > h1 {
	background: #f60;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 16px;
	padding: 16px;
	text-align: center;
	width: 100%;

}
main#main_top > .catch > .latest_results > h1 > span {
	display: block;
}
main#main_top > .catch > .latest_results > h1 > img {
	display: none;
}
main#main_top > .catch > .latest_results > .contents { /* 総合判定内容 */
	/*
	padding: 0 80px 0 24px;
	*/
	padding: 0 24px;
	width: 100%;
	height: auto;
}
main#main_top > .catch > .latest_results > .contents_nodata { /* 総合判定内容(データなし) */
	margin: 16px;
	text-align: center;

}
main#main_top > .catch > .latest_results > .nurse { /* 看護師 */
		bottom: 56px;
		right: 0;
}
main#main_top > .catch > .latest_results > .nurse.nodata {
	display: none;
}
main#main_top > .catch > .latest_results > .nurse img { /* 看護師イメージ */
	width: 200px;
}
main#main_top > .catch > .latest_results > .detail { /* 最新の健診結果詳細を見るボタン */
	background: #f60;
	display: flex;
		align-items: center;
		justify-content: flex-end;
	padding-right: 16px;
	position: static;
	width: 100%;
	height: 56px;
}
/*
main#main_top > .catch > .latest_results > .fukidashi {
		bottom: 284px;
		right: 24px;
}
main#main_top > .catch > .latest_results > .fukidashi > span {
	background: #f00;
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 8px 16px;
	position: relative;
}
main#main_top > .catch > .latest_results > .fukidashi > span > span {
	font-size: 10px;
	font-size: 1.0rem;
}
main#main_top > .catch > .latest_results > .fukidashi > span:before {
	border: 8px solid transparent;
	border-top: 8px solid #000;
	content: "";
	margin-left: -8px;
	position: absolute;
		top: 100%;
		left: 50%;
}

main#main_top > .catch > .latest_results > .fukidashi > span.alert_red:before {
	border-top-color: #f00;
}
main#main_top > .catch > .latest_results > .fukidashi > span.alert_yellow:before {
	border-top-color: #ffd700;
}
*/

main#main_top > .catch > .latest_results > .fukidashi > span.alert_red {
	background: #f00;
}
main#main_top > .catch > .latest_results > .fukidashi > span.alert_yellow {
	background: #ffd700;
	color: #000;
}
main#main_top > .catch > .latest_results > .fukidashi {
	margin: 0 24px;
	position: static;
	width: 100%;
}
main#main_top > .catch > .latest_results > .fukidashi > span {
	border-top: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 4px 16px;
	position: relative;
	text-align: center;
	width: 100%;
}
main#main_top > .catch > .latest_results > .fukidashi > span:before {
	border: 8px solid transparent;
	border-top: 8px solid #000;
	content: "";
	margin-left: -8px;
	position: absolute;
		top: 100%;
		left: 50%;
}
main#main_top > .catch > .latest_results > .fukidashi > span.alert_red:before {
	border-top-color: #f00;
}
main#main_top > .catch > .latest_results > .fukidashi > span.alert_yellow:before {
	border-top-color: #ffd700;
}

main#main_top > .catch > .latest_results > .fukidashi > img { /* 吹き出しイメージ */
	display: none;
}
main#main_top > .catch > .latest_results > .contents > .nodata { /* 健診結果なしの場合 */
	margin-top: 0;
}
main#main_top > .catch > .latest_results > .contents > .judge {
	margin: 16px 0;
	width: 100%;
}
main#main_top > .catch > .latest_results > .contents > .judge > span:nth-of-type(2) { /* 判定記号メッセージ */
	font-size: 26px;
	font-size: 2.6rem;
}
main#main_top > .catch > .latest_results > .contents > .judge > span:nth-of-type(3) { /* アラート吹き出し */
	display: none;
}
main#main_top > .catch > .latest_results > .contents > .judge_description {
	margin-bottom: 2em;
	width: 100%;
}
main#main_top > .catch > .latest_results > .contents > .judge_basic_info {
	margin-bottom: 1em;
	width: 100%;
	height: auto;
}
table.judge_basic_info tbody td div { /* データ量が多い場合スクロールバーを出す */
	max-height: 100%;

	/*
	max-height: 40px;
	overflow: auto;
	overflow-x: hidden;
	*/
}
/*-----------------------------------------------------------------------------
|
|■┓特殊健康診断個人票エリア
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .contents > .link_specialmedicalcheckup .wrap_link_btn {
		gap: 16px;
}
main#main_top > .contents > .link_specialmedicalcheckup .wrap_link_btn > a {
	width: calc((100% - 16px) / 2);
}
/*-----------------------------------------------------------------------------
|
|■┓トップページ用2カラム左コンテンツ囲い
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .contents > .left_wrap {
	align-items: stretch;
	margin-right: 0;
	width: 100%;
}
main#main_top > .contents > .left_wrap article {
	margin-bottom: 16px;
}
main#main_top > .contents > .left_wrap .info article:nth-child(3),
main#main_top > .contents > .left_wrap .info article:nth-child(4) {
	margin-top: 0;
}

/* 2カラム左コンテンツ 背景白影付き表示エリア */
main#main_top > .contents > .left_wrap > section ,
main#main_top > .contents > .bottom_wrap > section {
	padding: 16px;
}
main#main_top > .contents > .left_wrap .info article {
	width: 100%;
}
/* お知らせエリア */
main#main_top > .contents > .left_wrap > .info ,
main#main_top > .contents > .right_wrap > .banner {
	height: auto;
	min-height: initial;
}
/* 並び順変更 */
main#main_top > .contents > .left_wrap {
	order: 1;
}
main#main_top > .contents > .right_wrap {
	order: 3;
}
main#main_top > .contents > .bottom_wrap {
	order: 2;
}
/*-----------------------------------------------------------------------------
|
|■┓トップページ用2カラム右コンテンツ囲い（バナーエリア）
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .contents > .right_wrap {
	background: none;
	box-shadow: none;
	margin-top: 40px;
	width: 100%;
}
main#main_top > .contents > .right_wrap > .banner ul {
	display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
}
main#main_top > .contents > .right_wrap > .banner ul li {
	padding: 0 4px 8px 4px;
}
main#main_top > .contents > .right_wrap > .banner ul::after { /* バナーwidthサイズを入れてレイアウト調整 */
	content:"";
	display: block;
	width: 239px; /* バナーwidthサイズ */
}
/*-----------------------------------------------------------------------------
|
|■┓トップページ用1カラム
|┗┛
-----------------------------------------------------------------------------*/
main#main_top > .contents > .bottom_wrap {
	width: 100%;
}
/*########################################################################################
|
|トップページ（#wrap_top_main）、
|セカンダリページ（#wrap_main）共通
|
########################################################################################*/
main#main_top,
main#main {
	width: 100%;
}
main#main_top > .contents ,
main#main > .contents {
	width: 100%;
}
main#main_top > .contents {
	min-height: 974px; /* 背景画像が途切れない高さ（top_bg.jpgのheight）を設定 */
}
#main_style > h1 span.ic_net_tel {
	display: none;
}
/*########################################################################################
|
|セカンダリページ
|main#main
|
########################################################################################*/
#one_column ,
#two_column {
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓セカンダリページ用2カラム・左コンテンツ囲い
|┗┛
-----------------------------------------------------------------------------*/
#two_column > .main_column {
	margin-right: 0;
	order: 1;
	width: 100%;
}
/*-----------------------------------------------------------------------------
|
|■┓セカンダリページ用2カラム・右コンテンツ囲い
|┗┛
-----------------------------------------------------------------------------*/
#two_column > .side_column {
	border-left: none;
	padding-left: 0;
	order: 2;
	width: 100%;
}
#two_column > .side_column > .side_menu {
	margin-top: 40px;
}
/*-----------------------------------------------------------------------------
|
|■┓パンくずリスト
|┗┛
-----------------------------------------------------------------------------*/
nav#breadcrumbs {
	width: 100%;
}

/*-----------------------------------------------------------------------------
|
|■┓サイトマップ
|┗┛
-----------------------------------------------------------------------------*/
#sitemap {
	width: 100%;
}

/*########################################################################################
|
|フッター
|#footer
|
########################################################################################*/
.footer_contents {
	width: 100%;
	flex-wrap: wrap;
}
small {
	margin-top: 2em;
	margin-right: 1em;
	text-align: right;
	width: 100%;
}
.other_menu ul li {
	width: auto;
	margin-top: 1em;
}
/*########################################################################################
|
|サイト共通スタイルまとめ
|
########################################################################################*/
.disnon_pad {
	display: none;
}
/*-----------------------------------------------------------------------------
|
|■┓ご注意スタイル
|┗┛
-----------------------------------------------------------------------------*/
.notes {
	margin-top: 1em;
}

/*-----------------------------------------------------------------------------
|
|■┓input  textarea  select設定
|┗┛
-----------------------------------------------------------------------------*/
/*--------------
申込フォームページの最下部ナビゲーション
----------------------------------------------------------*/
.submit_area {
	width: 100%;
}

/*-----------------------------------------------------------------------------
|
|■┓利用規約画面
|┗┛
-----------------------------------------------------------------------------*/
/*--------------
利用規約（初回ログイン時に表示）
-------------------------------------------------------------------------------*/
#agreement h2 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 2em -10px .5em;
	padding: 10px;
}
