.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* CSS Document */
/*====================
content
====================*/
[id="content"] {
  clear: both;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}
[id="content"] .news {
  display: flex;
  background: #ffffff;
  width: 100%;
  height: 4rem;
  border: 0.1rem solid #476834;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.5rem;
  box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.5);
  margin-right: 1.2rem;
  margin-bottom: 0.8rem;
}
[id="content"] .news h2 {
  background: #006bbd;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 2.8rem;
  text-align: center;
  height: 2.8rem;
  font-weight: bold;
  width: 14.5rem;
}
[id="content"] .news iframe {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #232323;
  border: none;
  /* width: 100%; */
  width: 87%;
  background: #ffffff;
  height: 2.8rem;
  padding: 0rem 0rem;
  margin: 0rem 0rem 0 0;
  box-sizing: border-box;
}

[id="content"] .read_contents p {
  font-size: 1.4rem;
  line-height: 21px;
  text-align: justify;
  margin-bottom: 15px;
}

.read_contents h2 {
  background: #006bbd;
  height: 26px;
  border-radius: 3px;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 0 14px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 8px;
  font-weight: 800;
  text-align: center;
}

[id="content"] h3 {
  height: 26px;
  font-size: 1.5rem;
  color: #006bbd;
  font-weight: bold;
  padding: 0 0px;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: left;
}

.top_ttl {
  margin: 0 0 0.8em;
}

/* ======================
table
====================== */
.hyogumi {
  margin-bottom: 10px;
}

table {
  clear: both;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 15px;
}

/* thead */
.hyogumi .sticky-wrap {
  overflow-x: hidden !important;
}

table thead th {
  border: 1px solid #a7a7a7;
  vertical-align: middle;
  background: #e8ebe6;
  font-size: 1.3rem;
  line-height: 13px;
  white-space: nowrap;
  padding: 0.8rem;
  text-align: center;
  height: 30px;
}
table thead tr.up th {
  padding-top: 6px;
  border-bottom: none;
  line-height: 14px;
}
table thead tr.down th {
  padding-top: 3px;
  border-top: none;
  padding-bottom: 6px;
  line-height: 16px;
}
table thead th p {
  height: 38px;
  line-height: 16px;
}
table thead th strong {
  font-size: 1.5rem;
  font-weight: normal;
}
table thead th em {
  font-size: 1.1rem;
}
table thead th.habakae {
  width: 18%;
}
table tbody th {
  border: 1px solid #a7a7a7;
  background: #f5f6f4;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 15px;
  padding: 4px;
  text-align: center;
  white-space: nowrap;
}
table tbody th.mida {
  background: #d8f1cc;
}
table tbody th a {
  color: #000;
  text-decoration: none;
}
table tbody th a:hover {
  color: #314f91;
  text-decoration: underline;
}
table tbody th em {
  font-size: 1.2rem;
  font-style: normal;
}
table tbody td {
  border: 1px solid #a7a7a7;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 19px;
  padding: 8px;
  text-align: justify;
}

/* .list-AA tbody td,
.list-EA tbody td {
  color: #1868a5;
} */

.list-AA thead th {
  height: 3.2rem;
}
.list-AA thead th:first-child {
  min-width: 14rem;
  width: 14rem;
}
.list-AA tbody th {
  min-width: 14rem;
  width: 14rem;
}
.list-AA tbody td {
  min-width: 5.5rem;
  width: 100%;
  /* text-align: center; */
}

.list-EA thead th:first-child {
  min-width: 14rem;
  width: 14rem;
}
.list-EA tbody th {
  min-width: 14rem;
  width: 14rem;
}
.list-EA tbody td {
  min-width: 5rem;
  width: 5rem;
  text-align: center;
}
.list-EA tbody td.fc-no {
  color: initial;
}

/* tbody */
tbody tr {
  background-color: #ffffff;
}
/* For appearance */
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-thead {
  z-index: 100;
  width: 100%;
  /* Force stretch */
}
.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
}

/*====================
map
====================*/
.mask {
  overflow: hidden;
  border-radius: 0.8rem;
}

