.u-sm-max {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sm-max {
    display: block;
  }
}

.u-sm-min {
  display: none;
}
@media only screen and (min-width: 768px) {
  .u-sm-min {
    display: block;
  }
}

img {
  vertical-align: bottom;
}

#wrap {
  overflow: hidden;
  height: 100%;
}

#contents {
  margin-top: 0 !important;
  height: 100%;
}

.map-main {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:1080.8px) {
  .map-main {
    height: 100%;
  }
}

.map-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width:1080.8px) {
  .map-header {
    height: 60px;
  }
}

.map-header__inner {
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1080.8px) {
  .map-header__inner {
    padding: 0 20px;
  }
}

.map-header__logo {
  width: 206px;
}
@media screen and (max-width:1080.8px) {
  .map-header__logo {
    width: 120px;
  }
}
.map-header__logo img {
  width: 100%;
  height: auto;
}

.map-ttl {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 11px 14px 14px 21px;
  border-radius: 7px;
  z-index: 2;
}
@media screen and (max-width:1080.8px) {
  .map-ttl {
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width:768.8px) {
  .map-ttl {
    padding: 6px 10px 10px 15px;
  }
}
.map-ttl a:hover {
  opacity: 1;
}
.map-ttl img {
  width: 225px;
  height: auto;
}
@media screen and (max-width:768.8px) {
  .map-ttl img {
    width: 150px;
  }
}

.map-lead.is-close * {
  pointer-events: none !important;
}

.map-lead-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background: #1a5ca7;
  z-index: 2;
  transition: opacity 0.4s linear;
}

.map-lead.is-loaded .map-lead-modal {
  background: #1a5ca7;
  transition: opacity 0.4s linear, background 1.2s 1s;
}

.map-lead.is-opened .map-lead-modal {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.is-close .map-lead-modal {
  opacity: 0;
  pointer-events: none;
}
.is-close .map-lead-modal .map-lead-modal__contents {
  pointer-events: none !important;
}

.map-lead-modal__container {
  display: table;
  width: 100%;
  height: 100%;
}

.map-lead-modal__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0 40px;
}
@media screen and (max-width:768.8px) {
  .map-lead-modal__inner {
    vertical-align: top;
    padding: 20px 0 40px;
  }
}

.map-lead-modal__contents {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 800px;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transform: translateY(160px);
  transition: opacity 0.4s linear, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width:768.8px) {
  .map-lead-modal__contents {
    width: calc(100% - 40px);
    transform: translateY(80px);
  }
}
.map-lead-modal__contents .map-modal-close {
  top: -30px;
  right: -20px;
  z-index: 4;
}
@media screen and (max-width:768.8px) {
  .map-lead-modal__contents .map-modal-close {
    top: -25px;
    right: -10px;
  }
}

.map-lead-detail {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 45px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width:769px) {
  .map-lead-detail {
    display: grid;
    grid-template-columns: 1fr 230px;
    column-gap: 40px;
  }
}
@media screen and (max-width:768.8px) {
  .map-lead-detail {
    padding: 25px 20px 30px;
  }
}

.map-lead-detail__ttl {
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width:768.8px) {
  .map-lead-detail__ttl {
    margin-bottom: 20px;
  }
}
.map-lead-detail__ttl img {
  width: 400px;
  height: auto;
  position: relative;
}
@media screen and (max-width:768.8px) {
  .map-lead-detail__ttl img {
    width: 90%;
    max-width: 400px;
  }
}

