@charset "utf-8";

/*=======================================================================

各ページ(style.css)
 
========================================================================*/
.pcOnly {
  display: inherit;
}
.tabOnly,
.spOnly {
  display: none;
}

/* margin padding */
#content p,
#content ul,
#content ol {
  margin: 0 0 15px;
}
#content ul.disc {
  margin-left: 20px;
  list-style-type: disc;
}
#content ul.circle {
  margin-left: 20px;
  list-style-type: circle;
}
#content ol.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}
#content table ul {
  margin-bottom: 0;
  margin-left: 20px;
}
#content table ul.disc {
  margin: 0;
  margin-left: 20px;
  list-style-type: disc;
}
#content li {
	margin-bottom: 10px;
}
#content .maru_num {
  margin-left: 5px;
}
#content .maru_num li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#content .number li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#content .sankaku_arrow {
  margin: 5px 0 0 10px;
}
#content .sankaku_arrow li {
  margin-bottom: 5px;
}
/*#content .sankaku_arrow li::before {
  margin-left: -1.1em;
	margin-right: 2px;
  position: relative;
  display: inline-block;
  width: 1.1em;
  content: "▼";
}*/
#content .sankaku_arrow li::before {
  margin-right: 5px;
	color: #a9d06b;
  font-family: "FontAwesome";
  /*content: "\f0d7";*/
  content: "\f13a";
	font-size: 14px;
}
#content table li {
	margin-bottom: 0;
}
#content dt {
	margin-bottom: 5px;
}
#content dd {
	margin-bottom: 15px;
}

/* line height */
#content table,
#content dl,
#content li {
	line-height: 1.5;
}

/* text indent */
#content .indent {
	margin-left: 1em;
	text-indent: -1em;
  line-height: 1.5;
}
#content li .indent,
#content dl .indent {
	margin-left: 1em;
}
#content .indent01-2 {
	margin-left: 1.6em;
	text-indent: -1.6em;
  line-height: 1.5;
}
#content .indent02 {
	margin-left: 2.4em;
	text-indent: -2em;
  line-height: 1.5;
}
#content .indent03 {
	margin-left: 3.4em;
	text-indent: -3em;
  line-height: 1.5;
}
#content ol.kakkotsuki li {
  padding-left: 3em;
  text-indent: -3em;
}

#content .text_underline {
  text-decoration: underline;
}

.fw-normal {
  font-weight: normal !important;
}

sup {
	bottom: .25em;
}

