@charset "UTF-8";
.mainContents {
  padding: 22px 0 32px;
  background: url(/denki/assets/img/common/bg_page-header.svg) no-repeat right top/100% auto;
}
@media screen and (min-width: 769px) {
  .mainContents {
    background-size: 723px auto;
  }
}

@media screen and (min-width: 769px) {
  .secInner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.csMenu {
  position: relative;
  margin-top: 26px;
  padding: 19px 4.8717948718vw;
  border: 2px solid #f2a81d;
  border-radius: 14px;
}
@media screen and (min-width: 769px) {
  .csMenu {
    padding: 19px;
  }
}
.csMenu_text {
  font-size: 1.2rem;
  color: #6f6f6f;
}
.csMenu_title {
  margin-bottom: 24px;
  padding: 6px 90px 6px 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.csMenu_list {
  margin: 30px 0;
}
.csMenu_help {
  margin-top: 14px;
  text-align: right;
}
.csMenu_icon {
  position: absolute;
  top: -26px;
  right: 21px;
  width: 87px;
  height: 87px;
}
.csMenu_link {
  margin-top: 14px;
}
.csMenu_banner {
  margin: 20px 0;
}
.csMenu_banner a img {
  width: 100%;
  height: auto;
}

.linkList_item:not(:first-child) {
  border-top: 1px dashed #e2e2e2;
}

@media screen and (min-width: 769px) {
  .btnList {
    display: flex;
    justify-content: center;
    margin: 0 -11px;
  }
}
@media screen and (min-width: 769px) {
  .btnList_item {
    width: 346px;
    padding: 0 11px;
  }
}
.btnList_item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .btnList_item:not(:first-child) {
    margin-top: 0;
  }
}
.btnList_help {
  margin-top: 6px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .btnList_help {
    text-align: center;
  }
}

.arrowLink {
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 20px 10px 0;
  border-radius: 13px;
  line-height: 1.4285714286;
  color: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
}
.arrowLink::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 18px;
  height: 14px;
  margin-top: -7px;
  background-image: url(/denki/assets/img/common/icon_arrow_next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 14px;
  content: "";
}

.csGuide {
  position: relative;
  margin-top: 83px;
  padding-top: 130px;
}
.csGuide_img {
  position: absolute;
  top: -83px;
  left: 50%;
  width: 96px;
  transform: translateX(-50%);
}
.csGuide_link {
  margin-top: 26px;
}

@media screen and (min-width: 769px) {
  .csMenuTop,
  .csMenuBottom {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.csMenuTop {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 26px;
}
@media screen and (min-width: 769px) {
  .csMenuTop {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 23px;
    column-gap: 34px;
  }
  .csMenuTop > .csMenu:first-child {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .csMenuTop > .csMenu:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .csMenuTop > .csMenu:nth-child(3) {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .csMenuTop > .csMenu:nth-child(4) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .csMenuTop > .csMenu:nth-child(5) {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}

.csMenuBottom {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 26px;
  margin-top: 70px;
  padding-bottom: 67px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 769px) {
  .csMenuBottom {
    margin-top: 38px;
    padding-bottom: 72px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 34px;
  }
  .csMenuBottom > .csGuide {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .csMenuBottom > .faqBox {
    grid-column: 2/4;
    grid-row: 1/2;
  }
}

.secMenu {
  padding-top: 33px;
}
@media screen and (min-width: 769px) {
  .secMenu {
    padding-top: 55px;
  }
}

.secCancel {
  padding: 67px 0 0;
}
@media screen and (min-width: 769px) {
  .secCancel {
    padding: 60px 0 0;
  }
}
.secCancel .secInner {
  padding: 24px 5.1282051282vw;
  border-radius: 14px;
  background: #fffcf4;
}
@media screen and (min-width: 769px) {
  .secCancel .secInner {
    width: 640px;
    padding: 48px 120px;
  }
}
@media screen and (min-width: 769px) {
  .secCancel .iconHeading {
    text-align: center;
    margin-bottom: 32px;
  }
  .secCancel .iconHeading::before, .secCancel .iconHeading::after {
    display: none;
  }
}
.secCancel_desc {
  line-height: 1.6666666667;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3c3c3c;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .secCancel_desc {
    text-align: center;
    margin-bottom: 48px;
  }
}
.secCancel_subTitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3c3c3c;
  line-height: 1.6666666667;
  margin-bottom: 24px;
  text-align: center;
}
.secCancel .cancelNav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 22px;
}
.secCancel .cancelNav_item {
  flex: 1;
}
.secCancel .cancelNavTab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 16px;
  border: 2px solid #E8E8E8;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .secCancel .cancelNavTab {
    font-size: 1.5rem;
  }
}
.secCancel .cancelNavTab_title {
  width: 100%;
  display: flex;
  align-items: center;
}
.secCancel .cancelNavTab_title::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #F5F5F5;
  border: 3px solid #F5F5F5;
}
.secCancel .cancelNavTab_title span {
  flex: 1;
}
.secCancel .cancelNavTab[aria-selected=true] {
  border-color: #eb5402;
}
.secCancel .cancelNavTab[aria-selected=true]::before {
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 14px 17px 14px;
  border-color: transparent transparent #eb5402 transparent;
  content: "";
}
.secCancel .cancelNavTab[aria-selected=true] .cancelNavTab_title {
  color: #eb5402;
}
.secCancel .cancelNavTab[aria-selected=true] .cancelNavTab_title::before {
  background-color: #eb5402;
}
.secCancel .cancelPanel[aria-hidden=true] {
  display: none;
}
.secCancel .cancelPanel[aria-hidden=false] {
  display: block;
}
.secCancel .cancelBox {
  border: 2px solid transparent;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 22px;
}
.secCancel .cancelBox[aria-hidden=false] {
  border-color: #eb5402;
}
.secCancel .cancelBox_inner {
  padding: 24px 4.1025641026vw;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (min-width: 769px) {
  .secCancel .cancelBox_inner {
    padding: 24px 16px;
  }
}
.secCancel .cancelBox_inner:last-child {
  border-bottom: none;
}
.secCancel .cancelBox_title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #eb5402;
  line-height: 1.5714285714;
  margin-bottom: 20px;
  text-align: center;
}
.secCancel .cancelBox_title.others {
  color: #3c3c3c;
}
.secCancel .cancelBox_subTitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3c3c3c;
  line-height: 1.6666666667;
  margin-bottom: 10px;
}
.secCancel .cancelBox .text {
  line-height: 1.6666666667;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3c3c3c;
  margin-bottom: 16px;
}
.secCancel .cancelBox .text a {
  text-decoration: underline;
}
.secCancel .cancelBox .info {
  font-size: clamp(0.8rem, 1.786vw + 0.229rem, 1.6rem);
  font-weight: 500;
  color: #3c3c3c;
  margin-bottom: 8px;
  border: 1px solid #efefef;
  background-color: #fcfcfc;
  border-radius: 6px;
  padding: 8px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .secCancel .cancelBox .info {
    font-size: 1.3rem;
  }
}
.secCancel .cancelBox .info span {
  display: inline-flex;
  padding: 1px 3px 2px;
  margin: 0 1px;
  border-radius: 2px;
  background-color: #eb5402;
  color: #fff;
}
.secCancel .cancelBox .notes {
  line-height: 1.5;
  font-size: 1rem;
  color: rgba(111, 111, 111, 0.8);
}
.secCancel .cancelBox .alertBox {
  margin: 32px 0;
}
.secCancel .cancelBox .alertBox p {
  font-weight: 500;
}
.secCancel .cancelBox .alertBox p + p::before {
  content: "";
  display: block;
  margin: 10px 0;
  border-top: 1px solid #f1d8d9;
}
.secCancel .cancelBox .contactBox img {
  display: block;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .secCancel .cancelBox .contactBox img {
    max-width: 300px;
  }
}
.secCancel .sectionGrid {
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media screen and (min-width: 769px) {
  .secCancel .sectionGrid {
    column-gap: 108px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.secCancel .sectionGrid .alertBox {
  margin: 18px 0;
}
@media screen and (min-width: 769px) {
  .secCancel .sectionCol:last-child {
    position: relative;
  }
  .secCancel .sectionCol:last-child::before {
    display: block;
    position: absolute;
    left: -54px;
    width: 0;
    height: 100%;
    border-left: 1px dashed rgba(0, 0, 0, 0.13);
    content: "";
  }
}

/*=================================
+-----+// Structure
===================================*/
.structureBox {
  padding-top: 43px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .structureBox {
    padding-bottom: 43px;
  }
}
.structureBox_inner {
  max-width: 666px;
  margin: 0 auto;
}
.structureBox_bottom {
  margin: 30px -5.1282051282vw 0;
  border-radius: 0 0 14px 14px;
}
@media screen and (min-width: 769px) {
  .structureBox_bottom {
    margin: 40px -20px 0;
  }
  .structureBox_bottom .alertBox_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.structureUnit_text {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

.combiList {
  display: grid;
  row-gap: 10px;
}
@media screen and (min-width: 769px) {
  .combiList {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
    column-gap: 18px;
  }
}

.combiItem {
  position: relative;
  display: grid;
  padding: 14px 14px 14px 54px;
  border: 1px solid #eaeaea;
  border-radius: 9px;
  background: #fff;
  grid-template-areas: "title img" "text img";
  grid-template-columns: 1fr 55px;
  column-gap: 10px;
}
.combiItem.-fuel {
  border-color: #da5f29;
}
.combiItem.-renewable {
  border-color: #71d896;
}
@media screen and (min-width: 769px) {
  .combiItem.-base {
    order: 1;
  }
  .combiItem.-power {
    order: 3;
  }
  .combiItem.-fuel {
    order: 2;
  }
  .combiItem.-renewable {
    order: 4;
  }
}
.combiItem_title {
  grid-area: title;
  align-self: end;
  margin-bottom: 3px;
  line-height: 1.125;
  font-size: 1.6rem;
  font-weight: 700;
}
.combiItem_title > span {
  font-size: 1.1rem;
}
.combiItem_text {
  grid-area: text;
  align-self: start;
  font-size: 1.2rem;
  font-weight: 500;
  color: #6f6f6f;
}
.combiItem .moreLink {
  margin-top: 4px;
  color: #eb5402;
}
.combiItem_img {
  grid-area: img;
  display: flex;
  justify-content: center;
  align-items: center;
}
.combiItem_icon {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}
.combiItem_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.combiResult {
  position: relative;
  display: grid;
  place-content: center;
  margin-top: 50px;
  height: 80px;
  border-radius: 9px;
  background: #ffe1d1;
}
@media screen and (min-width: 769px) {
  .combiResult {
    margin-top: 70px;
  }
}
.combiResult_text {
  font-size: 1.6rem;
  font-weight: 500;
}
.combiResult_icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .combiResult_icon {
    top: -49px;
  }
}

.secStructure {
  padding: 34px 0 40px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 769px) {
  .secStructure {
    margin-bottom: 15px;
    padding: 45px 0 63px;
    border-bottom: none;
  }
}
.secStructure .secInner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .secStructure .secInner::after {
    position: relative;
    display: block;
    bottom: -62px;
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.3);
    content: "";
  }
}

.secPlan {
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 769px) {
  .secPlan {
    border-bottom: none;
  }
}
.secPlan .secInner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .secPlan .secInner::after {
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.3);
    content: "";
  }
}
.secPlan_header {
  position: relative;
  padding: 35px 0 33px;
}
.secPlan_header .iconHeading {
  margin-bottom: 0;
}
.secPlan_header[aria-expanded] {
  cursor: pointer;
}
.secPlan_header[aria-expanded]::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.secPlan_header[aria-expanded=false]::before {
  background-image: url(/denki/assets/img/common/icon_arrow_open.svg);
}
.secPlan_header[aria-expanded=true]::before {
  background-image: url(/denki/assets/img/common/icon_arrow_close.svg);
}
.secPlan_body {
  padding: 20px 0 48px;
}
.secPlan_body[aria-hidden=true] {
  display: none;
}

.planIntro {
  display: grid;
  row-gap: 14px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .planIntro {
    grid-template-columns: 300px 1fr;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 25px;
    padding-right: 100px;
    padding-left: 100px;
  }
}
.planIntro_img {
  display: flex;
  justify-content: center;
}
.planIntro_img img {
  display: block;
  height: auto;
}
.planIntro_img.-plan-m img {
  width: 30.7692307692vw;
}
@media screen and (min-width: 769px) {
  .planIntro_img.-plan-m img {
    width: 215px;
  }
}
.planIntro_img.-plan-l img {
  width: 41.0256410256vw;
}
@media screen and (min-width: 769px) {
  .planIntro_img.-plan-l img {
    width: 283px;
  }
}
.planIntro_text {
  font-size: 1.4rem;
  font-weight: 500;
}

.planNotes + .planNotes {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px dashed #e0e0e0;
}

.planGuideBox {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .planGuideBox {
    text-align: center;
  }
  .planGuideBox br {
    display: none;
  }
}

.tableContainer {
  margin: 27px 0 18px;
  padding: 15px;
  border: 6px solid #fffcf4;
  border-radius: 14px;
}

.tableNotes {
  margin-top: 7px;
  text-align: right;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .tableNotes {
    margin-top: 9px;
  }
}

.planTable {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .planTable {
    font-size: 1.5rem;
  }
}
.planTable th, .planTable td {
  font: inherit;
  vertical-align: middle;
}
.planTable th .textSup, .planTable td .textSup {
  top: -0.2em;
}
.planTable th div, .planTable td div {
  font: inherit;
}
.planTable thead {
  font-size: 1rem;
}
.planTable thead th, .planTable thead td {
  padding-bottom: 5px;
}
.planTable thead tr:last-child {
  border-bottom: 1px solid #333;
}
.planTable thead th:last-child {
  text-align: right;
}
.planTable tbody tr:last-child {
  border-bottom: 1px solid #333;
}
.planTable tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f2f2f2;
}
.planTable tbody th, .planTable tbody td {
  padding: 9px 0;
}
@media screen and (min-width: 769px) {
  .planTable tbody th, .planTable tbody td {
    padding: 17px 0;
  }
}
.planTable .tbTitle {
  width: 35.4938271605%;
  padding: 14px 7px 14px 0;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .planTable .tbTitle {
    width: 280px;
  }
}
.planTable .tbPrice {
  width: 30.8641975309%;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .planTable .tbPrice {
    width: 240px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .planTable .tbPrice_inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .planTable .tbPrice_inner > * {
    flex: 1;
  }
}
.planTable .tbPriceMain {
  padding-right: 7px;
}
@media screen and (min-width: 769px) {
  .planTable .tbPriceMain {
    padding-right: 0;
  }
}
.planTable .tbPriceTax {
  font-size: 1.1rem;
}

.checkPoint {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px 5.1282051282vw;
  background: #ffe971;
}
@media screen and (min-width: 769px) {
  .checkPoint {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.checkPoint::before {
  display: block;
  position: absolute;
  top: -13px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -24px;
  border-style: solid;
  border-width: 0 24px 20px 24px;
  border-color: transparent transparent #ffe971 transparent;
  content: "";
}
.checkPoint_inner {
  position: relative;
  padding-left: 67px;
  color: #d92323;
}
.checkPoint_inner::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-image: url(/denki/assets/img/merit/plan/icon_check-point.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.checkPoint_title {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 5px 2px;
  border-radius: 3px;
  background: #d92323;
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.checkPoint_text {
  letter-spacing: 0.03em;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .checkPoint_text {
    font-size: 1.5rem;
  }
}

.simBox {
  max-width: 510px;
  margin: 37px auto 0;
  padding: 43px 5.1282051282vw 26px;
  border-radius: 14px;
  background: url(/denki/assets/img/merit/plan/bg_sim-box.svg) no-repeat center bottom/100% auto, linear-gradient(to right, #fff68e 0%, #ffd217 100%);
}
@media screen and (min-width: 769px) {
  .simBox {
    margin-top: 56px;
    padding: 54px 20px 39px;
  }
}
.simBox_text {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-left: 83px;
  padding-right: 25px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 1px 1px 0px #fff;
}
@media screen and (min-width: 769px) {
  .simBox_text {
    padding-left: 113px;
    line-height: 1.28;
    font-size: 2.5rem;
    text-shadow: 2px 2px 0px #fff;
  }
}
.simBox_text::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 79px;
  background-image: url(/denki/assets/img/merit/plan/icon_sim-box.svg);
  background-size: 65px 79px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
@media screen and (min-width: 769px) {
  .simBox_text::before {
    bottom: -8px;
    width: 88px;
    height: 107px;
    background-size: 88px 107px;
  }
}
.simBox_btn {
  max-width: 324px;
  margin: 28px auto 0;
}

.secSlider {
  overflow: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  letter-spacing: -0.4em;
  text-align: center;
  line-height: 44px;
}

.slick-dots > li {
  width: 10px;
  height: 10px;
  letter-spacing: normal;
  background: #aaa;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.slick-dots > li.slick-active {
  background: #222;
}

.slick-dots > li > button {
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  color: transparent;
  background: transparent;
}

.slick-dots > li:hover {
  cursor: pointer;
}

.slick-dots > li + li {
  margin-left: 10px;
}

.slick-slide > div > div[style*=inline-block] {
  vertical-align: top;
}

.eg-slider-container {
  position: relative;
  max-width: 1018px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 7.6923076923vw;
}
@media screen and (min-width: 769px) {
  .eg-slider-container {
    padding: 0 0 65px;
  }
}

.eg-slider .slick-list {
  overflow: visible;
}
.eg-slider .slick-slide {
  margin: 0 5px;
}
@media screen and (min-width: 769px) {
  .eg-slider .slick-slide {
    margin: 0 9px;
  }
}
.eg-slider-card {
  display: block;
  overflow: hidden !important;
  border-radius: 6px;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 769px) {
  .eg-slider-card {
    border-radius: 12px;
  }
  .eg-slider-card:hover {
    opacity: 0.6;
  }
}
.eg-slider-card img {
  width: 100%;
  height: auto;
}
.eg-slider .slick-dots {
  position: absolute;
  bottom: -29px;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 26px;
}
@media screen and (min-width: 769px) {
  .eg-slider .slick-dots {
    bottom: -44px;
  }
}
.eg-slider .slick-dots > li {
  width: 8px;
  height: 8px;
  background: #c4c4c4;
}
.eg-slider .slick-dots > li + .eg-slider .slick-dots > li {
  margin-left: 9px;
}
.eg-slider .slick-dots > li.slick-active {
  background: #ff8900;
}

.eg-slider-switcher .slick-arrow {
  position: absolute;
  bottom: 5px;
  display: block;
  padding: 0;
  border: 0;
  width: 26px;
  height: 26px;
  outline: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  transition: opacity 0.3s ease;
}
.eg-slider-switcher .slick-arrow:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .eg-slider-switcher .slick-arrow:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .eg-slider-switcher .slick-arrow {
    bottom: 21px;
  }
}
.eg-slider-switcher .slick-arrow::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
  content: "";
}
.eg-slider-switcher .slick-prev {
  left: 3.5897435897vw;
}
@media screen and (min-width: 769px) {
  .eg-slider-switcher .slick-prev {
    left: 9px;
  }
}
.eg-slider-switcher .slick-prev::before {
  background-image: url(/denki/assets/img/cs/icon_slider_prev.svg);
}
.eg-slider-switcher .slick-next {
  right: 3.5897435897vw;
}
@media screen and (min-width: 769px) {
  .eg-slider-switcher .slick-next {
    right: 9px;
  }
}
.eg-slider-switcher .slick-next::before {
  background-image: url(/denki/assets/img/cs/icon_slider_next.svg);
}

.planNotice {
  border: 1px solid #d92323;
  border-radius: 14px;
  overflow: hidden;
}
.planNotice.betweenBox {
  margin: 20px 0;
}
.planNotice_header {
  position: relative;
  padding-right: 42px;
  border-radius: 0;
}
.planNotice_header[aria-expanded] {
  cursor: pointer;
}
.planNotice_header[aria-expanded]::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.planNotice_header[aria-expanded=false]::before {
  background-image: url(/denki/assets/img/common/icon_arrow_open_alert.svg);
}
.planNotice_header[aria-expanded=true]::before {
  background-image: url(/denki/assets/img/common/icon_arrow_close_alert.svg);
}
.planNotice_body {
  padding: 20px 5.1282051282vw;
  font-size: 1.2rem;
  font-weight: 500;
}
.planNotice_body[aria-hidden=true] {
  display: none;
}
@media screen and (min-width: 769px) {
  .planNotice_body {
    padding: 30px 100px;
    font-size: 1.4rem;
  }
}
.planNotice_body p + p {
  margin-top: 1em;
}
.planNotice_btn {
  margin-top: 26px;
}
@media screen and (min-width: 769px) {
  .planNotice_btn {
    margin-top: 36px;
  }
}
.planNotice_btn .btn {
  max-width: 324px;
  margin: 0 auto;
}
.planNotice figure {
  margin: 20px 0;
}
.planNotice figure img {
  width: 100%;
  height: auto;
}

.support5 .mainContents {
  position: relative;
  padding-bottom: 0;
  background: #fffcf4;
}
.support5 .pageHeader_title {
  color: #f3790a;
  font-size: 2.8rem;
}
.support5 .secInner {
  max-width: 800px;
  padding-right: 24px;
  padding-left: 24px;
}
.support5 #sec_cs {
  padding-top: 30px;
  background: #fff;
}
.support5 #sec_cs .btn_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .support5 #sec_cs .btn_type01 {
    margin-bottom: 60px;
  }
}

.appMenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background: #f3790a;
  transition: opacity 0.3s, visibility 0.3s;
}
.appMenu.is-open {
  visibility: visible;
  opacity: 1;
}

