@charset "UTF-8";

/**
 * ================================================================================
 * Table of Contents:
 *
 * Lionsdenki Page Settings
 * ================================================================================
 */ 

 




/**
 * ================================================================================
 * Lionsdenki LP Page Settings
 * ================================================================================
 */


/**
 * Common
 * -------------------------------
 */

/* -- Layout -- */
.lionsdenki_page {
  color: #333;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  }

.lionsdenki_page .footer {
  background-color: #f2f2f2;
  padding: 35px 0 40px 0;
  }

.lionsdenki_page .wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  }


/* -- Comments / Caption -- */
.lionsdenki_page .comments { list-style: none; }

  .lionsdenki_page .comments > li {
    padding-left: 1em;
    text-indent: -1em;
    }

.lionsdenki_page .comments,
.lionsdenki_page .caption {
  margin-top: 10px;
  color: #666;
  font-size: 10px;
  }


/* -- Accordion Box -- */
.lionsdenki_page .accordion_box {
  background-color: #fff;
  border: 5px solid #00214b;
  padding: 15px;
  position: relative;
  text-align: center;
  border-radius: 20px;
  }

  .lionsdenki_page .accordion_box .accordion_box_ttl {
    margin: 25px 0 45px 0;
    position: relative;
    line-height: 1;
    }

    .lionsdenki_page .accordion_box .accordion_box_ttl:before {
      content: "";
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100% auto;
      width: 120px;
      height: 178px;
      position: absolute;
      top: -90px;
      left: 0;
      }

  .lionsdenki_page .accordion_box .accordion_box_inner {
    background-color: #f2f2f2;
    display: none;
    padding: 40px 55px 60px 55px;
    border-radius: 15px;
    }

  .lionsdenki_page .accordion_box .accordion_box_txt {}

    .lionsdenki_page .accordion_box .accordion_box_txt strong {
      color: #ab0007;
      font-size: 22px;
      font-weight: bold;
      }

  .accordion_box_comments {
    background-color: #fff;
    margin: 20px 0;
    padding: 30px;
    font-size: 105%;
    text-align: left;
    border-radius: 10px;
    }

    .accordion_box_comments .comments {
      color: #333;
      font-size: 100%;
      }

    .accordion_box_comments .caption {
      margin-top: 15px;
      color: #333;
      font-size: 85%;
      }

  .lionsdenki_page .accordion_box .accordion_box_btn {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }

    .lionsdenki_page .accordion_box .accordion_box_btn > a {
      background-color: #ab0007;
      display: block;
      width: 300px;
      height: 60px;
      position: relative;
      border-radius: 1000px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      }

      .lionsdenki_page .accordion_box .accordion_box_btn > a:before,
      .lionsdenki_page .accordion_box .accordion_box_btn > a:after {
        content: "";
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto;
        position: absolute;
        }

      .lionsdenki_page .accordion_box .accordion_box_btn > a:before {
        content: "";
        background-image: url("../img/accordion_btn_open.png");
        width: 146px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        }

      .lionsdenki_page .accordion_box .accordion_box_btn > a:after {
        background-color: #fff;
        background-image: url("../img/icon_plus_red.png");
        width: 30px;
        height: 30px;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 1000px;
        }

      .lionsdenki_page .accordion_box .accordion_box_btn > a.active:before { background-image: url("../img/accordion_btn_close.png"); }
      .lionsdenki_page .accordion_box .accordion_box_btn > a.active:after { background-image: url("../img/icon_minus_red.png"); }
        




/**
 * Main Visual
 * -------------------------------
 */

