@charset "utf-8";
/*-------------------
共通class
--------------------------------------------------*/
@import url('/vc/base/usr/docs/css/common_smart.css');

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

ヘッダー
header

########################################################################################*/
/*----------------------------
上部左ロゴ
----------------------------------------------------------*/
.hd_top {
	padding-left: 16px;
	position: relative;
}
.hd_top .hd_l {
		align-items: center;
}
.hd_top h1 {
	background: none;
	letter-spacing: 0;
	margin-left: 0;
	padding: 0;
}
/*----------------------------
検索ボックス
----------------------------------------------------------*/
.search_box {
	margin: 12px 0;
	padding: 0 64px 0 16px;
}
.search_bar_fh {
		justify-content: center;
}
.search_bar_fh > div:first-child {
	width: calc(100% - 40px);
}
.search_bar_fh > div > input {
	width: 100%;
	height: 40px;
}
.search_bar_fh > div > a {
	height: 40px;
	padding: 7px;
}
/*----------------------------
上部右ナビゲーション、ハンバーガーメニュー
----------------------------------------------------------*/
#panel_menu01 {
	position: fixed;
		top: 16px;
		right: 16px;
	z-index: 10000;
}
.panel_menu_btn,
.panel_menu_btn span {
	box-sizing: border-box;
	display: block;
	transition: all .4s;
}
.panel_menu_btn {
	background: #fff;
	border: solid 1px #007db8;
	opacity: 0.8;
	position: relative;
	width: 40px;
	height: 40px;
}
.panel_menu_btn span {
	background-color: #007db8;
	border-radius: 3px;
	position: absolute;
		left: 8px;
	width: 60%;
	height: 3px;
}
.panel_menu_btn span:nth-of-type(1) {
		top: 4px;
}
.panel_menu_btn span:nth-of-type(2) {
		top: 11px;
}
.panel_menu_btn span:nth-of-type(3) {
		bottom: 17px;
}
.panel_menu_btn a:hover {
	opacity: 1;
	text-decoration: none;
}
.panel_menu_btn::after {
	color: #007db8;
	content: 'MENU';
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	position: absolute;
		left: 0;
		bottom: 0;
	text-align: center;
	text-decoration: none;
	transition: all .4s;
	width: 100%;
	white-space: nowrap;
}
.panel_menu_btn.close:hover::after {
	content: 'CLOSE';
}
.panel_menu_btn.close span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.panel_menu_btn.close span:nth-of-type(2) {
	opacity: 0;
}
.panel_menu_btn.close span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
.panel_menu_btn .menu_text {
	color: #007db8;
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: 0;
	margin-top: 23px;
	text-align: center;
}
.panel_tit {
	background-color: #007db8;
	color: #fff;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 12px 15px;
	width: 100%;
}
#panel_contents {
	background: #fff;
	display: none;
	overflow-y: auto;
	position: fixed;
		top: 0;
	width: 100%;
	max-height: 100%;
	z-index: 9999;
}
#panel_contents ul {
	padding: 8px;
}
#panel_contents ul a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#panel_contents ul li {
	margin-bottom: 5px;
}
#panel_contents ul li a {
	background: #fff;
	display: block;
	line-height: 1.2;
	padding: 13px 10px 13px 15px;
}
#panel_contents ul.sp_nav01 {
	background-color: #e3f3fb;
}
#panel_contents ul.sp_nav02 {
	background-color: #f4f3f0;
}
#panel_contents ul.sp_nav03 {
	background-color: #dcdcdc;
}
#panel_contents ul li a::before {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
#panel_contents ul.sp_nav01 li a::before {
	color: #007db8;
}
#panel_contents ul.sp_nav02 li a::before {
	color: #a09678;
}
#panel_contents ul.sp_nav03 li a::before {
	color: #666;
}
.gnavi_en {
	display: none;
}
#header_s #panel_menu01 {
	right: 8px;
}
.hd_nav_s ul li a {
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 2px;
}

/*----------------------------
パンくず
----------------------------------------------------------*/
#breadcrumbs {
	display: none;
}
/*----------------------------
グローバルナビゲーション
----------------------------------------------------------*/
.gnavi {
	display: none;
}

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

