@charset "utf-8";


#contents-area,
.lyt-col-1 #contents-body {
    width: 100%;
    min-width: 990px;
}
.page-ouchiwari .sp {
    display: none;
}
.mainvisual {
    text-align: center;
}
.section-map-ttl {
  padding: 60px 0;
  text-align: center;
}
.section-container {
    margin: 0 auto;
    max-width: 1200px;
    background-image: url(/energy/set/data/special/ouchiwari/img/p/fig_bg_pattern.png);
    padding-top: 159px;
    box-sizing: border-box;
    border-radius: 50px;
}
.section-body {
    max-width: 1200px;
    padding-top: 757px;
    margin: 0 auto;
    position: relative;
}
.section-map {
    width: 830px;
    background-image: url(/energy/set/data/special/ouchiwari/img/p/fig_map.png?20240703);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.section-txt {
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 0;
}
.section-ttl {
    position: absolute;
    top: 198px;
    left: 71px;
}
.map-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.map-area-img {
    display: none;
}
.map-area-img.hover {
    display: block;
}
.section-list {
    width: 834px;
    font-size: 12px;
    line-height: 1.41666666;
    letter-spacing: 0.04em;
    margin: 0 auto;
/*    padding-bottom: 219px;*/
}
.section-list li {
    position: relative;
    padding-left: 12px;
}
.section-list li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 7px;
    left: 0;
}
.section-list .link {
    color: #006699;
}
.section-page-back {
  padding: 90px 0 130px;
  text-align: center;
}
.page-back-link {
  position: relative;
  color: #333 !important;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 16px;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.page-back-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-back-link[data-sb-icon='arrow-l']::after {
  content: '';
  display: block;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(-135deg);
}
@keyframes arrow-l {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
    transform: translate3d(0, 0, 0) rotate(-135deg);
  }
  50% {
    -webkit-transform: translate3d(-30%, 0, 0) rotate(-135deg);
    transform: translate3d(-30%, 0, 0) rotate(-135deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
    transform: translate3d(0, 0, 0) rotate(-135deg);
  }
}
.page-back-link[data-sb-icon='arrow-l']:hover::after {
  animation: arrow-l 0.4s ease-in-out 0s 2 alternate;
  -webkit-animation: arrow-l 0.4s ease-in-out 0s 2 alternate;
}
.cta {
	padding: 24px 0;
	text-align: center;
	background: #fffec8;
}
.cta-ttl {
	margin-bottom: 24px;
}
.notes-txt{
  text-align: center;
  margin-top: 27px;
  font-size: 14px;
}
.notes-txt br{
  display: none;
}
.section-info {
    margin: 25px auto;
    font-size: 15px;
    text-align: center;
}