@charset "UTF-8";

@import url("/ep/support/css/parts_font-rem.css");

.ep-support__content-change-title {
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}

.ep-support__content-change-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.ep-support__content-change-list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 314px;
  width: 31.4%;
  margin-right: 2.9%;
  border: 3px solid #555;
  border-radius: 10px;
}

.ep-support__content-change-list-item.on {
  border: 3px solid #ea1e1f;
}

.ep-support__content-change-list-item-anchor {
  display: block;
  position: relative;
  padding-bottom: 37px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.ep-support__content-change-list-item-anchor::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  margin: auto;
  height: 11px;
  width: 18px;
  background: url(/ep/support/cc/images/icon_arrow_bottom.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.ep-support__content-change-list-item-anchor:hover {
  opacity: 0.7;
}

.ep-support__content-change-list-item-anchor:active,
.ep-support__content-change-list-item-anchor:focus {
  text-decoration: none;
}

.ep-support__content-change-list-item-icon {
  position: relative;
  width: 100%;
  height: 73px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 16px;
  pointer-events: none;
  max-width: 90px;
}

.ep-support__content-change-list-item-icon img {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.ep-support__content-change-list-item-name {
  color: #313131;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.66667;
  text-align: center;
}

.ep-cc__info1 {
  max-width: 1000px;
  margin: 30px auto 0;
  color: #e62e2c;
  font-size: 12px;
  padding-left: 1em;
}

.ep-cc__info1 p {
  text-indent: -1em;
}

.ep-cc__info1 p+p {
  margin-top: 8px;
}

.ep-cc__internet-procedure {
  max-width: 1000px;
  margin: 48px auto 0;
}

.ep-cc__internet-procedure p {
  text-align: center;
  font-size: 16px;
  margin-top: 24px;
}

.ep-cc_link-btn {
  position: relative;
  width: 460px;
  height: 70px;
  margin: 11px auto 0;
  border-radius: 10px;
  background: url(/ep/support/cc/images/icon_arrow_right_w.svg) no-repeat center right 20px;
  background-color: #E62E2C;
  background-size: 11px 18px;
  -webkit-box-shadow: 0px 5px 0px 0px #AC1018;
  box-shadow: 0px 5px 0px 0px #AC1018;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transition: opacity .3s;
}

.ep-cc_link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.ep-cc_link-btn:hover {
  top: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.el-common-footer__bannar {
  margin-top: 80px;
}

.ep-cc__info2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  margin: 30px auto 0px;
  padding: 20px;
  border: 3px solid #e62320;
  border-radius: 20px;
}

.ep-cc__info2-text1 {
  color: #e62828;
  font-size: 20px;
  margin-bottom: 20px
}

.ep-cc__info2-text2 {
  font-size: 14px;
  line-height: 1.5em
}

#content-body .ep-cc__info3 {
  margin-top: 30px;
}

.ep-cc__info3,
.ep-cc__info2 {
  color: #313131;
}

.ep-support__content-change-select {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}

.ep-support__content-change-select select {
  padding: 20px 16px;
  /* margin: 5px 20px; */
  border: solid 1px #ddd;
  border-radius: 10px;
  font-size: 22px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}

.ep-support__content-change-select select::-ms-expand {
  display: none;
}

.ep-support__content-change-select::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  height: 80%;
  width: 50px;
  margin: auto;
  background: url(/ep/support/cc/images/icon_arrow_bottom.svg) 0 0 no-repeat;
  background-size: 18px 11px;
  background-position: center;
  pointer-events: none;
  background-color: #fff;
}

.ep-support__content-change-select-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.ep-support__content-change-select-wrapper .ep-support__content-change-select {
  display: inline-block;
  width: 100%;
}

.js-contentsOpen.area .ep-support__content-change-select-wrapper .ep-support__content-change-select:first-of-type {
  max-width: 350px;
  margin-right: 25px;
}

.js-contentsOpen.area .ep-support__content-change-select-wrapper .ep-support__content-change-select:last-of-type {
  max-width: 625px;
}

.ep-support__content-change-list-item--3 {
  margin-right: 0 !important;
}

#content-body-wrapper .ep-cc_tbl .doc-tel {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

#content-body-wrapper .ep-cc_tbl .doc-tel .fee {
  font-size: 14px;
  letter-spacing: normal;
}

.ep-cc_tbl-note {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #e62e2c;
}

.ep-cc_tbl-attention {
  background: linear-gradient(transparent 10%, yellow 10%, yellow 90%, transparent 90%);
  color: #e62e2c;
}

.ep-cc_tbl-note.ep-cc_tbl-attention {
  display: inline;
  margin-left: 1em;
}

.ep-cc_tbl-note.attention-display-none:not(.show) {
  display: none;
}

#content-body-wrapper .ep-cc_tbl .doc-tel .ep-cc_tbl-attention {
  font-size: 38px;
}

.js-contentsOpen {
  background: #f9f9f9;
  padding-bottom: 76px;
  padding-left: 4.2vw;
  padding-right: 4.2vw;
  text-align: center;
}

.js-contentsOpen.plan.on {
  padding-bottom: 0;
}

.ep-cc__detail.main.on {
  padding-top: 0;
}

.ep-cc__detail .ep-cc_no_plan.top .ep-cc_check-plan-note {
  padding: 0;
  margin: 0 0 6.933333vw;
}

.ep-cc__detail.main .ep-cc_no_plan.top {
  display: none;
}

.ep-cc__detail.main.not .ep-cc_no_plan.top {
  display: block;
}

.ep-cc__detail.main .ep-cc_no_plan.bottom {
  display: block;
}

.ep-cc__detail.main.not .ep-cc_no_plan.bottom {
  display: none;
}

.js-contentsOpen .ep-support__content-change-title {
  padding-top: 76px;
}

.js-contentsOpen.area {
  padding-top: 30px;
  padding-bottom: 40px;
}



.js-contentsOpen.area .ep-support__content-change-title {
  margin-top: 0;
}

.ep-cc_check-plan {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}

.ep-cc_check-plan a {
  color: #e62e2c;
  text-decoration: underline;
  transition: opacity .3s;
}

.ep-cc_check-plan a:hover {
  text-decoration: underline;
  opacity: .7;
}

.ep-cc_check-plan-note {
  max-width: 1000px;
  background: #fff;
  margin: 20px auto 0;
  color: #e62e2c;
  padding: 24px 34px;
  font-size: 13px;
  line-height: 2;
  box-sizing: border-box;
  text-align: left;
}

.ep-cc__detail {
  background: #f9f9f9;
  padding-bottom: 60px;
  padding-top: 76px;
}

#content-body .ep-cc__detail .section-wrapper {
  margin-top: 0;
  border-top: none;
}

#content-body .ep-cc__detail .section {
  width: 100%;
  max-width: 1000px;

}

.ep-cc_tbl-wrapper {
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
}

.ep-cc_tbl-wrapper+.ep-cc_tbl-wrapper {
  margin-top: 18px;
}

.ep-cc_area-title {
  background: #e62e2c;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 20px;
}

/*
 * modal
 */

#modal03,
#modal04 {
  z-index: 199999;
}

.modal-wrapper {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.modal-content {
  background: #fff;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  z-index: 1001;
  border-radius: 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  max-height: 90%;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 1;
  top: 24px;
  right: 24px;
}

.modal-close-btn::before,
.modal-close-btn::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  top: 0;
  bottom: 0;
  margin: auto;
}

.modal-close-btn::before {
  transform: rotate(45deg);
}

.modal-close-btn::after {
  transform: rotate(-45deg);
}

.modal-content p {
  font-size: 16px;
  margin-top: 24px;
  color: #333;
}


.modal-content span.emphasis {
  color: #e62e2c;
}

.modal-content span.emphasis a:link {
  color: #e62e2c;
}


.ep-cc__modal-title {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #313131;
}

