.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-wrapper {
  width: 78.1rem;
}
[id="content"] .upside-content {
  display: flex;
  justify-content: space-between;
}
[id="content"] .news {
  display: flex;
  width: 100%;
  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: #007fad;
  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.6rem;
  height: 2.8rem;
  margin-right: 1em;
}
[id="content"] .news iframe {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #232323;
  border: none;
  background: #ffffff;
  height: 2.8rem;
  padding: 0rem 0rem;
  margin: 0rem 0rem 0 0;
  width: 60.7rem;
  box-sizing: border-box;
}

.banner {
  width: 20.6rem;
  display: block;
}
.banner a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 8.7rem;
  padding: 1.7rem 0 0;
  background: #007fad;
  background: linear-gradient(#00aeed 2%, #007fad 10%, #007fad);
  text-decoration: none;
  border-radius: 0.4rem;
  border: 0.1rem solid #c6dcb9;
}
.banner a:hover {
  background: linear-gradient(#2ec7ff 2%, #00aeed 10%, #00aeed);
}
.banner a h3 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  margin-bottom: 1.5rem;
}
.banner a p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
  text-decoration: underline;
}

/*====================
map
====================*/
.mask {
  overflow: hidden;
  border-radius: 0.8rem;
}

.map {
  position: relative;
}
.map .hanrei {
  width: 23rem;
  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: #014069;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 0.4rem;
  background: #d8f3c5;
  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 {
  margin-top: -23px;
}
.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: 81.8%;
  top: 80.2%;
}
.map ul.point li.point02 {
  left: 63.1%;
  top: 52.5%;
}
.map ul.point li.point03 {
  left: 75.5%;
  top: 72.9%;
}
.map ul.point li.point04 {
  left: 80.5%;
  top: 38.5%;
}
.map ul.point li.point05 {
  left: 76.3%;
  top: 86.1%;
}
.map ul.point li.point06 {
  left: 78.7%;
  top: 62.7%;
}
.map ul.point li.point07 {
  left: 77.3%;
  top: 23.2%;
}
.map ul.point li.point08 {
  left: 84%;
  top: 41.6%;
}
.map ul.point li.point09 {
  left: 76.6%;
  top: 61.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;
  }
  [id="content"] .news h2 {
    width: 100%;
  }
  [id="content"] .news iframe {
    width: 100%;
  }

  .banner {
    width: 75%;
    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: 0.1rem;
    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;
  }
}
