.hdg-l1 {display: none;}
#local-nav-area {display: none;}

.energy-page-u96-support-check-price {
  max-width: 960px;
  margin: 0 auto 35px;
}
.energy-page-u96-support-check-price .icon-svg {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
}
.energy-page-u96-support-check-price__main {
  padding-bottom: 40px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.energy-page-u96-support-check-price__main.is-open {
  padding-bottom: 30px;
  height: auto;
}
.energy-page-u96-support-check-price__title-text {
  padding: 26px 0 26px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.65;
}
.energy-page-u96-support-check-price__title-text-body {
  margin: 0 40px 0 0;
}
.energy-page-u96-support-check-price__text {
  padding: 36px 0 18px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
}
.energy-page-u96-support-check-price__lead {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: .05em;
  text-align: center;
}
.energy-page-u96-support-check-price__lead-accent {
  font-weight: bold;
  color: #fe7e00;
}
.energy-page-u96-support-check-price__title-image {
  width: 60px;
  left: -80px;
}
.energy-page-u96-support-txt {
  padding: 50px 0 0;
}
.energy-page-u96-support-txt__desc-link {
  font-weight: bold;
  color: #1973e8;
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-txt__desc-link:hover,
.energy-page-u96-support-txt__desc-link:focus {
  opacity: .7;
  transition: opacity .5s;
}
.energy-page-u96-support-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin: 0 2px 0 0;
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-link:hover,
.energy-page-u96-support-link:focus {
  opacity: .7;
  transition: opacity .5s;
}
.energy-page-u96-support-link__txt {
  font-weight: bold;
  color: #1973e8;
}
.energy-page-u96-support-link__icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1973e8;
  border-right: 2px solid #1973e8;
  position: relative;
  top: -2px;
  right: -2px;
  transform: rotate(45deg);
}
.energy-page-u96-support-txt-list__item {
  list-style-type: disc;
  list-style-position: inside;
}
.energy-page-u96-support-accordion-item-list__item-link {
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-accordion-item-list__item-link:hover,
.energy-page-u96-support-accordion-item-list__item-link:focus {
  opacity: .7;
  transition: opacity .5s;
}
.energy-page-u96-support-m-01 .energy-page-u96-support-login__note-link-space {
  margin-left: -.5rem;
}
.energy-page-u96-support-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  width: 350px;
  height: 54px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  background: #ff7e00;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-btn:hover,
.energy-page-u96-support-btn:focus {
  opacity: .7;
  transition: opacity .5s;
}
.energy-page-u96-support-btn::after {
  content: "";
  display: inline;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(45deg);
}
/* アコーディオン */
.energy-page-u96-support-contents__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 60px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  font-weight: bold;
  text-align: center;
  background-color: #fe7e00;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 5;
}

.energy-page-u96-support-contents__button::after {
  display: none;
}
.energy-page-u96-support-contents__button__icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 34%;
  width: 11px;
  height: 11px;
  transform: translateX(-25%) rotate(135deg);
}
.energy-page-u96-support-contents__button__icon::before,.energy-page-u96-support-contents__button__icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.energy-page-u96-support-contents__button__icon::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.energy-page-u96-support-contents__button__icon::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
}
.energy-page-u96-support-contents__button-close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0 auto;
  width: 80px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-align: center;
  color: #333;
  cursor: pointer;
  position: relative;
}
.energy-page-u96-support-contents__button-close__icon {
  display: inline-block;
  margin: 0 0 0 8px;
  width: 15px;
  height: 15px;
  position: relative;
}
.energy-page-u96-link-arrow--white::after {
  display: none;
}
.energy-page-u96-support-contents__button-close__icon::before,.energy-page-u96-support-contents__button-close__icon::after {
  content: "";
  display: inline-block;
  background: #333;
  position: absolute;
}
.energy-page-u96-support-contents__button-close__icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translate(-50%,-50%) rotate(45deg);
}
.energy-page-u96-support-contents__button-close__icon::after {
  width: 1px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translate(-50%,-50%) rotate(45deg);
}
.energy-page-u96-support-contents__button.is-open {
  display: none;
}

