@charset "UTF-8";

:root {
  --main-color: #ffd400;
  --gas-color: #a8e1fa;
}

@-webkit-keyframes arrowR {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
    transform: translate3d(30%, 0, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
@keyframes arrowR {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
    transform: translate3d(30%, 0, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
.sb-appshell-v1-contents {
  position: relative;
  z-index: 0;
}

/** 検索窓 **/
.energy-page-u96-bg-yellow {
	background-color: #fff49c;
}
.energy-page-u96-contnts-search {
	padding: 52px 0 20px;
  margin-bottom: 43px;
}

.faq-search-box {
  position: relative;
  margin: 50px 0 30px 0;
}
.faq-search-box-02 {
  margin: 10px 0;
}
.faq-search-box-03 {
  margin: 0 0 30px 0;
}
.faq-search-box-form {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding-right: 115px;
  width: 750px;
  border: 3px solid #ffd400;
  border-radius: 3px;
  overflow: hidden;
  height: 50px;
  margin: auto;
}
.faq-search-box-02 .faq-search-box-form {
  width: 100%;
}
.faq-search-box-form-input-inner {
  height: 46px;
}
.faq-search-box-form-text {
  clear: both;
  box-sizing: border-box;
  padding: 3px 8px;
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: none;
  background: #fff;
  color: #333;
  font-size: 100%;
}
.faq-search-box-form-text:focus {
  outline: 0;
}
.faq-search-box-form-submit {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px 0px 6px 54px;
  width: 115px;
  height: 46px;
  border: 0;
  font-size: 100%;
  text-align: left;
  cursor: pointer;
  /* color: #fff; */
  background: #ffd400;
}
.faq-search-box-form-submit:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  background-image: url(/energy/set/data/support/lib/img/p/icon-search-pc.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
}
/** 検索窓 **/

.pc-visible {
  display: block;
}
.sp-visible {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.contents-area {
  overflow-x: hidden;
}

.common-link-container {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  text-align: center;
}
.common-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 340px;
  min-height: 50px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .04em;
  text-align: center;
  color: #fff;
  background-image: -moz-linear-gradient( 90deg, rgb(15,130,184) 0%, rgb(11,91,206) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(15,130,184) 0%, rgb(11,91,206) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(15,130,184) 0%, rgb(11,91,206) 100%);
  border-radius: 25px;
  position: relative;
  z-index: 0;
  transition: opacity .5s;
}
.common-link:hover,
.common-link:focus {
  color: #fff;
  text-decoration: none;
  opacity: .7;
  transition: opacity .5s;
}
.common-link:hover::after,
.common-link:focus::after {
  animation: arrowR 0.4s 2;
}
.common-link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 20px;
  right: 24px;
  transform: rotate(45deg);
  z-index: 1;
}

.text {
  font-size: 16px;
  letter-spacing: .04em;
}
.headline {
  padding-top: 76px;
}
.headline-ttl {
  letter-spacing: .04em;
}
.headline-lead {
  margin-top: 66px;
  text-align: center;
}
.headline-announcement {
  margin-top: 80px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.step {
  margin: 40px auto 0;
  width: 950px;
}
.store,
.web,
.denki,
.gas,
.category,
.company,
.result {
  display: none;
}
.store.js-panel-active,
.web.js-panel-active,
.denki.js-panel-active,
.gas.js-panel-active,
.category.js-panel-active,
.company.js-panel-active,
.result.js-panel-active {
  display: block;
}
.step-ttl {
  border-radius: 16px 16px 0 0;
}
.step-body {
  padding: 40px 38px;
  border: 2.5px solid var(--main-color);
  border-top: none;
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
}
.step-body[data-theme-color="gas"] {
  border: 2.5px solid var(--gas-color);
}
.step-tab {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.step-tab-item {
  padding: 6px 10px 8px;
  width: calc((100% - 10px) / 2);
  background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 8px;
}
.step-tab-item.js-tab-trigger-active {
  border-color: var(--main-color);
  background-image: -moz-linear-gradient( 90deg, rgb(255,239,163) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,239,163) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,239,163) 0%, rgb(255,255,255) 100%);
}
.step-tab-item.gas-btn.js-tab-trigger-active {
  border-color: var(--gas-color);
  background-image: -moz-linear-gradient( 90deg, rgb(227,250,254) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(227,250,254) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(227,250,254) 0%, rgb(255,255,255) 100%);  
}
.step-tab-item.js-tab-trigger-disable {
  background: #f0f0f0;
}
.step-tab-item-btn {
  cursor: pointer;
  transition: opacity .3s;
}
.step-tab-item-btn.gas-btn {
  background: var(--gas-color);
}
.step-tab-item-btn.js-tab-trigger-disable {
  color: #808080;
}

.step-tab-item-btn:hover,
.step-tab-item-btn:focus {
  text-decoration: none;
  color: #333;
  opacity: .7;
  transition: opacity .3s;
}
.step-next {
  margin-bottom: 170px;
  color: #ccc;
  text-align: center;
}
.arrow {
  margin: 38px auto 0;
  text-align: center;
}
.arrow-gas {
  display: none;
}
.js-arrow {
  margin: 0 auto;
  width: 59px;
}
.step-next.category {
  margin-top: 38px;
}

/* category */
.category-tab-item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: .025em;
}
.category-tab-item-text-head {
  font-weight: bold;
  font-size: 24px;
}
.category-tab-item-text-head--strong {
  font-size: 36px;
}
.category-tab-item-text-foot {
  margin-top: -4px;
  font-size: 13px;
  line-height: 1.61;
}

.category-tab-item-btn {
  margin-top: 14px;
  width: 100%;
  padding: 12px 0 9px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .025em;
  background: var(--main-color);
  border-radius: 8px;
}
.category-tab-item-btn.js-tab-trigger-active {
  background: var(--main-color);
}
.category-tab-item-btn.gas-btn.js-tab-trigger-active {
  background: var(--gas-color);
}
.category-tab-item-btn.js-tab-trigger-disable {
  background: #b3b3b3;
}

/* company */
.step-body.company-body {
  padding: 40px 36px 40px 38px;
}
.company-tab {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  box-sizing: border-box;
}
.company-tab-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 166px;
  height: 50px;
  box-sizing: border-box;
}
.company-tab-item-btn {
  display: block;
  padding: 2px 0 1px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: .025em;
  text-align: center;
  cursor: pointer;
}
.company-tab-item.js-tab-trigger-active {
  background: var(--main-color);
}
.company-tab-item.gas-btn.js-tab-trigger-active {
  background: var(--gas-color) !important;
}
.company-tab-item.js-tab-trigger-disable {
  background: #b3b3b3;

}


/* result */
.result {
  margin: 40px auto 0;
}
.result-ttl {
  padding: 24px 0 22px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: .04em;
  text-align: center;
  background: var(--main-color);
}
.result-ttl[data-theme-color="gas"] {
  background: var(--gas-color);
}
.step-body.result-body {
  padding: 40px 27px;
}
.result-note {
 margin-bottom: 20px; 
 font-size: 16px;
}
.result-note-title {
  font-weight: bold;
  color: red;
}
.result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.result-item {
  border: 2px solid var(--main-color);
  border-radius: 8px;
}
.result-item[data-theme-color="gas"] {
  border: 2px solid var(--gas-color);
}
.result-item:first-child {
  width: 100%;
}
.result-item:not(:first-child) {
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
}
.result-item-head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 0;
  padding: 18px 0;
  gap: 6px;
  text-align: center;
  background: #fffec8;
  border-radius: 8px 8px 0 0;
}
.result-item-head[data-theme-color="gas"] {
  background: #d0ebf0;
}
.result-body-item-head-text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .04em;
}
.result-item-body {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0;
  padding: 24px 30px 8px;
}
.result-item-body-list {
  width: 50%;
}
.result-item-body-list-ttl {
  font-weight: bold;
}
.result-item-body-list-data {
  margin-top: 4px;
  padding-left: 1em;
}
.result-item-body-text {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .04em;
}
.result-item-body-text-link {
  color: #0b5bce;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity .3s;
}
.result-item-body-text-link:hover,
.result-item-body-text-link:focus {
  color: #0b5bce;
  opacity: .7;
  transition: opacity .3s;
}
.result-item.confirm .result-item-body {
  gap: 10px;
  padding-bottom: 24px;
}
.result-item-body-text-list {
  margin-top: 10px;
}
.result-item-body-text-list-ttl {
  font-weight: bold;
}