.appMenu_list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 15px;
}

.appMenu_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  transition: opacity 0.3s ease;
}
.appMenu_link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .appMenu_link:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.appMenu_link::after {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(/denki/assets/img/cs/support5/icon_btn_arrow03.svg) no-repeat center center/20px 20px;
  content: "";
}

.appMenu_close {
  display: block;
  padding: 5px;
  margin-left: auto;
  border: none;
  background: transparent;
  appearance: none;
  cursor: pointer;
}
.appMenu_close img {
  width: 22px;
  height: 22px;
}

.appMenuBtn {
  display: block;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  width: 54px;
  height: 54px;
  padding: 0;
  border: none;
  background: transparent;
  appearance: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.appMenuBtn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .appMenuBtn:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.appMenuBtn.is-bottom-fixed {
  position: absolute;
  bottom: auto;
  top: calc(100% + 1px);
}

.appHeading {
  margin-top: 35px;
  margin-bottom: 20px;
  color: #f3790a;
  font-size: 2.2rem;
  font-weight: 700;
}

.appGuide {
  padding-bottom: 15px;
}

.appGuideBox .figure,
.appModal .figure {
  text-align: center;
}
.appGuideBox img,
.appModal img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
  margin-inline: auto;
}
.appGuideBox img:not(.no-shadow),
.appModal img:not(.no-shadow) {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.appGuideBox {
  margin-bottom: 12px;
  border-radius: 12px;
  background: #fff;
  font-feature-settings: "palt" 1;
}

.appGuideBox_header {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 12px 43px 12px 15px;
  cursor: pointer;
}
.appGuideBox_header:has(.appGuideBox_icon) {
  padding-left: 10px;
}
.appGuideBox_header::-webkit-details-marker {
  display: none;
}
.appGuideBox_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  background: #fff url(/denki/assets/img/cs/support5/icon_acd.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.appGuideBox[open] .appGuideBox_header::before {
  transform: translateY(-50%) rotate(180deg);
}