.energy-page-u96-support-contents {
  padding: 34px 0 0;
  position: relative;
  height: auto;
  overflow: hidden;
}
.energy-page-u96-support-contents.is-open {
  height: auto;
  overflow: visible;
}
.energy-page-u96-support-contents:before {
    content: ""; 
    width: 100%;
    height: 180px;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 0%);
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 2;
}
.energy-page-u96-support-contents.is-open:before {
  display: none;
}
.energy-page-u96-support-visual {
  text-align: center;   
}

/* 2カラムタブ */
.energy-page-u96-support-tab-2col {
  padding: 0 0 40px;
}
.energy-page-u96-support-tab-2col__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  padding-top: 20px;
  background: #ffe658;
  border-bottom: 2px solid #ccc;
}
.energy-page-u96-support-tab-2col__tabbtn {
  width: 290px !important;
  font-weight: bold;
  margin: 0 0 -2px;
  padding: 11px 0px 20px;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  color: #333;
  border: 2px solid #f2f2f2;
  border-bottom: 2px solid #ccc;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.energy-page-u96-support-tab-2col__tabbtn.is-active {
  background: #fff;
  border: 2px solid #ccc;
  border-bottom: 2px solid #fff;
}
.energy-page-u96-support-tab-2col__tabbtn:last-child {
  padding: 23px 0 16px;
}
.energy-page-u96-support-tab-2col__panel-box {
display: none;
}
.energy-page-u96-support-tab-2col__panel-box.is-show {
display: block;
}
/* 3カラムタブ */
.energy-page-u96-support-tab-3col {
  padding: 0 0 40px;
}
.energy-page-u96-support-tab-3col__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  padding: 30px 20px 0;
  background: #ffe658;
  border-bottom: 2px solid #ccc;
}
.energy-page-u96-support-tab-3col__tabbtn {
  width: 290px !important;
  font-weight: bold;
  margin: 0 0 -1.5px;
  padding: 47px 0px 34px;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  color: #333;
  border: 2px solid #f2f2f2;
  border-bottom: 2px solid #ccc;
  border-radius: 10px 10px 0 0;
  position: relative;
  cursor: pointer;
}
.energy-page-u96-support-tab-3col__tabbtn:last-child {
  padding: 32px 0 16px;
}
.energy-page-u96-support-tab-3col__tabbtn-txt {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: .05em;
}
.energy-page-u96-support-tab-3col__tabbtn.is-active {
  background: #fff;
  border: 2px solid #ccc;
  border-bottom: 2px solid #fff;
}
.energy-page-u96-support-tab-3col__tabbtn-icon {
  width: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.energy-page-u96-support-tab-3col__panel-box {
display: none;
}
.energy-page-u96-support-tab-3col__panel-box.is-show {
display: block;
}
.energy-page-u96-support-list__item-link {
  font-weight: bold;
  color: #1973e8;
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-list__item-link:hover,
.energy-page-u96-support-list__item-link:focus {
  opacity: .7;
  transition: opacity .5s;
}

/* h2セクション */
.energy-page-u96-support-part__head,.energy-page-u96-support-part__head-addicon {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin: 50px 0 0;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
.energy-page-u96-support-part__head-addicon {
  margin: 30px 0 0;
}
/* ご注意 */
.energy-page-u96-support-note {
  margin: 35px 0 0;
  border: 1px solid #ccc;
}
.energy-page-u96-support-note__head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 0 7px;
  padding: 10px 0 9px;
  background: #f2f2f2;
}
.energy-page-u96-support-note-head__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.energy-page-u96-support-note__list {
  margin: 0 auto;
  padding: 21px 0 20px;
  max-width: 840px;
  width: 100%;
}
.energy-page-u96-support-note-list__item {
  margin: 0 0 0.5em 2.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -2.2rem;
}
.energy-page-u96-support-note-list__item:last-child {
  margin-bottom: 0;
}
.energy-page-u96-support-note-list__item-link {
  font-weight: bold;
  color: #1973e8;
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-note-list__item-link:hover,
.energy-page-u96-support-note-list__item-link:focus {
  opacity: .7;
  transition: opacity .5s;
}

/* アコーディオン */
.energy-page-u96-support-accordion {
  padding: 30px 0 0;
}
.energy-page-u96-support-accordion-note {
  font-weight: bold;
  color: #ff7e00;
}
.energy-page-u96-support-accordion-item-body__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.06;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
}
.energy-page-u96-support-accordion-item-body__ttl-icon {
  margin: 0 10px 0 0;
  width: 14px;
  height: 14px;
  position: relative;
}
.energy-page-u96-support-accordion-item-body__ttl-icon:before,
.energy-page-u96-support-accordion-item-body__ttl-icon:after {
  content: "";
  display: inline-block;
  background: #ff7e00;
  position: absolute;
  transform: translate(-50%, -50%);
}
.energy-page-u96-support-accordion-item-body__ttl-icon:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}
.energy-page-u96-support-accordion-item-body__ttl-icon:after {
  width: 2px;
  height: 100%;
  top: 50%;
  left: 0;
  transition: .5s;
}
.energy-page-u96-support-accordion-item-body__ttl.open .energy-page-u96-support-accordion-item-body__ttl-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: .5s;
}
.energy-page-u96-support-accordion-item-body__contents {
  display: flex;
  flex-direction: column;
  height: 0;
  padding: 0;
  line-height: 0;
  opacity: 0;
  transition: ease .5s;
  overflow: hidden;
}
.energy-page-u96-support-accordion-item-body__contents.open {
  gap: 30px 0;
  padding: 15px 0 45px;
  height: auto;
  opacity: 1;
  line-height: normal;
  transition: ease .5s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.energy-page-u96-support-accordion-item-body__contents.is-active::-webkit-scrollbar {
  display: none;
}
.energy-page-u96-support-accordion-item-body__contents.is-active::-webkit-scrollbar {
  display: none;
}
.energy-page-u96-support-accordion-item-contents__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
}
.energy-page-u96-support-accordion-item-contents__txt-link {
  font-weight: bold;
  color: #1973e8;
}
.energy-page-u96-support-accordion-item-contents-area__ttl {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 6px;
  text-decoration-color: #ffe658;
}
.energy-page-u96-support-item-contents-area__ttl {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 6px;
  text-decoration-color: #ffe658;
}
.energy-page-u96-support-accordion-item-list__item {
  margin: 0 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -2rem;
}
.energy-page-u96-support-accordion-item-list__item-link {
  font-weight: bold;
  color: #1973e8;
}
.energy-page-u96-support-comment__foot {
  padding: 0 30px 20px;
}
.energy-page-u96-support-comment__foot .energy-page-u96-support-comment-foot__txt:first-child {
  margin-top: 0;
}
.energy-page-u96-support-accordion-item-contents__txt-link {
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-accordion-item-contents__txt-link:hover,
.energy-page-u96-support-accordion-item-contents__txt-link:focus {
  opacity: .7;
  transition: opacity .5s;
}
.energy-page-u96-support-list__item {
  margin: 0 0 0.5em 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -2rem;
}
.energy-page-u96-support-list__item:last-child {
  margin-bottom: 0;
}
.energy-page-u96-support-list__item-link {
  font-weight: bold;
  color: #1973e8;
}
.energy-page-u96-support-accordion__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  width: 350px;
  height: 54px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  color: #333;
  border: 1px solid #c1c1c2;
  border-radius: 50px;
  box-shadow: 0px 3px 2px -3px rgb(0 0 0 / 80%);
  position: relative;
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-accordion__btn:hover,
.energy-page-u96-support-accordion__btn:focus {
  opacity: .7;
  transition: opacity .5s;
}
.energy-page-u96-support-accordion__btn::after {
  content: "";
  display: inline;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ff7e00;
  border-right: 2px solid #ff7e00;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(45deg);
}
.energy-page-u96-support-common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  width: 350px;
  height: 54px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  color: #333;
  border: 1px solid #c1c1c2;
  border-radius: 50px;
  box-shadow: 0px 3px 2px -3px rgb(0 0 0 / 80%);
  position: relative;
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-common-btn:hover,
.energy-page-u96-support-common-btn:focus {
  opacity: .7;
  transition: opacity .5s;
}
.energy-page-u96-support-common-btn::after {
  content: "";
  display: inline;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ff7e00;
  border-right: 2px solid #ff7e00;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(45deg);
}

/* ログイン */
.energy-page-u96-support-login {
  display: flex;
  flex-direction: column;
  margin: 35px 0 0;
}
.energy-page-u96-support-login-list-item__head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}
.energy-page-u96-support-login__ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
  border-bottom: 8px solid #ffe658;
}
.energy-page-u96-support-login__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px 0;
  padding: 30px 0 0;
  position: relative;
}
.energy-page-u96-support-login-internet .energy-page-u96-support-login-list-item__head-txt {
  width: 224.82px;
}
.energy-page-u96-support-login-internet .energy-page-u96-support-login__list:before {
  display: none;
}
.energy-page-u96-support-login-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 52px;
  max-width: 796px;
  width: 100%;
}
.energy-page-u96-support-login-list-item__head-txt {
  margin: 14px 0 0;
  width: 218.49px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
}
.energy-page-u96-support-login-list__item-gas {
  max-width: 506px;
  width: 100%;
}
.energy-page-u96-support-login-list-item__btn-area {
  display: flex;
  justify-content: flex-end;
  gap: 0 30px;
}