/* でんき・ガスの選択に戻る */
.step-back {
  margin: 40px auto 0;
  width: 950px;
  text-align: right;
}
.step-back-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  letter-spacing: .04em;
  color: #333;
  transition: opacity .5s;
}
.step-back-button:hover {
  color: #333;
  text-decoration: none;
  opacity: .7;
  transition: opacity .5s;
}
.step-back-button:focus {
  color: #333;
  text-decoration: none;
}
.step-back-button::after {
  content: url(/energy/set/data/support/entry/img/shared/icon_step-back.png);
}

/* reserve */
.reserve {
  display: none;
  margin: 170px calc(50% - 50vw) 0;
  padding: 62px 0 86px;
  width: 100vw;
  background: #f8f8f8;
}
.reserve.js-reserve-is-show {
  display: block;
}
.reserve-inner {
  margin: 0 auto;
  width: 950px;
}
.reserve-ttl {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .04em;
  text-align: center;
}
.reserve-ttl-small {
  font-weight: normal;
  font-size: 16px;
}
.reserve-lead {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: .04em;
  text-align: center;
}
.reserve-container {
  margin-top: 24px;
  padding: 22px 0;
  width: 100%;
  background: #fff;
}
.reserve-container-text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .04em;
  text-align: center;
}
.reserve-container-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-top: 26px;
}
.reserve-container-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .04em;
  text-align: center;
  background-color: rgb(71, 136, 238);
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  position: relative;
  z-index: 0;
}
.reserve-container-btn-link {
  display: block;
  padding: 18px 0 17px;
  color: #fff;
  transition: opacity .3s;
}
.reserve-container-btn-link:hover,
.reserve-container-btn-link:focus {
  color: #fff;
  text-decoration: none;
  opacity: .7;
  transition: opacity .3s;
}
.reserve-container-btn-link_arrow::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 41%;
  right: 25px;
  transform: rotate(45deg);
  z-index: 1;
}
.reserve-container-btn-link_arrow:hover::after,
.reserve-container-btn-link_arrow:focus::after {
  animation: arrowR 0.4s 2;
}
.reserve-container-btn-link_blank::after {
  content: url(/energy/set/data/support/entry/img/shared/icon_blank.png);
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 32%;
  right: 24px;
  transform: scale(1);
  z-index: 1;
}
.reserve.web-apply .reserve-container {
  background: none;
}
.web-apply .apply-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.web-apply .apply-list-item {
  text-align: center;
}
.web-apply .apply-list-item-body {
  padding: 40px 60px 60px;
  background: #fff;
}
.web-apply .apply-list-item-text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .04em;
}
.apply-list-item-text-note {
  margin-top: 30px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: .04em;
}
.web-apply .apply-list-item-link--custom::after {
  right: 16px;
}
.web-apply .apply-list-item-textlink-container {
  margin-top: 20px;
  text-align: right;
}
.web-apply .apply-list-item-textlink {
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: .04em;
  color: #0b5bce;
  position: relative;
  transition: opacity .5s;
}
.web-apply .apply-list-item-textlink:hover,
.web-apply .apply-list-item-textlink:focus {
  text-decoration: none;
  opacity: .7;
  transition: opacity .5s;
}
.web-apply .apply-list-item-textlink::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0b5bce;
  border-right: 2px solid #0b5bce;
  position: absolute;
  top: 7px;
  right: -10px;
  transform: rotate(45deg);
  z-index: 1;
}
_::-webkit-full-page-media, _:future, :root .web-apply .apply-list-item-textlink::after {
  top: 3.5px;
}
.web-apply .apply-list-item-textlink:hover:after,
.web-apply .apply-list-item-textlink:focus:after {
  animation: arrowR 0.4s 2;
}
/* モーダル */
.modal {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20001;
}
.modal.js-show-modal {
  display: flex;
}
.modal-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20000;
}
.modal-overlay.js-show-modal {
  display: block;
}
.modal-content {
  width: 910px;
  background: #fff;
  border-radius: 20px;
  position: fixed;
  z-index: 20001;
}
.modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  min-height: 90px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  background: #a1d8e2;
  border-radius: 20px 20px 0 0;
}
.modal-content-inner {
  padding: 30px 35px;
  border-radius: 0 0 20px 20px;
}
.modal-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-top: 0;
}
.modal-link {
  padding: 10px;
  width: 360px;
  border-radius: 50px;
  box-sizing: border-box;
}
.modal-link::after {
  top: 28px;
}
.modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #069;
}
.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
}
.modal-close-icon {
  display: block;
  width: 25px;
  height: 25px;
  background: #069;
  border-radius: 4px;
  position: relative;
  z-index: 0;
}
.modal-close-icon::before,
.modal-close-icon::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.modal-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}