@charset "utf-8";
/* -------------------------------
 * FONTSIZE MODEL * 基本サイズ14px
 * -------------------------------
 *  72% ->		10pxに相当
 *  79% ->		11pxに相当
 *  86% ->		12pxに相当
 *  93% ->		13pxに相当
 * 100% ->		14pxに相当
 * 108% ->		15pxに相当
 * 115% ->		16pxに相当
 * 122% ->		17pxに相当
 * 129% ->		18pxに相当
 * 136% ->		19pxに相当
 * 143% ->		20pxに相当
 * 150% ->		21pxに相当
 * 158% ->		22pxに相当
 * 165% ->		23pxに相当
 * 172% ->		24pxに相当
 * 179% ->		25pxに相当
 * 186% ->		26pxに相当
 * ------------------------------- */
/*--------------
ブラウザのデフォルトスタイルをリセットする
----------------------------------------------------------*/
@import url('html5reset-1.6.1.css');
/*-------------------
フォント
--------------------------------------------------*/
/* Google Fonts読み込み */
@import url(/vc/base/usr/docs/fonts/roboto/css/font.css);
@import url(/vc/base/usr/docs/fonts/notosans/css/font.css);
/* Icon Fonts読み込み */
@import url('/vc/base/usr/docs/css/fontawesome_ver4.css');
@import url('/vc/base/usr/docs/css/fontawesome_ver5.css');
/*--------------
スクロールヒント読み込み
----------------------------------------------------------*/
@import url('/vc/base/usr/docs/css/scroll-hint.css');
/*--------------
基本設定
----------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
	height: 100%;
}
body {
	background: #fff;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5em;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
/* html5用 */
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}
input, select {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom: 5px;
	position: relative;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

br {
	letter-spacing: normal;
}
a {
	color: #00f;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
label {
	cursor: pointer;
}
strong {
	font-weight: bold;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.br_pc {
	display: block !important;
}
.br_sp {
	display: none !important;
}
.under_line {
	text-decoration: underline !important;
}
.mt3em {
	margin-top: 3em !important;
}
/*-----------------------------------------------------------------------------
■┓サイト全体枠
┗┛
-------------------------------------------------------------------------------*/
#wrap {
	background: #fff;
	min-height: 700px;
}
#wrap::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#container {
	margin: 0 auto;
	padding: 7px 0 27px;
	position: relative;
	width: 970px;
}
/*-----------------------------------------------------------------------------
■┓ヘッダー用
┗┛
-------------------------------------------------------------------------------*/
/*--------------
ヘッダー全体枠
----------------------------------------------------------*/
#header {
	width: 100%;
}
header {
	margin: 0 auto;
	position: relative;
	width: 970px;
	height: 80px;
}
header h1 span {
	display: none;
}
header .main {
	display: flex;
		flex-direction: row;
		justify-content: flex-start;
	margin: 0 auto;
	width: 870px;
}
.header_wrap {
	display: flex;
		flex-wrap: nowrap;
}
.site_logo a {
	display: block;
	width: 295px;
	height: 80px;
}
.site_logo a.sp_link {
	display: none;
}
.site_logo a img {
	width: 295px;
	height: 80px;
}
.site_logo a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.header_wrap .header_contents {
	display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	width: 575px;
}
/* SSO用ヘッダースタイル */
#header.sso_header {
	border-bottom: 10px solid #20190b;
	box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