.appGuideBox_icon {
  flex-shrink: 0;
  width: 40px;
}

.appGuideBox_title {
  flex: 1;
  align-self: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.appGuideBox_content {
  padding: 16px 15px 24px 15px;
  line-height: 1.5;
  font-size: 1.4rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .appGuideBox_content {
    padding-inline: 50px;
  }
}
.appGuideBox_content div {
  font-size: inherit;
}
.appGuideBox_content p:not(:last-child),
.appGuideBox_content ul:not(:last-child),
.appGuideBox_content ol:not(:last-child),
.appGuideBox_content figure:not(:last-child) {
  margin-bottom: 1em;
}
.appGuideBox_content ol {
  padding-left: 1.5em;
}
.appGuideBox_content ol li {
  list-style-type: decimal;
}
.appGuideBox_content .headingBd {
  width: fit-content;
  margin: 20px auto 24px;
  border-bottom: 4px solid #f3790a;
  font-size: 1.6rem;
  font-weight: 700;
}
.appGuideBox_content .headingBd:not(:first-child) {
  margin-top: 40px;
}
.appGuideBox_content .headingBg {
  width: fit-content;
  padding: 4px 20px;
  margin: 20px auto 20px;
  border-radius: 40px;
  background: #f3790a;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 700;
}
.appGuideBox_content .headingBg:not(:first-child) {
  margin-top: 40px;
}
.appGuideBox_content .guide {
  font-size: 1.3rem;
}
.appGuideBox_content h5 {
  margin-bottom: 16px;
  font-size: 1.6rem !important;
  font-weight: 700;
}
.appGuideBox_content h5:not(:first-child) {
  margin-top: 20px;
}
.appGuideBox_content h5.center {
  margin-top: 40px;
  margin-bottom: 12px;
  text-align: center;
}
.appGuideBox_content a:not([class]) {
  color: #f3790a;
  text-decoration: underline;
}
.appGuideBox_content a:not([class]):hover {
  text-decoration: none;
}
.appGuideBox_content .mod_call {
  color: currentColor;
}
.appGuideBox_content figcaption {
  margin-top: 20px;
}
.appGuideBox_content strong span {
  color: #eb5402;
}
.appGuideBox_content .notice {
  margin-bottom: 24px;
  padding: 14px 17px 16px;
  border-radius: 13px;
  background: #e4e4e4;
}
.appGuideBox_content .notice:not(:first-child) {
  margin-top: 24px;
}
.appGuideBox_content .notice > dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #363636;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.appGuideBox_content .notice > dd {
  font-size: 1.3rem;
}
.appGuideBox_content .note li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
}
.appGuideBox_content .note li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.appGuideBox_content .list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.appGuideBox_content .list li {
  position: relative;
  padding-left: 1em;
}
.appGuideBox_content .list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.appGuideBox_content .list li > p {
  margin-bottom: 0 !important;
}
.appGuideBox_content .list--bold li {
  font-weight: 700;
}
.appGuideBox_content .links li:not(:first-child) {
  background-image: linear-gradient(to right, #e4e4e4 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.appGuideBox_content .links a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 15px 0 17px;
}
.appGuideBox_content .links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}

