@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  outline: none;
  text-decoration: none !important; }

/*--------------------------
メディアクエリ設定
---------------------------*/
/*マップ型変数で定義*/
/*@mixinでメディアクエリを呼び出す。変数mq、初期値sm*/
/*	@include mq(sm){
	}
	@include mq(pc){
	}*/
/*--------------------------------------------------
変数設定
---------------------------------------------------*/
/*$weightBold: 500;*/
/*--------------------------------------------------
全体設定
---------------------------------------------------*/
body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color: #414141;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    display: block;
    /*無効化を防ぐ*/ } }
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto; } }

a.el_link_txt {
  text-decoration: underline !important;
  /*	color: #202020;*/ }

/*--------------------------------------------------
ヘルパークラス
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .hp_sp_br {
    display: none; } }
@media screen and (max-width: 767px) {
  .hp_sp_br {
    display: block; } }

@media screen and (min-width: 768px) {
  .hp_pc_br {
    display: block; } }
@media screen and (max-width: 767px) {
  .hp_pc_br {
    display: none; } }

@media screen and (min-width: 768px) {
  .hp_pc_none {
    display: none; } }
@media screen and (max-width: 767px) {
  .hp_pc_none {
    display: block; } }

.hp_ta-c {
  text-align: center !important; }

.hp_ta-r {
  text-align: right !important; }

.hp_txt_small {
  font-size: 0.8em; }

.hp_txt_xsmall {
  font-size: 0.4em; }

.hp_txt_large {
  font-size: 1.5em; }

.hp_txt_primary {
  color: #00CDD7; }

.hp_txt_caution {
  color: #B80000; }

.hp_txt_orange {
  color: #EB8805; }

.hp_txt_slant {
  position: relative; }
  .hp_txt_slant::before {
    display: block;
    content: "";
    width: 1.5em;
    height: 1px;
    background: #45CEC3;
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    z-index: -1; }
  .hp_txt_slant::after {
    display: block;
    content: "";
    width: 1.5em;
    height: 1px;
    background: #45CEC3;
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    z-index: -1; }

/*toggleコンテンツ*/
.hp_toggle_btn {
  cursor: pointer; }

.hp_toggle_cont {
  display: none; }

.hp_mt10 {
  margin-top: 10px !important; }

.hp_dis_block {
  display: block; }

.hp_btn_shadow {
  box-shadow: 0px 0px 16px -8px rgba(0, 0, 0, 0.4); }

/*---------------------------------
header
----------------------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: #fff; }
  @media screen and (min-width: 768px) {
    header {
      padding: 0.5em 1em; } }
  @media screen and (max-width: 767px) {
    header {
      padding: 0.5em 1em; } }
  header.ly_header__simple {
    position: static; }

.bl_headerInner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_headerInner {
      max-width: 1160px;
      /*?*/ } }

/*左側*/
.bl_header_left {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_header_left {
      max-width: 450px;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .bl_header_left {
      width: 100%; } }

.bl_header_leftInner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

@media screen and (min-width: 768px) {
  .el_header_logo {
    max-width: 240px; } }
@media screen and (max-width: 767px) {
  .el_header_logo {
    max-width: 150px; } }

.el_header_subtxt {
  font-size: 0.8em; }
  @media screen and (max-width: 767px) {
    .el_header_subtxt {
      display: none; } }

/*右側*/
.bl_header_right {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_header_right {
      max-width: 640px;
      width: 70%;
      margin-left: auto; } }
  @media screen and (max-width: 767px) {
    .bl_header_right {
      display: none; } }

.bl_header_rightInner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px; }

.ly_btn.ly_btn__header {
  display: block;
  width: 100%;
  transition: .3s all;
  /*toggle*/ }
  @media screen and (min-width: 768px) {
    .ly_btn.ly_btn__header {
      margin-right: 2em;
      max-width: 214px; } }
  @media screen and (max-width: 767px) {
    .ly_btn.ly_btn__header {
      width: 30%;
      position: fixed;
      bottom: 20px;
      right: 0; } }
  .ly_btn.ly_btn__header.js-active {
    transition: .3s all; }
    @media screen and (min-width: 768px) {
      .ly_btn.ly_btn__header.js-active {
        margin-right: 2em; } }
.ly_btn.ly_btn__cvarea {
  margin: 2em auto;
  display: block;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ly_btn.ly_btn__cvarea {
      max-width: 520px; } }