スライダー
.bxslider

########################################################################################*/
.bx-wrapper .bx-pager {
	text-align: center;
}
.btn_wrap {
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 10px;
	width: 10px;
	height: 10px;
}

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

メイン
#main

########################################################################################*/
/*----------------------------
メインナビゲーション
----------------------------------------------------------*/
.main_nav ul li a .mnav_subtit div:first-child {
	margin: 0 24px 8px 0;
	padding-left: 30px;
}
.main_nav ul li a .mnav_subtit div:nth-child(2) {
	padding-left: 30px;
}
.main_nav ul li a .mnav_subtit div:last-child {
	margin: 8px 24px 0 0;
}

/*----------------------------
健保からのお知らせ
----------------------------------------------------------*/
.tit_en {
	width: 30%;
}
.wrap_news .info dl dt {
	border-bottom: 0;
	padding: 15px 0 0;
}
.wrap_news .info dl dd {
	padding: 5px 0 15px;
	width: 100%;
}
.health_consul ul li a .hl_con_03 br {
	display: none;
}
ul.years {
	margin: 0 auto 40px;
	width: 90%;
}
.years_btn {
	width: 60px;
}
.years_tit {
	margin-bottom: 30px;
}
.news_list dl dt ,
.news_list dl dd {
	width: 100%;
}
.news_list dl dt {
	padding: 15px 0 0;
}
.newsdate {
	display: block;
	padding-bottom: 5px;
}

/*----------------------------
こんな時どうする？
----------------------------------------------------------*/
.solution ul {
		justify-content: space-around;
}
.solution ul li {
	margin: 0 5px 30px;
}

/*----------------------------
お役立ち情報
----------------------------------------------------------*/
.useful_info ul {
		justify-content: center;
}

/*----------------------------
健康相談
----------------------------------------------------------*/
.health_consul h3 {
	background: none;
	background-size: 0;
	padding-right: 0;
}
.health_consul h3::after {
	color: #007db8;
	content: "\f0ab";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 11px;
	font-size: 1.1em;
	margin-left: 5px;
}
.health_consul ul li a div.hl_con_03 {
	padding-left: 45px;
}
.health_consul ul li a div.hl_con_03 br {
	display: none;
}

/*----------------------------
外部リンク
----------------------------------------------------------*/
.links ul li {
	width: 100%;
}

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

セカンダリページ 目次
main#main

########################################################################################*/
.outline_2column::before,
.outline_3column::before {
	width: 100%;
}
#main .outline_2column a,
#main .outline_3column a,
#main .outline_3column .pre_btn {
	width: 100%;
}.outline_left a {
	display: flex;
		align-items: center;
		justify-content: space-between;
}
.outline_2column a .out_tit::after,
.outline_3column a .out_tit::after {
	display: none;
}
.sick_description,
.sick_description a{
	width: 100%; 
}
.outline_3column a .out_tit, .sick .out_tit {
	padding: 15px 25px 10px 10px;
}
.out_photo {
	display: flex;
	text-align: left;
}

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

セカンダリページ 通常版
main#main

########################################################################################*/
#main .h3_txt {
	width: 100%;
}
#guidebook {
	padding: 16px;
}

#gbl_wrap, #gbr_wrap {
	width: 100%;
}
#gbl_wrap {
	margin-bottom: 40px;
}
.pdfinfo {
	margin-bottom: 10px;
}
.pdfinfo p br {
	display: none;
}
#main .point {
	padding: 30px 20px;
}
#main .point > ul li::before {
		left: 35px;
}
#main ul.point02 li {
	width: 100%;
}
#main .point_tit {
	margin-left: 1.3em;
	position: relative;
}
#main .point_tit::before {
	position: absolute;
		left: -1.3em;
}
#main .side_photo {
		flex-wrap: wrap;
}
#main .side_photo.sp_h3_txt .h3_txt {
	margin-bottom: 1em;
}
.photo_right {
	margin: 0 auto;
}
.table01 table tbody th br {
	display: block;
}
.table01 table th, td {
	border-bottom: none;
}
.table01 table .td_pc,
.table01 table .td_pad {
	display: none;
}
.table01 table tr:last-child {
	border-bottom: 1px solid #dcdcdc;
}

