@charset "UTF-8";
@font-face {
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
}

.top-content-wrapper {
  margin: 0 auto;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN',Meiryo,'ＭＳ Ｐゴシック','Arial',sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.top-content-wrapper a {
  color: inherit;
  text-decoration: none;
}

.border-effect {
  display: block;
  position: relative;
  overflow: hidden;
}

.border-effect01__top, .border-effect01__right, .border-effect01__bottom, .border-effect01__left, .border-effect02__top, .border-effect02__right, .border-effect02__bottom, .border-effect02__left, .border-effect03__top, .border-effect03__right, .border-effect03__bottom, .border-effect03__left, .border-effect04__top, .border-effect04__right, .border-effect04__bottom, .border-effect04__left {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.border-effect01__top {
  top: 0;
  left: 0;
}

.border-effect01__top:before {
  position: absolute;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect01__top.active:before {
  position: absolute;
  width: 161.66884vw;
  height: 8px;
  background: #e82229;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.border-effect01__right {
  top: 0;
  right: 8px;
}

.border-effect01__right:before {
  position: absolute;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect01__right.active:before {
  position: absolute;
  width: 8px;
  height: 89.309vw;
  background: #e82229;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.border-effect01__bottom {
  right: 0;
  bottom: 8px;
}

.border-effect01__bottom:before {
  position: absolute;
  width: 161.66884vw;
  height: 8px;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect01__bottom.active:before {
  position: absolute;
  left: -161.66884vw;
  background: #e82229;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.border-effect01__left {
  bottom: 0;
  left: 0;
}

.border-effect01__left:before {
  position: absolute;
  width: 8px;
  height: 89.309vw;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect01__left.active:before {
  position: absolute;
  top: -89.309vw;
  background: #e82229;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.border-effect02__top {
  top: 0;
  left: 0;
}

.border-effect02__top:before {
  position: absolute;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect02__top.active:before {
  position: absolute;
  width: 161.66884vw;
  height: 8px;
  background: #0080cd;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.border-effect02__right {
  top: 0;
  right: 8px;
}

.border-effect02__right:before {
  position: absolute;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect02__right.active:before {
  position: absolute;
  width: 8px;
  height: 89.309vw;
  background: #0080cd;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.border-effect02__bottom {
  right: 0;
  bottom: 8px;
}

.border-effect02__bottom:before {
  position: absolute;
  width: 161.66884vw;
  height: 8px;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect02__bottom.active:before {
  position: absolute;
  left: -161.66884vw;
  background: #0080cd;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.border-effect02__left {
  bottom: 0;
  left: 0;
}

.border-effect02__left:before {
  position: absolute;
  width: 8px;
  height: 89.309vw;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect02__left.active:before {
  position: absolute;
  top: -89.309vw;
  background: #0080cd;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.border-effect03__top {
  top: 0;
  left: 0;
}

.border-effect03__top:before {
  position: absolute;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect03__top.active:before {
  position: absolute;
  width: 161.66884vw;
  height: 8px;
  background: #00a63c;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.border-effect03__right {
  top: 0;
  right: 8px;
}

.border-effect03__right:before {
  position: absolute;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect03__right.active:before {
  position: absolute;
  width: 8px;
  height: 89.309vw;
  background: #00a63c;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.border-effect03__bottom {
  right: 0;
  bottom: 8px;
}

.border-effect03__bottom:before {
  position: absolute;
  width: 161.66884vw;
  height: 8px;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect03__bottom.active:before {
  position: absolute;
  left: -161.66884vw;
  background: #00a63c;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.border-effect03__left {
  bottom: 0;
  left: 0;
}

.border-effect03__left:before {
  position: absolute;
  width: 8px;
  height: 89.309vw;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect03__left.active:before {
  position: absolute;
  top: -89.309vw;
  background: #00a63c;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.border-effect04__top {
  top: 0;
  left: 0;
}

.border-effect04__top:before {
  position: absolute;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect04__top.active:before {
  position: absolute;
  width: 161.66884vw;
  height: 8px;
  background: #fabe00;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.border-effect04__right {
  top: 0;
  right: 8px;
}

.border-effect04__right:before {
  position: absolute;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect04__right.active:before {
  position: absolute;
  width: 8px;
  height: 89.309vw;
  background: #fabe00;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.border-effect04__bottom {
  right: 0;
  bottom: 8px;
}

.border-effect04__bottom:before {
  position: absolute;
  width: 161.66884vw;
  height: 8px;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect04__bottom.active:before {
  position: absolute;
  left: -161.66884vw;
  background: #fabe00;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.border-effect04__left {
  bottom: 0;
  left: 0;
}

.border-effect04__left:before {
  position: absolute;
  width: 8px;
  height: 89.309vw;
  background: "";
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.border-effect04__left.active:before {
  position: absolute;
  top: -89.309vw;
  background: #fabe00;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.animation-border-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.animation-border-outer::after, .animation-border-outer::before,
.animation-border-outer .animation-border-inner::after,
.animation-border-outer .animation-border-inner::before {
  display: block;
  z-index: 10;
  position: absolute;
  background-color: #e82229;
  content: '';
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.animation-border-outer::after {
  top: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
}

.animation-border-outer::before {
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
}

.animation-border-outer .animation-border-inner::after {
  bottom: 0px;
  left: 0px;
  width: 2px;
  height: 0px;
}

.animation-border-outer .animation-border-inner::before {
  top: 0px;
  right: 0px;
  width: 2px;
  height: 0px;
}

.animation-border-outer:hover::after {
  width: 100%;
  -webkit-transition-delay: .0s;
          transition-delay: .0s;
}

.animation-border-outer:hover::before {
  width: 100%;
  -webkit-transition-delay: .0s;
          transition-delay: .0s;
}

.animation-border-outer:hover .animation-border-inner::after {
  height: 100%;
  -webkit-transition-delay: .0s;
          transition-delay: .0s;
}

.animation-border-outer:hover .animation-border-inner::before {
  height: 100%;
  -webkit-transition-delay: .0s;
          transition-delay: .0s;
}

.top-attention {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding: 40px 0 48px;
  color: #313131;
  font-size: 100%;
}

.top-attention-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 0 100px;
  background-color: #ffeff0;
}

.top-attention a {
  color: #313131;
}

.top-attention h2, .top-attention .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-attention .item-title {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 230px;
  height: 100%;
  margin-top: 11px;
  padding-left: 130px;
  background: url("/ep/shared/images/icon_top_attention.png") no-repeat 80px center;
  color: #e03434;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  vertical-align: top;
}

.top-attention-list {
  *zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  *display: inline;
  width: 870px;
  *width: 770px;
  margin-top: 0;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-left: 48px;
  padding-bottom: 20px;
  border-left: 1px dashed #7d7d7d;
  font-size: 16px;
  font-weight: 700;
}

.top-attention-list .item {
  margin-top: 20px;
  line-height: 130%;
  *line-height: 130%;
}

.top-attention-list .item .text-date {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 130px;
  height: 100%;
  color: #666666;
  vertical-align: top;
}

.top-attention-list .item .text-title {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 680px;
  *width: 580px;
  letter-spacing: 0.023em;
}

.top-attention-list .item .text-title a {
  color: #666666;
}

.top-attention-list .item .text-title a:hover {
  text-decoration: underline;
}

.top-attention-list .item:first-child {
  margin-top: 0px;
}

.top-attention-tolist {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 110px;
  left: 70px;
  width: 190px;
  height: 40px;
  border: 1px solid #313131;
  background-color: #fff;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.top-attention-tolist a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/ep/shared/images/icon_top_attention_arrow.png") no-repeat 172px center;
}

.top-attention-tolist:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.top-attention-tolist:hover a {
  background-position: 177px center;
}

.top-moving-bnr {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.top-moving-bnr-wrapper {
  width: 100%;
  margin-top: 45px;
}

.top-moving-bnr__img {
  width: 100%;
}

.top-moving-bnr:hover {
  opacity: 0.7;
}

.top-moving-bnr__pc-only {
  display: block;
}

.top-moving-bnr__sp-only {
  display: none;
}

.top-usability {
  width: 1240px;
  margin: 0 auto;
  color: #313131;
}

.top-usability-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 54px auto 0;
}

.top-usability__group-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}

.top-usability__group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 19.35484%;
  margin: 21px auto 0;
  margin-left: 0.8%;
  padding-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  vertical-align: top;
}

.top-usability__group:first-child {
  margin-left: 0;
}

.top-usability__group--inc2 {
  width: 39.51613%;
}

.top-usability__group--inc5 {
  width: 100%;
  margin: 31px 0 0;
}

.top-usability__group--bg1 {
  background-color: #faeaf9;
}

.top-usability__group--bg2 {
  background-color: #e5fafc;
}

.top-usability__group--bg3 {
  background-color: #fcfce5;
}

.top-usability__group-text {
  margin-top: 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.top-usability__item-list {
  font-size: 0;
}

.top-usability__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 90%;
  height: 280px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.top-usability__item--col2 {
  width: 45.85987%;
}

.top-usability__item--col2 + .top-usability__item--col2 {
  margin-left: 2.12314%;
}

.top-usability__item--col5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 19.35484%;
  height: 296px;
  margin-top: 0;
  border: 2px solid #313131;
}

.top-usability__item--col5 + .top-usability__item--col5 {
  margin-left: 0.80645%;
}

.top-usability__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.top-usability__item:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 8px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 4px solid #e82229;
  border-bottom: 4px solid #e82229;
  border-left: 4px solid transparent;
  content: "";
}

.top-usability__item:hover {
  background-color: #e82229;
  color: #fff;
}

.top-usability__item:hover:after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.top-usability__item:hover .top-usability__item-text2 {
  color: #fff;
}

.top-usability__item:hover .top-usability__item-icon {
  -webkit-animation: parapara250 1s steps(29) 0s forwards;
          animation: parapara250 1s steps(29) 0s forwards;
}

.top-usability__item:hover .top-usability__item-icon--03, .top-usability__item:hover .top-usability__item-icon--06, .top-usability__item:hover .top-usability__item-icon--07, .top-usability__item:hover .top-usability__item-icon--08, .top-usability__item:hover .top-usability__item-icon--10, .top-usability__item:hover .top-usability__item-icon--11, .top-usability__item:hover .top-usability__item-icon--12{
  -webkit-animation: parapara200 1s steps(29) 0s forwards;
          animation: parapara200 1s steps(29) 0s forwards;
}

.top-usability__item:hover .top-usability__item-icon--02 {
  -webkit-animation: parapara280 1s steps(29) 0s forwards;
          animation: parapara280 1s steps(29) 0s forwards;
}

@-webkit-keyframes parapara200 {
  0% {
    background-position: center    0;
  }
  100% {
    background-position: center -5800px;
  }
}

@keyframes parapara200 {
  0% {
    background-position: center    0;
  }
  100% {
    background-position: center -5800px;
  }
}

@-webkit-keyframes parapara250 {
  0% {
    background-position: center    0;
  }
  100% {
    background-position: center -7250px;
  }
}

@keyframes parapara250 {
  0% {
    background-position: center    0;
  }
  100% {
    background-position: center -7250px;
  }
}

@-webkit-keyframes parapara280 {
  0% {
    background-position: center    0;
  }
  100% {
    background-position: center -8120px;
  }
}

@keyframes parapara280 {
  0% {
    background-position: center    0;
  }
  100% {
    background-position: center -8120px;
  }
}

.top-usability__item-text1 {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  width: 100%;
  height: 38px;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
}

.top-usability__item-text1 span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-usability__item-text2 {
  position: absolute;
  top: 202px;
  right: 0;
  left: 0;
  width: 78.7037%;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.top-usability__item-icons{
  position: relative;
  width: 123px;
  height: 82px;
  flex: none;
  margin-right: 60px;
}
.top-usability__item-icons .top-usability__item-icon{
  transform: translateY(7%);
}
.top-usability__item--col1 {
  display: flex;
  align-items: flex-start;
  border: 2px solid #313131;
  width: 100%;
  height: auto;
  padding: 32px 58px;
}
.top-usability__item--col1:hover .top-usability__item-keyword li a{
  color: #fff;
}
.top-usability__item--col1 .top-usability__item-text1,
.top-usability__item--col1 .top-usability__item-text1 span,
.top-usability__item--col1 .top-usability__item-text2 {
  display:block;
  position: static; 
  line-height: 1;
  transform: translateY(0);
  height: auto;
}
.top-usability__item--col1 .top-usability__item-text2 {
  margin: 24px 0 0;
}
.top-usability__item-detail {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%;
  max-width: 780px;
}
.top-usability__item-keyword {
  margin: 6px 0 0 -14px;
}
.top-usability__item-keyword li {
  display: inline-block;
  margin-left: 14px;
}
.top-usability__item-keyword li a {
  color: #538fc7;
  font-size: 14px;
  line-height: 2;
  text-decoration: underline;
}
.top-usability__item-keyword li a:hover {
  text-decoration: none;
}


.top-usability__item-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  overflow: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}


.top-usability__item-icon--01 {
  height: 250px;
  background: url("/ep/shared/images/icon_top_usability_01_animation.png") no-repeat center -7250px;
  background-size: 250px 7500px;
}

.top-usability__item-icon--02 {
  height: 280px;
  background: url("/ep/shared/images/icon_top_usability_02_animation.png") no-repeat center -8120px;
  background-size: 280px 8400px;
}

.top-usability__item-icon--03 {
  height: 200px;
  background: url("/ep/shared/images/icon_top_usability_03_animation.png") no-repeat center -5800px;
  background-size: 200px 6000px;
}

.top-usability__item-icon--04 {
  height: 250px;
  background: url("/ep/shared/images/icon_top_usability_04_animation.png") no-repeat center -7250px;
  background-size: 250px 7500px;
}

.top-usability__item-icon--05 {
  height: 250px;
  background: url("/ep/shared/images/icon_top_usability_05_animation.png") no-repeat center -7250px;
  background-size: 250px 7500px;
}

.top-usability__item-icon--06 {
  height: 200px;
  background: url("/ep/shared/images/icon_top_usability_06_animation.png") no-repeat center -5800px;
  background-size: 200px 6000px;
}

.top-usability__item-icon--07 {
  height: 200px;
  background: url("/ep/shared/images/icon_top_usability_07_animation.png") no-repeat center -5800px;
  background-size: 200px 6000px;
}

.top-usability__item-icon--08 {
  height: 200px;
  background: url("/ep/shared/images/icon_top_usability_08_animation.png") no-repeat center -5800px;
  background-size: 200px 6000px;
}

.top-usability__item-icon--09 {
  height: 250px;
  background: url("/ep/shared/images/icon_top_usability_09_animation.png") no-repeat center -7250px;
  background-size: 250px 7500px;
}

.top-usability__item-icon--10 {
  height: 200px;
  background: url("/ep/shared/images/icon_top_usability_10_animation.png") no-repeat center -5800px;
  background-size: 200px 6000px;
}

.top-usability__item-icon--11 {
  height: 200px;
  background: url("/ep/shared/images/icon_top_usability_11_animation.png") no-repeat center -5800px;
  background-size: 200px 6000px;
}

.top-usability__item-icon--12 {
  height: 200px;
  background: url("/ep/shared/images/icon_top_usability_12_animation.png") no-repeat center -5800px;;
  background-size: 200px 6000px;
  transform: translateY(-20px) scale(.65);
}

.top-usability__pc-only {
  display: block;
}

.top-usability__sp-only {
  display: none;
}

.top-individual-service {
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  color: #313131;
}

.top-individual-service-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 100px auto 0;
}

.top-individual-service a {
  text-decoration: none;
}

.top-individual-service h2, .top-individual-service .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-individual-service .item-title {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}

.top-individual-service h2 strong{
  font-size: 28px;
}

.top-individual-service .menu {
  box-sizing: border-box;
  height: 126px;
  padding: 30px 0 0;
  font-size: 0;
}

.top-individual-service .menu .item {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  position: relative;
  width: 24.8%;
  height: 70px;
  border-radius: 8px 8px 0 0;
  background: url(/ep/shared/images/icon_top_individual_service_01_off.png) no-repeat 7% center;
  background-color: #ffeff0;
  background-size: 14px 23px;
  color: #e82229;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  vertical-align: bottom;
}

.top-individual-service .menu .item:after {
  display: none;
  z-index: 5;
  position: absolute;
  bottom: -78px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 30px solid #e62320;
  content: "";
}

.top-individual-service .menu .item:hover:after {
  display: none;
  border-top: 30px solid #ffeff0;
}

.top-individual-service .menu .item.active {
  height: 100px;
  margin-top: -30px;
  background-color: #e82229;
  background-image: url(/ep/shared/images/icon_top_individual_service_01_on.png);
  color: #fff;
  line-height: 100px;
}

.top-individual-service .menu .item.active:after {
  display: block;
  border-top: 30px solid #e62320;
}

.top-individual-service .menu .item.active:hover:after {
  display: block;
  border-top: 30px solid #e62320;
}

.top-individual-service .menu .item.gas {
  background-color: #d6f0ff;
  background-image: url(/ep/shared/images/icon_top_individual_service_02_off.png);
  background-size: 17px 24px;
  color: #0080cd;
}

.top-individual-service .menu .item.gas.active {
  background-color: #0080cd;
  background-image: url(/ep/shared/images/icon_top_individual_service_02_on.png);
  color: #fff;
}

.top-individual-service .menu .item.gas.active:after {
  border-top: 30px solid #0080cd;
}

.top-individual-service .menu .item.gas.active:hover:after {
  border-top: 30px solid #0080cd;
}

.top-individual-service .menu .item.gas:hover:after {
  border-top: 30px solid #d6f0ff;
}

.top-individual-service .menu .item.life {
  background-color: #dbf1e1;
  background-image: url(/ep/shared/images/icon_top_individual_service_03_off.png);
  background-size: 24px 23px;
  color: #00a63c;
}

.top-individual-service .menu .item.life.active {
  background-color: #00a63c;
  background-image: url(/ep/shared/images/icon_top_individual_service_03_on.png);
  color: #fff;
}

.top-individual-service .menu .item.life.active:after {
  border-top: 30px solid #00a63c;
}

.top-individual-service .menu .item.life.active:hover:after {
  border-top: 30px solid #00a63c;
}

.top-individual-service .menu .item.life:hover:after {
  border-top: 30px solid #dbf1e1;
}

.top-individual-service .menu .item.other {
  width: 24.82%;
  background-color: #fcecc9;
  background-image: url(/ep/shared/images/icon_top_individual_service_04_off.png);
  background-size: 23px 23px;
  color: #fabe00;
}

.top-individual-service .menu .item.other.active {
  background-color: #fabe00;
  background-image: url(/ep/shared/images/icon_top_individual_service_04_on.png);
  color: #fff;
}

.top-individual-service .menu .item.other.active:after {
  border-top: 30px solid #fabe00;
}

.top-individual-service .menu .item.other.active:hover:after {
  border-top: 30px solid #fabe00;
}

.top-individual-service .menu .item.other:hover:after {
  border-top: 30px solid #fcecc9;
}

.top-individual-service .menu .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  color: inherit;
  line-height: 70px;
  text-align: center;
  overflow: visible;
}

.top-individual-service .menu .item.active a{
  height: 100px;
  line-height: 100px;
}
.top-individual-service .menu .item a:active,
.top-individual-service .menu .item a:focus{
  text-decoration: none;
}
.top-individual-service .menu .item a:after{
  content: " ";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 100%;
  height: 26px;
  background: #FDA2A8 url("/ep/shared/images/icon_top_individual_service_tab.png") center center no-repeat;
  background-size: 16px 11px;
  border-radius: 0 0 8px 8px;
  z-index: 999;
}
.top-individual-service .menu .item.gas a:after{
  background-color: #78C2ED;
}
.top-individual-service .menu .item.life a:after{
  background-color: #77D891;
}
.top-individual-service .menu .item.other a:after{
  background-color: #FFCA57;
}
.top-individual-service .menu .item a:hover {
  opacity: 0.7;
}

.top-individual-service .menu .item + .item {
  margin-left: 0.26%;
}

.top-individual-service .content {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  background-color: #fff;
}

.top-individual-service .content .border-effect_item {
  display: none\9;
  *display: none;
}

.top-individual-service .content .border-effect_item:not(:target) {
  display: none\9;
}

.top-individual-service .content .content-inner {
  display: none;
  height: auto;
  padding-top: 6.4%;
  padding-right: 6.5%;
  padding-bottom: 4.7%;
  padding-left: 6.5%;
  border: 8px solid #e82229;
}

.top-individual-service .content .content-inner .inner-sp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  margin-right: 2.60756vw;
  margin-bottom: 10.691vw;
  margin-left: 2.60756vw;
  border: 1px solid #e82229;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu {
  width: 100%;
  border-bottom: 1px solid #e82229;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu ul {
  display: block;
  width: 100%;
  font-size: 0;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 12.777vw;
  color: #e82229;
  font-weight: 700;
  line-height: 123%;
  text-align: center;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.col3 {
  width: 33.3%;
  font-size: 2.8683vw;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.col3:last-child {
  width: 33.4%;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.col3:nth-child(2) {
  border-right: 1px solid #e82229;
  border-left: 1px solid #e82229;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.col4 {
  width: 25%;
  font-size: 2.3468vw;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.col4:nth-child(2) {
  border-right: 1px solid #e82229;
  border-left: 1px solid #e82229;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.col4:nth-child(3) {
  border-right: 1px solid #e82229;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.active {
  background-color: #e82229;
  color: #fff;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.active a {
  color: #fff;
}

.top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.active a span {
  color: #fff;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp {
  display: none;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp:first-child {
  display: block;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp li {
  position: relative;
  height: 13vw;
  background: none;
  color: #666666;
  font-size: 3.129vw;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp li a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp li a p {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 85%;
  padding-left: 13.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/ep/shared/images/icon_top_individual_service_electricity_arrow02.png") no-repeat 6.77966vw 0.65189vw;
  background-size: 1.30378vw, 2.08605vw;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp li a span.new {
  position: relative;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp li a span.new:after {
  position: absolute;
  top: 0.52151vw;
  left: 2.21643vw;
  padding: 0.39113vw 2.34681vw;
  background-color: #e82229;
  color: #fff;
  font-size: 2.08605vw;
  font-weight: 500;
  content: "NEW";
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp li:after {
  display: block;
  height: 1px;
  margin: 0 4%;
  background-color: #d2d2d2;
  content: "";
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp li:last-child:after {
  display: none;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-explain {
  width: 85%;
  margin: 5.86701vw auto 1.30378vw;
  color: #313131;
  font-size: 2.3468vw;
  font-weight: 400;
  line-height: 144%;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-explain:hover a {
  text-decoration: underline;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper {
  width: 100%;
  float: none;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-panel-sp {
  width: 70.40417vw !important;
  height: 18.25293vw !important;
  margin: 39px auto 49px !important;
  background-position: 94.5% center !important;
  font-size: 3.12907vw !important;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-panel-sp a span {
  padding-left: 11.08214vw !important;
}

.top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-panel-sp:hover {
  background-position: 96% center !important;
}

.top-individual-service .content .content-inner .inner-pc a:hover {
  color: #333333;
}

.top-individual-service .content .content-inner .item-wrapper {
  width: 33.33333%;
  float: left;
  vertical-align: top;
}

.top-individual-service .content .content-inner .item-wrapper.return-xl {
  margin-bottom: 200px;
}

.top-individual-service .content .content-inner .item-wrapper.return-xl2 {
  margin-bottom: 80px;
}

.top-individual-service .content .content-inner .item-wrapper h3 {
  margin-top: 35px;
  margin-bottom: 27px;
  color: #e82229;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
}

.top-individual-service .content .content-inner .item-wrapper h3:first-child {
  margin-top: 0;
}

.top-individual-service .content .content-inner .item-wrapper li {
  margin-bottom: 11px;
  padding-left: 17px;
  background: url("/ep/shared/images/icon_top_individual_service_electricity_arrow01.png") no-repeat 0 8px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.top-individual-service .content .content-inner .item-wrapper li span.new {
  display: inline-block;
  margin-left: 4px;
  padding: 4px 11px;
  *padding: 1px 11px 5px;
  background-color: #e82229;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
}

.top-individual-service .content .content-inner .item-wrapper li.dm {
  background: none;
}

.top-individual-service .content .content-inner .item-wrapper li:hover {
  background-position: 3px 8px;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 90%;
  height: 100px;
  margin-bottom: 20px;
  border: 1px solid #e82229;
  background: url("/ep/shared/images/icon_top_individual_service_electricity_arrow02.png") no-repeat 93.8% center;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 100%;
  margin: 0;
  background: url("/ep/shared/images/icon_top_individual_service_electricity_01.png") no-repeat 3.7% center;
  color: inherit;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel a span, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span {
  position: absolute;
  top: 50%;
  top: 29px\9;
  *top: 29px;
  right: 0;
  left: 0;
  padding-left: 21.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e82229;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel a span:not(:target), .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span:not(:target), .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span:not(:target) {
  top: 50%\9;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel a span .spbr, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span .spbr, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span .spbr {
  display: none;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel .item-panel-outer-explain, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-outer-explain, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp .item-panel-outer-explain {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel:hover, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp:hover, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp:hover {
  background-position: 95% center;
  filter: alpha(opacity=70);
  opacity: 0.70;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel.inline, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .inline.item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .inline.item-panel-sp {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  margin-right: 20px;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel.col2, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .col2.item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .col2.item-panel-sp {
  width: 95%;
  background-position: 97% center;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel.col2 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .col2.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .col2.item-panel-sp a {
  background-position: 2.5% center;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel.col2 a span, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .col2.item-panel-sp a span, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .col2.item-panel-sp a span {
  width: 27%;
  padding-left: 10.5%;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel.col2:hover, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .col2.item-panel-sp:hover, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .col2.item-panel-sp:hover {
  background-position: 97.4% center;
}

.top-individual-service .content .content-inner .item-wrapper .item-panel .item-panel-text, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-text, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp .item-panel-text {
  position: absolute;
  right: 7%;
  width: 49%;
  margin: 15px;
  padding-left: 3%;
  border-left: 1px solid #ffcdd2;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: justify;
}

.top-individual-service .content .content-inner .item-wrapper .item-bannar {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.top-individual-service .content .content-inner .item-wrapper .item-bannar-pc {
  display: block;
  width: 100%;
}

.top-individual-service .content .content-inner .item-wrapper .item-bannar-sp {
  display: none;
}

.top-individual-service .content .content-inner .item-wrapper .item-bannar:hover {
  opacity: 0.7;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign-wrapper:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign-wrapper:hover .item-campaign .campaign-button {
  background-position: 149px center;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign {
  position: relative;
  height: 280px;
  margin-bottom: 40px;
  background-color: #ddf2ff;
  font-size: 0;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-bannar {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 47%;
  height: 100%;
  background: url("/ep/shared/images/img_individual_service_gas_banner.png") no-repeat 64% center;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 53%;
  height: auto;
  padding-top: 9%;
  vertical-align: top;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 213%;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .emphasis1 {
  margin-left: 1%;
  font-size: 30px;
  font-weight: 700;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .emphasis2 {
  font-size: 24px;
  font-weight: 700;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .campaign-sp-br {
  display: none;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-span {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 113%;
}

.top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-button {
  display: block;
  position: absolute;
  right: 7%;
  bottom: 21.2%;
  width: 160px;
  height: 40px;
  background: url("/ep/shared/images/icon_top_individual_service_gas_arrow03.png") #0080cd no-repeat 146px center;
  background-color: #0080cd;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.top-individual-service .content .content-inner .item-wrapper .item-subtitle {
  margin-bottom: 5px;
  color: #e82229;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.top-individual-service .content .content-inner .item-wrapper ul + .item-subtitle {
  margin-top: 30px;
}

.top-individual-service .content .content-inner .item-wrapper .item-explain {
  width: 95%;
  margin-bottom: 4.5%;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-individual-service .content .content-inner .item-wrapper.col2 {
  width: 66.6666%;
}

.top-individual-service .content .content-inner .item-wrapper.col3 {
  width: 99.9999%;
}

.top-individual-service .content .content-inner .item-wrapper.colhalf {
  width: 50%;
}

.top-individual-service .content .content-inner .button-link-wrap {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.top-individual-service .content .content-inner .button-link {
  display: inline-block;
  position: relative;
  width: 420px;
  height: 80px;
  border-radius: 40px;
  background: url(/ep/shared/images/icon_top_individual_service_button_link_arrow.png) no-repeat center right 30px;
  background-color: #e82229;
  background-size: 11px 19px;
  -webkit-box-shadow: 0px 4px 0px 0px #ac000d;
          box-shadow: 0px 4px 0px 0px #ac000d;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
}

.top-individual-service .content .content-inner .button-link:hover {
  top: 4px;
  background-position: center right 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.top-individual-service .content .content-inner.electricity {
  display: none;
  border-color: #e82229;
}

.top-individual-service .content .content-inner.electricity .inner-sp {
  border-color: #e82229;
}

.top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon02 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon02.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon02.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_electricity_02.png");
}

.top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon03 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon03.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon03.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_electricity_03.png");
}

.top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon04 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon04.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon04.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_electricity_04.png");
}

.top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon05 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon05.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon05.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_electricity_05.png");
}

.top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon06 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon06.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon06.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_electricity_06.png");
}

.top-individual-service .content .content-inner.electricity .animation-border-outer::after, .top-individual-service .content .content-inner.electricity .animation-border-outer::before, .top-individual-service .content .content-inner.electricity .animation-border-inner::after, .top-individual-service .content .content-inner.electricity .animation-border-inner::before {
  background-color: #e82229;
}

.top-individual-service .content .content-inner.gas {
  border-color: #0080cd;
}

.top-individual-service .content .content-inner.gas .inner-sp {
  border-color: #0080cd;
}

.top-individual-service .content .content-inner.gas .inner-sp .inner-sp-menu {
  border-bottom-color: #0080cd;
}

.top-individual-service .content .content-inner.gas .inner-sp .inner-sp-menu .item {
  color: #0080cd;
}

.top-individual-service .content .content-inner.gas .inner-sp .inner-sp-menu .item.col3 {
  font-size: 2.8683vw;
}

.top-individual-service .content .content-inner.gas .inner-sp .inner-sp-menu .item.col3:nth-child(2) {
  border-right-color: #0080cd;
  border-left-color: #0080cd;
}

.top-individual-service .content .content-inner.gas .inner-sp .inner-sp-menu .item.active {
  background-color: #0080cd;
  color: #fff;
}

.top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp {
  padding-bottom: 16px;
}

.top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp li a p {
  padding-left: 11%;
  background-image: url("/ep/shared/images/icon_top_individual_service_gas_arrow02.png");
}

.top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp li a span.new:after {
  background-color: #0080cd;
}

.top-individual-service .content .content-inner.gas .item-wrapper h3 {
  margin-bottom: 15px;
  color: #0080cd;
  line-height: 30px;
}

.top-individual-service .content .content-inner.gas .item-wrapper li {
  margin-bottom: 12px;
  padding-right: 5px;
  background-image: url("/ep/shared/images/icon_top_individual_service_gas_arrow01.png");
}

.top-individual-service .content .content-inner.gas .item-wrapper li span.new {
  background-color: #0080cd;
}

.top-individual-service .content .content-inner.gas .item-wrapper .item-panel, .top-individual-service .content .content-inner.gas .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
  margin-top: 22px;
  border-color: #0080cd;
  background-image: url("/ep/shared/images/icon_top_individual_service_gas_arrow02.png");
}

.top-individual-service .content .content-inner.gas .item-wrapper .item-panel a span, .top-individual-service .content .content-inner.gas .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span, .top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span {
  color: #0080cd;
}

.top-individual-service .content .content-inner.gas .item-wrapper .item-panel.gas-icon01 a, .top-individual-service .content .content-inner.gas .item-wrapper .inner-sp .item-wrapper-sp .gas-icon01.item-panel-sp a, .top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp .item-wrapper .gas-icon01.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_gas_01.png");
  background-position: 7% center;
}

.top-individual-service .content .content-inner.gas .animation-border-outer::after, .top-individual-service .content .content-inner.gas .animation-border-outer::before, .top-individual-service .content .content-inner.gas .animation-border-inner::after, .top-individual-service .content .content-inner.gas .animation-border-inner::before {
  background-color: #0080cd;
}

.top-individual-service .content .content-inner.gas .button-link {
  background-color: #0080cd;
  -webkit-box-shadow: 0px 4px 0px 0px #0b6198;
          box-shadow: 0px 4px 0px 0px #0b6198;
}

.top-individual-service .content .content-inner.gas .button-link:hover {
  top: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-individual-service .content .content-inner.life {
  padding-top: 5.5%;
  border-color: #00a63c;
}

.top-individual-service .content .content-inner.life .inner-sp {
  border-color: #00a63c;
}

.top-individual-service .content .content-inner.life .inner-sp .inner-sp-menu {
  border-bottom-color: #00a63c;
}

.top-individual-service .content .content-inner.life .inner-sp .inner-sp-menu .item {
  color: #00a63c;
}

.top-individual-service .content .content-inner.life .inner-sp .inner-sp-menu .item.col3 {
  font-size: 2.8683vw;
}

.top-individual-service .content .content-inner.life .inner-sp .inner-sp-menu .item.col3:nth-child(2) {
  border-right-color: #00a63c;
  border-left-color: #00a63c;
}

.top-individual-service .content .content-inner.life .inner-sp .inner-sp-menu .item.col4:nth-child(2) {
  border-right-color: #00a63c;
  border-left-color: #00a63c;
}

.top-individual-service .content .content-inner.life .inner-sp .inner-sp-menu .item.col4:nth-child(3) {
  border-right-color: #00a63c;
}

.top-individual-service .content .content-inner.life .inner-sp .inner-sp-menu .item.active {
  background-color: #00a63c;
  color: #fff;
}

.top-individual-service .content .content-inner.life .inner-sp .item-wrapper-sp li {
  font-size: 3.12907vw;
}

.top-individual-service .content .content-inner.life .inner-sp .item-wrapper-sp li a p {
  padding-right: 3.25945vw;
  padding-left: 9.90874vw;
  background-image: url("/ep/shared/images/icon_top_individual_service_life_arrow02.png");
  line-height: 123%;
}

.top-individual-service .content .content-inner.life .inner-sp .item-wrapper-sp li a span.new:after {
  background-color: #00a63c;
}

.top-individual-service .content .content-inner.life .inner-sp .item-wrapper-sp li a span.item-detail-info {
  display: block;
  margin-top: 0.65189vw;
  font-size: 2.34681vw;
}

.top-individual-service .content .content-inner.life .inner-sp .item-wrapper-sp li.mt41 {
  margin-top: 41px;
}

.top-individual-service .content .content-inner.life .item-wrapper.return-xl {
  margin-bottom: 7%;
}

.top-individual-service .content .content-inner.life .item-wrapper h3 {
  margin-bottom: 13px;
  color: #00a63c;
  line-height: 30px;
}

.top-individual-service .content .content-inner.life .item-wrapper li {
  padding-left: 12px;
  background-image: url("/ep/shared/images/icon_top_individual_service_life_arrow01.png");
}

.top-individual-service .content .content-inner.life .item-wrapper li span.item-detail-info {
  display: block;
  font-size: 14px;
}

.top-individual-service .content .content-inner.life .item-wrapper li span.new {
  background-color: #00a63c;
}

.top-individual-service .content .content-inner.life .item-wrapper li:hover {
  background-position: 3px 8px;
}

.top-individual-service .content .content-inner.life .item-wrapper .item-subtitle {
  color: #00a63c;
}

.top-individual-service .content .content-inner.other {
  padding-top: 5.9%;
  padding-left: 6.3%;
  overflow: hidden;
  border-color: #fabe00;
}

.top-individual-service .content .content-inner.other .inner-sp {
  margin-bottom: 7.04042vw;
  border-color: #fbbe00;
}

.top-individual-service .content .content-inner.other .inner-sp .inner-sp-menu {
  border-bottom-color: #fbbe00;
}

.top-individual-service .content .content-inner.other .inner-sp .inner-sp-menu .item {
  color: #fbbe00;
}

.top-individual-service .content .content-inner.other .inner-sp .inner-sp-menu .item.col3 {
  font-size: 2.8683vw;
}

.top-individual-service .content .content-inner.other .inner-sp .inner-sp-menu .item.col3:nth-child(2) {
  border-right-color: #fbbe00;
  border-left-color: #fbbe00;
  font-size: 2.3468vw;
}

.top-individual-service .content .content-inner.other .inner-sp .inner-sp-menu .item.active {
  background-color: #fbbe00;
  color: #fff;
}

.top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp {
  padding-bottom: 14px;
}

.top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp li.mt12 {
  margin-top: 2.21643vw;
  line-height: 150%;
}

.top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp li.mt12 a > p {
  background-position: 6.77966vw 1.43416vw;
}

.top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp li a p {
  padding-left: 11%;
  background-image: url("/ep/shared/images/icon_top_individual_service_other_arrow02.png");
}

.top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp li a span.new:after {
  background-color: #fbbe00;
}

.top-individual-service .content .content-inner.other .item-wrapper {
  margin-right: 18px;
}

.top-individual-service .content .content-inner.other .item-wrapper h3 {
  margin-bottom: 22px;
  color: #fbbe00;
  line-height: 30px;
}

.top-individual-service .content .content-inner.other .item-wrapper li {
  background-image: url("/ep/shared/images/icon_top_individual_service_other_arrow01.png");
  background-position: 1px 8px;
  letter-spacing: -0.03em;
}

.top-individual-service .content .content-inner.other .item-wrapper li span.new {
  background-color: #fbbe00;
}

.top-individual-service .content .content-inner.other .item-wrapper li:hover {
  background-position: 3px 8px;
}

.top-individual-service .content .content-inner.other .item-wrapper .item-explain {
  margin-top: -4px;
}

.top-individual-service .content .content-inner.other .item-wrapper .item-panel, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 14px;
  border-color: #fbbe00;
  background-image: url("/ep/shared/images/icon_top_individual_service_other_arrow02.png");
}

.top-individual-service .content .content-inner.other .item-wrapper .item-panel a span, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span {
  padding-left: 24%;
  color: #fbbe00;
}

.top-individual-service .content .content-inner.other .item-wrapper .item-panel.other-icon01 a, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .other-icon01.item-panel-sp a, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .other-icon01.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_other_01.png");
  background-position: 5% center;
}

.top-individual-service .content .content-inner.other .item-wrapper .item-panel.other-icon02 a, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .other-icon02.item-panel-sp a, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .other-icon02.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_other_02.png");
  background-position: 8% center;
}

.top-individual-service .content .content-inner.other .item-wrapper .item-panel.other-icon03 a, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .other-icon03.item-panel-sp a, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .other-icon03.item-panel-sp a {
  background-image: url("/ep/shared/images/icon_top_individual_service_other_03.png");
  background-position: 8% center;
}

.top-individual-service .content .content-inner.other .item-wrapper .item-panel .item-panel-outer-explain, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-outer-explain, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp .item-panel-outer-explain {
  margin-left: -4px;
  line-height: 24px;
}

.top-individual-service .content .content-inner.other .inner-common {
  width: 29.9%;
  float: left;
}

.top-individual-service .content .content-inner.other .inner-common .item-wrapper {
  width: 100%;
}

.top-individual-service .content .content-inner.other .inner-common .item-wrapper:first-child + * {
  margin-bottom: 20px;
}

.top-individual-service .content .content-inner.other .animation-border-outer::after, .top-individual-service .content .content-inner.other .animation-border-outer::before, .top-individual-service .content .content-inner.other .animation-border-inner::after, .top-individual-service .content .content-inner.other .animation-border-inner::before {
  background-color: #fbbe00;
}
.top-individual-service p.top-individual-service-close{
  display: none;
  margin: 0 auto;
  width: 170px;
  line-height: 40px;
}
.top-individual-service p.top-individual-service-close a{
  display: block;
  background: #E82229 url("/ep/shared/images/icon_top_individual_service_close.png") center center no-repeat;
  background-size: 27px 17px;
  border-radius: 0 0 8px 8px;
}
/* open */
.top-individual-service.open .menu{
  height: 100px;
}
.top-individual-service.open .menu .item a:after{
  display: none;
}
.top-individual-service.open p.top-individual-service-close{
  display: block;
}
.top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon07 a,
.top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon07.item-panel-sp a,
.top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon07.item-panel-sp a{
  background-image: url("/ep/shared/images/icon_top_individual_service_electricity_07.png");
}

.top-corporation-service {
  width: 100%;
  overflow: hidden;
}

.top-corporation-service-wrapper {
  width: auto;
  padding: 60px 0;
  margin: 100px auto 0;
  background: #274681;
}
.top-corporation-service-wrapper p.item-btn{
  width: 640px;
  margin: 0 auto 60px;
  text-align: center;
}
.top-corporation-service-wrapper p.item-btn a{
  position: relative;
  display: block;
  padding: 15px 0;
  background: url(/ep/shared/images/icon_top_corporation_service_arrow2.png) no-repeat center right 20px;
  background-color: #fff;
  background-size: 17px auto;
  -webkit-box-shadow: 0px 4px 0px 0px #000000;
          box-shadow: 0px 4px 0px 0px #000000;
  border: #031E4A 2px solid;
  border-radius: 10px;
  color: #031E4A;
  font-size: 30px;
  font-weight: 700;
}
.top-corporation-service-wrapper p.item-btn a:hover{
  top: 4px;
  box-shadow: none;
  background-position: center right 15px;
}
.top-corporation-service-wrapper .corporation-inner{
  display: flex;
  justify-content: center;
}
.top-corporation-service-wrapper .corporation-inner dl{
  position: relative;
  margin: 0 100px;
  padding: 30px 0;
}
.top-corporation-service-wrapper .corporation-inner dl:first-of-type:after{
  content: " ";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  border-right: #5CBEEE 1px solid;
}
.top-corporation-service-wrapper .corporation-inner dl dt{
  margin: 0 0 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.top-corporation-service-wrapper .corporation-inner dl dd.item-link{
  margin: 10px 0 0;
  color: #fff;
}
.top-corporation-service-wrapper .corporation-inner dl dd.item-link a{
  display: block;
  padding: 0 0 0 17px;
  background: url("/ep/shared/images/icon_top_corporation_service_arrow_list.png") no-repeat 0 9px;
  color: #ffffff;
  font-size: 20px;
}
.top-corporation-service-wrapper .corporation-inner dl dd.item-link a:hover{
  background-position: 3px 9px;
}
.top-corporation-service-wrapper .corporation-inner dl dd.item-btn{
  width: 400px;
  margin: 10px 0 0;
  text-align: center;
}
.top-corporation-service-wrapper .corporation-inner dl dd.item-btn a{
  position: relative;
  display: block;
  padding: 10px 0;
  background: url(/ep/shared/images/icon_top_corporation_service_arrow2.png) no-repeat center right 15px;
  background-color: #fff;
  background-size: 7px auto;
  -webkit-box-shadow: 0px 4px 0px 0px #000000;
          box-shadow: 0px 4px 0px 0px #000000;
  border: #031E4A 2px solid;
  border-radius: 10px;
  color: #031E4A;
  font-size: 16px;
  font-weight: 400;
}
.top-corporation-service-wrapper .corporation-inner dl dd.item-btn  a:hover{
  top: 4px;
  box-shadow: none;
  background-position: center right 10px;
}


.top-other-content {
  width: 1240px;
  margin: 0 auto;
  color: #666666;
  font-size: 0;
}

.top-other-content-wrapper {
  width: 100%;
  height: auto;
  margin: 100px auto 0;
}

.top-other-content h2, .top-other-content .content-inner .title-list .item-title {
  margin-bottom: 40px;
  color: #313131;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

.top-other-content .content .content-pc {
  display: block;
}

.top-other-content .content .content-sp {
  display: none;
}

.top-other-content .content-inner {
  width: 100%;
}

.top-other-content .content-inner .title-list {
  font-size: 0;
}

.top-other-content .content-inner .title-list .item-title {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 25%;
  margin-top: 6.3%;
  margin-bottom: 3.2%;
}

.top-other-content .content-inner .title-list .item-title.col2 {
  width: 50%;
}

.top-other-content .content-inner .list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  width: 100%;
}

.top-other-content .content-inner .list .item:first-child{
 margin-right: 20px;
}

.top-other-content .content-inner .list .item--bnr {
  width: 610px;
  *width: 592px;
}

.top-other-content .content-inner .list .item .item-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 300px;
  *width: 296px;
  height: 380px;
  margin-right: 10px\9;
  float: left;
}

.top-other-content .content-inner .list .item .item-inner::after {
  display: block;
  clear: both;
  content: "";
}

.top-other-content .content-inner .list .item .item-inner .item-img {
  overflow: hidden;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img01 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_01.jpg?201908") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img02 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_02.jpg?201908") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img03 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_03.jpg?201908") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img04 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_04.jpg?201908") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img05 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_05.jpg?201908") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img06 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_14.jpg?202312") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img07 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_07.jpg?201908") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img08 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_08.jpg?201908") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img09 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_09.jpg?202106") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img10 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_10.jpg?201908") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img.other-img11 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_11.jpg?201908") no-repeat center center;
  background-size: cover !important;
}
.top-other-content .content-inner .list .item .item-inner .item-img.other-img12 {
  height: 0;
  padding-top: 93.33333%;
  background: url("/ep/shared/images/img_top_other_content_12.png?2021") no-repeat center center;
  background-size: cover !important;
}

.top-other-content .content-inner .list .item .item-inner .item-img .hover-border-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e82229;
}

.top-other-content .content-inner .list .item .item-inner .item-img .hover-border-left {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 90%;
  background-color: #e82229;
}

.top-other-content .content-inner .list .item .item-inner .item-img .hover-border-right {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 90%;
  background-color: #e82229;
}

.top-other-content .content-inner .list .item .item-inner .item-explain {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 90px;
  padding: 12px 6.8%;
  *padding: 12px 6%;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  background-color: #fff;
  font-size: 16px;
  *font-size: 15px;
  font-size: 15px\9;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 23px;
}

.top-other-content .content-inner .list .item .item-inner .item-outer-link {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background: url("/ep/shared/images/icon_top_other_content_link.png") no-repeat center center;
  background-size: 13px 10px;
}

.top-other-content .content-inner .list .item .item-inner:hover .item-img .hover-border-top, .top-other-content .content-inner .list .item .item-inner:hover .item-img .hover-border-left, .top-other-content .content-inner .list .item .item-inner:hover .item-img .hover-border-right {
  display: block;
}

.top-other-content .content-inner .list .item .item-inner:hover .item-explain {
  padding-bottom: 18px;
  border-color: #e82229;
  background-color: #e82229;
  color: #fff;
  text-decoration: underline;
}

.top-other-content .content-inner .list .item .item-inner:hover .item-outer-link {
  background-image: url("/ep/shared/images/icon_top_other_content_link_white.png");
}

.top-other-content .content-inner .list .item .item-bannar img {
  width: 100%;
}

.top-other-content .content-inner .list .item .item-bannar + .item-bannar {
  margin-top: 20px;
}

.top-bannar-area {
  width: 100%;
  overflow: hidden;
}

.top-bannar-area-wrapper {
  width: auto;
  margin: 100px auto 0;
}

.top-bannar-area .bannar-list {
  width: 1240px;
  margin: 0 auto;
  font-size: 0;
}

.top-bannar-area .bannar-list .item-bannar {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 610px;
  height: 160px;
  margin-left: 18px;
  font-size: 36px;
  line-height: 160px;
  text-align: center;
}

.top-bannar-area .bannar-list .item-bannar:first-child {
  margin-left: 0;
}

.top-bannar-area .bannar-list .item-bannar img {
  width: 100%;
  height: auto;
}

.top-bannar-area .bannar-list .item-bannar:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.top-group-topics {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 44px;
  border: 1px solid #7d7d7d;
  color: #666666;
}

.top-group-topics-wrapper {
  width: auto;
  margin: 118px auto 100px;
}

.top-group-topics h2, .top-group-topics .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-group-topics .item-title {
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  *left: 271px;
  width: 682px;
  margin: auto;
  margin-bottom: 40px;
  background-color: #fff;
  color: #313131;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.top-group-topics .list {
  margin: 63px 60px 0;
  font-weight: 400;
  text-align: left;
}

.top-group-topics .list .item {
  width: 100%;
  margin-bottom: 29px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
}

.top-group-topics .list .item .date {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 120px;
  font-size: 16px;
  vertical-align: top;
}

.top-group-topics .list .item .category {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 253px;
  padding: 1px 0;
  background-color: #ffe8e9;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}

.top-group-topics .list .item .title {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  width: 800px;
  margin-left: 30px;
  padding-bottom: 12px;
  font-size: 16px;
  vertical-align: top;
}

.top-group-topics .list .item .title:hover {
  color: #333333;
  text-decoration: underline;
}

.top-group-topics .tolink {
  width: 240px;
  height: 50px;
  margin: 36px auto 0;
  background-color: #666666;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

.top-group-topics .tolink a {
  display: block;
  color: #fff;
}

.top-group-topics .tolink:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#content-body-wrapper .member-content-wrapper {
  color: #313131;
  font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN',Meiryo,'Arial',sans-serif;
}

#content-body-wrapper .member-content-wrapper .member-content {
  width: 218px;
  height: 295px;
  padding: 30px;
  border: 1px solid #313131;
  border-radius: 20px;
}

#content-body-wrapper .member-content-wrapper .member-content__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#content-body-wrapper .member-content-wrapper .member-content__title:after {
  display: block;
  width: 60px;
  height: 2px;
  margin: 8px auto 0;
  background-color: #313131;
  content: "";
}

#content-body-wrapper .member-content-wrapper .member-content__link-list {
  margin: 31px auto 0;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item {
  display: block;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item + .member-content__link-item {
  margin-top: 10px;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item + .member-content__link-item:before {
  display: block;
  width: 225px;
  margin: 0 auto 23px;
  border-top: 1px solid #a0a0a0;
  content: "";
}

#content-body-wrapper .member-content-wrapper .member-content__link-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item-icon {
  width: 21px;
  margin-right: 10px;
  vertical-align: bottom;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item-icon--02 {
  width: 25px;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item-btn {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 11px auto 0;
  border-radius: 10px;
  background: url(/ep/shared/images/icon_arrow_right_white.png) no-repeat center right 20px;
  background-color: #e62320;
  background-size: 7px 11px;
  -webkit-box-shadow: 0px 3px 0px 0px #ac000d;
          box-shadow: 0px 3px 0px 0px #ac000d;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item-btn--02 {
  background-color: #434343;
  -webkit-box-shadow: 0px 3px 0px 0px #000000;
          box-shadow: 0px 3px 0px 0px #000000;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

#content-body-wrapper .member-content-wrapper .member-content__link-item-btn:hover {
  top: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.top-tab-elements-wrapper {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-pc-only-inline {
  display: inline-block;
}

.u-sp-only {
  display: none;
}

.u-sp-only-inline {
  display: none;
}

.ep-top_txt_pc {
 margin-top:10px;
 font-size: 12px}

/* くらしTEPCO webからのお知らせ */
.top-attention-tepco{
  margin-top: -95px;
  background-color: #EDF4FF;
}
.top-attention-tepco h2{
  width: 150px;
  padding-left: 210px;
  background: url("/ep/shared/images/icon_top_attention_kurashitepco.png") left center no-repeat;
  color: #313131;
}
.top-attention-tepco .item .text-title{
  color: #666;
}

/* トップユーザビリティ 202202追加 */
.top-usability___group-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-usability___group-list .top-usability____group{
  box-sizing: border-box;
  width: 32.21%;
  padding: 0 20px 30px;
  border: #EB1E1E 5px solid;
  border-radius: 10px;
}
.top-usability___group-list .top-usability____group h2.top-usability____item-title{
  margin: -5px -25px 30px;
  background: #EB1E1E;
  border-radius: 10px 10px 0 0;
  line-height: 70px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.top-usability___group-list .top-usability____group p.top-usability___item-text1{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #EB1E1E;
  line-height: 120%;
}
.top-usability___group-list .top-usability____group p.top-usability___item-text2{
  color: #666;
}
.top-usability___group-list .top-usability____group p.top-usability___item-text3{
  margin: 0 0 30px;
  text-align: center;
  font-size: 20px;
  color: #666;
}
.top-usability___group-list .top-usability____group p.top-usability___item-text4{
  margin: 0 0 30px;
  font-size: 16px;
  color: #666;
}
.top-usability___group-list .top-usability____group p.top-usability___item-text5{
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.top-usability___group-list .top-usability____group p.top-usability___item-text5 strong{
  display: block;
  font-size: 32px;
  color: #0087CD;
}
.top-usability___group-list .top-usability____group p.top-usability____item-btn{
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.top-usability___group-list .top-usability____group p.top-usability____item-btn a{
  display: block;
  position: relative;
  padding: 17px 0;
  background: url(/ep/shared/images/icon_top_individual_service_button_link_arrow.png) no-repeat center right 20px;
  background-color: #5CBEEE;
  background-size: 11px 19px;
  -webkit-box-shadow: 0px 4px 0px 0px #0087CD;
          box-shadow: 0px 4px 0px 0px #0087CD;
  border: #0087CD 2px solid;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.top-usability___group-list .top-usability____group p.top-usability____item-btn a:hover{
  top: 4px;
  opacity: 0.7;
  background-position: center right 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-usability___group-list .top-usability____group p.top-usability____item-btn a span{
  display: block;
  font-size: 16px;
}
.top-usability___group-list .top-usability____group p.top-usability___item-link2{
  text-align: center;
  font-size: 16px;
}
.top-usability___group-list .top-usability____group p.top-usability___item-link2 a{
  padding: 0 0 0 17px;
  background: url("/ep/shared/images/icon_top_individual_service_electricity_arrow01.png") no-repeat 0 8px;
  color: #666;
}
.top-usability___group-list .top-usability____group p.top-usability___item-link2 a:hover{
  background-position: 3px 8px;
}
.top-usability___group-list .top-usability____group ul li{
  margin: 0 0 20px;
}
.top-usability___group-list .top-usability____group ul li:last-child{
  margin: 0;
}
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a{
  box-sizing: border-box;
  position: relative;
  display: block;
  min-height: 100px;
  padding: 10px 10px 10px 44%;
  background: #FFEFF0;
  border-radius: 10px;
}
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon{
  width: 44%;
  right: auto;
  transform: scale(0.7);
}
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--13{
  height: 250px;
  background: url(/ep/shared/images/icon_top_usability_13_animation.png) no-repeat center -7250px;
  background-size: 250px 7500px;
  transform: scale(0.6);
}
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--14{
  height: 250px;
  background: url(/ep/shared/images/icon_top_usability_14_animation.png) no-repeat center -7250px;
  background-size: 250px 7500px;
  transform: scale(0.6);
}
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--15{
  height: 250px;
  background: url(/ep/shared/images/icon_top_usability_15_animation.png) no-repeat center -7250px;
  background-size: 250px 7500px;
}
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--16{
  height: 250px;
  background: url(/ep/shared/images/icon_top_usability_16_animation.png) no-repeat center -7250px;
  background-size: 250px 7500px;
  transform: scale(0.6);
}
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a:hover .top-usability__item-icon{
  -webkit-animation: parapara250 1s steps(29) 0s forwards;
          animation: parapara250 1s steps(29) 0s forwards;
}
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a:hover .top-usability__item-icon--07,
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a:hover .top-usability__item-icon--08,
.top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a:hover .top-usability__item-icon--11{
  -webkit-animation: parapara200 1s steps(29) 0s forwards;
          animation: parapara200 1s steps(29) 0s forwards;
}
/* .top-usability____group01 */
.top-usability___group-list .top-usability____group01{
  width: 100%;
  margin: 0 0 21px;
  padding-left: 0;
  padding-right: 0;
}
.top-usability___group-list .top-usability____group01 h2.top-usability____item-title{
  margin: -5px 0 30px;
}
.top-usability___group-list .top-usability____group01 div{
  display: flex;
}
.top-usability___group-list .top-usability____group01 div ul{
  position: relative;
  width: 33.33%;
  padding: 0 15px;
}
.top-usability___group-list .top-usability____group01 div ul:nth-of-type(2),
.top-usability___group-list .top-usability____group01 div ul:nth-of-type(3){
  border-left: #666 1px solid;
}
.top-usability___group-list .top-usability____group01 div ul li.top-usability___item-link2{
  margin-top: -10px;
  text-align: right;
  font-size: 16px;
}
.top-usability___group-list .top-usability____group01 div ul li.top-usability___item-link2 a{
  padding: 0 0 0 17px;
  background: url("/ep/shared/images/icon_top_individual_service_electricity_arrow01.png") no-repeat 0 8px;
  color: #666;
}
.top-usability___group-list .top-usability____group01 div ul li.top-usability___item-link2 a:hover{
  background-position: 3px 8px;
}
/* .top-usability____group02 */
.top-usability___group-list .top-usability____group02{
  border-color: #0087CD;
}
.top-usability___group-list .top-usability____group02 h2.top-usability____item-title{
  background: #0087CD;
}
.top-usability___group-list .top-usability____group02 p.top-usability___item-text1{
  color: #0087CD;
}
/* .top-usability____group03 */
.top-usability___group-list .top-usability____group03{
  border-color: #00AA3E;
}
.top-usability___group-list .top-usability____group03 h2.top-usability____item-title{
  background: #00AA3E;
}
.top-usability___group-list .top-usability____group03 p.top-usability___item-text1{
  color: #00AA3E;
}
.top-usability___group-list .top-usability____group03 ul li.top-usability___item-link1 a{
  background: #DBF1E1;
}
/* .top-usability____group04 */
.top-usability___group-list .top-usability____group04{
  border-color: #FFC300;
}
.top-usability___group-list .top-usability____group04 h2.top-usability____item-title{
  background: #FFC300;
}
.top-usability___group-list .top-usability____group04 p.top-usability___item-text1{
  color: #FFAA00;
}
.top-usability___group-list .top-usability____group04 ul li.top-usability___item-link1 a{
  background: #FFF7DC;
}
/* .top-usability____group05 */
.top-usability___group-list .top-usability____group05{
  position: relative;
  width: 100%;
  margin: 21px 0 0;
  padding: 50px 100px;
  border: none;
  border-radius: 0;
  background: #F7F7F7;
}
.top-usability___group-list .top-usability____group05 h2.top-usability____item-title{
  margin: 0 0 10px;
  background: transparent;
  line-height: 120%;
  text-align: left;
  color: #313131;
}
.top-usability___group-list .top-usability____group05 p.top-usability___item-text3{
  margin: 0 230px 20px 0;
  text-align: left;
}
.top-usability___group-list .top-usability____group05 ul{
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px 15px 40px;
  background: #fff;
}
.top-usability___group-list .top-usability____group05 ul li,
.top-usability___group-list .top-usability____group05 ul li:last-child{
  margin: 0 20px 15px 0;
}
.top-usability___group-list .top-usability____group05 ul li a{
  color: #0080CD;
  text-decoration: underline;
}
.top-usability___group-list .top-usability____group05 ul li a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.top-usability___group-list .top-usability____group05 p.top-usability____item-btn{
  position: absolute;
  right: 100px;
  top: 50px;
  width: 230px;
}
.top-usability___group-list .top-usability____group05 p.top-usability____item-btn a{
  padding: 10px 0;
  background: url(/ep/shared/images/icon_top_corporation_service_arrow_2x.png) no-repeat center right 10px;
  background-color: #fff;
  background-size: 6px 12px;
  -webkit-box-shadow: 0px 4px 0px 0px #031E4A;
          box-shadow: 0px 4px 0px 0px #031E4A;
  border: #031E4A 2px solid;
  color: #031E4A;
  font-size: 16px;
  font-weight: 400;
}
.top-usability___group-list .top-usability____group05 p.top-usability____item-btn a:hover{
  background-position: center right 5px;
}

.top-other-content-slider-wrapper{
  width: 1240px;
  margin: 100px auto 0;
}
.top-other-content-slider-wrapper h2{
  margin: 0 0 45px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #313131;
}
.top-other-content-slider-wrapper .top-other-content{
  width: auto;
  font-size: 100%;
}
.top-other-content-slider-wrapper .top-other-content .slide{
  width: 25%;
}
.top-other-content-slider-wrapper .top-other-content .slide ul li{
  box-sizing: border-box;
  padding: 0 5px;
  margin: 30px 0 0;
}
.top-other-content-slider-wrapper .top-other-content .slide ul li:first-child{
  margin: 0;
}
.top-other-content-slider-wrapper .top-other-content .slide ul li a{
  display: block;
  color: #666;
}
.top-other-content-slider-wrapper .top-other-content .slide ul li a .thumbnail{
  margin: 0 0 10px;
}
.top-other-content-slider-wrapper .top-other-content .slide ul li a thumbnail img{
  width: 100%;
}
.top-other-content-slider-wrapper .top-other-content .slide ul li a p{
  height: 4.2em;
  line-height: 140%;
  font-size: 16px;
  overflow: hidden;
}
.top-other-content-slider-wrapper .top-other-content .slide ul li a p.item-title{
  height: auto;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #313131;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.top-other-content-slider-wrapper .top-other-content .slide ul li a:hover{
  opacity: 0.7;
}
.top-other-content-slider-wrapper .bx-controls-direction{
  opacity: 1;
}
.top-other-content-slider-wrapper a.bx-prev{
  left: -40px;
  z-index: 2;
}
.top-other-content-slider-wrapper a.bx-next{
  right: -40px;
  z-index: 2;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top-attention h2, .top-attention .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-attention .item-title {
    background: url("/ep/shared/images/icon_top_attention_2x.png") no-repeat left center;
    background-size: 40px 40px;
  }
  .top-attention-tolist a {
    background: url("/ep/shared/images/icon_top_attention_arrow_2x.png") no-repeat 172px center;
    background-size: 7px 11px;
  }
  .top-attention-tepco h2{
    background-image: url("/ep/shared/images/icon_top_attention_kurashitepco.png");
    background-size: auto auto;
  }
  .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp li a p {
    background: url("/ep/shared/images/icon_top_individual_service_electricity_arrow02_2x.png") no-repeat 6.77966vw 0.65189vw;
    background-size: 1.30378vw 2.08605vw;
  }
  .top-individual-service .content .content-inner .item-wrapper li {
    background: url("/ep/shared/images/icon_top_individual_service_electricity_arrow01_2x.png") no-repeat 0 8px;
    background-size: 7px 11px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
    background: url("/ep/shared/images/icon_top_individual_service_electricity_arrow02_2x.png") no-repeat 93.8% center;
    background-size: 10px 16px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a {
    background: url("/ep/shared/images/icon_top_individual_service_electricity_01_2x.png") no-repeat 3.7% center;
    background-size: 46px 50px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-bannar {
    background: url("/ep/shared/images/img_individual_service_gas_banner_2x.png") no-repeat 64% center;
    background-size: 400px 148px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-button {
    background: url("/ep/shared/images/icon_top_individual_service_gas_arrow03_2x.png") #0080cd no-repeat 146px center;
    background-size: 7px 11px;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon02 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon02.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon02.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_electricity_02_2x.png");
    background-size: 46px 50px;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon03 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon03.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon03.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_electricity_03_2x.png");
    background-size: 31px 41px;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon04 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon04.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon04.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_electricity_04_2x.png");
    background-size: 31px 35px;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon05 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon05.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon05.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_electricity_05_2x.png");
    background-size: 33px 44px;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper .item-panel.electricity-icon06 a, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon06.item-panel-sp a, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon06.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_electricity_06_2x.png");
    background-size: 39px 39px;
  }
  .top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp li a p {
    background-image: url("/ep/shared/images/icon_top_individual_service_gas_arrow02_2x.png");
  }
  .top-individual-service .content .content-inner.gas .item-wrapper li {
    background-image: url("/ep/shared/images/icon_top_individual_service_gas_arrow01_2x.png");
    background-size: 7px 11px;
  }
  .top-individual-service .content .content-inner.gas .item-wrapper .item-panel, .top-individual-service .content .content-inner.gas .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
    background-image: url("/ep/shared/images/icon_top_individual_service_gas_arrow02_2x.png");
    background-size: 10px 16px;
  }
  .top-individual-service .content .content-inner.gas .item-wrapper .item-panel.gas-icon01 a, .top-individual-service .content .content-inner.gas .item-wrapper .inner-sp .item-wrapper-sp .gas-icon01.item-panel-sp a, .top-individual-service .content .content-inner.gas .inner-sp .item-wrapper-sp .item-wrapper .gas-icon01.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_gas_01_2x.png");
    background-size: 32px 35px;
  }
  .top-individual-service .content .content-inner.life .inner-sp .item-wrapper-sp li a p {
    background-image: url("/ep/shared/images/icon_top_individual_service_life_arrow02_2x.png");
  }
  .top-individual-service .content .content-inner.life .item-wrapper li {
    background-image: url("/ep/shared/images/icon_top_individual_service_life_arrow01_2x.png");
    background-size: 7px 11px;
  }
  .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp li a p {
    background-image: url("/ep/shared/images/icon_top_individual_service_other_arrow02_2x.png");
  }
  .top-individual-service .content .content-inner.other .item-wrapper li {
    background-image: url("/ep/shared/images/icon_top_individual_service_other_arrow01_2x.png");
    background-size: 7px 11px;
  }
  .top-individual-service .content .content-inner.other .item-wrapper .item-panel, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
    background-image: url("/ep/shared/images/icon_top_individual_service_other_arrow02_2x.png");
    background-size: 10px 16px;
  }
  .top-individual-service .content .content-inner.other .item-wrapper .item-panel.other-icon01 a, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .other-icon01.item-panel-sp a, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .other-icon01.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_other_01_2x.png");
    background-size: 50px 32px;
  }
  .top-individual-service .content .content-inner.other .item-wrapper .item-panel.other-icon02 a, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .other-icon02.item-panel-sp a, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .other-icon02.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_other_02_2x.png");
    background-size: 26px 38px;
  }
  .top-individual-service .content .content-inner.other .item-wrapper .item-panel.other-icon03 a, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .other-icon03.item-panel-sp a, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .other-icon03.item-panel-sp a {
    background-image: url("/ep/shared/images/icon_top_individual_service_other_03_2x.png");
    background-size: 30px 35px;
  }
  .top-corporation-service-button a {
    background: url("/ep/shared/images/icon_top_corporation_service_arrow_2x.png") no-repeat 95% center;
    background-size: 12px 20px;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img01 {
    background: url("/ep/shared/images/img_top_other_content_01_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img02 {
    background: url("/ep/shared/images/img_top_other_content_02_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img03 {
    background: url("/ep/shared/images/img_top_other_content_03_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img04 {
    background: url("/ep/shared/images/img_top_other_content_04_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img05 {
    background: url("/ep/shared/images/img_top_other_content_05_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img06 {
    background: url("/ep/shared/images/img_top_other_content_14.jpg?202312") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img07 {
    background: url("/ep/shared/images/img_top_other_content_07_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img08 {
    background: url("/ep/shared/images/img_top_other_content_08_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img09 {
    background: url("/ep/shared/images/img_top_other_content_09_2x.jpg?202106") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img10 {
    background: url("/ep/shared/images/img_top_other_content_10_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img11 {
    background: url("/ep/shared/images/img_top_other_content_11_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img12 {
    background: url("/ep/shared/images/img_top_other_content_12_2x.png?2021") no-repeat center center;
  }
}

@media screen and (max-width: 1360px) {
  .top-attention{
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .top-attention-list{
    width: calc(100% - 370px);
  }
  .top-attention-list .item .text-title{
    width: calc(100% - 140px);
  }

  .top-group-topics{
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .top-group-topics .list .item .title{
    width: calc(100% - 404px);
  }

  .top-usability{
    box-sizing: border-box;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
  .top-usability___group-list .top-usability____group h2.top-usability____item-title{
    font-size: 24px;
  }

  .top-individual-service{
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .top-other-content-slider-wrapper{
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1239px) {
  .top-attention {
    margin-left: 30px;
    margin-right: 30px;
    padding: 40px 0;
  }
  .top-attention h2, .top-attention .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-attention .item-title {
    width: 310px;
    padding-left: 50px;
    background-position: 0 center;
  }
  .top-attention-list {
    width: calc(100% - 370px);
    padding-left: 30px;
  }
  .top-attention-list .item {
    margin-top: 18px;
  }
  .top-attention-list .item .text-date {
    width: 17%;
    margin-bottom: 5px;
  }
  .top-attention-list .item .text-title {
    width: calc(100% - 140px);
  }
  .top-attention-tolist {
    left: 0;
  }
  .top-attention-tepco h2{
    width: 150px;
    padding-left: 210px;
  }
  .top-usability {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .top-individual-service {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .top-individual-service .content .content-inner .inner-sp {
    display: none;
  }
  .top-individual-service .content .content-inner .inner-pc {
    display: block;
  }
  .top-individual-service .content .content-inner .item-wrapper h3 {
    font-size: 18px;
  }
  .top-individual-service .content .content-inner .item-wrapper li {
    font-size: 16px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
    font-size: 14px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel a span, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span {
    padding-right: 10%;
    padding-left: 23.5%;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel a span br, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span br, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span br {
    display: none;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel .item-panel-text, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-text, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp .item-panel-text {
    font-size: 10px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-bannar {
    background-size: 80% auto;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-title {
    font-size: 25px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text {
    font-size: 16px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .emphasis1 {
    font-size: 24px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .emphasis2 {
    font-size: 20px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-span {
    font-size: 14px;
  }
  .top-individual-service .content .content-inner.life .item-wrapper .item-explain br {
    display: none;
  }
  .top-individual-service .content .content-inner.other .inner-common {
    width: 27%;
  }
  .top-individual-service .content .content-inner.other .item-wrapper .item-panel a span, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span {
    padding-left: 28%;
  }
  .top-individual-service .content .content-inner.other .item-wrapper .item-panel a span br, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span br, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span br {
    display: block;
  }
  .top-individual-service .content .content-inner.other .item-wrapper .item-panel .item-panel-outer-explain, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-outer-explain, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp .item-panel-outer-explain {
    font-size: 12px;
    line-height: 18px;
  }
  .top-corporation-service-wrapper .corporation-inner dl{
    margin: 0 50px;
  }
  .top-corporation-service-wrapper .corporation-inner dl:first-of-type:after{
    right: -50px;
  }
  .top-other-content {
    width: 100%;
  }
  .top-other-content .content-inner {
    overflow: hidden;
  }
  .top-other-content .content-inner .title-list .item-title {
    font-size: 24px;
  }
  .top-other-content .content-inner .list {
    display: block;
    margin: 0 auto;
  }
  .top-other-content .content-inner .list .item {
    width: 24%;
    margin-left: 10px;
    float: left;
  }
  .top-other-content .content-inner .list .item--bnr {
    width: 49%;
  }
  .top-other-content .content-inner .list .item:first-child {
    margin-left: 5px;
  }
  .top-other-content .content-inner .list .item .item-inner {
    width: 100%;
    height: 100%;
    float: left;
  }
  .top-other-content .content-inner .list .item .item-inner .item-explain {
    height: 90px;
    padding: 5%;
    font-size: 13px;
    *font-size: 13px;
    font-size: 13px\9;
  }
  .top-other-content .content-inner .list .item .item-inner .item-explain:not(:target) {
    font-size: 13px\9;
  }
  .top-other-content .content-inner .list .item .item-inner:hover .item-explain {
    height: 90px;
  }
  .top-bannar-area .bannar-list {
    width: 100%;
    text-align: center;
  }
  .top-bannar-area .bannar-list .item-bannar {
    width: 45%;
  }
  .top-group-topics {
    width: 100%;
    width: 94.6%;
    margin: 0 auto;
  }
  .top-group-topics .list .item .title {
    width: 68%;
  }
}

@media screen and (max-width: 980px) {
  .top-attention {
    padding: 20px 30px;
  }
  .top-attention h2, .top-attention .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-attention .item-title {
    width: 70%;
  }
  .top-attention-list {
    width: auto;
    margin-top: 21px;
    padding-left: 0;
    border-left: none;
  }
  .top-attention-list .item .text-date {
    width: 15%;
  }
  .top-attention-list .item .text-title {
    width: calc(100% - 140px);
  }
  .top-attention-tolist {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
    width: 190px;
    height: 40px;
    margin: 20px auto 0;
  }
  .top-usability{
    margin-left: 10px;
    margin-right: 10px;
  }
  .top-usability__group-text {
    font-size: 16px;
    line-height: 16px;
  }
  .top-usability__item:hover .top-usability__item-icon {
    -webkit-animation: none;
            animation: none;
  }
  .top-usability__item-text1 {
    font-size: 12px;
  }
  .top-usability__item-text2 {
    font-size: 12px;
  }
  .top-individual-service{
    margin-left: 10px;
    margin-right: 10px;
  }
  .top-individual-service .menu .item {
    font-size: 14px;
  }
  .top-individual-service .content .content-inner .inner-sp {
    display: none;
  }
  .top-individual-service .content .content-inner .inner-pc {
    display: block;
  }
  .top-individual-service .content .content-inner .item-wrapper {
    width: 50%;
  }
  .top-individual-service .content .content-inner .item-wrapper.return-l {
    margin-bottom: 40px;
  }
  .top-individual-service .content .content-inner .item-wrapper.return-xl, .top-individual-service .content .content-inner .item-wrapper.return-xl2 {
    margin-bottom: 0;
  }
  .top-individual-service .content .content-inner .item-wrapper h3 {
    font-size: 20px;
  }
  .top-individual-service .content .content-inner .item-wrapper li {
    font-size: 16px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
    font-size: 14px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel .item-panel-text, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-text, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp .item-panel-text {
    font-size: 12px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-title {
    font-size: 24px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text {
    font-size: 16px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .emphasis1 {
    font-size: 24px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .emphasis2 {
    font-size: 20px;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-button {
    bottom: 20%;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-explain {
    margin-bottom: 2%;
  }
  .top-individual-service .content .content-inner .item-wrapper.col2 {
    width: 100%;
  }
  .top-individual-service .content .content-inner .item-wrapper.colhalf {
    width: 47%;
  }
  .top-individual-service .content .content-inner.gas .item-wrapper:nth-child(even) {
    width: 45%;
    margin-left: 30px;
  }
  .top-individual-service .content .content-inner.life {
    padding-right: 3.5%;
    padding-left: 3.5%;
  }
  .top-individual-service .content .content-inner.life .item-wrapper {
    margin-bottom: 20px;
  }
  .top-individual-service .content .content-inner.life .item-wrapper.return-xl {
    margin-bottom: 80px;
  }
  .top-individual-service .content .content-inner.life .item-wrapper:nth-child(even) {
    margin-left: 30px;
  }
  .top-individual-service .content .content-inner.other .inner-common {
    width: 46%;
    margin-left: 20px;
  }
  .top-individual-service .content .content-inner.other .item-wrapper {
    margin-right: 0;
  }
  .top-individual-service .content .content-inner.other .item-wrapper.return-l {
    margin-bottom: 50px;
  }
  .top-individual-service .content .content-inner.other .item-wrapper.return-xl {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .top-individual-service .content .content-inner.other .item-wrapper .item-panel a span br, .top-individual-service .content .content-inner.other .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span br, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span br {
    display: none;
  }
  .top-other-content .content-inner .title-list .item-title {
    font-size: 18px;
  }
  .top-other-content .content-inner .list .item {
    width: 23.7%;
  }
  .top-other-content .content-inner .list .item--bnr {
    width: 47.4%;
  }
  .top-other-content .content-inner .list .item .item-inner .item-explain {
    min-height: 90px;
    padding: 3%;
    font-size: 12px;
  }
  .top-group-topics .list .item .date {
    width: 100px;
  }
  .top-group-topics .list .item .title {
    width: 60%;
    margin-left: 20px;
  }

  .top-usability___group-list .top-usability____group{
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-usability___group-list .top-usability____group h2.top-usability____item-title{
    margin-left: -10px;
    margin-right: -10px;
    font-size: 20px;
  }
  .top-usability___group-list .top-usability____group01{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .top-usability___group-list .top-usability____group01 h2.top-usability____item-title{
    margin-left: 0;
    margin-right: 0;
  }
  .top-usability___group-list .top-usability____group05{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-usability___group-list .top-usability____group05 h2.top-usability____item-title{
    margin: 0 0 10px;
  }
  .top-usability___group-list .top-usability____group05 p.top-usability____item-btn{
    right: 20px;
  }

  .top-corporation-service-wrapper .corporation-inner dl{
    margin: 0 30px;
  }
  .top-corporation-service-wrapper .corporation-inner dl:first-of-type:after{
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .top-attention {
    text-align: center;
    margin: 0;
    padding: 5.008475vw;
  }
  .top-attention-wrapper {
    margin: 0 0 8vw;
  }
  .top-attention h2, .top-attention .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-attention .item-title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: auto;
    padding-left: 8vw;
    background-size: 5.21512vw;
    font-size: 3.12907vw;
    margin: 0;
    line-height: 6vw;
  }
  .top-attention-list {
    margin-top: 2.73794vw;
    font-size: 2.47718vw;
  }
  .top-attention-list .item {
    display: none;
  }
  .top-attention-list .item .text-date {
    display: block;
    margin-bottom: 1.43416vw;
  }
  .top-attention-list .item .text-title {
    display: block;
    width: auto;
    text-align: left;
  }
  .top-attention-list .item:first-child {
    display: block;
  }
  .top-attention-tolist {
    width: 33.89831vw;
    height: 7.82269vw;
    margin-top: 6.25815vw;
    font-size: 2.34681vw;
    line-height: 6.77966vw;
  }
  .top-attention-tolist a {
    background-position: 29.98696vw center;
    background-size: 0.91265vw 1.43416vw;
  }
  .top-attention-tolist:hover a {
    background-position: 30.63885vw center;
  }

  .top-attention-tepco{
    margin-top: -4vw;
  }
  .top-attention-tepco h2{
    width: auto;
    padding-left: 43vw;
    background-image: url("/ep/shared/images/icon_top_attention_kurashitepco.png");
    background-size: 42vw;
  }

  .top-moving-bnr {
    width: 92.56845vw;
  }
  .top-moving-bnr-wrapper {
    margin-top: 13.03781vw;
  }
  .top-moving-bnr__img {
    width: 100%;
  }
  .top-moving-bnr__pc-only {
    display: none;
  }
  .top-moving-bnr__sp-only {
    display: block;
  }
  .top-usability {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .top-usability-wrapper {
    margin: 8vw auto 0;
  }
  .top-usability__group-list {
    margin: 0 auto;
  }
  .top-usability__group {
    display: block;
    width: 92.56845vw;
    margin: 0 auto;
    padding-bottom: 5.21512vw;
    border-radius: 1.30378vw;
  }
  .top-usability__group:first-child {
    margin-left: auto;
  }
  .top-usability__group + .top-usability__group {
    margin-top: 5.3455vw;
  }
  .top-usability__group--inc2 {
    width: 92.56845vw;
  }
  .top-usability__group--inc5 {
    width: 92.56845vw;
  }
  .top-usability__group--ex .top-usability__group-text {
    font-size: 5.47588vw;
  }
  .top-usability__group-text {
    margin: 0 auto;
    padding-top: 5.21512vw;
    font-size: 5.47588vw;
    line-height: 1.2;
  }
  .top-usability__item-list {
    font-size: 0;
  }
  .top-usability__item {
    display: block;
    width: 82.1382vw;
    height: 31.29074vw;
    margin: 5.21512vw auto;
    border-radius: 1.30378vw;
  }
  .top-usability__item + .top-usability__item {
    margin-left: auto;
  }
  .top-usability__item:after {
    right: 2.9987vw;
    bottom: 2.9987vw;
    width: 12px;
    height: 12px;
    border-top: 6px solid transparent;
    border-right: 6px solid #e82229;
    border-bottom: 6px solid #e82229;
    border-left: 6px solid transparent;
  }
  .top-usability__item:hover {
    background-color: #e82229;
    color: #fff;
  }
  .top-usability__item:hover:after {
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
  }
  .top-usability__item-inner {
    position: relative;
    top: 50%;
    left: 25.55411vw;
    width: 48.50065vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-usability__item-text1 {
    position: static;
    height: auto;
    font-size: 4.1721vw;
    line-height: 1.2;
    text-align: left;
  }
  .top-usability__item-text1 span {
    display: block;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .top-usability__item-text2 {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    margin-top: 2.9987vw;
    font-size: 3.12907vw;
    font-size: 3.12907vw;
    line-height: 1.4;
  }

  .top-usability__item-icons{
    width: 14.99348vw;
    height: 9.90874vw;
    margin-right: 5.33vw;
  }
  .top-usability__item-icons .top-usability__item-icon{
    left: 0;
    transform: translateY(0);
  }
  .top-usability__item--col1 {
    display: flex;
    height: auto;
    padding: 7.73vw 2.93vw 7.73vw 5.33vw;
  }
  .top-usability__item--col1 .top-usability__item-text2 {
    line-height: 1.41;
    margin: 24px 0 0;
  }
  .top-usability__item-detail {
    width: 53vw;
  }
  .top-usability__item-keyword {
    margin: 6px 0 0 -3.4vw;
  }
  .top-usability__item-keyword li {
    display: inline-block;
    margin-left: 3.4vw;
  }
  .top-usability__item-keyword li a {
    font-size: 3.2vw;
  }

  .top-usability__item-icon {
    right: auto;
    width: 100%;
    margin: auto;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
  }
  .top-usability__item-icon--01 {
    left: -20.2086vw;
    width: 16.16688vw;
    height: 10.43025vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_01.png") no-repeat center center;
    background-size: 16.16688vw 10.43025vw;
  }
  .top-usability__item-icon--02 {
    left: -20.33898vw;
    width: 17.20991vw;
    height: 12.77705vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_02.png") no-repeat center center;
    background-size: 17.20991vw 12.77705vw;
  }
  .top-usability__item-icon--03 {
    left: -17.07953vw;
    width: 11.08214vw;
    height: 12.38592vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_03.png") no-repeat center center;
    background-size: 11.08214vw 12.38592vw;
  }
  .top-usability__item-icon--04 {
    left: -19.55671vw;
    width: 15.51499vw;
    height: 9.90874vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_04.png") no-repeat center center;
    background-size: 15.51499vw 9.90874vw;
  }
  .top-usability__item-icon--05 {
    left: -19.94785vw;
    width: 15.64537vw;
    height: 10.03911vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_05.png") no-repeat center center;
    background-size: 15.64537vw 10.03911vw;
  }
  .top-usability__item-icon--06 {
    left: -21.51239vw;
    width: 16.94915vw;
    height: 11.34289vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_06.png") no-repeat center center;
    background-size: 16.94915vw 11.34289vw;
  }
  .top-usability__item-icon--07 {
    left: -20.2086vw;
    width: 13.6897vw;
    height: 12.77705vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_07.png") no-repeat center center;
    background-size: 13.6897vw 12.77705vw;
  }
  .top-usability__item-icon--08 {
    left: -17.8618vw;
    width: 8.47458vw;
    height: 13.6897vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_08.png") no-repeat center center;
    background-size: 8.47458vw 13.6897vw;
  }
  .top-usability__item-icon--09 {
    left: -20.33898vw;
    width: 14.99348vw;
    height: 9.90874vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_09.png") no-repeat center center;
    background-size: 14.99348vw 9.90874vw;
  }
  .top-usability__item-icon--10 {
    left: -19.94785vw;
    width: 14.21121vw;
    height: 11.21252vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_10.png") no-repeat center center;
    background-size: 14.21121vw 11.21252vw;
  }
  .top-usability__item-icon--11 {
    left: -19.94785vw;
    width: 14.21121vw;
    height: 10.691vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_11.png") no-repeat center center;
    background-size: 14.21121vw 10.691vw;
  }
  .top-usability__item-icon--12 {
    left: -17.8618vw;
    width: 8.47458vw;
    height: 13.6897vw;
    max-height: inherit;
    background: url("/ep/shared/images/icon_top_usability_12.png") no-repeat center center;
    background-size: 8.47458vw 13.6897vw;
    transform: translateY(0) scale(1);
  }
  .top-usability__pc-only {
    display: none;
  }
  .top-usability__sp-only {
    display: block;
  }
  .top-individual-service{
    margin-left: 0;
    margin-right: 0;
  }
  .top-individual-service-wrapper {
    margin-top: 10.43025vw;
  }
  .top-individual-service h2, .top-individual-service .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-individual-service .item-title {
    margin-bottom: 4vw;
    font-size: 2.9333vw;
  }
  .top-individual-service h2 strong{
    font-size: 3.7333vw;
  }
  .top-individual-service .menu {
    display: block;
    width: 100%;
    height: 19.25293vw
    margin-bottom: -1px;
    padding: 0;
    font-size: 0;
  }
  .top-individual-service.open .menu{
    height: 19.25293vw
  }
  .top-individual-service .menu .item {
    display: inline-block;
    height: 15.64537vw;
    margin-top: 0;
    background-position: center 3.129vw;
    background-size: 2.60756vw 4.56323vw;
    font-size: 2.8683vw;
    line-height: 15.64537vw;
    vertical-align: bottom;
  }
  .top-individual-service .menu .item:after {
    bottom: -10.16949vw;
    border: 6.5189vw solid transparent;
    border-top: 3.91134vw solid #e62320;
  }
  .top-individual-service .menu .item:hover:after {
    border-top: 3.91134vw solid #ffeff0;
  }
  .top-individual-service .menu .item a {
    height: 15.64537vw;
    padding-top: 3.12907vw;
    line-height: 15.64537vw;
  }
  .top-individual-service .menu .item.active {
    height: 18.25293vw;
    margin-top: 3.12907vw;
    line-height: 18.25293vw;
  }
  .top-individual-service .menu .item.active:after {
    border-top: 3.91134vw solid #e62320;
    bottom: -8vw;
  }
  .top-individual-service .menu .item.active:hover:after {
    border-top: 3.91134vw solid #e62320;
  }
  .top-individual-service .menu .item.gas {
    background-size: 3.38983vw 4.43286vw;
  }
  .top-individual-service .menu .item.gas.active:after {
    border-top: 3.91134vw solid #0080cd;
  }
  .top-individual-service .menu .item.gas.active:hover:after {
    border-top: 3.91134vw solid #0080cd;
  }
  .top-individual-service .menu .item.gas:hover:after {
    border-top: 3.91134vw solid #d6f0ff;
  }
  .top-individual-service .menu .item.life {
    background-size: 4.82399vw 4.56323vw;
  }
  .top-individual-service .menu .item.life.active:after {
    border-top: 3.91134vw solid #00a63c;
  }
  .top-individual-service .menu .item.life.active:hover:after {
    border-top: 3.91134vw solid #00a63c;
  }
  .top-individual-service .menu .item.life:hover:after {
    border-top: 3.91134vw solid #dbf1e1;
  }
  .top-individual-service .menu .item.other {
    background-size: 4.56323vw 4.56323vw;
  }
  .top-individual-service .menu .item.other.active:after {
    border-top: 3.91134vw solid #fabe00;
  }
  .top-individual-service .menu .item.other.active:hover:after {
    border-top: 3.91134vw solid #fabe00;
  }
  .top-individual-service .menu .item.other:hover:after {
    border-top: 3.91134vw solid #fcecc9;
  }
  .top-individual-service .menu .item.active a{
    height: 15.64537vw;
    line-height: 15.64537vw;
    padding-top: 3.12907vw;
  }
  .top-individual-service .menu .item a:after{
    bottom: 0;
    height: 3.5vw;
    background-size: 1.6vw auto;
  }
  .top-individual-service .content .border-effect_item {
    display: none;
  }
  .top-individual-service .content .content-inner {
    padding-top: 6.25815vw;
    padding-right: 1.69492vw;
    padding-left: 1.69492vw;
    border-width: 1.56453vw;
  }
  .top-individual-service .content .content-inner .inner-sp {
    display: block;
  }
  .top-individual-service .content .content-inner .inner-pc {
    display: none;
  }
  .top-individual-service .content .content-inner .item-wrapper h3 {
    display: none;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
    width: 97%;
    height: 16.94915vw;
    border-width: 1px;
    background-size: 1.30378vw 2.08605vw;
    font-size: 2.8683vw;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a {
    background-size: 5.9974vw 6.5189vw;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel a span, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span {
    padding-right: 10%;
    padding-left: 20%;
    line-height: 138%;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel a span .spbr, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span .spbr, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp a span .spbr {
    display: block;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.electricity-icon02 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon02.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon02.item-panel-sp a {
    background-size: 5.9974vw 6.5189vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.electricity-icon03 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon03.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon03.item-panel-sp a {
    background-position: 2.21643vw center !important;
    background-size: 4.04172vw 5.3455vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.electricity-icon04 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon04.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon04.item-panel-sp a {
    background-position: 2.47718vw center !important;
    background-size: 4.04172vw 4.56323vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.electricity-icon05 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon05.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon05.item-panel-sp a {
    background-size: 4.30248vw 5.7366vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.electricity-icon06 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .electricity-icon06.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .electricity-icon06.item-panel-sp a {
    background-size: 5.9974vw 5.9974vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.gas-icon01 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .gas-icon01.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .gas-icon01.item-panel-sp a {
    background-position: 3.78096vw !important;
    background-size: 4.1721vw 4.56323vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.other-icon01 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .other-icon01.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .other-icon01.item-panel-sp a {
    background-position: 1.43416vw center !important;
    background-size: 6.5189vw 4.1721vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.other-icon02 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .other-icon02.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .other-icon02.item-panel-sp a {
    background-position: 3.7809vw center !important;
    background-size: 3.3898vw 4.95437vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.other-icon03 a, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .other-icon03.item-panel-sp a, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .other-icon03.item-panel-sp a {
    background-position: 2.4772vw center !important;
    background-size: 3.9113vw 4.56323vw !important;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel .item-panel-text, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-text, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp .item-panel-text {
    top: 100%;
    right: 0;
    width: auto;
    margin: 1.1734vw;
    padding-left: 0;
    border: none;
    font-size: 2.086vw;
    line-height: 125%;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel .item-panel-outer-explain, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-outer-explain, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp .item-panel-outer-explain {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 2.3468vw;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.col2, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .col2.item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .col2.item-panel-sp {
    width: 100%;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-panel.col2 a span, .top-individual-service .content .content-inner .item-wrapper .inner-sp .item-wrapper-sp .col2.item-panel-sp a span, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper .col2.item-panel-sp a span {
    width: auto;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-bannar {
    display: block;
    width: 100%;
    margin-bottom: 7.95306vw;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-bannar-inner {
    display: block;
    height: auto;
    margin-right: 2.60756vw;
    margin-left: 2.60756vw;
    text-align: center;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-bannar-pc {
    display: none;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-bannar-sp {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign-wrapper:hover .item-campaign .campaign-button {
    background-position: 31.1603vw center;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign {
    height: auto;
    margin-right: 2.60756vw;
    margin-bottom: 7.95306vw;
    margin-left: 2.60756vw;
    padding-top: 13.55932vw;
    padding-right: 6.77966vw;
    padding-bottom: 6.25815vw;
    padding-left: 6.91004vw;
    text-align: center;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-bannar {
    width: 100%;
    height: 26.72751vw;
    background-image: url("/ep/shared/images/img_individual_service_gas_banner_sp.png");
    background-size: 100% auto;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail {
    width: 100%;
    padding-top: 3.91134vw;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text {
    margin-top: 4.1721vw;
    font-size: 3.91134vw;
    line-height: 150%;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .emphasis1 {
    margin-left: 2%;
    font-size: 9.38722vw;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .emphasis2 {
    font-size: 6.2581vw;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-text .campaign-sp-br {
    display: block;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-span {
    font-size: 2.3468vw;
    line-height: 230%;
  }
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-detail .campaign-button {
    position: static;
    width: 33.89831vw;
    height: 7.82269vw;
    margin: 3.52021vw auto;
    background-color: #0080cd;
    background-position: 30.50847vw center;
    color: #fff;
    font-size: 2.34681vw;
    line-height: 7.9530vw;
    text-align: center;
  }
  .top-individual-service .content .content-inner .item-wrapper:nth-child(2n+2) .item-panel, .top-individual-service .content .content-inner .item-wrapper:nth-child(2n+2) .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner .inner-sp .item-wrapper-sp .item-wrapper:nth-child(2n+2) .item-panel-sp {
    margin-left: 10px;
  }
  .top-individual-service .content .content-inner .button-link-wrap {
    margin-top: 13.03781vw;
  }
  .top-individual-service .content .content-inner .button-link {
    width: 54.7588vw;
    height: 10.43025vw;
    border-radius: 5.21512vw;
    background-color: #e82229;
    background-position: center right 6.666666%;
    background-size: 1.43416vw 2.47718vw;
    font-size: 3.12907vw;
    line-height: 10.43025vw;
  }
  .top-individual-service .content .content-inner .button-link:hover {
    background-position: center right 5.833333%;
    opacity: 0.7;
  }
  .top-individual-service .content .content-inner.electricity {
    padding-bottom: 10.43025vw;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper {
    width: 49%;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper .item-panel, .top-individual-service .content .content-inner.electricity .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner.electricity .inner-sp .item-wrapper-sp .item-wrapper .item-panel-sp {
    width: 100%;
    margin: 0 0 2.60756vw 0;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper.col2 {
    width: 100%;
  }
  .top-individual-service .content .content-inner.electricity .item-wrapper:nth-child(2n+2) {
    float: right;
  }
  .top-individual-service .content .content-inner.gas {
    padding-top: 5.99739vw;
    padding-bottom: 0;
  }
  .top-individual-service .content .content-inner.gas .button-link-wrap {
    margin-top: 0;
    margin-bottom: 10.43025vw;
  }
  .top-individual-service .content .content-inner.life {
    padding-top: 6.2581vw;
    padding-bottom: 0;
  }
  .top-individual-service .content .content-inner.life .inner-sp .item-wrapper-sp li a p {
    background-position: 6.77966vw 1.04302vw;
  }
  .top-individual-service .content .content-inner.other {
    padding-top: 6.25815vw;
    padding-right: 1.69492vw;
    padding-bottom: 12.38592vw;
    padding-left: 1.69492vw;
  }
  .top-individual-service .content .content-inner.other .inner-common {
    width: 100%;
    margin-left: 0;
  }
  .top-individual-service .content .content-inner.other .inner-common .item-wrapper {
    width: 49%;
    margin-right: 0;
  }
  .top-individual-service .content .content-inner.other .inner-common .item-wrapper .item-panel, .top-individual-service .content .content-inner.other .inner-common .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .inner-common .item-wrapper .item-panel-sp {
    width: 100%;
    margin: 0 0 3.91134vw 0;
  }
  .top-individual-service .content .content-inner.other .inner-common .item-wrapper .item-panel a span br, .top-individual-service .content .content-inner.other .inner-common .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp a span br, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .inner-common .item-wrapper .item-panel-sp a span br {
    display: block;
  }
  .top-individual-service .content .content-inner.other .inner-common .item-wrapper .item-panel .item-panel-outer-explain, .top-individual-service .content .content-inner.other .inner-common .item-wrapper .inner-sp .item-wrapper-sp .item-panel-sp .item-panel-outer-explain, .top-individual-service .content .content-inner.other .inner-sp .item-wrapper-sp .inner-common .item-wrapper .item-panel-sp .item-panel-outer-explain {
    margin: 1.04302vw 1.04302vw 0 1.95567vw;
    font-size: 2.34681vw;
    line-height: 120%;
  }
  .top-individual-service .content .content-inner.other .inner-common .item-wrapper:nth-child(2n+2) {
    float: right;
  }
  .top-individual-service .content .content-inner.other .inner-common .item-wrapper:last-child {
    margin-top: 3.25945vw;
  }
  .top-individual-service p.top-individual-service-close{
    width: 22.68vw;
    line-height: 6.6667vw;
  }
  .top-individual-service p.top-individual-service-close a{
    background-size: 2.9333vw auto;
  }
  .top-corporation-service-wrapper {
    margin-top: 13.03781vw;
    padding: 8vw 4vw;
  }
  .top-corporation-service-wrapper p.item-btn{
    width: 82vw;
    margin: 0 auto 8vw;
  }
  .top-corporation-service-wrapper p.item-btn a{
    padding: 4vw 0;
    background-position: center right 6vw;
    background-size: 1.8666vw auto;
    font-size: 4.26667vw;
  }
  .top-corporation-service-wrapper p.item-btn a:hover{
    background-position: center right 4vw;
  }
  .top-corporation-service-wrapper .corporation-inner{
    display: block;
  }
  .top-corporation-service-wrapper .corporation-inner dl{
    position: relative;
    padding: 0;
    margin: 0;
  }
  .top-corporation-service-wrapper .corporation-inner dl:first-of-type{
    margin: 0  0 8vw;
    padding: 0 0 8vw;
    border-bottom: #5CBEEE 1px solid;
  }
  .top-corporation-service-wrapper .corporation-inner dl:first-of-type:after{
    display: none;;
  }
  .top-corporation-service-wrapper .corporation-inner dl dt{
    margin: 0 0 4vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .top-corporation-service-wrapper .corporation-inner dl dd.item-link{
    margin: 2.6666vw 0 0;
    font-size: 4vw;
  }
  .top-corporation-service-wrapper .corporation-inner dl dd.item-link a{
    display: block;
    background-position: 0 2vw;
    background-size: 1.6vw auto;
    font-size: 4vw;
    font-weight: normal;
  }
  .top-corporation-service-wrapper .corporation-inner dl dd.item-link a:hover{
    background-position: 1vw 2vw;
  }
  .top-corporation-service-wrapper .corporation-inner dl dd.item-btn{
    width: 61.3333vw;
    margin: 4vw auto 0;
    text-align: center;
  }
  .top-corporation-service-wrapper .corporation-inner dl dd.item-btn a{
    padding: 3vw 0;
    background: url(/ep/shared/images/icon_top_corporation_service_arrow2.png) no-repeat center right 4vw;
    background-size: 1vw auto;
    font-size: 3.2vw;
    background-color: #fff;
  }
  .top-corporation-service-wrapper .corporation-inner dl dd.item-btn  a:hover{
    background-position: center right 3vw;
  }
  .top-other-content-wrapper {
    margin-top: 10.43025vw;
  }
  .top-other-content .content {
    width: 100%;
  }
  .top-other-content .content .content-pc {
    display: none;
  }
  .top-other-content .content .content-sp {
    display: block;
  }
  .top-other-content .content-inner {
    overflow: visible;
  }
  .top-other-content .content-inner h2, .top-other-content .content-inner .title-list .item-title {
    margin-bottom: 4.82399vw;
    font-size: 3.91134vw;
  }
  .top-other-content .content-inner .title-list {
    width: 100%;
    text-align: center;
  }
  .top-other-content .content-inner .title-list .item-title {
    width: 50%;
    margin-top: 5.3%;
    margin-bottom: 5.6%;
  }
  .top-other-content .content-inner .title-list .item-title.col2 {
    width: 100%;
    margin-top: 8.6%;
    margin-bottom: 5.8%;
  }
  .top-other-content .content-inner .list {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .top-other-content .content-inner .list .item {
    display: inline-block;
    width: auto;
    margin-top: 4.56323vw;
    margin-left: 0;
    float: none;
    vertical-align: top;
  }
  .top-other-content .content-inner .list .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .top-other-content .content-inner .list .item:nth-child(odd) {
    margin-right: 2.34681vw;
  }
  .top-other-content .content-inner .list .item:first-child {
    margin-left: 0;
  }
  .top-other-content .content-inner .list .item--bnr {
    width: 79.53064vw !important;
    margin: 13.03781vw auto 0 !important;
  }
  .top-other-content .content-inner .list .item .item-inner {
    width: 44.98044vw;
    margin-right: 0;
    float: none;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img01 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_01_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img02 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_02_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img03 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_03_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img04 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_04_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img05 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_05_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img06 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_14_sp.jpg?202312") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img07 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_07_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img08 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_08_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img09 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_09_sp.jpg?202106") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img10 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_10_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img11 {
    height: 0;
    padding-top: 94.15942%;
    background: url("/ep/shared/images/img_top_other_content_11_sp.jpg?201908") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img12 {
    height: 0;
    padding-top: 81.15942%;
    background: url("/ep/shared/images/img_top_other_content_12_sp.png?2021") no-repeat center center;
    background-size: cover !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-explain {
    height: 16.94915vw;
    padding: 6.7%;
    font-size: 2.60756vw;
    font-weight: 400;
    line-height: 3.91134vw;
    text-align: left;
  }
  .top-other-content .content-inner .list .item .item-inner .item-explain.line3 {
    height: 17.60104vw;
  }
  .top-other-content .content-inner .list .item .item-inner:hover .item-explain {
    height: 14.34159vw;
  }
  .top-other-content .content-inner .list .item .item-inner:hover .item-explain.line3 {
    height: 17.60104vw;
  }
  .top-other-content .content-inner .list .item-bannar + .item-bannar {
    margin-top: 3.91134vw !important;
  }
  .top-bannar-area-wrapper {
    margin-top: 13.03781vw;
  }
  .top-bannar-area .bannar-list .item-bannar {
    width: 79.53064vw;
    height: 20.8605vw;
    margin-top: 4.04172vw;
    margin-left: 0;
    font-size: 4.69361vw;
    line-height: 20.8605vw;
  }
  .top-bannar-area .bannar-list .item-bannar:first-child {
    margin-top: 0;
  }
  .top-group-topics {
    width: 94.6%;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-bottom: 7.30117vw;
  }
  .top-group-topics-wrapper {
    margin-top: 15.38462vw;
    margin-bottom: 13.03781vw;
  }
  .top-group-topics h2, .top-group-topics .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-group-topics .item-title {
    top: -3.12907vw;
    width: 84.74576vw;
    font-size: 3.65059vw;
  }
  .top-group-topics .list {
    margin: 7.1708vw 3.38983vw 0;
  }
  .top-group-topics .list .item {
    margin-bottom: 6.5189vw;
  }
  .top-group-topics .list .item .date {
    width: 17.07953vw;
    font-size: 2.60756vw;
  }
  .top-group-topics .list .item .category {
    width: 47.51499vw;
    padding: 0.39113vw 0;
    font-size: 2.34681vw;
  }
  .top-group-topics .list .item .title {
    display: block;
    width: 100%;
    margin-top: 2.08605vw;
    margin-left: 0;
    padding-bottom: 0.26076vw;
    font-size: 2.60756vw;
    font-size: 2.60756vw;
  }
  .top-group-topics .tolink {
    width: 33.89831vw;
    height: 7.82269vw;
    margin-top: 7.30117vw;
    font-size: 2.08605vw;
    line-height: 7.82269vw;
  }
  #content-body-wrapper .member-content-wrapper {
    margin: 7.82269vw auto 9.12647vw;
  }
  #content-body-wrapper .member-content-wrapper .member-content {
    width: 92.56845vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  #content-body-wrapper .member-content-wrapper .member-content__title {
    font-size: 4.95437vw;
  }
  #content-body-wrapper .member-content-wrapper .member-content__title:after {
    width: 20vw;
    height: 2px;
    margin: 1.1734vw auto 0;
    content: "";
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-list {
    display: flex;
    margin: 8.08344vw auto 0;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item {
    display: block;
    text-align: center;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item + .member-content__link-item {
    box-sizing: border-box;
    width: 50%;
    margin-top: 0;
    padding: 0 2vw;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item + .member-content__link-item:before {
    display: none;
    width: 82.1382vw;
    margin: 0 auto 3.78096vw;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item-title {
    margin: 0 auto;
    font-size: 4.2666vw;
    text-align: center;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item-icon {
    width: 5.21512vw;
    margin-right: 2.34681vw;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item-icon--02 {
    width: 4.82399vw;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item-btn {
    width: auto;
    height: 10.6667vw;
    margin: 3.12907vw auto 0;
    border-radius: 2.60756vw;
    background-position: center right 2vw;
    background-size: 2.08605vw 3.25945vw;
    -webkit-box-shadow: 0px 6px 0px 0px #ac000d;
            box-shadow: 0px 6px 0px 0px #ac000d;
    font-size: 3.4667vw;
    line-height: 10.6667vw;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item-btn--02 {
    -webkit-box-shadow: 0px 6px 0px 0px #000000;
            box-shadow: 0px 6px 0px 0px #000000;
  }
  #content-body-wrapper .member-content-wrapper .member-content__link-item-btn:hover {
    top: 6px;
  }
  .animation-border-outer::after, .animation-border-outer::before,
  .animation-border-outer .animation-border-inner::after,
  .animation-border-outer .animation-border-inner::before {
    display: none;
  }
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline-block;
  }

  .top-usability___group-list .top-usability____group{
    width: 100%;
    margin: 0 0 8vw;
  }
  .top-usability___group-list .top-usability____group:last-of-type{
    margin: 0;
  }
  .top-usability___group-list .top-usability____group ul li{
    margin: 0 0 2.6667vw;
  }
  .top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon{
    left: 0;
    height: auto;
    transform: scale(1.0);
    background-position: center center;
    background-size: 20vw auto;
  }
  .top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a:hover .top-usability__item-icon{
    -webkit-animation: none;
            animation: none;
  }
  .top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--08{
    background-size: 12vw auto;
  }
  .top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--13{
    background-image: url("/ep/shared/images/icon_top_usability_13.png");
    background-size: 25vw auto;
  }
  .top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--14{
    background-image: url("/ep/shared/images/icon_top_usability_14.png");
    background-size: 25vw auto;
  }
  .top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--15{
    background-image: url("/ep/shared/images/icon_top_usability_15.png");
  }
  .top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a .top-usability__item-icon--16{
    background-image: url("/ep/shared/images/icon_top_usability_16.png");
    background-size: 25vw auto;
  }
  .top-usability___group-list .top-usability____group01 h2.top-usability____item-title{
    margin-bottom: 4vw;
    font-size: 5.3333vw;
    line-height: 12vw;
  }
  .top-usability___group-list .top-usability____group ul li.top-usability___item-link1 a{
    padding: 4vw 4vw 4vw 44%;
  }
  .top-usability___group-list .top-usability____group p.top-usability___item-text1{
    font-size: 3.7333vw;
  }
  .top-usability___group-list .top-usability____group p.top-usability___item-text2{
    font-size: 3.2vw;
  }
  .top-usability___group-list .top-usability____group p.top-usability___item-text3{
    margin-bottom: 4vw;
    font-size: 4vw;
  }
  .top-usability___group-list .top-usability____group p.top-usability___item-text4{
    margin-bottom: 4vw;
    font-size: 4vw;
    text-align: center;
  }
  .top-usability___group-list .top-usability____group p.top-usability___item-text5{
    margin-bottom: 4vw;
    font-size: 4.5333vw;
  }
  .top-usability___group-list .top-usability____group p.top-usability___item-text5 strong{
    font-size: 8vw;
  }
  .top-usability___group-list .top-usability____group p.top-usability____item-btn a{
    padding: 4vw 0;
    font-size: 5.8666vw;
    line-height: 125%;
    font-weight: 700;
  }
  .top-usability___group-list .top-usability____group p.top-usability____item-btn a span{
    font-size: 4.8vw;
    font-weight: 400;
  }
  .top-usability___group-list .top-usability____group01 div{
    display: block;
  }
  .top-usability___group-list .top-usability____group01 div ul{
    padding: 0;
    margin: 0 4vw;
    width: auto;
  }
  .top-usability___group-list .top-usability____group01 div ul:nth-of-type(2),
  .top-usability___group-list .top-usability____group01 div ul:nth-of-type(3){
    margin-top: 4vw;
    padding-top: 4vw;
    border-left: none;
    border-top: #666 1px solid;
  }
  .top-usability___group-list .top-usability____group05{
    padding: 4vw;
  }
  .top-usability___group-list .top-usability____group05 p.top-usability___item-text3{
    margin-right: 0;
  }
  .top-usability___group-list .top-usability____group05 p.top-usability____item-btn{
    position: static;
    width: auto;
    margin: 4vw 0 0;
  }
  .top-usability___group-list .top-usability____group05 ul{
    padding: 4vw 2vw 1.3333vw 8vw;
  }
  .top-usability___group-list .top-usability____group05 ul li{
    margin: 0 6vw 2.6666vw 0;
    font-size: 3.7333vw;
  }

  .top-other-content-slider-wrapper{
    margin-top: 10.43025vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .top-other-content-slider-wrapper h2{
    margin: 0 0 8vw;
    font-size: 4vw;
  }
  .top-other-content-slider-wrapper .top-other-content .slide ul li:nth-of-type(1),
  .top-other-content-slider-wrapper .top-other-content .slide ul li:nth-of-type(2){
    margin-top: 0;
  }
  .top-other-content-slider-wrapper .top-other-content .slide ul li a .thumbnail{
    margin: 0 0 4vw;
  }
  .top-other-content-slider-wrapper .top-other-content .slide ul li a p{
    font-size: 3.2vw;
  }
  .top-other-content-slider-wrapper .top-other-content .slide ul li a p.item-title{
    margin: 0 0 4vw;
    font-size: 3.7333vw;
  }
  .top-other-content-slider-wrapper a.bx-prev{
    left: -4vw;
  }
  .top-other-content-slider-wrapper a.bx-next{
    right: -4vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .top-individual-service .content .content-inner .item-wrapper .item-campaign .campaign-bannar {
    background-image: url("/ep/shared/images/img_individual_service_gas_banner_sp_2x.png");
    background-size: 100% auto;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img01 {
    background: url("/ep/shared/images/img_top_other_content_01_sp_2x.jpg?201908") no-repeat center top;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img02 {
    background: url("/ep/shared/images/img_top_other_content_02_sp_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img03 {
    background: url("/ep/shared/images/img_top_other_content_03_sp_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img04 {
    background: url("/ep/shared/images/img_top_other_content_04_sp_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img05 {
    background: url("/ep/shared/images/img_top_other_content_05_sp_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img06 {
    background: url("/ep/shared/images/img_top_other_content_14_sp.jpg?202312") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img07 {
    background: url("/ep/shared/images/img_top_other_content_07_sp_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img08 {
    background: url("/ep/shared/images/img_top_other_content_08_sp_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img09 {
    background: url("/ep/shared/images/img_top_other_content_09_sp_2x.jpg?202106") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img10 {
    background: url("/ep/shared/images/img_top_other_content_10_sp_2x.jpg?201908") no-repeat center center;
  }
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img11 {
    background: url("/ep/shared/images/img_top_other_content_11_sp_2x.jpg?201908") no-repeat center center;
  }  
  .top-other-content .content-inner .list .item .item-inner .item-img.other-img12 {
    background: url("/ep/shared/images/img_top_other_content_12_sp_2x.png?2021") no-repeat center center;
  } 
}

@media screen and (max-width: 468px) {
  .top-individual-service .menu .item {
    font-size: 2.60756vw;
  }
  .top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.col3 {
    font-size: 3.12907vw !important;
  }
  .top-individual-service .content .content-inner .inner-sp .inner-sp-menu .item.col4 {
    font-size: 2.60756vw !important;
  }
  .top-individual-service .content .content-inner.other .inner-sp .inner-sp-menu .item.col3:nth-child(2) {
    font-size: 2.34681vw !important;
  }
  .top-other-content .content-inner .list .item .item-inner .item-explain {
    font-size: 13px;
    line-height: 120%;
  }
  .top-group-topics h2, .top-group-topics .top-other-content .content-inner .title-list .item-title, .top-other-content .content-inner .title-list .top-group-topics .item-title {
    font-size: 3.38983vw;
  }
}



/* 20210712 重要なお知らせ追加 */
.notice01_pc{
	box-sizing: border-box;
	width: 1240px;
}

@media screen and (min-width: 768px) {
.notice01_pc{
border: #000 5px solid;
color:#F00;
padding:1em;
margin: 3em auto 5em;
}
.notice01_sp{
display:none;
}
.notice01_pc p {
font-size: 140%;
color: #f00;
text-align: center;
font-weight: bold;
}
}

@media screen and (max-width: 1360px) {
.notice01_pc{
box-sizing: border-box;
width: auto;
margin-left: 40px;
margin-right: 40px;
}
.notice01_pc a {
text-decoration: underline;
}
}

@media screen and (max-width: 1239px) {
.notice01_pc{
margin-left: 30px;
margin-right: 30px;
}
}

@media screen and (max-width: 767px) {
.notice01_pc{
display:none;
}
.notice01_sp{
border: #000 5px solid;
width:85%;
color:#F00;
padding:1em;
margin: 0em auto 3em;
}
.notice01_sp p {
font-size: 140%;
color: #f00;
text-align: center;
font-weight: bold;
}
.notice01_sp a {
text-decoration: underline;
}
}