@charset "UTF-8";
.kv {
  margin: 0vw auto 0;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .kv {
      background-image: url("../img/bg_kv_pcl.svg");
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      height: calc(770/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .kv {
      height: 770px; } }
  .kv--inner {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 1150px) {
      .kv--inner {
        width: 1150px; } }
    .kv--inner h1 {
      margin: 0;
      width: 100%;
      margin: 0; }
      @media only screen and (min-width: 750px) {
        .kv--inner h1 {
          position: absolute;
          width: calc(799/1150 * 100vw);
          top: calc(120/1150 * 100vw);
          left: calc(208/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .kv--inner h1 {
          width: 799px;
          top: 120px;
          left: 208px; } }
    .kv--inner .logo {
      position: absolute;
      width: calc(79/750 * 100vw);
      top: calc(30/750 * 100vw);
      left: calc(30/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .kv--inner .logo {
          width: calc(71/1150 * 100vw);
          top: calc(30/1150 * 100vw);
          left: calc(145/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .kv--inner .logo {
          width: 71px;
          top: 30px;
          left: 145px; } }

.kv_prod {
  background: #ffff8f;
  margin: 0vw auto 0;
  width: 100%; }
  .kv_prod--inner {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 750px) {
      .kv_prod--inner {
        max-width: 1150px; } }

.kv_period {
  background: #00a93a;
  margin: 0vw auto 0;
  width: 100%;
  height: calc(130/750 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 750px) {
    .kv_period {
      height: calc(175/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .kv_period {
      height: 175px; } }
  .kv_period img {
    width: calc(631/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .kv_period img {
        width: calc(847/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .kv_period img {
        width: 847px; } }

.color {
  background-image: url("../img/bg_color_sp.svg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0vw auto 0;
  width: 100%;
  padding: calc(34/750 * 100vw) 0 calc(34/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .color {
      background-image: url("../img/bg_color_pc.svg");
      background-size: 100% auto;
      background-position: top center;
      padding: calc(58/1150 * 100vw) 0 calc(45/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .color {
      width: 1150px;
      padding: 58px 0 45px; } }
  .color .color_md {
    width: calc(668/750 * 100%);
    margin: 0 auto; }
    @media only screen and (min-width: 750px) {
      .color .color_md {
        width: calc(900/1150 * 100%); } }
    @media only screen and (min-width: 1150px) {
      .color .color_md {
        width: 900px; } }
  .color .color_list {
    width: calc(640/750 * 100vw);
    margin: calc(14/750 * 100vw) auto 0; }
    @media only screen and (min-width: 750px) {
      .color .color_list {
        width: calc(860/1150 * 100vw);
        margin: calc(18/1150 * 100vw) auto 0; } }
    @media only screen and (min-width: 1150px) {
      .color .color_list {
        width: 860px;
        margin: 18px auto 0; } }
    .color .color_list li {
      text-align: left;
      margin: calc(-2/750 * 100vw) 0 0 0; }
      @media only screen and (min-width: 750px) {
        .color .color_list li {
          margin: calc(-0/1150 * 100vw) 0 0 0; } }
      @media only screen and (min-width: 1150px) {
        .color .color_list li {
          margin: -0px 0 0 0; } }
      .color .color_list li img {
        width: calc(534/750 * 100vw);
        margin: 0; }
        @media only screen and (min-width: 750px) {
          .color .color_list li img {
            width: calc(721/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .color .color_list li img {
            width: 721px; } }
    .color .color_list li:first-child {
      text-align: left;
      margin: calc(0/750 * 100vw) 0 0 0; }
      @media only screen and (min-width: 750px) {
        .color .color_list li:first-child {
          margin: calc(0/1150 * 100vw) 0 0 0; } }
      @media only screen and (min-width: 1150px) {
        .color .color_list li:first-child {
          margin: 0px 0 0 0; } }
    .color .color_list li:nth-child(even) {
      text-align: right;
      margin: calc(-60/750 * 100vw) 0 0 0; }
      @media only screen and (min-width: 750px) {
        .color .color_list li:nth-child(even) {
          margin: calc(-80/1150 * 100vw) 0 0 0; } }
      @media only screen and (min-width: 1150px) {
        .color .color_list li:nth-child(even) {
          margin: -80px 0 0 0; } }

.prize {
  background-color: #fadbda;
  width: 100%;
  padding: calc(36/750 * 100vw) 0 calc(51/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .prize {
      padding: calc(71/1150 * 100vw) 0 calc(70/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .prize {
      padding: 71px 0 70px; } }
  .prize .prize_md {
    width: calc(321/750 * 100vw);
    margin: 0 auto 0; }
    @media only screen and (min-width: 750px) {
      .prize .prize_md {
        width: calc(387/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prize .prize_md {
        width: 387px; } }
  .prize .prize_h3 {
    width: calc(477/750 * 100vw);
    margin: calc(70/750 * 100vw) auto 0; }
    @media only screen and (min-width: 750px) {
      .prize .prize_h3 {
        width: calc(417/1150 * 100vw);
        margin: calc(70/1150 * 100vw) auto 0; } }
    @media only screen and (min-width: 1150px) {
      .prize .prize_h3 {
        width: 417px;
        margin: 70px auto 0; } }
    .prize .prize_h3.first {
      margin: calc(50/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .prize .prize_h3.first {
          margin: calc(70/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .prize .prize_h3.first {
          margin: 70px auto 0; } }
  .prize .prize_cont {
    width: calc(630/750 * 100vw);
    margin: calc(0/750 * 100vw) auto 0;
    background: #FFF;
    border: solid #f50000 calc(9/750 * 100vw);
    border-radius: calc(44/750 * 100vw);
    padding: calc(50/750 * 100vw) 0 calc(42/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .prize .prize_cont {
        width: calc(1000/1150 * 100vw);
        margin: calc(0/1150 * 100vw) auto 0;
        border: solid #f50000 calc(9/1150 * 100vw);
        border-radius: calc(44/1150 * 100vw);
        padding: calc(73/1150 * 100vw) 0 calc(63/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prize .prize_cont {
        width: 1000px;
        margin: 0px auto 0;
        border: solid #f50000 9px;
        border-radius: 44px;
        padding: 50px 0 30px; } }
    .prize .prize_cont .prize01 {
      width: calc(500/750 * 100vw);
      margin: 0 auto 0; }
      @media only screen and (min-width: 750px) {
        .prize .prize_cont .prize01 {
          width: calc(916/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prize .prize_cont .prize01 {
          width: 916px; } }
    .prize .prize_cont .prize02 {
      width: 100%;
      margin: 0 auto 0; }
      @media only screen and (min-width: 750px) {
        .prize .prize_cont .prize02 {
          width: calc(852/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prize .prize_cont .prize02 {
          width: 852px; } }
    .prize .prize_cont .prize03 {
      width: calc(523/750 * 100vw);
      margin: 0 auto 0; }
      @media only screen and (min-width: 750px) {
        .prize .prize_cont .prize03 {
          width: calc(537/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prize .prize_cont .prize03 {
          width: 537px; } }
  .prize .prize_note {
    width: 30em;
    margin: calc(45/750 * 100vw) auto 0;
    font-size: calc(17/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .prize .prize_note {
        margin: calc(50/1150 * 100vw) auto 0;
        font-size: calc(26/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prize .prize_note {
        margin: 50px auto 0;
        font-size: 2.6rem; } }

.prod {
  background-color: #c5e0f5;
  width: 100%;
  padding: calc(36/750 * 100vw) 0 calc(55/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .prod {
      padding: calc(71/1150 * 100vw) 0 calc(70/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .prod {
      padding: 71px 0 70px; } }
  .prod .prod_md {
    width: calc(321/750 * 100vw);
    margin: 0 auto 0; }
    @media only screen and (min-width: 750px) {
      .prod .prod_md {
        width: calc(387/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prod .prod_md {
        width: 387px; } }
  .prod .prod_cont {
    width: calc(630/750 * 100vw);
    margin: calc(39/750 * 100vw) auto 0;
    background: #FFF;
    border: solid #0075c2 calc(9/750 * 100vw);
    border-radius: calc(44/750 * 100vw);
    padding: calc(62/750 * 100vw) 0 calc(60/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .prod .prod_cont {
        width: calc(1000/1150 * 100vw);
        margin: calc(74/1150 * 100vw) auto 0;
        border: solid #0075c2 calc(9/1150 * 100vw);
        border-radius: calc(44/1150 * 100vw);
        padding: calc(80/1150 * 100vw) 0 calc(83/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prod .prod_cont {
        width: 1000px;
        margin: 74px auto 0;
        border: solid #0075c2 9px;
        border-radius: 44px;
        padding: 80px 0 83px; } }
    .prod .prod_cont .prod_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: calc(480/750 * 100vw);
      margin: 0 auto 0; }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont .prod_list {
          width: calc(698/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont .prod_list {
          width: 698px; } }
      .prod .prod_cont .prod_list li {
        width: calc(202/750 * 100vw);
        margin-top: calc(70/750 * 100vw); }
        @media only screen and (min-width: 750px) {
          .prod .prod_cont .prod_list li {
            width: calc(275/1150 * 100vw);
            margin-top: calc(100/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .prod .prod_cont .prod_list li {
            width: 275px;
            margin-top: 70px; } }
      .prod .prod_cont .prod_list .prod01, .prod .prod_cont .prod_list .prod02 {
        margin: 0; }
    .prod .prod_cont .prod_note {
      width: calc(550/750 * 100vw);
      margin: calc(55/750 * 100vw) auto 0;
      text-align: center;
      font-size: calc(17/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont .prod_note {
          width: calc(728/1150 * 100vw);
          margin: calc(80/1150 * 100vw) auto 0;
          font-size: calc(26/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont .prod_note {
          width: 728px;
          margin: 80px auto 0;
          font-size: 2.6rem; } }

.method {
  background-color: #e3eb98;
  width: 100%;
  padding: calc(36/750 * 100vw) 0 calc(51/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .method {
      padding: calc(71/1150 * 100vw) 0 calc(70/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .method {
      padding: 71px 0 70px; } }
  .method .method_md {
    width: calc(321/750 * 100vw);
    margin: 0 auto 0; }
    @media only screen and (min-width: 750px) {
      .method .method_md {
        width: calc(387/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .method .method_md {
        width: 387px; } }
  .method .method_cont {
    width: calc(630/750 * 100vw);
    margin: calc(39/750 * 100vw) auto 0;
    background: #FFF;
    border: solid #00a93a calc(9/750 * 100vw);
    border-radius: calc(44/750 * 100vw);
    padding: calc(50/750 * 100vw) 0 calc(50/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .method .method_cont {
        width: calc(1000/1150 * 100vw);
        margin: calc(74/1150 * 100vw) auto 0;
        border: solid #00a93a calc(9/1150 * 100vw);
        border-radius: calc(44/1150 * 100vw);
        padding: calc(73/1150 * 100vw) 0 calc(63/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .method .method_cont {
        width: 1000px;
        margin: 74px auto 0;
        border: solid #00a93a calc(9/1150 * 100vw);
        border-radius: calc(44/1150 * 100vw);
        padding: 73px 0 63px; } }
    .method .method_cont .method_lead {
      width: calc(541/750 * 100vw);
      margin: 0 auto 0; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .method_lead {
          width: calc(541/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .method_lead {
          width: 541px; } }
    .method .method_cont .step {
      width: calc(483/750 * 100vw);
      margin: calc(46/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .step {
          display: flex;
          justify-content: flex-start;
          width: calc(798/1150 * 100vw);
          margin: calc(47/1150 * 100vw) auto 0 calc(47/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .step {
          width: 798px;
          margin: 47px auto 0 47px; } }
      .method .method_cont .step .step01 {
        position: relative; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step .step01 {
            width: calc(364/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step .step01 {
            width: 364px; } }
        .method .method_cont .step .step01 .bt {
          position: absolute;
          width: calc(250/750 * 100vw);
          top: calc(95/750 * 100vw);
          left: 0;
          right: 0;
          margin: auto; }
          @media only screen and (min-width: 750px) {
            .method .method_cont .step .step01 .bt {
              display: none; } }
      .method .method_cont .step .step02 {
        margin: 0; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step .step02 {
            width: calc(260/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step .step02 {
            width: 260px; } }
      .method .method_cont .step .step03 {
        margin: 0; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step .step03 {
            width: calc(175/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step .step03 {
            width: 175px; } }
      .method .method_cont .step li + li {
        margin-top: calc(44/750 * 100vw) !important; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step li + li {
            margin-top: 0 !important; } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step li + li {
            margin-top: 0 !important; } }
    .method .method_cont .method_note {
      width: calc(550/750 * 100vw);
      margin: calc(49/750 * 100vw) auto 0;
      padding-left: 1em;
      font-size: calc(22/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .method .method_cont .method_note {
          width: calc(728/1150 * 100vw);
          margin: calc(63/1150 * 100vw) auto 0;
          font-size: calc(22/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .method_note {
          width: 728px;
          margin: 63px auto 0;
          font-size: 2.2rem; } }
      .method .method_cont .method_note li {
        text-indent: -1em;
        margin-top: 0.5em; }
    .method .method_cont .bt_rule {
      width: calc(167/750 * 100vw);
      margin: calc(50/750 * 100vw) auto 0;
      line-height: 0; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .bt_rule {
          width: calc(249/1150 * 100vw);
          margin: calc(60/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .bt_rule {
          width: 249px;
          margin: 60px auto 0; } }
      .method .method_cont .bt_rule a {
        line-height: 0; }

.receipt {
  width: calc(630/750 * 100vw);
  margin: calc(0/750 * 100vw) auto 0;
  padding: calc(50/750 * 100vw) 0; }
  @media only screen and (min-width: 750px) {
    .receipt {
      width: calc(1000/1150 * 100vw);
      padding: calc(70/1150 * 100vw) 0;
      max-width: 1000px; } }
  @media only screen and (min-width: 1150px) {
    .receipt {
      width: 1000px;
      padding: 70px 0; } }
  .receipt_btn {
    display: flex;
    align-items: center;
    background-image: url("../img/bt_receipt_open.svg") !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(72/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .receipt_btn {
        height: calc(114/1150 * 100vw);
        max-height: 114px; } }
    @media only screen and (min-width: 1150px) {
      .receipt_btn {
        height: 114px; } }
    .receipt_btn img {
      width: calc(261/750 * 100vw);
      margin: 0 calc(200/750 * 100vw) 0 auto; }
      @media only screen and (min-width: 750px) {
        .receipt_btn img {
          width: calc(413/1150 * 100vw);
          margin: 0 calc(315/1150 * 100vw) 0 auto;
          max-width: 413px; } }
      @media only screen and (min-width: 1150px) {
        .receipt_btn img {
          width: 413px;
          margin: 0 315px 0 auto; } }
    .receipt_btn.active {
      background-image: url("../img/bt_receipt_close.svg") !important; }
    @media only screen and (min-width: 750px) {
      .receipt_btn:hover {
        opacity: 0.8;
        filter: saturate(130%);
        cursor: pointer; } }
  .receipt .receipt_cont {
    display: none;
    background-color: #fff;
    margin: 0 auto 0;
    width: 100%;
    padding: calc(30/750 * 100vw) calc(40/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .receipt .receipt_cont {
        padding: calc(45/1150 * 100vw) calc(45/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .receipt .receipt_cont {
        padding: 45px 45px; } }
    .receipt .receipt_cont .dot {
      padding-left: 1em;
      font-size: calc(22/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .receipt .receipt_cont .dot {
          font-size: calc(21/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .receipt .receipt_cont .dot {
          font-size: 2.1rem; } }
      .receipt .receipt_cont .dot li {
        list-style: disc; }
      .receipt .receipt_cont .dot li + li {
        margin-top: 0.5em; }
    .receipt .receipt_cont .good {
      width: 100%;
      margin: calc(57/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .receipt .receipt_cont .good {
          margin: calc(70/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .receipt .receipt_cont .good {
          margin: 70px auto 0; } }
    .receipt .receipt_cont .bad {
      width: 100%;
      margin: calc(52/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .receipt .receipt_cont .bad {
          margin: calc(76/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .receipt .receipt_cont .bad {
          margin: 76px auto 0; } }
    .receipt .receipt_cont .note {
      font-size: calc(20/750 * 100vw);
      margin: 0.5em auto 0; }
      @media only screen and (min-width: 750px) {
        .receipt .receipt_cont .note {
          font-size: calc(21/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .receipt .receipt_cont .note {
          font-size: 2.1rem; } }

.inquiry {
  background: #ffe4cc;
  margin: 0;
  width: 100%;
  padding: calc(50/750 * 100vw) 0 calc(50/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .inquiry {
      padding: calc(70/1150 * 100vw) 0 calc(70/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .inquiry {
      padding: 70px 0 70px; } }
  .inquiry .inquiry--cont {
    background: #FFF;
    border-radius: calc(44/750 * 100vw);
    width: calc(630/750 * 100vw);
    margin: 0 auto;
    padding: calc(47/750 * 100vw) calc(40/750 * 100vw) calc(50/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .inquiry .inquiry--cont {
        border-radius: calc(44/1150 * 100vw);
        width: calc(1000/1150 * 100vw);
        padding: calc(70/1150 * 100vw) calc(136/1150 * 100vw) calc(62/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .inquiry .inquiry--cont {
        width: 1000px;
        padding: 70px 136px 62px; } }
    .inquiry .inquiry--cont h2 {
      background: #c34f00;
      border-radius: calc(7/750 * 100vw);
      height: calc(38/750 * 100vw);
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (min-width: 750px) {
        .inquiry .inquiry--cont h2 {
          border-radius: calc(9/1150 * 100vw);
          height: calc(51/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .inquiry .inquiry--cont h2 {
          border-radius: 9px;
          height: 51px; } }
      .inquiry .inquiry--cont h2.inquiry_ti img {
        width: calc(129/750 * 100vw); }
        @media only screen and (min-width: 750px) {
          .inquiry .inquiry--cont h2.inquiry_ti img {
            width: calc(170/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .inquiry .inquiry--cont h2.inquiry_ti img {
            width: 170px; } }
      .inquiry .inquiry--cont h2.guide_ti {
        margin: calc(38/750 * 100vw) 0 0; }
        @media only screen and (min-width: 750px) {
          .inquiry .inquiry--cont h2.guide_ti {
            margin: calc(88/1150 * 100vw) 0 0; } }
        @media only screen and (min-width: 1150px) {
          .inquiry .inquiry--cont h2.guide_ti {
            margin: 88px 0 0; } }
        .inquiry .inquiry--cont h2.guide_ti img {
          width: calc(104/750 * 100vw); }
          @media only screen and (min-width: 750px) {
            .inquiry .inquiry--cont h2.guide_ti img {
              width: calc(137/1150 * 100vw); } }
          @media only screen and (min-width: 1150px) {
            .inquiry .inquiry--cont h2.guide_ti img {
              width: 137px; } }
    .inquiry .inquiry--cont .inquiry_name {
      width: 100%;
      margin: calc(30/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .inquiry .inquiry--cont .inquiry_name {
          margin: calc(45/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .inquiry .inquiry--cont .inquiry_name {
          margin: 45px auto 0; } }
    .inquiry .inquiry--cont .freecall {
      width: calc(495/750 * 100vw);
      margin: calc(28/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .inquiry .inquiry--cont .freecall {
          width: calc(513/1150 * 100vw);
          margin: calc(45/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .inquiry .inquiry--cont .freecall {
          width: 513px;
          margin: 45px auto 0; } }
    .inquiry .inquiry--cont .inquiry_text {
      width: calc(470/750 * 100vw);
      margin: calc(29/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .inquiry .inquiry--cont .inquiry_text {
          width: calc(600/1150 * 100vw);
          margin: calc(43/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .inquiry .inquiry--cont .inquiry_text {
          width: 600px;
          margin: 43px auto 0; } }
  .inquiry .guide_cont {
    background: #FFF;
    border: solid 2px #b7b7b7;
    border-radius: calc(12/750 * 100vw);
    padding: calc(30/750 * 100vw) calc(5/750 * 100vw) calc(30/750 * 100vw) calc(25/750 * 100vw);
    margin: calc(24/750 * 100vw) auto 0; }
    @media only screen and (min-width: 750px) {
      .inquiry .guide_cont {
        border-radius: calc(17/1150 * 100vw);
        padding: calc(30/1150 * 100vw) calc(10/1150 * 100vw) calc(30/1150 * 100vw) calc(30/1150 * 100vw);
        margin: calc(44/1150 * 100vw) auto 0; } }
    @media only screen and (min-width: 1150px) {
      .inquiry .guide_cont {
        border-radius: 17px;
        padding: 30px 10px 30px 30px;
        margin: 44px auto 0; } }
  .inquiry .guide_text {
    overflow-y: scroll;
    height: calc(410/750 * 100vw);
    padding: 0 calc(25/750 * 100vw) 0 0;
    font-size: calc(16/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .inquiry .guide_text {
        height: calc(576/1150 * 100vw);
        padding: 0 calc(25/1150 * 100vw) 0 0;
        font-size: calc(15/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .inquiry .guide_text {
        height: 576px;
        padding: 0 25px 0 0;
        font-size: 1.5rem; } }
    .inquiry .guide_text p {
      font-size: calc(16/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .inquiry .guide_text p {
          font-size: calc(15/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .inquiry .guide_text p {
          font-size: 1.5rem; } }
    .inquiry .guide_text h3 {
      font-size: calc(18/750 * 100vw);
      text-align: left;
      border-bottom: solid 1px #000;
      padding: 0em 0em 0.2em;
      margin-top: 2em; }
      @media only screen and (min-width: 750px) {
        .inquiry .guide_text h3 {
          font-size: calc(17/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .inquiry .guide_text h3 {
          font-size: 1.7rem; } }
    .inquiry .guide_text h3:first-child {
      margin-top: 0; }
    .inquiry .guide_text h3 + h4 {
      margin-top: 1em; }
    .inquiry .guide_text h4 {
      font-weight: bold;
      margin: 1.5em 0 0 0; }
    .inquiry .guide_text h4 + p {
      margin-top: 0.3em; }
    .inquiry .guide_text h3 + p {
      margin-top: 1em; }
    .inquiry .guide_text p + p {
      margin-top: 0.5em; }
    .inquiry .guide_text ul + p {
      margin-top: 0.5em; }
    .inquiry .guide_text .dot {
      margin-top: 1em; }
      .inquiry .guide_text .dot li {
        list-style: disc;
        margin-top: 0.5em;
        margin-left: 1.2em; }
    .inquiry .guide_text .kome {
      padding-left: 1em;
      margin-top: 0.5em; }
      .inquiry .guide_text .kome li {
        text-indent: -1em;
        margin-top: 0.5em;
        padding-left: 0em; }
      .inquiry .guide_text .kome li + li {
        margin-top: 0.3em; }
    .inquiry .guide_text .number {
      padding-left: 1em;
      margin-top: 1em; }
      .inquiry .guide_text .number li {
        text-indent: -1em;
        margin-top: 0.5em; }
        .inquiry .guide_text .number li .number02 {
          padding-left: 1em;
          margin-top: 0; }
          .inquiry .guide_text .number li .number02 li {
            text-indent: -1em;
            margin-top: 0em; }
    .inquiry .guide_text h4 + .number {
      margin-top: 0.3em; }
    .inquiry .guide_text .mt2 {
      margin-top: 2em; }

#footer {
  width: 100%;
  background: #FFF;
  padding: 4vw 5vw; }
  @media only screen and (min-width: 750px) {
    #footer {
      display: flex;
      justify-content: space-between;
      align-items: left;
      padding: calc(35/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    #footer {
      width: 960px;
      padding: 35px;
      margin: 0 auto; } }
  #footer .first {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 750px) {
      #footer .first {
        width: calc(600/1150 * 100vw);
        justify-content: flex-start; } }
    @media only screen and (min-width: 1150px) {
      #footer .first {
        width: 520px; } }
    #footer .first p {
      font-size: 2.9vw;
      margin-right: 1.5em;
      line-height: 1.5em;
      text-align: left; }
      @media only screen and (min-width: 750px) {
        #footer .first p {
          font-size: calc(12/1150 * 100vw);
          line-height: 1.8em;
          text-align: left; } }
      @media only screen and (min-width: 1150px) {
        #footer .first p {
          font-size: 1.4rem; } }
      #footer .first p
      a, #footer .first p a:hover {
        color: #000;
        text-decoration: none; }
      #footer .first p a:hover {
        color: #000;
        text-decoration: underline; }
    #footer .first .copy {
      width: 100%;
      font-size: 2.8vw;
      margin-top: 0.5em; }
      @media only screen and (min-width: 750px) {
        #footer .first .copy {
          font-size: calc(12/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        #footer .first .copy {
          font-size: 1.4rem; } }
  #footer .third {
    width: 30vw;
    margin: 7vw 0 0 auto; }
    @media only screen and (min-width: 750px) {
      #footer .third {
        width: calc(152/1150 * 100vw);
        margin: 0; } }
    @media only screen and (min-width: 1150px) {
      #footer .third {
        width: 152px; } }
  #footer .second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20vw;
    margin: 0 auto 3vw;
    height: 7vw; }
    @media only screen and (min-width: 750px) {
      #footer .second {
        width: calc(90/1150 * 100vw);
        height: calc(37/1150 * 100vw);
        margin: 0 calc(30/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      #footer .second {
        width: 90px;
        height: 37px;
        margin: 0 30px 0 20px; } }
    #footer .second img {
      width: 8vw; }
      @media only screen and (min-width: 750px) {
        #footer .second img {
          width: calc(37/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        #footer .second img {
          width: 37px; } }

#fix_bt {
  display: block;
  position: fixed;
  width: 16.266vw;
  bottom: -55vw;
  right: 2.5vw;
  transition: all 0.25s ease;
  z-index: 1000; }
  @media only screen and (min-width: 750px) {
    #fix_bt {
      width: calc(122 /1150 *100vw);
      bottom: calc(-400 /1150 *100vw);
      right: calc(20 /1150 *100vw); } }
  @media only screen and (min-width: 1150px) {
    #fix_bt {
      width: 122px;
      bottom: -400px;
      right: 20px; } }
  #fix_bt .top {
    margin-top: 1.25vw; }
    @media only screen and (min-width: 750px) {
      #fix_bt .top {
        margin-top: calc(10 /1150 *100vw); } }
    @media only screen and (min-width: 1150px) {
      #fix_bt .top {
        margin-top: 10px; } }
    #fix_bt .top:hover {
      cursor: pointer;
      opacity: 0.8; }
  #fix_bt .line {
    margin-top: 1.25vw; }
    @media only screen and (min-width: 750px) {
      #fix_bt .line {
        margin-top: calc(10 /1150 *100vw); } }
    @media only screen and (min-width: 1150px) {
      #fix_bt .line {
        margin-top: 10px; } }
    #fix_bt .line:hover {
      cursor: pointer;
      opacity: 0.8; }
  #fix_bt.active {
    bottom: 2.5vw; }
    @media only screen and (min-width: 750px) {
      #fix_bt.active {
        bottom: 20px; } }
  #fix_bt.footerfix {
    bottom: 38vw; }
    @media only screen and (min-width: 750px) {
      #fix_bt.footerfix {
        bottom: calc(110 /960 *100vw); } }
    @media only screen and (min-width: 1150px) {
      #fix_bt.footerfix {
        bottom: 110px; } }

.effect-fade-upin {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.75s ease-out; }

.effect-fade-upin.active {
  opacity: 1;
  transform: translate(0, 0); }

.effect-fade-upin.active a {
  transition: all 0.25s ease-out; }

.effect-fade-upin.active a:hover {
  transform: scale(120%); }

html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Hiragino Sans", Arial, 'Yu Gothic', sans-serif;
  word-wrap: break-word; }

body {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

h1, h2, h3, div, p, ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom; }

a:hover img {
  opacity: 0.8; }

.pcOnly {
  display: none; }
  @media only screen and (min-width: 750px) {
    .pcOnly {
      display: inline; } }

.spOnly {
  display: inline; }
  @media only screen and (min-width: 750px) {
    .spOnly {
      display: none; } }

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.qutta {
  overflow: hidden; }
