@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  z-index: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.0rem;
  /*10px*/
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.75;
  position: relative;
  color: #595757; }

.sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-variation-settings: "wdth" 100; }

.min {
  font-family: 'Noto Serif JP', serif; }

.gothic {
  font-family: 'Noto Sans JP', sans-serif; }

.meiryo {
  font-family: 'メイリオ', 'Meiryo','Noto Sans JP', sans-serif; }

.maru {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400; }

i {
  font-style: normal; }

a {
  color: #4682b4; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:active {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
  font-size: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
  margin: 0;
  padding: 0; }

h2 ~ h2 {
  margin-top: 2.5em; }

h3 {
  margin: 0 0 0.5em 0;
  padding: 2px 0 0 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.35; }

h4 {
  font-size: 1.8rem; }
  h4.arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #e9f3fb;
    margin-right: 5px; }

h4 ~ h4 {
  margin-top: 1.5em; }

h3 + h4 {
  margin-top: 0; }

p + h4 {
  margin-top: 1.5em; }

table + h4, ul + h4, ol + h4, dl + h4 {
  margin-top: 1.5em; }

h5 {
  margin: 0 0 0.5em 5px;
  padding: 2px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.35; }

h5 ~ h5 {
  margin-top: 1.5em; }

h4 + h5 {
  margin-top: 0; }

p + h5 {
  margin-top: 1.5em; }

h6 {
  font-size: 1.5rem; }

h6 ~ h6 {
  margin-top: 1.5rem; }

h5 + h6 {
  margin-top: 0; }

p + h6 {
  margin-top: 1.5em; }

.img_center {
  display: block;
  margin: auto;
  max-width: 100%; }

.accordion h4 {
  border: 1px solid #e9f3fb;
  margin-top: 5px;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease-in-out; }
  .accordion h4::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    width: 1em;
    text-align: center;
    display: inline-block;
    color: #e9f3fb; }
  .accordion h4.ui-state-active {
    border-radius: 4px 4px 0 0;
    background: #e9f3fb;
    color: #fff; }
    .accordion h4.ui-state-active::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      color: #fff; }
    .accordion h4.ui-state-active.ui-state-hover {
      background: #e9f3fb; }
  .accordion h4.ui-state-hover {
    background: rgba(233, 243, 251, 0.3); }

#footer_lower {
  text-align: center;
  padding: 0; }

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.shadow {
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  -ms-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999; }

ol.list_maru {
  counter-reset: list_count;
  list-style-type: none; }
  ol.list_maru li {
    position: relative;
    padding-left: 1.5em; }
    ol.list_maru li::before {
      position: absolute;
      top: 0.375em;
      left: 0em;
      counter-increment: list_count;
      content: counter(list_count);
      display: inline-block;
      line-height: 1;
      text-align: center;
      height: 1em;
      width: 1em;
      border-radius: 50%;
      font-size: 0.9em;
      background: #65ba00;
      border: 1px solid #65ba00;
      color: #FFF; }

.pagetop {
  position: absolute;
  right: 0;
  top: 0; }

.page_img {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-size: cover; }
  .page_img .bottom_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block; }
  .page_img .sub_page {
    position: relative;
    height: 40vw;
    display: flex;
    align-items: center;
    text-align: center; }
    @media (min-width: 768px) {
      .page_img .sub_page {
        height: 440px; } }
    .page_img .sub_page::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .page_img .sub_page img {
      position: absolute;
      width: 100%;
      object-fit: cover;
      object-position: center bottom; }
    .page_img .sub_page h1 {
      z-index: 1;
      margin: auto auto auto 2em;
      font-size: 7.5vw;
      font-weight: 600;
      font-style: normal;
      line-height: 1.2;
      color: #fff;
      text-shadow: 0px 0px 5px rgba(88, 86, 86, 0.5);
      letter-spacing: 0.1em; }
      @media (min-width: 768px) {
        .page_img .sub_page h1 {
          font-size: 4.8rem; } }
      .page_img .sub_page h1 span {
        display: block;
        font-size: 5vw;
        font-family: "Open Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-variation-settings: "wdth" 100;
        letter-spacing: 0; }
        @media (min-width: 768px) {
          .page_img .sub_page h1 span {
            font-size: 2rem; } }

.gmap {
  width: 100%; }
  .gmap iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto; }