.map-lead-detail__desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width:768.8px) {
  .map-lead-detail__desc {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.map-lead-detail__desc-chara {
  display: inline-flex;
  width: 64px;
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width:768.8px) {
  .map-lead-detail__desc-chara {
    width: 50px;
  }
}
.map-lead-detail__desc-chara img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -36px;
}
@media screen and (max-width:768.8px) {
  .map-lead-detail__desc-chara img {
    top: -30px;
  }
}

.map-lead-detail__more {
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}
@media screen and (max-width:768.8px) {
  .map-lead-detail__more {
    gap: 8px;
    padding-right: 0;
  }
}

.map-lead-detail__more-icon {
  width: 60px;
}
@media screen and (max-width:768.8px) {
  .map-lead-detail__more-icon {
    width: 50px;
  }
}
.map-lead-detail__more-icon img {
  width: 100%;
  height: auto;
}

.map-lead-detail__more-txt {
  font-size: 18px;
  font-weight: bold;
  color: #1a5ca7;
}
@media screen and (max-width:768.8px) {
  .map-lead-detail__more-txt {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (max-width:768.8px) {
  .map-detail__aside {
    padding: 0 10px;
  }
}

.map-detail__aside-box {
  border: 2px solid #009fe8;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width:768.8px) {
  .map-detail__aside-box {
    margin-top: 15px;
    padding: 12px;
  }
}
.map-detail__aside-box > p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width:768.8px) {
  .map-detail__aside-box > img {
    width: 150px;
    height: auto;
  }
}
.map-detail__aside-box dl {
  font-size: 13px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 10px;
  column-gap: 20px;
  margin: 10px -10px 0 0;
}
@media screen and (max-width:768.8px) {
  .map-detail__aside-box dl {
    margin: 10px 0 0;
    grid-template-columns: auto auto;
    row-gap: 8px;
    column-gap: 14px;
  }
}
@media screen and (max-width:768.8px) {
  .map-detail__aside-box dt {
    text-align: right;
  }
}
.map-detail__aside-box dd {
  text-align: left;
}
.map-detail__aside-box dd b {
  font-weight: 700;
}
.map-detail__aside-box dd .bl {
  color: #1c5aa5;
  font-weight: 700;
}
.map-detail__aside-box dd .gr {
  color: #2b8044;
  font-weight: 700;
}

.map-lead-start {
  margin-top: 30px;
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.4s cubic-bezier(0.47, 1.36, 0.61, 1.26), opacity 0.2s;
  transition-delay: 0.8s;
}
@media screen and (max-width:768.8px) {
  .map-lead-start {
    margin-top: 20px;
  }
}

.map-lead-start__btn {
  width: 252px;
  height: 72px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  pointer-events: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.map-lead-start__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1a5ca7;
  transition: background 0.2s;
  box-sizing: border-box;
}
.map-lead-start__btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 3;
}
.map-lead-start__btn.is-ready {
  cursor: pointer;
  pointer-events: auto;
}

.map-lead-start__gauge {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  pointer-events: none;
}
.map-lead-start__gauge.is-filling {
  transform: scaleX(0.9);
  transition: transform 2.2s linear;
}
.map-lead-start__gauge.is-complete {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}

.map-lead-start__txt {
  color: #fff;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  top: 0.15em;
  transition: color 0.2s;
  z-index: 2;
}

.map-lead-start__btn.is-ready {
  animation: pulse-ready 0.3s 0.1s ease-out;
}
.map-lead-start__btn.is-ready .map-lead-start__gauge {
  opacity: 0;
  transition: opacity 0.1s;
}

@keyframes pulse-ready {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.map-lead-start__btn:hover:not(.is-loading)::before {
  background: #fff;
}
.map-lead-start__btn:hover:not(.is-loading) .map-lead-start__txt {
  color: #1a5ca7;
}

.is-loaded .map-lead-modal__contents {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.is-loaded .map-lead-modal__contents .map-lead-start {
  opacity: 1;
  transform: scale(1);
}

.map-back-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  display: flex;
  gap: 10px;
}
@media screen and (max-width:1080.8px) {
  .map-back-link {
    gap: 9px;
    bottom: 10px;
    right: 15px;
  }
}
.map-back-link.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.map-back-link__btn {
  width: 110px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 1px;
  position: relative;
}
@media screen and (max-width:1080.8px) {
  .map-back-link__btn {
    width: 100px;
    height: 38px;
  }
}
.map-back-link__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #2B8045;
  border-radius: 36px;
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1), background 0.1s;
}
.map-back-link__btn:hover {
  opacity: 1;
}
@media print, screen and (min-width:769px) {
  .map-back-link__btn:hover::before {
    transform: scale(1.05);
  }
}

.map-back-link__btn--blue {
  width: 110px;
}
@media screen and (max-width:1080.8px) {
  .map-back-link__btn--blue {
    width: 90px;
  }
}
.map-back-link__btn--blue::before {
  border: 2px solid #1a5ca7;
}

.map-back-link__arrow {
  position: relative;
}
.map-back-link__arrow img {
  width: 20px;
}
@media screen and (max-width:1080.8px) {
  .map-back-link__arrow img {
    width: 20px;
  }
}

.map-back-link__txt {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width:1080.8px) {
  .map-back-link__txt {
    font-size: 14px;
  }
}

.map-canvas {
  overflow: hidden;
  position: relative;
}
.map-canvas__wrapper {
  cursor: default !important;
}
.map-canvas__wrapper:active {
  cursor: grabbing !important;
}

.map-canvas-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.map-canvas-layer.is-active {
  opacity: 1;
  pointer-events: auto;
}

.map-canvas-layer__wrapper {
  cursor: default !important;
}
.map-canvas-layer__wrapper:active {
  cursor: grabbing !important;
}

.map-canvas-layer__canvas {
  display: none;
}
.map-canvas-layer__canvas.is-active {
  display: block;
}

