@charset "UTF-8";
.bg-green {
  background: #21BF60;
}

.l-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.l-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .l-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .l-section {
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .l-section {
    padding-block: 6rem;
  }

  .l-container {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.br-sp {
  display: block;
}
@media (min-width: 1024px) {
  .br-sp {
    display: none;
  }
}

.br-tb {
  display: block;
}
@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .br-pc {
    display: block;
  }
}

.sp_hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .sp_hidden {
    display: block !important;
  }
}

#top h1, #top h2, #top h3, #top h4, #top h5, #top h6 {
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.4;
}
#top p {
  font-size: 14px;
}
#top a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #top p {
    line-height: 1.6;
    font-size: 16px;
  }
  #top a:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
}
#top .note {
  line-height: 1.6;
  display: block;
}

.sec-title {
  text-align: center;
  font-size: 22px;
  margin-top: 0;
  letter-spacing: 0.6px;
  font-size: clamp(22px, 5vw, 40px);
}
@media (min-width: 1024px) {
  .sec-title {
    font-size: 36px;
    margin-bottom: 4rem;
  }
}

.sec-title--sub {
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .sec-title--sub {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sec-title--sub {
    font-size: 24px;
  }
}

.c-cm-section-sub__ttl, .c-ttl-02 {
  font-size: clamp(28px, 5vw, 32px);
  letter-spacing: 0.6px;
}

.nowrap {
  white-space: nowrap;
}

.powercontinue_header {
  background-color: #FF914D;
}
@media (min-width: 1024px) {
  .powercontinue_header a:hover {
    opacity: 0.7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.powercontinue_header .header_inner .pc_gl_nav li a, .powercontinue_header .header_inner .pc_gl_nav li p {
  color: #fff;
}
.powercontinue_header .header_inner .pc_gl_nav li a:visited, .powercontinue_header .header_inner .pc_gl_nav li p:visited {
  color: #fff;
}

.pc_gl_nav_dropdown > a::after, .pc_gl_nav_dropdown > p::after {
  border-color: #fff transparent transparent transparent;
}

.powercontinue_header .header_inner .nav_ttl {
  color: #fff;
  font-weight: 600;
  text-shadow: 0px 0 4px rgba(0, 0, 0, 0.3);
}

.pcn_hamburger-menu-line::before, .pcn_hamburger-menu-line::after {
  background-color: #fff;
}

.pcn_hamburger-menu-line {
  background-color: #fff;
}

.sp_gl_nav .header_btn_list a {
  color: #000;
  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;
  font-weight: 600;
}

.header_btn_list .bg_yellow, .p-floatingmenu__list .bg_yellow {
  background-color: #FFFF00 !important;
  color: #000 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
.header_btn_list .bg_yellow::before, .p-floatingmenu__list .bg_yellow::before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/estimate_icon.svg) no-repeat;
  background-size: contain;
  width: 15px;
  aspect-ratio: 15/20;
  margin-right: 6px;
}

.sp_gl_nav .header_btn_list a {
  padding: 1rem 0 1rem;
}
@media (min-width: 1024px) {
  .sp_gl_nav .header_btn_list a {
    padding-inline: 2px;
  }
}

.header_btn_list .bg_white, .p-floatingmenu__list .bg_white {
  background-color: #fff !important;
  color: #000 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}
.header_btn_list .bg_white::before, .p-floatingmenu__list .bg_white::before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/mail_icon.svg) no-repeat;
  background-size: contain;
  width: 19px;
  aspect-ratio: 19/13;
  margin-right: 6px;
}

.p-floatingmenu__list .bg_white {
  border: 1px solid #B7B7B7;
}

.sp_gl_nav {
  background-color: #FF914D;
}

.sp_gl_nav ul:not(.header_btn_list) li a, .sp_gl_nav ul li p {
  text-shadow: 0px 0 4px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}

.header_btn_list a {
  color: #000;
  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;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .header_btn_list a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .header_btn_list a {
    font-size: 14px;
  }
}

.powercontinue_header .header_inner .pc_gl_nav li a, .powercontinue_header .header_inner .pc_gl_nav li p {
  text-shadow: 0px 0 4px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.powercontinue_header .header_inner .pc_gl_nav li a:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .header_sub {
    background-color: #FF914D;
  }
}

.fv {
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/fv_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.fv__left {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .fv__left, .fv__right {
    width: 49%;
  }
}

.fv__copy {
  font-size: clamp(
    min(24px, 40px),
    0px + 3.125vw,
    max(24px, 40px)
  );
  text-align: center;
  color: #fff;
}
@media (min-width: 1024px) {
  .fv__copy {
    text-align: left;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .fv__copy::after {
    content: "";
    display: block;
    width: 140px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 14px;
    margin-left: 10px;
  }
}

.fv__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.fv__item {
  list-style: none;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 0 rgb(0, 102, 36);
          box-shadow: 3px 3px 0 rgb(0, 102, 36);
  text-align: center;
  padding: 8px;
  color: #019C41;
  font-weight: 600;
  padding: 8px 5px;
  width: 31.5%;
  font-size: clamp(
    min(14px, 32px),
    -13px + 3.515625vw,
    max(14px, 32px)
  );
  line-height: 1.2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .fv__item {
    font-size: 18px;
    -webkit-box-shadow: 5px 5px 0 rgb(0, 102, 36);
            box-shadow: 5px 5px 0 rgb(0, 102, 36);
  }
  .fv__item span {
    font-size: 16px;
  }
}

.fv__right__inner {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  padding-bottom: 8px;
  position: relative;
  -webkit-box-shadow: 6px 6px 0 rgb(0, 102, 36);
          box-shadow: 6px 6px 0 rgb(0, 102, 36);
}
.fv__right__inner h1 {
  margin-top: 0;
  margin-bottom: 20px;
  background: #DEF5DE;
  padding: 7px 15px;
  padding-left: clamp(
    min(50px, 100px),
    29.2817679558px + 5.5248618785vw,
    max(50px, 100px)
  );
  border-radius: 50rem;
  position: relative;
  font-size: 16px;
}
.fv__right__inner h1::before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/fv_price.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(
    min(70px, 100px),
    25px + 5.859375vw,
    max(70px, 100px)
  );
  position: absolute;
  left: -24px;
  top: -20px;
}
@media (min-width: 768px) {
  .fv__right__inner {
    padding: 24px 40px 8px;
    padding-bottom: 0;
  }
  .fv__right__inner h1 {
    font-size: clamp(
    min(18px, 32px),
    -3px + 2.734375vw,
    max(18px, 32px)
  );
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .fv__right__inner {
    padding: 24px 20px 8px;
  }
  .fv__right__inner h1 {
    font-size: 19px;
    padding: 10px 15px;
    margin-bottom: 32px;
  }
  .fv__right__inner h1::before {
    top: -30px;
  }
}

.fv__logo {
  width: 85%;
}
@media (min-width: 1024px) {
  .fv__logo {
    width: 90%;
  }
}

.fv_catch {
  max-width: 600px;
  margin-inline: auto;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .fv_catch {
    margin-inline: 0;
    width: 100%;
  }
}

.fv__inner {
  padding-block: 20px;
}
.fv__inner::after {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/fv_people.png) no-repeat;
  background-size: contain;
  aspect-ratio: 166/278;
  width: 103px;
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: clamp(
    min(103px, 200px),
    58.9090909091px + 11.0227272727vw,
    max(103px, 200px)
  );
}
@media (min-width: 1024px) {
  .fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 32px;
  }
  .fv__inner::after {
    width: 100px;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .fv__inner {
    position: relative;
  }
  .fv__inner::after {
    width: 130px;
    right: -70px;
  }
}

.faq {
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/faq__bg.png) no-repeat;
  background-size: cover;
}

.faq__question {
  background-color: #FF914D;
  border-radius: 50rem;
  color: #fff;
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  width: 90%;
}
@media (min-width: 1024px) {
  .faq__question {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 15px;
    font-size: 16px;
    padding-left: 6px;
  }
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 10px;
  margin-top: 8px;
  font-weight: 600;
  margin-left: 10px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .faq__answer {
    font-size: 18px;
  }
}

.faq__question, .faq__answer {
  line-height: 1.4;
}

.faq__border {
  text-decoration: underline;
}

.faq__q {
  background: #fff;
  color: #FF914D;
}

.faq__a {
  color: #fff;
  background-color: #FF914D;
}

.faq__q, .faq__a {
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50rem;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  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;
  font-size: 22px;
  aspect-ratio: 1/1;
}

.faq__content {
  background: #DEF5DE;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 0 #229900;
          box-shadow: 6px 6px 0 #229900;
}
@media (min-width: 1024px) {
  .faq__content {
    padding-block: 40px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .faq__content {
    padding: 40px;
  }
}

.faq__wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 13px;
}
.faq__wrap::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #FF914D;
  position: absolute;
  height: 90%;
  width: 100%;
  z-index: -1;
  bottom: 0;
}
@media (min-width: 1024px) {
  .faq__wrap {
    margin: 0;
  }
  .faq__wrap::before {
    border: 3px solid #FF914D;
  }
}