table tbody td {
	padding: 20px 10px;
}
table tbody th.gray {
	padding: 10px;
	width: 33%;
}
table#intro tbody tr th {
	width: 30%;
}
.pc_pad_disnon {
	display: block;
}
.sp_disnon {
	display: none !important;
}
.checkup thead {
	display: none;
}
.checkup tr,
.checkup th,
.checkup td {
	display: block;
	width: 100%;
}
.checkup tbody td {
	display: flex;
		justify-content: space-between;
	text-align: right;
}
.checkup tbody td::before {
	clear:both;
	content: attr(label);
	display: inline-block;
	float: left;
	font-weight:bold;
	text-align: left;
	white-space: nowrap
}
.checkup th,
.checkup td {
	border-bottom: none;
}
.checkup tr:last-of-type td:last-child {
	border-bottom: 1px solid #dcdcdc;
}
.checkup th:nth-of-type(2) {
	width: 100%;
}
.checkup td.checkup_years {
	text-align: left;
}
ol.flow > li,
ol.pr_list > li{
	padding: 10px 0 10px 1.6em;
}
#main a.tel_tap {
	text-decoration: underline;
	pointer-events: auto;
}

/*----------------------------
お知らせ
News
----------------------------------------------------------*/
#main h3.news_ttl_wrap,
.news_list,
.news_text {
	width: 90%;
}

/*-----------------------------------------------------------------------------
■┓健康のしくみ（guide.jsp）
┗┛Health Insurance System
-----------------------------------------------------------------------------*/
/*----------------------------
保険料と標準報酬月額
----------------------------------------------------------*/
#ippanhokenryo {
	margin: 10px 0;
	padding: 24px 0;
}
#ippanhokenryo div {
	margin: 0 16px;
}
#ippanhokenryo .ippanwrap {
	padding: 20px 8px;
}

/*----------------------------
保険証としてのマイナンバーカード利用（guide_12.jsp）
----------------------------------------------------------*/
#main ul.externallink_wrap {
	margin: 40px 0 0 0;
}
#main .mynum_contact_free {
	padding: 16px;
}
#main .mynum_contact_free .mynum_contact_tit {
	font-size: 14px;
	font-size: 1.4rem;
}
#main .mynum_contact_free .mynum_contact_tel {
	margin-bottom: 8px;
}
#main .mynum_contact_free .mynum_contact_tel i {
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 6px;
}
#main .mynum_contact_free .mynum_contact_tel a {
	letter-spacing: .1em;
	text-decoration: none;
}
#main .mynum_contact_free .mynum_contact_tel a .tel_memo {
	letter-spacing: .2em;
}
#main .mynum_contact_free .hour_tit:not(:first-of-type) {
	margin-left: 0;
}
#main .mynum_contact_free .photo_right img {
	width: 160px;
}
#main ul.othertel li:not(:last-of-type) {
	margin-right: 0;
}

/*-----------------------------------------------------------------------------
■┓各種手続き
┗┛
-----------------------------------------------------------------------------*/
/* コンテンツ用ナビ */
.nav_contents {
	display: none;
}

#main .pickup_situ > div {
	width: 80%;
}
#main .pickup_situ > div > a:first-child {
	margin-bottom: 16px;
}

/*----------------------------
ページ下部の関連ページへ部分
----------------------------------------------------------*/
#main .relevant_page .rele_tit {
	margin: 0 32px 16px 0;
}
#main .relevant_page .rele_btn {
	margin: 0 16px 16px 0;
}

/*----------------------------
高額療養費の計算例（situation_02.jsp で使用）
----------------------------------------------------------*/
#main .high_expenses_fig .breakdown_1 > div:nth-of-type(6) {
	width: 95%;
}

