.denki_entry * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.denki_entry img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}

.denki_entry input[type=checkbox] {
  display: none;
}

.section_01 {
  padding: 50px 0;
}

.section_02 {
  padding: 55px 0 60px 0;
  background-color: #f0f5f9;
}

.section_03 {
  padding: 50px 0 90px;
}

@-webkit-keyframes push-size-s {
  40% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-s {
  40% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  .section_01 {
    padding: 33px 0;
  }

  .section_02,
  .section_03 {
    padding: 38px 0;
  }
}

.ly_cont {
  display: block;
  background-color: #fff;
}

.ly_cont_inner {
  padding: 0 2.6041666667vw;
}

@media screen and (max-width: 768px) {
  .ly_cont_inner {
    padding: 0 1rem;
  }
}


.bl_kv {
  text-align: center;
}

.bl_box {
  border: 1px solid #c3c3c3;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.bl_box_ttl {
  position: relative;
  padding: 9px 0 9px 20px;
  background-color: #e4e4e4;
  font-size: 1.25rem;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.bl_box_desc {
  display: none;
  padding: 20px 30px 30px 20px;
}

.bl_box_desc>*+* {
  margin-top: 20px;
}

.bl_box+.bl_box {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .bl_box__last {
    margin-top: 24px !important;
  }

  .bl_box_ttl {
    font-size: 0.875rem;
    padding: 1em 2em 1em 1em;
    line-height: 1.35;
  }

  .bl_box_desc {
    padding: 14px;
    font-size: 14px;
  }

  .bl_box_desc>*+* {
    margin-top: 1em;
  }

  .bl_box+.bl_box {
    margin-top: 14px;
  }
}

.bl_planUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  padding: 35px 2.34375vw;
  background-image: url(../images/pc/bg_white.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bl_plan+.bl_plan {
  margin-left: 0.5208333333vw;
}

.bl_plan_main {
  height: 100%;
}

.bl_plan_main img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bl_plan_main+[class^=el_] {
  margin-top: 20px;
}

.bl_plan_header {
  margin-top: 20px;
}

.bl_plan_desc {
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.bl_plan_desc+[class^=el_] {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .bl_planUnit {
    -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;
  }

  .bl_plan {
    background-image: url(../images/sp/bg_white.png);
    padding-left: 25px;
    padding-right: 25px;
  }

  .bl_plan+.bl_plan {
    margin-top: 30px;
    margin-left: 0;
  }

  .bl_plan_main>img {
    max-height: 70px;
  }

  .bl_plan_header {
    margin-top: 10px;
  }

  .bl_plan_header img {
    max-height: 52px;
  }

  .bl_plan_desc {
    font-size: 0.75rem;
    text-align: center;
  }
}

.bl_microtable table {
  width: 100%;
  margin-bottom: 4px;
}

.bl_microtable td,
.bl_microtable th {
  font-weight: 400;
  border: 1px solid #222;
  padding: 0.25em 1em;
}

@media screen and (max-width: 768px) {
  .bl_microtable table {
    max-width: 80%;
    min-width: 200px;
  }

  .bl_microtable td,
  .bl_microtable th {
    display: block;
  }

  .bl_microtable td {
    margin-top: -1px;
  }
}

/*------------------------------
 *  Input
 * ------------------------------*/
.el_check {
  position: relative;
}

.el_check+label {
  display: inline-block;
  font-size: 1.125rem;
  position: relative;
  cursor: pointer;
}

.el_check+label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  position: relative;
  margin-right: 10px;
  top: 7px;
}

.el_check+label::after {
  display: none;
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  border-top: 4px solid #086cd8;
  border-right: 4px solid #086cd8;
  -webkit-transform: rotate(130deg) translateY(-50%);
  -ms-transform: rotate(130deg) translateY(-50%);
  transform: rotate(130deg) translateY(-50%);
  left: -1px;
  top: 7px;
}

.el_check:checked+label::after {
  display: inline-block;
}

/*------------------------------
 *  List
 * ------------------------------*/
.el_list p {
  text-indent: 0;
}

.el_list>li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.el_list>li:nth-of-type(n+2) {
  margin-top: 6px;
}

.el_list.num>li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.el_list.katakana {
  margin-top: 4px;
}

.el_list_header {
  font-weight: 400;
}

.el_list_header>.num {
  margin-right: 0.25em;
}

.el_list__importantMatter>li:nth-of-type(n) {
  margin-top: 30px;
}

.el_dotList>li {
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/*------------------------------
 *  Button
 * ------------------------------*/
.el_btn {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 12px;
}

.el_btn:hover {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: push-size-s;
  animation-name: push-size-s;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.52, 0.22, 1.31);
  animation-timing-function: cubic-bezier(0.03, 0.52, 0.22, 1.31);
}

.el_btn__apply {
  background-color: #086cd8;
  color: #fff;
  border: 1px solid transparent;
}

.el_btn__apply::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  right: 20px;
}

.el_btn__apply[aria-disabled=true] {
  pointer-events: none;
  cursor: default;
  background-color: #ebeff6;
  color: #aeb4bd;
  border: 1px solid #aeb4bd;
}

.el_btn__ex {
  color: #07427b;
  border: 1px solid #07427b;
}

.el_btn__ex::after {
  content: "";
  position: absolute;
  background-image: url(../images/exlink.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.el_btn__ex:hover {
  color: #07427b;
}

.el_btn_small {
  display: block;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  padding: 12px 0 13px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.el_btn_small:hover {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: push-size-s;
  animation-name: push-size-s;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.52, 0.22, 1.31);
  animation-timing-function: cubic-bezier(0.03, 0.52, 0.22, 1.31);
}

.el_btn_small__ex {
  color: #07427b;
  border: 1px solid #07427b;
}

.el_btn_small__ex::after {
  content: "";
  position: absolute;
  background-image: url(../images/exlink.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.el_btn_small__ex:hover {
  color: #07427b;
}

/*------------------------------
 *  etc
 * ------------------------------*/
.el_innerLink {
  color: #086cd8;
  text-decoration: underline;
}

.el_innerLink:hover {
  color: #086cd8;
}

.el_innerLink__ex {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.el_innerLink__ex::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #086cd8;
}

.el_innerLink__ex::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(../images/exlink_blue.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
  top: 0.1em;
  image-rendering: -webkit-optimize-contrast;
}

.el_note {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.el_appBtn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin-top: 35px;
}

.el_appBtn {
  font-size: 24px;
  font-weight: 700;
  padding: 11px 13px 12px;
  border-radius: 60px;
  background-color: #E42D89;
  color: #fff !important;
  text-align: center;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.06em;
  transition: transform 0.3s;
  max-width: 480px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  border: 1px solid transparent;
}

.el_appBtn:hover {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: push-size-s;
  animation-name: push-size-s;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.52, 0.22, 1.31);
  animation-timing-function: cubic-bezier(0.03, 0.52, 0.22, 1.31);
}

.el_appBtn__blue {
  background-color: #004D9E;
}

.el_appBtn[aria-disabled=true] {
  pointer-events: none;
  cursor: default;
  background-color: #ebeff6;
  color: #aeb4bd;
  border: 1px solid #aeb4bd;
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .el_btn_small {
    font-size: 0.875rem;
  }

  .el_btn_small__ex::after {
    right: 10px;
  }
}

@media screen and (max-width: 998px) {
  .el_appBtn_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .el_check+label {
    font-size: 0.875rem;
  }

  .el_check+label::before {
    width: 18px;
    height: 18px;
    top: 5px;
  }

  .el_check+label::after {
    width: 13px;
    height: 6px;
    top: 5px;
    left: -2px;
  }

  .el_btn {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .el_btn_small {
    padding: 18px 0 19px;
    max-width: 300px;
  }

  .el_list__importantMatter>li:nth-of-type(n) {
    margin-top: 20px;
  }

  .el_appBtn_wrap {
    gap: 15px;
  }

  .el_appBtn {
    font-size: 16px;
    padding: 8px 9px 12px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .hp_sp {
    display: inline-block;
  }
}

.un_agreementArea {
  margin-top: 70px;
}

.un_agreementArea [class^=el_btn] {
  margin-top: 33px;
}

.un_agreementArea [class^=el_dot] {
  margin-top: 11px;
}

.un_agreementArea_note {
  margin-top: 14px;
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
}

.un_aboutLaw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.un_aboutLaw p {
  font-size: 1.125rem;
  font-weight: 700;
}

.un_section02_lead {
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 20px;
}

.un_banzai {
  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;
  color: #086cd8;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.un_banzai::before,
.un_banzai::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 38px;
  background-image: url(../images/banzai.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
}

.un_banzai::before {
  margin-right: 20px;
}

.un_banzai::after {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: 20px;
}

.un_gastekiLink {
  display: block;
  margin-bottom: 40px;
}

.un_gastekiLink:hover {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: push-size-s;
  animation-name: push-size-s;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.52, 0.22, 1.31);
  animation-timing-function: cubic-bezier(0.03, 0.52, 0.22, 1.31);
}

@media screen and (max-width: 768px) {
  .un_agreementArea {
    margin-top: 27px;
  }

  .un_agreementArea [class^=el_dot] {
    margin-top: 10px;
  }

  .un_agreementArea [class^=el_btn] {
    margin-top: 16px;
  }

  .un_agreementArea_note {
    font-size: 0.875rem;
    text-align: left;
    line-height: 2;
  }

  .un_aboutLaw {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.875rem;
    margin-top: 25px;
  }

  .un_aboutLaw>p {
    font-size: 0.875rem;
  }

  .un_section02_lead {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 16px;
  }

  .un_banzai {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .un_banzai::before,
  .un_banzai::after {
    height: 44px;
    background-image: url(../images/sp/banzai.png);
  }

  .un_banzai::before {
    margin-right: 16px;
  }

  .un_banzai::after {
    margin-left: 16px;
  }

  .un_gastekiLink {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 350px) {
  .un_banzai {
    font-size: 0.875rem;
  }

  .un_banzai::before {
    margin-right: 8px;
  }

  .un_banzai::after {
    margin-left: 8px;
  }
}

.js_box_toggle {
  cursor: pointer;
}

.js_box_toggle::before,
.js_box_toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.js_box_toggle::before {
  top: 50%;
}

.js_box_toggle::after {
  top: 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js_box_toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js_box_toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media screen and (max-width: 768px) {

  .js_box_toggle::before,
  .js_box_toggle::after {
    width: 14px;
    height: 2px;
    right: 14px;
  }
}