.ep-cc__modal-list-item {
  border: solid #ddd 1px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 4px 16px 4px 16px;
  line-height: 1.4;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.ep-cc__modal-list-item span {
  display: inline-block;
  background: #2182BC;
  color: #fff;
  font-size: 24px;
  padding: 8px 16px;
  border-radius: 10px;
}

.ep-cc_link-btn {
  margin-top: 30px;
}

.ep-cc_modal_btn {
  position: relative;
  width: 160px;
  height: 32px;
  margin: 8px 0 0;
  border-radius: 10px;
  background-color: #2182BC;
  -webkit-box-shadow: 0px 3px 0px 0px #0b5088;
  box-shadow: 0px 3px 0px 0px #0b5088;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.ep-cc_modal_btn:hover {
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.ep-cc_modal_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.modal_btn-icon {
  padding-top: 5px;
}

.modal_btn-icon img {
  width: 29px;
}

.ep-cc__tbl-wrap {
  color: #333;
}

.ep-cc_lead-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.ep-cc_lead-txt {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.ep-cc_tbl {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.ep-cc_tbl+.ep-cc_tbl {
  margin-top: 0;
  border-top: none;
}

.ep-cc_tbl-th,
.ep-cc_tbl-td {
  padding: 16px 22px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.ep-cc_tbl-th {
  background: #F5F5F5;
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
  width: 639px;
}

.ep-cc_tbl_inner {
  padding: 10px 15px;
  background: #fff;
  width: 100%;
  margin-top: 15px;
}

.plan-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.plan-lists {
  display: flex;
  flex-wrap: wrap;
  max-width: 564px;
}

.plan-lists_item {
  font-size: 16px;
  font-weight: normal;
  margin: 1px 20px 1px 0;
}

.plan-lists_item:nth-of-type(4n) {
  margin-right: 0px;
}

.ep-cc_td_lead {
  font-size: 14px;
  margin-top: 20px;
}

.ep-cc_td_sub-txt {
  font-size: 20px;
  font-weight: 500;
}

#content-body-wrapper .doc-tel .sp-phone-link:hover {
  color: #333;
}

#content-body-wrapper .ep-cc_td_sub-txt .sp-phone-link {
  color: #333;
}

.plan_mobal_btn {
  position: relative;
  width: 165px;
  height: 32px;
  margin: 19px 0 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px #D3D3D3;
  font-size: 14px;
  font-weight: 700;
}

.plan_mobal_btn>a::after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 12px;
  height: 12px;
  content: '';
  background: url(/ep/support/images/icon_link_blank_gray.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.plan_mobal_btn:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.plan_mobal_btn>a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
  padding-left: 9px;
}

.ep-cc_notes {
  font-size: 14px;
  margin-top: 20px;
  font-weight: normal;
  color: #313131;
  display: table;
}

.ep-cc_notes a.blank::after {
  display: none;
}

.ep-cc_notes .nowrap {
  white-space: nowrap;
}

.ep-cc_notes .mark-text {
  display: table-cell;
  vertical-align: top;
}

.ep-cc_notes .u-pc-only {
  display: inline-block;
}

.ep-cc_notes .u-sp-only {
  display: none;
}

.mark-text .linkable_text,
.inner-s .ep-cc__link-text a {
  color: #3d90cc;
  text-decoration: underline;
}

.ep-cc_img {
  max-width: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto;
}

.ep-cc_img img {
  max-width: 650px;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 10;
}

/* ローディング画面 */
.ep-cc_img-loading {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 5;

  background: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: nuxtLoadingIn 0s ease;
  animation-fill-mode: forwards;
  overflow: hidden;
  aspect-ratio: 2600 / 3128;
  width: 100%;
  height: auto;
}

@keyframes nuxtLoadingIn {
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes nuxtLoadingIn {
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.ep-cc_img-loading>div,
.ep-cc_img-loading>div:after {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ep-cc_img-loading>div {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: .5rem solid #f5f5f5;
  border-left: .5rem solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: nuxtLoading 1.1s infinite linear;
  animation: nuxtLoading 1.1s infinite linear;
}

@-webkit-keyframes nuxtLoading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes nuxtLoading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ep-cc_normal-btn {
  position: relative;
  width: 460px;
  height: 76px;
  margin: 40px auto 0;
  border: 3px solid #555555;
  border-radius: 10px;
  background-color: #fff;
  background-size: 11px 18px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: opacity .3s;
  position: relative;
}

.ep-cc_normal-btn::after {
  display: block;
  content: '';
  width: 18px;
  height: 11px;
  background: url(/ep/support/cc/images/icon_arrow_bottom.svg) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotateZ(270deg);
}

.ep-cc_normal-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.ep-cc_normal-btn a:link,
.ep-cc_normal-btn a:visited,
.ep-cc_normal-btn a:active,
.ep-cc_normal-btn a:focus,
.ep-cc_primary-btn a:link,
.ep-cc_primary-btn a:visited,
.ep-cc_primary-btn a:active,
.ep-cc_primary-btn a:focus {
  text-decoration: none;
}

.ep-cc_normal-btn:hover {
  opacity: 0.7;
}

.ep-cc_primary-btn {
  position: relative;
  width: 460px;
  height: 76px;
  margin: 40px auto 0;
  border: 3px solid #0080cb;
  border-radius: 10px;
  background-color: #fff;
  background-size: 11px 18px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: opacity .3s;
  position: relative;
  box-shadow: 0 4px 0 0 #0b6198;
}

.ep-cc_primary-btn::after {
  display: block;
  content: '';
  width: 11px;
  height: 18px;
  background: url(/ep/support/cc/images/icon_arrow_right_blue.svg) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.ep-cc_primary-btn:hover {
  top: 4px;
  box-shadow: none;
  opacity: 0.7;
}

.ep-cc_primary-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #0080cb;
  text-decoration: none;
}

.ep-cc__modal-plan-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.ep-cc__modal-plan-ttl {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}

.ep-cc__modal-plan-item {
  font-size: 16px;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}


.u-pc-only {
  display: block;
}

.u-pc-only-inline {
  display: inline-block;
}

.u-sp-only {
  display: none;
}

.u-sp-only-inline {
  display: none;
}

.contents-area--border-bottom {
  border-bottom: 1px dotted #eee;
}

.newyear {
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 50px;
}

.newyear-title {
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .newyear {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1239px) {}

@media screen and (max-width: 980px) {
  .ep-support__news-wrap {
    width: auto;
    margin-top: 13.16819vw;
    margin-right: 7.82269vw;
    margin-bottom: 13.16819vw;
    margin-left: 7.82269vw;
    border: 2px solid #e62320;
    border-radius: 10px;
  }

  .ep-support__news-text {
    padding: 5.08475vw 5.99739vw;
    color: #313131;
    font-size: 2.73794vw;
  }

  .ep-support__news-text--red {
    font-size: 3.65059vw;
  }

  .ep-support__news-text--gray {
    font-size: 2.34681vw;
  }

  .ep-support__content-change-wrap {
    width: auto;
    margin-bottom: 16.94915vw;
  }

  .ep-support__content-change-title {
    margin-bottom: 5.21512vw;
    margin-top: 8.533333vw;
  }

  .ep-support__content-change-list {
    display: block;
    margin: 0 4.2vw;
  }

  .ep-support__content-change-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
    border: 2px solid #555;
    border-radius: 10px;
    max-width: none;
  }

  .ep-support__content-change-list-item.on {
    border: 2px solid #ea1e1f;
  }

  .ep-support__content-change-list-item-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 19.55671vw;
    padding-bottom: 0;
  }

  .ep-support__content-change-list-item-anchor::after {
    right: 2.666667vw;
    bottom: 0;
    top: 0;
    left: auto;
    width: 2.933333vw;
    height: 1.733333vw;
  }

  .ep-support__content-change-list-item-icon {
    position: relative;
    width: 17%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .ep-support__content-change-list-item-icon img {
    top: 0;
    bottom: 0;
    width: 12vw;
  }

  .ep-support__content-change-list-item-icon--1 {
    max-width: 100%;
  }

  .ep-support__content-change-list-item-icon--2 {
    top: 0;
    max-width: 100%;
  }

  .ep-support__content-change-list-item-icon--3 {
    top: 0;
    left: 0;
    max-width: 100%;
  }

  .ep-support__content-change-list-item-icon--4 {
    top: 0;
    max-width: 100%;
  }

  .ep-support__content-change-list-item-name {
    position: relative;
    width: 83%;
    font-size: 3.9vw;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .ep-cc__info1 {
    margin: 4.5vw 4.2vw 0;
    font-size: 3.066667vw;
  }

  .ep-cc__internet-procedure {
    margin: 7.733333vw 4.2vw 0;
  }

  .ep-cc_link-btn {
    width: 80vw;
    border-radius: 1.333333vw;
    font-size: 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
    -webkit-box-shadow: 0px 0.666667vw 0px 0px #AC1018;
    box-shadow: 0px 0.666667vw 0px 0px #AC1018;
    font-size: 3.733333vw;
    height: auto;
  }

  .ep-cc_link-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
    text-decoration: none;
    min-height: 13.333333vw;
    padding: 0.8vw;
    box-sizing: border-box;
  }

  .ep-cc__internet-procedure p {
    display: none;
  }


  .js-contentsOpen .ep-support__content-change-title {
    padding-top: 10.666667vw;
  }

  .js-contentsOpen .ep-support__content-change-title .el-common__section-title {
    line-height: 1.4;
  }

  .ep-support__content-change-select select {
    font-size: 16px;
    padding: 3.5vw;
    border-radius: 1.333333vw;
  }

  .js-contentsOpen.area .ep-support__content-change-select-wrapper .ep-support__content-change-select:first-of-type {
    max-width: 100%;
    margin-right: 0;
  }

  .js-contentsOpen.area .ep-support__content-change-select-wrapper .ep-support__content-change-select:last-of-type {
    max-width: 100%;
    margin-top: 2.666667vw;
  }

  .ep-support__content-change-select::after {
    width: 8vw;
    background-size: 2.933333vw 1.733333vw;
  }

  .ep-cc_check-plan {
    font-size: 4vw;
    margin-top: 4.266667vw;
  }

  .ep-cc_check-plan-note {
    margin: 6.933333vw auto 0;
    padding: 4vw 5.333333vw;
    font-size: 3.066667vw;
  }

  .ep-cc_check-plan-note.on {
    display: none;
  }

  .js-contentsOpen {
    padding-bottom: 10.666667vw;
  }

  .js-contentsOpen.area {
    padding-top: 1.333333vw;
    padding-bottom: 11.2vw;
  }

  .ep-cc__detail {
    padding: 0 4vw;
    padding-bottom: 8vw;
  }

  #content-body .ep-cc__detail .section {
    padding: 0;
  }

  #content-body .ep-cc__detail .ep-cc_tbl-wrapper {
    padding: 5.333333vw;
  }

  .ep-cc_tbl-wrapper+.ep-cc_tbl-wrapper {
    margin-top: 3.2vw;
  }

  .ep-cc_area-title {
    font-size: 4vw;
    padding: 3.2vw;
  }

  .ep-cc_lead-ttl {
    font-size: 14px;
  }

  .ep-cc_lead-txt {
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
  }

  .ep-cc__tbl-wrap {
    padding: 0 15px;
  }

  .ep-cc_tbl+.ep-cc_tbl {
    margin-top: 10px;
    border-top: 1px solid #dddddd;
  }

  .ep-cc_tbl-td,
  .ep-cc_tbl-th {
    border-bottom: 1px solid #dddddd;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
  }

  .ep-cc_tbl-th {
    font-size: 16px;
  }

  .plan-title {
    font-size: 12px;
    margin-bottom: 3px;
  }

  .plan-lists_item {
    font-size: 12px;
    margin: 2px 6px 2px 0;
  }

  .plan-lists_item:nth-of-type(4n) {
    margin-right: 6px;
  }

  .ep-cc_tbl_inner {
    margin-top: 8px;
    padding: 8px;
  }

  /* .plan-lists {
        justify-content: center;
    } */
  .plan_mobal_btn {
    margin-top: 10px;
    /* margin-left: auto; */
    width: 142px;
    font-size: 12px;
    text-align: left;
  }

  /* .plan_mobal_btn::before {
        width: 15px;
        height: 15px;
    } */
  .plan_mobal_btn::after {
    width: 12px;
    height: 12px;
  }


  .ep-cc_tbl-label {
    display: none;
  }

  #content-body-wrapper .ep-cc_tbl .doc-tel {
    /* font-size: 7.03999vw; */
    font-size: 24px;
  }

  #content-body-wrapper .ep-cc_tbl .doc-tel a {
    color: #333;
  }

  #content-body-wrapper .ep-cc_tbl .doc-tel .fee {
    font-size: 2.933333vw;
  }

  .ep-cc_tbl-note {
    font-size: 3.2vw;
  }

  .ep-cc_notes {
    margin-top: 10px;
  }

  .ep-cc_notes .u-pc-only {
    display: none;
  }

  .ep-cc_notes .u-sp-only {
    display: inline-block;
  }


  .el-common-footer__bannar {
    margin-top: 10.133333vw;
  }

  /*
     * modal
     */
  .modal-content {
    margin-right: 4.2vw;
    width: calc(100% - 8.4vw);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 96%;
  }

  .modal-close-btn {
    width: 5vw;
    height: 5vw;
    top: 2vw;
    right: 2vw;
  }

  .modal-close-btn::before,
  .modal-close-btn::after {
    height: 3px;
  }

  .modal-content p {
    font-size: 3.466667vw;
    margin-top: 1.6vw;
  }

  .ep-cc__modal-title {
    font-size: 4.8vw;
  }

  .ep-cc__modal-list-item {
    font-size: 3.8vw;
    height: 12vw;
    border-radius: 1.333333vw;
    padding: 1vw 3.2vw;
    line-height: 1.2;
    margin-top: 1.6vw;
  }

  .ep-cc__modal-list-item span {
    font-size: 4.2vw;
    border-radius: 1.333333vw;
    padding: 1.2vw 2.6vw;
  }

  .ep-cc_modal_btn {
    margin: 8px auto 0;
    border-radius: 1.333333vw;
  }

  .ep-cc_link-btn {
    margin-top: 4vw;
    width: 100%;
  }

  .ep-cc_img {
    width: 100%;
  }

  .ep-cc_normal-btn,
  .ep-cc_primary-btn {
    width: 80vw;
    border-radius: 1.333333vw;
    font-size: 3.733333vw;
    height: auto;
    margin-top: 4vw;
    border-width: 2px;
  }

  .ep-cc_primary-btn {
    box-shadow: 0px 0.666667vw 0px 0px #0b6198;
  }

  .ep-cc_normal-btn::after {
    height: 1.733333vw;
    width: 2.933333vw;
  }

  .ep-cc_primary-btn::after {
    width: 1.733333vw;
    height: 2.933333vw;
  }

  .ep-cc__modal-plan-wrap {
    flex-direction: column;
    margin-top: 24px;
  }

  .ep-cc__modal-plan-ttl {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .ep-cc__modal-plan-item {
    font-size: 14px;
  }

  .ep-cc__modal-plan-lists+.ep-cc__modal-plan-lists {
    margin-top: 20px;
  }

  .lead-wrap.contents-area {
    padding-bottom: 40px;
  }

  .ep-cc_normal-btn a,
  .ep-cc_primary-btn a {
    min-height: 44px;
  }



  .u-pc-only {
    display: none;
  }

  .u-pc-only-inline {
    display: none;
  }

  .u-sp-only {
    display: block;
  }

  .u-sp-only-inline {
    display: inline-block;
  }
}


/* 20230131 追加*/

.ep-cc_question__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .ep-cc_question__container {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {

  .ep-cc_question__container {
    width: 100%;
    margin: 0;
  }
}

/* question */

.ep-cc__question-wrap {
  padding: 88px 0;
  background: #F9F9F9;
}

.ep-cc__question-title {
  margin-bottom: 48px;
  text-align: center;
}

.ep-cc__question-list-item {
  position: relative;
}

.ep-cc__question-list .ep-cc__question-list-item+.ep-cc__question-list-item {
  margin-top: 20px;
}

.ep-cc__question-list-item-label {
  position: relative;
  margin: 0;
}

.ep-cc__question-list-item-label a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 48px 20px 56px;
  position: relative;
  cursor: pointer;
  color: #313131;
  background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
  border: solid #DDDDDD 1px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: .3s;
}

.ep-cc__question-list-item-label a:hover {
  opacity: .7;
}

.ep-cc__question-list-item-label a::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 20px;
  height: 24px;
  width: 26px;
  background: url(/ep/support/images/icon_question.svg);
  background-size: 100% 100%;
}

.ep-cc__question-btn-wrap {
  margin-top: 40px;
}

.ep-cc_question_txt {
  font-size: 16px;
  line-height: 2.4;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ep-cc__question-wrap {
    padding: 11.733333vw 0;
  }

  .ep-cc__question-title {
    margin-bottom: 7.2vw;
  }

  .ep-cc__question-list-item {
    position: relative;
  }

  .ep-cc__question-list .ep-cc__question-list-item+.ep-cc__question-list-item {
    margin-top: 2.666667vw;
  }

  .ep-cc__question-list-item-label {
    position: relative;
    margin: 0;
  }

  .ep-cc__question-list-item-label a {
    font-size: 4vw;
    padding: 2.666667vw 8.533333vw 2.666667vw 9.6vw;
    background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
    border-radius: 1.333333vw;
    background-color: #fff;
  }

  .ep-cc__question-list-item-label a:hover {
    opacity: .7;
  }

  .ep-cc__question-list-item-label a::before {
    top: 4vw;
    left: 3.2vw;
    height: 4.533333vw;
    width: 4.533333vw;
  }

  .ep-cc__question-btn-wrap {
    margin-top: 5.866667vw;
  }
}

@media (max-width: 767px) {
  .ep-cc_question_txt {
    font-size: 14px;
    line-height: 1.78;
    text-align: center;
  }
}

.ep-cc_question_txt-wrap {
  margin-top: -30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .ep-cc_question_txt-wrap {
    padding: 0 15px;
    margin-top: 30px;
  }
}

/* 20230316 追加ここから*/

.ep-cc_modal_btn02 {
  position: relative;
  width: 280px;
  height: 60px;
  margin: 10px auto;
  border-radius: 10px;
  background-color: #2182BC;
  -webkit-box-shadow: 0px 3px 0px 0px #0b5088;
  box-shadow: 0px 3px 0px 0px #0b5088;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
}

.ep-cc_modal_btn02:hover {
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.ep-cc_modal_btn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding: 0 8px;
  text-decoration: none;
}

.ep-cc_tbl-note02 {
  width: 90%;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #313131;
  margin: 10px auto;
  padding: 15px 10px;
  background-color: #f5f5f5;
}

.ep-cc_tbl-note02 a.blank {
  position: relative;
  padding: 0 3px;
  color: #3d90cc !important;
  text-decoration: underline;
}

.ep-cc_tbl-note02 a.blank:after {
  display: none;
}

.modal-content .modal-inner .modal_title_erea {
  text-align: center;
}

.modal-content .modal-inner .ep-cc__modal-title02 {
  padding: 0 0 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #e62e2c;
  text-align: center;
}

.modal-content .modal-inner .doc-tel {
  padding: 0;
  margin: 0;
  text-align: center;
}

.modal-content .modal-inner .doc-tel .sp-phone-link {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.modal-content .modal-inner .doc-tel .sp-phone-link:hover {
  color: #333;
}

@media (max-width: 980px) {

  .ep-cc_modal_btn02,
  .ep-cc_modal_btn02b {
    margin: 8px auto 0 !important;
    border-radius: 1.333333vw;
  }

  .ep-cc_tbl-note02 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    margin: 10px auto;
    padding: 15px 0 0 0;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .modal-content .modal-inner .ep-cc__modal-title02 {
    padding: 0 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #e62e2c;
    text-align: center;
  }

  .modal-content .modal-inner .doc-tel {
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .modal-content .modal-inner .doc-tel .sp-phone-link {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }

  .modal-content .modal-inner .doc-tel .sp-phone-link:hover {
    color: #333;
  }

  #content-body-wrapper .modal-wrapper .modal-content .modal-inner .doc-tel a {
    color: #333;
  }
}

/* 20230417 追加ここから*/

.ep-cc__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.ep-cc__plan__left {
  width: 50%;
  margin-top: 20px;
}

#content-body .ep-cc__plan__left.adjustment-anchor {
  margin-top: -49px;
}

.ep-cc__plan__right {
  width: 50%;
  margin-top: 20px;
}

.ep-cc_tbl-th00,
.ep-cc_tbl-td00 {
  padding: 16px 22px;
  border-right: 0px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.ep-cc_tbl-th00 {
  background: #fde8e7;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  vertical-align: center;
  width: 50%;
}

.ep-cc_tbl-th01,
.ep-cc_tbl-td01 {
  padding: 16px 22px;
  border-right: 0px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.ep-cc_tbl-th01 {
  background: #F5F5F5;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  vertical-align: top;
  text-align: center;
  width: 50%;
  height: 260px;
}

.ep-cc_tbl-th01--note {
  padding: 3.0% 0 0 0;
}

.ep-cc_tbl-th01--note p {
  font-weight: 300;
  padding-bottom: 2.0%;
  font-size: 14px;
}

.ep-cc_tbl-th00b,
.ep-cc_tbl-td00b {
  padding: 16px 22px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.ep-cc_tbl-th00b {
  background: #c4e1f6;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  vertical-align: center;
  width: 50%;
}

.ep-cc_tbl-th01b,
.ep-cc_tbl-td01b {
  padding: 16px 22px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.ep-cc_tbl-th01b {
  background: #F5F5F5;
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  vertical-align: top;
  text-align: center;
  width: 50%;
  height: 260px;
}

.ep-cc_tbl-th01b--note {
  padding: 3.0% 0 0 0;
  font-size: 14px;
}

.ep-cc_tbl-th01b--note p {
  font-weight: 300;
  padding-bottom: 2.0%;
}

.ep-cc_modal_btn02 {
  width: auto;
  max-width: 280px;
}

.ep-cc_modal_btn02b {
  position: relative;
  width: auto;
  max-width: 280px;
  height: 60px;
  margin: 10px auto;
  border-radius: 10px;
  background-color: #e82229;
  -webkit-box-shadow: 0px 3px 0px 0px #ac000d;
  box-shadow: 0px 3px 0px 0px #ac000d;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
}

.ep-cc_modal_btn02b:hover {
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.ep-cc_modal_btn02b a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 3px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .ep-cc__plan__left {
    width: 100%;
  }

  #content-body .ep-cc__plan__left.adjustment-anchor {
    margin-top: 15px;
    padding-top: 0px;
  }

  .ep-cc__plan__right {
    margin-top: 15px;
    width: 100%;
  }

  .ep-cc_tbl-th00,
  .ep-cc_tbl-td00 {
    padding: 16px 22px;
    border-right: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }

  .ep-cc_tbl-th00 {
    background: #fde8e7;
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    vertical-align: center;
    width: 50%;
  }

  .ep-cc_tbl-th00b,
  .ep-cc_tbl-td00b {
    padding: 16px 22px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }

  .ep-cc_tbl-th00b {
    background: #c4e1f6;
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    vertical-align: center;
    width: 50%;
  }

  .ep-cc_tbl-td01,
  .ep-cc_tbl-th01 {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
  }

  .ep-cc_tbl-th01 {
    font-size: 14px;
    line-height: 160%;
    height: auto;
  }

  .ep-cc_tbl-th01--note {
    padding: 3.0% 0 0 0;
  }

  .ep-cc_tbl-th01--note p {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 2.0%;
  }

  .ep-cc_tbl-th01b,
  .ep-cc_tbl-td01b {
    padding: 10px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }

  .ep-cc_tbl-th01b {
    background: #F5F5F5;
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
    vertical-align: center;
    text-align: center;
    width: 50%;
    height: auto;
  }

  .ep-cc_tbl-th01b--note {
    padding: 3.0% 0 0 0;
  }

  .ep-cc_tbl-th01b--note p {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 2.0%;
  }
}

.ep-cc_tbl-th--note {
  font-size: 16px;
  padding: 2% 0 2% 0;
}

.ep-cc_tbl-th--note p {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .ep-cc_tbl-th--note {
    font-size: 13px;
    padding: 2% 0 2% 0;
  }

  .ep-cc_tbl-th--note p {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* 20231107アンカーリンク用ID追加対応 */
#content-body .adjustment-anchor {
  margin-top: -69px;
  padding-top: 69px;
}

@media (max-width: 767px) {
  #content-body .adjustment-anchor {
    margin-top: -52px;
    padding-top: 52px;
  }
}

/* 20231219に伴い追加 CCページ改修対応 */
.reception-hours {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .reception-hours {
    margin-top: 30px;
  }
}

.reception-hours .ep-cc_lead-txt {
  margin-top: 0;
}

.ep-cc_lead-txt-font {
  font-weight: bold;
}

.ep-cc_lead-txt-font span {
  font-weight: normal;
}

@media (max-width: 767px) {
  .ep-cc_lead-txt-font span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .ep-cc_question_txt-wrap {
    padding: 0;
  }
}

.ep-cc__plan.improvement-plan-layout .ep-cc_time-required {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

.ep-cc__plan.improvement-plan-layout .ep-cc_time-required span {
  font-weight: bold;
}

/* アコーディオン */
.accordion__info {
  padding: 0 15px;
  margin: 0 0 0 0;
  background: #fff;
}

.accordion {
  margin: 3em auto;
  max-width: 1180px;
}

.toggle {
  display: none;
}

.accordion__option {
  position: relative;
  margin: 20px auto 40px;
}

.accordion__title,
.accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion__title {
  border: solid 0px #555;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 1em;
  display: block;
  color: #555;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  cursor: pointer;
}

.accordion__content {
  margin: 0;
  color: #656d73;
  text-align: left;
  background: #fff;
}

.accordion__content-inner {
  border: solid 15px #f1f1f1;
  border-top: 0;
  padding: 15px;
}

@media (max-width: 767px) {
  .accordion__info {
    padding: 0 15px;
    margin: 0 0 30px 0;
    background: #fff;
  }

  .accordion {
    margin: 0 auto;
    max-width: 100%;
  }

  .accordion__option {
    position: relative;
    margin: 0.5em auto 30px;
  }

  .accordion__title {
    border: solid 0px #555;
    border-radius: 0px;
    background: #f1f1f1;
    padding: 1em;
    display: block;
    color: #555;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
  }

  .accordion__content {
    margin-top: -2px;
  }

  .accordion__title00 {
    border: solid 0px #555;
    border-radius: 0px;
    background: #f1f1f1;
    padding: 10px 0 0 0;
    display: block;
    color: #555;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
  }
}

.accordion__title::after,
.accordion__title::before {
  content: "";
  position: absolute;
  right: 2.25em;
  top: 1.25em;
  width: 3px;
  height: 1.0em;
  background-color: #555;
  transition: all 0.1s;
}

@media (max-width: 767px) {

  .accordion__title::after,
  .accordion__title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #555;
    transition: all 0.3s;
  }
}

.accordion__title::after {
  transform: rotate(90deg);
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
}

.accordion__content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked+.accordion__title+.accordion__content {
  max-height: 1500px;
  transition: all 1.5s;
}

.toggle:checked+.accordion__title::before {
  transform: rotate(-90deg) !important;
}

.ep-cc__plan.improvement-plan-layout .plan_mobal_btn {
  border: 1px solid #d3d3d3;
  margin: 15px auto 0;
}

.ep-cc__plan.improvement-plan-layout .plan_mobal_btn>a {
  padding-right: 15px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .ep-cc__plan.improvement-plan-layout .plan_mobal_btn>a {
    padding-left: 9px;
  }
}

.ep-cc__plan.improvement-plan-layout .plan_mobal_btn a::after {
  right: 9px;
}

.ep-cc__plan.improvement-plan-layout a.ep-cc__contact,
.ep-cc__plan.improvement-plan-layout p.ep-cc__contact {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  width: 208px;
  padding-left: 40px;
  margin: 0 auto;
}

.ep-cc__plan.improvement-plan-layout a.underline {
  text-decoration: underline;
  color: #3d90cc;
}

@media screen and (max-width: 767px) {
  .ep-cc__plan.improvement-plan-layout a.ep-cc__contact {
    width: 192px;
    padding-left: 32px;
  }
}

.ep-cc__plan.improvement-plan-layout .ep-cc__contact::before {
  content: "";
  display: block;
}

.ep-cc__plan.improvement-plan-layout .ep-cc__contact::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  background-image: url(/ep/support/cc/images/icon_call.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .ep-cc__plan.improvement-plan-layout .ep-cc__contact::before {
    height: 24px;
    width: 24px;
  }
}

/* アコーディオン内の赤ボタン */
.accordion__content-inner .ep-cc_link-btn {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .accordion__content-inner .ep-cc_link-btn {
    width: 100%;
  }
}

/* FAX受付終了テキストのアイコン非表示 */
.ep-cc__info3 .list-mark a.blank::after {
  display: none;
}

/* IVR調整（PCがtableのため調整が必要、PCはflex/gridに後々修正したほうが良いかもしれない） */
@media screen and (max-width: 980px) {
  .ep-cc__plan.improvement-plan-layout .ep-cc__tbl-wrap {
    padding: 0;
  }
}

.ep-cc__plan.improvement-plan-layout .plan-title {
  font-size: 14px;
}

.ep-cc__plan.improvement-plan-layout .ep-cc_tbl_inner-height {
  height: 181px;
}

.ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01-plan-layout,
.ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01b-plan-layout {
  width: 100%;
  height: 390px;
}

@media screen and (max-width: 982px) {
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl_inner-height {
    height: 208px;
  }

  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01-plan-layout,
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01b-plan-layout {
    height: 415px;
  }
}

@media screen and (max-width: 981px) {
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl_inner-height {
    height: 184px;
  }

  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01-plan-layout,
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01b-plan-layout {
    height: 359px;
  }
}

@media screen and (max-width: 963px) {

  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01-plan-layout,
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01b-plan-layout {
    height: 384px;
  }
}

@media screen and (max-width: 898px) {
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl_inner-height {
    height: 214px;
  }

  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01-plan-layout,
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01b-plan-layout {
    height: 411px;
  }
}

@media screen and (max-width: 879px) {
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl_inner-height {
    height: 244px;
  }

  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01-plan-layout,
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01b-plan-layout {
    height: 441px;
  }
}

@media screen and (max-width: 801px) {

  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th00,
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th00b {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl_inner-height {
    height: auto;
    text-align: left;
  }

  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01-plan-layout,
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01b-plan-layout {
    height: auto;
  }

  .ep-cc__plan.improvement-plan-layout .plan-lists_item {
    font-size: 12px;
  }

  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01-plan-layout .ep-cc_tbl-th01--note p,
  .ep-cc__plan.improvement-plan-layout .ep-cc_tbl-th01b-plan-layout .ep-cc_tbl-th01b--note p {
    text-align: left;
  }
}

.ep-cc__plan.improvement-plan-layout .plan-lists_item {
  font-size: 14px;
}

/* IVR版のモーダルボタン作成・調整 */
.ep-cc__plan.improvement-plan-layout .plan_mobal_btn {
  box-shadow: 0px 3px 0px 0px #D3D3D3;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .ep-cc__plan.improvement-plan-layout .plan_mobal_btn {
    width: 165px;
    font-size: 14px;
    margin: 19px auto 0;
  }
}

.ep-cc__plan.improvement-plan-layout .ep-cc_modal_btn02,
.ep-cc__plan.improvement-plan-layout .ep-cc_modal_btn02b {
  position: relative;
  width: 190px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid #2182BC;
  border-radius: 10px;
  color: #ffffff;
  height: 40px;
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {

  .ep-cc__plan.improvement-plan-layout .ep-cc_modal_btn02,
  .ep-cc__plan.improvement-plan-layout .ep-cc_modal_btn02b {
    width: 100%;
    max-width: 190px;
  }
}

.ep-cc__plan.improvement-plan-layout .ep-cc_modal_btn02b {
  border-color: #e82229;
}


.ep-cc__plan.improvement-plan-layout .plan-lists {
  max-width: none;
}

.ep-cc__plan.improvement-plan-layout .ep-cc__plan__right .plan-lists .plan-lists_item:last-child {
  margin-right: 32px;
  margin-left: auto;
}


/* V-IVR　モーダル */
.vIvr .modal-wrapper {
  z-index: 100001;
}

.vIvr .modal-content {
  max-width: 450px;
  height: 80%;
  padding: 0;
}

.vIvr .modal_body {
  padding: 0 20px 40px 20px;
}

.vIvr .modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.vIvr a:link {
  color: #333;
}

.vIvr .top_icon {
  display: flex;
  align-items: center;
  position: sticky;
  top: 26px;
}

.vIvr .top_icon a {
  max-width: 24px;
  max-height: 24px;
}

.vIvr .remodal-back {
  z-index: 100002;
  width: 6.5vw;
  height: 6.5vw;
  background: url(/ep/private/moving/images/back-btn.png);
  background-size: cover;
  position: absolute;
  left: 20px;
}

.vIvr .close-btn {
  position: absolute;
  width: 5vw;
  height: 5vw;
  right: 20px;
}

.vIvr .close-btn::before {
  transform: rotate(45deg);
}

.vIvr .close-btn::after {
  transform: rotate(-45deg);
}

.vIvr .close-btn::before,
.vIvr .close-btn::after {
  content: "";
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #333;
  top: 0;
  bottom: 0;
  margin: auto;
}

.vIvr p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 1rem auto;
}

/* .vIvr p:last-child {
  margin: 0;
} */

.vIvr .js-tab-contents p {
  text-align: left;
}

.vIvr .modal_title {
  min-height: 56px;
  width: 100%;
  line-height: 1.5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#keikaScreen .modal_title {
  background-color: #fde8e7;
}

#newScreen .modal_title {
  background-color: #c4e1f6;
}

.vIvr .modal-content .modal_title p {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

.vIvr .modal_title span {
  font-size: 12px;
  display: block;
}

.vIvr .btn_erea {
  background-color: #F9F9F9;
  padding: 18px 18px 6px 18px;
}

.vIvr .act_btn {
  width: 100%;
  margin: 0 0 1rem 0;
}




.vIvr .act_btn a {
  /*   border-radius: 10px;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  line-height: 1.25;
  background-color: #fff;
  box-shadow: 0px 4px 0px 0px #d3d3d3;
  border: #D3D3D3 1px solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s; */

  border-radius: 10px;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 4px 0px 0px #d3d3d3;
  border: #D3D3D3 1px solid;
  text-align: center;
  display: flex;
  width: 100%;
  padding: 0 20px 0 10px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}



.vIvr .act_btn a::after {
  /*   width: 8px;
  height: 15px;
  background: url(/ep/support/images/icon-arrow-right-black.svg) no-repeat center center;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px; */
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}

.vIvr .act_btn a:hover {
  transform: translateY(1px);
  text-decoration: none;
  box-shadow: 0 1px 0 #aaaaaa;
}

.vIvr a span {
  font-size: 12px;
}

.vIvr .btn_conts {
  margin: 0 0 18px 0;
}

.vIvr .btn_conts:last-of-type {
  margin: 0;
}

/* 文字特性 */
.vIvr .btn_title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5rem;
}

.vIvr .btn_text {
  text-align: left;
}

.vIvr .red_text {
  color: #FF0000;
}

.vIvr .silver_text {
  color: #555555;
  font-size: 12px;
}

.vIvr .cautionary {
  position: relative;
  padding-left: 1em;
  padding-top: 0.5rem;
}

.vIvr .cautionary::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '※';
  padding-top: 0.5rem;
}

.vIvr .btn_conts ul {
  font-weight: normal;
  margin: 0 auto 1vw auto;
  font-size: 14px;
}

.vIvr .u-sp-only {
  display: none;
}

.vIvr .act_btn.phone_num a {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.vIvr .act_btn.phone_num span {
  font-size: 12px;
}

.vIvr .act_btn.phone_num span.skipNum {
  font-size: 14px;
}

.vIvr .u-pc-only.phone_num a {
  box-shadow: 0px 0px 0px 0px;
  pointer-events: none;
}

.vIvr .u-pc-only.phone_num a::after {
  display: none;
}



@media screen and (max-width: 980px) {

  .vIvr .modal_body {
    padding: 0 15px 40px;
  }

  .vIvr .btn_erea {
    padding: 14px 15px 8px 15px;
  }

  .vIvr .top_icon {
    top: 20px;
  }

  .vIvr .close-btn {
    right: 3vw;
  }

  .vIvr .modal_title {
    min-height: 50px;
  }

  .vIvr p {
    font-size: 12px;
    margin-bottom: 0.5rem;
  }

  .vIvr .act_btn {
    margin-bottom: 0.7rem;
  }

  .vIvr .act_btn a {
    border-radius: 6px;
    font-size: 13px;
    min-height: 56px;
  }

  .vIvr a span {
    font-size: 10px;
  }

  .vIvr .act_btn.phone_num {
    font-size: 16px;
  }

  .vIvr .act_btn.phone_num span {
    font-size: 10px;
  }

  .vIvr .act_btn.phone_num span.skipNum {
    font-size: 12px;
  }

  .vIvr .u-pc-only {
    display: none;
  }

  .vIvr .u-sp-only {
    display: flex;
  }

  .vIvr .btn_conts ul {
    font-size: 12px;
  }
}


/* tab */
.account__mail__financial {
  max-width: 1180px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  /* .account__mail__financial {
    margin: 20px auto 0;
  } */

  .vIvr .account__mail__financial .btn_conts:first-child {
    margin: 0;
  }
}

.account__mail__financial__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) {
  .account__mail__financial__tab {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
  }
}

.account__mail__financial__tab .account__mail__financial__item {
  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(1 / 3 * 100%);
}

.account__mail__financial__tab .account__mail__financial__item:nth-child(2) {
  margin: auto 3px;
}

@media (max-width: 767px) {
  .account__mail__financial__tab .account__mail__financial__item {
    min-height: 36px;
    font-size: 10px;
  }
}

.account__mail__financial__tab li:hover {
  cursor: pointer;
}

.account__mail__financial__tab-contents>li {
  display: none;
}

.account__mail__financial__tab-contents>li.show {
  display: block;
}

.account__mail__financial__tab-contents>li:nth-of-type(2)>p {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
}

@media (max-width: 767px) {
  .account__mail__financial__tab-contents>li:nth-of-type(2)>p {
    font-size: 16px;
  }
}

.account__mail__financial__tab-contents>li:nth-of-type(2) .btn-wrap {
  margin-top: 30px;
}

.account__mail__financial__tab-contents .account__financial {
  padding: 0;
  margin: 0;
  border: none;
}

.account__mail__financial__tab-contents .btn-wrap {
  margin-top: 25px;
}

/* 202404 見えるかエンジン_CCページ文言追加対応にて追加 */
.inner-s .ep-cc__attention {
  display: flex;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}

.inner-s.ivr-b .ep-cc__attention {
  margin-top: 40px;
}

.inner-s .ep-cc__link-text {
  font-size: 16px;
  text-align: center;
}

.inner-s .icon-attention {
  display: block;
  background-image: url(/ep/support/cc/images/icon_attention.png);
  width: 30px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px;
}

@media screen and (max-width: 767px) {

  .inner-s .ep-cc__attention,
  .inner-s .ep-cc__link-text {
    font-size: 14px;
  }

  .inner-s.ivr-b .ep-cc__attention {
    margin-top: 30px;
  }
}

/* 202405 モーダル版IVR改良対応にて追加 */
.vIvr .top_icon {
  top: 0;
  justify-content: space-between;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .vIvr .top_icon {
    top: -1px;
    height: 40px;
    padding: 0 15px;
  }
}

.btn_text.red_text.flow-skip {
  margin-bottom: 0;
}

.vIvr .box {
  background: url(/ep/support/cc/images/icon_chat.png) no-repeat bottom center;
  background-size: auto 51px;
  padding-bottom: 51px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .vIvr .box {
    background-size: auto 41px;
    padding-bottom: 41px;
  }
}

.vIvr .box_text {
  margin-bottom: 0;
}

.vIvr .txt_title {
  text-align: left;
  font-weight: bold;
  margin: 0;
}

/* 202405 モーダル版IVR改良対応施策版デザイン */
#keikaScreen.ab-test-b .js-tab-contents.btn_erea {
  background-color: #FFF7F7;
  color: #333;
}

#newScreen.ab-test-b .js-tab-contents.btn_erea {
  background-color: #E6F5FF;
  color: #333;
}

