@charset "UTF-8";
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
  position: relative;
  display: block
}
.slick-list {
  padding: 0;
  margin: 0;
  overflow: hidden
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ""
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.after-fit_corp, .after-fit_corp *, .after-fit_corp:after, .after-fit_corp :after, .after-fit_corp:before, .after-fit_corp :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.after-fit_corp img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom
}
.after-fit_corp .text-center {
  text-align: center;
}
.after-fit_corp .content-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto
}
.after-fit_corp .sp-inline {
  display: none
}
@media (max-width:768px) {
  .after-fit_corp .sp-inline {
    display: inline
  }
}
.after-fit_corp .sub {
  font-size: .5em
}
.afc-nav img, .hero img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom
}
.afc-nav {
  position: relative
}
@media (max-width:768px) {
  .afc-nav {
    margin-top: 30px
  }
}
.afc-tabs {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto
}
@media (max-width:768px) {
  .afc-tabs {
    position: static
  }
}
.afc-tabs-item {
  max-width: 495px
}
.afc-tabs-item + .afc-tabs-item {
  margin-left: 10px
}
.afc-nav-nav {
  padding-top: 13px;
  padding-bottom: 9px;
  border-bottom: 2px solid #01ba81
}
@media (max-width:768px) {
  .afc-nav-nav {
    padding-top: 0;
    padding-bottom: 0
  }
}
.afc-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.afc-nav-fix .afc-nav-list {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}
@media (max-width:768px) {
  .afc-nav-list {
    display: block
  }
}
@media (max-width:768px) {
  .afc-nav-item {
    border-bottom: 1px solid #9a9a9a
  }
  .afc-nav-item:last-child {
    border-bottom: none
  }
  .afc-nav-fix .afc-nav-item:last-child {
    border-bottom: 1px solid #9a9a9a
  }
}
.afc-nav-anchor {
  padding-bottom: 3px;
  font-weight: 700
}
.afc-nav-anchor:active, .afc-nav-anchor:hover, .afc-nav-anchor:link, .afc-nav-anchor:visited {
  color: #333;
  text-decoration: none
}
.afc-nav-anchor:hover {
  border-bottom: 2px solid #333
}
@media (max-width:768px) {
  .afc-nav-anchor:hover {
    border-bottom: none
  }
}
@media (max-width:768px) {
  .afc-nav-anchor {
    position: relative;
    display: block;
    padding: 7px 15px
  }
  .afc-nav-anchor:after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: .6em;
    height: .6em;
    margin-top: auto;
    margin-bottom: auto;
    content: "";
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
.afc-nav-divider {
  width: 1px;
  margin-right: 50px;
  margin-left: 50px;
  background-color: #9a9a9a
}
@media (max-width:768px) {
  .afc-nav-divider {
    display: none
  }
}
.afc-nav-fix {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  pointer-events: none;
  background-color: #fff;
  border-top: 1px solid #9a9a9a;
  border-bottom: 2px solid #01ba81;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear
}
.afc-nav-fix.-active {
  pointer-events: auto;
  opacity: 1
}
@media (max-width:768px) {
  .afc-nav-fix {
    display: block;
    margin-top: 51px
  }
}
.afc-nav-fix-current {
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 300px;
  padding: 7px 20px;
  margin-left: auto;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #01ba81
}
@media (max-width:768px) {
  .afc-nav-fix-current {
    position: relative;
    max-width: none;
    margin-left: 0;
    text-align: center
  }
}
.afc-nav-fix-toogle-btn {
  display: none;
  padding: 0;
  background: none;
  border: none
}
@media (max-width:768px) {
  .afc-nav-fix-toogle-btn {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40px;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto
  }
  .afc-nav-fix-toogle-btn > img {
    width: 22px
  }
}
.afc-nav-fix-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 60px
}
@media (max-width:768px) {
  .afc-nav-fix-container {
    display: none;
    padding-bottom: 10px;
    margin-left: 0
  }
}
.afc-nav-fix-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 2px 10px;
  margin-left: 60px;
  background-color: #eb1e1e;
  border-radius: 999em
}
.afc-nav-fix-btn, .afc-nav-fix-btn:active, .afc-nav-fix-btn:hover, .afc-nav-fix-btn:link, .afc-nav-fix-btn:visited {
  color: #fff;
  text-decoration: none
}
.afc-nav-fix-btn:before {
  width: 1em;
  height: 1em;
  margin-right: 5px;
  content: "";
  background-image: url(/ep/renewable_energy/images/icon_nav_arrow_circle.png);
  background-size: 100% 100%
}
@media (max-width:768px) {
  .afc-nav-fix-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 12em;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
  }
}
.afc-menu {
  padding-top: 130px;
  margin-top: -90px
}
@media (max-width:768px) {
  .afc-menu {
    padding-top: 90px;
    margin-top: -50px
  }
}
.afc-menu-heading {
  font-size: 2rem;
  font-weight: 700
}
@media (max-width:768px) {
  .afc-menu-heading {
    font-size: 5.6vw
  }
}
.afc-menu-lead {
  font-size: 1.3rem;
  font-weight: 700
}
@media (max-width:768px) {
  .afc-menu-lead {
    margin-top: 2.26vw;
    font-size: 3.066vw
  }
}
.afc-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 33px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
}
@media (max-width:768px) {
  .afc-menu-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4vw
  }
}
.afc-menu-item {
  -ms-flex-preferred-size: 260px;
  flex-basis: 300px;
  max-width: 300px;
  margin: 0 12.5px
}
.afc-menu-item:nth-child(7) {
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  max-width: 370px;
  margin: 0 12.5px
}

