@charset "utf-8";
@import url('/vc/zara-kenpo/css/common_pad.css'); /* 共通クラス */
/*==================================================================================================

基本設定（768px以下）

==================================================================================================*/
/*
body設定など/vc/kenpo/css/common_pad.cssに共通属性セレクタとして設定
*/

/*########################################################################################
サイト全体枠
########################################################################################*/
#container {
	margin: 0;
	overflow: hidden;
	padding-top: 0;
	width: 100%;
}
/*########################################################################################
ヘッダー
########################################################################################*/
/*-----------------------------------------------------------------------------
■┓ヘッダー全体枠
┗┛
-----------------------------------------------------------------------------*/
#header {
	margin-bottom: 32px;
	width: 100%;
}
header {
	background: #fff;
	width: 100%;
	height: 80px;
}
header .main {
	width: auto;
}
.header_wrap {
	background: #fff;
	border-bottom: 16px solid #ffd1d1;
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, .5);
}
.header_wrap .header_title {
	padding-left: 16px;
}
.header_wrap .header_title div { /* SP表示用電話番号 */
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 30px;
	text-align: right;
}
.header_wrap .header_title div a {
	color: #000;
}
.header_wrap .header_title div a:hover {
	text-decoration: none;
}
.header_wrap .header_title div span {
	font-size: 19px;
	font-size: 1.9rem;
	margin: 0 8px;
}
.header_wrap h1 {
		align-items: flex-end;
	height: 50px;
}
.header_wrap .header_contents {
	display: none;
}
/*--------------
ハンバーガーメニュー
----------------------------------------------------------*/
#panel_menu ,
#panel_contents {
	display: block;
}
#panel_menu {
	position: fixed;
		top: 8px;
		right: 8px;
	z-index: 9999;
}
#panel_menu_btn {
	background: #ff7f7f;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(100, 100, 100, .4);
	display: inline-block;
	margin: 0 0 10px;
	position: relative;
	width: 50px;
	height: 50px;
}
#panel_menu_icon {
	background: #fff;
	display: block;
	margin: -1px 0 0 -7px;
	position: absolute;
		top: 60%;
		left: 50%;
	transition: .2s;
	width: 14px;
	height: 2px;
}
#panel_menu_icon::before, #panel_menu_icon::after {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
		top: 50%;
		left: 0;
	transition: .3s;
	width: 14px;
	height: 2px;
}
#panel_menu_icon::before {
	margin-top: -6px;
}
#panel_menu_icon::after {
	margin-top: 4px;
}
#panel_menu_btn {
	text-decoration: none;
}
#panel_menu_btn .close {
	background: transparent;
}
#panel_menu_btn .close::before,
#panel_menu_btn .close::after {
	margin-top: 0;
}
#panel_menu_btn .close::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel_menu_btn .close::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#panel_menu_btn .menu_text { /* MENUテキスト */
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	margin-top: 5px;
	text-align: center;
}
#panel_contents {
	display: none;
	width: 100%;
	height: auto;
}
#panel_contents .contents {
	margin-bottom: 30px;
	width: 100%;
}
#panel_contents .contents ul.main_menu {
	background: #fff;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#panel_contents .contents ul.main_menu li:nth-child(1) { /* 検索窓スタイル */
	padding: 0 16px 16px;
}
#panel_contents .contents ul.main_menu li a {
	background: #ffeaea;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	color: #333;
	display: block;
	padding: 13px;
	position: relative;
	width: 100%;
	height: auto;
}
#panel_contents .contents ul.main_menu li:nth-last-child(1) {
	margin-bottom: 1px;
}
#panel_contents .contents ul.main_menu li a:hover {
	color: #ff7f7f;
	opacity: .6;
	text-decoration: none;
}
#panel_contents .contents ul.main_menu li a::after {
	border-right: 3px solid #ff7f7f;
	border-bottom: 3px solid #ff7f7f;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 4px);
		right: 10px;
	transform: rotate(-45deg);
	width: 6px;
	height: 6px;
}
.close_btn {
	margin-top: -5px;
	text-align: center;
}
#panel_close_btn {
	background: #666;
	border-radius: 0 0 40px 40px;
	box-shadow: 2px 2px 2px rgba(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;
	margin-top: 2px;
	text-align: center;
}
/*--------------
ヘッダーナビ
----------------------------------------------------------*/
.header_wrap .header_contents .header_nav {
	display: none;
}
/*--------------
文字サイズ変更ボタン
----------------------------------------------------------*/
header .textsize {
	display: none;
}

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