/*----------------------------------------------------------------------
 見出し
----------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

#content h2 {
  margin-bottom: 30px;
	padding: 0 0 8px 1em;
  border-bottom: 1px solid #b9e1e5;
  color: #333;
  font-size: 186%;
  font-weight: 700;
  line-height: 1;
	letter-spacing: .05em;
	text-indent: -1em;
}
#content h2::before {
	display: inline-block;
	content: '';
	margin-bottom: -4px;
	margin-right: -20px;
	width: 46px;
	height: 46px;
	background: url("../images/h2_icon.svg") no-repeat;
	background-size: contain;
}
#content h2.know::before,
#content h2.case::before,
#content h2.jigyo::before,
#content h2.download::before,
#content h2.kenpo::before {
	margin-bottom: -5px;
	margin-right: 0;
	opacity: .5;
	vertical-align: bottom;
}
#content h2.know::before {
	width: 60px;
	background: url("../images/icon_know02.svg") no-repeat;
	background-size: contain;
}
#content h2.case::before {
	width: 60px;
	background: url("../images/icon_case02.svg") no-repeat;
	background-size: contain;
}
#content h2.jigyo::before {
	width: 60px;
	background: url("../images/icon_jigyo02.svg") no-repeat;
	background-size: contain;
}
#content h2.download::before {
	width: 60px;
	background: url("../images/icon_download02.svg") no-repeat;
}
#content h2.kenpo::before {
	width: 60px;
	background: url("../images/icon_kenpo02.svg") no-repeat;
	background-size: contain;
}

#content h3 {
	margin: 35px 0 15px;
	padding-left: 20px;
	color: #00aebb;
	font-size: 140%;
  font-weight: 700;
	line-height: 1.2;
	position: relative;
}
#content h3::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url("../images/h3_icon.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
#content > h3:nth-of-type(1) {
	margin-top: 0;
}
#content h4 {
	margin: 30px 0 15px;
	padding: 6px 10px;
	background: #e6f4f6;
	border-radius: 4px;
	font-size: 112.5%;
  font-weight: 700;
	line-height: 1.2;
}
#content h5 {
  margin: 25px 0 8px;
  color: #222;
  font-size: 110%;
  font-weight: bold;
}


/* common */
#content dl.common {
  margin: 0 5px;
}
#content dl.common dt {
  margin: 0 0 5px;
  font-weight: bold;
}
#content dl.common dd {
  margin: 0 0 20px 15px;
}
#content .table-responsive {
  margin: 0;
}
#content .table-responsive.with-upper-scrollbar-wrapper {
  display: none;
}
#content table {
  margin: 0 0 15px;
}
#content table.w50,
#content table.common.w50 {
  width: 50%;
}
#content table.w80,
#content table.common.w80 {
  width: 80%;
}
#content table th,
#content table td {
  padding: 10px;
  border: 1px solid #ccc;
}
#content table th {
  font-weight: 700;
}
#content table.fw400 tbody th {
  font-weight: 400;
}
#content table.common {
  width: 100%;
}
#content table.common img {
  vertical-align: middle;
}
#content table .nowrap {
  white-space: nowrap;
}
#content .table-responsive table {
  width: 690px !important;
}
#content .table-responsive table table {
  width: 100% !important;
}
#content table thead th {
  background-color: #ededed;
}
#content table thead td {
  border: 0;
  vertical-align: bottom;
}
#content table th {
  background-color: #f9f9f9;
  text-align: center;
}
#content table.left th {
  text-align: left;
}
#content table.left thead th {
  text-align: center;
}
#content table.thBold th {
  font-weight: bold;
}
#content table.thBold th span {
  font-weight: normal;
}
#content table th.w50 {
  width: 50%;
}
#content table p {
  margin: 0;
}
#content table p.indent {
  margin-left: 1em;
}
#content table .bgGray {
  background-color: #f9f9f9;
}
#content table table.tNone {
  width: inherit !important;
}
#content table table.tNone td {
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: top;
}

#content .bgOrange,
#content .bgGray,
#content .bgBlue,
#content .bgPink {
  padding: 18px;
}
#content .bgOrange {
  background-color: #fbf6ea;
}
#content .bgGray {
  background-color: #f0f0f0;
}
#content .bgBlue {
  background-color: #d9ebfb;
}
#content .bgPink {
  background-color: #FBD9D9;
}
#content .bgOrange ul,
#content .bgOrange ol,
#content .bgOrange li:nth-last-of-type(1),
#content .bgGray ul,
#content .bgGray ol,
#content .bgGray li:nth-last-of-type(1),
#content .bgBlue ul,
#content .bgBlue ol,
#content .bgBlue li:nth-last-of-type(1),
#content .bgPink ul,
#content .bgPink ol,
#content .bgPink li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#content .textUnderline {
  text-decoration: underline
}
#content .textUnderline_d {
  border-bottom: double 3px #222;
}

#content .waku {
  padding: 12px 18px;
  border: 2px solid #ffc000;
}
#content .waku p {
  margin-bottom: 0;
}
#content .dotWaku {
  padding: 15px;
  border: 2px dotted #ccc;
}
#content  .dotWaku.lineRed {
  border-color: #ea5550;
}

/* link btn */
#content .linkArrow:before {
  padding-right: 3px;
  font-family: "FontAwesome";
  content: "\f0a9";
  color: #07b0bc;
}
#content .linkDownload {
  margin: 20px 0;
}
#content .linkDownload a {
  text-decoration: none;
}
#content .linkDownload a span {
	display: inline-block;
	padding: 7px 25px;
	background: #96a9b3;
	border: 1px solid #96a9b3;
	color: #fff;
	border-radius: 100px;
}
#content .linkDownload a span:before {
  padding-right: 4px;
  font-family: "FontAwesome";
  content: "\f0a9";
}
#content .linkDownload a.active {
	pointer-events: none;
}
#content .linkDownload a.active span {
	background: #fff;
	border: 1px solid #96a9b3;
	color: #96a9b3;
}
#content .linkDownload a.active span:before {
  font-family: "FontAwesome";
  content: "\f0ab";
}

