@media screen and (max-width: 768px) {
    .u-is-pc {
      display: none;
    }

    .u-is-sp {
      display: block;
    }
  }

  section#ttl {
    height: 230px;
    background: #fff;
    display: flex;
    border-bottom: solid 2px #005cbd;
  }
  section#ttl h1 {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 3px #005cbd dashed;
    color: #005cbd;
    margin: auto;
    font-size: 36px;
    font-weight: bold;
  }
  @media screen and (max-width: 768px) {
    section#ttl {
        height: 180px;
    }
    section#ttl h1 {
        font-size: 24px;
    }
  }

  .p-simulation {
    background-color: #EDF6FC;
    padding: 70px 15px 90px ;
  }
  .p-simulation._white {
    background: #fff;
    position: relative;
  }
  .p-simulation._white:after {
    content:  "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 74px 45px 0 45px;
    border-color: #edf6fc transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
  }


/*  .p-simulation h2 {
    color: #005cbd;
    font-size: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
    line-height: 1.2;
    margin: 0 0 60px;
  }
  .p-simulation h2::after {
    content: "";
    display: block;
    background-image: url(/assets/images/--.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
  }

  .p-simulation h2 + .p-simulation__inner__icon {
    margin: 60px auto 10px auto;
  }

  .p-simulation h2 span {
    font-size: 18px;
  }
*/
  .p-simulation__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
  }

  .p-simulation__inner__icon {
    width: 70px;
    margin: 46px auto 10px auto;
  }

  .p-simulation__inner__icon img {
    width: 100%;
  }

  .p-simulation__inner__txt {
    margin-bottom: 25px;
    font-size: 22px;
    color: #005cbd;
    text-align: left;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .p-simulation__inner__txt img.step {
    width: 70px;
    margin: 0 10px 0 0;
  }

  .p-simulation__inner__note {
    margin-top: 15px;
    font-size: 12px;
    color: #000;
    text-align: left;
  }

  .p-simulation__area {
      text-align: left;
      margin: 0 0 50px;

  }
  .p-simulation__area select {
    background: #fff;
    border-size: 2px;
    border: 2px solid #020202;
/*    position: relative;
    background: #fff;
    border: 2px solid #000;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    width: 396px;
    padding: 14px 50px 14px 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    appearance: none;
    background: #fff url(https://looop-denki.com/low-v/lp/images/select_arrow.png) 94% center no-repeat;
    background-size: 19px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
*/  }
  .p-simulation__area select::-ms-expand {
/*    display: none;*/
  }

  .p-simulation__area p {
    display: none;

    color: #000;

  }

  .p-simulation__area p a {

    color: #005cbd;
    text-decoration: underline;
  }

  .p-simulation__area p + p {

  }

  .p-simulation__wrap__amps {
    padding: 0 0 50px;
  }
  .p-simulation__amps {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .p-simulation__amps input[type="radio"] {
    display: none;
  }

  .p-simulation__amps input[type="radio"]:checked + label {
    background: #005cbd;
    color: #fff;
  }

  .p-simulation__amps label {
    display: inline-block;
    width: 18%;
    padding: 14px 50px 15px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    cursor: pointer;
  }

  .p-simulation__month {
      padding: 0 0 50px;
  }
  .p-simulation__month-pc {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  .p-simulation__month-pc input[type="radio"] {
    display: none;
  }

  .p-simulation__month-pc input[type="radio"]:checked + label {
    background: #005cbd;
    color: #fff;
  }

  .p-simulation__month-pc label {
    display: inline-block;
    width: 7%;
    padding: 14px 0 15px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    cursor: pointer;
  }

  .p-simulation__month-sp {
    display: none;
  }

  .p-simulation__payment {
    width: 620px;
    position: relative;
  }

  .p-simulation__payment input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    width: 100%;
    background: #000;
    border: none;

  }
  @media all and (-ms-high-contrast: none) {
    .p-simulation__payment input[type="range"] {
      background: transparent;
    }
  }

  @-moz-document url-prefix() {
    .p-simulation__payment input[type="range"] {
      height: 3px;
    }
  }
  .p-simulation__payment input[type="range"]:focus {
    outline: none;
  }

  .p-simulation__payment input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: none;
    background: #000;
    border-radius: 1.5px;
    border: none;
  }

  .p-simulation__payment input[type="range"]::-webkit-slider-thumb {
    box-shadow: none;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #005cbd;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
  }

  @supports (-ms-ime-align: auto) {
    .p-simulation__payment input[type="range"]::-webkit-slider-thumb {
      margin-top: 0 !important;
    }
  }
  .p-simulation__payment input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: none;
    background: #fff;
    border-radius: 9999px;
    border: none;
  }

  .p-simulation__payment input[type="range"]::-moz-range-thumb {
    box-shadow: none;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #005cbd;
    cursor: pointer;
  }

  .p-simulation__payment input[type="range"]::-moz-focus-outer {
    border: 0;
  }

  .p-simulation__payment input[type="range"]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 10px 0;
    color: transparent;
  }

  .p-simulation__payment input[type="range"]::-ms-fill-lower {
    background: #fff;
    border: none;
    border-radius: 1.5px;
    box-shadow: none;
  }

  .p-simulation__payment input[type="range"]::-ms-fill-upper {
    background: #fff;
    border: none;
    border-radius: 1.5px;
    box-shadow: none;
  }

  .p-simulation__payment input[type="range"]::-ms-thumb {
    box-shadow: none;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #005cbd;
    cursor: pointer;
  }

  .p-simulation__payment input[type="range"]:focus::-ms-fill-lower {
    background: #fff;
  }

  .p-simulation__payment input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
  }

  .p-simulation__payment input[type="range"]::-ms-tooltip {
    display: none;
  }

  .p-simulation__payment__txt {
    font-size: 30px;
    line-height: 1;
    color: #000;
    text-align: left;
    margin: 0 0 50px;
  }
  .p-simulation__payment__txt span {
    padding: 10px 50px;
    background: #fff;
    border-radius: 6px;
    border: solid 2px #000;
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .p-simulation__payment__txt span::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    background: #fff;
    background: linear-gradient(to top left, #fff 50%, transparent 50%);
    transform: rotateZ(45deg) translateX(-50%);
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
  }

  .p-simulation__payment_inner {
    width: 100%;
    position: relative;
  }

  .p-simulation__payment_inner::before {
    content: "2,000円";
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #000;
  }

  .p-simulation__payment_inner::after {
    content: "20,000円";
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #000;
  }

  .p-result {
    padding: 60px 20px 0;
    position: relative;
    background: #0168B6;
  }

  .p-result::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 35px;
    background-image: url(https://looop-denki.com/low-v/lp/images/simulation_top.png);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .p-result__inner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 60px;
  }

  .p-result h2 {
    color: #0168B6;
    font-size: 34px;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #FEE100;
    display: inline-block;
    padding: 15px;
    border-radius: 6px;
    width: 650px;
  }

  .p-result h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    margin-left: -230px;
    width: 3px;
    height: 45px;
    background: #0168B6;
    border-radius: 6px;
    transform: rotateZ(315deg);
  }

  .p-result h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50%;
    margin-right: -230px;
    width: 3px;
    height: 45px;
    background: #0168B6;
    border-radius: 6px;
    transform: rotateZ(45deg);
  }


  .p-result__inner__txt-1,
  .p-result__inner__txt-2 {
    margin-top: 44px;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 1.8;
    background: #fff;
    border-radius: 30px;
    border: solid 5px #FEE100;
    padding: 50px 20px;
  }

  .p-result__inner__txt-1.caution {
    border: none;
    border-radius: 0;
    padding: 30px;
    margin: 0;
  }

  .p-result__inner__txt-1 p {
    border-bottom: dashed 3px #000;
    display: inline-block;
  }

  .p-result__inner__txt-1 .txt-m {
    font-size: 26px;
  }

  .p-result__inner__txt-1 .txt-l {
    font-size: 64px;
    color: #E85F5F;
  }

  .p-result__inner__txt-1 span.red {
    color: #E85F5F;
    font-weight: bold;
  }

  .p-result__inner__txt-1 p + p {
    margin-top: 5px;
    font-size: 32px;
  }

  .p-result__inner__txt-1 ul {
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
  }

  .p-result__inner__txt-1 ul li {
    font-size: 12px;
    line-height: 2;
    color: #000;
    padding-left: 2em;
    position: relative;
    text-align: left;
  }

  .p-result__inner__txt-1 ul li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 2;
    color: #000;
  }

  .p-result__inner__txt-1 ul li a {
    text-decoration: underline;
    display: inline;
    font-size: 12px;
    color: #0168B6;
  }

  .p-result__inner__txt-2 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .p-result__inner__txt-2 p:first-of-type {
    margin-top: 25px;
  }

  .p-result__inner__txt-2 p + p {
    margin-top: 15px;
  }

  .p-result__inner__img {
    width: 423px;
  }


  .p-result__inner__btn + .p-result__inner__txt-1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-btn.-blue a {
    background-color: #025cbd;
    color: #ffffff;
    background-image: url(https://looop-denki.com/low-v/lp/images/btn_arrow_white.png);
  }
  .c-btn.-blue.-up a {
    background-color: #0168B6;
    color: #ffffff;
    border: 2px solid #fff;
    background-image: url(/assets/images/layer1_up.png);
    box-shadow: 0 3px 0px 0px #fff;
    background-size: 10px 8px;
    margin: 0;
    transition: .2s;
  }
  .c-btn.-blue.-up a:hover {
    box-shadow: 0 0px 0px 0px #fff;
    transform: translateY(3px);
  }
  .c-btn a {
    display: block;
    background-color: #ffffff;
    color: #025cbd;
    text-align: center;
    border-radius: 9999px;
    font-size: 15px;
    letter-spacing: 0.04em;
    height: 64px;
    display: flex;
    padding-left: 90px;
    align-items: center;
    min-width: 315px;
    width: 315px;
    font-weight: bold;
    /*background-image: url(https://looop-denki.com/low-v/lp/images/btn_arrow_blue.png);*/
    background-size: 19px 16px;
    background-position: right 21px center;
    background-repeat: no-repeat;
  }
  .c-btn.yellow a {
    display: inline-block;
    background: none;
    color: #000;
    padding: 1px 0;
    margin: 0;
    min-width: 0;
    width: auto;
  }
  .c-btn.entry a {
    position: relative;
    color: #fff;
    background-color: #E85F5F;
    border-bottom: solid 3px #D63434;
    margin: 0;
    transition: 0.1s;
    background-size: 8px 10px;
    position: relative;
    max-width: 400px;
    width: 100%;
  }
  .c-btn.entry a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    right: 20px;
    transform-origin: center;
    top: 50%;
  }

  .c-btn.entry a:hover {
    border-bottom: solid 0px #D63434;
    margin: 3px 0 0;
  }
  .c-btn.entry a::before {
    content: "";
    width: 20px;
    height: 24px;
    display: block;
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("/assets/images/ico_writing.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .c-btn a.-indent {
    text-indent: -1.2em;
  }
  .c-btn a + a {
    margin-left: 24px;
  }

  .p-result__inner__btn {
    height: 55px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: center;
  }

  .p-result__inner__btn + .p-result__inner__txt-1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .p-result__inner__btn .c-btn.yellow {
    display: block;
    background-color: #FEE100;
    color: #000;
    text-align: center;
    border-radius: 9999px;
    font-size: 15px;
    letter-spacing: 0.04em;
    padding: 17px;
    min-width: 315px;
    width: 315px;
    font-weight: bold;
    /*background-image: url("/assets/images/layer2.png");*/
    background-size: 8px 10px;
    background-position: right 21px center;
    background-repeat: no-repeat;
    margin: 0;
    border-bottom: solid 3px #E0BF04;
    transition: 0.1s;
    position: relative;
  }
  .p-result__inner__btn .c-btn.yellow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #202020;
    border-right: 2px solid #202020;
    display: block;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    right: 20px;
    transform-origin: center;
    top: 50%;
  }
  .p-result__inner__btn .c-btn.yellow:hover {
    border: solid 0px;
    margin: 3px 0 0;
  }

  @media screen and (max-width: 768px) {
    .c-btn {
      display: block;
    }

    .c-btn a {
      min-width: auto;
      min-width: initial;
      width: calc(630 / 750 * 100vw);
      margin: 0 auto;
      padding: calc(30 / 750 * 100vw) 0;
      font-size: calc(30 / 750 * 100vw);
      background-size: calc(37 / 750 * 100vw) calc(30 / 750 * 100vw);
      background-position: right calc(38 / 750 * 100vw) center;
    }

    .c-btn a.-indent {
      text-indent: 0em;
    }

    .c-btn a + a {
      margin-left: auto;
      margin-top: calc(30 / 750 * 100vw);
    }

    .c-btn.-blue.-up a {
      width: 100%;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      font-size: 16px;
    }

    .p-result__inner__btn {
      width: 100%;
      margin: calc(29 / 750 * 100vw) auto 0 auto;
      display: block;
    }

    .p-result__inner__btn + .p-result__inner__txt-1 {
      margin-top: calc(60 / 750 * 100vw);
    }

    .p-result__inner__btn .c-btn + .c-btn {
      margin-top: calc(29 / 750 * 100vw);
    }
  }
  @media screen and (max-width: 768px) {
    .p-simulation {
      padding: calc(68 / 750 * 100vw) 0 calc(100 / 750 * 100vw) 0;
    }

    .p-simulation h2 {
      /*font-size: calc(52 / 750 * 100vw);
      line-height: 1.2;
      text-align: center;
      -moz-font-feature-settings: "palt";
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      letter-spacing: 0.05em;*/
    }

    .p-simulation h2 + .p-simulation__inner__icon {
      margin: 0;
    }

    .p-simulation h2 + .p-simulation__wrap__ttl {
    /*  margin-top: calc(48 / 750 * 100vw);
   */ }

    .p-simulation h2 span {
  /*    font-size: calc(28 / 750 * 100vw);
      display: block;
      margin: 0 0 5px;
 */   }

    .p-simulation__inner {
      padding-left: 15px;
      padding-right: 15px;
      margin: auto;
      text-align: left;
    }

    .p-simulation__inner__txt img.step {
        display: block;
        margin: 0 10px 10px 0;
    }

    .p-simulation__wrap__ttl {
      display: flex;
      margin-top: calc(38 / 750 * 100vw);
      align-items: center;
    }

    .p-simulation__amps {
        flex-wrap: wrap;
    }

    .p-simulation__inner__icon {
      width: calc(114 / 750 * 100vw);
      margin: 0 0.5em 0 0;
    }

    .p-simulation__inner__txt {
      margin-bottom: calc(25 / 750 * 100vw);
      font-size: 22px;
    }

    .p-simulation__inner__note {
      margin-top: calc(0 / 750 * 100vw);
      /*font-size: calc(22 / 750 * 100vw);*/
      line-height: 1.8;
      text-align: left;
    }

    .p-simulation__inner__icon {
      width: calc(114 / 750 * 100vw);
      margin-bottom: calc(25 / 750 * 100vw);
    }

    .p-simulation__area select {
      outline: none;
      width: 100%;
      padding: 10px 15px;
      font-size: calc(30 / 750 * 100vw);
      background-size: calc(30 / 750 * 100vw) auto;
    }

    .p-simulation__area p {
      /*font-size: calc(22 / 750 * 100vw);
      margin-top: calc(22 / 750 * 100vw);*/
    }

    .p-simulation__amps label {
      width: 47%;
      padding: calc(30 / 750 * 100vw) 0;
      margin: 0 0 calc(20 / 750 * 100vw) 0;
      font-size: 18px;
    }

    .p-simulation__amps label.item-odd {
      margin-right: calc(30 / 750 * 100vw);
    }

    .p-simulation__month {
      margin-bottom: calc(60 / 750 * 100vw);
    }

    .p-simulation__month-pc {
      display: none;
    }

    .p-simulation__month-sp {
      display: block;
      width: 100;
      margin: 0 auto;
      position: relative;
    }

    .p-simulation__month-sp input[type="range"] {
      -webkit-appearance: none;
      appearance: none;
      outline: none;
      margin: 0;
      width: 100%;
      background: #000;
      border: none;
      height: 14px;
      background: #DDDDDD;
    }

    @-moz-document url-prefix() {
      .p-simulation__month-sp input[type="range"] {
        height: calc(4 / 750 * 100vw);
      }
    }
    .p-simulation__month-sp input[type="range"]:focus {
      outline: none;
    }

    .p-simulation__month-sp input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: calc(4 / 750 * 100vw);
      cursor: pointer;
      animate: 0.2s;
      box-shadow: none;
      background: #fff;
      border-radius: 9999px;
      border: none;
    }

    .p-simulation__month-sp input[type="range"]::-webkit-slider-thumb {
      box-shadow: none;
      border: none;
      width: calc(34 / 750 * 100vw);
      height: calc(34 / 750 * 100vw);
      border-radius: 50%;
      background: #005cbd;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: calc(-15 / 750 * 100vw);
    }

    @supports (-ms-ime-align: auto) {
      .p-simulation__month-sp input[type="range"]::-webkit-slider-thumb {
        margin-top: 0 !important;
      }
    }
    .p-simulation__month-sp input[type="range"]::-moz-range-track {
      width: 100%;
      height: calc(4 / 750 * 100vw);
      cursor: pointer;
      animate: 0.2s;
      box-shadow: none;
      background: #fff;
      border-radius: 9999px;
      border: none;
    }

    .p-simulation__month-sp input[type="range"]::-moz-range-thumb {
      box-shadow: none;
      width: calc(34 / 750 * 100vw);
      height: calc(34 / 750 * 100vw);
      border-radius: 50%;
      background: #005cbd;
      border: none;
      cursor: pointer;
    }

    .p-simulation__month-sp input[type="range"]::-ms-track {
      width: 100%;
      height: calc(4 / 750 * 100vw);
      cursor: pointer;
      animate: 0.2s;
      background: transparent;
      border-color: transparent;
      border-width: calc(17 / 750 * 100vw) 0;
      color: transparent;
    }

    .p-simulation__month-sp input[type="range"]::-ms-fill-lower {
      background: #fff;
      border: none;
      border-radius: 9999px;
      box-shadow: none;
    }

    .p-simulation__month-sp input[type="range"]::-ms-fill-upper {
      background: #fff;
      border: none;
      border-radius: 9999px;
      box-shadow: none;
    }

    .p-simulation__month-sp input[type="range"]::-ms-thumb {
      box-shadow: none;
      border: none;
      width: calc(34 / 750 * 100vw);
      height: calc(34 / 750 * 100vw);
      border-radius: 50%;
      background: #005cbd;
      cursor: pointer;
    }

    .p-simulation__month-sp input[type="range"]:focus::-ms-fill-lower {
      background: #fff;
    }

    .p-simulation__month-sp input[type="range"]:focus::-ms-fill-upper {
      background: #fff;
    }

    .p-simulation__month-sp input[type="range"]::-ms-tooltip {
      display: none;
    }

    .p-simulation__month__txt {
        font-size: calc(42 / 750 * 100vw);
        line-height: 1;
        color: #000;
        text-align: left;
        margin: 20px 0 30px;
    }

    .p-simulation__month__inner {
      width: 100%;
      height: calc(60 / 750 * 100vw);
      position: relative;
    }

    .p-simulation__month__inner::before {
      content: "1月";
      position: absolute;
      top: calc(60 / 750 * 100vw);
      left: 0;
      font-size: 18px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 600;
    }

    .p-simulation__month__inner::after {
      content: "12月";
      position: absolute;
      top: calc(60 / 750 * 100vw);
      right: 0;
      font-size: 18px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 600;
    }

    .p-simulation__month__txt span {
        padding: 10px 50px;
        background: #fff;
        border-radius: 6px;
        border: solid 2px #000;
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative;
    }
    .p-simulation__month__txt span::after {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        bottom: -18px;
        left: 50%;
        background: linear-gradient(to top left, #fff 50%, transparent 50%);
        transform: rotateZ(45deg) translateX(-50%);
        border-bottom: solid 2px #000;
        border-right: solid 2px #000;
    }

    .p-simulation__payment {
      width: 100%;
      margin: 0 auto;
      position: relative;
    }

    @-moz-document url-prefix() {
      .p-simulation__payment input[type="range"] {
        height: calc(4 / 750 * 100vw);
      }
    }
    .p-simulation__payment input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: calc(4 / 750 * 100vw);
      cursor: pointer;
      animate: 0.2s;
      box-shadow: none;
      background: #fff;
      border-radius: 9999px;
      border: none;
    }

    .p-simulation__payment input[type="range"]::-webkit-slider-thumb {
      box-shadow: none;
      width: calc(34 / 750 * 100vw);
      height: calc(34 / 750 * 100vw);
      border-radius: 50%;
      background: #005cbd;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: calc(-15 / 750 * 100vw);
    }

    @supports (-ms-ime-align: auto) {
      .p-simulation__payment input[type="range"]::-webkit-slider-thumb {
        margin-top: 0 !important;
      }
    }
    .p-simulation__payment input[type="range"]::-moz-range-track {
      width: 100%;
      height: calc(4 / 750 * 100vw);
      cursor: pointer;
      animate: 0.2s;
      box-shadow: none;
      background: #fff;
      border-radius: 9999px;
      border: none;
    }

    .p-simulation__payment input[type="range"]::-moz-range-thumb {
      box-shadow: none;
      width: calc(34 / 750 * 100vw);
      height: calc(34 / 750 * 100vw);
      border-radius: 50%;
      background: #005cbd;
      cursor: pointer;
    }

    .p-simulation__payment input[type="range"]::-ms-track {
      width: 100%;
      height: calc(4 / 750 * 100vw);
      cursor: pointer;
      animate: 0.2s;
      background: transparent;
      border-color: transparent;
      border-width: calc(17 / 750 * 100vw) 0;
      color: transparent;
    }

    .p-simulation__payment input[type="range"]::-ms-fill-lower {
      background: #fff;
      border: none;
      border-radius: 9999px;
      box-shadow: none;
    }

    .p-simulation__payment input[type="range"]::-ms-fill-upper {
      background: #fff;
      border: none;
      border-radius: 9999px;
      box-shadow: none;
    }

    .p-simulation__payment input[type="range"]::-ms-thumb {
      box-shadow: none;
      border: none;
      width: calc(34 / 750 * 100vw);
      height: calc(34 / 750 * 100vw);
      border-radius: 50%;
      background: #005cbd;
      cursor: pointer;
    }

    .p-simulation__payment__txt {
        font-size: calc(42 / 750 * 100vw);
        line-height: 1;
        color: #000;
        margin: 20px 0 30px;
        text-align: left;
    }

    .p-simulation__payment_inner {
      width: 100%;
      height: calc(60 / 750 * 100vw);
      position: relative;
    }

    .p-simulation__payment_inner::before {
      position: absolute;
      top: calc(60 / 750 * 100vw);
      left: 0;
      font-size: 18px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 600;
    }

    .p-simulation__payment_inner::after {
      content: "20,000円";
      position: absolute;
      top: calc(60 / 750 * 100vw);
      right: 0;
      font-size: 18px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 600;
    }

    .p-result {
      position: relative;
    }

    .p-result::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 50%;
      margin-left: calc(-38 / 750 * 100vw);
      width: calc(76 / 750 * 100vw);
      height: calc(50 / 750 * 100vw);
    }

    .p-result h2 {
        font-size: calc(32 / 750 * 100vw);
        width: 70%;
    }

    .p-result h2::before {
        margin-left: calc(-200 / 750 * 100vw);
        width: 3px;
        height: 20px;
    }

    .p-result h2::after {
        margin-right: calc(-200 / 750 * 100vw);
        width: 3px;
        height: 20px;
    }

    .p-result__inner {
        width: 90%;
        padding: 0 0 100px;
    }

    .p-result__inner__txt-1 {
      margin-top: calc(60 / 750 * 100vw);
      margin-bottom: calc(35 / 750 * 100vw);
      font-size: calc(40 / 750 * 100vw);
      line-height: 1.85;
    }

    .p-result__inner__txt-1 p {
        display: inline;
        font-weight: 800;
        border-bottom: dashed 2px #000;
    }

    .p-result__inner__txt-1 .txt-m {
      font-size: calc(44 / 750 * 100vw);
    }

    .p-result__inner__txt-1 .txt-l {
      font-size: calc(85 / 750 * 100vw);
      color: #FEE100;
      line-height: 1;
    }

    .p-result__inner__txt-1 p + p {
      margin-top: 0;
      font-size: calc(44 / 750 * 100vw);
    }

    .p-result__inner__txt-1 span.red {
        font-weight: 800;
        line-height: 1.3;
    }

    .p-result__inner__txt-1 ul {
      width: 100%;
    }

    .p-result__inner__txt-1 ul li {
      font-size: calc(22 / 750 * 100vw);
      line-height: 1.72;
      padding-left: 1.5em;
    }

    .p-result__inner__txt-1 ul li + li {
      margin-top: calc(10 / 750 * 100vw);
    }

    .p-result__inner__txt-1 ul li::before {
      font-size: calc(22 / 750 * 100vw);
      line-height: 1.72;
    }

    .p-result__inner__txt-1 ul li a {
      font-size: calc(22 / 750 * 100vw);
    }

    .p-result__inner__txt-2 {
      margin-top: calc(60 / 750 * 100vw);
      margin-bottom: calc(40 / 750 * 100vw);
      font-size: calc(32 / 750 * 100vw);
      line-height: 1.6;
      padding: 30px 10px;
    }

    .p-result__inner__txt-2 p:first-of-type {
      margin-top: 0;
      font-size: calc(23 / 750 * 100vw);
    }

    .p-result__inner__txt-2 p + p {
      margin-top: calc(35 / 750 * 100vw);
    }

    .p-result__inner__img {
      width: calc(685 / 750 * 100vw);
    }

    .p-result__inner__btn {
      width: 100%;
      margin: calc(29 / 750 * 100vw) auto 0 auto;
      display: block;
    }

    .p-result__inner__btn + .p-result__inner__txt-1 {
      margin-top: calc(60 / 750 * 100vw);
    }

    .p-result__inner__btn .c-btn + .c-btn {
      margin-top: calc(29 / 750 * 100vw);
    }

    .p-result__inner .c-btn a {
      width: 100%;
    }

    .p-result__inner .c-btn.entry a {
        padding: 17px;
    }

    .p-result__inner__btn .c-btn.yellow {
        width: 100%;
        min-width: 0;
    }
  }

  .u-is-pc {
    display: block;
  }

  .u-is-sp {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .u-is-pc {
      display: none;
    }

    .u-is-sp {
      display: block;
    }
  }

  .u-font-notoB {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }

  .yellowline {
    background: linear-gradient(rgba(0, 0, 0, 0) 65%, #FEE100 65%);
  }
  #appeal {
    background-color: #EDF6FC;
    padding: 30px 15px;
  }
  #appeal .appeal_01,
  #appeal .appeal_02,
  #appeal .appeal_03 {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 30px auto;
    text-align: center;
    background: #fff;
    padding: 20px 60px 60px;
    border-radius: 30px;
  }
  #appeal .appeal_01 h3,
  #appeal .appeal_02 h3,
  #appeal .appeal_03 h3 {
    /*color: #005cbd;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
    line-height: 1.2;
    margin: 0 0 56px;*/
  }
  #appeal .appeal_03 h3 {
   /* margin: 0 0 48px;*/
  }

  #appeal .appeal_01 h3::before,
  #appeal .appeal_02 h3::before,
  #appeal .appeal_03 h3::before {