グローバルナビゲーション

########################################################################################*/
nav#gnavi {
	display: none;
}
nav#gnavi .container {
	margin: 0 auto;
	padding: 0 0;
}
nav#gnavi ul {
		flex-flow: wrap;
}
nav#gnavi li {
	width: 100%;
}
nav#gnavi li::before {
	display: none;
}
/*########################################################################################

サイトトップ（index.jsp用レイアウト）

########################################################################################*/
#main_index {
	padding: 0;
	width: auto;
}
/*-----------------------------------------------------------------------------
■┓イメージ、キャッチコピー
┗┛
-----------------------------------------------------------------------------*/
section.top_catch {
	display: none;
}
/*--------------
SP版サイトトップ用イメージ、キャッチコピー
----------------------------------------------------------*/
.top_catch_sp {
	display: block;
	line-height: 0;
	width: auto;
}

/*-----------------------------------------------------------------------------
■┓各システムへリンク
┗┛
-----------------------------------------------------------------------------*/
section.sys_link {
	width: auto;
	height: auto;
}
section.sys_link ul {
	width: 100%;
	height: auto;
}
section.sys_link ul li {
	margin-right: 0;
	width: 25%;
	height: auto;
}
section.sys_link ul li a {
	display: block;
}
section.sys_link ul li:hover {
	cursor: pointer;
}
section.sys_link ul li img {
	width: 100%;
	height: auto;
}
/*-----------------------------------------------------------------------------
■┓インフォーメーションエリア
┗┛
-----------------------------------------------------------------------------*/
section.info {
	margin: 1em 0 0;
	padding: 0 16px;
	width: 100%;
	height: auto;
}
section.info .wtd_info,
section.info .kenpo_info,
section.info .sh_info {
	margin-top: 40px;
	width: 100%;
	height: auto;
}
section.info .wtd_info .info_head,
section.info .kenpo_info .info_head,
section.info .sh_info .info_head {
	background: none;
	height: auto;
}
section.info .wtd_info .info_head span,
section.info .kenpo_info .info_head span,
section.info .sh_info .info_head span {
	border-bottom: 1px solid #000;
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 0 0 .5em 8px;
	visibility: visible;
	width: 100%;
	height: auto;
}
section.info .wtd_info .contents,
section.info .kenpo_info .contents,
section.info .sh_info .contents {
	display: block;
	margin-top: 1em;
	width: 100%;
	height: auto;
}
section.info .wtd_info .contents {
	margin-top: .3em;
}

/*----------------------------
こんな時はどうする？のお知らせ枠
----------------------------------------------------------*/
section.info .wtd_info .contents {
	border: none;
}
.situation_block ul li {
	width: calc(50% - 2px);
}
/*----------------------------
会社（Health＆Safety team）からのお知らせ枠
----------------------------------------------------------*/
section.info .sh_info .contents {
	border: none;
}
video {
	border: 1px solid #000;
	width: 100%;
}
/*----------------------------
健保からのお知らせ枠
----------------------------------------------------------*/
section.info .kenpo_info .info_head .info_list {
	position: absolute;
		top: 4px;
		right: 0;
}
section.info .kenpo_info .info_head .info_list span {
	padding: 0 8px;
}
section.info .kenpo_info .contents {
	border: none;
}
section.info .kenpo_info .contents .infotext {
	width: auto;
	height: auto;
}
section.info .kenpo_info .contents .infotext dl {
	margin-top: 0;
}
section.info .kenpo_info .contents .infotext dt {
	border-top: none;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
section.info .kenpo_info .contents .infotext dd {
	border-top: none;
	border-bottom: 1px solid #efefef;
	margin: 0 0 1em;
	padding: 0 0 .5em;
	width: 100%;
}
section.info .kenpo_info .contents .infotext dt:first-child + dd {
	border-top: none;
}
section.info .kenpo_info .contents .infotext::-webkit-scrollbar { 
	width: 15px;
}
section.info .kenpo_info .contents .infotext::-webkit-scrollbar-thumb { 
	background: #ccc;
	border-radius: 10px;
}
section.info .kenpo_info .contents .infotext::-webkit-scrollbar-track-piece:start {
	background: #efefef;
}
section.info .kenpo_info .contents .infotext::-webkit-scrollbar-track-piece:end {
	background: #fff;
}

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

セカンダリページ

########################################################################################*/
/*-----------------------------------------------------------------------------
■┓メインコンテンツ
┗┛
-----------------------------------------------------------------------------*/
#main {
	margin: 0;
	padding: 0 16px;
	width: auto;
}
#main h1 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 1em 0 1em  -8px;
}
#main h1:first-child {
	margin-top: 0;
}
#main h2 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 3em 0 .5em -8px;
}
#main h2 span {
}
#main h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 40px 0 .5em -8px;
}
#main h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 1em 0 .5em -8px;
}
/*----------------------------
パンくずリスト
----------------------------------------------------------*/
nav#breadcrumbs {
	margin: 0 8px 16px;
}