.lionsdenki_page .mv {
  background-image: url("../img/mv_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  position: relative;
  }

  /* -- .mv_logo -- */
  .lionsdenki_page .mv .mv_logo {
    position: absolute;
    top: 20px;
    left: 40px;
    }

    .lionsdenki_page .mv .mv_logo > a {
      display: block;
      width: 345px;
      }

      .lionsdenki_page .mv .mv_logo > a img { width: 100%; }


  /* -- .mv_ttl -- */
  .lionsdenki_page .mv .mv_ttl { margin-bottom: 55px; }

    .lionsdenki_page .mv .mv_ttl img { width: 525px; }


  /* -- .mv_txt -- */
  .lionsdenki_page .mv .mv_txt {}

    .lionsdenki_page .mv .mv_txt img { width: 600px; }




/**
 * Apply
 * -------------------------------
 */

.lionsdenki_page .apply {
  background-image: url("../img/apply_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 70px 0 80px 0;
  text-align: center;
  }


  /* -- .apply_inner -- */
  .lionsdenki_page .apply .apply_inner {}

    .lionsdenki_page .apply .apply_inner > dt {
      display: block;
      margin-bottom: 30px;
      line-height: 1;
      text-align: center;
      }

      .lionsdenki_page .apply .apply_inner > dt img { width: 670px; }

    .lionsdenki_page .apply .apply_inner > dd {}

      .lionsdenki_page .apply .apply_inner > dd > p { display: inline-block; }

        .lionsdenki_page .apply .apply_inner > dd > p > a {
          background-color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 670px;
          height: 110px;
          position: relative;
          text-align: center;
          border-radius: 15px;
          }

          .lionsdenki_page .apply .apply_inner > dd > p > a img { width: 420px; }

          .lionsdenki_page .apply .apply_inner > dd > p > a:after {
            content: "";
            background-color: #00214b;
            background-image: url("../img/icon_arrow_white.png");
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 100% auto;
            width: 45px;
            height: 45px;
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: 10000px;
            }



/**
 * Features
 * -------------------------------
 */

.lionsdenki_page .features { padding: 95px 0 120px 0; }

  /* -- .features_lists -- */
  .lionsdenki_page .features .features_lists { list-style: none; }

    .lionsdenki_page .features .features_lists > li { margin-bottom: 70px; }

    .lionsdenki_page .features .features_lists > li:nth-last-of-type(1) { margin-bottom: 0; }


/* -- .features_lists01 -- */
.lionsdenki_page .features .features_lists > li.features_lists01 .accordion_box_ttl img { width: 680px; }

.lionsdenki_page .features .features_lists > li.features_lists01 .accordion_box_ttl:before { background-image: url("../img/features_lists01_ttl_label.png"); }


/* -- .features_lists02 -- */
.lionsdenki_page .features .features_lists > li.features_lists02 .accordion_box_ttl img { width: 756px; }

.lionsdenki_page .features .features_lists > li.features_lists02 .accordion_box_ttl:before { background-image: url("../img/features_lists02_ttl_label.png"); }

  /* .features_lists02_apply */
  .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply { margin-top: 40px; }

    .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a {
      background-color: #00214b;
      display: inline-flex;
      width: 720px;
      height: 90px;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 15px;
      }

      .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a:after {
        content: "";
        background-color: #fff;
        background-image: url("../img/icon_arrow_blue.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 1000px;
        }

      .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a img {
        display: inline-block;
        width: 590px;
        margin-left: -30px;
        }

  /* .features_lists02_present */
  .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present {
    margin-top: 55px;
    margin-left: -40px;
    list-style: none;
    letter-spacing: -.40em;
    }

    .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li {
      display: inline-block;
      width: 33.3333%;
      padding-left: 40px;
      letter-spacing: normal;
      vertical-align: top;
      }

      .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dt {
        display: block;
        margin-bottom: 20px;
        }

        .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dt img { width: 100%; }

      .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dd { text-align: left; }

        .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dd > h3 {
          padding-left: 80px;
          margin-bottom: 10px;
          position: relative;
          color: #00214b;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.4;
          }

          .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dd > h3:before {
            content: "";
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 100% auto;
            width: 70px;
            height: 70px;
            position: absolute;
            top: 0;
            left: 0;
            }

          .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li:nth-of-type(1) > dl > dd > h3:before { background-image: url("../img/features_lists02_present01_label.png"); }
          .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li:nth-of-type(2) > dl > dd > h3:before { background-image: url("../img/features_lists02_present02_label.png"); }
          .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li:nth-of-type(3) > dl > dd > h3:before { background-image: url("../img/features_lists02_present03_label.png"); }

        .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dd > p { font-size: 15px; }


/* -- .features_lists03 -- */
.lionsdenki_page .features .features_lists > li.features_lists03 .accordion_box_ttl img { width: 456px; }

.lionsdenki_page .features .features_lists > li.features_lists03 .accordion_box_ttl:before { background-image: url("../img/features_lists02_ttl_label.png"); }


/* -- .features_lists04 -- */
.lionsdenki_page .features .features_lists > li.features_lists04 .accordion_box_ttl img { width: 338px; }

.lionsdenki_page .features .features_lists > li.features_lists04 .accordion_box_ttl:before { background-image: url("../img/features_lists03_ttl_label.png"); }

.lionsdenki_page .features .features_lists > li.features_lists04 .comments { text-align: left; }

  /* .features_lists04_price */
  .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price {
    padding-top: 30px;
    letter-spacing: -.40em;
    text-align: left;
    }

    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt,
    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top;
      position: relative;
      }

    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt {
      display: inline-flex;
      align-content: center;
      flex-wrap: wrap;
      background-color: #fff;
      width: calc(40% - 35px);
      height: 180px;
      padding: 15px 30px 15px 30px;
      margin-left: 30px;
      border: 3px solid #ab0007;
      border-radius: 10px;
      }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt:before,
      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt:after {
        content: "";
        display: block;
        width: 25px;
        height: 30px;
        position: absolute;
        top: 20px;
        }
      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt:before {
        background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #ab0007 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #ab0007 50.5%) no-repeat top right/100% 50%;
        left: -25px;
        z-index: 1;
        }
      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt:after {
        background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat bottom left/100% 50%, linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top right/100% 50%;
        left: -19px;
        z-index: 2;
        }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt > p {
        color: #ab0007;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5;     
        }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt strong {
        display: inline-block;
        margin-top: 3px;
        font-size: 26px;
        line-height: 1.2;
        }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt .features_lists04_price_btn {
        width: 100%;
        margin-top: 10px;
        }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt .features_lists04_price_btn > a {
          background-color: #ab0007;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 40px;
          position: relative;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          text-decoration: none;
          border-radius: 8px;
          }

          .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt .features_lists04_price_btn > a:after {
            content: "";
            background-color: #fff;
            background-image: url("../img/icon_arrow_red.png");
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 100% auto;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 50%;
            right: 10px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: 1000px;
            }

          .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt .features_lists04_price_btn > a > span {
            display: inline-block;
            margin-left: -20px;
            }

    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd { width: 60%; }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        table-layout: fixed;
        border-collapse: collapse;
        }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table th,
        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table td {
          vertical-align: middle;
          border: 1px solid #ccc;
          text-align: center;
          font-size: 16px;
          line-height: 1.4;
          }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table th {
          background-color: #00214b;
          padding: 8px 15px;
          color: #fff;
          }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table td {
          background-color: #fff;
          padding: 20px 15px;
          }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table tr:nth-of-type(2) td { color: #ab0007; }
        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table tr:nth-of-type(2) td:nth-of-type(1) { font-size: 18px; }
        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table tr:nth-of-type(2) td:nth-of-type(2) { font-size: 24px; }


/* -- .features_lists05 -- */
.lionsdenki_page .features .features_lists > li.features_lists05 .accordion_box_ttl img { width: 550px; }

.lionsdenki_page .features .features_lists > li.features_lists05 .accordion_box_ttl:before { background-image: url("../img/features_lists04_ttl_label.png"); }


  
/**
 * Area
 * -------------------------------
 */

.lionsdenki_page .area {
  background-color: #f2f2f2;
  padding: 70px 0 80px 0;
  }
  
  .lionsdenki_page .area .accordion_box_ttl img { width: 270px; }



/**
 * Contact
 * -------------------------------
 */

.lionsdenki_page .contact {
  background-color: #ab0007;
  padding: 70px 0 80px 0;
  }

  .lionsdenki_page .contact .comments {
    margin-top: 35px;
    color: #fff;
    }

    .lionsdenki_page .contact .comments .comments { margin-top: 0; }


  /* -- .contact_inner -- */
  .lionsdenki_page .contact .contact_inner {
    background-color: #fff;
    padding: 45px 55px 55px 55px;
    border-radius: 20px;
    text-align: center;
    }

    .lionsdenki_page .contact .contact_inner > dt {
      display: block;
      margin-bottom: 20px;
      }

      .lionsdenki_page .contact .contact_inner > dt img { width: 176px; }

    .lionsdenki_page .contact .contact_inner > dd { text-align: center; }

      .lionsdenki_page .contact .contact_inner > dd > dl {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
        text-align: left;
        }

        .lionsdenki_page .contact .contact_inner > dd > dl > dt {
          background-color: #ab0007;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 260px;
          height: 60px;
          position: relative;
          color: #fff;
          font-weight: bold;
          text-align: center;
          border-radius: 5px;
          }

          .lionsdenki_page .contact .contact_inner > dd > dl > dt:after {
            content: "";
            background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #ab0007 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #ab0007 50.5%) no-repeat bottom right/100% 50%;
            width: 10px;
            height: 20px;
            position: absolute;
            right: -10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            }

        .lionsdenki_page .contact .contact_inner > dd > dl > dd {
          padding-left: 35px;
          color: #ab0007;
          }



/**
 * Footer
 * -------------------------------
 */

/* -- .footer_logo -- */
.lionsdenki_page .footer_logo {
  width: 360px;
  position: absolute;
  top: 0;
  right: 15px;
  }

  .lionsdenki_page .footer_logo img { width: 100%; }


/* -- .footer_company -- */
.lionsdenki_page .footer_company { width: 50%; }

  .lionsdenki_page .footer_company > dt {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    }

  .lionsdenki_page .footer_company > dd {
    font-size: 14px;
    line-height: 1.4;
    }

    .lionsdenki_page .footer_company > dd a {
      color: #333;
      text-decoration: none;
      }


/* -- .footer_credit -- */
.lionsdenki_page .footer_credit {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 10px;
  }









@media all and (min-width: 768px) and (max-width: 1199px) {
    
    
/**
 * ================================================================================
 * Phase2 LP Page Settings
 * ================================================================================
 */
    
    
/**
 * Common
 * -------------------------------
 */
    
/* -- Layout -- */   
.lionsdenki_page .footer { padding: 40px 0 50px 0; }

.lionsdenki_page .wrapper {
  width: 100%;
  padding: 0 60px;
  }
    
/* -- Accordion Box -- */
.lionsdenki_page .accordion_box {}

  .lionsdenki_page .accordion_box .accordion_box_ttl:before {
    width: 100px;
    height: 178px;
    }
  
  
  
/**
 * Features
 * -------------------------------
 */

.lionsdenki_page .features {}


/* -- .features_lists -- */
.lionsdenki_page .features .features_lists > li .accordion_box_ttl img.is_pc { display: none !important; }
  
.lionsdenki_page .features .features_lists > li .accordion_box_ttl img {
  width: auto !important;
  height: 115px;
  }
  

/* -- .features_lists02 -- */
/* .features_lists02_apply */
  .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a {
    width: 100%;
    height: 110px;
    }

    .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a img.is_pc { display: none !important; }

    .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a img {
      display: inline-block;
      width: 300px;
      margin-left: -30px;
      }

/* .features_lists02_present */
.lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present {
  padding-top: 55px;
  margin-top: -30px;
  margin-left: 0;
  list-style: none;
  letter-spacing: -.40em;
  }

  .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    }
  
  
/* -- .features_lists04 -- */
/* .features_lists04_price */
.lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price {}

  .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt,
  .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd { display: block; }

  .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top: 30px;
    margin-left: 0;
    }

    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt:before,
    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt:after { display: none; }

    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt > p { text-align: center; }

  .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd { width: 100%; }
  
  

/**
 * Contact
 * -------------------------------
 */
  
.lionsdenki_page .contact .contact_inner > dd > dl > dt {
  height: auto;
  padding: 15px;
  }
  
  
  
/**
 * Footer
 * -------------------------------
 */

/* -- .footer_logo -- */
.lionsdenki_page .footer_logo { right: 60px; }


/* -- .footer_company -- */
.lionsdenki_page .footer_company { width: 35%; }


/* -- .footer_credit -- */
.lionsdenki_page .footer_credit { right: 60px; }


}









