@charset "utf-8";
/* --------------------------------------------------------------------------------
   Shered
-------------------------------------------------------------------------------- */
#contents-area, #contents-body, .lyt-col-1 #contents-body {
    width: 100%;
}
#apply {
	background-color: #fff;
}
.contents-inner {
  margin: 0 auto;
  overflow: hidden;
  background-color: #FEF269;
  text-align: -webkit-center;
}
.section-title-lv02 {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
  color: #333;
}
.small-only {
  display: none;
}

.p-top-60 {
  padding-top: 60px!important;
}
.p-top-80 {
  padding-top: 80px!important;
}
.p-top-100 {
  padding-top: 100px!important;
}
.p-top-120 {
  padding-top: 120px!important;
}
.p-bottom-60 {
  padding-bottom: 60px!important;
}
.p-bottom-80 {
  padding-bottom: 80px!important;
}
.m-top-40 {
  margin-top: 40px!important;
}
.m-top-80 {
  margin-top: 80px!important;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-bottom-40 {
  margin-bottom: 40px;
}
.m-bottom-60 {
  margin-bottom: 60px;
}
.m-right-20 {
  margin-right: 20px;
}
.m-right-40 {
  margin-right: 40px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.btnpc-only {
  display: block !important;
}
.btnsp-only {
  display: none !important;
}
/* --------------------------------------------------------------------------------
   Individual
--------------------------------------------------------------------------------
.mv {
  position: relative;
  width: 2000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mv-note {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 950px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mv-note-item {
  margin-bottom: 5px;
}
.mv-note-item-mark {
  margin-right: 5px;
}
.mv-note-item.mv-note-item--alert {
  gap: 0 13px;
  font-weight: bold;
  color: red;
}
.mv-note-item.mv-note-item--bold {
  gap: 0 13px;
  font-weight: bold;
}
*/

/* --------------------------------------------------------------------------------
　MV 251031
---------------------------------------------------------------------------------- */
.mainvisual {
  position: relative;
  min-height: 570px;
  background: url(/energy/set/data/special/switching-limited/img/p/img-mainPC.webp) no-repeat top center;
}
.about{
  position: absolute;
  top: 455px;
  left: 50%;
  width: 950px;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.about-item {
	display: flex;
  margin-bottom: 5px;
}
.about-item-mark {
	margin-right: 5px;
}

/* --------------------------------------------------------------------------------
  terms
-------------------------------------------------------------------------------- */
.terms {
  width: 100%;
  padding: 80px 0 83px;
  background-color: #fff;
}
.terms-inner {
  width: 950px;
  margin: 0 auto;
}
.terms-details {
  margin-top: 43px;
  padding: 60px 90px;
  border: 3px solid #333;
  border-radius: 16px;
}
.terms-details__note {
  margin-top: 30px;
  padding: 15px 16px 14px;
  font-size: 12px;
}
.terms-details__note-w-mark {
  display: flex;
  margin-top: 35px;
  font-size: 14px;
}
.terms-details__note-w-mark span {
  margin-right: 8px;
}
.terms-modal__trigger {
  margin: 40px auto 0;
  padding: 32px 0 30px;
  display: block;
  width: 374px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #FCEA05;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.terms-modal__trigger::after {
  content: url(/energy/set/data/special/switching-limited/img/shared/img-modal-icon.webp);
  position: absolute;
  top: 51%;
  right: 24px;
  transform: translateY(-50%) scale(0.7);
}

/* questions */
.questions {
  padding: 80px 0;
}
.questions-inner {
  margin: 0 auto;
  width: 950px;
}
.questions-list {
  margin-top: 40px;
}
.questions-list-item {
  border: 3px solid #FCEA05;
}
.questions-list-item + .questions-list-item {
  margin-top: 40px;
}
.questions-list-item-title {
  display: flex;
  padding: 25px 20px 25px 108px;
  position: relative;
  cursor: pointer;
}
.questions-list-item-title__text {
  font-size: 24px;
  position: relative;
}
.questions-list-item-title__icon {
  width: 80px;
  position: absolute;
  top: -24%;
  left: 18px;
}
.questions-list-item-title__trigger {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 0;
}
.questions-list-item-title__trigger::before,
.questions-list-item-title__trigger::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.questions-list-item-data {
  padding: 0 42px;
  font-size: 20px;
  height: 0;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: padding 0.3s, opacity 0.1s, visibility 0.3s;
}
.questions-list-item-data.is-show {
  padding: 42px 42px 30px;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: padding 0.3s, opacity 0.1s, visibility 0.3s;
}
.questions-list-item-data-note {
  margin-top: 20px;
}
.questions-list-item-data-note-item {
  display: flex;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
}
.questions-list-item-data-note-item-mark {
  margin-top: 0 !important;
}
.questions-list-item-data-flow {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.5px;
  margin: 37px auto 0;
  width: 602px;
}
.questions-list-item-data-text:not(:first-child) {
  margin-top: 30px;
}
.questions-list-item-data-text a {
  font-weight: 700;
  color: #0b5bce !important;
}
.questions-list-item-data-img {
  margin-top: 10px;
}

/* apply */
.apply {
  padding: 80px 0 83px;
}
.apply-inner {
  margin: 0 auto;
  width: 950px;
}
.apply .section-title-lv02 {
  position: relative;
}
.apply .section-title-lv02::before,
.apply .section-title-lv02::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 94%;
  position: absolute;
  top: 50%;
}
.apply .section-title-lv02::before {
  left: 29%;
  transform: translateY(-50%) rotate(-31deg);
}
.apply .section-title-lv02::after {
  right: 29%;
  transform: translateY(-50%) rotate(31deg);
}
.apply-main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 44px;
  padding: 60px;
  border: 3px solid #FCEA05;
  border-radius: 16px;
}
.apply-block {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.apply-block-head {
  display: flex;
  flex-direction: column-reverse;
}
.apply-block-title {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}
.apply-block-step {
  margin: 0 auto;
  padding: 6px 0 5px;
  width: 140px;
  font-size: 24px;
  text-align: center;
}
.apply-block-description {
  flex: 1;
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.apply-block-note {
  margin-top: 10px;
  margin-left: 15px;
  font-weight: bold;
  font-size: 16px;
}
.apply-block-note-item {
  margin-bottom: 5px;
}
.apply-block-note-item-mark {
  margin-right: 5px;
}
.apply-block-note-item-note {
  text-indent: -1.5em;
  margin-left: 20px;
  font-weight: normal;
  font-size: 14px;
  display: block;
  padding-left: 1em;
}
.apply-block-link {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  color: #0b5bce !important;
  width: fit-content;
}
.apply-block-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 1px #0b5bce;
  border-right: solid 1px #0b5bce;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.conversion-area {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn {
  position: relative;
  max-width: 382px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
  padding: 21px 10px 19px;
  border-radius: 50px;
  background: #0b5bce;
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  border: none;
}
.btn.apply-button-confirm {
  color: #333 !important;
  background: #fff;
  border: 1px solid #C2C2C2;
}
.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.apply-button-confirm .icon-svg {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn.apply-button-confirm::after {
  display: none;
}
.btn:hover {
  opacity: 0.9;
}
.btn:hover:after {
  animation: .4s ease-out 0s 2 arrowR
}
.btn.disabled {
  pointer-events:none;
  background: #f8f8f8;
  color: #999 !important;
}
.btn.disabled::after {
  border-top: solid 3px #999;
  border-right: solid 3px #999;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-overlay {
  z-index: 20001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: -1;

}
.modal-container {
  z-index: 20002;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translatex(-50%);
  transform: translateY(-50%) translatex(-50%);
  width: 910px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 20px;
  height: auto;
  max-height: 90%;
  height: 80%;
  overflow: hidden;
}
.modal-title {
  margin-bottom: 0;
  padding: 24px 0 21px;
  font-size: 30px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.modal-body {
  padding: 60px 65px;
  background-color: #fff;
  height: calc(100% - 210px);
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-tab {
  display: flex;
  justify-content: space-between;
  gap: 0 7px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  height: 50.91px;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #fff;
}
.modal-tab::-webkit-scrollbar {
  display: none;
}
.modal-tab-item {
  width: calc((100% - 35px) / 6);
  padding: 10px 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border: 2px solid #454c57;
  border-bottom-color: #fff;
  border-radius: 5px 5px 0 0;
  white-space: nowrap;
  position: relative;
}
.modal-tab-item.is-active {
  height: 101%;
}
.modal-panel {
  border-top: 2px solid #454c57;
  position: relative;
  top: -4px;
  z-index: 0;
}
.modal-panel-title-wrapper {
  margin: 45px 0 35px;
  text-align: center;
}
.modal-panel-title {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 7.5px;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #333;
}

.modal-panel-price {
  border-collapse: collapse;
  vertical-align: middle;
}
.modal-panel-price-head th {
  background: #e0e0e0;
  padding: 30px;
  border: 1px solid #fff;
  font-weight: 700;
}
.modal-panel-price-tbody th {
  background: #ececec;
  width: 152.98px;
  padding: 30px;
  border: 1px solid #fff;
  font-weight: 700;
}
.modal-panel-price-tbody th {
  border-right: none;
}
.modal-panel-price-tbody td {
  padding: 30px 15px;
  border: 1px solid #dadada;
}
.modal-panel-price-head-item {
  padding: 15px;
  border: 1px solid #fff;
}
.modal-panel-price-volume01 {
  width: 170px;
}
.modal-panel-price-volume02 {
  width: 438px;
}
.modal-panel-price-volume03 {
  width: 170px;
}
.modal-panel-price-row-head {
  padding: 15px;
  border: 1px solid #fff;
}
.modal-panel-price-row-data {
  padding: 15px;
  border: 1px solid #dadada;
}
.noborder {
  border-right: none !important;
}
.modal-panel-link-container {
  margin: 35px auto 0;
  text-align: center;
}
.modal-panel-link {
  margin: 0 auto;
  padding: 19px 0 17px;
  width: 382px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #C2C2C2;
  border-radius: 50px;
  text-decoration: none !important;
  position: relative;
}
.modal-panel-link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%) rotate(45deg);
}
.modal-close {
  display: flex;
  align-items: center;
  gap: 0 9.5px;
  padding: 4px 12.5px 2px 10px;
  min-width: 84px;
  font-size: 14px;
  color: #fff !important;
  border: 2px solid #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.modal-close.pc-only {
  display: flex;
}
.modal-close.sp-only {
  display: none;
}
.modal-close__icon {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
}
.modal-close__icon::before,
.modal-close__icon::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;

}
.modal-close__icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-close__icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* tab */
.terms-tab-trigger {
  display: flex;
  justify-content: center;
  position: relative;
}
.terms-tab-trigger::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  z-index: 0;

}
.terms-tab-trigger-item {
  width: 448px;
  padding: 26px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 0 solid #000;
  border-right: 0 solid #000;
  border-left: 0 solid #000;
  background: #f2f2f2;
}
.terms-tab-trigger-item.is-active {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  position: relative;
  z-index: 2;
}
.terms-tab-trigger-item:first-of-type {
  margin-right: 20px;
}
#ouchiwarisb.terms-tab-trigger-item.is-active {
  background: #e1ebf5;
}
#ouchiwariym.terms-tab-trigger-item.is-active {
  background: #ffedef;
}
.terms-tab-target {
  padding-top: 58px;
  display: none;
}
.terms-tab-target.is-active {
  display: block;
}
.terms-same-price {
  margin-top: 50px;
}
.target-sb .terms-details {
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
}
.target-sb .set-value .terms-details,.target-ym .set-value .terms-details {
  margin-top: 28px;
  padding: 40px 40px 28px;
}
.target-ym .terms-details {
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
}
.terms-same-price .terms-details .terms-details-inner {
  width: 724px;
  margin-right: auto;
  margin-left: auto;
}
.set-value .terms-details__capture {
  width: 638px;
  margin-right: auto;
  margin-left: auto;
}