@charset "utf-8";
/* CSS Document */
/* =======================================

	font

========================================== */
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.woff2") format("woff2"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.woff") format("woff"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.ttf") format("truetype"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff2") format("woff2"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff") format("woff"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.ttf") format("truetype"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.woff2") format("woff2"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.woff") format("woff"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.ttf") format("truetype"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans CJK JP";
  src: url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff2") format("woff2"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff") format("woff"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.ttf") format("truetype"),
    url("/institution/health/common/fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: ForkAwesome;
  src: url(/institution/health/common/fonts/fork-awesome/forkawesome-webfont.eot?v=1.1.7);
  src: url(/institution/health/common/fonts/fork-awesome/forkawesome-webfont.eot) format("embedded-opentype"),
    url(/institution/health/common/fonts/fork-awesome/forkawesome-webfont.woff2?v=1.1.7) format("woff2"),
    url(/institution/health/common/fonts/fork-awesome/forkawesome-webfont.woff?v=1.1.7) format("woff"),
    url(/institution/health/common/fonts/fork-awesome/forkawesome-webfont.ttf?v=1.1.7) format("truetype"),
    url(/institution/health/common/fonts/fork-awesome/forkawesome-webfont.svg?v=1.1.7) format("svg");
}
/* =======================================

	Chrome transitionバグ回避

========================================== */
.preload {
  transition: 0 !important;
}
/* =======================================

	base

========================================== */
html, body {
  overflow-x: hidden;
  font-size: 10px;
}
html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  box-sizing: border-box;
  background-color: #196547;
  color: #222;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}
.article-item {
  margin-bottom: 30px;
}
a {
  color: #196547;
  transition: 0.15s all ease-in-out;
}
a:hover {
  color: #196547;
}
main a {
  text-decoration: underline;
  transition: none;
}
main a:hover {
  text-decoration: none;
}

.ico-angle-before {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.ico-angle-before::before {
  position: absolute;
  top: 0;
  left: 2px;
  color: #666;
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
}
.ico-pdf-after::after {
  color: #f00;
  content: "\f1c1";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  margin-left: 6px;
}
.ico-excel-after::after {
  color: #33b720;
  content: "\f1c3";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  margin-left: 6px;
}
.ico-external-after::after {
  color: #666;
  content: "\f08e";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  margin-left: 6px;
}
.main-content {
  padding: 0;
  max-width: 960px;
}
.content {
  margin-bottom: 60px;
}
.content-child {
  margin-bottom: 50px;
}
.content .content-child:first-of-type {
  margin-top: 50px;
}
.content h2 + .content-child:first-of-type {
  margin-top: 0;
}
.content .content-child:last-of-type {
  margin-bottom: 0;
}
.content figure img {
  width: 100%;
  height: auto;
}
h1.page-main-title,
div.page-main-title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #333;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1.2;
  margin: 0;
}
h1.archive-page-title {
  line-height: 1.3;
  font-weight: 300;
  font-size: 2.6rem;
  padding: 0;
  margin: 0 0 40px;
}
.news-detail h1.archive-page-title {
  margin: 0 0 10px;
}
.content h2 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 2.4rem;
  padding: 0 0 12px;
  margin-bottom: 30px;
  position: relative;
}
.content h2::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #196547;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1);
}
.content h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1);
}
.content h3 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 2.0rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 3px;
  padding: 10px 10px 10px 24px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1);
}
.content h3::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #196547;
  position: absolute;
  top: 10px;
  left: 10px;
}
.content h4 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.content h4::before {
  content: "";
  display: block;
  background-color: #196547;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.content h5 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.6rem;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 8px 0 10px 16px;
  margin-bottom: 20px;
}
.content-nav {
  background-color: #eee;
  padding: 14px 14px 4px;
}
.content-nav nav {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-nav nav a {
  width: 49%;
  line-height: 1.2;
  box-sizing: border-box;
  list-style-type: none;
  font-size: 1.4rem;
  margin: 0 0 10px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 2px;
  padding: 6px 6px 6px 26px;
  position: relative;
  display: flex;
  align-items: center;
}
.content-nav nav a:hover {
  opacity: .8;
}
.content-nav nav a::before {
  content: "\f0d7";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
}
main .main-content .mt10 { margin-top: 10px; }
main .main-content .mt20 { margin-top: 20px; }
main .main-content .mt30 { margin-top: 30px; }
main .main-content .mt40 { margin-top: 40px; }
main .main-content .mb10 { margin-bottom: 10px; }
main .main-content .mb20 { margin-bottom: 20px; }
main .main-content .mb30 { margin-bottom: 30px; }
main .main-content .mb40 { margin-bottom: 40px; }
/* ================
	header
=================== */
.site-header-wrap {
  width: 100%;
  height: 62px;
  padding: 0 15px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  z-index: 50;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}
.site-header {
  max-width: 960px;
  height: 62px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .open-sidebar-menu,
.site-header .sidebar-icon-toggle {
  display: none;
}
.site-header .sp-menu-title {
  display: none;
}
.site-header #sidebar-menu {
  width: 80%;
}
.site-header .sidebar-menu-inner {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.site-header .sidebar-menu-inner li {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 0 2px;
}
.site-header .sidebar-menu-inner li a {
  display: block;
  padding: 10px;
  color: #222;
  border-radius: 2px;
  text-decoration: none;
  transition: 0.15s background ease-in-out;
}
.site-header .sidebar-menu-inner li a:hover,
.home .site-header .sidebar-menu-inner li.nav01 a,
.news .site-header .sidebar-menu-inner li.nav02 a,
.information .site-header .sidebar-menu-inner li.nav03 a,
.health .site-header .sidebar-menu-inner li.nav04 a,
.safety .site-header .sidebar-menu-inner li.nav05 a,
.publications .site-header .sidebar-menu-inner li.nav06 a {
  background-color: #196547;
  color: #fff;
}
/* ================
	breadcrumb
=================== */
.breadcrumb-wrap {
  background-color: #f1f1f1;
  padding: 12px 0 8px;
}
.breadcrumb {
  background-color: #f1f1f1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb li {
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  padding: 0 24px 0 0;
  margin-bottom: 4px;
}
.breadcrumb li::after {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.2rem;
  color: #222;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
}
.breadcrumb li:last-child {
  padding: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
/* ================
	side
=================== */
.other-link-list dl {
  margin-bottom: 20px;
}
.other-link-list dl dt {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 6px 34px 10px 20px;
  position: relative;
  color: #333;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1);
}
.other-link-list dl dt:hover {
  cursor: pointer;
}
.other-link-list dl dt::after {
  color: #196547;
  content: "\f0fe";
  display: inline-block;
  font-family: ForkAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
}
.other-link-list dl dt.open::after {
  content: "\f146";
}
.other-link-list dl dd {
  padding: 0;
  margin: 0;
  display: none;
}
.other-link-list dl dd ul {
  padding: 0;
}
.other-link-list dl dd ul li {
  font-size: 1.4rem;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
  list-style-type: none;
}
.other-link-list dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 15px;
  position: relative;
}
.other-link-list dl dd ul li a::before {
  color: #999;
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.bnr-list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 40px;
  max-width: 330px;
}
.bnr-list li {
  margin: 0 0 10px;
}
.bnr-list li img {
  width: 100%;
  height: auto;
}
.bnr-list li a:hover {
  opacity: .8;
}
/* ================
	footer
=================== */
.back-to-top {
  position: fixed;
  right: -40px;
  bottom: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.15s all ease-in-out;
}
.back-to-top.visible {
  right: 10px;
}
.back-to-top:hover {
  color: #fff;
  transform: none;
}
.back-to-top::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #196547;
}
.back-to-top::after {
  content: "\f102";
  font-family: ForkAwesome;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.site-footer {
  text-align: center;
  background-color: #333;
  position: relative;
  z-index: 30;
  padding: 30px 0 50px;
}
.site-footer .copyright {
  display: block;
  padding: 20px 15px 0;
  color: #fff;
  font-size: 1.2rem;
}
.page-scroll {
  background-color: #196547;
  font-size: 1.4rem;
  margin-bottom: 60px;
}
.page-scroll a {
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px 15px 15px;
  color: #fff;
  position: relative;
}
.page-scroll a:hover {
  opacity: .8;
}
.page-scroll a::after {
  content: "\f062";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}
.footer-menu ul {
  list-style-type: none;
  padding: 0;
}
.footer-menu ul li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 20px 10px;
}
.footer-menu ul li a {
  color: #fff;
}
/* =======================================

	individual

========================================== */
/* ================
	home
=================== */
.home div.page-main-title {
  color: #333;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.6;
  text-shadow: 1px 1px 1px #fff;
}
.home div.page-main-title .adjustment {
  font-size: 82%;
  display: inline-block;
  padding: 0 2px;
}
.home-lead {
  background-image: url(/institution/health/common/images/home/bg_lead.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding: 35% 20px 20px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ccc;
  border-image: linear-gradient(to bottom, #ccc 0%, #fff 100%);
  border-image-slice: 1;
  position: relative;
}
.content .home-lead h2 {
  padding: 0;
}
.content .home-lead h2::before,
.content .home-lead h2::after {
  content: none;
}
.sub-title-en {
  display: block;
  margin: 10px 0 0;
  font-size: 1.8rem;
}
.home-greeting {
  display: block;
}
.home-greeting::before {
  content: "";
  display: block;
  clear: both;
}
.home-greeting::after {
  content: "";
  display: block;
  clear: both;
}
.home-greeting .home-greeting-image {
  width: 200px;
  float: right;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 15px 20px;
}
.home-greeting .home-greeting-image img {
  width: 100%;
  height: auto;
}
.home-greeting .home-greeting-text .home-greeting-text-signature {
  text-align: right;
  margin: 30px 0 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  font-size: 2rem;
}
.thumbnail-list-col3 {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.thumbnail-list-col3::after {
  content: "";
  display: block;
  width: 32%;
}
.thumbnail-list-col3 {
  list-style: none;
  padding: 0;
}
.thumbnail-list-col3 li {
  padding: 0;
  margin: 0 0 .75em;
  width: 32%;
}
.thumbnail-list-col3 li img {
  width: 100%;
  height: auto;
}
.link-list {
  list-style-type: none;
  padding: 0;
}
.link-list li {
  padding: 0;
  margin-bottom: 6px;
}
.link-list li a {
  display: inline-block;
  padding: 0 0 0 18px;
  position: relative;
}
.link-list li a::before {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.2em;
  position: absolute;
  line-height: 1.3;
  top: 0;
  left: 0;
}
.link-text {
  display: inline-block;
  padding: 0 0 0 12px;
  margin: 0 4px 0 0;
  position: relative;
}
.link-text::before {
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.2em;
  position: absolute;
  line-height: 1.3;
  top: 0;
  left: 0;
}
.home-news-list {
  margin-bottom: 30px;
}
.home-news-list header  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-left: 4px double #196547;
  border-bottom: 1px solid #196547;
  padding: 12px 0 12px 14px;
}
.home-news-list.important-list header  {
  border-left: 4px double #a40d22;
  border-bottom: 1px solid #a40d22;
}
.home-news-list header h2 {
  color: #196547;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1.2;
  font-weight: 300;
  font-size: 1.8rem;
}
.home-news-list.important-list header h2 {
  color: #a40d22;
}
.home-news-list header h2::before,
.home-news-list header h2::after {
  content: none;
}
.home-news-list header a {
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
  padding: 0 20px 0 0;
  position: relative;
}
.home-news-list.important-list header a {
  color: #a40d22;
}
.home-news-list header a:hover {
  text-decoration: underline;
}
.home-news-list header a::after {
  content: "\f178";
  display: inline-block;
  font-family: ForkAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}
.home-news-list ul {
  list-style-type: none;
  padding-left: 0;
}
.home-news-list ul li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  font-size: 1.4rem;
}
.home-news-list.important-list ul li a {
  color: #a40d22;
}
.home-news-list ul li .news-item-attribute time {
  color: #666;
  display: inline-block;
  line-height: 1.1;
  margin-right: 8px;
}
.home-news-list ul li .news-item-attribute .cat-link {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.1;
  background-color: #196547;
  color: #fff;
  border-radius: 2px;
  padding: 3px 4px 2px;
}
.home-news-list ul li .news-item-attribute .cat-link:hover {
  opacity: .8;
}
.home-news-list.important-list ul li .news-item-attribute .cat-link {
  background-color: #a40d22;
}
/* ================
	table,list,box
=================== */
.table-style01,
.table-style02,
.table-style03 {
  width: 100%;
  border: 1px solid #ccc;
}
.table-scroll {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 16px;
  padding-right: 1px;
}
.table-scroll::-webkit-scrollbar {
  height: 10px;
}
.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.table-style01 th {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  padding: 14px;
  font-weight: normal;
  vertical-align: top;
}
.home .table-style01 th {
  width: 33.3%;
}
.table-style02 th,
.table-style03 th {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  padding: 14px;
  font-weight: normal;
  vertical-align: top;
}
.table-style01 td,
.table-style02 td,
.table-style03 td {
  border: 1px solid #ccc;
  padding: 14px;
}
.list01,
.list-decimal01 {
  padding: 0 0 0 20px;
}
.list01 li,
.list-decimal01 li {
  margin: 0 0 10px;
}
.arrow-list {
  list-style-type: none;
  padding: 0;
}
.arrow-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.arrow-list li::before {
  list-style-type: none;
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.6rem;
  color: #999;
  position: absolute;
  top: 0;
  left: 2px;
}
.tree-list {
  list-style-type: none;
  padding: 0;
}
.tree-list > li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.tree-list > li::before {
  list-style-type: none;
  content: "\f005";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.6rem;
  color: #196547;
  position: absolute;
  top: 0;
  left: 0;
}
.tree-list li .tree-list-summary {
  position: relative;
  display: block;
  padding-left: 22px;
}
.tree-list li .tree-list-summary::before {
  list-style-type: none;
  content: "\f061";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.6rem;
  color: #196547;
  position: absolute;
  top: 0;
  left: 0;
}
.tree-list ul {
  padding-left: 14px;
}
.inquiry-box {
  background-color: #f4f4f4;
  padding: 30px 30px 20px;
}
.inquiry-box h3 {
  padding: 0 0 10px;
  border-left: none;
  border-bottom: 1px solid #196547;
}
/* ================
	news
=================== */
.directory-title {
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 3.6rem;
}
.page-title {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 10px 0 17px;
  border-bottom: 1px solid #eee;
  font-size: 2.4rem;
}
.page-title.entry {
  margin-bottom: 20px;
}
.l-nav-wrap {
  margin: 0 0 30px;
}
.l-nav-wrap .l-nav {
  border-top: 1px solid #eee;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.l-nav-wrap .l-nav li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.l-nav-wrap .l-nav li .archive-title {
  display: block;
  padding-bottom: 5px;
  color: #666;
}
.l-nav-wrap .l-nav li select {
  padding: 0 6px;
  margin-bottom: 4px;
  width: 100%;
  height: 30px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.l-nav-wrap .l-nav li a {
  display: block;
  padding: 4px 0 4px 15px;
  position: relative;
}
.l-nav-wrap .l-nav li a::before {
  color: #999;
  content: "\f105";
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  position: absolute;
  top: 4px;
  left: 0;
}
.news-entry {
  margin-bottom: 40px;
}
.news-entry-list {
  margin-bottom: 50px;
}
.news-entry-header {
  margin: 0 0 20px;
}
.news-detail .news-entry-header {
  margin: 0 0 30px;
}
.news-entry-list .news-entry-header {
  border-left: 3px solid #196547;
  padding: 0 0 0 18px;
}
.important-item.news-entry-list .news-entry-header {
  border-left: 3px solid #a40d22;
}
.important-item.news-entry-list a {
  color: #a40d22;
}
.news-entry-header-title {
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 2.0rem;
}
.news-entry-header-inner {
  font-size: 1.4rem;
}
.news-entry-header-inner .cat a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.1;
  background-color: #196547;
  color: #fff;
  border-radius: 2px;
  padding: 3px 4px 2px;
  margin-left: 4px;
}
.news-entry-header-inner .cat a.cat-important {
  background-color: #a40d22;
}
.news-entry-header-inner .cat a:hover {
  opacity: .8;
}
.news-entry-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.news-entry-list-item .news-entry-list-item-image {
  width: 30%;
}
.news-entry-list-item .news-entry-list-item-image img {
  width: 100%;
  height: auto;
}
.news-entry-list-item .news-entry-list-item-text {
  width: 66%;
}
.news-entry-list-item .more {
  margin-top: 20px;
}
.news-entry-list-item .more a {
  display: inline-block;
  position: relative;
  padding: 2px 12px 2px 22px;
  font-size: 1.4rem;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 4px;
}
.news-entry-list-item .more a:hover {
  opacity: .8;
}
.news-entry-list-item .more a::before {
  content: "\f105";
  color: #999;
  display: inline-block;
  font-family: ForkAwesome;
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
}
.news-entry-item-text h2 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 2.4rem;
  padding: 0 0 12px;
  margin-bottom: 30px;
  position: relative;
}
.news-entry-item-text h2::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #196547;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1);
}
.news-entry-item-text h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1);
}
.news-entry-item-text h3 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 2.0rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 3px;
  padding: 10px 10px 10px 24px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .1);
}
.news-entry-item-text h3::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #196547;
  position: absolute;
  top: 10px;
  left: 10px;
}
.news-entry-item-text h4 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.news-entry-item-text h4::before {
  content: "";
  display: block;
  background-color: #196547;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.news-entry-item-text h5 {
  line-height: 1.3;
  font-weight: 300;
  font-size: 1.6rem;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 8px 0 10px 16px;
  margin-bottom: 20px;
}
.news-entry-item-text p,
.news-entry-item-text ul,
.news-entry-item-text ol,
.news-entry-item-text table,
.news-entry-item-text dl {
  margin-bottom: 20px;
}
.news-entry-item-text ul,
.news-entry-item-text ol {
  padding-left: 20px;
}
.news-entry-item-text ul li,
.news-entry-item-text ol li {
  margin-bottom: 10px;
}
.news-entry-item-text ul.list01,
.news-entry-item-text ol.list-decimal01,
.news-entry-item-text ul.arrow-list {
  padding-left: 0;
}
.news-entry-item-text em {
  font-style: normal;
  color: #f00;
}
.news-entry-item-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 0;
}
.news-entry-item-image li {
  width: 240px;
  height: 240px;
  margin: 0 10px 20px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.news-entry-item-image li .cap {
  display: block;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.4;
}
.news-entry-item-image li a {
  display: table-cell;
  height: 240px;
  position: relative;
  vertical-align: middle;
}
.news-entry-item-image li a::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #196547;
  background-color: #fff;
  content: "\f00e";
  display: block;
  font-family: ForkAwesome;
  font-weight: normal;
  width: 30px;
  height: 30px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 30px;
}
.news-entry-item-image li a img {
  width: 100%;
  height: auto;
  transition: 0.15s all ease-in-out;
}
.news-entry-item-image li a:hover img {
  transform: scaleX(1.1) scaleY(1.1);
}
.news-list-pager,
.news-entry-pager {
  list-style-type: none;
  padding: 0;
  margin: 0 0 60px;
  position: relative;
}
.news-list-pager a:hover,
.news-entry-pager a:hover {
  opacity: .8;
}
.news-list-pager .prevpage,
.news-list-pager .backpage,
.news-entry-pager .prevpage,
.news-entry-pager .nextpage {
  position: absolute;
  top: 0;
  width: 80px;
  height: 50px;
}
.news-list-pager .prevpage,
.news-entry-pager .prevpage {
  left: 0;
}
.news-list-pager .backpage,
.news-entry-pager .nextpage {
  text-align: right;
  right: 0;
}
.news-list-pager .prevpage a,
.news-list-pager .backpage a,
.news-entry-pager .prevpage a,
.news-entry-pager .nextpage a {
  display: block;
  position: relative;
  line-height: 50px;
  background-color: #196547;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.news-list-pager .prevpage a,
.news-entry-pager .prevpage a {
  padding: 0 0 0 30px;
}
.news-list-pager .backpage a,
.news-entry-pager .nextpage a {
  padding: 0 30px 0 0;
}
.news-list-pager .prevpage a::before,
.news-entry-pager .prevpage a::before {
  content: "\f053";
  display: inline-block;
  font-family: ForkAwesome;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
}
.news-list-pager .backpage a::after,
.news-entry-pager .nextpage a::after {
  content: "\f054";
  display: inline-block;
  font-family: ForkAwesome;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
}
.listpage {
  text-align: center;
  margin: 0 auto;
}
.news-list-pager .listpage a,
.news-list-pager .listpage .current-page {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.news-entry-pager .listpage a {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.listpage a {
  border: 1px solid #196547;
  background-color: #196547;
  color: #fff;
}
.listpage .current-page {
  border: 1px solid #196547;
  color: #333;
  background-color: #fff;
}
/* =======================================

	中間処理

========================================== */
@media (max-width: 992px) {
  /* ================
    base
  =================== */
  .main-content {
    padding: 0 15px;
    max-width: inherit;
  }
  /* ================
    home
  =================== */
  .home div.page-main-title {
    font-size: 2.6rem;
    padding-left: 15px;
  }
}
/* =======================================

	sp

========================================== */
@media (max-width: 768px) {
  /* ================
    base
  =================== */
  .content {
    margin-bottom: 40px;
  }
  .content .img-middle {
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .content .img-small {
    max-width: 200px;
    margin: 0 auto 20px;
  }
  h1.page-main-title,
  div.page-main-title {
    font-size: 2.8rem;
  }
  h1.archive-page-title {
    font-size: 2.4rem;
  }
  .content h2 {
    font-size: 2.2rem;
  }
  .content h3 {
    font-size: 1.8rem;
  }
  /* ================
    header
  =================== */
  .site-header {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .site-header #sidebar-menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 50;
    background-color: #fff;
  }
  .sidebar-menu-inner li a {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
  }
  input[type="checkbox"]:checked ~ #sidebar-menu {
    height: 100%;
    overflow-y: scroll;
  }
  input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }
  .sidebar-icon-toggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 15px;
    height: 30px;
    width: 30px;
  }
  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #196547;
  }
  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
  }
  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }
  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
  }
  input[type=checkbox]:checked ~ .sidebar-icon-toggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
  }
  input[type=checkbox]:checked ~ .sidebar-icon-toggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 10px;
  }
  input[type=checkbox]:checked ~ .sidebar-icon-toggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -11px;
  }
  .site-header .sidebar-icon-toggle {
    display: block;
  }
  .site-header .site-name-wrap {
    width: 260px;
    min-width: auto;
  }
  .site-header .site-name-wrap a {
    height: 60px;
  }
  .site-header .site-name-wrap a .site-name {
    font-size: 1.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .site-header .sp-menu-title {
    font-size: 2.0rem;
    color: #999;
    display: block;
    width: 100px;
    height: 62px;
    line-height: 62px;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .site-header .sidebar-menu-inner {
    display: block;
    margin: 0;
    padding: 62px 0 0;
  }
  .site-header .sidebar-menu-inner li {
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
  }
  .site-header .sidebar-menu-inner li:first-child {
    border-top: 1px solid #ccc;
  }
  .site-header .sidebar-menu-inner li a {
    color: #196547;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .site-header .sidebar-menu-inner li a::after {
    content: "\f178";
    display: inline-block;
    font-family: ForkAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
  }
  .site-header .sidebar-menu-inner li a:hover,
  .home .site-header .sidebar-menu-inner li.nav01 a,
  .news .site-header .sidebar-menu-inner li.nav02 a,
  .information .site-header .sidebar-menu-inner li.nav03 a,
  .health .site-header .sidebar-menu-inner li.nav04 a,
  .safety .site-header .sidebar-menu-inner li.nav05 a,
  .publications .site-header .sidebar-menu-inner li.nav06 a {
    color: #196547;
    background-color: transparent;
  }
  /* ================
    footer
  =================== */
  .back-to-top {
    right: 0;
    bottom: -40px;
    width: 100%;
  }
  .back-to-top.visible {
    right: 0;
    bottom: 0;
  }
  .back-to-top::before {
    width: 100%;
    height: 40px;
    border-radius: 0;
  }
  .back-to-top::after {
    width: 100%;
  }
  .page-scroll {
    margin: 0;
  }
  .page-scroll a:hover {
    opacity: 1;
  }
  .site-footer {
    padding: 0 0 70px;
  }
  .footer-menu ul li {
    text-align: left;
    display: block;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .footer-menu ul li a {
    display: block;
    padding: 20px 30px 20px 15px;
    position: relative;
    text-decoration: none;
  }
  .footer-menu ul li a::after {
    content: "";
    display: block;
    background-image: url(/institution/health/common/images/common/icon_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
  }
  /* ================
    breadcrumb
  =================== */
  .breadcrumb-wrap {
    margin-top: 60px;
  }
  /* ================
    home
  =================== */
  .home div.page-main-title {
    font-size: 1.8rem;
  }
  .home-greeting {
    text-align: center;
  }
  .home-greeting .home-greeting-image {
    float: none;
    margin: 0 auto 15px;
  }
  .home-greeting .home-greeting-text {
    text-align: left;
  }
  .thumbnail-list-col3::after {
    content: none;
  }
  .thumbnail-list-col3 li {
    width: 49%;
  }
  .home-news-list ul li .item-image {
    width: auto;
    max-width: 350px;
    margin: 20px auto 10px;
  }
  .home-news-list ul li .item-text {
    width: 100%;
  }
  /* ================
    table,list,box
  =================== */
  .table-style01 {
    border: none;
  }
  .table-style01 tr:first-child th {
    display: none;
  }
  .table-style01 th {
    font-weight: bold;
    display: block;
    width: 100%;
    border-width: 0;
    padding-left: 120px;
    position: relative;
  }
  .home .table-style01 th {
    width: 100%;
  }
  .table-style01 td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    border-width: 0 0 1px;
    padding-left: 120px;
    position: relative;
  }
  .table-style01 th::before,
  .table-style01 td::before {
    content: attr(data-label);
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    border-radius: 4px;
    box-sizing: border-box;
    width: 90px;
    padding: 2px 6px;
    background-color: #666;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
  }
  .table-style03 {
    border-width: 1px 0 0;
  }
  .table-style03 th {
    font-weight: bold;
    display: block;
    width: 100%;
    border-width: 0;
  }
  .table-style03 td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    border-width: 0 0 1px;
  }
  /* ================
    news
  =================== */
  .news-entry-item-text h2 {
    font-size: 2.2rem;
  }
  .news-entry-item-text h3 {
    font-size: 1.8rem;
  }
  .directory-title {
    font-size: 3.0rem;
  }
  .page-title {
    font-size: 2.0rem;
  }
  .l-nav-wrap {
    background-color: #eee;
    margin-bottom: 30px;
  }
  .l-nav-wrap .l-nav li {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
  }
  .l-nav-wrap .l-nav li select {
    width: auto;
    max-width: 280px;
    padding: 0;
    font-size: 1.6rem;
    /*transform: scale(0.8);*/
  }
  .l-nav-wrap .l-nav li a {
    display: inline-block;
    margin-right: 16px;
  }
  .news-entry-header-title {
    font-size: 1.8rem;
  }
  .news-entry-list-item .news-entry-list-item-image {
    width: auto;
    max-width: 350px;
    margin: 20px auto 10px;
  }
  .news-entry-list-item .news-entry-list-item-text {
    width: 100%;
  }
  .news-entry-list-item .more {
    font-size: 1.4rem;
  }
  .news-list-pager a:hover {
    opacity: 1;
  }
  .news-list-pager .prevpage,
  .news-list-pager .backpage,
  .news-entry-pager .prevpage,
  .news-entry-pager .nextpage {
    text-align: center;
    position: inherit;
    top: auto;
    width: 100%;
    height: 40px;
  }
  .news-list-pager .prevpage,
  .news-entry-pager .prevpage {
    left: auto;
    margin: 0 auto 10px;
  }
  .news-list-pager .backpage,
  .news-entry-pager .nextpage {
    right: auto;
    margin: 10px auto 0;
  }
  .news-list-pager .prevpage a,
  .news-entry-pager .prevpage a {
    line-height: 40px;
    padding: 0;
  }
  .news-list-pager .backpage a,
  .news-entry-pager .nextpage a {
    line-height: 40px;
    padding: 0;
  }
  .news-list-pager .prevpage a::before,
  .news-entry-pager .prevpage a::before {
    content: none;
  }
  .news-list-pager .backpage a::after,
  .news-entry-pager .nextpage a::after {
    content: none;
  }
}
/* =======================================

	サイト内検索関連表示調整（google側の仕様変更で今後表示崩れが起こる可能性はあり）

========================================== */
main .gsc-control-cse {
  padding: 0;
}
