@charset "UTF-8";
@font-face {
  font-family: "Zen Maru Gothic";
  src:
    url("../../common/font/font_regular.woff") format("woff"),
    url("../../common/font/font_regular.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src:
    url("../../common/font/font_blod.woff") format("woff"),
    url("../../common/font/font_blod.woff2") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src:
    url("../../common/font/font_medium.woff") format("woff"),
    url("../../common/font/font_medium.woff2") format("woff2");
  font-weight: normal;
}
body {
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  background-color: #e3efe4;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
}
header .container {
  max-width: 100%;
  box-shadow: 0 1px #ababab;
}
header .container .nav-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.navbar {
  background-color: #fff;
  display: block;
  padding-bottom: 0;
}
.navbar .title-area {
  display: flex;
  align-items: center;
  margin: 5px 0 5px 5px;
}
.navbar-brand {
  margin-left: 20px;
  display: inline-block;
}
.navbar-brand img {
  margin-right: 10px;
}
.navbar-brand span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
}
.navbar-collapse.show {
  height: 100dvh;
}
.navbar-nav {
  justify-content: space-between;
}
.navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex: fit-content;
  text-align: center;
}
.navbar-nav .nav-item:nth-child(1) a,
.navbar-nav .nav-item:nth-child(4) a {
  width: 135px;
}
.navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.navbar-nav .nav-item .nav-link.active {
  border-bottom: 3px solid #71b79f;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
.navbar-toggler span {
  display: block;
  background-color: #333;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.breadcrumb {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5px 30px;
  margin: 0 10px;
}
.breadcrumb-area.container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  background-color: #036c58;
  padding: 0;
}
.breadcrumb-area.container nav {
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumb > * {
  display: flex;
  padding-left: 0;
  margin: 0 auto 8px;
}
.breadcrumb__crumb {
  list-style: none;
  display: inline-block;
  color: #fff;
}
.breadcrumb__crumb a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb__crumb a:hover {
  text-decoration: none;
}
.breadcrumb__crumb:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin: 0 8px 0 10px;
}

.page-title {
  background-color: #036c58;
  display: flex;
  justify-content: center;
}
.page-title h1 {
  max-width: 1100px;
  margin: 0 10px;
  padding: 35px 30px;
  text-align: left;
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
}
.page-title h1 span {
  display: inline-block;
}

h2 {
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-image: repeating-linear-gradient(90deg, #036c58, #036c58 3px, transparent 3px, transparent 8px), repeating-linear-gradient(90deg, #036c58, #036c58 3px, transparent 3px, transparent 8px);
  background-position:
    left top,
    left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size:
    100% 3px,
    100% 3px;
  padding: 10px 0;
  margin: 0 0 20px;
  line-height: 1.5em;
}
h2:empty {
  display: none;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.5em;
}
h3::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #c7934a;
  display: inline-block;
  margin-right: 5px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
h4::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #71b79f;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}

main article section {
  margin: 30px 10px;
}
main article section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px;
  overflow-wrap: break-word;
  background: #fff;
  border-radius: 11px;
}
main article section .container > p + p {
  margin-top: 1em;
}
main article section .container > h3:not(:first-of-type) {
  margin-top: 30px;
}
main article section .container > div:nth-child(n + 3) h3 {
  margin-top: 30px;
}
main article section .container.top-mainvisual {
  background: none;
  padding: 30px 0 0 0;
}
main article section .container.top-mainvisual img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
main article section.container {
  max-width: 1100px;
  margin: 0 auto;
}