/* 20240815  重要なお知らせデザイン修正 */
.toggle:checked+.Label+.content {
  margin: 0 10px;
}

/* 20240903 電話ボタン切り替え */

.sp-phone__link {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000 !important;
  cursor: default !important;
  width: 208px;
  padding-left: 40px;
  margin: 0 auto;
}

.sp-phone__link[data-terminal="sp"] {
  text-decoration: underline !important;
  color: #3d90cc !important;
  cursor: pointer !important;
}

.sp-phone__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  background-image: url(/ep/support/cc/images/icon_call.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mark-text .sp-phone-link {
  color: #313131 !important;
  cursor: default !important;
}

.mark-text .sp-phone-link[data-terminal="sp"] {
  color: #3d90cc !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.emphasis .sp-phone-link {
  color: inherit !important;
  cursor: default;
}

.emphasis .sp-phone-link[data-terminal="sp"] {
  color: #3d90cc !important;
  cursor: pointer;
}

#modal03 .doc-tel .sp-phone-link,
#modal04 .doc-tel .sp-phone-link {
  cursor: default;
}

#modal03 .doc-tel .sp-phone-link[data-terminal="sp"],
#modal04 .doc-tel .sp-phone-link[data-terminal="sp"] {
  cursor: pointer;
}

.tel-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  width: 100%;
  min-height: 60px;
  height: auto;
  padding: 0 20px 0 10px;
  background-color: #fff;
  border: #D3D3D3 1px solid;
  margin-bottom: 1rem;
  cursor: default !important;
}