/*    content: "";
    display: block;
    background-image: url(/assets/images/--.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);*/
  }
  #appeal ul.column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  #appeal ul.column li.columnItem {
    width: 32%;
    border: solid 2px #202020;
    border-radius: 30px;
    padding: 30px;
  }
  #appeal ul.column li.columnItem .ttl {
    color: #005cbd;
    font-size: 18px;
    margin: 21px 0;
    text-align: center;
    line-height: 1.8;
  }
  #appeal ul.column li.columnItem .ttl span {
    color: #000;
    font-size: 14px;
  }
  #appeal ul.column li.columnItem p {
    text-align: left;
    line-height: 1.8;
  }
  #appeal ul.column li.columnItem p.appeal_ico {
    display: flex;
    justify-content: center;
    width: 150px;
    height: 150px;
    padding: 30px;
    border-radius: 50%;
    border: solid 8px #EDF6FC;
    margin: 0 auto;
  }
  @media all and (-ms-high-contrast: none) {
    #appeal ul.column li.columnItem p.appeal_ico {
      text-align: center;
    }
    #appeal ul.column li.columnItem p.appeal_ico .appeal_ico_wrap {
      width: 74px;
      height: 74px;
    }
    #appeal ul.column li.columnItem p.appeal_ico .appeal_ico_wrap img {
      max-width: 100%;
      max-height: 100%;
    }
  }

  #appeal ul.column li.columnItem p.appeal_ico img {
    object-fit: contain;
  }
  #appeal p.notes {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin: 10px 0 0;
    text-align: left;
  }
  #appeal .appeal_03 p.detail {
      line-height: 1.8;
      margin-bottom: 60px;
  }
  #appeal .c-btn.entry {
      height: 48px;
  }
  #appeal .c-btn.entry,
  #appeal .textLink {
    margin: 20px 0;
  }
  #appeal .textLink {
    padding-top: 20px;
    color: #005cbd;
    text-decoration: underline;
    font-size: 14px;
  }
  #appeal .tel_block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
    margin: 30px 0 0;
  }
  #appeal .tel_block .tel_text {
    width: 50%;
    line-height: 1.4;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    margin: 0 10px;
  }
  #appeal .tel_block .tel_textinr {
      text-align: left;
      display: inline-block;
      margin-left: auto;
  }
  #appeal .tel_block .tex_content {
    width: 50%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
  }
  #appeal .tel_block .tex_content img {
    width: 35px;
    object-fit: contain;
  }
  #appeal .tel_block .tex_content .number {
    margin-left: 6px;
    font-size: 46px;
    color: #0068b6;
    font-weight: 400;
    font-family: "Oswald",sans-serif;
  }
  #appeal .tel_block .tex_content .time {
    width: 100%;
    margin: 0 0 0 30px;
    font-weight: 600;
    font-size: 14px;
  }

  #appeal .tel_block .tex_content .number {
    font-weight: 600;
  }