/*----------------------------
健保からのお知らせ
----------------------------------------------------------*/
#info_kenpo h1 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 1em 0 0;
	padding: .5em;
}
#info_kenpo p img {
	height: auto ! important;
	max-width: 100%;
}
/*----------------------------
こんな時はどうする？
----------------------------------------------------------*/
.wtd_menu section h1 {
	width: 50%;
}
.wtd_menu section h1+div {
	width: 50%;
}
.wtd_menu section h1 a {
	font-size: 20px;
	font-size: 2.0rem;
}
.wtd_menu section ul li {
	font-size: 16px;
	font-size: 1.6rem;
}
/*----------------------------
こんな時はどうする？
----------------------------------------------------------*/
.situation_menu ul li {
	float: none;
	padding-bottom: 1em;
}
.situation_menu ul li div {
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 22px;
	width: auto;
}
.situation_menu ul li img {
	display: none;
}
.situation_menu ul li span {
	font-size: 20px;
	font-size: 2.0rem;
	display: block;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.situation_menu ul li span::before {
	background: #ff7f7f;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 7px);
		left: 0;
	width: 14px;
	height: 14px;
}
.situation_menu ul li span::after {
	box-sizing: border-box;
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 3px);
		left: 5px;
	width: 3px;
	height: 3px;
}
/*----------------------------
各種申請書
----------------------------------------------------------*/
.application_flow img {
	display: none;
	margin-bottom: 20px;
}
.application_pdf_wrap {
		flex-flow: wrap;
	width: 100%;
}
.application_pdf {
	width: 100%;
}
.application_pdf:first-child {
	margin-right: 0;
}
.application_pdf th,
.application_pdf th.mw300px,
.application_pdf td {
	min-width: auto;
	width: auto;
}
.application_pdf td div {
	white-space: nowrap;
}
.application_flow_sp {
	display: block;
}
/*----------------------------
健保のしくみ
----------------------------------------------------------*/
.shikumi_index li {
	width: auto;
}
/*----------------------------
お問い合わせフォーム
----------------------------------------------------------*/
.name_width {
	width: 50%;
}
.name_width input {
	margin-right: 1em;
	width: calc(100% - 1em);
}
.email_area {
	width: 100%;
}
/*########################################################################################

フッター

########################################################################################*/
footer {
	margin: 0 auto;
	width: 100%;
}
footer small {
	display: block;
	position: relative;
	text-align: center;
	width: auto;
}
footer .footer_menu {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	font-size: 100%;
	margin: 20px;
	padding: 0;
	width: auto;
}
footer ul.parent {
	display: block;
	margin-left: 0;
	width: calc(50% - 0px);
}
footer ul.parent:first-of-type {
	display: block;
}
footer ul.parent:nth-child(4) {
	display: block;
	visibility: hidden;
}
footer ul.parent li.bg_none li {
	padding-bottom: 1.0em;
}
footer ul.inside_parent {
	margin-left: 0;
	width: auto;
}
footer .footer_bottom {
		flex-direction: row;
		flex-wrap: wrap;
	margin: 20px;
	padding-bottom: 10px;
	width: auto;
}
footer .inquiry_details,
footer .recommended_browser {
	margin: 8px 0 16px;
	width: 100%;
}

/*########################################################################################
汎用クラス
########################################################################################*/
/*--------------
PC版用２カラム（こんな時はどうする？レイアウト）
----------------------------------------------------------*/
#two_column {
		flex-flow: wrap;
}
#two_column .menu {
	margin-bottom: 40px;
	padding-right: 0;
	width: 100%;
}
#two_column .contents {
	padding: 0;
	width: 100%;
}
/*--------------
テーブルスタイル
----------------------------------------------------------*/
table.provision_tbl th:first-of-type {
	width: auto;
}