.tel-button .tel-button__number {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.tel-button .tel-button__text {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

.tel-button .tel-button__text--skip-number {
  font-size: 1.4rem;
}

.tel-button[data-terminal='sp'] {
  box-shadow: 0px 4px 0px 0px #d3d3d3;
  transition: 0.2s;
}

.tel-button[data-terminal='sp']:hover {
  transform: translateY(1px);
  text-decoration: none;
  box-shadow: 0 1px 0 #aaaaaa;
}

.tel-button[data-terminal='sp']::after {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 1/1;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}

#content-body-wrapper .sp-phone-link {
  cursor: default;
}

@media (max-width: 767px) {

  .sp-phone__link {
    width: 192px;
    padding-left: 32px;
  }

  .sp-phone__link::before {
    height: 24px;
    width: 24px;
  }

  .tel-button .tel-button__text {
    font-size: 1.0rem;
  }

  .tel-button .tel-button__text--skip-number {
    font-size: 1.2rem;
  }
}

/* 1230 WEBG_BPJ-3525 CCページ改修 */

.annotation-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 5px;
  margin-top: 30px;
}

.annotation-list__note {
  display: flex;
}

.annotation-list__note::before {
  display: block;
  width: fit-content;
  content: "※";
}

.annotation-list__note--text {
  display: block;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
}

