@charset "utf-8";
@keyframes arrow-r {
  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 arrow-down {
  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(0, 30%, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
.u-pc-d-n {
  display: none;
}
#contents-area, #contents-body, .lyt-col-1 #contents-body {
  float: none;
  width: 100%;
  min-width: 990px;
}

.utility-anchor-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .04em;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 0;
  transition: opacity .5s;
}
.utility-anchor-button:hover,
.utility-anchor-button:focus {
  text-decoration: none;
  opacity: .7;
  transition: opacity .5s;
}
.utility-anchor-button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 38%;
  right: 20px;
  transform: rotate(45deg);
}
.utility-anchor-button:hover::after,
.utility-anchor-button:focus::after {
  -webkit-animation: arrow-down .4s 2;
  animation: arrow-down .4s 2;
}

#call-to-order {
  position: relative;
}
#main-visual {
  background: url(/energy/set/data/special/eco-denki-app/img/p/img-bg-main-visual.png) no-repeat center;
  height: 540px;
  z-index: 5;
}
#main-visual img {
  width: 100%;
}
.main-visual-bg-color {
  position: absolute;
  background-color: #ffd900;
  position: absolute;
  width: 100%;
  height: 200px;
  top: 6.54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contents {
  position: relative;
  background: -webkit-linear-gradient (-18deg, #fff6cd, #fff6cd 51%, #fffbe3 51.1%, #fffbe3 100%);
  background: linear-gradient(-18deg, #fff6cd, #fff6cd 51%, #fffbe3 51.1%, #fffbe3 100%);
  margin: 0 auto;
  padding: 114px 0 280px;
}
.contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/energy/set/data/special/eco-denki-app/img/p/st_yellow1.png) no-repeat;
  width: 650px;
  height: 272px;
}
.contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/energy/set/data/special/eco-denki-app/img/p/st_yellow2.png) no-repeat;
  width: 915px;
  height: 367px;
}
.contents-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 4px;
}
.contents-title-sub {
  font-size: 32px;
}
.contents-title-large {
  font-size: 48px;
}
.contents-title-strong {
  display: inline-block;
  background: -webkit-linear-gradient (0deg, #ffd900, #ffd900 20%, transparent 20%, transparent 100%);
  background: linear-gradient(0deg, #ffd900, #ffd900 20%, transparent 20%, transparent 100%);
  padding: 0 2px;
  line-height: .9;
  font-size: 48px;
  color: #e83828;
}
.other-function-list-title {
  display: inline-block;
  background: url(/energy/set/data/special/eco-denki-app/img/shared/img-balloon.png?20220928) no-repeat;
  margin: 0 auto 30px;
  width: 218px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.other-function-img {
  position: relative;
  margin-bottom: 25px;
}
.other-function-img-screen {
  position: absolute;
  top: -2px;
  left: 50px;
}
.other-function-img-01::after {
  content: "";
  position: absolute;
  top: -13px;
  right: 30px;
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-other-screen1.png) no-repeat;
  width: 90px;
  height: 90px;
}
.other-function-img-02::after {
  content: "";
  position: absolute;
  top: -13px;
  right: 30px;
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-other-screen2.png) no-repeat;
  width: 90px;
  height: 90px;
}
.other-function-img-03::after {
  content: "";
  position: absolute;
  top: -13px;
  right: 30px;
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-other-screen3.png) no-repeat;
  width: 90px;
  height: 90px;
}
.app-download {
  background-color: #ffd900;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.app-download-area {
  width: 960px;
  margin: 0 auto;
  padding: 12px 0;
}
.app-download-flex {
  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;
}
.app-download-text {
  margin: 0 20px 0 0;
}
.app-download-text-strong {
  color: #e83828;
}
.app-download-list {
  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;
}
.app-download-item {
  margin-right: 20px;
}
.app-download-item:last-child {
  margin-right: 0;
}
.coming-soon-text {
  font-size: 30px;
  padding: 25px 0;
}
.function-wrap {
  position: relative;
  z-index: 1;
  width: 820px;
  margin: 0 auto;
}
.function-wrap.function01 {
  margin-bottom: 220px;
}
.function-wrap.function02 {
  margin-bottom: 210px;
}
.function-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 10px 10px 0px 0px #ffd900;
  padding: 60px 38px;
}
.function01 .function-box {
  margin-top: 200px;
  margin-right: 200px;
}
.function02 .function-box {
  margin-left: 200px;
  padding-left: 60px;
}
.function03 .function-box {
  margin-right: 200px;
}
.function-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.function-title-large {
  font-size: 42px;
}
.function-title-color {
  color: #e83828;
}
.function-title-strong {
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient (0deg, #ffd900, #ffd900 20%, transparent 20%, transparent 100%);
  background: linear-gradient(0deg, #ffd900, #ffd900 20%, transparent 20%, transparent 100%);
  padding: 0 2px;
  line-height: .9;
  font-size: 42px;
  color: #e83828;
}
.function-title-strong::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  background: url(/energy/set/data/special/eco-denki-app/img/p/img-emphasis.png);
  margin: 0 auto;
  width: 48px;
  height: 19px;
}
.function-desc {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.function-note {
  position: relative;
  font-size: 14px;
  margin: 0;
  padding-left: 1em;
}
.function-note::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.function-link-container {
  margin-top: 30px;
  width: 310px;
}
.function-link-button {
  color: #006699 !important;
  border: 1px solid #c1c1c2;
}
.function-link-button:hover,
.function-link-button:focus {
  text-decoration: none;
  opacity: .7;
  transition: opacity .5s;
}
.function-link-button::after {
  border-right: 2px solid #006699;
  border-bottom: 2px solid #006699;
}
.smartphone-edge {
  display: block;
}
.function-img {
  position: absolute;
  display: block;
  width: 290px;
}
.function-img .screen-shot {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 260px;
  height: 562px;
}
.function01 .function-img {
  top: -152px;
  right: -256px;
}
.function02 .function-img {
  top: -142px;
  left: -256px;
}
.function03 .function-img {
  top: -132px;
  right: -256px;
}
.other-function {
  background: url(/energy/set/data/special/eco-denki-app/img/shared/img-bg-other-function.jpg);
  padding: 110px 0 100px;
  text-align: center;
}
.other-function-title, .register-title, .challenge-title {
  position: relative;
  margin-bottom: 65px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
}
.other-function-title-inner, .register-title-inner {
  position: relative;
  z-index: 1;
}
.other-function-title::after, .register-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background: url(/energy/set/data/special/eco-denki-app/img/p/st_yellow_bar.png) no-repeat;
  margin: 0 auto;
  width: 500px;
  height: 30px;
}
.other-function-list-wrap {
  margin: 0 auto;
  width: 920px;
}
.other-function-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.other-function-item {
  text-align: center;
  width: 280px;
  padding-right: 40px;
}
.other-function-item:last-child {
  padding-right: 0;
}
.other-function-list .heading-03 {
  font-size: 20px;
  padding: 20px 0;
  margin-bottom: 0;
}
.other-function-list-text {
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.challenge {
  padding: 80px 0 0;
  background: url(/energy/set/data/special/eco-denki-app/img/shared/img-bg-other-function.jpg);
}
.challenge-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 54px;
  line-height: 1.27;
}
.challenge-title-inner {
  position: relative;
  z-index: 1;
}
.challenge-title-inner::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  background: url(/energy/set/data/special/eco-denki-app/img/p/st_yellow_bar.png) no-repeat;
  margin: 0 auto;
  height: 30px;
  z-index: -1;
}
.challenge-title-inner:first-child:after {
  width: 353px;
}
.challenge-title-inner:last-child:after {
  width: 560px;
  background-image: url(/energy/set/data/special/eco-denki-app/img/p/st_yellow_bar-long.png);
}
.challenge-anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 950px;
  margin-bottom: 76px;
}
.challenge-anchor-container {
  width: 450px;
}
.challenge-anchor-button {
  height: 75px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .04em;
  color: #fff !important;
}
.challenge-anchor-button::after {
  width: 8px;
  height: 8px;
  right: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.challenge-anchor-container:first-child .challenge-anchor-button {
  background: #f1a100;
  border: 3px solid #fcf0b9;
}
.challenge-anchor-container:last-child .challenge-anchor-button {
  background: #35b240;
  border: 3px solid #d9e9d3;
}
.challenge-lv03-inner {
  margin: 0 auto;
  width: 950px;
}
.challenge-lv03-container {
  padding: 80px 0 82px;
}
.challenge-setsuden-container {
  background: #fefbe5;
}
.challenge-hirutoku-container {
  background: #eaf7eb;
}
.challenge-box {
  background: #fff;
  border-radius: 40px;
}
.challenge-box-title {
  padding: 34px 0 28px;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: .04em;
  text-align: center;
  background: #f1a100;
  color: #fff;
  border-radius: 40px 40px 0 0;
}
.challenge-box-title--setsuden {
  background: #f1a100;
}
.challenge-box-title--hirutoku {
  background: #35b240;
}
.challenge-box-inner {
  padding: 60px 46px;
}
.challenge-point {
  padding: 0 50px;
}
.challenge-point-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-left: 20px;
  text-align: center;
}
.challenge-point-title-text {
  display: block;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: .04em;
  line-height: 1.2;
}
.challenge-point-graph {
  margin-top: 56px;
}
.challenge-point-graph img {
  width: 100%;
}
.challenge-success {
  margin-top: 59px;
  padding: 0 50px;
}
.challenge-success-title {
  padding: 10px 0 6px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .04em;
  text-align: center;
  color: #fff;
}
.challenge-success-title--setsuden {
  background: #f1a100;
}
.challenge-success-title--hirutoku {
  background: #35b240;
}
.challenge-success-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}
.challenge-success-item {
  width: calc((100% - 22px) / 3);
}
.challenge-participate {
  margin-top: 60px;
}
.challenge-participate-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.challenge-participate-title-text {
  display: block;
  margin-top: 4px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .04em;
}
.challenge-participate-title-text--setsuden {
  color: #f1a100;
}
.challenge-participate-title-text--hirutoku {
  color: #35b240;
}
.challenge-participate-flow {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 28px;
}
.challenge-participate-flow--hirutoku {
  margin-top: 20px;
}
.challenge-participate-flow-item {
  width: calc((100% - 120px) * 4);
  list-style: none !important;
}
.challenge-participate-flow-item-head {
  display: block;
  padding: 6px 0 3px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .04em;
  text-align: center;
  color: #fff;
}
.challenge-participate-flow-item-head--setsuden {
  background: url(/energy/set/data/special/eco-denki-app/img/shared/img_label-orange.png) no-repeat center/cover;
}
.challenge-participate-flow-item-head--hirutoku {
  background: url(/energy/set/data/special/eco-denki-app/img/shared/img_label-green.png) no-repeat center/cover;
}
.challenge-participate-flow-item-mock {
  margin-top: 20px;
}
.challenge-participate-flow-item-mock img {
  width: 185px;
}
.challenge-participate-flow-item-description {
  margin-top: 20px;
}