.map-canvas-layer-close {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 100;
  pointer-events: auto;
}
@media screen and (max-width:1080.8px) {
  .map-canvas-layer-close {
    top: 20px;
  }
}
@media screen and (max-width:768.8px) {
  .map-canvas-layer-close {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
  }
}
.map-canvas-layer-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.map-canvas-layer-close .map-canvas-layer-close__txt {
  display: block;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  padding-top: 67px;
}
@media screen and (max-width:768.8px) {
  .map-canvas-layer-close .map-canvas-layer-close__txt {
    display: none;
  }
}

.map-canvas-layer-close__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-canvas-layer-close__icon::before, .map-canvas-layer-close__icon::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  background: #333;
  border-radius: 1px;
}
@media screen and (max-width:768.8px) {
  .map-canvas-layer-close__icon::before, .map-canvas-layer-close__icon::after {
    width: 20px;
    left: calc(50% - 10px);
  }
}
.map-canvas-layer-close__icon::before {
  transform: rotate(45deg);
}
.map-canvas-layer-close__icon::after {
  transform: rotate(-45deg);
}

@media print, screen and (min-width:1081px) {
  .map-canvas-layer-close:hover::before {
    background: #333;
    border-color: #333;
    transform: scale(1.18);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .map-canvas-layer-close:hover .map-canvas-layer-close__icon::before, .map-canvas-layer-close:hover .map-canvas-layer-close__icon::after {
    background: #fff;
  }
}

.map-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 7900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
@media screen and (max-width:768.8px) {
  .map-modal {
    width: 100vw;
  }
}
.map-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.map-modal__container {
  display: table;
  width: 100%;
  height: 100%;
}

.map-modal__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 28px 0;
}

.map-modal__contents {
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1060px;
  position: relative;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0.3s linear, transform 0.2s 0.3s;
}
@media screen and (max-width:1080.8px) {
  .map-modal__contents {
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translateY(60px);
  }
}

.is-open .map-modal__contents {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s linear, transform 0.6s cubic-bezier(0.33, 1.21, 0.64, 1);
}

.map-modal__content {
  display: none;
  background: #fff;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width:1080.8px) {
  .map-modal__content {
    border-radius: 10px;
    overflow: hidden;
  }
}
.map-modal__content.is-active {
  display: block;
}

.map-modal-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -25px;
  right: -25px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width:768.8px) {
  .map-modal-close {
    width: 50px;
    height: 50px;
    top: -25px;
    right: -10px;
  }
}
.map-modal-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.map-modal-close__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-modal-close__icon::before, .map-modal-close__icon::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  background: #333;
  border-radius: 1px;
}
@media screen and (max-width:768.8px) {
  .map-modal-close__icon::before, .map-modal-close__icon::after {
    width: 20px;
    left: calc(50% - 10px);
  }
}
.map-modal-close__icon::before {
  transform: rotate(45deg);
}
.map-modal-close__icon::after {
  transform: rotate(-45deg);
}