/*--------------
ハンバーガーメニュー
----------------------------------------------------------*/
.all_menu .btn {
	display: none;
}
.all_menu .contents {
	display: none;
}
.all_menu .contents .title {
	display: none;
}
#panel_menu ,
#panel_contents {
	display: none;
}
/*--------------
ヘッダーナビ
----------------------------------------------------------*/
.header_wrap .header_contents .header_nav {
	flex: 0 0 480px;
}
.header_wrap .header_contents .header_nav ul {
	display: flex;
		justify-content: flex-end;
}
.header_wrap .header_contents .header_nav ul li {
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 5px 8px 20px;
	position: relative;
}
.header_wrap .header_contents .header_nav ul li a {
	color: #009;
}
.header_wrap .header_contents .header_nav ul li::before {
	border: 3px solid transparent;
	border-left: 3px solid #009;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 3px);
		left: 12px;
}
/*--------------
文字サイズ変更ボタン
----------------------------------------------------------*/
header .textsize {
	padding-top: 5px;
	width: 180px;
}
header .textsize li {
	float: left;
	height: 25px;
}
header .textsize ul li:first-child {
	line-height: 28px;
	padding-right: 10px;
	text-align: right;
	width: 100px;
	height: 25px;
}
header .textsize ul li a {
	display: block;
	width: 26px;
	height: 25px;
}
header .textsize li a span {
	display: block;
}
header .textsize ul li.small a {
	background: url(../images/textsize.png) 0 0 no-repeat;
}
header .textsize ul li.medium a {
	background: url(../images/textsize.png) -26px 0 no-repeat;
}
header .textsize ul li.large a {
	background: url(../images/textsize.png) -52px 0 no-repeat;
}
header .textsize ul li.small a:hover {
	background: url(../images/textsize.png) 0 -25px no-repeat;
}
header .textsize ul li.medium a:hover {
	background: url(../images/textsize.png) -26px -25px no-repeat;
}
header .textsize ul li.large a:hover {
	background: url(../images/textsize.png) -52px -25px no-repeat;
}
.small_selected,
.medium_selected,
.large_selected {
	display: block;
	width: 26px;
	height: 25px;
}
.small_selected {
	background: url(../images/textsize.png) 0 -25px no-repeat;
}
.medium_selected {
	background: url(../images/textsize.png) -26px -25px no-repeat;
}
.large_selected {
	background: url(../images/textsize.png) -52px -25px no-repeat;
}
/*--------------
検索フォーム
----------------------------------------------------------*/
#search_box {
	margin-left: 15px;
}
.search_wrapper {
	background: #fff;
	border: 1px solid #20190b;
	border-radius: 5px;
	display: flex;
	position: relative;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	width: 230px;
	height: 30px;
}
.search_wrapper .btn_search_submit {
	background-color: #20190b;
	border-radius: 0 4px 4px 0;
	color: #fff;
	cursor: pointer;
	display: block;
	position: absolute;
		right: -1px;
	width: 50px;
	height: 28px;
}
.search_wrapper input {
	background: transparent;
	border: 0;
	color: #000;
	font-weight: 100;
	line-height: 1.2;
	outline: none;
	overflow: hidden;
	padding: 0 40px 0 10px;
	-webkit-appearance: none;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: 275ms ease;
	transition: 275ms ease;
	width: 100%;
	height: 30px;
}
.search_wrapper input::-webkit-input-placeholder {
	color: #ccc;
}
.search_wrapper input::-moz-placeholder {
	color: #ccc;
}
.search_wrapper input:-ms-input-placeholder {
	color: #ccc;
}
.search_wrapper input::placeholder {
	color: #ccc;
}
.search_wrapper input::-ms-clear {
	visibility: hidden;
}
/*--------------
グローバルナビゲーション
----------------------------------------------------------*/
nav#gnavi {
	background: #20190b;
	box-shadow: 0 2px 6px -1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 6px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 6px -1px rgba(0,0,0,0.5);
	height: 43px;
}
nav#gnavi .container {
	margin: 0 auto;
	position: relative;
	width: 970px;
	height: 43px;
}
nav#gnavi .main {
	margin: 0 auto;
	overflow: hidden;
	width: 870px;
}
nav#gnavi ul {
	width: 100%;
	height: 43px;
}
nav#gnavi li {
	float: left;
	list-style-type: none;
}
nav#gnavi li span {
	display: block;
	visibility: hidden;
}
nav#gnavi li a {
	display: block;
	text-decoration: none;
	width: 217px;
	height: 42px;
}
nav#gnavi li.shikumi a {
	background: url(../images/gnavi.png) 0 0 no-repeat;
}
nav#gnavi li.health a { 
	background: url(../images/gnavi.png) -217px 0 no-repeat;
}
nav#gnavi li.situation a { 
	background: url(../images/gnavi.png) -434px 0 no-repeat;
}
nav#gnavi li.application a { 
	width: 219px;
	background: url(../images/gnavi.png) -651px 0 no-repeat;
}
nav#gnavi li.shikumi a:hover {
	background-position: 0 -42px;
}
nav#gnavi li.health a:hover {
	background-position: -217px -42px;
}
nav#gnavi li.situation a:hover {
	background-position: -434px -42px;
}
nav#gnavi li.application a:hover {
	background-position: -651px -42px;
	width: 219px;
}
.fixed {
	position: fixed;
		top: 0;
	width: 100%;
	z-index: 9997;
}
/*-----------------------------------------------------------------------------
■┓サイトトップ用
┗┛
-------------------------------------------------------------------------------*/
/*--------------
メインコンテンツ
----------------------------------------------------------*/
#main_index {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 870px;
}
/*--------------
イメージ、キャッチコピー
----------------------------------------------------------*/
section.top_catch {
	background: url(../images/top_catch.png) 0 0 no-repeat;
	margin: auto;
	width: 830px;
	height: 154px;
}
section.top_catch h1 {
	display: block;
	visibility: hidden;
}
/*--------------
SP版サイトトップ用イメージ、キャッチコピー
----------------------------------------------------------*/
.top_catch_sp {
	display: none;
}
/*--------------
USB KW21-Connectログイン画面
----------------------------------------------------------*/
.ubs_login_box {
	background-image: url("../images/usb_login_bg.png");
	background-repeat: no-repeat;
	background-position:  0 0;
	background-size: cover;
	box-shadow: 0 0 5px 3px #dedede;
	display: flex;
		align-items: center;
		justify-content: space-between;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	margin: 28px;
	padding: 40px;
	position: relative;
	width: 800px;
}
.ubs_login_box .wrap_left {
	background: rgba(255,255,255,0.8);
	padding: 16px;
}
.ubs_login_box .wrap_right {
	padding: 0 16px;
}

.ubs_sys_ttl {
	color: #37498b;
	font-size: 186%;
	font-weight: bold;
	margin: 16px 0 24px;
	text-align: center;
}
.ubs_login_box p {
	font-size: 115%;
	line-height: 1.8em;
}
.ubs_login_box > div {
	width: 47%;
}
.ubs_login_box input {
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font-family: inherit;
	font-size: 115%;  
	height: 48px;
	line-height: 1;
	margin: 6px 0;
	padding: 14px;
	width: 100%;
	-webkit-appearance: none;/* iPad用のデザイン初期化　selectの▼非表示 */
	-moz-appearance: none;
	appearance: none;
}
.ubs_login_box input.btn_submit {
	background: #37498b;
	border: 2px solid #37498b;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;
}
.ubs_login_box input.btn_submit,
.ubs_login_box a.btn_register {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 12px;
	width: 100%;
}

.ubs_login_box a {
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
}
.ubs_login_box  a.link_pdf::after {
	content: "\f1c1";
	color: #900;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	padding-left: 4px;
}
.ubs_login_box a.btn_register {
	background: #fff;
	border: 2px solid #004098;
	color: #004098;
	margin: 24px 0 6px;
}
.ubs_login_box input.btn_submit:hover,
.ubs_login_box a.btn_register:hover {
	opacity: .6;
	text-decoration: none;
}
ul.usb_list {
	display: flex;
		flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0;
}
ul.usb_list li {
	background: #ff9600;
	border-radius: 4px;
	color: #fff;
	padding: 4px 9px;
}

/*--新型コロナウイルスのお知らせ設置時---*/
.attention_cr {
	background: #fff;
	border: 1px solid #f00;
	margin: 20px 28px;
	padding: 24px;
	text-align: center;
	width: 800px;
}

/*--------------
各システムへリンク
----------------------------------------------------------*/
section.sys_link {
	margin: auto;
	width: 830px;
}
section.sys_link ul {
	display: flex;
		flex-wrap: wrap;
	margin-bottom: 28px;
	width: 830px;
}
/*
section.sys_link ul li:first-child {
	width: 413px;
	height: 149px;
}
section.sys_link ul li:nth-child(2) {
	width: 413px;
}
*/
section.sys_link ul li:first-child {
	width: auto;
}
section.sys_link ul li {
	width: 274px;
	height: 139px;
}
section.sys_link ul li span {
	visibility: hidden;
}
section.sys_link ul li img {
	margin: 0;
	padding: 0;
}
section.sys_link h1 {
	display: block;
	height: 0;
	visibility: hidden;
}
/*--------------
インフォーメーションエリア
----------------------------------------------------------*/
section.info {
	margin: auto;
	width: 830px;
	height: 320px;
}
section.info::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
section.info h1 {
	display: block;
	height: 0;
	visibility: hidden;
}