.faq__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 40%);
}

.faq__note {
  padding-top: 0;
}
.faq__note li {
  text-align: right;
}
@media (min-width: 1024px) {
  .faq__note {
    margin-top: 12px;
  }
}

.faq-end {
  background: #fff;
  padding: 7px 15px;
  border-radius: 6px;
  padding-left: 65px;
  color: #229900;
  position: relative;
  font-size: 16px;
  padding-left: 80px;
}
.faq-end::before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/faq_people.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media (min-width: 768px) {
  .faq-end {
    font-size: 20px;
    text-align: right;
    padding: 10px 20px;
    border-radius: 50rem;
  }
  .faq-end::before {
    width: 100px;
    left: 20px;
    top: -30px;
  }
}
@media (min-width: 1024px) {
  .faq-end {
    font-size: 28px;
    padding: 14px 50px;
    padding-right: 12%;
  }
  .faq-end::before {
    width: 120px;
    top: -40px;
  }
}

@media (min-width: 1024px) {
  .faq__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.reason__title {
  color: #fff;
  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;
}
.reason__title::before, .reason__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-inline: 10px;
}

.reason__title--sub {
  color: #229900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #fff;
  border-radius: 50rem;
  padding: 2px 24px;
}

.reason__box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .reason__box__top {
    background-size: 7px 2px;
  }
}