.energy-page-u96-support-login-denki-gas .energy-page-u96-support-login-list-item__head {
  margin: 0;
}
.energy-page-u96-support-login-list-item__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 54px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  color: #333;
  border: 1px solid #c1c1c2;
  border-radius: 50px;
  box-shadow: 0px 3px 2px -3px rgb(0 0 0 / 80%);
  position: relative;
  opacity: 1;
  transition: opacity .5s;
}
.energy-page-u96-support-login-list-item__btn:hover,
.energy-page-u96-support-login-list-item__btn:focus {
  opacity: .7;
  transition: opacity .5s;
}
.energy-page-u96-support-login-list-item__btn::after {
  content: "";
  display: inline;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ff7e00;
  border-right: 2px solid #ff7e00;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%) rotate(45deg);
}
.energy-page-u96-support-login__note {
  margin: 30px 0 0;
}
.energy-page-u96-support-login-note__item {
  margin: 0 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-indent: -2rem;
  list-style: disc;
  list-style-position: inside;
}
.energy-page-u96-support-login__note-link {
  font-weight: bold;
  color: #1973e8;
}
.energy-page-u96-support-login__note-link {
  opacity: 1;
  transition: opacity .3s;
}
.energy-page-u96-support-login__note-link:hover,
.energy-page-u96-support-login__note-link:focus {
  opacity: .7;
  transition: opacity .3s;
}
.energy-page-u96-support-comment {
  margin: 50px 0 0;
  padding: 20px 30px;
  border: 2px solid #ffe658;
  border-radius: 10px;
}
.energy-page-u96-support-member {
  padding: 0;
}
.energy-page-u96-support-member__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  padding: 13px 0 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  background: #fffec8;
  border-radius: 10px 10px 0 0;
}
.energy-page-u96-support-member .energy-page-u96-support-list {
  padding: 20px 30px;
}
.energy-page-u96-support-txt__desc + .energy-page-u96-support-list {
  margin-top: 10px;
}