/*--------------
健保からのお知らせ
----------------------------------------------------------*/
.kenpo_info {
	float: left;
	width: 390px;
	height: 318px;
}
.kenpo_info .info_head {
	background: url(../images/kenpo_info_head.png) 0 0 no-repeat;
	position: relative;
	width: 381px;
	height: 51px;
}
.kenpo_info .info_head span {
	display: block;
	visibility: hidden;
}
.kenpo_info .info_head .info_list {
	font-size: 8px;
	position: absolute;
		bottom: 20px;
		right: 5px;
}
.kenpo_info .info_head .info_list span {
	background: #EEE;
	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #111;
	display: block;
	font-size: 10px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	visibility: visible;
	width: 90px;
}
.kenpo_info .info_head .info_list span:hover {
	background: #ddd;
}
.kenpo_info .info_head .info_list a:hover {
	text-decoration: none;
}
.kenpo_info .bottom {
	background: url(../images/kenpo_info_bottom.gif) 0 0 no-repeat;
	width: 381px;
	height: 12px;
}
.kenpo_info .bottom span {
	visibility: hidden;
}
.kenpo_info .contents {
	background: url(../images/kenpo_info_middle.gif) 0 0 repeat-y;
	overflow: auto;
	width: 381px;
}
.kenpo_info .contents .infotext {
	overflow: auto;
	width: 377px;
	height: 255px;
}
.kenpo_info .contents .infotext dl {
	border-top: none;
	margin: 0;
	overflow: hidden;
	padding: 0 5px;/*スクロールバー表示時にborder-bottomが消えるバグの回避としてpaddingに余白設定*/
}
.kenpo_info .contents .infotext dt {
	border-top: 1px solid #efefef;
	color: #333;
	float: left;
	margin: 0;
	padding: 0.7em 0 0.7em 0.5em;
	width: 6em;
}
.kenpo_info .contents .infotext dd {
	border-top: 1px solid #efefef;
	margin: 0 0 0 6em;
	padding: 0.7em 0.5em 0.7em 1em;
}
.kenpo_info .contents .infotext dd span{
	font-size: 77%;
}
.kenpo_info .contents .infotext dt:first-child {
	border-top: 0;
}
.kenpo_info .contents .infotext dt:first-child + dd {
	border-top: 0;
}
/*--------------
こんな時はどうするの？
----------------------------------------------------------*/
.other_info {
	float: left;
	width: 428px;
	height: 318px;
}
.other_info_tab ul.other_info_tab1 {
	background: url(../images/situation_head.png) 0 0 no-repeat;
	width: 421px;
	height: 50px;
}
.other_info_tab ul.other_info_tab2 {
	background: url(../images/service_head.png) 0 0 no-repeat;
	width: 421px;
	height: 50px;
}
.other_info_tab ul.other_info_tab1 li,
.other_info_tab ul.other_info_tab2 li {
	float: left;
	width: 176px;
	height: 35px;
}
.other_info_tab ul.other_info_tab1 li span,
.other_info_tab ul.other_info_tab2 li span {
	display: block;
	visibility: hidden;
}
.other_info .bottom {
	background: url(../images/situation_bottom.gif) 0 0 no-repeat;
	width: 421px;
	height: 12px;
}
.other_info .bottom span {
	display: none ;
}
.other_info .contents {
	background: url(../images/situation_middle.gif) 0 0 repeat-y;
	width: 421px;
	height: 257px;
}
.situation_block , .service_block {
	margin: 0 auto;
	overflow: auto;
	width: 396px;
	height: 255px;
}
.situation_block ul li {
	float: left;
}
.service_block ul li {
	margin: 5px auto;
	text-align: center;
	width: 200px;
}
.situation_block ul li span {
	display: block;
	width: 132px;
	height: 83px;
	visibility: hidden;
}
.service_block ul li span {
	display: none;
}
.situation_block li a , .service_block li a {
	display: block;
}
/* situation_block */
.situation_block li.childbirth {
	background: url(../images/situation_block.png) 0 0 no-repeat;
}
.situation_block li.hmcc {
	background: url(../images/situation_block.png) -132px 0 no-repeat;
}
.situation_block li.sick {
	background: url(../images/situation_block.png) -264px 0 no-repeat;
}
.situation_block li.dependent {
	background: url(../images/situation_block.png) 0 -83px no-repeat;
}
.situation_block li.retire {
	background: url(../images/situation_block.png) -132px -83px no-repeat;
}
.situation_block li.continue {
	background: url(../images/situation_block.png) -264px -83px no-repeat;
}
.situation_block li.insurance_card {
	background: url(../images/situation_block.png) 0 -166px no-repeat;
}
.situation_block li.traffic_accident {
	background: url(../images/situation_block.png) -132px -166px no-repeat;
}
.situation_block li.health_service {
	background: url(../images/situation_block.png) -264px -166px no-repeat;
}
.situation_block li.childbirth:hover {
	background: url(../images/situation_block.png) 0 -249px no-repeat;
}
.situation_block li.hmcc:hover {
	background: url(../images/situation_block.png) -132px -249px no-repeat;
}
.situation_block li.sick:hover {
	background: url(../images/situation_block.png) -264px -249px no-repeat;
}
.situation_block li.dependent:hover {
	background: url(../images/situation_block.png) 0 -332px no-repeat;
}
.situation_block li.retire:hover {
	background: url(../images/situation_block.png) -132px -332px no-repeat;
}
.situation_block li.continue:hover {
	background: url(../images/situation_block.png) -264px -332px no-repeat;
}
.situation_block li.insurance_card:hover {
	background: url(../images/situation_block.png) 0 -415px no-repeat;
}
.situation_block li.traffic_accident:hover {
	background: url(../images/situation_block.png) -132px -415px no-repeat;
}
.situation_block li.health_service:hover {
	background: url(../images/situation_block.png) -264px -415px no-repeat;
}
/*-----------------------------------------------------------------------------
■┓セカンダリページ用
┗┛
-------------------------------------------------------------------------------*/
/*--------------
パンくずリスト
----------------------------------------------------------*/
nav#breadcrumbs{
	font-size: 11px;
	margin: 5px auto 20px;
	overflow: hidden;
	width: 860px;
}
nav#breadcrumbs li{
	float: left;
	margin: 0 .3em 0 1em;
}
nav#breadcrumbs a{
	background: #ddd;
	color: #444;
	float: left;
	padding: .1em .7em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