section.naturebank {
    padding: 60px 10px;
    background-color: #fff;
}

.naturebank-anchor {
    margin: 0 auto;
    width: 950px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.naturebank-anchor-containerL {
/*    width: 446px;*/
}
h2.naturebank-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.27;
    font-size: 27px;
    font-weight: bold;
    width: 470px;
}
span.naturebank-title-inner {
    position: relative;
    z-index: 1;
}
.naturebank-anchor-containerR {
/*    width: 504px;*/
}

.naturebank-anchor-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: .04em;
    border-radius: 50px;
    position: relative;
    z-index: 0;
    transition: opacity .5s;
    width: 484px;
    height: 108px;
    margin-left: 10px;
}

.register {
  position: relative;
  background-color: #fffbe3;
  background: -webkit-linear-gradient (-8deg, #fff6cd, #fff6cd 9%, #fffbe3 9.1%, #fffbe3 100%);
  background: linear-gradient(-8deg, #fff6cd, #fff6cd 9%, #fffbe3 9.1%, #fffbe3 100%);
  padding-top: 125px;
  padding-bottom: 120px;
  text-align: center;
}
.register::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/energy/set/data/special/eco-denki-app/img/p/st_yellow3.png) no-repeat;
  width: 513px;
  height: 129px;
}
.register-sub-title {
  margin-bottom: 100px;
}
.register-step {
  margin: 0 auto;
  max-width: 860px;
}
.register-step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.register-step-item {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  width: -webkit-calc(33.33% - 16.66px);
  width: calc(33.33% - 16.66px);
  margin-right: 25px;
  margin-bottom: 75px;
  padding: 40px 20px 25px;
  border-radius: 10px;
}
.register-step-item:nth-child(3n) {
  margin-right: 0;
}
.register-step-item::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 81px;
  height: 71px;
}
.register-step-item01::before {
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-register-step1.png);
}
.register-step-item02::before {
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-register-step2.png);
}
.register-step-item03::before {
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-register-step3.png);
}
.register-step-item04::before {
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-register-step4.png);
}
.register-step-item05::before {
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-register-step5.png);
}
.register-step-item06::before {
  background: url(/energy/set/data/special/eco-denki-app/img/p/icon-register-step6.png);
}
.register-step-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  background: url(/energy/set/data/special/eco-denki-app/img/p/arrow-register-step.png);
  margin: auto;
  width: 19px;
  height: 38px;
}
.register-step-item01::after {
  display: none;
}
.register-step-title {
  display: block;
  margin-bottom: 15px;
}
.register-step-title06 {
  position: relative;
}
.register-step-title06::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 9px;
  background: url(/energy/set/data/special/eco-denki-app/img/p/img-star-register-step.png);
  width: 39px;
  height: 35px;
}
.register-step-img {
  height: 330px;
}
.register-step-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}
.register-step-note {
  margin: -35px auto 0;
  max-width: 860px;
  font-size: 14px;
  text-align: left;
}
.usage-info {
  margin: 0 auto;
  padding-top: 90px;
  max-width: 860px;
}
.usage-info-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.usage-info-table {
  width: 100%;
  font-size: 16px;
  vertical-align: middle;
}
.usage-info-table th {
  width: 300px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f7f7f7;
  padding: 28px 0;
  text-align: center;
}
.usage-info-table td {
  padding: 28px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.usage-info-table-text {
  margin-bottom: 10px;
}
.usage-info-table-text:last-child {
  margin-bottom: 0;
}
.usage-info-note {
  margin-top: 18px;
  font-size: 16px;
}
.related-info {
  margin: 0 auto;
  padding-top: 45px;
  max-width: 860px;
}
.related-info-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.related-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}
.related-info-list .related-info-item {
  margin: 0 50px;
}
a.related-info-item-link {
  text-decoration: none;
  color: #fff;
}
.related-info-item-link:hover {
  opacity: .8;
}
.related-info-item-text {
  position: relative;
  margin: 0;
  padding: 8px 28px 8px 0;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.related-info-item-text::after {
  content: "";
  display: block;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  margin: auto 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.related-info-item-link:hover .related-info-item-text::after {
  -webkit-animation: arrowR .4s 2;
  animation: arrowR .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)
  }
}
.related-info-item-text01 {
  background-color: #fabd00;
}
.related-info-item-text02 {
  background-color: #236800;
}
.related-info-item-text03 {
  background-color: #17318d;
}
.faq {
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 110px;
  max-width: 860px;
}
.question-toggle {
  margin: 0 0 75px;
}
.question-toggle .question-box {
  display: none;
}
.question-toggle .btn-toggle {
  position: relative;
  display: block;
  padding: 20px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  user-select: none;
  transition: all .5s;
}
.question-toggle .btn-toggle:before, .question-toggle .btn-toggle:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 4px;
  height: 20px;
  background: #fff;
  transition: all .5s;
}
.question-toggle .btn-toggle:after {
  transform: rotate(90deg);
}
.question-toggle .btn-toggle.active {
  color: #000;
  background: #fff;
}
.question-toggle .btn-toggle.active:before, .question-toggle .btn-toggle.active:after {
  transform: rotate(-90deg);
}
.question-toggle .btn-toggle.active:before, .question-toggle .btn-toggle.active:after {
  background: #000;
}
.question-toggle .question-box li:nth-child(odd) {
  margin: 0 0 20px;
  padding: 40px 0 0;
  font-weight: bold;
}
.question-toggle .question-box li:nth-child(even) {
  padding: 0 0 40px;
  border-bottom: 1px solid #dedede;
}
.question-toggle .question-box dl {
  display: table;
  margin: 0;
}
.question-toggle .question-box dt, .question-toggle .question-box dd {
  display: table-cell;
  vertical-align: top;
}
.question-toggle .question-box dt {
  width: 75px;
}
.question-toggle .question-box dt img {
  width: 44px;
  height: auto;
}
.question-toggle .question-box dd {
  padding: 10px 0;
  text-align: left;
}
.question-toggle .question-box dd.m-line {
  padding: 0;
}
.faq-note-item {
  list-style: none;
  text-decoration: none;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.faq-note-item span {
  margin-right: 6px;
}
.faq-note-list--challenge {
  margin-top: 20px;
}
.section-page-back {
  background: #f8f8f8;
  padding: 90px 0;
  text-align: center;
}
.page-back-link {
  position: relative;
  color: #333 !important;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 16px;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.page-back-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-back-link[data-sb-icon='arrow-l']::after {
  content: '';
  display: block;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(-135deg);
}
@keyframes arrow-l {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
    transform: translate3d(0, 0, 0) rotate(-135deg);
  }
  50% {
    -webkit-transform: translate3d(-30%, 0, 0) rotate(-135deg);
    transform: translate3d(-30%, 0, 0) rotate(-135deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
    transform: translate3d(0, 0, 0) rotate(-135deg);
  }
}
.page-back-link[data-sb-icon='arrow-l']:hover::after {
  animation: arrow-l 0.4s ease-in-out 0s 2 alternate;
  -webkit-animation: arrow-l 0.4s ease-in-out 0s 2 alternate;
}
.text-bold {
  font-weight: bold;
}
.text-link-container {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
}
.text-link {
  position: relative;
  transition: 0.3s ease-in-out;
}
.text-link[data-sb-icon='arrow-r']::after {
  content: '';
  display: block;
  border-top: solid 2px #006699;
  border-right: solid 2px #006699;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -6px;
  transform: rotate(45deg);
  z-index: 0;
}
.text-link:hover::after {
  -webkit-animation: arrowR .4s 2;
  animation: arrowR .4s 2;
}
.text-link:hover {
  text-decoration: none;
  opacity: 0.7;
}