@media screen and (min-width: 768px) {
  .ly_header_btn {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .ly_header_btn {
    width: 100%;
    margin-top: 1em; } }
.ly_header_btn.ly_header_btn__tel {
  width: 40%; }

/*--------------------------------------------------
見出し系
---------------------------------------------------*/
.el_heading {
  text-align: center;
  /*h2*/
  /*5kwh*/ }
  @media screen and (min-width: 768px) {
    .el_heading {
      font-size: 1.5em; } }
  @media screen and (max-width: 767px) {
    .el_heading {
      font-size: 1.313em; } }
  .el_heading.el_heading__answer {
    color: #009FBF;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__answer {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__answer {
        font-size: 1.5em; } }
  .el_heading.el_heading__jissitsu {
    color: #009FBF; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__jissitsu {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__jissitsu {
        font-size: 1.5em; } }
  .el_heading.el_heading__recommend {
    color: #009FBF;
    font-weight: bold;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__recommend {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__recommend {
        font-size: 1.5em; } }
  .el_heading.el_heading__points {
    display: block;
    margin: 0 auto;
    color: #EB8805;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__points {
        width: 100%;
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__points {
        width: 100%;
        font-size: 1.5em; } }
    .el_heading.el_heading__points > .el_heading_txt {
      display: inline-block;
      position: relative;
      color: inherit; }
      .el_heading.el_heading__points > .el_heading_txt::before {
        display: block;
        content: "";
        background-image: url("../img/icon-ok-hand@2x.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: -80px;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          .el_heading.el_heading__points > .el_heading_txt::before {
            width: 88px;
            height: 58px; } }
        @media screen and (max-width: 767px) {
          .el_heading.el_heading__points > .el_heading_txt::before {
            display: none;
            width: 44px;
            height: 44px; } }
  .el_heading.el_heading__cvarea {
    color: #fff;
    font-weight: 900;
    text-align: center;
    line-height: 1.4; }
    .el_heading.el_heading__cvarea .el_heading_txt {
      color: #009FBF; }
      @media screen and (min-width: 768px) {
        .el_heading.el_heading__cvarea .el_heading_txt {
          font-size: 1.2em; } }
      @media screen and (max-width: 767px) {
        .el_heading.el_heading__cvarea .el_heading_txt {
          font-size: 1.2em; } }
  .el_heading.el_heading__otoku {
    font-size: 1.8em;
    color: #009FBF;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__otoku {
        font-size: 1.4em; } }
  .el_heading.el_heading__tokuten {
    font-size: 2.3em;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__tokuten {
        font-size: 1.5em; } }

.hp_headingInner_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0.5em auto; }
  @media screen and (min-width: 768px) {
    .hp_headingInner_flex {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .hp_headingInner_flex {
      width: 90%;
      flex-direction: column; } }

.el_headingInner_logo {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.el_headingInner_midashi {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background: #e24950;
  background: linear-gradient(90deg, #e24950 0%, #f29b86 100%);
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 48px; }
  @media screen and (max-width: 767px) {
    .el_headingInner_midashi {
      font-size: 0.9em; } }

.el_inlinelogo {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .el_inlinelogo {
      width: 450px; } }
  @media screen and (max-width: 767px) {
    .el_inlinelogo {
      width: 90%; } }

.el_inlinelogo_txt {
  display: inline-block;
  vertical-align: middle; }

.el_heading_txt_strong {
  display: inline-block;
  background: #F9FF43;
  font-size: 1.125em;
  padding: 0.1em 0.2em;
  color: #009FBF;
  font-weight: bold;
  text-align: center;
  margin-right: 0.2em; }

/*--------------------------------------------------
お申し込みボタン系
---------------------------------------------------*/
.el_btn {
  /*a*/
  display: block;
  text-align: center;
  position: relative;
  background: #F49600;
  background-image: url("../img/icon-arrow-circle@2x.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12%;
  border-radius: 48px;
  position: relative;
  box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 768px) {
    .el_btn {
      padding: 0.5em; } }
  @media screen and (max-width: 767px) {
    .el_btn {
      padding: 1em; } }
  .el_btn.el_btn__single {
    padding: 1.2em; }
  .el_btn:hover .el_btn_arrow {
    right: -5px;
    transition: .3s all; }
  .el_btn::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-mail@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      .el_btn::before {
        left: 10px; } }
    @media screen and (max-width: 767px) {
      .el_btn::before {
        left: 15px; } }
  @media screen and (min-width: 768px) {
    .el_btn.el_btn__l {
      padding: 1.5em; } }
  @media screen and (max-width: 767px) {
    .el_btn.el_btn__l {
      padding: 1.2em; } }

@media screen and (min-width: 768px) {
  .el_btn_tel {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .el_btn_tel {
    width: 400px; } }

.el_btn_txt {
  font-size: 1em;
  font-weight: 900;
  color: #fff;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .el_btn_txt.el_btn_txt__l {
      font-size: 1.6em; } }
  @media screen and (max-width: 767px) {
    .el_btn_txt.el_btn_txt__l {
      font-size: 1.313em; } }

.el_btn_arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s all; }

/*---------------------------------
コンテンツ横幅設定
----------------------------------*/
.ly_section {
  padding-top: 1em;
  padding-bottom: 4em; }
  .ly_section.ly_section__cv {
    width: 100%;
    background: #44494e;
    background: radial-gradient(circle, #44494e 0%, #1b2025 100%); }
    @media screen and (min-width: 768px) {
      .ly_section.ly_section__cv {
        padding: 5em; } }
    @media screen and (max-width: 767px) {
      .ly_section.ly_section__cv {
        padding: 1.8em 1.2em; } }

/*内部*/
.ly_contents {
  /*max-width: 1200px;*/
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .ly_contents {
      width: 100%;
      max-width: 940px; } }
  @media screen and (max-width: 767px) {
    .ly_contents {
      width: 92%; } }

/*---------------------------------
注釈
----------------------------------*/
.ly_cautionList {
  display: block;
  width: 100%; }

.bl_cautionList {
  margin-top: 0.5em; }

.bl_cautionList_item {
  font-size: 0.8em;
  color: #fff;
  text-indent: -0.8em;
  padding-left: 0.8em; }
  .bl_cautionList_item:nth-child(n+2) {
    margin-top: 0.2em; }
  .bl_cautionList_item.bl_cautionList_item__inline {
    display: inline-block; }

/*---------------------------------
footer
----------------------------------*/
footer {
  background: #3B3B3B;
  padding: 2em 0; }
  @media screen and (max-width: 767px) {
    footer.bl_front_footer {
      padding: 2em 0 6em; } }

.el_footer_logo {
  display: block;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .el_footer_logo {
      width: 300px; } }
  @media screen and (max-width: 767px) {
    .el_footer_logo {
      width: 200px; } }

.bl_footerMenuList {
  margin: 3em auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; }
  @media screen and (min-width: 768px) {
    .bl_footerMenuList {
      max-width: 800px; } }
  @media screen and (max-width: 767px) {
    .bl_footerMenuList {
      width: 80%;
      flex-direction: column; } }
  .bl_footerMenuList > li > a {
    color: #fff; }

.bl_footer_copy {
  text-align: center; }
  .bl_footer_copy > small {
    color: #fff; }

/*販売パートナー*/
.ly_footer_caution {
  margin: 2em auto;
  width: 90%; }

.bl_footer_caution {
  text-align: center; }

.el_footer_caution_txt {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold; }

/*---------------------------------
アニメーション指定
----------------------------------*/
.js-fadeIn {
  opacity: 0; }

/**/
/*	@include mq(pc){
	}	
	@include mq(sm){
	}*/
/*---------------------------------
FV
----------------------------------*/
.ly_fv {
  display: block;
  margin: 0em auto; }
  @media screen and (min-width: 768px) {
    .ly_fv {
      position: relative;
      margin-top: 98px; } }
  @media screen and (max-width: 767px) {
    .ly_fv {
      margin-top: 48px; } }

/*---------------------------------
FV下
----------------------------------*/
.ly_calling {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_calling {
      max-width: 700px;
      display: block; } }
  @media screen and (max-width: 767px) {
    .ly_calling {
      width: 90%; } }

.ly_otoku_tekiyou {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_otoku_tekiyou {
      max-width: 800px;
      width: 100%;
      display: block; } }
  @media screen and (max-width: 767px) {
    .ly_otoku_tekiyou {
      width: 90%; } }

.bl_otoku_tekiyouInner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px; }
  @media screen and (max-width: 767px) {
    .bl_otoku_tekiyouInner {
      flex-direction: column; } }

.bl_otoku_tekiyou_left {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border: solid 1px #009FBF; }

.bl_otoku_tekiyou_right {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_otoku_tekiyou_right {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .bl_otoku_tekiyou_right {
      width: 50%; } }

/*---------------------------------
卒FIT後
----------------------------------*/
.ly_question {
  background: #AFCFDB; }
  @media screen and (min-width: 768px) {
    .ly_question {
      padding: 2em; } }
  @media screen and (max-width: 767px) {
    .ly_question {
      padding: 1em 1em 0; } }
  .ly_question.ly_question__plus {
    background: #EB8805; }

.bl_question {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_question {
      max-width: 700px; } }
  @media screen and (max-width: 767px) {
    .bl_question {
      width: 100%;
      flex-direction: column-reverse; } }

.bl_question_icon {
  width: 200px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_question_balloon {
  width: 100%;
  background: #D8EDF5;
  padding: 1em 1.5em;
  text-align: center;
  border-radius: 48px;
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .bl_question_balloon.bl_question_balloon__plus {
    background: #fff;
    border-radius: 88px; }
    @media screen and (min-width: 768px) {
      .bl_question_balloon.bl_question_balloon__plus::before {
        border-color: transparent #fff transparent transparent; } }
    @media screen and (max-width: 767px) {
      .bl_question_balloon.bl_question_balloon__plus::before {
        border-color: #fff transparent transparent transparent; } }
  .bl_question_balloon::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .bl_question_balloon::before {
        border-width: 12px 32px 12px 0;
        border-color: transparent #D8EDF5 transparent transparent;
        top: 50%;
        left: -20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (max-width: 767px) {
      .bl_question_balloon::before {
        border-width: 24px 16px 0 16px;
        border-color: #D8EDF5 transparent transparent transparent;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto; } }

.el_heading_txt {
  color: #009FBF;
  font-weight: bold; }

/*---------------------------------
回答部分
----------------------------------*/
.ly_answer {
  background: #E8F7F6; }
  @media screen and (min-width: 768px) {
    .ly_answer {
      padding: 2em 2em 4em; } }
  @media screen and (max-width: 767px) {
    .ly_answer {
      padding: 1em; } }
  .ly_answer.ly_answer__plus {
    background: #FFEDD5; }

.bl_answer {
  background: #fff;
  border-radius: 24px;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .bl_answer {
      max-width: 860px;
      width: 100%;
      padding: 2.5em 2.5em 2em; } }
  @media screen and (max-width: 767px) {
    .bl_answer {
      width: 100%;
      padding: 1em 1em 2em; } }
  @media screen and (min-width: 768px) {
    .bl_answer.bl_answer__jissitsu {
      padding: 2.5em 2.5em 10em; } }
  @media screen and (max-width: 767px) {
    .bl_answer.bl_answer__jissitsu {
      padding: 1em 1em 6em; } }
  @media screen and (max-width: 767px) {
    .bl_answer.bl_answer__plus {
      padding: 2em 1em 2em; } }

.bl_answer_cont {
  margin: 2em auto; }

.bl_answer_contInner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .bl_answer_contInner {
      width: 90%;
      flex-direction: column; } }
  .bl_answer_contInner.bl_answer_contInner__column {
    flex-direction: column-reverse; }

.bl_answer_articleImg {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_answer_txtWrapper {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.el_answer_txt {
  line-height: 1.8; }
  .el_answer_txt:nth-child(n+2) {
    margin-top: 1em; }

.ly_plusIcon {
  max-width: 100px;
  margin: 2em auto; }

/*---------------------------------
家族の例
----------------------------------*/
.ly_example_family {
  margin: 2em auto; }

.el_example_family_ttl {
  border: solid 3px #000000;
  padding: 0.2em 0.5em;
  border-radius: 48px;
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .el_example_family_ttl {
      width: 70%;
      font-size: 1.313em; } }
  @media screen and (max-width: 767px) {
    .el_example_family_ttl {
      width: 100%;
      font-size: 1.1em; } }

.el_family_img {
  display: block;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .el_family_img {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .el_family_img {
      width: 90%; } }

.bl_example {
  position: relative; }

.bl_example_ttl {
  background: #009FBF;
  color: #fff;
  font-size: 1.313em;
  padding: 0.5em;
  text-align: center; }
  .bl_example_ttl.bl_example_ttl__plus {
    background: #F1625C; }

.bl_example_cont {
  background: #E8F7F6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_example_cont {
      gap: 0px;
      padding: 1.2em 0; } }
  @media screen and (max-width: 767px) {
    .bl_example_cont {
      flex-direction: column;
      gap: 8px;
      padding: 0.5em 0; } }
  .bl_example_cont.bl_example_cont__plus {
    background: #FEFFD8; }

.bl_example_cont_left {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0.2em 0.5em; }
  @media screen and (min-width: 768px) {
    .bl_example_cont_left {
      border-right: solid 1px #009FBF; } }
  @media screen and (max-width: 767px) {
    .bl_example_cont_left {
      border-bottom: solid 1px #009FBF; } }
  @media screen and (min-width: 768px) {
    .bl_example_cont_left.bl_example_cont_left__plus {
      border-right: solid 1px #F1625C; } }
  @media screen and (max-width: 767px) {
    .bl_example_cont_left.bl_example_cont_left__plus {
      border-bottom: solid 1px #F1625C; } }

.bl_example_cont_right {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_example_cont_right {
      padding: 0 2em 0 1.5em; } }
  @media screen and (max-width: 767px) {
    .bl_example_cont_right {
      padding: 1em; } }

.el_example_price {
  display: block;
  width: 70%;
  margin: 0 auto; }

/*料金の内訳*/
.bl_priceList_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .bl_priceList_detail {
      gap: 24px; } }
  @media screen and (max-width: 767px) {
    .bl_priceList_detail {
      gap: 4px; } }
  .bl_priceList_detail dt {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    @media screen and (min-width: 768px) {
      .bl_priceList_detail dt {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .bl_priceList_detail dt {
        width: 100%;
        font-size: 0.875em; } }
  .bl_priceList_detail dd {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .bl_priceList_detail dd {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .bl_priceList_detail dd {
        width: 80%;
        font-size: 0.875em; } }

.ly_price_balloon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .ly_price_balloon {
      width: 80%;
      bottom: -110px; } }
  @media screen and (max-width: 767px) {
    .ly_price_balloon {
      width: 100%;
      bottom: -80px; } }

/*注釈*/
.ly_annotation {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_annotation {
      max-width: 860px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ly_annotation {
      width: 100%; } }

.bl_annotation {
  background: #fff;
  padding: 1em; }

.bl_annotation_ttl {
  font-size: 0.875em;
  display: flex;
  justify-content: flex-start; }

.bl_annotation_cont {
  padding: 1em 0;
  margin-top: 1em;
  border-top: solid 1px #707070; }

.el_annotation_txt {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.el_annotation_icon {
  width: 24px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto; }

.bl_annotationList > li {
  font-size: 0.875em;
  text-indent: -1em;
  padding-left: 1em; }
  .bl_annotationList > li:nth-of-type(n+2) {
    margin-top: 0.5em; }

/*---------------------------------
おすすめ機種
----------------------------------*/
#recommend {
  background: #FFEDD5; }
  @media screen and (min-width: 768px) {
    #recommend {
      padding-bottom: 5em; } }
  @media screen and (max-width: 767px) {
    #recommend {
      padding-bottom: 3em; } }

.ly_models {
  margin: 3em auto; }
  @media screen and (min-width: 768px) {
    .ly_models {
      max-width: 860px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ly_models {
      width: 96%; } }

@media screen and (min-width: 768px) {
  .ly_modelsList {
    margin: 2em auto; } }
@media screen and (max-width: 767px) {
  .ly_modelsList {
    margin: 5em auto 2em; } }

.bl_modelsList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .bl_modelsList {
      gap: 24px; } }
  @media screen and (max-width: 767px) {
    .bl_modelsList {
      gap: 8px;
      flex-direction: column; } }

.bl_modelsList_left {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_modelsList_right {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bl_modelsList_rightCont:nth-child(n+2) {
  margin-top: 0.5em; }

.bl_modelsList_contInner {
  background: #FFA463;
  border-radius: 32px;
  border: solid 8px #fff;
  position: relative; }
  @media screen and (min-width: 768px) {
    .bl_modelsList_contInner {
      padding: 1.5em; } }
  @media screen and (max-width: 767px) {
    .bl_modelsList_contInner {
      padding: 3em 1.5em 1.5em; } }
  @media screen and (min-width: 768px) {
    .bl_modelsList_contInner.bl_modelsList_contInner__single {
      display: flex;
      flex-wrap: wrap;
      height: 580px; } }
  .bl_modelsList_contInner.bl_modelsList_contInner__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    border-radius: 48px; }

/*助成金対象女性*/
.ly_taisyou_woman {
  position: absolute;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .ly_taisyou_woman {
      width: 255px;
      top: 50%;
      right: -130px;
      transform: translateY(-50%); } }
  @media screen and (max-width: 767px) {
    .ly_taisyou_woman {
      width: 150px;
      top: -70px;
      right: 10px; } }

.bl_modelsList_cont_img {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_modelsList_cont_img {
      width: 80%;
      padding-right: 80px; } }
  @media screen and (max-width: 767px) {
    .bl_modelsList_cont_img {
      width: 80%; } }
  @media screen and (min-width: 768px) {
    .bl_modelsList_cont_img.bl_modelsList_cont_img__single {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .bl_modelsList_cont_img.bl_modelsList_cont_img__single {
      width: 90%;
      margin-bottom: 0.5em; } }

.bl_modelsList_cont_txtWrapper {
  width: 100%; }
  .bl_modelsList_cont_txtWrapper.bl_modelsList_cont_txtWrapper__single {
    align-self: center;
    width: 100%; }

.el_modelsType_ttl {
  color: #fff;
  font-size: 1.313em;
  font-weight: bold;
  text-align: center; }

.el_models_name {
  text-align: center;
  margin-top: 0.2em; }

.el_models_lead {
  text-align: center; }

.ly_pointsList {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_pointsList.ly_pointsList__feature {
      width: 100%;
      max-width: 860px; } }
  @media screen and (max-width: 767px) {
    .ly_pointsList.ly_pointsList__feature {
      width: 92%; } }

.bl_pointsList > li {
  background: #fff;
  padding: 1.5em;
  width: 100%;
  border-radius: 24px; }
  .bl_pointsList > li:nth-of-type(n+2) {
    margin-top: 1em; }

.bl_points_txtWrapper {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .bl_points_txtWrapper {
      margin-top: 2em; } }
  @media screen and (max-width: 767px) {
    .bl_points_txtWrapper {
      margin-top: 1em; } }

.bl_points_img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_points_img {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .bl_points_img {
      width: 90%;
      flex-direction: column; } }
  .bl_points_img > li {
    width: 100%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

/*目安表*/
.ly_meyasuTable {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_meyasuTable {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .ly_meyasuTable {
      width: 100%; } }

.bl_meyasuTable_ttl {
  background: #009FBF;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.2em 0.5em;
  border-radius: 48px;
  margin: 0 auto 0.5em; }
  @media screen and (min-width: 768px) {
    .bl_meyasuTable_ttl {
      width: 50%;
      font-size: 1.125em; } }
  @media screen and (max-width: 767px) {
    .bl_meyasuTable_ttl {
      width: 100%;
      font-size: 1em; } }

.bl_meyasu_cautionList {
  margin-top: 1em;
  text-align: left; }
  .bl_meyasu_cautionList > li {
    font-size: 0.875em;
    text-indent: -1em;
    padding-left: 1em; }
    .bl_meyasu_cautionList > li:nth-child(n+2) {
      margin-top: 0.2em; }

/*長寿命*/
.bl_chargePoint {
  margin: 1.5em auto 0.5em;
  width: 90%; }

/*---------------------------------
キャンペーンエリア
----------------------------------*/
.ly_campaign {
  background: #F1625C;
  position: relative; }
  @media screen and (min-width: 768px) {
    .ly_campaign {
      padding: 5em 2em 2em; } }
  @media screen and (max-width: 767px) {
    .ly_campaign {
      padding: 4em 1em 2em; } }

.ly_campaign_appearTtl {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .ly_campaign_appearTtl {
      max-width: 600px;
      width: 100%;
      top: -60px; } }
  @media screen and (max-width: 767px) {
    .ly_campaign_appearTtl {
      width: 90%;
      margin: 0em auto;
      top: -40px; } }

@media screen and (min-width: 768px) {
  .ly_campaignCont {
    max-width: 800px;
    width: 100%;
    margin: 3em auto; } }
@media screen and (max-width: 767px) {
  .ly_campaignCont {
    width: 100%;
    margin: 0em auto; } }

.bl_campaign_cautionList {
  border: solid 1px #fff;
  padding: 1em;
  margin-top: 2em; }
  .bl_campaign_cautionList > li {
    color: #fff;
    text-indent: -1.4em;
    padding-left: 1.2em; }
    @media screen and (min-width: 768px) {
      .bl_campaign_cautionList > li {
        font-size: 0.9em; } }
    @media screen and (max-width: 767px) {
      .bl_campaign_cautionList > li {
        font-size: 0.8em; } }

/*---------------------------------
特長
----------------------------------*/
#feature {
  background: #FFEDD5;
  padding-bottom: 3em; }

/*以下別サイト*/
/*---------------------------------
CVエリア
----------------------------------*/
.ly_cv {
  background: #FEFFD8;
  /* margin-top: 3em;*/
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .ly_cv {
      padding: 2em 1em 4em; } }
  @media screen and (max-width: 767px) {
    .ly_cv {
      padding: 2em 1em; } }

.bl_cv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .bl_cv {
      max-width: 450px; } }
  @media screen and (max-width: 767px) {
    .bl_cv {
      width: 96%;
      flex-direction: column; } }

.bl_cv_left {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (max-width: 767px) {
    .bl_cv_left {
      width: 80%; } }

@media screen and (min-width: 768px) {
  .el_cv_tel_img {
    width: 80%;
    margin: 0 auto; } }

.bl_cv_right {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.ly_cv_order {
  margin: 3em auto; }
  @media screen and (min-width: 768px) {
    .ly_cv_order {
      max-width: 780px; } }
  @media screen and (max-width: 767px) {
    .ly_cv_order {
      width: 90%; } }

.ly_order_ohters {
  margin: 3em auto; }
  @media screen and (min-width: 768px) {
    .ly_order_ohters {
      max-width: 780px; } }
  @media screen and (max-width: 767px) {
    .ly_order_ohters {
      width: 90%; } }

.bl_order_ohters {
  text-align: center;
  color: #fff;
  font-size: 0.9em; }

a.el_order_others_link {
  color: #fff;
  text-decoration: underline !important; }

/*fv用*/
.ly_fv_order {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_fv_order {
      max-width: 800px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ly_fv_order {
      width: 90%; } }

.bl_order {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .bl_order {
      gap: 8px; } }
  @media screen and (max-width: 767px) {
    .bl_order {
      gap: 24px;
      flex-direction: column; } }

.bl_order_left {
  width: 100%;
  flex: 0 1 auto;
  -ms-flex: 0 1 auto; }

.bl_order_right {
  width: 100%;
  flex: 0 1 auto;
  -ms-flex: 0 1 auto; }

/*---------------------------------
FAQ
----------------------------------*/
#faq {
  background: #E8F7F6;
  padding-bottom: 4em; }
  #faq.faq__plus {
    background: #FFEDD5; }

.ly_faqList {
  margin: 3em auto; }
  @media screen and (min-width: 768px) {
    .ly_faqList {
      max-width: 900px; } }
  @media screen and (max-width: 767px) {
    .ly_faqList {
      width: 92%; } }

.bl_faqList li {
  border: solid 1px #009FBF; }
  .bl_faqList li:nth-of-type(n+2) {
    margin-top: 2em; }
  .bl_faqList li.hp_faq__plus {
    border: solid 1px #EB8805; }

.bl_faq_ttl {
  padding: 1em;
  background: #009FBF; }
  .bl_faq_ttl.bl_faq_ttl__plus {
    background: #EB8805; }

.bl_faq_ttlInner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%; }

.el_faq_ttl {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #fff;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .el_faq_ttl {
      font-size: 1.313em; } }
  @media screen and (max-width: 767px) {
    .el_faq_ttl {
      font-size: 1.2em; } }

.el_faq_icon {
  margin-left: auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-transition: .3s all;
  transition: .3s all; }
  @media screen and (min-width: 768px) {
    .el_faq_icon {
      width: 3%; } }
  @media screen and (max-width: 767px) {
    .el_faq_icon {
      width: 10%; } }

.hp_toggle_icon.js-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .3s all;
  transition: .3s all; }

.bl_faq_cont {
  background: #fff;
  padding: 1.5em; }
  @media screen and (min-width: 768px) {
    .bl_faq_cont {
      padding: 1.5em 1.5em 2.5em; } }

/*---------------------------------
お問合せエリア
----------------------------------*/
.ly_contact {
  padding: 4em 0; }

/*---------------------------------
gnavi
----------------------------------*/
@media screen and (max-width: 767px) {
  .ly_gnavi {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #009DBC;
    z-index: 997;
    /*アニメーション用*/
    display: none; } }

@media screen and (max-width: 767px) {
  .bl_gnaviListWrapper {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media screen and (min-width: 768px) {
  .bl_gnaviList {
    margin-top: 0.2em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px; } }

.bl_gnaviList_item {
  text-align: center; }
  .bl_gnaviList_item > a {
    display: block; }
    @media screen and (min-width: 768px) {
      .bl_gnaviList_item > a {
        color: #3B3B3B;
        font-size: 0.8em; } }
    @media screen and (max-width: 767px) {
      .bl_gnaviList_item > a {
        color: #fff;
        padding: 1em 0;
        font-size: 1em; } }

/*PCの場合*/
@media screen and (min-width: 768px) {
  .bl_gnaviListInner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px; } }

/*ボタン*/
@media screen and (min-width: 768px) {
  .ly_btn_menu {
    display: none; } }
@media screen and (max-width: 767px) {
  .ly_btn_menu {
    width: 14%;
    max-width: 32px;
    margin-left: auto;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 998; } }
.ly_btn_menu.js-active {
  top: 10px;
  right: 10px; }

.el_btn_menu {
  /*button*/
  display: block;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-style: none;
  background: transparent;
  cursor: pointer;
  position: relative; }
  @media screen and (min-width: 768px) {
    .el_btn_menu {
      height: 50px; } }
  @media screen and (max-width: 767px) {
    .el_btn_menu {
      height: 36px; } }
  .el_btn_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #EB8805;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s all;
    /*toggle*/ }
    .el_btn_menu span:nth-child(2) {
      position: absolute;
      top: 11px;
      left: 0;
      right: 0;
      margin: auto; }
    .el_btn_menu span:nth-child(3) {
      position: absolute;
      top: 22px;
      left: 0;
      right: 0;
      margin: auto; }
    .el_btn_menu span.js-active {
      background: #fff;
      transition: .3s all; }
      .el_btn_menu span.js-active:nth-child(2) {
        display: none; }
      .el_btn_menu span.js-active:nth-child(1) {
        transform: rotate(45deg);
        top: 16px; }
      .el_btn_menu span.js-active:nth-child(3) {
        transform: rotate(-45deg);
        top: 16px; }

/*スマホ用トグルボタン*/
@media screen and (min-width: 768px) {
  .bl_menuBtnWrapper {
    display: none; } }
@media screen and (max-width: 767px) {
  .bl_menuBtnWrapper {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media screen and (max-width: 767px) {
  .el_menuBtn_line {
    display: block;
    width: 1em;
    height: 2px;
    background: #fff; } }
@media screen and (max-width: 767px) {
  .el_menuBtn_line:nth-child(n+2) {
    margin-top: 0.2em; } }

@media screen and (min-width: 768px) {
  .bl_nav_btnWrapper {
    display: none; } }
@media screen and (max-width: 767px) {
  .bl_nav_btnWrapper {
    display: block;
    margin-top: 2em; } }

/*---------------------------------
SP版固定フッター
----------------------------------*/
@media screen and (min-width: 768px) {
  .ly_fixed_sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .ly_fixed_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 998; } }

.bl_fixed_spInner {
  background: #009DBC;
  padding: 0.5em; }
  .bl_fixed_spInner .bl_fixed_cv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
    .bl_fixed_spInner .bl_fixed_cv .bl_cv_left {
      width: 100%;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      .bl_fixed_spInner .bl_fixed_cv .bl_cv_left .el_btn {
        padding: 1em 0;
        /*文字サイズバランスのため*/ }
        .bl_fixed_spInner .bl_fixed_cv .bl_cv_left .el_btn::before {
          width: 22px;
          height: 22px;
          background-image: url("../img/icon-tel-simple.png"); }
    .bl_fixed_spInner .bl_fixed_cv .bl_cv_right {
      /*width: 100%;*/
      width: 80%;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      .bl_fixed_spInner .bl_fixed_cv .bl_cv_right .el_btn::before {
        width: 30px;
        height: 20px;
        background-image: url("../img/icon-mail-simple.png"); }
    .bl_fixed_spInner .bl_fixed_cv .el_btn {
      padding: 0.8em;
      background-position: center right 10px; }
      .bl_fixed_spInner .bl_fixed_cv .el_btn::before {
        width: 32px;
        height: 32px;
        left: 8px; }
    .bl_fixed_spInner .bl_fixed_cv .el_btn_txt {
      display: block;
      font-size: 0.7em; }

/*別別のボタンだった時の処理*/
/*.bl_fixed_spInner {
	background: #009DBC;
	padding: 0.5em;
	& .bl_fixed_cv {
		display: flex;
		align-items: center;
		gap: 8px;
		> .bl_cv_left {
			width: 80%;
		}
		> .bl_cv_right {
			& .el_btn {
				padding: 0.8em;
				background-position: center right 10px;
				&::before {
					width: 32px;
					height: 32px;
					left: 8px;
				}
			}
			& .el_btn_txt {
				display: block;
				font-size: 0.7em;
			}
		}
	}
}*/
/*---------------------------------
こんなにお得に購入できます(5kwh版)
----------------------------------*/
.ly_otoku {
  padding: 2em; }
  @media screen and (max-width: 767px) {
    .ly_otoku {
      padding: 2em 0; } }

@media screen and (min-width: 768px) {
  .ly_compare_price {
    max-width: 860px;
    width: 100%;
    margin: 3em auto; } }
@media screen and (max-width: 767px) {
  .ly_compare_price {
    width: 90%;
    margin: 2em auto; } }

.ly_otoku_lead {
  margin: 2em auto;
  width: 100%; }

.bl_otoku_lead {
  text-align: center;
  color: #009FBF;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .bl_otoku_lead {
      font-size: 1.8em; } }
  @media screen and (max-width: 767px) {
    .bl_otoku_lead {
      font-size: 1.313em; } }

/*---------------------------------
成約特典(5kWh版)
----------------------------------*/
#tokuten {
  position: relative; }

.ly_tokuten {
  background: #009FBF;
  padding: 3em 0; }

.ly_tokuten_appearTtl {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .ly_tokuten_appearTtl {
      max-width: 470px;
      width: 100%;
      top: -60px; } }
  @media screen and (max-width: 767px) {
    .ly_tokuten_appearTtl {
      width: 90%;
      margin: 0em auto;
      top: -40px; } }

.ly_tokuten_heading {
  margin: 3em auto; }
  @media screen and (max-width: 767px) {
    .ly_tokuten_heading {
      width: 90%;
      margin: 1em auto; } }

.ly_tokutenList {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_tokutenList {
      max-width: 800px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .ly_tokutenList {
      width: 90%; } }

.bl_tokutenList > li {
  background: #fff;
  padding: 1em 2em 2em;
  border-radius: 48px; }
  .bl_tokutenList > li:nth-of-type(n+2) {
    margin-top: 2em; }

.bl_tokutenList_headInner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 24px; }
  @media screen and (max-width: 767px) {
    .bl_tokutenList_headInner {
      flex-direction: column; } }

.bl_tokuten_ttl {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_tokuten_ttl {
      padding-left: 2em;
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .bl_tokuten_ttl {
      text-align: center; } }

.el_tokuten_ttl {
  display: block;
  color: #F1625C;
  position: relative; }
  @media screen and (min-width: 768px) {
    .el_tokuten_ttl {
      font-size: 1.4em; } }
  @media screen and (max-width: 767px) {
    .el_tokuten_ttl {
      font-size: 1.2em; } }
  .el_tokuten_ttl::before {
    display: block;
    content: "";
    background-image: url("../img/icon-ok-hand@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .el_tokuten_ttl::before {
        width: 48px;
        height: 58px;
        left: -50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (max-width: 767px) {
      .el_tokuten_ttl::before {
        /*			display: none;*/
        width: 34px;
        height: 34px;
        left: 40px;
        top: 0px; } }

.el_tokuten_cont {
  display: inline-block;
  background: #F1625C;
  padding: 0.2em 1em;
  color: #fff;
  font-weight: bold;
  font-size: 1.313em;
  margin-top: 0.3em; }

.bl_tokuten_img {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_tokuten_img {
      width: 20%; } }
  @media screen and (max-width: 767px) {
    .bl_tokuten_img {
      width: 50%; } }

.ly_tokuten_lead {
  margin-top: 1em; }

/**/

/*# sourceMappingURL=style-lp.css.map */
@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  outline: none;
  text-decoration: none !important; }

/*--------------------------
メディアクエリ設定
---------------------------*/
/*マップ型変数で定義*/
/*@mixinでメディアクエリを呼び出す。変数mq、初期値sm*/
/*	@include mq(sm){
	}
	@include mq(pc){
	}*/
/*--------------------------------------------------
変数設定
---------------------------------------------------*/
/*$weightBold: 500;*/
/*--------------------------------------------------
全体設定
---------------------------------------------------*/
body {
  font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color: #414141;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 500; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    display: block;
    /*無効化を防ぐ*/ } }
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto; } }

a.el_link_txt {
  text-decoration: underline !important;
  /*	color: #202020;*/ }

/*--------------------------------------------------
ヘルパークラス
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .hp_sp_br {
    display: none; } }
@media screen and (max-width: 767px) {
  .hp_sp_br {
    display: block; } }

@media screen and (min-width: 768px) {
  .hp_pc_br {
    display: block; } }
@media screen and (max-width: 767px) {
  .hp_pc_br {
    display: none; } }

@media screen and (min-width: 768px) {
  .hp_pc_none {
    display: none; } }
@media screen and (max-width: 767px) {
  .hp_pc_none {
    display: block; } }

.hp_ta-c {
  text-align: center !important; }

.hp_ta-r {
  text-align: right !important; }

.hp_txt_small {
  font-size: 0.8em; }

.hp_txt_xsmall {
  font-size: 0.4em; }

.hp_txt_large {
  font-size: 1.5em; }

.hp_txt_primary {
  color: #00CDD7; }

.hp_txt_caution {
  color: #B80000; }

.hp_txt_orange {
  color: #EB8805; }

.hp_txt_slant {
  position: relative; }
  .hp_txt_slant::before {
    display: block;
    content: "";
    width: 1.5em;
    height: 1px;
    background: #45CEC3;
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    z-index: -1; }
  .hp_txt_slant::after {
    display: block;
    content: "";
    width: 1.5em;
    height: 1px;
    background: #45CEC3;
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    z-index: -1; }

/*toggleコンテンツ*/
.hp_toggle_btn {
  cursor: pointer; }

.hp_toggle_cont {
  display: none; }

.hp_mt10 {
  margin-top: 10px !important; }

.hp_dis_block {
  display: block; }

.hp_btn_shadow {
  box-shadow: 0px 0px 16px -8px rgba(0, 0, 0, 0.4); }

/*---------------------------------
header
----------------------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: #fff; }
  @media screen and (min-width: 768px) {
    header {
      padding: 0.5em 1em; } }
  @media screen and (max-width: 767px) {
    header {
      padding: 0.5em 1em; } }
  header.ly_header__simple {
    position: static; }

.bl_headerInner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .bl_headerInner {
      max-width: 1160px;
      /*?*/ } }

/*左側*/
.bl_header_left {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_header_left {
      max-width: 450px;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .bl_header_left {
      width: 100%; } }

.bl_header_leftInner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

@media screen and (min-width: 768px) {
  .el_header_logo {
    max-width: 240px; } }
@media screen and (max-width: 767px) {
  .el_header_logo {
    max-width: 150px; } }

.el_header_subtxt {
  font-size: 0.8em; }
  @media screen and (max-width: 767px) {
    .el_header_subtxt {
      display: none; } }

/*右側*/
.bl_header_right {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_header_right {
      max-width: 640px;
      width: 70%;
      margin-left: auto; } }
  @media screen and (max-width: 767px) {
    .bl_header_right {
      display: none; } }

.bl_header_rightInner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px; }

.ly_btn.ly_btn__header {
  display: block;
  width: 100%;
  transition: .3s all;
  /*toggle*/ }
  @media screen and (min-width: 768px) {
    .ly_btn.ly_btn__header {
      margin-right: 2em;
      max-width: 214px; } }
  @media screen and (max-width: 767px) {
    .ly_btn.ly_btn__header {
      width: 30%;
      position: fixed;
      bottom: 20px;
      right: 0; } }
  .ly_btn.ly_btn__header.js-active {
    transition: .3s all; }
    @media screen and (min-width: 768px) {
      .ly_btn.ly_btn__header.js-active {
        margin-right: 2em; } }
.ly_btn.ly_btn__cvarea {
  margin: 2em auto;
  display: block;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ly_btn.ly_btn__cvarea {
      max-width: 520px; } }

@media screen and (min-width: 768px) {
  .ly_header_btn {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .ly_header_btn {
    width: 100%;
    margin-top: 1em; } }
.ly_header_btn.ly_header_btn__tel {
  width: 40%; }

/*--------------------------------------------------
見出し系
---------------------------------------------------*/
.el_heading {
  text-align: center;
  /*h2*/
  /*5kwh*/ }
  @media screen and (min-width: 768px) {
    .el_heading {
      font-size: 1.5em; } }
  @media screen and (max-width: 767px) {
    .el_heading {
      font-size: 1.313em; } }
  .el_heading.el_heading__answer {
    color: #009FBF;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__answer {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__answer {
        font-size: 1.5em; } }
  .el_heading.el_heading__jissitsu {
    color: #009FBF; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__jissitsu {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__jissitsu {
        font-size: 1.5em; } }
  .el_heading.el_heading__recommend {
    color: #009FBF;
    font-weight: bold;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__recommend {
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__recommend {
        font-size: 1.5em; } }
  .el_heading.el_heading__points {
    display: block;
    margin: 0 auto;
    color: #EB8805;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .el_heading.el_heading__points {
        width: 100%;
        font-size: 1.8em; } }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__points {
        width: 100%;
        font-size: 1.5em; } }
    .el_heading.el_heading__points > .el_heading_txt {
      display: inline-block;
      position: relative;
      color: inherit; }
      .el_heading.el_heading__points > .el_heading_txt::before {
        display: block;
        content: "";
        background-image: url("../img/icon-ok-hand@2x.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: -80px;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          .el_heading.el_heading__points > .el_heading_txt::before {
            width: 88px;
            height: 58px; } }
        @media screen and (max-width: 767px) {
          .el_heading.el_heading__points > .el_heading_txt::before {
            display: none;
            width: 44px;
            height: 44px; } }
  .el_heading.el_heading__cvarea {
    color: #fff;
    font-weight: 900;
    text-align: center;
    line-height: 1.4; }
    .el_heading.el_heading__cvarea .el_heading_txt {
      color: #009FBF; }
      @media screen and (min-width: 768px) {
        .el_heading.el_heading__cvarea .el_heading_txt {
          font-size: 1.2em; } }
      @media screen and (max-width: 767px) {
        .el_heading.el_heading__cvarea .el_heading_txt {
          font-size: 1.2em; } }
  .el_heading.el_heading__otoku {
    font-size: 1.8em;
    color: #009FBF;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__otoku {
        font-size: 1.4em; } }
  .el_heading.el_heading__tokuten {
    font-size: 2.3em;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .el_heading.el_heading__tokuten {
        font-size: 1.5em; } }

.hp_headingInner_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0.5em auto; }
  @media screen and (min-width: 768px) {
    .hp_headingInner_flex {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .hp_headingInner_flex {
      width: 90%;
      flex-direction: column; } }

.el_headingInner_logo {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.el_headingInner_midashi {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background: #e24950;
  background: linear-gradient(90deg, #e24950 0%, #f29b86 100%);
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 48px; }
  @media screen and (max-width: 767px) {
    .el_headingInner_midashi {
      font-size: 0.9em; } }

.el_inlinelogo {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .el_inlinelogo {
      width: 450px; } }
  @media screen and (max-width: 767px) {
    .el_inlinelogo {
      width: 90%; } }

.el_inlinelogo_txt {
  display: inline-block;
  vertical-align: middle; }

.el_heading_txt_strong {
  display: inline-block;
  background: #F9FF43;
  font-size: 1.125em;
  padding: 0.1em 0.2em;
  color: #009FBF;
  font-weight: bold;
  text-align: center;
  margin-right: 0.2em; }

/*--------------------------------------------------
お申し込みボタン系
---------------------------------------------------*/
.el_btn {
  /*a*/
  display: block;
  text-align: center;
  position: relative;
  background: #F49600;
  background-image: url("../img/icon-arrow-circle@2x.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12%;
  border-radius: 48px;
  position: relative;
  box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 768px) {
    .el_btn {
      padding: 0.5em; } }
  @media screen and (max-width: 767px) {
    .el_btn {
      padding: 1em; } }
  .el_btn.el_btn__single {
    padding: 1.2em; }
  .el_btn:hover .el_btn_arrow {
    right: -5px;
    transition: .3s all; }
  .el_btn::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-mail@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      .el_btn::before {
        left: 10px; } }
    @media screen and (max-width: 767px) {
      .el_btn::before {
        left: 15px; } }
  @media screen and (min-width: 768px) {
    .el_btn.el_btn__l {
      padding: 1.5em; } }
  @media screen and (max-width: 767px) {
    .el_btn.el_btn__l {
      padding: 1.2em; } }

@media screen and (min-width: 768px) {
  .el_btn_tel {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .el_btn_tel {
    width: 400px; } }

.el_btn_txt {
  font-size: 1em;
  font-weight: 900;
  color: #fff;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .el_btn_txt.el_btn_txt__l {
      font-size: 1.6em; } }
  @media screen and (max-width: 767px) {
    .el_btn_txt.el_btn_txt__l {
      font-size: 1.313em; } }

.el_btn_arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s all; }

/*---------------------------------
コンテンツ横幅設定
----------------------------------*/
.ly_section {
  padding-top: 1em;
  padding-bottom: 4em; }
  .ly_section.ly_section__cv {
    width: 100%;
    background: #44494e;
    background: radial-gradient(circle, #44494e 0%, #1b2025 100%); }
    @media screen and (min-width: 768px) {
      .ly_section.ly_section__cv {
        padding: 5em; } }
    @media screen and (max-width: 767px) {
      .ly_section.ly_section__cv {
        padding: 1.8em 1.2em; } }

/*内部*/
.ly_contents {
  /*max-width: 1200px;*/
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .ly_contents {
      width: 100%;
      max-width: 940px; } }
  @media screen and (max-width: 767px) {
    .ly_contents {
      width: 92%; } }

/*---------------------------------
注釈
----------------------------------*/
.ly_cautionList {
  display: block;
  width: 100%; }

.bl_cautionList {
  margin-top: 0.5em; }

.bl_cautionList_item {
  font-size: 0.8em;
  color: #fff;
  text-indent: -0.8em;
  padding-left: 0.8em; }
  .bl_cautionList_item:nth-child(n+2) {
    margin-top: 0.2em; }
  .bl_cautionList_item.bl_cautionList_item__inline {
    display: inline-block; }

/*---------------------------------
footer
----------------------------------*/
footer {
  background: #3B3B3B;
  padding: 2em 0; }
  @media screen and (max-width: 767px) {
    footer.bl_front_footer {
      padding: 2em 0 6em; } }

.el_footer_logo {
  display: block;
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .el_footer_logo {
      width: 300px; } }
  @media screen and (max-width: 767px) {
    .el_footer_logo {
      width: 200px; } }

.bl_footerMenuList {
  margin: 3em auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; }
  @media screen and (min-width: 768px) {
    .bl_footerMenuList {
      max-width: 800px; } }
  @media screen and (max-width: 767px) {
    .bl_footerMenuList {
      width: 80%;
      flex-direction: column; } }
  .bl_footerMenuList > li > a {
    color: #fff; }

.bl_footer_copy {
  text-align: center; }
  .bl_footer_copy > small {
    color: #fff; }

/*販売パートナー*/
.ly_footer_caution {
  margin: 2em auto;
  width: 90%; }

.bl_footer_caution {
  text-align: center; }

.el_footer_caution_txt {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold; }

/*---------------------------------
アニメーション指定
----------------------------------*/
.js-fadeIn {
  opacity: 0; }

/**/
/*お問合せフォーム回りの設定*/
/*---------------------------------
全体
----------------------------------*/
.ly_lead_catuion {
  margin: 1em auto; }
  @media screen and (min-width: 768px) {
    .ly_lead_catuion {
      max-width: 800px; } }
  @media screen and (max-width: 767px) {
    .ly_lead_catuion {
      width: 90%; } }

.bl_lead_caution {
  border: solid 1px #E50000;
  padding: 1.2em;
  color: #E50000;
  font-weight: bold;
  text-align: center; }

.el_lead {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .el_lead {
      margin: 3em auto;
      max-width: 640px; } }
  @media screen and (max-width: 767px) {
    .el_lead {
      margin: 2em auto;
      width: 90%; } }

/*---------------------------------
フォーム
----------------------------------*/
.bl_scrollArea {
  display: block;
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #BFBFBF;
  background: #fff;
  padding: 1.5em;
  font-size: 0.8em; }
  .bl_scrollArea h3 {
    margin: 1em 0; }
  .bl_scrollArea ul {
    list-style: disc; }
  .bl_scrollArea li {
    list-style: inherit;
    margin: 0.5em 0; }
  .bl_scrollArea dl {
    margin: 1em 0; }
  .bl_scrollArea .hp_liststyle_none > li {
    list-style: none;
    margin: 0.5em 0; }
  .bl_scrollArea .hp_liststyle_left {
    padding-left: 3em; }

/*--------------------------------------------------
ラベル
---------------------------------------------------*/
.el_label {
  padding: 0 0.5em;
  border-radius: 4px; }
  .el_label.el_label__caution {
    background: #009FBF;
    padding: 0.2em 0.5em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0 0.2em;
    font-size: 0.6em; }

/*--------------------------------------------------
お問合せフォーム本体
---------------------------------------------------*/
.ly_form {
  display: block;
  /*確認画面用*/ }
  @media screen and (min-width: 768px) {
    .ly_form {
      width: 100%;
      max-width: 800px;
      margin: 2em auto; } }
  @media screen and (max-width: 767px) {
    .ly_form {
      width: 100%;
      margin: 2em auto; } }
  .ly_form.ly_form__confirm {
    /*生年月日横並び*/
    /*		background: #fff;
    		@include mq(pc){	
    			width: 100%;
    			max-width: 800px;
    			margin: 2em auto;
    			padding: 2.5em;
    		}
    		@include mq(sm){
    			width: 100%;
    			margin: 2em auto;
    		}	*/ }
    .ly_form.ly_form__confirm .bl_formList_contListItem {
      flex-basis: content; }
    .ly_form.ly_form__confirm .bl_birth_txt {
      width: auto; }
    @media screen and (max-width: 767px) {
      .ly_form.ly_form__confirm .bl_formList_contListItem:nth-child(n+2) {
        margin-top: 0em;
        /*打消し*/ } }

.ly_form input[type="text"] {
  padding: 0.5em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ly_form input[type="text"] {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .ly_form input[type="text"] {
      font-size: 1em; } }
.ly_form input[type="tel"] {
  padding: 0.5em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ly_form input[type="tel"] {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .ly_form input[type="tel"] {
      font-size: 1em; } }
.ly_form input[type="email"] {
  padding: 0.5em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ly_form input[type="email"] {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .ly_form input[type="email"] {
      font-size: 1em; } }
.ly_form select {
  padding: 0.5em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ly_form select {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .ly_form select {
      font-size: 1em; } }
.ly_form input[type="checkbox"] {
  width: 24px;
  height: 24px;
  vertical-align: middle; }
.ly_form input[type="submit"] {
  -webkit-appearance: none;
  appearance: none; }
.ly_form .el_labeltxt {
  vertical-align: middle; }
.ly_form textarea {
  width: 100%;
  padding: 0.5em; }
  @media screen and (min-width: 768px) {
    .ly_form textarea {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .ly_form textarea {
      font-size: 1em; } }

.bl_formList {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  margin: 0 auto;
  border-top: solid 1px #BFBFBF;
  /*確認画面のチェックボックスエリア*/ }
  @media screen and (max-width: 767px) {
    .bl_formList {
      flex-wrap: wrap; } }
  .bl_formList:last-child {
    border-bottom: solid 1px #BFBFBF; }
  .bl_formList.bl_formList__wrap {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .bl_formList.bl_formList__l {
    padding: 2em 1em; }
  .bl_formList.bl_formList__confirmCh {
    background: #fff;
    border-top-style: none;
    margin-top: 1em; }
    @media screen and (min-width: 768px) {
      .bl_formList.bl_formList__confirmCh {
        padding: 2em; } }
    @media screen and (max-width: 767px) {
      .bl_formList.bl_formList__confirmCh {
        width: 94%;
        padding: 1em 1em 2em; } }

.el_formList_ttl {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: 700;
  margin-bottom: 0.2em; }
  @media screen and (min-width: 768px) {
    .el_formList_ttl {
      width: 40%;
      font-size: 0.9em; } }
  @media screen and (max-width: 767px) {
    .el_formList_ttl {
      width: 100%;
      font-size: 0.8em; } }

.bl_formList_cont {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (max-width: 767px) {
    .bl_formList_cont {
      margin-top: 0.4em; } }
  .bl_formList_cont.bl_formList_cont__flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .bl_formList_cont.bl_formList_cont__flex {
        flex-wrap: nowrap; } }
    @media screen and (max-width: 767px) {
      .bl_formList_cont.bl_formList_cont__flex {
        flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      .bl_formList_cont.bl_formList_cont__flex div:nth-child(n+2) {
        margin-left: 0.5em; } }
  .bl_formList_cont.hp_flexalign_center {
    align-items: center; }

.bl_formList_contListItem {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .bl_formList_contListItem {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .bl_formList_contListItem {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .bl_formList_contListItem:nth-child(n+2) {
      margin-top: 0.5em; } }

.el_formList_txt {
  display: block;
  width: 100%; }

/*西暦横並びテキストの調整*/
.bl_birth_txt {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .bl_birth_txt {
      width: 20%; } }
  @media screen and (max-width: 767px) {
    .bl_birth_txt {
      width: 10%; } }

.el_form_check_gr {
  position: relative;
  padding-left: 2em; }
  .el_form_check_gr::before {
    display: block;
    content: "";
    background: url("../img/icon-check-gr.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .el_form_check_gr:nth-child(n+2) {
    margin-top: 1em; }

/*送信ボタン*/
.ly_submit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /*確認画面用*/ }
  @media screen and (min-width: 768px) {
    .ly_submit {
      width: 100%;
      max-width: 440px;
      margin: 3em auto; } }
  @media screen and (max-width: 767px) {
    .ly_submit {
      width: 96%;
      margin: 2em auto; } }
  .ly_submit.ly_submit__confirm {
    max-width: 500px;
    flex-direction: column;
    flex-wrap: wrap; }

.bl_submit {
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 1; }
  .bl_submit.bl_submit__back {
    margin-top: 2em; }
    @media screen and (min-width: 768px) {
      .bl_submit.bl_submit__back {
        max-width: 300px; } }
    @media screen and (max-width: 767px) {
      .bl_submit.bl_submit__back {
        width: 60%; } }

.bl_submit_img {
  width: 30%;
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .bl_submit_img {
      max-width: 84px; } }
  @media screen and (max-width: 767px) {
    .bl_submit_img {
      max-width: 54px; } }

.el_submit {
  width: 100%;
  display: block;
  padding: 1.5em 1em;
  text-align: center;
  position: relative;
  background: #F49600;
  background-image: url("../img/icon-arrow-circle.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12%;
  border-radius: 88px;
  position: relative;
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-weight: 900;
  border-style: none;
  cursor: pointer;
  pointer-events: auto;
  transition: .3s all; }
  .el_submit:hover .el_btn_arrow {
    right: -5px;
    transition: .3s all; }
  @media screen and (min-width: 768px) {
    .el_submit {
      font-size: 1.5em; } }
  @media screen and (max-width: 767px) {
    .el_submit {
      font-size: 1.2em; } }
  .el_submit.el_submit__back {
    background: #B1B1B1;
    transition: .3s all;
    color: #fff;
    padding: 0.8em;
    font-size: 1.2em; }
  .el_submit.el_submit__confirm {
    padding: 1em; }
  .el_submit.js-disabled {
    background: #aaa;
    pointer-events: none;
    transition: .3s all;
    pointer-events: none;
    background-image: url("../img/icon-arrow-circle.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12%; }

/*--------------------------------------------------
同意チェックボックス
---------------------------------------------------*/
.bl_agree {
  background: #fff;
  border-radius: 4px; }
  @media screen and (min-width: 768px) {
    .bl_agree {
      width: 100%;
      max-width: 800px;
      margin: 2em auto;
      padding: 2em; } }
  @media screen and (max-width: 767px) {
    .bl_agree {
      width: 96%;
      padding: 1em;
      margin: 1em auto 2em; } }

.bl_agreeInner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }

.ly_agree_caution {
  margin: 1em 0 0; }

.el_agree_caution {
  color: #B80000;
  font-size: 0.8em; }

/*--------------------------------------------------
送信完了画面
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .ly_thanksLead {
    max-width: 800px;
    margin: 1em auto; } }
@media screen and (max-width: 767px) {
  .ly_thanksLead {
    width: 96%;
    margin: 1em auto; } }

.bl_thanksLead {
  text-align: center;
  line-height: 1.8; }

.bl_cautionLeadBox {
  border: solid 1px currentColor;
  border-radius: 4px;
  padding: 1.5em;
  margin: 2em auto;
  color: #e00429; }

.ly_btnTop {
  max-width: 400px;
  margin: 1em auto 3em; }
  @media screen and (max-width: 767px) {
    .ly_btnTop {
      width: 60%; } }

.ly_outerBanner {
  margin: 2em auto; }
  @media screen and (min-width: 768px) {
    .ly_outerBanner {
      width: 100%;
      max-width: 760px; } }
  @media screen and (max-width: 767px) {
    .ly_outerBanner {
      width: 94%; } }

/*# sourceMappingURL=style-lp-order.css.map */