nav#breadcrumbs a:hover{
	background: #ff0;
}
nav#breadcrumbs a::before{
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	content: "";
	margin-top: -1.5em;
	position: absolute;
		top: 50%; 
		left: -1em;
}
nav#breadcrumbs a:hover::before{
	border-color: #ff0 #ff0 #ff0 transparent;
}
nav#breadcrumbs a::after{
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #ddd;
	content: "";
	margin-top: -1.5em;
	position: absolute;
		top: 50%; 
		right: -1em;
}
nav#breadcrumbs a:hover::after{
	border-left-color: #ff0;
}
nav#breadcrumbs .current,
nav#breadcrumbs .current:hover{
	background: none;
	font-weight: bold;
}
nav#breadcrumbs .current::after,
nav#breadcrumbs .current::before{
	content: normal;
}
/*--------------
メインコンテンツ
----------------------------------------------------------*/
#main {
	margin: 0 auto;
	width: 870px; /* mainコンテンツwidthは860px */
}
#main h1 {
	color: #303;
	font-size: 143%;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 25px;
	margin: 70px 0 1em 0;
	text-indent: 10px;
	white-space: nowrap;
}
#main h1 span {
	border-left: 5px solid #303;
	display: block;
	padding-top: 4px;
}
#main h1:first-child {
	margin-top: 10px;
}
#main h2 {
	background: #d79b00;
	border-bottom: 3px solid #a87901;
	color: #fff;
	font-size: 136%;
	margin: 50px 0 10px;
	padding: 5px;
}
#main h2 span {
	display: block;
	line-height: 25px;
	padding: 4px 0 0 7px;
}
#main h1+h2 {
	margin-top: 0;
}
#main h2:nth-of-type(1) {
	margin-top: 0;
}
#main h3 {
	margin: 15px 0 5px 0;
	padding: 5px;
	color: #000;
	background: #ebebeb;
	font-size: 115%;
}
#main h3 span{
	border-left: 4px solid #d79b00;
	display: block;
	line-height: 18px;
	padding: 4px 0px 2px 7px;
}
#main h4 {
	background: #808080;
	color: #fff;
	font-size: 108%;
	margin: 15px 0 5px 0;
	padding: 5px 10px;
}
#main h2+h3 {
	margin-top: 0;
}
#main h3:first-child {
	margin-top: 0;
}
#main p {
	margin-bottom: 1em;
}
#main p.catch_copy {
	font-size: 129%;
	font-weight: bold;
	line-height: 22px;
	margin: 7px 0;
}
#main ul.list_disc {
	list-style-type: disc;
	margin-left: 22px;
}
#main ol {
	margin-left: 40px;
	margin-bottom: 1em;
}
#main ol.usage_flow {
	margin-top: 7px;
}
#main ol.usage_flow li {
	margin-bottom: 1em;
}
#main ol.paren{
	counter-reset: item;
	list-style: none;
	margin-left: 10px !important;
}
#main ol.paren li:before{
	content: "(" counters(item, "-") ")";
	counter-increment: item;
	margin-right: 0.5em;
}
#main ol.paren li{
	margin-bottom: 0 !important;
	padding-left: 2em;
	text-indent: -2em;
}
#main dl.style_normal {
	margin-bottom: 1em;
}
#main dl.style_normal dt {
	font-weight: bold;
}
#main dl.style_normal dd {
	padding: 0 0 1em 1em;
}
.photo {
	border: 1px solid #000;
	margin: 0 5px 5px 0;
}
/*--------------
個人情報保護について
----------------------------------------------------------*/
#privacy h3 {
	font-size: 122% !important;
	margin-top: 3em !important;
	padding: 12px 0 !important;
	text-align: center;
}
#privacy ol {
	margin-left: 24px;
}
#privacy ol li {
	margin-bottom: 10px;
}
/*--------------
健保からのお知らせ　レイアウト
----------------------------------------------------------*/
#info_kenpo .info_list {
	float: right;
	font-size: 12px;
	margin-right: 40px;
}
#info_kenpo ul {
	margin-top: 15px;
	margin-left: 15px;
}
#info_kenpo ul li {
	list-style-type: disc;
}
#info_kenpo div.news_title {
	border-bottom: 1px solid #333;
	clear: both;
	color: #333;
	font-size: 122%;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#info_kenpo div.info_date span {
	font-size: 72%;
	padding: 0 6px 0 2px;
}
#info_kenpo table {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0 0 1em 0;
}
#info_kenpo table th{
	background-color: #efefef;
	border: 1px solid #999;
	color: #333;
	font-weight: bold;
	padding: 0.3em 1em;
}
#info_kenpo table td{
	border: 1px solid #999;
	padding: 0.3em 0.5em;
}
#info_kenpo .tbl_scroll {
	margin-bottom: 1em;
}
#info_kenpo .tbl_scroll > table {
	margin-bottom: 0;
}
.info_date {
	clear: both;
	font-size: 143%;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
}
/*--------------
健保からのお知らせ　アーカイブページレイアウト
----------------------------------------------------------*/
#info_container {
	background: url("../images/infokenpo/header_bg.gif") repeat-x;
}
#info_header {
	height: 100px;
}
#info_header #title {
	background: #fff url("../images/infokenpo/round_left.gif") 100% 0 no-repeat;
	float: left;
	font-weight: bold;
	width: 300px;
	height: 77px;
}
#info_menu {
	float: left;
	width: 515px;
}
#info_menu div.selectYear {
	background: url("../images/infokenpo/year_select.gif") 0 3px no-repeat;
	float: left;
	padding: 3px 0 0 15px;
}
#info_menu ul {
	font-size: 100%;
	margin: 28px 0 0 10px;
	padding: 0;
}
#info_menu li{
	background: url("../images/infokenpo/yearbar.gif") 100% 0 no-repeat;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 4px 10px 0 7px;
	white-space: nowrap;
}
#info_menu li a{
	margin: 0;
	padding: 0;
}
#info_main ul {
	margin: 5px 0 15px 20px;
	padding: 0;
	width: 700px;
}
#info_main ul li{
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 10px;
	position: relative;
}
#info_main ul li::before{
	border: 3px solid transparent;
	border-left: 3px solid #000;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 7px);
		left: 0;
}
/*--------------
健康保険のご案内ページ用スタイル
> 特定健診・特定保健指導とは(guide_05.jsp)
----------------------------------------------------------*/
.step_box {
	border: 1px solid #ccc;
	margin:0 auto;
	width:95%;
}
.step_title {
	background-color: #808080;
	border-bottom: 1px solid #ccc;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	padding: 7px;
}
.step_text {
	padding: 13px;
}
.step_arrow {
	background: url("../images/step_arrow.png") 50% 0 no-repeat;
	margin-bottom: 5px;
	width: 100%;
	height: 20px;
}
.step_arrow span {
	display: none;
}
.step_box .border_right_0 {
	border-right: 0 !important;
}
.step_box .border_left_0 {
	border-left: 0 !important;
}
.step_box .border_rl_0 {
	border-right: 0 !important;
	border-left: 0 !important;
}
/*--------------
リンク案内用スタイル
> 特定健診・特定保健指導とは(guide_05.jsp)
> 保険証の紛失(situation7.jsp)
----------------------------------------------------------*/
.link_box {
	background-color: #fff8dc;
	margin: 2em 0 2em;
	padding: 15px;
	word-wrap: break-word;
}
.link_box_title {
	color: #4d4d4d;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 1em;
}
.link_box ul li{
	padding-left: 3em;
	text-indent: -3em;
}
/*--------------
各種申請書用スタイル
----------------------------------------------------------*/
.application_pdf_wrap {
	position: relative;
}
.application_pdf {
	float: left;
	margin-bottom: 25px;
	width: 425px;
}
.application_pdf .bd0 {
	border-bottom: 0;
}
.application_pdf h5 {
	background: #ebebeb;
	color: #000;
	font-size: 115%;
	margin: 15px 0 5px;
	padding: 5px;
}
.application_pdf h5 span{
	border-left: 4px solid #d79b00;
	display: block;
	line-height: 17px;
	padding: 4px 0px 2px 7px;
}
.application_pdf:first-child {
	margin-right: 20px;
}
.application_pdf_wrap::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.application_pdf table {
	border-collapse: separate;
	border-spacing: 0;
	margin-left: 10px;
}
.application_pdf th {
	border-bottom: 1px solid #ccc;
	color: #008;
	font-size: 115%;
	font-weight: normal;
	padding: 7px;
	text-align: left;
	vertical-align: middle;
	width: 304px;
}
.application_pdf th div {
	font-size: 86%;
	padding-left: 1em;
	text-indent: -1em;
}
.application_pdf td {
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
	padding: 7px;
	text-align: center;
	width: 49px;
	vertical-align: middle;
}
.application_pdf td div {
	font-size: 79%;
	white-space: nowrap;
}
a.appli_denshi {
	background: #2d61b8;;
	color: #fff;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 12px;
	line-height: 1.2;
	margin: 4px 0;
	padding: 6px 12px 4px;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
}
a.appli_denshi::before {
	content: "\f108";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 22px;
	margin-right: 10px;
}
a:hover.appli_denshi {
	opacity: .6;
}
/*--------------
こんな時はどうする？ページ用スタイル
----------------------------------------------------------*/
.situation_menu ul::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.situation_menu ul li {
	float: left;
	padding: 0 8px 8px 0;
}
.situation_menu ul li div {
	margin: 0 auto;
	width: 255px;
}
.situation_menu ul li span {
	display: none;
}
/*--------------
健保のしくみページ用スタイル
----------------------------------------------------------*/
.shikumi_index {
	font-size: 129%;
	font-weight: bold;
	margin: 40px 0 20px 0;
}
.shikumi_index li {
	width: 320px;
}
.shikumi_index li span {
	background: url(../images/note_icon.png) 0 2px no-repeat;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 52px;
}
.shikumi_index li span.prof_icon {
	background: url(../images/prof_icon.png) 0 2px no-repeat !important;
}
.shikumi_index li span:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.shikumi ul {
	margin-left: 15px;
	width: 855px;
}
.shikumi ul li {
	padding: 5px 0 5px 10px;
	position: relative;
}
.shikumi ul li:nth-child(odd) {
	background-color: #fff;
}
.shikumi ul li:nth-child(even) {
	background-color: #efefef;
}
.shikumi ul li::before {
	border: 3px solid transparent;
	border-left: 3px solid #000;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 4px);
		left: 0;
}
.shikumi ul li a {
	display: block;
}
.shikumi ul li span {
	background: #a2a2a2;
	border-top: 1px solid #efefef;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin: 0 0.5em 1px 0;
	padding: 0.2em 0.5em 0.1em;
}
.shikumi ul li a span:hover {
	text-decoration: none;
}
.shikumi::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/*----------------------------
健康保険のご案内
> 保険証としてのマイナンバーカード利用(guide_13.jsp)
----------------------------------------------------------*/
.mynumber .gray {
	color: #4d4d4d;
}
.mynumber .fs12 {
	font-size: 12px !important;
}
.mynumber .side_photo {
	display: flex;
	align-items: center;
}
.mynumber .point_photo {
	text-align: center;
}