@media screen and (min-width: 769px) and (max-width: 1199px) {
  #appeal .tel_block .tel_text {
    font-size: 20px;
  }
  #appeal .tel_block .tex_content .number {
    font-size: 40px;
  }
  #appeal ul.column {
    margin-bottom: 0;
  }
  #appeal ul.column li.columnItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px
  }
  .columnItem-inr {
    flex: 1;
    padding-left: 15px
  }
  #appeal ul.column li.columnItem .ttl {
    margin: 0 0 10px;
    text-align: left;
  }
}

  @media screen and (max-width: 768px) {
    #appeal ul.column {
        margin: 0 0 10px;
    }
    #appeal ul.column li.columnItem {
        width: 100%;
        margin: 20px 0 0;
        border-radius: 10px;
    }
    #appeal .c-btn.entry a {
        width: 100%;
    }
    #appeal .tel_block {
        background: #fff;
        border: solid 3px #DDDDDD;
        border-bottom: solid 5px #DDDDDD;
        border-radius: 10px;
        padding: 10px;
        flex-wrap: wrap;
    }
    #appeal .tel_block .tel_text {
        width: 100%;
        text-align: center;
        font-size: calc(38 / 750 * 100vw);
        color: #0068b6;
        line-height: 1.5;
    }
    #appeal .tel_block .tex_content {
        width: 100%;
        line-height: 2;
        justify-content: center;
    }
    #appeal .tel_block .tex_content img {
        width: 25px;
    }
    #appeal .tel_block .tex_content .number {
        font-size: calc(55 / 750 * 100vw);
    }
    #appeal .tel_block .tex_content .time {
        text-align: center;
        margin: 0;
    }
    .c-btn.entry a::before {
        left: 30px;
    }
    .p-simulation h2 {
      /*margin-bottom: 45px;*/
    }
    .p-simulation__wrap__amps {
      padding: 0 0 20px;
    }
    .p-simulation__inner__txt {
      margin-bottom: 0;
    }
    #appeal .textLink {
      padding-top: 10px;
    }
     #appeal .appeal_01 h3 {
      /*margin-bottom: 20px;*/
     }
     #appeal .appeal_02 h3, #appeal .appeal_03 h3 {
     /* margin-bottom: 35px;*/
    }
    #appeal ul.column li.columnItem {
      padding: 0 20px 30px;
    }
    #appeal ul.column li.columnItem {
      padding: 30px 20px;
    }
    #appeal .appeal_03 p.detail {
      text-align: left;
    }
  }