/* FAQ */
.energy-page-u96-support-faq {
  margin: 50px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  color: #333;
}
.energy-page-u96-support-faq-link {
  font-weight: bold;
  color: #1973e8;
}
.energy-page-u96-support-faq {
  opacity: 1;
  transition: opacity .3s;
}
.energy-page-u96-support-faq-link:hover,
.energy-page-u96-support-faq-link:focus {
  opacity: .7;
  transition: opacity .3s;
}


.chat-support-area {
margin: 0 0 10px;
padding: 10px;
background-color: #fff;
}
.chat-support {
font-weight: bold;
text-align: center;
background-image: url(/energy/set/data/support/contact/img/p/fig_chat_bg.png);
background-position: top center;
background-repeat: no-repeat;
background-size: 100% auto;
border-radius: 4px;
overflow: hidden;
}
.chat-support h2 {
padding: 30px 0 0;
font-size: 22px;
font-weight: bold;
}
.chat-support h2 span {
display: block;
font-size: 18px;
}
.chat-support .caution-red {
margin: 0;
padding-top: 10px;
color: #e60012;
font-size: 1.2rem;
}
.chat-support .caution-blk {
margin: 0;
padding: 0 0 20px;
color: #333;
font-size: 13px;
}
.chat-support .btn-chat-box {
margin: 0 auto;
padding: 10px 20px;
height: 60px;
line-height: 60px;
width: 330px;
}
.chat-support .btn-chat {
display: block;
padding-left: 40px;
text-decoration: none;
color: #fff;
font-size: 20px;
border-radius: 4px;
box-sizing: border-box;
background-image: url(/energy/set/data/support/contact/img/p/icon_chat.png);
background-position: 30px center;
background-repeat: no-repeat;
background-size: 30px 20px;
background-color: #3f77cf;
border: 2px solid #3f77cf;
}
.chat-support.closed-chat .btn-chat {
pointer-events: none;
background: url(/energy/set/data/support/contact/img/p/icon_chat_close.png);
background-position: 30px center;
background-repeat: no-repeat;
background-size: 30px 20px;
background-color: #c9caca;
border: 2px solid #c9caca;
}
.chat-detail-area {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
margin: 20px auto 0;
width: 100%;
}
.chat-detail {
margin: 0 0 20px;
width: 100%;
}
.chat-detail:last-child {
margin: 0 0 10px;
}
.chat-detail-txt {
margin: 0 0 10px;
padding: 8px 0;
text-align: center;
font-weight: bold;
font-size: 1.2rem;
background-color: #dcdddd;
}
.chat-detail ul.notice-list {
margin: 0;
font-size: 1.2rem;
}
.chat-detail ul.notice-list li {
padding: 0;
margin: 5px 0 0;
line-height: normal;
}
.chat-detail_kome{
margin: 30px auto 0;
}
.chat-detail_kome ul.notice-list {
margin: 0;
font-size: 16px;
}
.chat-detail_kome ul.notice-list li span {
white-space: nowrap;
}
.chat-detail_kome ul.notice-list li span, .chat-detail_kome ul .notice-list li div{
display: table-cell;
}