.mynumber .mynum_contact_tit_h5 {
	background: #ffaf58;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}
.mynumber .mynum_contact_free,
.mynumber .mynum_contact_free2 {
	padding: 0 18px 16px 18px;
}
.mynumber .side_photo.mynum_contact_free {
	justify-content: space-between;
}
.mynumber .mynum_contact_free .mynum_contact_tit {
	font-size: 16px;
	margin-bottom: 18px;
}
.mynumber .mynum_contact_free .mynum_contact_tel {
	margin-bottom: 16px;
}
.mynumber .mynum_contact_free .mynum_contact_tel i {
	font-size: 24px;
	margin-right: 12px;
}
.mynumber .mynum_contact_free .mynum_contact_tel a {
	font-size: 28px;
	letter-spacing: .1em;
	position: relative;
}
.mynumber .link_box p.other_tel {
	border-top: 1px dashed #999;
	font-weight: bold;
	padding: 16px 0 0;
}
.mynumber .mynum_contact_free2 .mynum_contact_tel a {
	font-size: 16px;
	letter-spacing: .1em;
	padding-left: 8px;
	position: relative;
}

.mynumber .mynum_contact_free .mynum_contact_tel a.tel_tap,
.mynumber .mynum_contact_free2 .mynum_contact_tel a.tel_tap {
	color: #4d4d4d!important;
	font-weight: bold;
	text-decoration: none;
	pointer-events: none;
}
.mynumber .mynum_contact_free .mynum_contact_tel a .tel_memo {
	font-size: 8px;
	letter-spacing: .6em;
	position: absolute;
	top: -11px;
	right: 0;
}
.mynumber .mynum_contact_free .hour_tit {
	background: #ff7f50;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-right: 8px;
	padding: 2px 6px;
	text-align: center;
	width: 50px;
}
.mynumber .mynum_contact_free .hour_tit:not(:first-of-type),
.mynumber .mynum_contact_free2 > div:not(:first-of-type) {
	margin-left: 2em;
}
.mynumber table.normal th:nth-child(3),
.mynumber table.normal th:nth-child(4) {
	min-width: 100px;
	white-space: normal;
}
.mynumber table.normal th:nth-child(4) span {
	font-weight: normal;
}
/*--------------
お問い合わせ
----------------------------------------------------------*/
#inquiry table.arrow {
	border-collapse: separate;
	border-spacing: 0 5px;
}
#inquiry table.arrow th,
#inquiry table.arrow td {
	padding: 10px 20px 10px 10px;
	vertical-align: middle;
}
#inquiry table.arrow th {
	background: #999;
	color: #fff;
	font-weight: normal;
	overflow: visible;
	position: relative;
	text-align: left;
	white-space: nowrap;
}
#inquiry table.arrow td {
	background: #f8f8f8;
	min-height: 41px; /* 確認画面で空のセルがある時用 */
	padding-left: 20px;
	position: relative;
}
#inquiry table.arrow td:before {
	border: solid transparent;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #999;
	border-width: 10px;
	content: " ";
	margin-top: -10px;
	position: absolute;
		left: 0;
		top: 50%;
	pointer-events: none;
	width: 0;
	height: 0;
}
#inquiry table.arrow td.contact_number {
	font-size: 24px;
	font-size: 2.4rem;
}
#inquiry table.contact_personal_data td input.name {
	margin-right: 1em;
	margin-left: 10px;
	width: 200px;
}
#inquiry table.contact_personal_data td input.email {
	width: 465px;
}
#inquiry table.contact_personal_data td input.email_conf1 {
	margin-right: 5px;
	width: 220px;
}
#inquiry table.contact_personal_data td input.email_conf2 {
	margin-left: 5px;
	width: 220px;
}
#inquiry table.contact_personal_data td input.tel {
	width: 200px;
}
#inquiry .textarea_contact {
	width: 750px;
	height: 100px;
}
#inquiry .no_select_color {
	color: #ccc;
}
#inquiry #button {
	margin: 50px 0 0;
	text-align: center;
}
#inquiry #button input {
	width: 180px;
}
#inquiry #button_left {
	margin: 50px 0 0;
	text-align: left;
}
#inquiry #button_left input {
	width: 180px;
}
#inquiry input {
	margin-top: 5px;
}
#inquiry input[type="text"],
#inquiry input[type="email"],
#inquiry input[type="tel"],
#inquiry input[type="password"],
#inquiry textarea {
	border: 1px solid #ccc;
	padding: 5px;
}
#inquiry .contact_textarea {
	width: 700px;
	height: 100px;
}
#inquiry input[type="submit"],
#inquiry input[type="button"],
#inquiry input[type="reset"] {
	background: -webkit-linear-gradient(
			top
		, #fff 0%
		, #efefef 98%
		, #fff);
	background: -moz-linear-gradient(
			top
		, #fff 0%
		, #efefef 98%
		, #fff);
	background: -ms-linear-gradient(
			top
		, #fff 0%
		, #efefef 98%
		, #fff);
	background: linear-gradient(
			to bottom
		, #fff 0%
		, #efefef 98%
		, #fff);
	border-radius: 5px;
	border: 1px solid #666;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: inline-block;
	line-height: 1.2em;
	min-width: 120px;
	min-height: 40px;
	padding: 9px 15px 7px;
	text-align: center;
	-webkit-appearance: none;
}
#inquiry input[type="submit"]:hover,
#inquiry input[type="button"]:hover,
#inquiry input[type="reset"]:hover {
	background: #fff;
	cursor: pointer;
	text-decoration: none;
}
#inquiry .check th {
	text-align: left;
}
#inquiry .check td {
	font-weight: bold;
	padding-left: 20px;
	width: 100%;
}
#inquiry .disabled {
	background: #ddd;
}
#inquiry .width_100per {
	width: 100%;
}
/*--------------
#contents_menu
----------------------------------------------------------*/
#contents_menu::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#contents_menu ul {
	background: #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	padding: 10px;
}
:root *> #contents_menu ul {/* IE6,7,8以外対応 */
	background: #fbfbfb;
	border: 1px solid #ccc; 
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox12まで */
	border-radius: 5px;	/* Firefox13以降 */
	float: left;
	padding: 10px;
}
#contents_menu ul li {
	font-weight: bold;
	margin: 5px 0;
	padding: 0 0 0 13px;
	position: relative;
}
#contents_menu ul li::before {
	border: 3px solid transparent;
	border-left: 3px solid #006;
	content: "";
	display: block;
	position: absolute;
		top: 7px;
		left: 2px;
}
#contents_menu ol {
	background: #fbfbfb;
	border: 1px solid #ccc; 
	border-radius: 5px;
	float: left;
	padding: 10px 10px 10px 20px;
}
:root *> #contents_menu ol {/* IE6,7,8以外対応 */
	background: #fbfbfb;
	border: 1px solid #ccc; 
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox12まで */
	border-radius: 5px;	/* Firefox13以降 */
	float: left;
	padding: 10px;
}
#contents_menu ol li {
	font-weight: bold;
	list-style-type: decimal;
	margin: 5px 0 5px 22px;
}
#contents_menu div.service_image {
	float: left;
	margin: 0 0 0 30px;
	width: 250px;
}
.contact_address {
	background-color: #efefef;
	margin: 10px 0 3em 1em;
	padding: 5px;
	width: 530px;
}
.contact_address dl {
	padding: 0;
}
.contact_address dt {
	color: #333;
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 0.2em 0 0.2em 1em;
	text-align: right;
	width: 5em;
}
.contact_address dd {
	font-weight: bold;
	margin: 0 0 0 5em;
	padding: 0.2em 1em;
}
.contact_address dd span{
	font-size: 12px;
	font-weight: normal;
}
/*--------------
PC版用２カラム（こんな時はどうする？レイアウト）
----------------------------------------------------------*/
#two_column .menu {
	float: left;
	width: 220px;
}
#two_column .menu ul {
	background: #dcebfd;
	float: left;
	padding: 10px 0;
	width: 190px;
}
:root *> #two_column .menu ul {/* IE6,7,8以外対応 */
	background: #fffaed;
	border: 1px solid #a87901;
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox12まで */
	border-radius: 10px;/* Firefox13以降 */
	float: left;
	padding: 10px 0;
	width: 190px;
}
#two_column .contents {
	min-height: 400px;
	overflow: hidden; /* 回り込み解除用 */
}
#two_column .menu ul li {
	margin: 5px 0;
	padding: 0 10px 0 20px;
	position: relative;
}
#two_column .menu ul li::before {
	border: 3px solid transparent;
	border-left: 3px solid #006;
	content: "";
	display: block;
	position: absolute;
		top: 7px;
		left: 10px;
}
#two_column .menu ul li a {
	color: #006;
	display: block;
}
/*--------------
定義リストスタイル
----------------------------------------------------------*/
dl.normal {
	margin-bottom: 1em;
}
dl.normal dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dl.normal dd {
	margin-bottom: 1em;
}
/*--------------
テーブルスタイル
----------------------------------------------------------*/
/* normal */
table.normal {
	border-collapse: collapse;
	border-spacing: 0;
}
table.normal th {
	background: #efefef;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 7px ;
	white-space: nowrap;
	vertical-align: middle;
}
table.normal td {
	border: 1px solid #ccc;
	line-height: 1.5em;
	padding: 7px;
	vertical-align: middle;
}
table.guide_tbl {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0 2em 1em;
}
table.guide_tbl th.title {
	background: #808080;
	color: #fff;
	font-weight: normal;
}
table.guide_tbl th {
	background: #efefef;
	border: 1px solid #ccc;
	color: #333;
	font-weight: normal;
	padding: 7px;
	vertical-align: middle;
	white-space: nowrap;
}
table.guide_tbl td {
	border: 1px solid #ccc;
	line-height: 1.5em;
	padding: 7px;
}
/* provision_tbl */
table.provision_tbl {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
	table-layout: fixed;
	width: 100%;
}
table.provision_tbl th {
	white-space: nowrap;
	background-color: #808080;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 86%;
	font-weight: normal;
	line-height: 1.2em;
	padding: 7px;
	text-align: center;
}
table.provision_tbl th:first-of-type {
	width: 200px;
}
table.provision_tbl td.provision_title {
	background-color: #efefef;
	color: #000;
	text-align: left;
	vertical-align: middle;
}
table.provision_tbl td {
	border: 1px solid #ccc;
	padding: 10px;
}
table.provision_tbl td dt img {
	margin-right: 5px;
}
table.provision_tbl td dd{
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 5px;
}
/*--------------
フッター
----------------------------------------------------------*/
#footer {
	background:#20190b;
	border-top: 1px solid #ccc;
	width: 100%;
}
footer {
	margin: 0 auto;
	position: relative;
	width: 970px;
}
footer small {
	color: #fff;
	font-size: 72%;
	letter-spacing: 0.05em;
	position: absolute;
		bottom: 0;
		right: 70px;
	text-align: right;
	width: 400px;
}
footer .footer_menu {
	display: flex;
		justify-content: center;
	font-size: 86%;
	margin: 0 auto;
	padding-top: 30px;
	width: 870px;
}
footer ul.parent, 
footer ul.inside_parent { /* PC用レイアウト調整 */
	margin-left: 30px;
}
footer ul.parent:first-of-type {
	display: flex;
	margin-left: 0;
}
footer ul.parent:nth-child(4) {
	display: none;
}
footer ul.parent li.bg_none {
	background: transparent;
}
footer ul.inside_parent {
	display: list-item ;
}
footer ul.parent li {
	list-style-type: none;
}
footer ul.parent li a {
	display: block;
	color: #fff;
	padding-left: 15px;
	position: relative;
	text-align: left;
}
footer ul.parent li a:nth-child(1){
	font-size: 115%;
}
footer ul.child li a:nth-child(1) {
	font-size: 100%;
}
footer ul.parent li a::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	margin-top: -8px;
	position: absolute;
		top: 11px;
		left: -3px;
	width: 14px;
	height: 14px;
}
footer ul.parent li a::after {
	border: 3px solid transparent;
	border-left: 5px solid #20190b;
	content: "";
	display: block;
	position: absolute;
		top: 7px;
		left: 2px;
	z-index: 2;
}
footer ul.child {
	margin-bottom: 1em;
}
footer ul.child li {
	line-height: 1.2em;
	margin-left: 18px;
	padding-bottom: .5em;
}
footer ul.child li a {
	display: block;
	font-weight: normal;
	padding-left: 7px;
	position: relative;
	text-align: left;
}
footer ul.child li a::before {
	display: none;
}
footer ul.child li a::after {
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	content: "";
	display: block;
	position: absolute;
		top: 4px;
		left: 0;
}
/*--------------
健保詳細　推奨ブラウザ
----------------------------------------------------------*/
footer .footer_bottom {
	display: flex;
		justify-content: space-between;
	margin:2em auto 0;
	padding: 5px 0 20px;
	width: 830px;
}
footer .kenpo_details,
footer .browser {
	margin: 0 auto;
	width: calc(50% - 40px);
}
footer .kenpo_details .kenpo_name {
	background: #d79b00;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
}
footer .kenpo_details .kenpo_contents {
	background: #fff;
	border: 1px solid #d79b00;
	padding: 0.5em 0 1em 1em;
}
footer .kenpo_details .kenpo_contents span {
	font-size: 86%;
}
footer .browser .browser_title {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
}
footer .browser ul li {
	color: #fff;
	font-size: 11px;
	line-height: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 10px;
	position: relative;
}
footer .browser ul li::before {
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 6px);
		left: 0;
}
footer .browser ul li a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
footer .browser ul li a:hover {
	border-bottom: none;
	text-decoration: none;
}
.registered_icon {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	line-height: 1.1em;
	padding-left: 2px;
	width: 12px;
	height: 12px;
}
/*--------------
ページのトップへ（#totop）
----------------------------------------------------------*/
.page_top {
	font-size: 12px;
	position: fixed;
		bottom: 30px;
		right: 10px;
	width: 50px;
	height: 50px;
}
.page_top a {
	background: #fff;
	border-radius: 12px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	color: #000;
	display: table-cell;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
.page_top a:hover {
	background: #ccc;
	opacity: .9;
	text-decoration: none;
}
/*--------------
SSO用ログインページスタイル
----------------------------------------------------------*/
#error {
	margin: 0 auto;
	padding-left: 20px;
	width: 100%;
}
#login {
	display: flex;
		flex-wrap: wrap;
	margin: 40px auto 0;
	padding: 0 20px;
	width: 100%;
	height: 100%;
}
.login_box {
	background-color: #fff9e8;
	border-radius: 10px;
	border:1px solid #ccc;
	padding: 20px;
	width: 55%;
}
.login_box h2 {
	display: none;
}
.login_box dl {
	margin: 0 auto;
	width: 400px;
}
.login_box dt {
	color: #333;
	float: left;
	padding-top: 16px;
	padding-right: 1em;
	text-align: right;
	width: 117px;
	height: auto;
}
.login_box dt span {
	font-size: 115%;
	font-weight: bold;
}
.login_box dd {
	font-weight: bold;
	margin-left: 93px;
	padding: 0.2em 0;
	text-align: left;
}
.login_box dd input {
	padding: 10px !important;
	width: 260px;
}
.login_button a {
	background: url(../images/login_button.png) 0 0 no-repeat;
	display: block;
	margin-top: 13px;
	margin-left: 13px;
	width: 184px;
	height: 72px;
}
.login_button a:hover {
	background: url(../images/login_button.png) 0 -72px no-repeat;
}
.login_button span {
	display: none;
}
.help_menu {
	width: 45%;
}
.help_menu ul {
	padding: 40px;
}
.help_menu ul li a {
	display: block;
	font-size: 115%;
	line-height: 1.4em;
	padding: 0 0 5px 18px;
	position: relative;
}
.help_menu ul li a::before {
	background: #d79b00;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
		top: calc(50% - 11px);
		left: -2px;
	width: 14px;
	height: 14px;
}
.help_menu ul li a::after {
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	content: "";
	display: block;
		top: calc(50% - 7px);
		left: 3px;
	position: absolute;
}
.seal_verify div.sct {
	margin: 20px auto;
}

