<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*告知エリア アコーディオン用CSSの読み込み*/
@import url("/ep/support/css/parts_info-accordion.css");

/*---------------------------------
  global navi
---------------------------------*/
#content-nav-wrapper .content-nav-container .global-nav-new .global-nav .global-nav01 .mega-drop .global-nav__title-panel .global-nav__title-icon img {
 width: 37px;
}
#content-nav-wrapper .content-nav-container .global-nav-new .global-nav .global-nav02 .mega-drop .global-nav__title-panel .global-nav__title-icon img {
  width: 43px;
}
#content-nav-wrapper .content-nav-container .global-nav-new .global-nav .global-nav03 .mega-drop .global-nav__title-panel .global-nav__title-icon img {
  width: 69px;
}
#content-nav-wrapper .content-nav-container .global-nav-new .global-nav .global-nav07 .mega-drop .global-nav__title-panel .global-nav__title-icon img {
  width: 67px;
}
@media (max-width: 767px) {
  #content-nav-wrapper .content-nav-container .global-nav-new .global-nav .global-nav01 .mega-drop .global-nav__title-panel .global-nav__title-icon img {
    width: 6.5189vw;
   }
   #content-nav-wrapper .content-nav-container .global-nav-new .global-nav .global-nav02 .mega-drop .global-nav__title-panel .global-nav__title-icon img {
    width: 7.82269vw;
   }
   #content-nav-wrapper .content-nav-container .global-nav-new .global-nav .global-nav03 .mega-drop .global-nav__title-panel .global-nav__title-icon img {
    width: 8.99609vw;
   }
   #content-nav-wrapper .content-nav-container .global-nav-new .global-nav .global-nav07 .mega-drop .global-nav__title-panel .global-nav__title-icon img {
    width: 8.73533vw;
  }
}
/*---------------------------------
  common
---------------------------------*/
#content-body {
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  font-weight: 500;
  color: #313131;
}

#content-body select {
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  font-weight: 500;
  color: #313131;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
}

.for-sp {
  display: none;
}

@media (max-width: 767px) {
  .for-sp {
    display: block;
  }
}

.for-pc {
  display: block;
}

@media (max-width: 767px) {
  .for-pc {
    display: none;
  }
}

/*---------------------------------
  parts
---------------------------------*/
.contents-area, .contents-area--border {
  padding: 0 0 60px;
}

@media (max-width: 767px) {
  .contents-area, .contents-area--border {
    padding: 0 15px 40px;
  }
}

.contents-area--border {
  border-top: 1px dotted #eeeeee;
}

.inner, .inner-ss, .inner-s, .inner-m, .inner-mm, .inner-l, .inner-xl {
  width: 100%;
  margin: 0 auto;
}

.inner-ss {
  max-width: 940px;
}

.inner-s {
  max-width: 1000px;
}

.inner-m {
  max-width: 1140px;
}

.inner-mm {
  max-width: 1180px;
}

.inner-l {
  max-width: 1220px;
  border-bottom: 1px solid #F0F0F0;
}
.inner-xl {
  max-width: 1240px;
}
@media (max-width: 767px)  {
  .inner-xl {
    width: 100%;
    padding: 0 15px;
  }
}

.lead {
  font-size: 16px;
  line-height: 2.4;
  color: #333333;
  text-align: center;
}

@media (max-width: 767px) {
  .lead {
    font-size: 14px;
    line-height: 1.78;
    text-align: left;
  }
}

.lead-wrap {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .lead-wrap {
    padding: 0 15px;
    margin-top: 30px;
  }
}

.lead-wrap--medium {
  font-weight: 500;
}

a.blank {
  position: relative;
  padding: 0 3px;
  color: #3d90cc !important;
  text-decoration: underline;
}

a.blank:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  content: ' ';
  background: url(/ep/support/images/icon_link_blank.svg) no-repeat center center/contain;
  background-size: cover;
}

@media (max-width: 767px) {
  a.blank:after {
    width: 11px;
    height: 11px;
    margin-left: 2px;
  }
}

a.blank:hover {
  text-decoration: none;
  opacity: 0.5;
}

a.blank:active {
  text-decoration: none;
}

a.blank:focus {
  text-decoration: none;
}

a.under-line {
  position: relative;
  color: #3d90cc;
  text-decoration: underline;
}

a.under-line:hover {
  text-decoration: none;
  opacity: 0.5;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.btn--primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  background-color: #e82229;
  border-radius: 100px;
  -webkit-box-shadow: 0px 4px 0px 0px #ac000d;
  box-shadow: 0px 4px 0px 0px #ac000d;
}

.btn--primary:visited {
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn--primary {
    max-width: 310px;
    height: 60px;
    font-size: 16px;
  }
}