img.icon {
  vertical-align: middle;
}

#content p.doc {
  position: relative;
  width: 50%;
  margin: 30px 25px 20px;
  background: #fddda4;
  padding: 4px 5px 2px 30px;
  color: #474747;
  font-size: 120%;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
}
#content p.doc:before {
font-family: "FontAwesome";
content: "\f15c";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
  font-size: 110%;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

#content p.book {
  position: relative;
  width: 50%;
  margin: 30px 25px 20px;
  background: #fddda4;
  padding: 4px 5px 2px 30px;
  color: #474747;
  font-size: 120%;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
}
#content p.book:before {
font-family: "FontAwesome";
content: "\f518";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
  font-size: 110%;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

#content p.point {
  position: relative;
  width: 60%;
  margin: 30px 25px 20px;
  background: #2b6b9f;
  padding: 2px 5px 2px 30px;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  border-radius: 0 100px 100px 0;
}
#content p.point:before {
  font-family: "FontAwesome";
  content: "\f0eb";
	content: "\f0a6";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #4694d1;
  font-size: 120%;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

/*----------------------------------------------------------------------
 Flex Box
----------------------------------------------------------------------*/
#content .columnSet {
	display: -webkit-flex;
	display: flex;
}
#content .columnSet.kaigyo {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .columnSet.yokoCenter {
  -webkit-justify-content: center;
  justify-content: center;
}
#content .columnSet.tateTop {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#content .columnSet.tateCenter {
  -webkit-align-items: center;
  align-items: center;
}
#content .columnSet.tatebottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}



/*----------------------------------------------------------------------
 お知らせ
----------------------------------------------------------------------*/
#content .news ul {
  margin: 0;
}
#content .news.jimu ul {
  height: 360px;
  overflow-y: scroll;
}
#content .news ul li {
	margin: 0;
  font-size: 100%;
  line-height: 1.3;
}
#content .news ul li:nth-of-type(even) {
	background: #f9f9f9;
}
#content .news ul li {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	column-gap: 16px;
	padding: 12px 5px;
	border-bottom: 1px solid #dcdcdc;
}
#content .news ul li a {
  color: #222;
  text-decoration: none;
}
#content .news ul li a:hover {
	color: #00aebb;
	text-decoration: underline;
	opacity: 1;
}

#content .news ul li span {
	display: block;
}
#content .news ul li .date {
	width: 11%;
}
#content .news ul li .cate {
	width: 80px;
	font-size: 12px;
	text-align: center;
}
#content .news ul li .cate span {
	display: block;
	width: 100%;
	padding: 2px 4px;
	color: #fff;
}
#content .news ul li .cate .cate1 {
	background: #ec4040;
}
#content .news ul li .cate .cate2 {
	background: #63a6df;
}
#content .news ul li .cate .cate3 {
	background: #9cca52;
}
#content .news ul li .cate .cate4 {
	background: #fedb63;
	color: #000;
}
#content .news ul li .cate .cate5 {
	background: #e1c5ec;
	color: #000;
}
#content .news ul li .cate .cate6 {
	background: #f3969b;
}
#content .news ul li .cate .cate7 {
	background: #ffac3e;
}
#content .news ul li .txt {
	width: calc(100% - 11% - 112px);
}
/*#content .news.jimu ul li .txt {
	width: calc(100% - 100px);
}*/

#content ul.item {
	margin-left: 20px;
	list-style-type: disc;
}

#content .message-date {
  padding: 5px 0 10px;
  text-align: right;
}
#content .message-area {
  margin: 10px 0 20px;
}
#content .backBtn {
  margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
  text-align: center;
}
#content .backBtn a {
  text-decoration: none;
}
#content .backBtn i {
  padding-right: 3px;
}