/*--------------
健康への取組
　契約フィットネスクラブについて
----------------------------------------------------------*/
.fitness_list {
	display: flex;
		align-items: center;
		justify-content: space-around;
	gap: 16px;
}
.fitness_list > div {
	text-align: center;
}
.fitness_name {
	font-weight: bold;
	margin-bottom: 4px;
}

/*-----------------------------------------------------------------------------
■┓共通スタイル
┗┛
-------------------------------------------------------------------------------*/
/* テキストフォント関係 */
.impt_link {
	font-weight: bold !important;
	font-size: 129% !important;
	line-height: 28px !important;
}
.red {
	color: #f00 !important;
}
.green {
	color: #090 !important;
}
.orange {
	color: #f90 !important;
}
.blue {
	color: #00f !important;
}
.navy {
	color: #000080 !important;
}
.bold {
	font-weight: bold !important;
}
.focus {
	background: #fffff0 !important;
}
.fs86per {
	font-size: 86% !important;
}
.fs93per {
	font-size: 93% !important;
}
.fs115per {
	font-size: 115% !important;
}
.fs129per {
	font-size: 129% !important;
}
/* ボックス関係（margin padding 設定） */
.mt0 {
	margin-top: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.mt1em {
	margin-top: 1em !important;
}
.mr1em {
	margin-right: 1em !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.ml1em {
	margin-left: 1em !important;
}
.mt4px {
	margin-top: 4px !important;
}
.mt2em {
	margin-top: 2em !important;
}
.mr2em {
	margin-right: 2em !important;
}
.mb2em {
	margin-bottom: 2em !important;
}
.ml2em {
	margin-left: 2em !important;
}
.mgn10px { /*主にtable位置調整用*/
	margin: 10px;
}
.mtb25px {
	margin: 25px 0;
}
.ml20px {
	margin-left: 20px !important;
}
.ml22px {
	margin-left: 22px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pt1em {
	padding-top: 1em !important;
}
.pr1em {
	padding-right: 1em !important;
}
.pb1em {
	padding-bottom: 1em !important;
}
.pl1em {
	padding-left: 1em !important;
}
.pt2em {
	padding-top: 2em !important;
}
.pr2em {
	padding-right: 2em !important;
}
.pb2em {
	padding-bottom: 2em !important;
}
.pl2em {
	padding-left: 2em !important;
}
.pr7px {
	padding-right: 7px !important;
}
.pl22px {
	padding-right: 22px !important;
}
/* 位置調整 */
.text_left {
	text-align: left !important;
}
.text_right {
	text-align: right !important;
}
.text_center {
	text-align: center !important;
}
.text_top {
	vertical-align: top !important;
}
.text_middle {
	vertical-align: middle !important;
}
.valign_top {
	vertical-align: top !important;
}
.float_l {
	float: left !important;
}
.float_r {
	float: right !important;
}
/* ※印インデント調整 */
.kome {
	text-indent: -1em;
	padding-left: 1em;
}
.kome2 {
	text-indent: -2em;
	padding-left: 2em;
}
.text-indent{
	text-indent: 1em;
}
/* アイコン各種 */
.procedure_icon {
	margin: 1em 0;
}
/* リンク、その他 */
.underline {
	text-decoration: underline;
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}
.disnon {
	display: none;
}
.disblock {
	display: block !important;
}
.visibility_hidden {
	visibility: hidden;
}
.cursor_pointer {
	cursor: pointer;
}
.attention {
	padding-left: 1.3em;
	background: #fff url(../images/attention.gif) no-repeat;
}
.saml_msg {
	margin-bottom: 70px !important;
	font-size: 129%;
}
.bdr_Gray{
	border: solid 2px #dcdcdc;
}

a.preparation {
	position: relative;
}
a:hover.preparation {
	text-decoration: none !important;
}
a:hover.preparation::after {
	background-color: #fff;
	border: 1px solid #333;
	box-shadow: 0 0 0 5px #ffffff;
	-moz-box-shadow:  0 0 0 5px #ffffff;
	-webkit-box-shadow:  0 0 0 5px #ffffff;
	color: #333;
	content: "こちらは只今準備中です。";
	display: block;
	font-weight: normal;
	padding: 5px;
	position: absolute;
		top: 1.5em;
		left: -70px;
	text-align: center;
	text-decoration: none !important;
	width: 180px;
	z-index: 999;
}
a:hover.preparation.left::after {
		left: 0;
}
a:hover.preparation.right::after {
		left: calc(100% - 180px);
}

/*--------------
<img>画像の表示をリキッドにする
----------------------------------------------------------*/
img.auto {
	max-width: 100%
	/*width:100%;*/
}