@media print, screen and (min-width:1081px) {
  .map-modal-close:hover::before {
    background: #333;
    border-color: #333;
    transform: scale(1.18);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .map-modal-close:hover .map-modal-close__icon::before, .map-modal-close:hover .map-modal-close__icon::after {
    background: #fff;
  }
}

@media print, screen and (min-width:1081px) {
  .map-detail__contents {
    display: flex;
  }
}

.map-detail__img {
  background: #f2f1ed;
}
@media print, screen and (min-width:1081px) {
  .map-detail__img {
    width: 50%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }
}
@media screen and (max-width:1080.8px) {
  .map-detail__img {
    width: 100%;
    height: 320px;
    aspect-ratio: 350/320;
  }
}
@media screen and (max-width:768.8px) {
  .map-detail__img {
    width: 100%;
    height: 240px;
    aspect-ratio: 350/240;
  }
}
.map-detail__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-detail__body {
  line-height: 1.8;
  position: relative;
}
@media print, screen and (min-width:1081px) {
  .map-detail__body {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media print, screen and (min-width:1081px) {
  .map-detail__body-contents {
    margin: 40px 40px;
    height: 340px;
  }
}
@media screen and (max-width:1080.8px) {
  .map-detail__body-contents {
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width:768.8px) {
  .map-detail__body-contents {
    padding: 30px 20px 40px;
  }
}
.map-detail__body-contents p {
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width:1080.8px) {
  .map-detail__body-contents p {
    font-size: 15px;
  }
}

@media print, screen and (min-width:1081px) {
  .map-detail__body-contents--scroll {
    margin: 40px 40px;
    height: 350px;
  }
}
.map-detail__body-contents--scroll .simplebar-scrollbar:before {
  left: 0;
  right: 0;
  opacity: 1;
  background: #1a5ca7;
}
.map-detail__body-contents--scroll .simplebar-track.simplebar-vertical {
  right: -30px;
  background: #e8e8e8;
  border-radius: 5px;
}
.map-detail__body-contents--scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 10px;
}
.map-detail__body-contents--scroll .simplebar-track,
.map-detail__body-contents--scroll .simplebar-track {
  width: 10px;
}

@media print, screen and (min-width:1081px) {
  [data-modal-id=research] .map-detail__body-contents--scroll {
    height: 310px;
    margin-bottom: 30px;
  }
}

.map-detail__body-footer {
  position: relative;
}

.map-detail__body-chara {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (min-width:1081px) {
  .map-detail__body-chara {
    padding-right: 40px;
  }
}
@media screen and (max-width:1080.8px) {
  .map-detail__body-chara {
    padding-top: 30px;
    padding-right: 20px;
  }
}

@media screen and (max-width:1080.8px) {
  [data-modal-id=factory] .map-detail__body-chara {
    padding-top: 60px;
  }
}
[data-modal-id=factory] .map-detail__body-chara img {
  height: auto;
}

.map-detail__body-chara-comment {
  position: absolute;
  right: 160px;
  bottom: 75px;
  background: #009FE8;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 30px;
  border-radius: 20px;
}
@media screen and (max-width:1080.8px) {
  .map-detail__body-chara-comment {
    left: inherit;
    right: 90px;
    bottom: 50px;
    padding: 7px 13px;
    border-radius: 18px;
    font-size: 13px;
  }
}

.map-detail__body-chara-comment::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -10px;
  right: 12px;
  background: #009FE8;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width:1080.8px) {
  .map-detail__body-chara-comment::after {
    left: inherit;
    right: 15px !important;
  }
}

.map-detail__body-chara-comment--reverse {
  left: auto;
  right: 12px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.map-detail__sect + .map-detail__sect {
  margin-top: 30px;
}
@media screen and (max-width:768.8px) {
  .map-detail__sect + .map-detail__sect {
    margin-top: 20px;
  }
}

.map-detail__sect-header {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.map-detail__sect-header .map-detail__sub-ttl {
  margin-bottom: 0;
}
.map-detail__sect-header a {
  text-decoration: underline;
}
@media screen and (max-width:768.8px) {
  .map-detail__sect-header a {
    font-size: 12px;
  }
}
.map-detail__sect-header a:hover {
  opacity: 1;
  text-decoration: none;
}
.map-detail__sect-header a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.map-detail__sect-header a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/wp/wp-content/themes/sanyo_corp/assets/images/common/external.png") no-repeat center center/contain;
  position: relative;
  top: 3px;
  margin-left: 6px;
}

.map-detail__ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 17px;
  position: relative;
}
@media screen and (max-width:1080.8px) {
  .map-detail__ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.map-detail__ttl::before {
  content: "";
  display: block;
  width: 5px;
  height: 36px;
  background: linear-gradient(180deg, rgb(28, 90, 165) 0%, rgb(28, 90, 165) 50%, rgb(43, 128, 69) 50%, rgb(43, 128, 69) 100%);
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
}
@media screen and (max-width:1080.8px) {
  .map-detail__ttl::before {
    height: calc(100% - 6px);
    top: 3px;
  }
}

.map-detail__sub-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1a5ca7;
  margin-bottom: 10px;
}
@media screen and (max-width:1080.8px) {
  .map-detail__sub-ttl {
    font-size: 18px;
  }
}

.map-detail-bnrs {
  margin-top: 20px;
}
.map-detail-bnrs dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width:768.8px) {
  .map-detail-bnrs dt {
    font-size: 14px;
  }
}
.map-detail-bnrs dd {
  margin: 0;
}
.map-detail-bnrs dd + dt {
  margin-top: 20px;
}
@media screen and (max-width:768.8px) {
  .map-detail-bnrs dd + dt {
    margin-top: 20px;
  }
}

.map-detail-bnrs__link {
  display: inline-flex;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:768.8px) {
  .map-detail-bnrs__link {
    border-radius: 7px;
  }
}
@media screen and (max-width:1080.8px) {
  .map-detail-bnrs__link img {
    width: 100%;
    height: auto;
  }
}

.map-detail__links {
  margin-top: 25px;
}
@media screen and (max-width:768.8px) {
  .map-detail__links {
    margin-top: 20px;
  }
}
.map-detail__links a {
  text-decoration: underline;
}
@media screen and (max-width:1080.8px) {
  .map-detail__links a {
    font-size: 15px;
  }
}
.map-detail__links a:hover {
  opacity: 1;
  text-decoration: none;
}
.map-detail__links a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
.map-detail__links a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/wp/wp-content/themes/sanyo_corp/assets/images/common/external.png") no-repeat center center/contain;
  position: relative;
  top: 3px;
  margin-left: 6px;
}

.map-detail-character {
  position: absolute;
  bottom: 5px;
  right: 11px;
}