@media (max-width:768px) {
  .afc-menu-item {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
    width: 48.5%;
    max-width: 100%;
    margin: 0
  }
  .afc-menu-item:nth-child(7) {
  -ms-flex-preferred-size: 60%;
  flex-basis: 63.5%;
  max-width: 63.5%;
  margin: auto;
  white-space: nowrap;
}
}
.afc-menu-comments {
  display: block;
  margin-bottom: 8px;
  font-size: .860rem;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
  letter-spacing: .05em
}
@media (max-width:768px) {
  .afc-menu-comments {
    font-size: 2.53vw
  }
}
.afc-menu-comments--service {
  color: #eb1e1e
}
.afc-menu-comments--aqua-premium {
  margin-top: 26px;
  color: #00b3c4
}
@media (max-width:768px) {
  .afc-menu-comments--aqua-premium {
    margin-top: 5.33vw
  }
}
.afc-menu-comments--local {
  margin-top: 26px;
  color: #8d5935
}
@media (max-width:768px) {
  .afc-menu-comments--local {
    margin-top: 5.33vw
  }
}
.afc-menu-comments--sunlight {
  color: #ebb500
}
.afc-menu-comments--green {
  margin-top: 26px;
  color: #408653
}
@media (max-width:768px) {
  .afc-menu-comments--green {
    margin-top: 5.33vw
  }
}
.afc-menu-comments--support {
  margin-top: 26px;
  color: #ea72a4
}
@media (max-width:768px) {
  .afc-menu-comments--support {
    margin-top: 5.33vw
  }
}
.afc-menu-comments--basic {
  margin-top: 26px;
  color: #a0c30c
}
@media (max-width:768px) {
  .afc-menu-comments--basic {
    margin-top: 5.33vw
  }
}
.afc-menu-comments--physical {
  color: #f28900
}
@media (max-width:768px) {
  .afc-menu-comments--physical {
    margin-top: 5.33vw
  }
}
.afc-menu-comments--abroad {
  margin-top: 26px;
  color: #c641f2
}
@media (max-width:768px) {
  .afc-menu-comments--abroad {
    margin-top: 5.33vw;
  }
}
.afc-menu-anchor {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .96875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  background-color: #0af;
  border-radius: 999em;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear
}
@media (max-width:768px) {
  .afc-menu-anchor {
    font-size: 2.5vw
  }
}
.afc-menu-anchor:active, .afc-menu-anchor:hover, .afc-menu-anchor:link, .afc-menu-anchor:visited {
  color: #fff;
  text-decoration: none
}
.afc-menu-anchor:hover {
  opacity: .6
}
.afc-menu-anchor--service {
  background-color: #eb1e1e
}
.afc-menu-anchor--aqua-premium {
  background-color: #00b3c4
}
.afc-menu-anchor--green {
  background-color: #408653
}
.afc-menu-anchor--local {
  background-color: #8d5935
}
.afc-menu-anchor--sunlight {
  background-color: #ebb500
}
.afc-menu-anchor--support {
  background-color: #ea72a4
}
.afc-menu-anchor--basic {
  background-color: #a0c30c
}
.afc-menu-anchor--physical {
  background-color: #f28900
}
.afc-menu-anchor--abroad {
  background-color: #c641f2
}
.afc-menu-anchor:after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  display: block;
  width: .5em;
  height: .5em;
  margin-right: auto;
  margin-left: auto;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.afc-menu-section-wrapper {
  margin-top: 52px
}
.afc-menu-section-container {
  padding-top: 100px;
  margin-top: -100px
}
@media (max-width:768px) {
  .afc-menu-section-container {
    padding-top: 60px;
    margin-top: -60px
  }
}
.afc-menu-section-container + .afc-menu-section-container {
  margin-top: -85px
}
@media (max-width:768px) {
  .afc-menu-section-container + .afc-menu-section-container {
    margin-top: -60px
  }
}
.afc-menu-section {
  padding-bottom: 25px
}
@media (max-width:768px) {
  .afc-menu-section {
    padding-top: 6.2666666667%
  }
}
.afc-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width:768px) {
  .afc-menu-content {
    display: block
  }
}
.afc-menu-image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 150px
}
.afc-menu-image > img {
  position: relative;
  max-width: 300px
}
@media (max-width:768px) {
  .afc-menu-image > img {
    max-width: 60%
  }
}
.afc-menu-image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -40px;
  left: 0;
  display: block;
  width: 7px;
  margin-right: auto;
  margin-left: auto;
  content: "";
  background-color: #eb1e1e
}
.afc-menu-section--aqua-premium .afc-menu-image:before {
  background-color: #00b3c4
}
.afc-menu-section--green .afc-menu-image:before {
  background-color: #408653
}
.afc-menu-section--local .afc-menu-image:before {
  background-color: #8d5935
}
.afc-menu-section--sunlight .afc-menu-image:before {
  background-color: #ebb500
}
.afc-menu-section--support .afc-menu-image:before {
  background-color: #ea72a4
}
.afc-menu-section--basic .afc-menu-image:before {
  background-color: #a0c30c
}
.afc-menu-section--physical .afc-menu-image:before {
  background-color: #f28900
}
.afc-menu-section--abroad .afc-menu-image:before {
  background-color: #c641f2
}
@media (max-width:768px) {
  .afc-menu-image:before {
    bottom: 0;
    width: 100%;
    height: 7px;
    margin-top: auto;
    margin-bottom: auto
  }
}
.afc-menu-section-container:last-child .afc-menu-image:before {
  bottom: -25px
}
@media (max-width:768px) {
  .afc-menu-section-container:last-child .afc-menu-image:before {
    bottom: 0
  }
}
@media (max-width:768px) {
  .afc-menu-image {
    padding-top: 0;
    text-align: center
  }
}
.afc-menu-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 13px;
  margin-left: 55px
}
@media (max-width:768px) {
  .afc-menu-detail {
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5.3333333333%;
    margin-left: 0
  }
}
.afc-menu-section-heading {
  position: relative;
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1.4;
  letter-spacing: .05em
}
@media (max-width:768px) {
  .afc-menu-section-heading {
    display: block;
    font-size: 6.5333333333vw;
    text-align: center
  }
}
.afc-menu-section-sub-heading {
  font-size: 1.3rem;
  letter-spacing: .02em
}
@media (max-width:768px) {
  .afc-menu-section-sub-heading {
    display: inline-block;
    margin-bottom: 8px;
    font-size: .55em;
    line-height: 1.46
  }
}
.afc-menu-section-sub-heading span {
  font-size: .5em
}
.afc-menu-section-main-heading {
  padding-bottom: 0.1em;
  border-bottom: 4px solid;
  line-height: 2em;
}
.afc-menu-section-main-heading:active, .afc-menu-section-main-heading:hover, .afc-menu-section-main-heading:link, .afc-menu-section-main-heading:visited {
  color: inherit;
  text-decoration: none
}
.afc-menu-section-list {
  margin-top: 29px
}
.afc-menu-section-item {
  position: relative;
  padding-left: 56px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #333
}
.afc-menu-section-item .sup {
  font-size: 60%;
  vertical-align: top
}
.afc-menu-section-item .sup {
  font-size: 60%;
  vertical-align: top
}
.afc-menu-section-item + .afc-menu-section-item {
  margin-top: 25px
}
.afc-menu-section-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 42px;
  height: 35px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  background-size: 100% 100%
}
.afc-menu-section--service .afc-menu-section-item:before, .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_service.png)
}
.afc-menu-section--sunlight .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_sunlight.png)
}
.afc-menu-section--local .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_local.png)
}
.afc-menu-section--aqua-premium .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_aqua_premium.png)
}
.afc-menu-section--support .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_support.png)
}
.afc-menu-section--green .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_green.png)
}
.afc-menu-section--basic .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_basic.png)
}
.afc-menu-section--physical .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_physical.png)
}
.afc-menu-section--abroad .afc-menu-section-item:before {
  background-image: url(/ep/renewable_energy/images/icon_corp_menu_check_abroad.png)
}
@media (max-width:768px) {
  .afc-menu-section-item:before {
    width: 12vw;
    height: 10vw;
    margin-top: 0
  }
}
.afc-menu-section-item-normal {
  font-weight: 400
}
.afc-menu-section-item-normal a {
  color: #225bdd
}
@media (max-width:768px) {
  .afc-menu-section-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3em
  }
}
@media (max-width:768px) {
  .afc-menu-section-item {
    padding-left: 17.33vw;
    font-size: 3.33vw
  }
}
.afc-menu-section-notice {
  margin-top: 12px;
  font-size: .8125rem
}
.afc-menu-section-picture {
  margin-top: 20px
}
.afc-menu-section-picture.green_power img {
  width: auto;
  height: auto
}
.afc-menu-section-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px
}
.afc-menu-section--aqua-premium .afc-menu-section-features, .afc-menu-section--abroad .afc-menu-section-features{
  justify-content: flex-start;
}
@media (max-width:768px) {
  .afc-menu-section-features, .afc-menu-section--aqua-premium .afc-menu-section-features, .afc-menu-section--abroad .afc-menu-section-features{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.afc-menu-section-graph {
  position: relative;
  margin-top: 40px
}
.afc-menu-section-graph-list {
  padding-bottom: 20px
}
@media (max-width:768px) {
  .afc-menu-section-graph-list {
    margin-top: 7.33vw
  }
}
.afc-menu-section-graph-list-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1.5em 0;
}
.afc-menu-section-graph-list-txt-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: .9375rem;
  font-weight: 700;
  /*line-height: 2.53;*/
  color: #8d5935;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start
}
@media (max-width:768px) {
  .afc-menu-section-graph-list-txt-link {
    font-size: 3.33vw
  }
}
.afc-menu-section-graph-list-txt-link:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  content: "";
  background: url(/ep/renewable_energy/images/icon_corp_local.png) 0 0 no-repeat;
  background-size: contain
}
.afc-menu-section-feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 81px;
  flex-basis: 81px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 81px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px
}
.afc-menu-section--aqua-premium .afc-menu-section-feature, .afc-menu-section--abroad .afc-menu-section-feature {
  margin-right: 13px;
}
.afc-menu-section-feature:before {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  content: ""
}
.afc-menu-section-feature:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-left-color: #fff;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg)
}
.afc-menu-section-feature.nb:after {
  border: none;
}
.afc-menu-section-feature-empty {
  flex-basis: 81px;
  order: 1;
  max-width: 81px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -ms-flex-preferred-size: 81px
}
@media (max-width:768px) {
  .afc-menu-section-feature-empty {
    display: none
  }
}
.afc-menu-section-feature.afc-menu-section-feature--inactive {
  order: 1;
  visibility: hidden;
  background-color: #9a9a9a !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1
}
.afc-menu-section-feature.afc-menu-section-feature--inactive:after {
  content: none
}
@media (max-width:768px) {
  .afc-menu-section-feature {
    -ms-flex-preferred-size: calc(25% - 3.75px);
    flex-basis: calc(25% - 3.75px);
    max-width: calc(25% - 3.75px);
    margin-right: 5px
  }
  .afc-menu-section--aqua-premium .afc-menu-section-feature, .afc-menu-section--green .afc-menu-section-feature, .afc-menu-section--abroad .afc-menu-section-feature{
    margin-right: 5px
  }
  .afc-menu-section-feature:last-child, .afc-menu-section-feature:nth-child(4n), .afc-menu-section--aqua-premium .afc-menu-section-feature:last-child, .afc-menu-section--aqua-premium .afc-menu-section-feature:nth-child(4n), .afc-menu-section--green .afc-menu-section-feature:last-child, .afc-menu-section--green .afc-menu-section-feature:nth-child(4n) {
    margin-right: 0
  }
  .afc-menu-section-feature:nth-child(n+5) {
    margin-top: 5px
  }
  /*2409*/
}
.afc-menu-section-feature-anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%
}
.afc-menu-section-feature-anchor, .afc-menu-section-feature-anchor:active, .afc-menu-section-feature-anchor:hover, .afc-menu-section-feature-anchor:link, .afc-menu-section-feature-anchor:visited {
  color: #fff;
  text-decoration: none
}
.afc-menu-section-feature-anchor:hover {
  opacity: .8
}
p.afc-menu-section-feature-anchor:hover {
  opacity: 1
}
@media (max-width:768px) {
  .afc-menu-section-feature-anchor {
    font-size: 2.9090909091vw
  }
}
.afc-menu-section--service {
  background-color: #ffe5e5
}
.afc-menu-section--service .afc-menu-section-heading {
  color: #eb1e1e
}
.afc-menu-section--service .afc-menu-section-feature, .afc-menu-section--service .afc-menu-section-heading:after {
  background-color: #eb1e1e
}
.afc-menu-section--sunlight {
  background-color: #ffffd9
}
.afc-menu-section--sunlight .afc-menu-section-heading {
  color: #ebb500
}
.afc-menu-section--sunlight .afc-menu-section-feature, .afc-menu-section--sunlight .afc-menu-section-heading:after {
  background-color: #ebb500
}
.afc-menu-section--local {
  background-color: #f4e6de
}
.afc-menu-section--local .afc-menu-section-heading {
  color: #8d5935
}
@media screen and (min-width:1130px) {
  .afc-menu-section--local .afc-menu-section-heading {
    white-space: nowrap
  }
}
@media (max-width:768px) {
  .afc-menu-section--local .afc-menu-section-heading {
    font-size: 5.733vw
  }
}
.afc-menu-section--local .afc-menu-section-heading:after {
  background-color: #8d5935
}
@media (max-width:768px) {
  .afc-menu-section--local .afc-menu-section-graph {
    margin-top: 5px
  }
}
@media (max-width:768px) {
  .afc-menu-section--local .afc-menu-section-graph img {
    width: calc(100% + 15px);
    max-width: none;
    margin-left: -15px
  }
}
.afc-menu-section--aqua-premium {
  background-color: #dbfffd
}
.afc-menu-section--aqua-premium .afc-menu-section-heading {
  color: #00b3c4
}
.afc-menu-section--aqua-premium .afc-menu-section-main-heading {
  border-color: #00b3c4
}
 /*.afc-menu-section--aqua-premium .afc-menu-section-main-heading:hover {
  color: #008491;
  border-color: #008491
}*/
.afc-menu-section--aqua-premium .afc-menu-section-main-heading-guide {
  /*border: 2px solid #00b3c4;*/
  color: #00b3c4;
  margin: 5px 0 0;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.afc-menu-section--aqua-premium .afc-menu-section-feature {
  background-color: #00b3c4
}
.afc-menu-section--support {
  background-color: #fff2f7
}
.afc-menu-section--support .afc-menu-section-heading {
  color: #ea72a4
}
.afc-menu-section--support .afc-menu-section-main-heading {
  border-color: #ea72a4
}
.afc-menu-section--support .afc-menu-section-feature {
  background-color: #ea72a4
}
.afc-menu-section--green {
  background-color: #e6f8e1
}
.afc-menu-section--green .afc-menu-section-heading {
  color: #408653
}
@media (max-width:768px) {
  .afc-menu-section--green .afc-menu-section-heading {
    font-size: 5.733vw
  }
  .afc-menu-section--aqua-premium .afc-menu-section-main-heading-guide {
  display: inline-block;
  /*border: 2px solid #00b3c4;*/
  color: #00b3c4;
  margin: 8px 0 0;
  padding: 8px;
  font-size: 3.33vw;
  text-align: center;
}
}
.afc-menu-section--green .afc-menu-section-feature:nth-child(4) .afc-menu-section-feature-anchor:before {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 10px;
  content: "※2"
}
.afc-menu-section--green .afc-menu-section-feature:nth-child(6) .afc-menu-section-feature-anchor:before, .afc-menu-section--green .afc-menu-section-feature:nth-child(7) .afc-menu-section-feature-anchor:before {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 10px;
  content: "※3"
}
.afc-menu-section--green .afc-menu-section-main-heading {
  border-color: #408653
}
.afc-menu-section--green .afc-menu-section-feature {
  background-color: #408653
}
.afc-menu-section--no-fossil {
  background-color: #fff5cc
}
.afc-menu-section--no-fossil .afc-menu-section-heading {
  color: #ff6200
}
.afc-menu-section--no-fossil .afc-menu-section-main-heading {
  border-color: #ff6200
}
.afc-menu-section--no-fossil .afc-menu-section-feature {
  background-color: #ff6200
}
.afc-menu-section--basic {
  background-color: #f9ffd8
}
.afc-menu-section--basic .afc-menu-section-heading {
  color: #a0c30c
}
.afc-menu-section--basic .afc-menu-section-main-heading {
  border-color: #a0c30c
}
.afc-menu-section--basic .afc-menu-section-feature {
  background-color: #a0c30c
}
.afc-menu-section--physical {
  background-color: #ffe8bf
}
.afc-menu-section--physical .afc-menu-section-heading {
  color: #f28900
}
.afc-menu-section--physical .afc-menu-section-main-heading {
  border-color: #f28900
}
.afc-menu-section--physical .afc-menu-section-feature {
  background-color: #f28900
}
.afc-menu-section--abroad {
  background-color: #ffddfb
}
.afc-menu-section--abroad .afc-menu-section-heading {
  color: #c641f2
}
.afc-menu-section--abroad .afc-menu-section-main-heading {
  border-color: #c641f2
}
.afc-menu-section--abroad .afc-menu-section-feature {
  background-color: #c641f2
}
.afc-news-topics {
  padding-top: 130px;
  margin-top: -60px
}
@media (max-width:768px) {
  .afc-news-topics {
    padding-top: 60px;
    margin-top: -20px
  }
}
.afc-news-topics-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em
}
@media (max-width:768px) {
  .afc-news-topics-heading {
    font-size: 5.86vw;
    line-height: 1
  }
}
.afc-news-topics-slider {
  position: relative;
  max-width: 1021px;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto
}
@media (max-width:768px) {
  .afc-news-topics-slider {
    max-width: 100%;
    margin-top: 5.73vw
  }
}
@media (max-width:768px) {
  .afc-news-topics-slider-list {
    max-width: 72vw;
    margin-right: auto;
    margin-left: auto
  }
}
.afc-news-topics-slider-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  background-color: rgba(1, 186, 129, .8);
  border: none;
  border-radius: 0
}
@media (max-width:768px) {
  .afc-news-topics-slider-btn {
    width: 10vw;
    height: 10vw
  }
}
.afc-news-topics-slider-btn-prev {
  left: 8px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}