/*----------------------------------------------------------------------
 index_nav
----------------------------------------------------------------------*/
#content .index_list {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	gap: 20px;
}
#content .index_list .index_list_box {
	width: calc(50% - 10px);
	padding: 15px;
	border: 1px solid #d2d3d3;
}
#content .index_list .index_list_box h3 {
	margin: 0 0 15px;
	padding: 0 5px 10px 24px;
	border-bottom: 1px solid #d2d3d3;
	color: #333;
	font-size: 112.5%;
	position: relative;
}
#content .index_list .index_list_box h3::before {
  font-family: "FontAwesome";
  content: "\f138";
  display: inline-block;
	width: auto;
	height: auto;
  padding: 0;
	background: none;
  color: #00aebb;
	font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 5px);
	left: 5px;
	transform: translateY(-50%);
}
#content .index_list .index_list_box h3 a {
	display: block;
	color: #333;
	text-decoration: none;
}
#content .index_list .index_list_box h3 a:hover {
	color: #00aebb;
	opacity: 1;
}
#content .index_list .index_list_box ul {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0;
}
#content .index_list .index_list_box li {
	margin: 0;
	position: relative;
}
#content .index_list .index_list_box li::before {
	content: '●';
	color: #00aebb;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 5px;
}
#content .index_list .index_list_box li a {
	display: block;
	padding: 0 0 0 20px;
	color: #333;
	text-decoration: none;
}
#content .index_list .index_list_box li a:hover {
	color: #00aebb;
	text-decoration: underline;
	opacity: 1;
}




/*----------------------------------------------------------------------
 健康保険について知る
----------------------------------------------------------------------*/
#content .bgOrange .ttl {
	padding: 0 0 5px;
	border-bottom: 1px solid #f58533;
	color: #f58533;
	font-weight: 700;
	line-height: 1.4;
}

#content dl.know03 {
	margin-top: 10px;
}
#content dl.know03 dt {
	color: #74af16;
	font-weight: 700;
}
#content dl.know03 dd {
	margin-bottom: 0;
}
#content table.know03 img {
	width: 100%;
	height: auto;
}

#content .maina_step {
  display: -webkit-box;
  display: flex;
  column-gap: 16px;
}
#content .maina_step div {
  margin: 0;
}
#content .maina_step div:nth-of-type(1) {
  font-weight: 700;
  text-decoration: underline;
}

#content table.common.know07 th:nth-of-type(1){
	background-color: #c1e4f5;
}
#content table.common.know07 th:nth-of-type(2){
	background-color: #f6c5ac;
}


/*----------------------------------------------------------------------
 保健事業
----------------------------------------------------------------------*/
#content table.common.jigyo01 th {
	text-align: left;
	vertical-align: top;
}


#content dl.jigyo dt {
	margin: 25px 0 8px;
	padding-left: 16px;
	font-size: 114%;
	font-weight: 700;
	position: relative;
}
#content dl.jigyo dt:before {
  font-family: "FontAwesome";
  /* content: "\f0c8"; */
  content: "\f45c";
	color: #6ec6cf;
	color: #a9d06b;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#content .course {
	display: inline-block;
	margin-left: 6px;
	padding: 0 8px;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
}
#content .course.courseA {
	background-color: #dd6b66;
}
#content .course.courseB {
	background-color: #61a54e;
}
#content .course.courseC {
	background-color: #4e7ea5;
}

#content .kenshinkekka_waku {
	padding: 32px;
	border: 1px solid #ddd;
	border-radius: 8px;
}
#content .kenshinkekka_box {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
	gap: 16px 24px;
	margin-bottom: 24px;
}
#content .kenshinkekka_box:last-of-type {
	margin-bottom: 0;
}
#content .kenshinkekka_box .kenshinkekka_item:nth-of-type(1) {
	width: calc(100% - 174px);
}
#content .kenshinkekka_box .kenshinkekka_item:nth-of-type(2) {
	width: 150px;
	text-align: center;
}
#content .kenshinkekka_box .kenshinkekka_item dt {
	margin-bottom: 0;
}
#content .kenshinkekka_box .kenshinkekka_item dd {
	margin-bottom: 0;
}
#content .kenshinkekka_box .kenshinkekka_item dd dt {
	margin-top: 5px;
}
#content .kenshinkekka_box:nth-of-type(2) .kenshinkekka_item dd dt {
	color: orange;
}
#content .kenshinkekka_box:nth-of-type(3) .kenshinkekka_item dd dt {
	color: red;
}