.btn-primary {
  color: #333;
  background-color: #dbf0e7;
  border: 1px solid #b9dece;
  position: relative;
  width: 100%;
  padding: 15px;
  max-width: 330px;
  margin: 20px auto;
  border-radius: 100px;
}
.btn-primary:not(.btn-goTop) {
  padding: 10px 15px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:first-child:active,
.btn-primary:focus-visible,
.btn-primary:not(.btn-check) + .btn:active {
  background-color: #b9dece;
  color: #333 !important;
  border: 1px solid #b9dece;
}
.btn-brown {
  background-color: #fae9d3;
  border: 1px solid #f7debc;
}
.btn-brown:hover,
.btn-brown:active,
.btn-brown:first-child:active,
.btn-brown:focus-visible,
.btn-brown:not(.btn-check) + .btn:active {
  background-color: #f7debc;
  border: 1px solid #f7debc;
}
.btn-category {
  color: #333;
  background: #fff;
  border: 1px solid #71b79f;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 45px;
  border-radius: 5px;
  margin: 0;
}
.btn-category::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto 0;
  background-color: #fff;
  border: solid 1px #71b79f;
  border-radius: 2px;
}
.btn-category:hover,
.btn-category:active,
.btn-category:first-child:active {
  background-color: #fff;
  border-color: #71b79f;
}
.btn-category.active {
  background: #b9dece;
  border: 1px solid #71b79f;
}
.btn-category.active::before {
  background: #71b79f;
}
.btn-category.active::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  top: 0;
  bottom: 0;
  left: calc(5% + 0.4em);
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(45deg);
}
.btn-category.active:hover {
  background: #b9dece;
}
.btn#category-filter-undo {
  background: #edebeb;
  border-radius: 100px;
  font-size: 15px;
}
.btn#category-filter-undo::before {
  content: "×";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #868686;
  margin-right: 15px;
}