.appStepContainer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.appStepContainer:not(:first-child) {
  margin-top: 30px;
}

.appStep {
  display: grid !important;
  gap: 24px;
  grid-template-rows: auto 1fr;
  padding-bottom: 15px;
}

.appStep_heading {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 18px;
  margin-bottom: 0 !important;
  font-size: 1.4rem;
  font-weight: 700;
}
.appStep_heading--vertical {
  grid-template-columns: 1fr;
}
.appStep_heading--vertical .appStep_text {
  font-size: 1.2rem;
  font-weight: 500;
}

.appStep_number {
  color: #f3790a;
}

.appStep_text .note {
  font-size: 1.2rem;
  font-weight: normal;
}

.appSliderContainer {
  margin: 30px 0;
}
.appUsefulBox .appSliderContainer {
  margin-bottom: 0;
}
.appSliderContainer .slick-slider {
  touch-action: auto;
}
.appSliderContainer .slick-track {
  display: flex;
}
.appSliderContainer .slick-slide {
  height: auto;
}
.appSliderContainer .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  padding: 0;
  border: 0;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  outline: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.appSliderContainer .slick-arrow:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .appSliderContainer .slick-arrow:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.appSliderContainer .slick-arrow::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 26px;
  content: "";
}
.appSliderContainer .slick-arrow.slick-disabled {
  opacity: 0.4;
}
.appSliderContainer .slick-prev {
  left: 0;
}
.appUsefulBox .appSliderContainer .slick-prev {
  left: -4px;
}
.appSliderContainer .slick-prev::before {
  background-image: url(/denki/assets/img/cs/icon_slider_prev.svg);
}
.appSliderContainer .slick-next {
  right: 0;
}
.appUsefulBox .appSliderContainer .slick-next {
  right: -4px;
}
.appSliderContainer .slick-next::before {
  background-image: url(/denki/assets/img/cs/icon_slider_next.svg);
}
.appSliderContainer .figure {
  padding-inline: 26px;
}