.afc-news-topics-slider-btn-prev:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
@media (max-width:768px) {
  .afc-news-topics-slider-btn-prev {
    left: 0
  }
}
.afc-news-topics-slider-btn-next {
  right: 18px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}
.afc-news-topics-slider-btn-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media (max-width:768px) {
  .afc-news-topics-slider-btn-next {
    right: 0
  }
}
.afc-news-topics-slider-item {
  width: 335px;
  max-width: 335px;
  padding: 8px 12px 12px 8px;
  margin-left: 8px;
  background-color: #fff
}
.afc-news-topics-slider-item:first-child {
  margin-left: 0
}
@media (max-width:768px) {
  .afc-news-topics-slider-item {
    width: 72vw;
    max-width: 72vw
  }
}
.afc-news-topics-slider-item-content {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}
.afc-news-topics-slider-pager {
  margin-top: 30px
}
@media (max-width:768px) {
  .afc-news-topics-slider-pager {
    margin-top: 10px
  }
}
.afc-news-topics-slider-pager-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.afc-news-topics-slider-pager-container > * {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  overflow: hidden;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 10px
}
.afc-news-topics-slider-pager-container > :last-child {
  margin-right: 0
}
.afc-news-topics-slider-pager-container > .slick-active {
  background-color: #01ba81
}
.afc-news-topics-slider-pager-container > * button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  border: none;
  opacity: 0
}
@media (max-width:768px) {
  .afc-news-topics-slider-item-thumbnail {
    text-align: center
  }
  .afc-news-topics-slider-item-thumbnail > img {
    width: 100%
  }
}
.afc-news-topics-slider-item-description {
  min-height: 6em;
  padding: 13px 20px;
  font-size: 1.05rem;
  line-height: 1.5
}
.afc-news-topics-list {
  margin-top: 40px
}
@media (max-width:768px) {
  .afc-news-topics-list {
    padding-right: 15px;
    padding-left: 15px
  }
}
.afc-news-topics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.afc-news-topics-item + .afc-news-topics-item {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #d9d9d9
}
@media (max-width:768px) {
  .afc-news-topics-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.afc-news-topics-item-category {
  -ms-flex-preferred-size: 8.5em;
  flex-basis: 8.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 8.5em;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: .8em;
  color: #fff;
  text-align: center;
  background-color: #a0c30c
}
.afc-news-topics-item-category.afc-news-topics-item-category--info {
  background-color: #01ba81
}
.afc-news-topics-item-date {
  -ms-flex-preferred-size: 7.5em;
  flex-basis: 7.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 7.5em;
  margin-left: 20px
}
.afc-news-topics-item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 3px
}
@media (max-width:768px) {
  .afc-news-topics-item-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 10px
  }
}
.afc-news-topics-to-list {
  margin-top: 30px;
  text-align: right
}
@media (max-width:768px) {
  .afc-news-topics-to-list {
    text-align: center
  }
}
.afc-news-topics-to-list-anchor {
  position: relative;
  display: inline-block;
  padding: 6px 46px;
  border: 1px solid #01907a
}
.afc-news-topics-to-list-anchor:active, .afc-news-topics-to-list-anchor:hover, .afc-news-topics-to-list-anchor:link, .afc-news-topics-to-list-anchor:visited {
  text-decoration: none
}
.afc-news-topics-to-list-anchor:active, .afc-news-topics-to-list-anchor:link, .afc-news-topics-to-list-anchor:visited {
  color: #01907a
}
.afc-news-topics-to-list-anchor:after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  display: block;
  width: .7em;
  height: .7em;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  border-top: 1px solid #01907a;
  border-right: 1px solid #01907a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.afc-news-topics-to-list-anchor:hover {
  color: #fff;
  background-color: #01907a
}
.afc-news-topics-to-list-anchor:hover:after {
  border-color: #fff
}
.afc-words {
  padding-top: 130px;
  margin-top: -83px
}
@media (max-width:768px) {
  .afc-words {
    padding-top: 60px;
    margin-top: -20px
  }
}
.afc-words-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .25em
}
.afc-words-content {
  margin-top: 26px
}
@media (max-width:768px) {
  .afc-words-content {
    padding-right: 15px;
    padding-left: 15px
  }
}
.afc-words-list {
  padding-top: 130px;
  margin-top: -130px
}
.afc-words-list + .afc-words-list {
  padding-top: 130px;
  margin-top: -105px
}
@media (max-width:768px) {
  .afc-words-list + .afc-words-list {
    padding-top: 60px;
    margin-top: -35px
  }
}
@media (max-width:768px) {
  .afc-words-list {
    padding-top: 60px;
    margin-top: -60px
  }
}
.afc-words-item {
  padding: 17px 25px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .2)
}
.afc-words-subject {
  font-size: 1.5rem;
  font-weight: 700;
  color: #01ba81;
  border-bottom: 2px solid #01ba81
}
.afc-words-description {
  margin-top: 13px;
  line-height: 1.6666666667
}
.afc-words-description a {
  color: #225bdd
}
.afc-contact {
  padding-top: 130px;
  margin-top: -40px
}
@media (max-width:768px) {
  .afc-contact {
    padding-top: 60px;
    margin-top: 20px
  }
}
.afc-contact-heading {
  font-size: 2rem;
  font-weight: 700
}
.afc-contact-lead {
  margin-top: 27px;
  font-size: 2.0625rem;
  line-height: 1.65;
  color: #01ba81
}
.afc-contact-lead > .etc {
  margin-right: -2em;
  font-size: 1.3125rem;
  color: #333
}
@media (max-width:768px) {
  .afc-contact-lead > .etc {
    font-size: .8em
  }
}
@media (max-width:768px) {
  .afc-contact-lead {
    font-size: 4.2666666667vw
  }
}
.afc-contact-direct {
  margin-top: 36px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .02em
}
.afc-contact-direct > em {
  padding-bottom: 5px;
  border-bottom: 2px solid #01ba81
}
@media (max-width:768px) {
  .afc-contact-direct {
    font-size: 3.6vw
  }
}
.afc-contact-energy {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  font-size: 1.25rem;
  letter-spacing: .04em;
  background-color: #edf7f3
}
.afc-contact-energy > a {
  padding-bottom: 6px;
  border-bottom: 2px solid #01ba81
}
.afc-contact-energy > a:active, .afc-contact-energy > a:hover, .afc-contact-energy > a:link, .afc-contact-energy > a:visited {
  color: #01ba81;
  text-decoration: none
}
@media (max-width:768px) {
  .afc-contact-energy {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 3.3333333333vw
  }
}
.news-release {
  max-width: 1010px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.news-release, .news-release:after, .news-release:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.news-release .afc-news-topics-list {
  padding-right: 0;
  padding-left: 0
}
.news-release-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px
}
.news-release-pager.news-release-pager--bottom {
  margin-top: 30px;
  margin-bottom: 0
}
.news-release-pager-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 145%;
}
.news-release-pager-item.news-release-pager-item--prev:before {
  display: inline;
  margin-right: .4em;
  content: "<"
}
.news-release-pager-item.news-release-pager-item--next:after {
  display: inline;
  margin-left: .4em;
  content: ">"
}
.news-release-pager-item + .news-release-pager-item {
  margin-left: 1.4em
}
/*****************
 yougosyu 
****************/
.afc-term-toggle {
  display: none;
}
.afc-term-option {
  position: relative;
  margin-bottom: 1em;
  padding: 0px 25px 0px;
}
.afc-term-title, .afc-term-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.afc-term-title {
  border-bottom: 2px solid #01ba81;
  padding: 1em 1em 0em;
  display: block;
  color: #333;
  color: #01ba81;
  font-size: 1.5rem;
  font-weight: 700;
}
.afc-term-title::after, .afc-term-title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.afc-term-title::after {
  transform: rotate(90deg);
}
.afc-term-content {
  max-height: 0;
  overflow: hidden;
}
.afc-term-content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  line-height: 1.5;
}
.afc-term-content a {
  color: #225bdd;
}
.afc-term-toggle:checked + .afc-term-title + .afc-term-content {
  max-height: 500px;
  transition: all 1.5s;
}
.afc-term-toggle:checked + .afc-term-title::before {
  transform: rotate(90deg) !important
}
@media screen and (min-width: 768px) {
  .afc-term {
    max-width: 1000px;
    padding-top: 130px;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
  }
  .afc-term-list {
    padding-top: 130px;
    margin-top: -130px;
  }
}
@media screen and (max-width: 767px) {
  .afc-term {
    padding-top: 60px;
    margin-top: -20px;
  }
  .afc-term-list {
    padding-top: 60px;
    margin-top: -60px;
  }
  .afc-term-title {
    border-bottom: 2px solid #01ba81;
    padding: 1em 2em 0em 0em;
    display: block;
    color: #333;
    color: #01ba81;
    font-size: 1.0rem;
    font-weight: 500;
  }
}
.news-release .sub {
  font-size: .5em
}