.btn--primary::after {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 11px;
  height: 15px;
  content: '';
  background: url(/ep/support/images/icon_arrow_right_white.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--primary:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.btn--secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 328px;
  height: 62px;
  font-size: 16px;
  font-weight: bold;
  color: #313131 !important;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 0px 0px #cacaca;
  box-shadow: 0px 4px 0px 0px #cacaca;
}

.btn--secondary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 7px;
  height: 12px;
  content: '';
  background: url(/ep/support/images/icon_arrow_black.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--secondary:visited {
  text-decoration: none;
}

.btn--secondary:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.button-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ee6e4f !important;
  border: 2px solid #ee6e4f;
  position: relative;
  display: inline-block;
  min-width: 250px;
  max-width: 100%;
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  -webkit-transition: .25s;
  transition: .25s;
  vertical-align: middle;
}

.button-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: .83em;
  width: 14px;
  height: 14px;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/ep/support/images/arrow-red.png) 50% no-repeat;
}

@media screen and (max-width: 768px) {
  .button-link {
    padding: 8px 1em;
  }
}

@media screen and (max-width: 320px) {
  .button-link {
    min-width: 100%;
    font-size: 12px;
  }
}

.signboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .signboard {
    padding: 0 15px;
    margin-top: 24px;
  }
  .signboard .inner-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.signboard__heading {
  margin-top: 30px;
  font-size: 26px;
  text-align: center;
}

@media (max-width: 767px) {
  .signboard__heading {
    margin-top: 20px;
    font-size: 18px;
  }
}

.signboard__notes {
  padding: 20px;
  margin: 20px 0 30px;
  color: #656d73;
  text-align: left;
  background: #fff;
}

@media (max-width: 767px) {
  .signboard__notes {
    margin: 15px 0 20px;
  }
}

.signboard__notes li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .signboard__notes li {
    padding-left: 11px;
    font-size: 11px;
  }
}

.signboard__notes li:not(:first-of-type) {
  margin-top: 10px;
}

.signboard__notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '※';
}

.signboard__notes--dot li::before {
  content: '・';
}

.notes-emphasis {
  color: #e62320;
}

.infomation-box {
  display: inline-block;
  width: 100%;
  padding: 1px 10px;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .infomation-box {
    padding: 1px 32px 0;
  }
}

.infomation__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 60px;
  margin-top: -24px;
}

@media (max-width: 767px) {
  .infomation__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    margin-top: 0;
  }
}

.infomation__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: calc(600 / 1220 * 100%);
  height: 108px;
  padding: 0px 50px 0 85px;
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #333333 !important;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 0px 0px #d3d3d3;
  box-shadow: 0px 4px 0px 0px #d3d3d3;
}

@media (max-width: 767px) {
  .infomation__btn {
    max-width: 100%;
    height: auto;
    padding: 18px 0;
    margin-top: 0;
    font-size: 4vw;
    border-radius: 10px;
    text-align: center;
  }
  .infomation__btn + .infomation__btn {
    margin-top: 19px;
  }
}

.infomation__btn:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.infomation__btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(/ep/support/images/icon_link_blank_gray.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .infomation__btn::after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}