.sliderControls {
  margin-top: 15px;
  text-align: center;
}

.sliderControls_counter {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 15px;
}
.sliderControls_counter .current {
  color: #f3790a;
  font-weight: 700;
}

.sliderControls_progress {
  background: #c4c4c4;
  border-radius: 4px;
  height: 6px;
  width: 200px;
  margin-inline: auto;
  overflow: hidden;
}
.sliderControls_progress .bar {
  background: #f3790a;
  height: 100%;
  width: 0;
  border-radius: 3px;
  transition: width 0.3s ease-in-out;
}

.appGuideBtnList {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.appGuideBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 11px 11px 11px 17px;
  border: 1px solid #707070;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 700;
  appearance: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.appGuideBtn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .appGuideBtn:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.appGuideBtn::after {
  display: block;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  background: url(/denki/assets/img/cs/support5/icon_btn_arrow01.svg) no-repeat center center/19px 19px;
  content: "";
}

.appLinkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 380px;
  padding: 12px;
  border: 1px solid #ee6b07;
  border-radius: 40px;
  text-decoration: none;
  color: #f3790a;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.appLinkBtn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .appLinkBtn:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.appLinkBtn::after {
  display: block;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  background: url(/denki/assets/img/cs/support5/icon_btn_arrow01.svg) no-repeat center center/19px 19px;
  content: "";
}