.cv_btn {

}
.c-cv_btn_obj {
    color: #fff;
    background-color: #E85F5F;
    box-shadow: 0 3px 0px 0px #D63434;
    margin: 0;
    transition: 0.1s;
    background-size: 8px 10px;
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 64px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.c-cv_btn_obj._fz15 .txt {

}
.c-cv_btn_obj .txt {
    font-size: 20px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
}
.c-cv_btn_obj:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    right: 20px;
    transform-origin: center;
    top: 50%;
}
.c-cv_btn_obj .txt:before {
  content: "";
  width: 20px;
  height: 24px;
  display: block;
  margin-right: 10px;
  background-image: url(/assets/images/ico_writing.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-sim_btn_obj:hover,
.c-cv_btn_obj:hover {
  box-shadow: 0 0px 0px 0px #E0BF04;
  transform: translateY(3px);
}


/*button*/
.c-sim_btn_obj {
  font-size: 20px;
    color: #fff;
    background-color: #FEE100;
    box-shadow: 0 3px 0px 0px #E0BF04;
    margin: 0;
    transition: 0.2s;
    background-size: 8px 10px;
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 64px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #202020;
    font-weight: 600;
}
.c-sim_btn_obj:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #202020;
    border-right: 2px solid #202020;
    display: block;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    right: 20px;
    transform-origin: center;
    top: 50%;
}

.result__inner__btninr {
  min-width: 440px;
}

.p-result__inner__btn {
  margin: 20px auto 0 auto;
}

.p-result__inner__btn .result__inner__btninr:nth-child(1) {

}

@media screen and (min-width: 769px) and (max-width: 1100px) {

  .result__inner__btninr {
    min-width: 380px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-result__inner__txt-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-cv_btn_obj .txt {
    font-size: 15px;
  }
  .c-sim_btn_obj .txt,
  .c-cv_btn_obj .txt {
    font-size: 16px;
  }
  #appeal {
    padding: 10px 15px;
  }
  .p-simulation__wrap__ttl {
    margin-bottom: 10px;
  }
  .p-simulation__month {
    margin-bottom: 0px;
  }
  .p-simulation__month__txt,
  .p-simulation__payment__txt {
    margin-top: 10px;
  }
  .result__inner__btninr {
    max-width: 100%;
  }
  .c-sim_btn_obj {
    margin-bottom: 20px;
  }
  .result__inner__btninr {
     min-width: 100%;
  }
  .p-result__inner {
    padding-bottom: 120px;
  }
  .c-btn.-blue.-up a {
      justify-content: center;
  }
  .p-simulation__inner__txt {
    display: block;
  }
  .p-simulation__inner__txt img.step {
    margin-bottom: 5px;
  }
  .p-simulation__payment input[type="range"] {
    height: 14px;
    background: #DDDDDD;
  }
  .p-simulation h2 span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
  }
  .p-simulation {
    padding-top: 1px;
  }
  section#ttl {
    height: 160px;
  }
  #appeal .appeal_01, #appeal .appeal_02, #appeal .appeal_03 {
    padding: 10px 20px 40px;
    border-radius: 15px;
  }
  #appeal ul.column li.columnItem {
    margin: 0 0 20px;
  }
  #appeal ul.column li.columnItem .ttl {
    margin-bottom: 5px;
  }
  #appeal ul.column {
  }
  #appeal ul.column li.columnItem:last-child {
    margin-bottom: 0;
  }
  #appeal ul.column li.columnItem .ttl {
    line-height: 1.5;
  }
  #appeal .appeal_03 p.detail {
    margin-bottom: 30px;
  }
  .p-simulation__inner__txt img.step {
    width: 60px;
  }
  .p-result h2 {
    width: 85%;
    font-size: 20px;
  }
  .p-result__inner__txt-1 {
    border-radius: 15px;
  }
  .p-result h2::before {
    margin-left: 0;
    left: 15px;
    transform: rotateZ(330deg);
  }
  .p-result h2::after {
    margin-right: 0;
    right: 15px;
    transform: rotateZ(30deg);
  }
  #appeal .tel_block {
    border: solid 2px #DDDDDD;
    border-bottom: solid 3px #DDDDDD;
  }
/*  #appeal .appeal_02 h3 {
      margin-bottom: 21px;
  }  */
}



/* hover animation  */
#appeal .textLink:hover {
  text-decoration: none;
}
.p-simulation__month-pc label,
.p-simulation__amps label {
  transition:.2s ease-out;
}
.p-simulation__month-pc label:hover,
.p-simulation__amps label:hover {
  opacity: .5;
}