.annotation-list__note--text .sp-phone-link {
  color: #333333 !important;
  cursor: default !important;
}

.annotation-list__note--text .sp-phone-link[data-terminal="sp"] {
  color: #3d90cc !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.pricing-contact {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-areas: 
  "left1 right1"
  "left2 right2"
  "left3 right3"
  "left4 right4";
  padding-top: 20px;
  position: relative;
}

.anchor-point--keika {
  display: block;
  width: 1px;
  height: 1px;
  background-color: #000;
  position: absolute;
  visibility: hidden;
  top: -64px;
}

.left-area .pricing-contact__title--wrap { 
  grid-area: left1; 
}
.left-area .pricing-contact__number { 
  grid-area: left2; 
}
.left-area .pricing-contact__plan { 
  grid-area: left3; 
}
.left-area .pricing-contact__annotation { 
  grid-area: left4; 
}

.right-area .pricing-contact__title--wrap { 
  grid-area: right1; 
}
.right-area .pricing-contact__number { 
  grid-area: right2; 
}
.right-area .pricing-contact__plan { 
  grid-area: right3; 
}
.right-area .pricing-contact__annotation { 
  grid-area: right4; 
}

.pricing-contact__contents {
  display: contents;
  border: 1px solid #dddddd;
}

.pricing-contact__title--wrap {
  display: block;
  width: 100%;
  padding: 16px 0;
  border: 1px solid #dddddd;
  border-right: none;
}