.appLinkBtn_wrapper {
  display: flex;
  justify-content: center;
}

.appTitleIcon {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}
.appTitleIcon img {
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 769px) {
  .appTitleIcon {
    margin-bottom: 15px;
  }
  .appTitleIcon img {
    width: 50px;
    height: 50px;
  }
}

.appModal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 500;
}

.appModal_inner {
  max-width: 640px;
  margin-inline: auto;
  padding: 30px 16px;
  overflow-y: auto;
}

.appModal_content {
  position: relative;
  padding: 25px 22px 38px;
  border-radius: 8px;
  background: #fff;
}

.appModal_close {
  display: block;
  position: absolute;
  right: -16px;
  top: -14px;
  padding: 0;
  border: none;
  background: transparent;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  cursor: pointer;
  appearance: none;
  transition: opacity 0.3s ease;
}
.appModal_close:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .appModal_close:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.appModal_close img {
  width: 39px;
  height: 39px;
}

.appDownload {
  padding: 40px 0 50px;
  background: #f7f7f7;
}

.appDownload_heading {
  margin-bottom: 13px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.appDownload_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.appDownload_btns > a {
  max-width: 242px;
  flex: 1;
}
.appDownload_btns > a img {
  height: auto;
}

.appUseful {
  padding-top: 16px;
  padding-bottom: 55px;
  background: #fce2c6;
}

.appUseful_header {
  position: relative;
}
.appUseful_header .deco {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.appUseful_header .deco img {
  height: auto;
}
.appUseful_header .deco01 {
  left: -0.2923976608%;
  width: min(19.5906432749%, 67px);
}
@media screen and (min-width: 769px) {
  .appUseful_header .deco01 {
    left: 185px;
  }
}
.appUseful_header .deco02 {
  right: 2.3391812865%;
  width: min(21.6374269006%, 74px);
}
@media screen and (min-width: 769px) {
  .appUseful_header .deco02 {
    right: 190px;
  }
}

.appUseful_heading {
  text-align: center;
  padding-bottom: 19px;
}
.appUseful_heading .title,
.appUseful_heading .shoulder {
  font-weight: bold;
  color: #f3790a;
}
.appUseful_heading .shoulder {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 3px;
  font-size: 1.6rem;
}
.appUseful_heading .shoulder::before, .appUseful_heading .shoulder::after {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #f3790a;
  content: "";
}
.appUseful_heading .shoulder::before {
  transform: rotate(-22deg);
}
.appUseful_heading .shoulder::after {
  transform: rotate(22deg);
}
.appUseful_heading .title {
  line-height: 1.333;
  font-size: 1.8rem;
}
.appUseful_heading .title strong {
  font-weight: inherit;
  font-size: 2.7rem;
}

.appTalk {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6px;
}
.appTalk--listener {
  justify-items: end;
}
.appTalk:not(:last-child) {
  margin-bottom: 10px;
}

.appTalk_people {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}
.appTalk--speaker .appTalk_people {
  flex-direction: row-reverse;
}
.appTalk--listener .appTalk_people {
  flex-direction: row;
}
.appTalk_people .icon {
  flex-shrink: 0;
  width: 44px;
}
.appTalk_people .name {
  font-size: 1.2rem;
  font-weight: 500;
}

.appTalk_bubble {
  position: relative;
  width: fit-content;
  margin-top: 7px;
  padding: 9px 14px;
}
.appTalk_bubble p {
  position: relative;
  font-weight: 500;
}
.appTalk_bubble::before {
  display: block;
  position: absolute;
  top: -10px;
  width: 18px;
  height: 16px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  content: "";
}
.appTalk--speaker .appTalk_bubble, .appTalk--speaker .appTalk_bubble::before {
  background: #dbe5e6;
}
.appTalk--speaker .appTalk_bubble::before {
  left: 14px;
}
.appTalk--listener .appTalk_bubble, .appTalk--listener .appTalk_bubble::before {
  background: #f8f1d4;
}
.appTalk--listener .appTalk_bubble::before {
  right: 14px;
}

.appUsefulBox {
  margin-block: 24px;
  padding: 15px 15px 22px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.appUsefulBox p:not([class]) {
  font-size: 1.2rem;
}

.appUsefulBox_heading {
  margin-bottom: 12px;
  letter-spacing: normal;
  font-size: 1.4rem;
  font-weight: bold;
}

.appUsefulFrame {
  margin-block: 16px;
  padding: 7px 12px;
  border: 3px solid #f3790a;
  border-radius: 16px;
}
.appUsefulFrame p:not([class]) {
  font-size: 1.2rem;
  font-weight: 500;
}
.appUsefulFrame .textColor {
  color: #f3790a;
}