/*------------------------------
バナーチャット起動 Modal　追加
-------------------------------- */

.energy-page-u96-js-modal-open {
	display: block;
	cursor: pointer;
}

.energy-page-u96-js-modal-overray {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	box-sizing: border-box;
	overflow-y: auto;
	background: rgba(000, 000, 000, 0.8);
	z-index: 99999;
	left: 0;
}

.energy-page-u96-js-modal-contain {
	width: 750px;
	position: relative;
	margin: 0 auto;
}
.energy-page-u96-js-modal-inner {
	display: none;
}
.energy-page-u96-section-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	margin: 0;
}

.energy-page-u96-section-modal {
	background-color: #f0f4f8;
	padding: 45px 43px 50px 46px;
	box-sizing: border-box;
  border-radius: 10px;
}

.energy-page-u96-section-modal .modal-bg-blue {
  background-color: #d9e4f5;
}

.energy-page-u96-section-modal .modal-info-wrap {
  padding: 23px 19px 23px 31px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  border-radius: 10px;
}

.energy-page-u96-section-modal p {
  font-size: 18px;
  margin: 0 auto;
}

.energy-page-u96-section-modal .modal-info-wrap a {
  color: #3f77ce;
  text-decoration: none;
}

.energy-page-u96-section-modal .modal-info-wrap img {
  margin-right: 20px;
  height: 100%;
}

.energy-page-u96-section-modal .modal-info-list-wrap {
  margin: 30px auto 60px;
  display: table;
  color: #ff0000;
}

.energy-page-u96-section-modal .modal-info-list {
  list-style-type: decimal;
}

.energy-page-u96-section-modal .modal-info-list li {
  font-size: 18px;
}
.energy-page-u96-section-modal .modal-info-list li:not(:last-child) {
  margin-bottom: 10px;
}