.left-area .pricing-contact__title--wrap {
  background-color: #fde8e7;
}

.right-area .pricing-contact__title--wrap{
  background-color: #c4e1f6;
  border-right: 1px solid #dddddd;
}

.pricing-contact__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.pricing-contact__number {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.right-area .pricing-contact__number {
  border-right: 1px solid #dddddd;
}

.pricing-contact__number--text {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 auto;
}

.pricing-contact__number--text span {
  font-weight: bold;
}

.pricing-contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 10px;
}

.left-area .pricing-contact__button {
  background-color: #e82229;
  box-shadow: 0px 3px 0px 0px #ac000d;
}

.right-area .pricing-contact__button {
  background-color: #2182BC;
  box-shadow: 0px 3px 0px 0px #0b5088;
}

.pricing-contact__button:hover {
  box-shadow: none;
  transform: translateY(3px);
  opacity: .7;
}

.pricing-contact__button--img {
  width: 29px;
  height: auto;
}

.pricing-contact__button--text {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.pricing-contact__plan {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 31px 22px 0;
  background-color: #F5F5F5;
  border-left: 1px solid #dddddd;
}

.right-area .pricing-contact__plan {
  border-right: 1px solid #dddddd;
}

.pricing-contact__plan-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  padding: 10px 15px;
  height: 100%;
}