.link-box {
  margin: 15px 0;
  background: #fff8ed;
  border: none;
}
.link-box:last-child {
  margin-bottom: 0px;
}
.link-box.guidline {
  background: none;
}
.link-box .link {
  text-decoration: underline;
  color: #1b6dc0;
}
.link-box .link-jump::after {
  content: "";
  background: url(../../common/images/blank_ico.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.link-box .link-pdf::after {
  content: "";
  background: url(../../common/images/pdf_ico.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  vertical-align: middle;
  background-size: cover;
}
.link-box .link:hover {
  text-decoration: none;
}
.link-box .link-byte {
  background: #f7debc;
  border-radius: 30px;
  color: #333;
  padding: 0 8px;
  font-size: 15px;
}

.list-green {
  padding: 0;
}
.list-green li {
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  padding-left: 17px;
  text-indent: -17px;
}
.list-green li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #71b79f;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}

.card-layout {
  margin-top: 20px;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.card-layout > * {
  width: 300px;
  flex: 0 0 300px;
}
.card-layout .card {
  border: 2px solid #d9d9d9;
}
.card-layout .card img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-layout .card .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 12px 0;
}
.card-layout .card .card-body > * {
  padding: 0 22px;
}
.card-layout .card .card-body .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.card-layout .card .card-body .card-title::before {
  content: none;
}
.card-layout .card .card-body .card-text {
  margin-bottom: 10px;
}
.card-layout .card .card-body .card-text .badge {
  white-space: unset;
  margin: 3px 0;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
.card-layout .card .card-body .card-linktext {
  padding: 0 15px;
}

.arrow-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 19px;
  height: 19px;
  background: #71b79f;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 5px;
}
.arrow-icon::after {
  content: "";
  position: absolute;
  background: url(../../common/images/arrow_ico.png) no-repeat center;
  background-size: 9px 6px;
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}

.category-layout {
  border: 3px solid #b9dece;
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-layout h4 {
  order: 1;
  margin: 0;
}
.category-layout .category-undobtn {
  order: 2;
}
.category-layout .category-filterbtn {
  order: 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px 3%;
  width: 100%;
  margin: 0;
  margin-top: 15px;
}
.category-layout .category-filterbtn > div {
  padding: 0;
  text-align: center;
}

.table {
  margin-top: 20px;
}
.table td,
.table th {
  border: 1px solid #707070;
  padding: 15px 25px;
  color: #333;
  word-break: break-all;
  overflow-wrap: anywhere;
  background-clip: padding-box;
}
.table tr {
  border: none;
}
.table th {
  background-color: #f2f8f6;
}
.table td {
  background-color: #fff;
}
.table td ul li.link-box {
  margin: 0 0 10px 0;
}
.table td ul li:last-child {
  margin-bottom: 0;
}
.table.table-layout1 .table-kyouazi {
  width: 50%;
}
.table.table-layout1 .table-category {
  width: 25%;
}
.table.table-layout1 .table-zyukou {
  width: 25%;
  min-width: 220px;
}
.table.table-layout1 tbody .table-layout1-thead {
  display: none;
}
.table.table-layout1 tbody td.table-category ul {
  margin: 0;
  text-align: center;
}
.table.table-layout1 tbody td.table-zyukou > div {
  gap: 12px;
}
.table.table-layout1 tbody td.table-zyukou .btn-primary {
  margin: 0 auto;
  max-width: 200px;
}
.table.table-layout2 tbody th {
  width: 25%;
}
.table.table-layout2 tbody td {
  width: 75%;
}
.table.table-layout2 tbody td ul {
  padding: 0;
}
.table.table-layout2 tbody td ul li {
  list-style: none;
}

footer.container {
  max-width: 100%;
  margin: 100px auto 0;
  padding: 0;
  position: relative;
  background-color: #fff;
}
footer.container .btn-goTop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 30px;
  padding-left: 50px;
  margin-right: 10px;
  display: none;
  border: none;
  background-color: #498076 !important;
  color: #fff;
  box-shadow: 0 0 4px rgba(2, 25, 16, 0.4);
}
footer.container .btn-goTop::before {
  content: "";
  background: url(../../common/images/arrow_ico.png) no-repeat;
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
footer.container .btn-goTop::after {
  display: none;
}
footer.container .btn-goTop:hover,
footer.container .btn-goTop:active,
footer.container .btn-goTop.btn:first-child:active:focus-visible {
  color: #fff !important;
  border: none;
}
footer.container .footer-link {
  background-color: #bbddc9;
  padding: 0 10px;
}
footer.container .footer-link ul {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  gap: 10px 25px;
}
footer.container .footer-link ul li {
  list-style: none;
}
footer.container .footer-link ul li a {
  color: #333;
}
footer.container .footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px 40px 10px;
  justify-content: space-between;
  gap: 20px 15px;
}
footer.container .footer-inner .mhlwinfo {
  flex-wrap: wrap;
  gap: 15px 40px;
}
footer.container .footer-inner .mhlwinfo p {
  font-weight: 300;
}
footer.container .footer-inner .mhlwinfo img {
  width: 100%;
  height: auto;
  max-width: 187px;
}
footer.container .m-footerCopy {
  display: block;
  text-align: center;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  header .navbar {
    background-color: #fff;
    display: block;
  }
  header .navbar .title-area {
    flex-direction: column;
    align-items: normal;
    width: calc(100% - 90px);
    margin: 5px 0 5px 10px;
  }
  header .navbar .title-area > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .navbar .title-area img {
    width: 88px;
    height: 24px;
  }
  header .navbar-brand {
    margin: 0px;
  }
  header .navbar-brand span {
    text-wrap: auto;
    font-size: 18px;
  }
  header .navbar-toggler {
    margin-right: 10px;
    background-color: #e1f0e3;
  }
  header .navbar-nav .nav-link br {
    display: none;
  }
  header .container .nav-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  header .container .nav-wrap .navbar-nav {
    align-items: start;
    margin: 20px 25px;
    width: 100%;
  }
  header .container .nav-wrap .navbar-nav .nav-item {
    display: block;
    max-width: 100%;
    text-align: left;
  }
  header .container .nav-wrap .navbar-nav .nav-item .nav-link.active {
    border-bottom: none;
  }
  header .container .nav-wrap .navbar-nav .nav-item a {
    width: 100%;
    position: relative;
  }
  header .container .nav-wrap .navbar-nav .nav-item a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 12px;
    height: 12px;
    background: #71b79f;
    border-radius: 50%;
    box-sizing: content-box;
    margin-right: 10px;
  }
  header .container .nav-wrap .navbar-collapse .menu-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-top: 1px solid #ababab;
  }
  .breadcrumb {
    padding: 5px 20px;
  }
  .page-title h1 {
    padding: 35px 20px;
  }
  main article section .container {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-title h1 {
    padding: 45px 15px 30px 15px;
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
    padding: 7px 0;
  }
  .breadcrumb {
    padding: 5px 15px;
  }
  main article section {
    margin: 15px 10px;
  }
  main article section .container {
    padding: 25px 15px;
  }
  main article section .container.top-mainvisual {
    padding: 15px 0 0 0;
  }
  .btn-category {
    text-align: left;
    padding: 10px 10px 10px 45px;
    height: 100%;
  }
  .card-layout > * {
    width: 100%;
    flex: auto;
    max-width: 300px;
  }
  .category-layout {
    padding: 15px 10px;
  }
  .category-layout .category-undobtn {
    order: 3;
    margin: 15px auto 0;
  }
  .category-layout .category-filterbtn {
    order: 2;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .category-layout .category-filterbtn > div {
    padding: 0;
    text-align: center;
  }
  .table tbody,
  .table td,
  .table tfoot,
  .table th,
  .table thead {
    padding: 13px 10px;
  }
  .table th {
    padding: 5px 10px;
  }
  .table.table-layout1 .table-kyouazi,
  .table.table-layout1 .table-category,
  .table.table-layout1 .table-zyukou {
    width: 100%;
  }
  .table.table-layout1 thead {
    display: none;
  }
  .table.table-layout1 tbody .table-layout1-thead {
    display: block;
    width: 100%;
  }
  .table.table-layout1 tbody .table-layout1-thead th {
    width: 100%;
    display: block;
  }
  .table.table-layout1 tbody tr th,
  .table.table-layout1 tbody tr td {
    border: 1px solid #707070;
  }
  .table.table-layout1 tbody tr td {
    border-top: none;
    display: block;
  }
  .table.table-layout1 tbody tr:not(.nodata-msg) td {
    border-bottom: none;
    text-align: left;
    padding: 0.2em 10px;
  }
  .table.table-layout1 tbody tr:not(.nodata-msg) td.table-kyouazi {
    padding-top: 13px;
  }
  .table.table-layout1 tbody tr:not(.nodata-msg) td.table-category {
    display: flex;
  }
  .table.table-layout1 tbody tr:not(.nodata-msg) td.table-category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    text-align: left;
  }
  .table.table-layout1 tbody tr:not(.nodata-msg) td.table-category::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.2rem;
    white-space: nowrap;
  }
  .table.table-layout1 tbody tr:not(.nodata-msg) td.table-zyukou {
    padding-bottom: 13px;
    border-bottom: 1px solid;
  }
  .table.table-layout2 tbody tr {
    display: flex;
    flex-direction: column;
  }
  .table.table-layout2 tbody tr:last-child {
    border-bottom: solid 1px #707070;
  }
  .table.table-layout2 tbody tr th,
  .table.table-layout2 tbody tr td {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  footer.container .footer-inner {
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer.container .m-footerCopy {
    text-align: left;
    margin: 5px 10px;
  }
}
@media screen and (max-width: 640px) {
  header .navbar-brand span {
    text-wrap: auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 366px) {
  .btn-category {
    font-size: 0.8em;
    padding: 13px 10px 13px 30px;
  }
  .btn#category-filter-undo {
    font-size: 0.8em;
  }
  .btn#category-filter-undo::before {
    width: 17px;
    height: 17px;
    font-size: 0.8em;
    margin-right: 8px;
  }
  header .navbar-brand {
    font-size: 17px;
  }
}
@media print {
  footer {
    display: none;
  }
  header .navbar-toggler {
    display: none;
  }
  .fixed-top {
    position: static;
  }
  main > article {
    margin-top: -142px;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  footer.container .btn-goTop {
    display: none;
  }
  .btn-primary {
    margin: 0;
  }
}
