.gnav-sp.m_fixed,
.gnav.m_fixed {
  position: absolute !important;
}
.application_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.application_btn a {
  background-color: #00a0cd;
  border-radius: 12px;
  color: #fff100;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 20px 5%;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
.details-ttl {
  margin-bottom: 30px !important;
}
.map-items {
  margin: 0;
  width: 100%;
}
.map-items-wrapper {
  background-color: #91d1ea;
  padding: 14px;
}
.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px;
}
.map-link {
  background-color: #00a0cd;
  border-radius: 12px;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 20px 5%;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
.map-link:hover {
  opacity: 0.7;
}
.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px;
}
@media screen and (max-width: 650px) {
  .application_btn a {
    font-size: 16px;
    margin: 0 auto 10%;
    padding: 4% 0;
    width: 92%;
  }
  .details-ttl {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 679px) {
  .content2 dl dd {
    padding: 5px 7px;
    font-feature-settings: 'palt';
  }
  .content2 dl {
    font-weight: 500;
  }

  .map-items-wrapper {
    display: none;
  }
  .map-link {
    font-size: 16px;
    margin: 0 auto 10%;
    padding: 4% 0;
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .gnav.m_fixed {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    margin-top: 0;
  }
}
.line2 img {
  width: auto;
  }