.dl_tbl {
  margin-bottom: 20px; }
  .dl_tbl dl {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #06589f; }
    @media (min-width: 768px) {
      .dl_tbl dl {
        flex-direction: row;
        justify-content: space-between; } }
    .dl_tbl dl dt {
      color: #06589f;
      background: #cddeec;
      font-weight: bold;
      padding: 5px; }
      @media (min-width: 768px) {
        .dl_tbl dl dt {
          width: 10em;
          text-align: center; } }
    .dl_tbl dl dd {
      padding: 5px; }
      @media (min-width: 768px) {
        .dl_tbl dl dd {
          width: calc(100% - 11em);
          text-align: left; } }
    .dl_tbl dl + dl {
      margin-top: 0px;
      border-top: 0 solid #06589f; }

.sticky_table_wrapper {
  font-size: 1.6rem;
  overflow: auto;
  height: calc(100%);
  width: calc(100%);
  border-left: 1px solid #06589f;
  border-top: 1px solid #06589f;
  margin-bottom: 20px; }
  .sticky_table_wrapper .sticky2d {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0; }
    .sticky_table_wrapper .sticky2d thead {
      position: sticky;
      top: 0;
      z-index: 2; }
      .sticky_table_wrapper .sticky2d thead tr {
        border-bottom: 3px double #ccc; }
        .sticky_table_wrapper .sticky2d thead tr th {
          position: sticky;
          top: 0;
          padding: 5px;
          z-index: 1;
          background: #b4cde2;
          border-right: 1px solid #06589f;
          border-bottom: 1px solid #06589f;
          color: #06589f; }
          .sticky_table_wrapper .sticky2d thead tr th.head {
            z-index: 2;
            background: #b4cde2; }
          .sticky_table_wrapper .sticky2d thead tr th.rhead {
            z-index: 2;
            background: #b4cde2; }
          .sticky_table_wrapper .sticky2d thead tr th span {
            font-size: .8em; }
    .sticky_table_wrapper .sticky2d tbody tr th {
      padding: 5px;
      background: #cddeec;
      color: #06589f;
      border-right: 1px solid #06589f;
      border-bottom: 1px solid #06589f; }
    .sticky_table_wrapper .sticky2d tbody tr td {
      padding: 5px;
      background: #fff;
      border-right: 1px solid #06589f;
      border-bottom: 1px solid #06589f; }
    .sticky_table_wrapper .sticky2d .head {
      position: sticky;
      z-index: 2;
      background: #fafafa; }
    .sticky_table_wrapper .sticky2d .rhead {
      position: sticky;
      z-index: 1;
      background: #fafafa;
      right: 0; }
    .sticky_table_wrapper .sticky2d .col1 {
      position: sticky;
      left: 0;
      z-index: 1; }
    .sticky_table_wrapper .sticky2d .col2 {
      position: sticky;
      left: 70px;
      z-index: 1;
      width: 70px; }
    .sticky_table_wrapper .sticky2d .col3 {
      position: sticky;
      left: 140px;
      z-index: 1;
      width: 200px; }

.pager {
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  text-align: center;
  font-size: 1.4rem;
  align-items: center;
  justify-content: center; }
  .pager a, .pager span {
    display: inline-block;
    padding: 0 1px;
    margin: 0 4px 0;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #06589f; }
  .pager a {
    color: #06589f;
    cursor: pointer; }
    .pager a:hover {
      background: #06589f;
      color: #fff; }
  .pager span {
    color: #999;
    border: 1px solid #999; }
    .pager span.now {
      background: #06589f;
      color: #fff;
      border: 1px solid #06589f; }
  .pager .changepager-j, .pager .changepager {
    border-radius: 4px;
    height: 3rem;
    line-height: 3rem;
    padding: 5px;
    border: 1px solid #06589f; }

/**共通**/
.common_baba ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .common_baba ul {
      flex-direction: row; } }
  .common_baba ul li {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .common_baba ul li {
        width: 32%; } }
    .common_baba ul li a {
      background: #fff;
      display: block; }
      .common_baba ul li a img {
        display: block; }
      .common_baba ul li a.outline {
        outline: 1px solid #000;
        outline-offset: -1px; }

.r {
  text-align: right; }

.c {
  text-align: center; }

.center {
  text-align: center; }
  .center strong {
    font-size: 3rem; }

.contact_center {
  text-align: center;
  font-size: 2.4rem; }

.red {
  color: #e50044; }