#content p.sankaku {
	padding-left: .9em;
	text-indent: -.9em;
}
#content p.sankaku::before {
  margin-right: 5px;
	color: #a9d06b;
  font-family: "FontAwesome";
  content: "\f0da";
	font-size: 14px;
}


/*----------------------------------------------------------------------
 アクセス
----------------------------------------------------------------------*/
#content .gmap {
  width: 690px;
  height: 500px;
  margin: 0 auto;
}
#content .gmap iframe {
  width: 100%;
  height: 100%;
}


/*----------------------------------------------------------------------
 健保ニュース
----------------------------------------------------------------------*/
#content ul.kouhoushi {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}
#content ul.kouhoushi li {
	width: calc(100% / 4 - 15px);
	text-align: center;
}
#content ul.kouhoushi li a {
	text-decoration: none;
}
#content ul.kouhoushi li span {
	display: block;
	margin-top: 5px;
}

#content ul.kouhoushi li div {
	width: 100%;
	height: 200px;
}
#content ul.kouhoushi li img {
	border: 1px solid #ccc;
}

/*----------------------------------------------------------------------
 個人情報保護方針
----------------------------------------------------------------------*/
#content table.policy {
	width: 100%;
  margin-top: 5px;
}
#content table.policy th {
  text-align: left;
}
#content table.policy td {
  vertical-align: top;
}
#content table.policy ul.disc {
  margin-left: 15px;
}

/*----------------------------------------------------------------------
 リンク集
----------------------------------------------------------------------*/
#content ul.link {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
#content ul.link li {
  display: -webkit-box;
  display: flex;
	width: calc(50% - 5px);
	margin: 0;
}
#content ul.link li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
	width: 100%;
  padding: 20px 40px 20px 20px;
  background: #f0f0f0;
	color: #222;
  text-decoration: none;
	position: relative;
}
#content ul.link li a::after {
  font-family: "FontAwesome";
  content: "\f054";
  display: inline-block;
  padding: 0;
	font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#content ul.link li a:hover {
  background: #ddf0f2;
  opacity: 1;
}


/*----------------------------------------------------------------------
 サイトマップ
----------------------------------------------------------------------*/
#content .sitemap h3 {
	margin: 40px 0 10px;
}
#content .sitemap h3 a {
	color: #333;
  text-decoration: none;
}
#content .sitemap ul {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 0;
	padding: 15px 5px 5px;
	background: #f9f9f9;
}
#content .sitemap li a {
	display: block;
	width: 14.5em;
	margin: 0 0 10px 20px;
  padding-left: 0.6em;
	color: #333;
  text-indent: -0.6em;
  vertical-align: top;
}
#content .sitemap li a::before {
  font-family: "FontAwesome";
  content: "\f138";
  display: inline-block;
  padding: 0 5px 0 0;
  color: #00aebb;
	font-size: 12px;
  font-weight: normal;
}
#content .sitemap li.lock a::after {
  font-family: "FontAwesome";
  content: "\f023";
  display: inline-block;
  padding: 0 0 0 12px;
  color: #333;
	font-size: 12px;
  font-weight: normal;
}

#content .sitemap li a:hover {
  color: #00aebb;
}

/*----------------------------------------------------------------------
 健保ニュース
----------------------------------------------------------------------*/
#content .kenpodayori li {
  margin-bottom: 0;
}
#content .kenpodayori li a {
  display: block;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
}
#content .kenpodayori.back_number li a {
  background-color: #f0f0f0;
  border: 0;
}



/*----------------------------------------------------------------------
 PW
----------------------------------------------------------------------*/
#content table.login {
  margin-bottom: 50px;
}
#content table.login th,
#content table.login td {
  padding: 10px 5px;
  background: none;
  border: 0;
}
#content table.login input.login {
  width: 200px;
  padding: 6px 5px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 16px;
}
#content table.login input.btn {
  padding: 6px 10px;
  background-color: #2d7fc5;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
}
#content .error {
  color: red;
}