.pricing-contact__plan-list--title {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 7px;
}

.pricing-contact__plan-list--title::before {
  content: "＜";
}

.pricing-contact__plan-list--title::after {
  content: "＞";
}

.pricing-contact__plan-list--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}

.pricing-contact__plan-list--item {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: normal;
}

.pricing-contact__plan-list--item::before {
  content: "・";
}

.pricing-contact__plan-list--item.not-icon::before {
  content: "　";
}

.pricing-contact__annotation {
  display: flex;
  flex-direction: column;
  padding: 14px 22px 16px;
  background-color: #F5F5F5;
  gap: 9px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.right-area .pricing-contact__annotation {
  border-right: 1px solid #dddddd;
}

.pricing-contact__annotation--item {
  display: flex;
  justify-content: start;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
}

.pricing-contact__annotation--item::before {
  display: block;
  content: "※";
  width: fit-content;
}

.pricing-contact__annotation--text {
  display: block;
}

.pricing-contact__plan-list--button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 163px;
  padding: 4px 0;
  margin: 15px auto 0;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  box-shadow: 0px 3px 0px 0px #D3D3D3;
  cursor: pointer;
}

.pricing-contact__plan-list--button:hover {
  transform: translateY(3px);
}

.pricing-contact__plan-list--text {
  font-size: 1.4rem;
  font-weight: 700;
}

.pricing-contact__plan-list--icon {
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
}

.pricing-contact__plan-list--icon img {
  width: 100%;
  height: auto;
}

.list-mark.ft-small {
  color: #333333;
}

.accordion__option,
.pricing-contact,
.annotation-list,
.ep-cc__info3 {
  padding-left: 10px;
  padding-right: 10px;
}


@media screen and (max-width: 980px) {
  .annotation-list {
    margin-top: 10px;
  }
  
  .pricing-contact__plan-list--inner {
    gap: 5px 4px;
  }
}

@media (max-width: 767px) {
  .pricing-contact {
    grid-template-columns: repeat(1,1fr);
    grid-template-areas: 
    "left1"
    "left2"
    "left3"
    "left4"
    "right1"
    "right2"
    "right3"
    "right4";
    padding-top: 15px;
  }

  .anchor-point--keika {
    top: -43px;
  }

  .pricing-contact__title--wrap {
    padding: 16px 22px;
    border-right: 1px solid #dddddd !important;
  }

  .pricing-contact__title {
    font-size: 1.8rem;
    line-height: 140%;
  }

  .pricing-contact__number {
    padding: 10px 0;
    border-right: 1px solid #dddddd !important;
    gap: 9px;
  }

  .pricing-contact__plan {
    padding: 18px 10px 0;
    border-right: 1px solid #dddddd !important;
  }

  .pricing-contact__plan-list {
    padding: 8px;
  }

  .pricing-contact__plan-list--title {
    text-align: start;
    margin-bottom: 3px;
  }

  .pricing-contact__plan-list--inner {
    gap: 4px 6px;
  }

  .pricing-contact__annotation {
    padding: 10px 10px 16px;
    gap: 6px;
  }

  .pricing-contact__annotation--item {
    font-size: 1.3rem;
  }

  .pricing-contact__annotation--text .pc-only {
    display: none;
  }

  .left-area .pricing-contact__annotation {
    margin-bottom: 15px;
    border-right: 1px solid #dddddd !important;
  }

  .accordion__option,
  .pricing-contact,
  .annotation-list,
  .ep-cc__info3 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 20250206_ivr5th */

.vIvr .remodal-back::after {
  content: '前の画面に戻る';
  width: fit-content;
  height: auto;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  white-space: nowrap;
  font-size:1.2rem;
  font-weight: 400;
}

.vIvr .modal_annotation {
  display: block;
  padding: 10px 0;
}

.vIvr .modal_annotation--text {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  text-align: start;
}

.vIvr .account__balloon {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
}

.vIvr .account__balloon--text {
  display: flex;
  width: 121px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #23A84B;
  border-radius: 15px;
  color:#ffffff;
  font-size:1.2rem;
  font-weight: 700;
  margin: 0;
}

.vIvr .account__balloon--triangle {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #23A84B;
  clip-path: polygon(50% 4px, 0% 0%, 20px 0%);
  transform: translateY(-1px);
}

.vIvr .account__mail__financial__tab--title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 5px;
  padding: 9px 0 10px;
  background-color: #F5F5F5;
  color: #555555;
  border-radius: 5px 5px 0 0;
  min-height: 40px;
  width: 100%;
}