.map {
  position: relative;
}
.map .hanrei {
  width: 20.5rem;
  box-sizing: border-box;
  padding: 0.4rem;
  background: #ffffff;
  position: absolute;
  top: 3.3rem;
  left: 3.3rem;
  border: 0.1rem solid;
  border-radius: 0.4rem;
}
.map .hanrei h2 {
  color: #184950;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 0.4rem;
  background: #bdedba;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 0.2rem;
  font-weight: bold;
}
.map .hanrei p {
  color: #232323;
  font-size: 1.3rem;
  line-height: 1.54;
  margin: 0 0.7rem 0.7rem;
}
.map .hanrei ul {
  margin: 0 1rem 0.7rem;
}
.map .hanrei ul li {
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 2.4rem;
  line-height: 2.2rem;
}
.map .hanrei ul li.cat1 {
  background: url(../images/point01.png) no-repeat 0 0.3rem;
}
.map .hanrei ul li.cat2 {
  background: url(../images/point02.png) no-repeat 0 0.3rem;
}
.map .hanrei ul li.cat3 {
  background: url(../images/point03.png) no-repeat 0 0.3rem;
}
.map ul.point li {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 1.5%;
  line-height: 1em;
}
.map ul.point li img {
  width: 100%;
  height: auto;
}
.map ul.point li.point01 {
  left: 36%;
  top: 74.5%;
}
.map ul.point li.point02 {
  left: 39.5%;
  top: 68.8%;
}
.map ul.point li.point03 {
  left: 54.5%;
  top: 79.4%;
}
.map ul.point li.point04 {
  left: 48.6%;
  top: 62.1%;
}
.map ul.point li.point05 {
  left: 58.3%;
  top: 64.1%;
}
.map ul.point li.point06 {
  left: 61.5%;
  top: 49.5%;
}
.map ul.point li.point07 {
  left: 64%;
  top: 34.3%;
}
.map ul.point li.point08 {
  left: 43.7%;
  top: 32%;
}
.map ul.point li.point09 {
  left: 37.5%;
  top: 75.2%;
}
.map ul.point li.point10 {
  left: 32.3%;
  top: 80.6%;
}
.map ul.point li.point11 {
  left: 29%;
  top: 75.8%;
}
.map ul.point li.point12 {
  left: 29.7%;
  top: 69.4%;
}
.map ul.point li.point13 {
  left: 26.8%;
  top: 75.8%;
}
.map ul.point li.point14 {
  left: 32.9%;
  top: 63.5%;
}
.map ul.point li.point15 {
  left: 30.4%;
  top: 75.66%;
}
.map ul.point li.point16 {
  left: 39.4%;
  top: 81.6%;
}

@media screen and (max-width: 768px) {
  /*====================
  content
  ====================*/
  [id="content"] {
    clear: both;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  [id="content"] .upside-content {
    flex-direction: column;
  }
  [id="content"] .news-wrapper {
    width: 100%;
  }
  [id="content"] .news {
    width: 100%;
    display: block;
    background: #ffffff;
    height: 7rem;
  }
  [id="content"] .news h2 {
    width: 100%;
  }
  [id="content"] .news iframe {
    width: 100%;
  }

  .banner {
    display: block;
    margin: 0 auto;
  }
  .banner a {
    height: 6rem;
    padding: 1rem 0 0;
  }
  .banner a h3 {
    font-size: 1.6rem;
    line-height: 1em;
    margin-bottom: 1rem;
  }
  .banner a p {
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 1em;
  }

  /*====================
  map
  ====================*/
  .mask {
    width: 100%;
  }

  .map {
    position: relative;
    width: 107%;
    margin-top: 0.8rem;
  }
  .map img.mainmap {
    width: 100%;
    height: auto;
  }
  .map .hanrei {
    width: 47%;
    padding: 0.4rem;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
  }
  .map .hanrei h2 {
    font-size: 1.2rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
  }
  .map .hanrei p {
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0 0.8rem;
  }
  .map .hanrei ul {
    margin: 0.3rem 0rem 0.3rem;
  }
  .map .hanrei ul li {
    font-size: 8px;
    font-weight: bold;
    line-height: 1.4;
  }
  .map .hanrei ul li.cat1 {
    background: url(../images/point01.png) no-repeat 1rem 0.2rem;
    background-size: 0.8rem;
  }
  .map .hanrei ul li.cat2 {
    background: url(../images/point02.png) no-repeat 1rem 0.2rem;
    background-size: 0.8rem;
  }
  .map ul.point {
    width: 100%;
    margin: 0rem;
    padding: 0rem;
  }
  .map ul.point li {
    position: absolute;
    left: 0%;
    top: 0%;
    line-height: 0.3em;
  }
}