.energy-page-u96-section-modal .modal-info-text {
  font-weight: bold;
  text-align: center;
}

.energy-page-u96-section-modal .modal-2col-info-answer {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top: 40px;
}

.energy-page-u96-section-modal .modal-2col-info-answer .modal-info-answer-btn:nth-child(1) {
  margin: 0 20px 0 0;
}

.energy-page-u96-section-modal .modal-2col-info-answer .modal-info-answer-btn:nth-child(2) {
  margin: 0 0 0 20px;
}

.energy-page-u96-section-modal .modal-2col-info-answer a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-radius: 10px;
  outline: none;
  display: block;
}

.energy-page-u96-section-modal .modal-2col-info-answer .modal-info-answer-btn:nth-child(1) a {
  padding: 23px 58px;
  color: #fff;
  background-color: #3f77ce;
}
.energy-page-u96-section-modal .modal-2col-info-answer .modal-info-answer-btn:nth-child(2) a {
  padding: 23px 68px;
  color: #fff;
  background-color: #3f77ce;
}

.energy-page-u96-section-modal .modal-2col-info-answer .modal-info-answer-btn a:hover {
  background-color: rgba(63, 119, 206, 0.7);
}

.energy-page-u96-chat-not-available {
  display: none;
  background-color: #f6f6f6;
  width: 145px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 15px 25px;
  border-radius: 10px;
  font-weight: bold;
}

.fb_iframe_widget {
	line-height: 1;
}

.energy-page-u96-ttl-caution-icon {
  width: auto !important;
}

.energy-page-u96-icon-ttl-text {
  font-size: 32px;
}

.energy-page-u96-anchor-menu-item-02 {
  position: relative;
  width: calc(97.5%/3);
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  box-shadow: 0px 1px 4px 1px #cccccc;
}

@media screen and (max-width:900px) {
  .energy-page-u96-anchor-menu-item-02 {
    width: 100%;
  }
}

.energy-page-u96-anchor-menu-item-02 a::after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: 10px;
  margin-top: 3px;
  opacity: 1;
  top: 65%;
  right: 30%;
  border-top: 2px solid #0b5bce;
  border-right: 2px solid #0b5bce;
  transform: rotate(45deg);
}

@media screen and (max-width:900px) {
  .energy-page-u96-anchor-menu-item-02 a::after {
    right: 20px;
    top: 50%;
  }
}

.energy-page-u96-anchor-menu-link-02:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.energy-page-box-container-type01 {
  margin: 40px auto;
  text-align: center;
}

.energy-page-box-container-type01_balloon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  padding: 18px 25px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}

.energy-page-box-container-type01_balloon:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  margin-left: -16px;
  z-index: 2;
}

.energy-page-box-container-type01_balloon_text {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 0;
}

.energy-page-box-container-type01_balloon:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #ccc transparent transparent transparent;
  margin-left: -17px;
  z-index: 1;
}

.energy-page-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 15px;
  font-size: 16px;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 40px;
}

.energy-page-btn_bg-bule .energy-page-btn-link {
  display: block;
  width: auto;
  font-weight: bold;
  outline: none;
  min-width: 340px;
  padding: 13px 3em;
  text-align: center;
  border-radius: 100px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  background-color: #0c68c7;
  box-shadow: 0 4px #0a4494;
}

.energy-page-btn_arrow-right .energy-page-btn-link:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
  z-index: 0;
}

.energy-page-btn_arrow-right .energy-page-btn-link:hover:after {
  animation: arrowR 0.4s 2;
}

@-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);
  }
}
.energy-page-u96-consult__under-text{
  width: 370px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.energy-page-u96-tel-button {
  margin-top: 0 !important;
}
.energy-page-u96-tel-button .energy-page-u96-tel-button-link {
  color: #7f7f7f !important;
}

/* ボタン注釈追加 */
.energy-page-u96-menu-text {
  display: block;
  color: #727272;
  font-size: 1.4rem;
}

/* サブタイトル左寄せ */
.energy-page-u96-narrator__subtitle { text-align: left; }

/* 下層ページ リード文 */
.energy-page-u96-narrator__lead { font-size: 1.6rem; }