.infomation__btn::before {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 37px;
  height: 37px;
  content: '';
  background: url(/ep/support/images/icon_awesome_info_circle.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .infomation__btn::before {
    left: 10px;
    /* width: 22px; */
    height: 40%;
  }
}

.infomation__btn--mail::before {
  width: 40px;
  height: 40px;
  background: url(/ep/support/images/icon_mail.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .infomation__btn--mail::before {
    width: 22px;
    height: 22px;
    left: 20px;
  }
}

.infomation__btn--calendar::before {
  width: 40px;
  height: 40px;
  background: url(/ep/support/images/icon_calendar.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .infomation__btn--calendar::before {
    width: 22px;
    height: 22px;
    left: 20px;
  }
}

.infomation__btn--card::before {
  width: 40px;
  height: 40px;
  background: url(/ep/support/images/icon_creditcard.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .infomation__btn--card::before {
    /* width: 22px; */
    height: 40%;
    left: 20px;
  }
}

.infomation__btn--card::after {
  width: 8px;
  height: 15px;
  background: url(/ep/support/images/icon-arrow-right-black.svg) no-repeat center center;
  background-size: contain;
}

.infomation__btn--barcode::before {
  width: 29px;
  height: 45px;
  background: url(/ep/support/images/icon_smartphone_barcode.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .infomation__btn--barcode::before {
    width: 17px;
    height: 26px;
    left: 20px;
  }
}

.infomation__btn--barcode::after {
  width: 8px;
  height: 15px;
  background: url(/ep/support/images/icon-arrow-right-black.svg) no-repeat center center;
  background-size: contain;
}

.infomation__btn--matome::before {
  width: 43px;
  height: 47px;
  background: url(/ep/support/images/icon-matome.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .infomation__btn--matome::before {
    /* width: 22px; */
    height: 60%;
    left: 15px;
  }
}

.infomation__btn--matome::after {
  width: 8px;
  height: 15px;
  background: url(/ep/support/images/icon-arrow-right-black.svg) no-repeat center center;
  background-size: contain;
}

.infomation__btn--money::before {
  width: 47px;
  height: 33px;
  background: url(/ep/support/images/icon-money.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .infomation__btn--money::before {
    /* width: 24px; */
    height: 38%;
    left: 16px;
  }
}


/*---------------------------------
  金融期間リスト
---------------------------------*/
.account__financial {
  position: relative;
  max-width: 1180px;
  padding: 40px;
  margin: 40px auto 0;
  border: 5px solid #555555;
}

@media (max-width: 767px) {
  .account__financial {
    padding: 0;
    margin: 20px auto 0;
    border: none;
  }
}

.account__financial__heading {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
}

@media (max-width: 767px) {
  .account__financial__heading {
    font-size: 16px;
  }
}

.account__financial__text {
  margin: 20px 0 25px;
  color: #333333;
}

@media (max-width: 767px) {
  .account__financial__text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .account__financial__inner {
    position: relative;
    height: 383px;
    padding: 10px 30px 30px;
    margin-top: 10px;
    border: 1px solid #555555;
  }
}

.account__financial__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .account__financial__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: initial;
  }
}

.account__financial__ul &gt; li {
  width: calc(100% / 5);
  margin-top: 12px;
}

@media (max-width: 767px) {
  .account__financial__ul &gt; li {
    width: 100%;
    margin-top: initial;
    border-bottom: 1px solid #d2d2d2;
  }
  .account__financial__ul &gt; li:nth-of-type(n + 8) {
    display: none;
  }
}

.account__financial__ul &gt; li &gt; a {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

@media (max-width: 767px) {
  .account__financial__ul &gt; li &gt; a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    font-size: 14px;
  }
}

.account__financial__ul &gt; li &gt; a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 6px;
  margin-top: -2px;
  content: '';
  background: url(/ep/support/images/icon_arrow_down.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*---------------------------------
  title
---------------------------------*/
.el-common__section-title-wrap {
  margin: 80px 0 45px;
}
.el-common__section-title-wrap--short {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .el-common__section-title-wrap {
    margin: 40px 0 20px;
  }
  .el-common__section-title-wrap--short {
    margin-top: 30px;
  }
}

.el-common__main-wrap {
  width: 100%;
  background-color: #fff0f0;
}

.el-common__main-wrap--bg-gray {
  background-color: #f9f9f9;
}

.el-common__main {
  position: relative;
  width: 100%;
  max-width: 1240px;
  height: 240px;
  margin: 0 auto;
  text-align: center;
}

.el-common__main-title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font-size: 42px;
  font-weight: 700;
  color: #e82229;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el-common__main-title--black {
  color: #313131;
}
.el-common__main-title--small {
  font-size: 20px;
  display: block;
}

.el-common__main-underline {
  height: 10px;
}

.el-common__underline-wrap {
  width: 100%;
  font-size: 0;
}

.el-common__underline {
  display: inline-block;
  width: 25%;
  height: inherit;
}

.el-common__underline--1 {
  background-color: #e82229;
}

.el-common__underline--2 {
  background-color: #2182c0;
}

.el-common__underline--3 {
  background-color: #23a84b;
}

.el-common__underline--4 {
  background-color: #fabe00;
}

.el-common__section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.el-common__section-title-wrap {
  color: #313131;
  text-align: center;
}

.el-common__section-underline {
  width: 140px;
  height: 2px;
  margin: 18px auto 0;
}

@media screen and (max-width: 767px) {
  .el-common__main-wrap {
    width: 100%;
    margin-bottom: 6.5189vw;
    background-color: #fff0f0;
  }
  .el-common__main-wrap--bg-gray {
    background-color: #f9f9f9;
  }
  .el-common__main {
    height: 22.16428vw;
  }
  .el-common__main-title {
    font-size: 5.47588vw;
  }
  .el-common__main-title--black {
    color: #313131;
  }
  .el-common__main-title--small {
    font-size: 14px;
  }
  .el-common__section-title {
    font-size: 5.21512vw;
    line-height: 1.2;
  }
  .el-common__section-underline {
    width: 32.85528vw;
    height: 0.52151vw;
    margin: 2.34681vw auto 0;
  }
}

/*---------------------------------
  modal
---------------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  display: none;
  width: 100%;
  height: 100%;
}

.modal__bg {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.modal__cross {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 26px;
  height: 26px;
}

@media (max-width: 767px) {
  .modal__cross {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

.modal__cross::before, .modal__cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 32px;
  content: '';
  background: #323232;
}

@media (max-width: 767px) {
  .modal__cross::before, .modal__cross::after {
    width: 3px;
    height: 25px;
  }
}

.modal__cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__inner {
  position: relative;
  padding: 60px;
}

@media (max-width: 767px) {
  .modal__inner {
    padding: 10px;
  }
}

.modal__heading {
  font-size: 30px;
  font-weight: bold;
  color: #323232;
  text-align: center;
}

@media (max-width: 767px) {
  .modal__heading {
    font-size: 20px;
  }
}

.modal__content {
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 1095px;
  height: 100%;
  padding: 50px 70px 50px 70px;
  margin: 0 auto;
  background: #fff;
  border: solid 8px #eb1e1e;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .modal__content {
    padding: 40px 25px 30px 25px;
    border: solid 5px #eb1e1e;
    border-radius: 25px;
  }
}

.modal__content__inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal__content__inner::-webkit-scrollbar {
  display: none;
}

.modal__bullets {
  padding: 12px 13px;
  margin-top: 40px;
  background: #f9f9f9;
  border: 1px solid #c8c9cb;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .modal__bullets {
    padding: 12px 10px;
    margin-top: 30px;
    text-align: center;
  }
}

.modal__bullets--prepaid {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .modal__bullets--prepaid {
    margin-top: 30px;
  }
}

.modal__bullets--prepaid dl dd span {
  margin: 0 4px;
  font-size: 16px;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .modal__bullets--prepaid dl dd span {
    font-size: 10px;
  }
}

.modal__bullets &gt; dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .modal__bullets &gt; dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.modal__bullets &gt; dl:not(:first-of-type) {
  margin-top: 10px;
}

.modal__bullets &gt; dl &gt; dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #2182c0;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .modal__bullets &gt; dl &gt; dt {
    width: 100%;
    height: 20px;
    font-size: 10px;
    border-radius: 3px;
  }
}

.modal__bullets &gt; dl &gt; dd {
  margin-left: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  width: calc(100% - 150px);
  padding-top: 4px;
}

@media (max-width: 767px) {
  .modal__bullets &gt; dl &gt; dd {
    margin: 10px 0 0 0;
    font-size: 12px;
    width: 100%;
    padding-top: 0;
  }
}

.modal__lead {
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #323232;
}

@media (max-width: 767px) {
  .modal__lead {
    margin-top: 30px;
    font-size: 12px;
  }
}

.modal__text {
  margin-top: 40px;
  font-size: 20px;
  color: #323232;
}

@media (max-width: 767px) {
  .modal__text {
    margin-top: 30px;
    font-size: 12px;
  }
}

.modal__text--small {
  font-size: 16px;
}

@media (max-width: 767px) {
  .modal__text--small {
    font-size: 10px;
  }
}

.modal__notes {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .modal__notes {
    margin-top: 30px;
  }
}

.modal__notes--top-short {
  margin-top: 5px;
}

.modal__notes--top-medium {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .modal__notes--top-medium {
    margin-top: 5px;
  }
}

.modal__notes li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  font-size: 16px;
  font-weight: normal;
  color: #323232;
}

@media (max-width: 767px) {
  .modal__notes li {
    padding-left: 10px;
    font-size: 10px;
  }
}

.modal__notes li:not(:first-of-type) {
  margin-top: 10px;
}

.modal__notes li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #323232;
  content: '※';
}

.modal__notes--number {
  counter-reset: count 0;
}

.modal__notes--number li {
  padding-left: 2em;
}

.modal__notes--number li:not(:first-of-type) {
  margin-top: 5px;
}

.modal__notes--number li:before {
  content: "※" counter(count);
  counter-increment: count 1;
}

.modal__notes-square {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .modal__notes-square {
    margin-top: 50px;
  }
}

.modal__notes-square li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__notes-square li &gt; p {
  padding-left: 24px;
  font-size: 20px;
  font-weight: normal;
  color: #323232;
}

@media (max-width: 767px) {
  .modal__notes-square li &gt; p {
    padding-left: 15px;
    font-size: 12px;
  }
}

.modal__notes-square li:not(:first-of-type) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .modal__notes-square li:not(:first-of-type) {
    margin-top: 10px;
  }
}

.modal__notes-square li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-size: 20px;
  color: #323232;
  content: '■';
}

@media (max-width: 767px) {
  .modal__notes-square li::before {
    font-size: 12px;
  }
}

.modal__annotation {
  margin-top: 8px;
  font-size: 16px;
  color: #323232;
}

@media (max-width: 767px) {
  .modal__annotation {
    margin-top: 3px;
    font-size: 10px;
  }
}

.modal__annotation--right {
  text-align: right;
}

.modal__annotation--limit {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .modal__annotation--limit {
    margin-top: 10px;
    font-size: 12px;
  }
}

.modal__table {
  width: 100%;
  margin-top: 40px;
  color: #323232;
}

@media (max-width: 767px) {
  .modal__table {
    margin-top: 30px;
  }
}

.modal__table th {
  padding: 12px 40px 10px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  background: #c8c9cb;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .modal__table th {
    padding: 5px;
    font-size: 10px;
  }
}

.modal__table td {
  padding: 15px 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #c8c9cb;
}

@media (max-width: 767px) {
  .modal__table td {
    padding: 13px 0;
    font-size: 10px;
  }
}

.modal__table td .number {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .modal__table td .number {
    font-size: 16px;
  }
}

.modal__tmb {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal__tmb {
    margin-top: 30px;
    text-align: center;
  }
}

.modal__lists {
  margin-top: 30px;
}

.modal__item {
  font-size: 12px;
  font-weight: bold;
  color: #323232;
}

.modal__item--square::before {
  margin-right: 5px;
  font-weight: normal;
  content: '■';
}

.modal__item + .modal__item {
  margin-top: 10px;
}

.modal__local-title {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 10px;
}

@media (max-width: 767px) {
  .modal__local-title {
    font-size: 11px;
    margin-top: 30px;
  }
}

.modal__image {
  width: 100%;
}

/*--電気料金のお支払いに関する業務委託について --*/
.modal__content .el-support__itaku-info {
  margin: 60px 0 0;
  font-size: 20px;
  line-height: 1.8;
}
.modal__content .el-support__itaku-info + .modal__content .el-support__itaku-info {
  margin-top: 30px;
}
.modal__content .el-support__itaku-info--name {
  font-weight: bold;
}
.modal__content .el-support__itaku-info--text {
  padding-left: 2em;
}

@media (max-width: 767px) {
  .modal__content .el-support__itaku-info {
    margin: 20px 0 0;
    font-size: 12px;
  }
  .modal__content .el-support__itaku-info + .modal__content .el-support__itaku-info {
    margin-top: 10px;
  }
  .modal__content .el-support__itaku-info--text {
    font-size: 10px;
  }
}


/*---------------------------------
  lower-part
---------------------------------*/
.account__lower-part {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 60px;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .account__lower-part {
    padding-bottom: initial;
    margin-top: 40px;
  }
}

.account__lower-part__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 60px;
}

.account__lower-part__btns:not(:first-of-type) {
  padding: 0 0 80px;
}

@media (max-width: 767px) {
  .account__lower-part__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 32px 40px;
  }
}

.account__lower-part__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: calc(600 / 1220 * 100%);
  height: 108px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 0px 0px #d3d3d3;
  box-shadow: 0px 4px 0px 0px #d3d3d3;
}

@media (max-width: 767px) {
  .account__lower-part__btn {
    max-width: 310px;
    height: 57px;
    margin: 0 auto;
    font-size: 15px;
    border-radius: 10px;
  }
  .account__lower-part__btn:not(:first-of-type) {
    margin-top: 19px;
  }
}

@media (min-width: 768px) {
  .account__lower-part__btn:nth-child(n + 3) {
    margin-top: 24px;
  }
}

.account__lower-part__btn::before {
  position: absolute;
  top: 50%;
  left: 35px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account__lower-part__btn--calendar::before {
  width: 48px;
  height: 54px;
  background: url(/ep/support/images/icon_calendar.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .account__lower-part__btn--calendar::before {
    left: 20px;
    width: 24px;
    height: 27px;
  }
}

.account__lower-part__btn--money::before {
  width: 47px;
  height: 33px;
  background: url(/ep/support/images/icon_money.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 767px) {
  .account__lower-part__btn--money::before {
    left: 20px;
    width: 31px;
    height: 22px;
  }
}

.account__lower-part__btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(/ep/support/images/icon_link_blank_gray.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .account__lower-part__btn::after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}

.account__lower-part__btn:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

/*---------------------------------
  fukidashi-btn
---------------------------------*/
.fukidashi-btn__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  position: relative;
}

@media (max-width: 1024px) {
  .fukidashi-btn__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.fukidashi-btn__btn-wrap {
  width: 100%;
  max-width: calc(580 / 1180 * 100%);
  margin-top: 15px;
  position: relative;
}

@media (max-width: 1024px) {
  .fukidashi-btn__btn-wrap {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fukidashi-btn__btn-wrap:first-child {
    margin-top: 0;
  }
}

.fukidashi-btn__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 132px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 0px 0px #202020;
  box-shadow: 0px 2px 0px 0px #202020;
  border: 2px solid #202020;
  text-align: center;
}

@media (max-width: 1024px) {
  .fukidashi-btn__btn {
    max-width: calc(100% - 25px);
    width: calc(100% - 25px);
    height: auto;
    font-size: 15px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 13px 27px 13px 19px;
    border-radius: 5px;
    text-align: left;
  }
}

.fukidashi-btn__btn:link {
  color: #313131;
}

.fukidashi-btn__btn:active, .fukidashi-btn__btn:visited {
  color: #313131;
}

.fukidashi-btn__btn:hover {
  text-decoration: none;
}

.fukidashi-btn__btn:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 11px;
  height: 21px;
  content: '';
  background: url(/ep/support/images/icon-arrow-right-black.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .fukidashi-btn__btn:after {
    width: 7px;
    height: 11px;
    right: 20px;
  }
}

.fukidashi-btn__btn--text-s {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .fukidashi-btn__btn--text-s {
    font-size: 15px;
  }
}

.fukidashi-btn__question {
  width: 20px;
  height: 20px;
  background: url(/ep/support/images/icon_question_circle.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: none;
}

@media (max-width: 1024px) {
  .fukidashi-btn__question {
    display: block;
  }
}

.fukidashi {
  display: none;
  width: 560px;
  color: #fff;
  background: #e82229;
  border-radius: 10px;
  position: absolute;
  padding: 10px 15px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  bottom: 110px;
  min-height: 112px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 10px;
}

.fukidashi:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 0;
  content: '';
  border-color: #e82229 transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  -webkit-transform: translateX(-50%);
}

.fukidashi-btn__btn:hover + .fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

@media (max-width: 1024px) {
  .fukidashi-btn__btn:hover + .fukidashi {
    display: none;
  }
}

/*---------------------------------
  box
---------------------------------*/
.black-bdr-box {
  position: relative;
  max-width: 1180px;
  padding: 40px;
  margin: 40px auto 0;
  border: 5px solid #555555;
}

@media (max-width: 767px) {
  .black-bdr-box {
    width: 100%;
    margin: 20px auto 0;
    border: 3px solid #555555;
  }
}

/*---------------------------------
  switch tab
---------------------------------*/
.arrow-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .arrow-tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.arrow-tab-wrap {
  max-width: 1180px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .arrow-tab-wrap {
    margin: 20px auto 0;
  }
}

.arrow-tab &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 15px 15px 0 0;
}

@media (max-width: 767px) {
  .arrow-tab &gt; li {
    width: calc(170 / 345 * 100%);
    height: 50px;
    font-size: 11px;
    text-align: center;
  }
}

.arrow-tab &gt; li.active {
  position: relative;
  width: 360px;
  height: 103px;
  color: #fff;
  background: #555555;
}

@media (max-width: 767px) {
  .arrow-tab &gt; li.active {
    width: calc(160 / 345 * 100%);
    height: 60px;
  }
}

.arrow-tab &gt; li.active::after {
  position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 0;
  content: '';
  border-color: #555555 transparent;
  border-style: solid;
  border-width: 21px 32px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .arrow-tab &gt; li.active::after {
    bottom: -24px;
  }
}

@media (min-width: 768px) {
  .arrow-tab &gt; li:not(:first-of-type) {
    margin-left: 26px;
  }
}

.arrow-tab__contents {
  position: relative;
  max-width: 1180px;
  padding: 60px 40px 40px;
  margin: auto 0;
  border: 5px solid #555555;
}

@media (max-width: 767px) {
  .arrow-tab__contents {
    padding: 50px 20px 30px;
    border: 3px solid #555555;
  }
}

.arrow-tab__contents &gt; li {
  display: none;
}

.arrow-tab__contents &gt; li &gt; .btn-wrap {
  margin-top: 30px;
}

.arrow-tab__contents &gt; li.show {
  display: block;
}

.arrow-tab__contents__heading {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #555555;
}

@media (max-width: 767px) {
  .arrow-tab__contents__heading {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.arrow-tab__contents__text {
  font-size: 16px;
  color: #333333;
}

@media (max-width: 767px) {
  .arrow-tab__contents__text {
    font-size: 14px;
  }
}

/*---------------------------------
  step
---------------------------------*/
/*-- generalsteps --*/
.generalstep {
  padding: 1.429em;
  margin: 1.429em 0 2.143em;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.generalstep__item {
  width: 31%;
  padding: 10px 15px 15px;
  background: #fff;
  border: 2px solid #ebebeb;
}
.generalstep__item:not(:last-of-type) {
  position: relative;
}
.generalstep__item:not(:last-of-type):after {
  position: absolute;
  top: 50%;
  right: -9%;
  width: 1em;
  height: 1em;
  content: "";
  border-right: 3px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.generalstep__heading {
  display: flex;
  align-items: baseline;
  padding-bottom: 6px;
  border-bottom: 2px solid #fb929e;
  margin-bottom: 10px;
}
.generalstep__number {
  display: inline-block;
  padding: 2px 3px 3px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background-color: #fb929e;
}
.generalstep__ttl {
  padding-left: 10px;
  font-size: 16px;
}
.generalstep__leadtxt {

}
.step-txtlink-wrap {
  margin-top: 10px;
  /* text-align: right; */
}
a.step-txtlink,
.step-txtlink:visited {
  color: #3d90cc;
  text-decoration: underline;
  padding-left: 0;
}
.step-txtlink:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .generalstep {
    flex-direction: column;
    padding: 20px;
    margin: 15px 0 20px;
  }
  .generalstep__item {
    width: 100%;
    padding: 10px 10px 15px;
  }
  .generalstep__ttl {
    font-size: 15px;
  }
  .generalstep__item + .generalstep__item {
    margin-top: 30px;
  }
  .generalstep__item:not(:last-of-type):after {
    bottom: 0;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    top: 110%;
    right: 0;
}
}







/*-- localstep --*/
.localstep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 60px;
}

@media (max-width: 1140px) {
  .localstep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 40px;
  }
}

.localstep-wrap {
  width: 380px;
  position: relative;
}

@media (max-width: 1140px) {
  .localstep-wrap {
    width: 100%;
  }
  .localstep-wrap + .localstep-wrap {
    margin-top: 15px;
  }
}

.localstep-wrap:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 189px;
  background: url(/ep/support/images/step_arrow.svg) no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}

@media (max-width: 1140px) {
  .localstep-wrap:not(:last-child)::after {
    content: none;
  }
}

.localstep-wrap:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 4px;
  right: 34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 13px;
  border-color: transparent transparent transparent #fde8e7;
  z-index: 2;
}

@media (max-width: 1140px) {
  .localstep-wrap:not(:last-child)::before {
    content: none;
  }
}

.localstep-item {
  border: 4px solid #e82229;
  height: 189px;
  overflow: hidden;
}

@media (max-width: 1140px) {
  .localstep-item {
    border: 2px solid #e82229;
    height: auto;
  }
}

.localstep-item--01 {
  border-radius: 20px 0 0 0;
  width: calc(100% - 45px);
  border-right: none;
}

@media (max-width: 1140px) {
  .localstep-item--01 {
    border-radius: 0;
    width: 100%;
    border-right: 2px solid #e82229;
  }
}

.localstep-item--02 {
  width: calc(100% - 45px);
  border-right: none;
}

@media (max-width: 1140px) {
  .localstep-item--02 {
    width: 100%;
    border-right: 2px solid #e82229;
  }
}

.localstep-item--03 {
  border-radius: 0 20px 0 0;
  width: 100%;
}

.localstep-item--03 &gt; .localstep_contents {
  padding: 0 10px 20px 10px;
}

@media (max-width: 1140px) {
  .localstep-item--03 {
    border-radius: 0;
  }
}

.localstep-number {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #e82229;
  background-color: #fde8e7;
  text-align: center;
  padding: 8px 0;
  width: 100%;
}

@media (max-width: 1140px) {
  .localstep-number {
    font-size: 11px;
  }
}

.localstep-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 8px 0;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 1140px) {
  .localstep-title {
    font-size: 18px;
  }
}

.localstep-contents {
  padding: 0 3px 20px 10px;
}

.localstep-text {
  font-size: 16px;
  color: #555555;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}

@media (max-width: 1140px) {
  .localstep-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

/*---------------------------------
  steptab
---------------------------------*/
.accordion-contents__inner {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  color: #333333;
}

.accordion-contents__note-wrap {
  margin: 20px auto 0;
  max-width: 650px;
  text-align: left;
}

.accordion-contents__note {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
}

.accordion-contents__note:before {
  content: '※';
  position: absolute;
  top: 0px;
  left: 0;
}

.accordion-contents__note__lists {
  margin-top: 10px;
}

.accordion-contents__note__item {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  margin-left: 10px;
  font-size: 14px;
}

.accordion-contents__note__item:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.step-tab__btn-list {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step-tab__btn {
  width: 100%;
  height: 110px;
  text-align: center;
  border: 4px solid #777777;
  margin-left: 23px;
  padding: 17px 0;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}

.step-tab__btn-list li:first-child {
  margin-left: 0px;
  border-top-left-radius: 30px;
}

.step-tab__btn-list li:last-child {
  border-top-right-radius: 30px;
}

.step-tab__btn-list li:last-child:after {
  display: none;
}

.step-tab__btn small {
  display: block;
  font-size: 14px;
  color: #777777;
  margin-bottom: 5px;
  font-weight: 500;
}

.step-tab__btn:after {
  content: '';
  background: url(/ep/support/images/step-tab-arrrow.png) no-repeat 0 0;
  width: 27px;
  height: 110px;
  position: absolute;
  top: -4px;
  right: -27px;
  z-index: 2;
}

.step-tab__btn--current {
  padding: 35px 0;
  margin-top: -30px;
  height: 140px;
  background-color: #777777;
  color: #fff;
}

.step-tab__btn--current small {
  color: #fff;
}

.step-tab__btn--current:after {
  content: '';
  background: url(/ep/support/images/step-tab-arrrow_on.png) no-repeat 0 0;
  height: 140px;
}

.step-tab__btn:hover {
  padding: 35px 0;
  margin-top: -30px;
  height: 140px;
  background-color: #777777;
  color: #fff;
}

.step-tab__btn:hover small {
  color: #fff;
}

.step-tab__btn:hover:after {
  content: '';
  background: url(/ep/support/images/step-tab-arrrow_on.png) no-repeat 0 0;
  height: 140px;
}

.step-tab__contents-list {
  border: 4px solid #777777;
  border-radius: 0 0 30px 30px;
  position: relative;
  overflow: hidden;
  top: -4px;
}

.step-tab__contents {
  overflow: hidden;
  padding: 50px 50px 50px 60px;
  display: none;
  background-color: #fff;
}

.step-tab__contents:first-child {
  display: block;
}

.step-tab__btn-sp {
  display: none;
}

.tab-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-contents__img {
  margin-right: 50px;
}

.tab-contents__img--big {
  max-width: 700px;
}

.tab-contents__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-contents__title {
  font-size: 24px;
  line-height: 1.6;
}

.tab-contents__title &gt; small {
  font-size: 32px;
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

.tab-contents__txt {
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
}

.tab-contents__txt--normal {
  font-size: 14px;
  font-weight: normal;
}

.tab-contents__notes + .tab-contents__txt--normal {
  margin-top: 10px;
}

.tab-contents__notes {
  margin-top: 20px;
}

.tab-contents__inner-img {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .step-tab__btn {
    font-size: 1.4vw;
  }
  .tab-contents__img--big {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .accordion-contents__inner {
    padding: 0 10px;
  }
  .accordion-contents__lead {
    text-align: left;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .accordion-contents__note-wrap {
    padding: 0 10px;
  }
  .accordion-contents__note {
    font-size: 12px;
  }
  .accordion-contents__note__item {
    display: block;
    font-size: 12px;
  }
  .accordion-btn.open .step-tab__contents {
    display: block;
  }
  .step-tab__contents:last-child {
    border-bottom: 0;
  }
  .step-tab__btn-sp {
    display: block;
    text-align: center;
    background-color: #777;
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
  }
  .step-tab__btn-sp small {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  .step-tab__btn-sp:after {
    content: '';
    background: url(/ep/smspay-jiyuuka/images/3/apply/open.png) no-repeat 0 0;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13.5px;
  }
  .tab-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-contents__contents {
    width: 100%;
  }
  .step-tab__contents {
    overflow: hidden;
    padding: 0px 15px 40px;
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    border: 0px solid #0080cb;
    border-bottom: 2px solid #777;
  }
  .tab-contents__title &gt; small {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
  }
  .tab-contents__img {
    margin-right: 0px;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
  }
  .tab-contents__img &gt; img {
    width: 90%;
  }
  .tab-contents__title {
    font-size: 18px;
  }
  .tab-contents__title small {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
  }
  .tab-contents__txt {
    font-size: 14px;
  }
  .accordion-btn {
    border: 2px solid #777777;
    margin: 0 15px 0px;
    padding: 10px 0px 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .accordion-btn:after {
    content: '';
    background: url(/ep/support/images/accordion-arrow.png) no-repeat 0 0;
    background-size: 25px;
    width: 25px;
    height: 16px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -12.5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .accordion-btn.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .step-tab {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
  }
  .step-tab__btn-list {
    display: none;
  }
  .step-tab__contents-list {
    border: none;
  }
}

/*---------------------------------
  fixed selectbtn
---------------------------------*/
.fix-select {
  position: relative;
  width: 100%;
  height: 124px;
}

@media (max-width: 767px) {
  .fix-select {
    height: 68px;
    margin-bottom: 30px;
  }
}

.fix-select__bg {
  width: 100%;
  height: 124px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .fix-select__bg {
    height: 68px;
  }
}

.fix-select__bg.fixed {
  position: fixed;
  top: 69px;
  z-index: 99;
}

@media (max-width: 767px) {
  .fix-select__bg.fixed {
    top: 52px;
  }
}

.fix-select__inner-pc {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 895px;
  padding-top: 20px;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .fix-select__inner-pc {
    display: none;
  }
}

.fix-select__inner-sp {
  display: none;
}

@media (max-width: 767px) {
  .fix-select__inner-sp {
    position: absolute;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 10px 15px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fix-select__inner-sp form {
  position: relative;
  width: 100%;
  max-width: 330px;
  height: 48px;
  margin: 0 auto;
}

.fix-select__inner-sp form::before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  width: 11px;
  height: 6px;
  pointer-events: none;
  content: '';
  background: url(/ep/support/images/ico-arrow-down.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fix-select__inner-sp select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-align: -webkit-center;
  background: #f5f5f5;
  border: 4px solid #f5f5f5;
  border-radius: 10px;
  outline: none;
  -webkit-box-shadow: 0 4px 0 #555;
  box-shadow: 0 4px 0 #555;
}

.fix-select__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 40px) / 3);
  height: 80px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
  color: #555555;
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 0 #b5b5b5;
  box-shadow: 0 4px 0 #b5b5b5;
}

@media (max-width: 1140px) {
  .fix-select__button {
    font-size: 1.5vw;
  }
}

.fix-select__button:link {
  color: #555555;
}

.fix-select__button::after {
  position: absolute;
  right: 16px;
  width: 12px;
  height: 7px;
  content: '';
  background: url(/ep/support/images/icon_arrow_down.svg) no-repeat center center;
  background-size: contain;
}

.fix-select__button:hover {
  color: #555555;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@media screen and (max-width: 320px) {
  .fix-select__inner-sp select {
    font-size: 13px;
  }
}

/*---------------------------------
footer表示崩れ制御
---------------------------------*/
#content-foot-wrapper .content-foot-container .global-service &gt; li &gt; a &gt; img {
  max-width: 100%;
  width: auto;
}

</pre></body></html>