/*----------------------------
限度額適用認定証（situation_02.jsp で使用）
----------------------------------------------------------*/
#main table.gendoshinsei tr,
#main table.gendoshinsei th,
#main table.gendoshinsei td {
	display: block;
	width: 100%;
}
#main table.gendoshinsei tbody td a.appli_denshi {
	margin: 4px auto;
}
#main table.gendoshinsei tr th{
	border-bottom: none;
}
#main table.gendoshinsei tr:nth-of-type(2) td{
	border-bottom: 1px solid #dcdcdc;
}
/*-----------------------------------------------------------------------------
■┓保健事業
┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
健康診断
----------------------------------------------------------*/
#main .yoyaku_button a {
	padding: 16px;
	width: 100%;
}

/*----------------------------
インフルエンザ予防接種（influenza.jsp で使用）
----------------------------------------------------------*/
.checkup td.checkup_years span {
 display: inline-block;
}

/*----------------------------
歯の治療について（tooth.jsp で使用）
----------------------------------------------------------*/
#main .teeth table tbody th.inlay {
	padding: 8px 16px;
}

/*-----------------------------------------------------------------------------
■┓歯科健診（dentalcheckup.jsp）
┗┛
-----------------------------------------------------------------------------*/
#main .faxnumber.contactinfo {
	padding: .5em 1em;
}
#main .faxnumber.contactinfo > div:last-of-type {
	font-size: 18px;
	font-size: 1.8rem;
}

/*----------------------------
プライバシーポリシー
----------------------------------------------------------*/
table#pr_tbl tbody {
	display: block;
	overflow: hidden;
	width: 100%;
}
table#pr_tbl thead {
	display: none;
}
table#pr_tbl tbody tr tr,
table#pr_tbl tbody tr td,
table#pr_tbl tbody tr th {
	display: block;
	width: 100%;
}
table#pr_tbl tbody tr td.pr_menu {
	width: 100%;
}
table#pr_tbl tbody th::before {
	content: attr(label);
	display: inline-block;
	font-weight:bold;
	text-align: left;
	white-space: nowrap
}
.contact_wrap {
	padding: 16px;
}
.ic_a ol.pr_list02 li .ml2em {
	margin-left: 0 !important;
}
@media screen and (max-width:320px) {
	a.sp_fs14 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/*-----------------------------------------------------------------------------
■┓FAQ（faq.jsp）
┗┛
-----------------------------------------------------------------------------*/
#main dl.faq .ic_a {
	padding: 48px 16px 16px 16px;
}
#main dl.faq .ic_a .ippanrate,
#main dl.faq .ic_a .kaigorate,
#main dl.faq .ic_a .checkup_items {
	width: 50%;
}

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

フッター
#footer

########################################################################################*/
/*----------------------------
フッターメイン
----------------------------------------------------------*/
#footer .footer_nav {
	padding: 0px 500%;
}
#footer .footer_nav ul {
	display:inline;
	width: 100%;
}
#footer .footer_nav ul li {
	border-top: 1px dotted #fff;
	position: relative;
}
#footer .footer_nav ul li a {
	display: block;
	padding: 10px 20px;
}
#footer .footer_nav ul li:first-child {
	border-top: none;
}
#footer .footer_nav ul li a:hover {
	background-color: #e3f3fb;
}
#footer .footer_nav ul li a::after {
	color: #fff;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 900;
	position: absolute;
		right: 20px;
}
.page_top a {
	opacity: 0.9;
}
.tel_width input[type="text"],
.email_width input[type="text"] {
	width: 100%;
}
.email_conf1_width,
.email_conf2_width {
	width: 100%;
}
.email_conf1_width input[type="text"],
.email_conf2_width input[type="text"] {
	width: 100%;
}
table.arrow {
	display: table;
	table-layout: fixed;
	width: 100%;
}
table.arrow th,
table.arrow td {
	display: block;
	padding: 8px;
	width: 100%;
}
table.arrow th{
	white-space: normal;
}
table.arrow td {
	display: block;
	padding: 8px;
	width: 100%
}
table.arrow td::before {
	display:none;
}
.name_width {
	width:100%;
}
.name_width input {
	width:100%;
}
.button input {
	min-width: 100px;
}
.qes_tel br {
	display: inline;
}