#keikaScreen .account__mail__financial__item.active .account__mail__financial__tab--title,
#keikaScreen .account__mail__financial__item:hover .account__mail__financial__tab--title {
  position: relative;
  background-color: #FFF7F7;
  color: #333;
  overflow: hidden;
}

#keikaScreen .account__mail__financial__item.active .account__mail__financial__tab--title::before,
#keikaScreen .account__mail__financial__item:hover .account__mail__financial__tab--title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E82229;
}

#newScreen .account__mail__financial__item.active .account__mail__financial__tab--title,
#newScreen .account__mail__financial__item:hover .account__mail__financial__tab--title {
  position: relative;
  background-color: #E6F5FF;
  color: #333;
  overflow: hidden;
}

#newScreen .account__mail__financial__item.active .account__mail__financial__tab--title::before,
#newScreen .account__mail__financial__item:hover .account__mail__financial__tab--title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0080CB;
}

.vIvr .account__mail__financial__tab--text {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.vIvr .account__mail__financial__tab--time {
  display: block;
  font-size: 1.0rem;
  font-weight: 700;
}

.vIvr .btn_conts__text {
  margin: 0;
}

.vIvr .btn_conts__text--container {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.vIvr .btn_conts__text.--annotation {
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.vIvr .btn_conts__text.--annotation::before {
  display: block;
  content: "※";
}

.vIvr .btn_conts__text.--red_text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #FF0000;
}

.vIvr .btn_conts__reception-hours {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.vIvr .btn_conts__reception-hours__text {
  margin: 0;
  line-height: 1.6;
  text-align: start;
  font-weight: 400;
}

.vIvr .btn_conts__reception-hours__text.--title {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}

.vIvr .btn_conts__reception-hours__text.--title::before {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(/ep/support/cc/images/icon_talk.png);
  background-size: cover;
}

.vIvr .account__mail__financial__item {
  display: flex;
  flex-direction: column;
  position:relative
}

.modal_body {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  .vIvr .modal_annotation--text {
    font-size: 1.2rem;
  }

  .vIvr .account__mail__financial__tab--text {
    font-size: 1.0rem
  }

  .vIvr .account__balloon--text {
    width: 96px;
    font-size: 1.0rem;
  }

  .vIvr .btn_conts__text.--annotation {
    font-size: 1.0rem;
  }
  
  .vIvr .btn_conts__text.--red_text {
    font-size: 1.2rem;
  }
}

/* 20250206_ivr5th */

.vIvr .remodal-back::after {
  content: '前の画面に戻る';
  width: fit-content;
  height: auto;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  white-space: nowrap;
  font-size:1.2rem;
  font-weight: 400;
}

.vIvr .modal_annotation {
  display: block;
  padding: 10px 0;
}

.vIvr .modal_annotation--text {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  text-align: start;
}

.vIvr .account__balloon {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
}

.vIvr .account__balloon--text {
  display: flex;
  width: 121px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #23A84B;
  border-radius: 15px;
  color:#ffffff;
  font-size:1.2rem;
  font-weight: 700;
  margin: 0;
}

.vIvr .account__balloon--triangle {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #23A84B;
  clip-path: polygon(50% 4px, 0% 0%, 20px 0%);
  transform: translateY(-1px);
}

.vIvr .account__mail__financial__tab--title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 5px;
  padding: 9px 0 10px;
  background-color: #F5F5F5;
  color: #555555;
  border-radius: 5px 5px 0 0;
  min-height: 40px;
  width: 100%;
}

#keikaScreen .account__mail__financial__item.active .account__mail__financial__tab--title,
#keikaScreen .account__mail__financial__item:hover .account__mail__financial__tab--title {
  position: relative;
  background-color: #FFF7F7;
  color: #333;
  overflow: hidden;
}

#keikaScreen .account__mail__financial__item.active .account__mail__financial__tab--title::before,
#keikaScreen .account__mail__financial__item:hover .account__mail__financial__tab--title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E82229;
}

#newScreen .account__mail__financial__item.active .account__mail__financial__tab--title,
#newScreen .account__mail__financial__item:hover .account__mail__financial__tab--title {
  position: relative;
  background-color: #E6F5FF;
  color: #333;
  overflow: hidden;
}

#newScreen .account__mail__financial__item.active .account__mail__financial__tab--title::before,
#newScreen .account__mail__financial__item:hover .account__mail__financial__tab--title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0080CB;
}

.vIvr .account__mail__financial__tab--text {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.vIvr .account__mail__financial__tab--time {
  display: block;
  font-size: 1.0rem;
  font-weight: 700;
}

.vIvr .btn_conts__text {
  margin: 0;
}

.vIvr .btn_conts__text--container {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.vIvr .btn_conts__text.--annotation {
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.vIvr .btn_conts__text.--annotation::before {
  display: block;
  content: "※";
}

.vIvr .btn_conts__text.--red_text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #FF0000;
}

.vIvr .btn_conts__reception-hours {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.vIvr .btn_conts__reception-hours__text {
  margin: 0;
  line-height: 1.6;
  text-align: start;
  font-weight: 400;
}

.vIvr .btn_conts__reception-hours__text.--title {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
}

.vIvr .btn_conts__reception-hours__text.--title::before {
  display: block;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(/ep/support/cc/images/icon_talk.png);
  background-size: cover;
}

.vIvr .account__mail__financial__item {
  display: flex;
  flex-direction: column;
  position:relative
}

.modal_body {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  .vIvr .modal_annotation--text {
    font-size: 1.2rem;
  }

  .vIvr .account__mail__financial__tab--text {
    font-size: 1.0rem
  }

  .vIvr .account__balloon--text {
    width: 96px;
    font-size: 1.0rem;
  }

  .vIvr .btn_conts__text.--annotation {
    font-size: 1.0rem;
  }
  
  .vIvr .btn_conts__text.--red_text {
    font-size: 1.2rem;
  }
}

/* 20250108　施策版 */

.pricing-contact__number {
  padding: 0 35px;
  gap: 0;
}

.pricing-contact__number--container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}

.pricing-contact__number--container:first-child {
  border-bottom: 1px solid #DDDDDD;
}

.pricing-contact__number--title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #333333;
}

.pricing-contact__button {
  gap: 0 10px;
  Padding: 10px 20px;
  max-width: 220px;
  border-radius: 25px;
}

.pricing-contact__button--text {
  font-size: 1.8rem;
  font-weight: 700;
}

.pricing-contact__button--img {
  width: 24px;
}

.pricing-contact__number--text {
  color: #333333;
  font-weight: 400;
}

.pricing-contact__number--inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.accordion__option,
.pricing-contact,
.annotation-list,
.ep-cc__info3 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .pricing-contact__number {
    padding: 0 15px;
  }

  .pricing-contact__number--container {
    padding: 20px 0;
  }

  .pricing-contact__number--container:last-child {
    gap: 10px;
  }

  .pricing-contact__number--title {
    font-size: 1.6rem;
  }

  .sp-phone__link::before {
    width: 32px;
    height: 32px;
    left: -10px;
  }

  .accordion__option,
  .pricing-contact,
  .annotation-list,
  .ep-cc__info3 {
    padding-left: 0;
    padding-right: 0;
  }
  
    #login-content-sp .login-button {
    z-index: 999 !important;
  }
}

/* スキップ番号切り替え */

.vIvr[data-season='normal'] .tel-button .tel-button__text.--busy {
  display: none;
}
.vIvr[data-season='normal'] .tel-button .tel-button__text.--normal {
  display: block;
}
.vIvr[data-season='busy'] .tel-button .tel-button__text.--busy {
  display: block;
}
.vIvr[data-season='busy'] .tel-button .tel-button__text.--normal {
  display: none;
}

/* お知らせ内タイマー空白追加 */

.p-accordion__content--inner-text {
  padding-top: 1em ;
  color: #e62e2c;
}

.inner-s.lead-wrap .Label {
  background: transparent;
}