.reason__box__icon {
  aspect-ratio: 1/1;
  width: 30px;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  .reason__box__icon {
    width: 50px;
    margin-right: 12px;
  }
}

.reason__box__title {
  font-size: 15px;
  margin: 0;
  color: #229900;
}
@media (min-width: 1024px) {
  .reason__box__title {
    font-size: 20px;
  }
}

.reason__box__text {
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .reason__box__text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.reason__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .reason__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.reason__box {
  background: #fff;
  border-radius: 10px;
  padding: 11px 10px;
  width: calc(50% - 10px);
}
@media (min-width: 1024px) {
  .reason__box {
    width: calc((100% - 40px) / 3);
    padding: 15px 20px 20px;
  }
}

.reason__btn {
  text-align: center;
  background: #fff;
  width: 100%;
  display: block;
  margin-top: 24px;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
  -webkit-box-shadow: 3px 3px 0 #229900;
          box-shadow: 3px 3px 0 #229900;
  color: #229900;
  font-size: 16px;
  position: relative;
}
.reason__btn:visited {
  color: #229900;
}
.reason__btn::after {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/reason_btn.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 17px;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .reason__btn {
    max-width: 660px;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) {
  .reason__btn {
    font-size: 24px;
    border-radius: 11px;
    margin-top: 40px;
  }
  .reason__btn:after {
    width: 24px;
    right: 140px;
  }
}

.solution__title--sub, .solution__title {
  color: #229900;
}

.solution__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .solution__wrap {
    gap: 20px;
  }
}

.solution__box {
  background-color: #def5de;
  padding: 20px 12px;
  border-radius: 15px;
  width: calc((100% - 10px) / 2);
}
@media (min-width: 768px) {
  .solution__box {
    width: calc((100% - 40px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .solution__box {
    padding: 24px 28px;
  }
}

.solution__box__title {
  background-color: #fff;
  text-align: center;
  padding: 4px 12px;
  font-size: 16px;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 50rem;
  margin-inline: auto;
  color: #229900;
}
@media (min-width: 1024px) {
  .solution__box__title {
    font-size: 20px;
  }
}

.solution__icon {
  aspect-ratio: 1/1;
  width: 74px;
  margin-inline: auto;
  display: block;
}

.solution__text {
  line-height: 1.8;
}

.solution__btn {
  font-weight: 600;
  width: 100%;
  display: block;
  padding: 6px 5px;
  font-size: 14px;
  background-color: #FF914D;
  color: #fff;
  text-align: center;
  border-radius: 50rem;
}
.solution__btn:visited {
  color: #fff;
}
@media (min-width: 1024px) {
  .solution__btn {
    font-size: 18px;
  }
}

.voice {
  background-color: #def5de;
}

.voice__title {
  color: #229900;
}

.voice__box {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  .voice__box {
    padding: 32px 40px;
  }
}

.voice__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  max-width: 10rem;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .voice__left {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 35%;
  }
}

.voice__image {
  aspect-ratio: 1/1;
  width: 80px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .voice__image {
    width: 120px;
    margin: 0;
    margin-right: 15px;
  }
}

.voice__name {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #229900;
}
@media (min-width: 1024px) {
  .voice__name {
    font-size: 18px;
    text-align: left;
  }
}

.voice__right {
  width: 82%;
}
@media (min-width: 1024px) {
  .voice__right {
    width: 70%;
  }
}

.voice__box__title {
  margin-top: 0;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .voice__box__title {
    font-size: 22px;
    margin-bottom: 14px;
  }
}

.voice__text {
  line-height: 1.6;
  margin-bottom: 0;
}

.voice__wrap {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.useful {
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/useful_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.useful__title {
  color: #015eb8;
}

.useful__box__title--en {
  font-family: "Roboto", sans-serif;
}

.useful__box {
  background: #fff;
  border: 3px solid #015eb8;
  width: calc((100% - 10px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.useful__box:visited {
  color: #000;
}
@media (min-width: 768px) {
  .useful__box {
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 1024px) {
  .useful__box {
    width: calc((100% - 40px) / 3);
  }
}

.useful__textbox {
  padding: 12px;
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  .useful__textbox {
    padding: 15px 12px 10px;
  }
}

.useful__box__title--sub {
  text-align: center;
  margin: 0;
  margin-bottom: 2px;
  font-size: 12px;
  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;
}
.useful__box__title--sub::before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/useful_left.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 0.8/1;
  width: 11px;
  margin-right: 2px;
}
.useful__box__title--sub::after {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/useful_right.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 0.8/1;
  width: 11px;
  margin-left: 2px;
}
@media (min-width: 1024px) {
  .useful__box__title--sub {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .useful__box__title--sub::before, .useful__box__title--sub::after {
    width: 13px;
  }
}

.useful__box__title {
  text-align: center;
  margin: 0;
  font-size: 16px;
  margin-bottom: 2px;
}
@media (min-width: 1024px) {
  .useful__box__title {
    font-size: 22px;
  }
}

.useful__box__title--en {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .useful__box__title--en {
    font-size: 12px;
  }
}

.useful__btn {
  background: #015eb8;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-block: 2px;
  font-weight: 500;
  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;
  margin-bottom: 0;
}
.useful__btn:visited {
  color: #fff;
}
@media (min-width: 1024px) {
  .useful__btn {
    font-size: 18px;
  }
}

.useful__arrow {
  width: 12px;
  margin-left: 6px;
}
@media (min-width: 1024px) {
  .useful__arrow {
    width: 18px;
    margin-left: 8px;
  }
}

.useful__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .useful__wrap {
    gap: 20px;
  }
}

.contact__title {
  color: #FF914D;
}

.contact__wrap {
  background-color: #FF914D;
  padding: 20px 15px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .contact__wrap {
    padding: 24px 32px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.contact__left {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .contact__left {
    width: 52%;
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .contact__left {
    padding: 20px 24px;
    width: 49%;
  }
}

.contact__left__title {
  margin-top: 0;
  text-align: center;
  color: #FF914D;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
@media (min-width: 1024px) {
  .contact__left__title {
    font-size: 22px;
  }
}

.contact__left__btn {
  text-align: center;
  display: block;
  background-color: #FF914D;
  color: #FF914D;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 5px;
  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;
  font-size: 16px;
}
.contact__left__btn:visited {
  color: #fff;
}
.contact__left__btn::before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/mail_icon.svg) no-repeat;
  background-size: contain;
  width: 22px;
  aspect-ratio: 20/15;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .contact__left__btn {
    padding: 18px 12px;
    font-size: 20px;
  }
  .contact__left__btn:hover {
    color: #fff;
  }
  .contact__left__btn::before {
    width: 28px;
  }
}

.contact__right {
  color: #fff;
}
@media (min-width: 768px) {
  .contact__right {
    width: 44%;
  }
}
@media (min-width: 1024px) {
  .contact__right {
    width: 46%;
  }
}

.contact__right__number {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  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;
}
.contact__right__number::before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/tel_icon.svg) no-repeat;
  background-size: contain;
  width: 22px;
  aspect-ratio: 15/20;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .contact__right__number {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  .contact__right__number {
    font-size: 48px;
  }
  .contact__right__number:before {
    width: 27px;
  }
}

.contact__right__title {
  text-align: center;
  margin-bottom: 4px;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .contact__right__title {
    margin-top: 0;
  }
}

.contact__right__text {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  border-top: 2px solid #fff;
  padding-top: 8px;
}
@media (min-width: 1024px) {
  .contact__right__text {
    font-size: 18px;
  }
}

.c-kv-01 {
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/top/fv_bg.jpg) center center no-repeat;
}

@media (min-width: 1024px) {
  .p-about_powercontinue-section-01__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-about_powercontinue-section-01__wrap .c-ttl-02 {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .p-about_powercontinue-section-01__body {
    text-align: left;
  }
}

.p-about_powercontinue-section-01__logo {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-about_powercontinue-section-01__logo {
    margin: 0;
    width: 39%;
    max-width: 400px;
    margin-top: 20px;
  }
  .p-about_powercontinue-section-01__logo img {
    width: 100%;
  }
}

.p-about_powercontinue-section-02__list {
  width: 100%;
}

.p-about_powercontinue-block-01__ttl {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .p-about_powercontinue-block-01__ttl {
    font-size: 26px;
  }
}

.p-about_powercontinue-block-01__head {
  padding: 8px 20px 8px;
}
@media (min-width: 1024px) {
  .p-about_powercontinue-block-01__head {
    padding: 12px 24px;
  }
}

.p-about_powercontinue-block-01__item {
  text-indent: 0;
  padding-left: 0;
  font-weight: 400;
  background-color: #ddf5de;
  padding: 10px 9px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about_powercontinue-block-01__item::before {
  content: "";
  display: block;
  background: url(/jp/ja/products_service/energy/power_continue/assets/img/about_powercontinue/listcheck.png) center center no-repeat;
  aspect-ratio: 1/1;
  width: 24px;
  background-size: contain;
  min-width: 25px;
  margin-right: 8px;
}
.p-about_powercontinue-block-01__item:nth-child(5), .p-about_powercontinue-block-01__item:nth-child(9) {
  background-color: #e6f0f5;
}
@media (min-width: 768px) {
  .p-about_powercontinue-block-01__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .p-about_powercontinue-block-01__item:nth-child(2), .p-about_powercontinue-block-01__item:nth-child(3), .p-about_powercontinue-block-01__item:nth-child(6), .p-about_powercontinue-block-01__item:nth-child(7), .p-about_powercontinue-block-01__item:nth-child(10) {
    background-color: #e6f0f5;
  }
  .p-about_powercontinue-block-01__item:nth-child(4), .p-about_powercontinue-block-01__item:nth-child(5), .p-about_powercontinue-block-01__item:nth-child(8), .p-about_powercontinue-block-01__item:nth-child(9) {
    background-color: #ddf5de;
  }
}
@media (min-width: 1024px) {
  .p-about_powercontinue-block-01__item {
    height: 85px;
    line-height: 1.6;
  }
}

.p-about_powercontinue-block-01__inner {
  border: 2px solid #229900;
}

.p-about_powercontinue-block-01__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 40%);
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-about_powercontinue-block-01__list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    width: 100%;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .p-about_powercontinue-block-01__item + .p-about_powercontinue-block-01__item {
    margin: 0;
  }
}

.c-ttl-01__txt {
  font-size: 27px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .c-ttl-01__txt {
    font-size: 32px;
  }
}

.c-ttl-02__txt-sub {
  font-weight: 500;
  color: #000;
}

.p-about_powercontinue-section-03__ttl {
  font-size: 24px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .p-about_powercontinue-section-03__ttl {
    font-size: 30px;
  }
}

.p-about_powercontinue-table-01--sp {
  border-collapse: separate;
  border-spacing: 0;
  width: auto;
  border-top: 1px solid var(--color-gray-2);
  border-right: 1px solid var(--color-gray-2);
}

.p-about_powercontinue-table-01__head--sp {
  width: 34%;
  line-height: 1.5;
  text-align: left;
}

.p-about_powercontinue-table-01__ttl--sp {
  padding-block: 10px;
}

.p-about_powercontinue-table-01__txt--sp {
  padding-block: 5px;
}

.p-about_powercontinue-section-03__table--sp {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-about_powercontinue-section-03__table--sp {
    display: none;
  }
}

.p-about_powercontinue-section-03__table {
  display: none;
}
@media (min-width: 768px) {
  .p-about_powercontinue-section-03__table {
    display: block;
  }
}

.c-block-01__link--about {
  margin-bottom: 0;
  margin-top: 32px;
}

.c-link-01__inner {
  padding-block: 10px;
  border-radius: 50rem;
  padding-inline: 5px;
}

.c-link-01__txt {
  font-size: 17px;
}
@media (min-width: 1024px) {
  .c-link-01__txt {
    font-size: 24px;
  }
}

.c-block-01__ttl-main .c-block-01__ttl-strong, .c-block-01__ttl-sub .c-block-01__ttl-strong {
  font-size: 28px;
}
@media (min-width: 768px) {
  .c-block-01__ttl-main .c-block-01__ttl-strong, .c-block-01__ttl-sub .c-block-01__ttl-strong {
    font-size: 40px;
    line-height: 1.3;
    margin-top: 12px;
    display: block;
  }
}

@media (min-width: 768px) {
  .p-about_powercontinue-section-03__icn {
    display: block;
  }
}

@media (min-width: 768px) {
  .p-about_powercontinue-section-03__icn--sp {
    display: none;
  }
}

.c-cm-block-arw__txt .c-cm-block-arw__txt-main, .c-cm-block-arw__txt .c-cm-block-arw__txt-sub {
  font-size: 28px;
}
@media (min-width: 1024px) {
  .c-cm-block-arw__txt .c-cm-block-arw__txt-main, .c-cm-block-arw__txt .c-cm-block-arw__txt-sub {
    font-size: 40px;
  }
}

.c-cm-block-arw__btn {
  max-width: 545px;
}

.p-fr-list-col {
  display: block;
}

.p-fr-list-col__ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-fr-list-col__ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.p-fr-figure {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fr-figure__list {
  width: 64%;
  margin-left: 10px;
}

.p-fr-figure-wrap {
  width: 100%;
}

.c-cm-bg-green__btn {
  max-width: 535px;
}

.anchor-link-list {
  padding: 0 20px;
  list-style: none;
}
.anchor-link-list li {
  margin-bottom: 12px;
  border: 1px solid #019C41;
  border-radius: 5px;
}
.anchor-link-list a {
  color: #019C41;
  display: block;
  padding: 8px 15px;
  text-align: center;
  font-weight: 600;
  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;
  position: relative;
}
.anchor-link-list a:hover {
  text-decoration: none;
}
.anchor-link-list .arrow {
  width: 10px;
  height: 5px;
  position: absolute;
  right: 10px;
  margin: 0;
  top: 50%;
}
.anchor-link-list .arrow::before,
.anchor-link-list .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #019C41;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
.anchor-link-list .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.anchor-link-list .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .anchor-link-list {
    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;
  }
  .anchor-link-list li {
    margin-bottom: 0;
    margin-right: 10px;
    width: 33%;
  }
  .anchor-link-list a {
    padding: 5px 12px;
    height: 55px;
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .anchor-link-list {
    max-width: 1080px;
    padding: 0 40px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .anchor-link-list li {
    margin-right: 14px;
  }
  .anchor-link-list li:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .anchor-link-list a {
    height: 60px;
  }
}

.p-systemconfiguration-section__checkboxes {
  background: #fff;
  padding: 20px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 40px;
}

.p-systemconfiguration-section__checkboxes label:nth-of-type(n+2) {
  margin-left: 16px;
}

.p-systemconfiguration-section__checkboxes label input[type=checkbox] {
  margin-right: 4px;
}

.p-systemconfiguration-section__checkboxes {
  background-color: #f5f5f5;
  margin-top: 12px;
}
.p-systemconfiguration-section__checkboxes label:nth-of-type(n+2) {
  margin-left: 0;
}
.p-systemconfiguration-section__checkboxes label {
  margin-right: 16px;
}

.p-howtouse-section {
  padding-bottom: 70px;
}

.p-howtouse-section__table {
  overflow-x: hidden;
}

.p-howtouse-table, .p-howtouse-table-02 {
  width: 100%;
  table-layout: fixed;
}
.p-howtouse-table td, .p-howtouse-table-02 td {
  border-bottom: 1px solid var(--color-gray-2);
  white-space: normal;
}
.p-howtouse-table th, .p-howtouse-table-02 th {
  width: 100% !important;
  padding-block: 9px !important;
}
.p-howtouse-table tbody, .p-howtouse-table tr, .p-howtouse-table th, .p-howtouse-table td, .p-howtouse-table-02 tbody, .p-howtouse-table-02 tr, .p-howtouse-table-02 th, .p-howtouse-table-02 td {
  display: block;
  width: 100%;
}
.p-howtouse-table .p-howtouse-table__td--pb0, .p-howtouse-table-02 .p-howtouse-table__td--pb0 {
  border-bottom: none;
  padding-bottom: 0;
}
.p-howtouse-table .p-howtouse-table__td--pt0, .p-howtouse-table-02 .p-howtouse-table__td--pt0 {
  padding-top: 0;
}
.p-howtouse-table .p-howtouse-table__td, .p-howtouse-table-02 .p-howtouse-table__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-howtouse-table .p-howtouse-table__td::before, .p-howtouse-table-02 .p-howtouse-table__td::before {
  display: block;
  content: "•";
  margin-right: 12px;
}
.p-howtouse-table .p-howtouse-table__sbttl, .p-howtouse-table-02 .p-howtouse-table__sbttl {
  border-bottom: 1px dashed #ccc;
}
@media (min-width: 1024px) {
  .p-howtouse-table, .p-howtouse-table-02 {
    display: table;
    table-layout: auto;
  }
  .p-howtouse-table tbody, .p-howtouse-table-02 tbody {
    display: table-row-group;
  }
  .p-howtouse-table tr, .p-howtouse-table-02 tr {
    display: table-row;
    width: auto;
  }
  .p-howtouse-table th,
.p-howtouse-table td, .p-howtouse-table-02 th,
.p-howtouse-table-02 td {
    display: table-cell;
    padding: 8px 10px;
    overflow-wrap: anywhere;
  }
  .p-howtouse-table th, .p-howtouse-table-02 th {
    width: 25% !important;
  }
  .p-howtouse-table .p-howtouse-table__sbttl, .p-howtouse-table-02 .p-howtouse-table__sbttl {
    border-bottom: 1px solid var(--color-gray-2);
    width: 25%;
  }
}

.p-howtouse-section-02 {
  margin-top: 0;
  background-color: transparent;
}
.p-howtouse-section-02 .reason__box {
  border: 1px solid #000;
}
.p-howtouse-section-02 .reason__box__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
  background-image: none;
  margin-bottom: 6px;
}
.p-howtouse-section-02 .reason__box__icon {
  margin: 0;
  width: 50px;
  margin-bottom: 8px;
}
.p-howtouse-section-02 .reason__box__title {
  color: #000;
}
@media (max-width: 767px) {
  .p-howtouse-section-02 .reason {
    padding-inline: 0;
  }
}

.p-howtouse-block {
  margin-top: 12px;
}

.price__plan--pc {
  display: none;
}
@media (min-width: 768px) {
  .price__plan--pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .price__plan--sp {
    display: none;
  }
}

.price-table {
  width: 100%;
}

.price-table__title {
  background-color: #0F9D3E;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .price-table__title {
    font-size: 16px;
    padding: 8px 5px;
    margin-bottom: 12px;
  }
}

.price-table__table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.price-table__table td, .price-table__table th {
  border: 1px solid #ccc;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  padding: 8px 2px;
  font-size: 13px;
}
.price-table__table td {
  background-color: #F5F5F5;
}
.price-table__table .price-table--lightgray {
  background-color: #A6A6A6;
  color: #fff;
}
.price-table__table .price-table--gray {
  background-color: #7E7E7E;
  color: #fff;
}
.price-table__table .price-table--deepgray {
  background-color: #646464;
  color: #fff;
}
.price-table__table .price-table--red {
  color: #E00905;
}
@media (min-width: 768px) {
  .price-table__table td, .price-table__table th {
    padding: 10px 2px;
  }
}
@media (min-width: 1024px) {
  .price-table__table td, .price-table__table th {
    padding: 14px 2px;
    font-size: 14px;
  }
}

.price-table__text {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .price-table__text {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.price-table__comment {
  background-color: #FFF001;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.price-table__comment::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #FFF001;
  translate: -50% -100%;
}
@media (min-width: 768px) {
  .price-table__comment {
    font-size: 14px;
    padding: 14px 5px 12px;
  }
}
@media (min-width: 1024px) {
  .price-table__comment {
    font-size: 18px;
    padding: 18px 5px 16px;
  }
}

.price-table__note {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 0;
  list-style: none;
}

.price-table__item {
  font-size: 11px;
}

@media (min-width: 1024px) {
  .price-reason {
    padding-block: 3.2rem;
  }
}

.price-table--1 .c-block-02__img-outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-table--1 .c-block-02__img--02 {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .price-table--1 .c-block-02__img-outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.price-table--2 .c-block-02__img--05 {
  display: none;
}
@media (min-width: 1024px) {
  .price-table--2 .c-block-02__img--05 {
    display: block;
  }
}

@media (max-width: 767px) {
  .p-ooc-section__container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .p-ooc-section__badge {
    padding-inline: 30px;
  }
}

.p-md-list__btn {
  width: 340px;
}

#system_configuration .filter-checkboxes__item:has(input:disabled) {
  opacity: 0.4;
}
#system_configuration .three-content.is-active {
  margin-top: 54px;
}
@media (min-width: 768px) {
  #system_configuration .three-content.is-active {
    margin-top: 80px;
  }
}