@media all and (min-width: 0px) and (max-width: 767px) {

  
/**
 * ================================================================================
 * Lionsdenki LP Page Settings
 * ================================================================================
 */


/**
 * Common
 * -------------------------------
 */

/* -- Layout -- */
.lionsdenki_page { font-size: 14px; }

.lionsdenki_page .footer {
  padding: 15px 0;
  font-size: 10px;
  }

.lionsdenki_page .wrapper {
  width: 100%;
  padding: 0 15px;
  }


/* -- Comments / Caption -- */
.lionsdenki_page .comments,
.lionsdenki_page .caption {
  margin-top: 10px;
  text-align: left;
  }


/* -- Accordion Box -- */
.lionsdenki_page .accordion_box {
  border: 3px solid #00214b;
  padding: 10px;
  border-radius: 10px;
  }

  .lionsdenki_page .accordion_box .accordion_box_ttl { margin: 10px 0 20px 0; }

    .lionsdenki_page .accordion_box .accordion_box_ttl:before {
      width: calc(100vw * (100 / 640));
      height: calc(100vw * (158 / 640));
      top: calc(100vw * (-90 / 640));
      left: -15px;
      }

  .lionsdenki_page .accordion_box .accordion_box_inner {
    padding: 15px 15px 25px 15px;
    border-radius: 8px;
    }

  .lionsdenki_page .accordion_box .accordion_box_txt { text-align: left; }
  
    .lionsdenki_page .accordion_box .accordion_box_txt br { display: none; }

    .lionsdenki_page .accordion_box .accordion_box_txt strong { font-size: 15px; }
  
  .lionsdenki_page .accordion_box_comments {
    margin: 10px 0;
    padding: 15px;
    font-size: 105%;
    border-radius: 6px;
    }
  
    .lionsdenki_page .accordion_box_comments .caption {
      margin-top: 10px;
      font-size: 85%;
      }

  .lionsdenki_page .accordion_box .accordion_box_btn { bottom: -20px; }

    .lionsdenki_page .accordion_box .accordion_box_btn > a {
      width: calc(300px * 0.6);
      height: calc(60px * 0.6);
      }

      .lionsdenki_page .accordion_box .accordion_box_btn > a:before {
        width: calc(146px * 0.6);
        height: calc(24px * 0.6);
        }

      .lionsdenki_page .accordion_box .accordion_box_btn > a:after {
        width: 20px;
        height: 20px;
        right: 10px;
        }



/**
 * Main Visual
 * -------------------------------
 */

.lionsdenki_page .mv { padding: calc(100vw * (120  / 640)) 0 40px 0; }
  
  
  /* -- .mv_logo -- */
  .lionsdenki_page .mv .mv_logo {
    top: 10px;
    left: 10px;
    }

    .lionsdenki_page .mv .mv_logo > a { width: calc(100vw * (380 / 640)); }


  /* -- .mv_ttl -- */
  .lionsdenki_page .mv .mv_ttl { margin-bottom: 25px; }

    .lionsdenki_page .mv .mv_ttl img { width: calc(100vw * (500 / 640)); }


  /* -- .mv_txt -- */
  .lionsdenki_page .mv .mv_txt {}

    .lionsdenki_page .mv .mv_txt img { width: calc(100vw * (500 / 640)); }




/**
 * Apply
 * -------------------------------
 */

.lionsdenki_page .apply { padding: 30px 0 35px 0; }


  /* -- .apply_inner -- */
  .lionsdenki_page .apply .apply_inner {}

    .lionsdenki_page .apply .apply_inner > dt { margin-bottom: 15px; }

      .lionsdenki_page .apply .apply_inner > dt img { width: calc(100vw * (380 / 640)); }

    .lionsdenki_page .apply .apply_inner > dd {}
  
      .lionsdenki_page .apply .apply_inner > dd > p { display: block; }

        .lionsdenki_page .apply .apply_inner > dd > p > a {
          width: 100%;
          height: auto;
          padding: 20px;
          border-radius: 8px;
          }

          .lionsdenki_page .apply .apply_inner > dd > p > a img {
            display: inline-block;
            width: calc(100vw * (420 / 640));
            margin-left: calc(100vw * (-30 / 640));
            }

          .lionsdenki_page .apply .apply_inner > dd > p > a:after {
            width: calc(50px * 0.5);
            height: calc(50px * 0.5);
            right: 10px;
            }



/**
 * Features
 * -------------------------------
 */

.lionsdenki_page .features { padding: 40px 0 45px 0; }

  /* -- .features_lists -- */
  .lionsdenki_page .features .features_lists {}

    .lionsdenki_page .features .features_lists > li { margin-bottom: 40px; }


/* -- .features_lists01 -- */
.lionsdenki_page .features .features_lists > li.features_lists01 .accordion_box_ttl img {
  width: auto;
  height: calc(100vw * (110 / 640));
  }


/* -- .features_lists02 -- */
.lionsdenki_page .features .features_lists > li.features_lists02 .accordion_box_ttl img {
  width: auto;
  height: calc(100vw * (110 / 640));
  }

  /* .features_lists02_apply */
  .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply { margin-top: 20px; }

    .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a {
      width: 100%;
      height: auto;
      padding: 15px;
      border-radius: 8px;
      }

      .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a:after {
        width: 20px;
        height: 20px;
        top: 50%;
        right: 10px;
        }

      .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_apply > a img {
        display: inline-block;
        width: calc(100vw * (340 / 640));
        margin-left: calc(100vw * (-30 / 640));
        }

  /* .features_lists02_present */
  .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present {
    padding-top: 25px;
    margin-top: -15px;
    margin-left: 0;
    }

    .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li {
      width: 100%;
      padding-left: 0;
      margin-top: 15px;
      }

      .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dt { margin-bottom: 10px; }

        .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dd > h3 {
          padding-left: 50px;
          margin-bottom: 5px;
          font-size: 15px;
          }

          .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dd > h3:before {
            width: 45px;
            height: 45px;
            }

        .lionsdenki_page .features .features_lists > li.features_lists02 .features_lists02_present > li > dl > dd > p { font-size: 13px; }


/* -- .features_lists03 -- */
.lionsdenki_page .features .features_lists > li.features_lists03 .accordion_box_ttl img {
  width: auto;
  height: calc(100vw * (110 / 640));
  }


/* -- .features_lists04 -- */
.lionsdenki_page .features .features_lists > li.features_lists04 .accordion_box_ttl img {
  width: auto;
  height: calc(100vw * (110 / 640));
  }

  /* .features_lists04_price */
  .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price { padding-top: 15px; }

    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt,
    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd { display: block; }

    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt {
      display: block;
      width: 100%;
      height: auto;
      padding: 15px;
      margin-top: 15px;
      margin-left: 0;
      border: 2px solid #ab0007;
      border-radius: 5px;
      }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt:before,
      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt:after { display: none; }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt > p {
        font-size: 14px;
        text-align: center;
        }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt strong {
        margin-top: 5px;
        font-size: 18px;
        }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt .features_lists04_price_btn { margin-top: 10px; }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt .features_lists04_price_btn > a {
          width: 100%;
          height: auto;
          padding: 10px;
          font-size: 14px;
          border-radius: 5px;
          }

          .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt .features_lists04_price_btn > a:after {
            width: 15px;
            height: 15px;
            right: 10px;
            }

          .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dt .features_lists04_price_btn > a > span { margin-left: -10px; }

    .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd { width: 100%; }

      .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table { margin-bottom: 15px; }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table th,
        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table td { font-size: 14px; }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table th,
        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table td { padding: 5px 10px; }

        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table tr:nth-of-type(2) td:nth-of-type(1) { font-size: 14px; }
        .lionsdenki_page .features .features_lists > li.features_lists04 .features_lists04_price > dd > table tr:nth-of-type(2) td:nth-of-type(2) { font-size: 18px; }


/* -- .features_lists05 -- */
.lionsdenki_page .features .features_lists > li.features_lists05 .accordion_box_ttl img {
  width: auto;
  height: calc(100vw * (110 / 640));
  }



  
/**
 * Area
 * -------------------------------
 */

.lionsdenki_page .area { padding: 30px 0 40px 0; }
  
  .lionsdenki_page .area .accordion_box_ttl img {
    width: auto;
    height: calc(100vw * (50 / 640));
    }



/**
 * Contact
 * -------------------------------
 */

.lionsdenki_page .contact { padding: 30px 0 35px 0; }

  .lionsdenki_page .contact .comments { margin-top: 15px; }


  /* -- .contact_inner -- */
  .lionsdenki_page .contact .contact_inner {
    padding: 20px;
    border-radius: 10px;
    }

    .lionsdenki_page .contact .contact_inner > dt { margin-bottom: 10px; }

      .lionsdenki_page .contact .contact_inner > dt img { width: calc(100vw * (200 / 640)); }

    .lionsdenki_page .contact .contact_inner > dd {}
  
      .lionsdenki_page .contact .contact_inner > dd > p { text-align: left; }
  
        .lionsdenki_page .contact .contact_inner > dd > p br { display: none; }

      .lionsdenki_page .contact .contact_inner > dd > dl {
        display: block;
        margin-top: 10px;
        padding-top: 10px;
        }

        .lionsdenki_page .contact .contact_inner > dd > dl > dt {
          display: block;
          width: 100%;
          height: auto;
          padding: 10px;
          border-radius: 5px;
          }

          .lionsdenki_page .contact .contact_inner > dd > dl > dt:after {
            content: "";
            background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #ab0007 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #ab0007 50.5%) no-repeat top right/50% 100%;
            width: 20px;
            height: 10px;
            position: absolute;
            right: auto;
            top: auto;
            left: 50%;
            bottom: -10px;
            -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
            }

        .lionsdenki_page .contact .contact_inner > dd > dl > dd {
          padding-left: 0;
          margin-top: 15px;
          }

  
  
/**
 * Footer
 * -------------------------------
 */

/* -- .footer_logo -- */
.lionsdenki_page .footer_logo {
  width: 100%;
  margin-bottom: 15px;
  position: static;
  }


/* -- .footer_company -- */
.lionsdenki_page .footer_company { width: 100%; }

  .lionsdenki_page .footer_company > dt {
    margin-bottom: 5px;
    font-size: 12px;
    }

  .lionsdenki_page .footer_company > dd { font-size: 11px; }

/* -- .footer_credit -- */
.lionsdenki_page .footer_credit {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  position: static;
  font-size: 10px;
  text-align: center;
  }
    

}