/* CSS Document */
/*.catimg {
	background: url("../images/catimg.jpg") 50% 50% no-repeat;
}*/
/* line 14, style.scss */
.mainb {
  max-width: 1300px;
  margin: 0 auto; }

/* line 20, style.scss */
.main2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 20, style.scss */
    .main2column {
      display: block; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 20, style.scss */
    .main2column {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 20, style.scss */
    .main2column {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 20, style.scss */
    .main2column {
      display: block; } }

/* line 45, style.scss */
.main2column_img {
  max-width: 460px; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 45, style.scss */
    .main2column_img {
      max-width: 400px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 45, style.scss */
    .main2column_img {
      max-width: 400px;
      margin: 0 auto; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 45, style.scss */
    .main2column_img {
      margin: 0 auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 45, style.scss */
    .main2column_img {
      margin: 0 auto; } }
  @media screen and (max-width: 350px) {
    /* line 45, style.scss */
    .main2column_img {
      margin: 0 auto; } }

/* line 68, style.scss */
.main2column_txt {
  width: calc(100% - 460px - 60px); }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 68, style.scss */
    .main2column_txt {
      width: calc(100% - 400px - 40px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 68, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 68, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 68, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 68, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }

/* line 95, style.scss */
.img2column_box {
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  margin: 80px auto 0; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 95, style.scss */
    .img2column_box {
      max-width: 820px;
      margin: 60px auto 0; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 95, style.scss */
    .img2column_box {
      max-width: 820px;
      margin: 30px auto 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 95, style.scss */
    .img2column_box {
      max-width: 460px;
      margin: 30px auto 0;
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 95, style.scss */
    .img2column_box {
      max-width: 460px;
      margin: 30px auto 0;
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 95, style.scss */
    .img2column_box {
      margin: 30px auto 0;
      display: block; } }

/* line 127, style.scss */
.img2column_box_img {
  width: calc(50% - 20px); }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 127, style.scss */
    .img2column_box_img {
      width: calc(50% - 10px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 127, style.scss */
    .img2column_box_img {
      width: calc(50% - 10px); } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 127, style.scss */
    .img2column_box_img {
      width: 100%; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 127, style.scss */
    .img2column_box_img {
      width: 100%; } }
  @media screen and (max-width: 350px) {
    /* line 127, style.scss */
    .img2column_box_img {
      width: 100%; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 145, style.scss */
    .img2column_box_img + .img2column_box_img {
      margin-top: 20px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 145, style.scss */
    .img2column_box_img + .img2column_box_img {
      margin-top: 20px; } }
  @media screen and (max-width: 350px) {
    /* line 145, style.scss */
    .img2column_box_img + .img2column_box_img {
      margin-top: 20px; } }

/* line 163, style.scss */
.img2column_box_img_txt {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 0 0; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 163, style.scss */
    .img2column_box_img_txt {
      font-size: 20px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 163, style.scss */
    .img2column_box_img_txt {
      font-size: 18px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 163, style.scss */
    .img2column_box_img_txt {
      font-size: 17px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 163, style.scss */
    .img2column_box_img_txt {
      font-size: 17px; } }
  @media screen and (max-width: 350px) {
    /* line 163, style.scss */
    .img2column_box_img_txt {
      font-size: 17px; } }

/* line 185, style.scss */
.img_shadow_caption {
  margin: 10px auto 0;
  width: fit-content; }

/* line 192, style.scss */
.list.list-tokucho > ul {
  grid-template-columns: auto; }

/* line 197, style.scss */
.list.list-target > ul {
  grid-template-columns: auto; }
/* line 201, style.scss */
.list.list-target strong {
  font-weight: 700; }

/* line 210, style.scss */
.list.list-check > ul > li {
  background: url("../images/checkicon.png") 0 9px no-repeat;
  background-size: 20px auto;
  padding-left: 30px; }

/* line 221, style.scss */
.timetable .sun {
  letter-spacing: -0.3em;
  line-height: 1; }
  /* line 224, style.scss */
  .timetable .sun span {
    margin: 0 -1em;
    display: block; }
/* line 230, style.scss */
.timetable th {
  font-weight: 500; }
/* line 234, style.scss */
.timetable td {
  font-weight: 500; }

/* line 238, style.scss */
.timetableb {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 238, style.scss */
    .timetableb {
      font-size: 18px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 238, style.scss */
    .timetableb {
      font-size: 18px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 238, style.scss */
    .timetableb {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 350px) {
    /* line 238, style.scss */
    .timetableb {
      font-size: 14px;
      font-size: 1.4rem; } }
  /* line 258, style.scss */
  .timetableb table {
    line-height: 1.5;
    border: 1px solid #a6a6a6;
    width: 100%; }
    @media screen and (min-width: 930.01px) and (max-width: 1300px) {
      /* line 258, style.scss */
      .timetableb table {
        width: 100%; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 258, style.scss */
      .timetableb table {
        width: 100%; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 258, style.scss */
      .timetableb table {
        width: 100%; } }
    @media screen and (max-width: 350px) {
      /* line 258, style.scss */
      .timetableb table {
        width: 100%; } }
    /* line 278, style.scss */
    .timetableb table thead th {
      text-align: center;
      vertical-align: middle;
      border-right: 1px solid #a6a6a6;
      border-bottom: 1px solid #a6a6a6;
      padding: 15px 10px;
      width: 260px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 278, style.scss */
        .timetableb table thead th {
          padding: 10px 5px;
          width: 200px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 278, style.scss */
        .timetableb table thead th {
          width: 150px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 278, style.scss */
        .timetableb table thead th {
          padding: 10px 5px;
          width: 110px; } }
      @media screen and (max-width: 350px) {
        /* line 278, style.scss */
        .timetableb table thead th {
          padding: 10px 5px;
          width: 110px; } }
    /* line 303, style.scss */
    .timetableb table thead td {
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #a6a6a6;
      padding: 15px 10px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 303, style.scss */
        .timetableb table thead td {
          padding: 10px 5px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 303, style.scss */
        .timetableb table thead td {
          padding: 10px 5px; } }
      @media screen and (max-width: 350px) {
        /* line 303, style.scss */
        .timetableb table thead td {
          padding: 10px 5px; } }
      /* line 321, style.scss */
      .timetableb table thead td:first-of-type {
        padding-left: 15px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 321, style.scss */
          .timetableb table thead td:first-of-type {
            padding-left: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 321, style.scss */
          .timetableb table thead td:first-of-type {
            padding-left: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 321, style.scss */
          .timetableb table thead td:first-of-type {
            padding-left: 5px; } }
      /* line 337, style.scss */
      .timetableb table thead td:last-of-type {
        padding-right: 15px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 337, style.scss */
          .timetableb table thead td:last-of-type {
            padding-right: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 337, style.scss */
          .timetableb table thead td:last-of-type {
            padding-right: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 337, style.scss */
          .timetableb table thead td:last-of-type {
            padding-right: 5px; } }
    /* line 356, style.scss */
    .timetableb table tbody th {
      border-right: 1px solid #a6a6a6;
      border-bottom: 1px solid #a6a6a6;
      padding: 15px 10px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 356, style.scss */
        .timetableb table tbody th {
          padding: 10px 5px; } }
      /* line 371, style.scss */
      .timetableb table tbody th div {
        text-align: center;
        align-items: center; }
        @media screen and (min-width: 930.01px) and (max-width: 1300px) {
          /* line 371, style.scss */
          .timetableb table tbody th div {
            text-align: center; } }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 371, style.scss */
          .timetableb table tbody th div {
            text-align: center; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 371, style.scss */
          .timetableb table tbody th div {
            display: block;
            text-align: center; } }
        @media screen and (max-width: 350px) {
          /* line 371, style.scss */
          .timetableb table tbody th div {
            display: block;
            text-align: center; } }
        @media screen and (min-width: 930.01px) and (max-width: 1300px) {
          /* line 394, style.scss */
          .timetableb table tbody th div p {
            margin-top: 5px 0 0;
            font-weight: bold; } }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 394, style.scss */
          .timetableb table tbody th div p {
            margin-top: 5px 0 0;
            font-weight: bold; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 394, style.scss */
          .timetableb table tbody th div p {
            margin-top: 5px 0 0;
            font-weight: bold; } }
        @media screen and (max-width: 350px) {
          /* line 394, style.scss */
          .timetableb table tbody th div p {
            margin-top: 5px 0 0;
            font-weight: bold; } }
    /* line 416, style.scss */
    .timetableb table tbody td {
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #a6a6a6;
      padding: 10px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 416, style.scss */
        .timetableb table tbody td {
          padding: 10px 5px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 416, style.scss */
        .timetableb table tbody td {
          padding: 10px 5px; } }
      @media screen and (max-width: 350px) {
        /* line 416, style.scss */
        .timetableb table tbody td {
          padding: 10px 5px; } }
      /* line 434, style.scss */
      .timetableb table tbody td:first-of-type {
        padding-left: 15px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 434, style.scss */
          .timetableb table tbody td:first-of-type {
            padding-left: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 434, style.scss */
          .timetableb table tbody td:first-of-type {
            padding-left: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 434, style.scss */
          .timetableb table tbody td:first-of-type {
            padding-left: 5px; } }
      /* line 450, style.scss */
      .timetableb table tbody td:last-of-type {
        padding-right: 15px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 450, style.scss */
          .timetableb table tbody td:last-of-type {
            padding-right: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 450, style.scss */
          .timetableb table tbody td:last-of-type {
            padding-right: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 450, style.scss */
          .timetableb table tbody td:last-of-type {
            padding-right: 5px; } }
      /* line 466, style.scss */
      .timetableb table tbody td span.maru {
        display: block;
        margin: auto;
        width: 15px;
        height: 15px;
        background: #2fb8a9;
        border-radius: 50%; }
      /* line 484, style.scss */
      .timetableb table tbody td span.bow {
        display: block;
        margin: auto;
        width: 15px;
        height: 2px;
        background: #7c7c7c;
        border-radius: 2%; }
      /* line 502, style.scss */
      .timetableb table tbody td span.maru2 {
        display: block;
        position: relative;
        margin: auto;
        width: 15px;
        height: 15px;
        border: 2px solid #2fb8a9;
        border-radius: 50%; }
        /* line 520, style.scss */
        .timetableb table tbody td span.maru2:before {
          display: block;
          content: '';
          width: 5px;
          height: 5px;
          border: 2px solid #2fb8a9;
          border-radius: 50%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto; }
  /* line 548, style.scss */
  .timetableb ul {
    margin: 20px 0 0; }

/* line 554, style.scss */
.pricetable {
  max-width: 500px;
  margin: 0 auto; }
  /* line 557, style.scss */
  .pricetable table {
    width: 100%;
    margin: 0 auto; }
    /* line 565, style.scss */
    .pricetable table th {
      padding: 15px 40px;
      border: 1px solid #bbb; }
      @media screen and (min-width: 930.01px) and (max-width: 1300px) {
        /* line 565, style.scss */
        .pricetable table th {
          padding: 15px 20px; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 565, style.scss */
        .pricetable table th {
          padding: 15px 20px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 565, style.scss */
        .pricetable table th {
          padding: 15px 20px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 565, style.scss */
        .pricetable table th {
          padding: 15px 10px; } }
      @media screen and (max-width: 350px) {
        /* line 565, style.scss */
        .pricetable table th {
          padding: 15px 10px; } }
    /* line 591, style.scss */
    .pricetable table td {
      padding: 15px 40px;
      white-space: nowrap;
      border: 1px solid #bbb; }
      @media screen and (min-width: 930.01px) and (max-width: 1300px) {
        /* line 591, style.scss */
        .pricetable table td {
          padding: 15px 20px; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 591, style.scss */
        .pricetable table td {
          padding: 15px 20px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 591, style.scss */
        .pricetable table td {
          padding: 15px 20px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 591, style.scss */
        .pricetable table td {
          padding: 15px 10px; } }
      @media screen and (max-width: 350px) {
        /* line 591, style.scss */
        .pricetable table td {
          padding: 15px 10px; } }

@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 625, style.scss */
  .pricetable_title {
    text-align: center;
    font-weight: bold; } }
@media screen and (max-width: 350px) {
  /* line 625, style.scss */
  .pricetable_title {
    text-align: center;
    font-weight: bold; } }

@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 636, style.scss */
  .pricetable_sub {
    margin: 0 auto;
    width: fit-content; } }
@media screen and (max-width: 350px) {
  /* line 636, style.scss */
  .pricetable_sub {
    margin: 0 auto;
    width: fit-content; } }

/* line 648, style.scss */
.steplist_title {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 648, style.scss */
    .steplist_title {
      font-size: 18px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 648, style.scss */
    .steplist_title {
      font-size: 18px; } }
  @media screen and (max-width: 350px) {
    /* line 648, style.scss */
    .steplist_title {
      font-size: 18px; } }
  /* line 670, style.scss */
  .contentbox-g-red .steplist_title {
    color: #cc0000; }

/* line 677, style.scss */
.steplist > ul > li {
  position: relative;
  background: url("../images/step1.png") 0 0 no-repeat;
  background-size: 35px auto;
  padding: 0 0 0 50px; }
  /* line 683, style.scss */
  .steplist > ul > li.steplist-1 {
    background-image: url("../images/step1.png"); }
  /* line 686, style.scss */
  .steplist > ul > li.steplist-2 {
    background-image: url("../images/step2.png"); }
  /* line 689, style.scss */
  .steplist > ul > li.steplist-3 {
    background-image: url("../images/step3.png"); }
  /* line 692, style.scss */
  .steplist > ul > li.steplist-4 {
    background-image: url("../images/step4.png"); }
  /* line 695, style.scss */
  .steplist > ul > li.steplist-5 {
    background-image: url("../images/step5.png"); }
  /* line 698, style.scss */
  .steplist > ul > li.steplist-6 {
    background-image: url("../images/step6.png"); }
  /* line 701, style.scss */
  .steplist > ul > li.steplist-7 {
    background-image: url("../images/step7.png"); }
  /* line 704, style.scss */
  .steplist > ul > li.steplist-8 {
    background-image: url("../images/step8.png"); }
  /* line 707, style.scss */
  .steplist > ul > li.steplist-9 {
    background-image: url("../images/step9.png"); }
  /* line 710, style.scss */
  .steplist > ul > li.steplist-10 {
    background-image: url("../images/step10.png"); }
  /* line 713, style.scss */
  .steplist > ul > li.steplist-11 {
    background-image: url("../images/step11.png"); }
  /* line 716, style.scss */
  .steplist > ul > li.steplist-12 {
    background-image: url("../images/step12.png"); }
  /* line 720, style.scss */
  .steplist > ul > li + li {
    margin-top: 20px; }

/* line 727, style.scss */
.steplist_arrow {
  max-width: 50px;
  margin: 10px auto; }
  /* line 731, style.scss */
  .steplist_arrow img {
    vertical-align: middle; }

/* line 740, style.scss */
.list.list-mochimono > ul {
  grid-template-columns: auto auto; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 740, style.scss */
    .list.list-mochimono > ul {
      grid-template-columns: auto; } }
  @media all and (min-width: 1300.01px) {
    /* line 756, style.scss */
    .list.list-mochimono > ul li.list-long {
      grid-column: span 2; } }

/* line 771, style.scss */
.faqbox + .faqbox {
  margin-top: 40px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 771, style.scss */
    .faqbox + .faqbox {
      margin-top: 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 771, style.scss */
    .faqbox + .faqbox {
      margin-top: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 771, style.scss */
    .faqbox + .faqbox {
      margin-top: 30px; } }
  @media screen and (max-width: 350px) {
    /* line 771, style.scss */
    .faqbox + .faqbox {
      margin-top: 30px; } }

/* line 791, style.scss */
.faqbox_q {
  padding: 5px 0 0 45px;
  background: url("../images/q.png") 0 0 no-repeat;
  background-size: 30px auto; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 791, style.scss */
    .faqbox_q {
      background-size: 25px auto;
      padding: 5px 0 0 35px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 791, style.scss */
    .faqbox_q {
      background-size: 25px auto;
      padding: 5px 0 0 35px; } }
  @media screen and (max-width: 350px) {
    /* line 791, style.scss */
    .faqbox_q {
      background-size: 25px auto;
      padding: 5px 0 0 35px; } }

/* line 813, style.scss */
.faqbox_a {
  margin: 15px 0 0 45px;
  background: #daf5f2 url("../images/a.png") 40px 30px no-repeat;
  background-size: 26px auto;
  padding: 30px 30px 30px 100px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 813, style.scss */
    .faqbox_a {
      padding: 20px 20px 20px 80px;
      background-position: 30px 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 813, style.scss */
    .faqbox_a {
      padding: 20px 20px 20px 50px;
      background-position: 15px 20px;
      background-size: 20px auto;
      margin: 15px 0 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 813, style.scss */
    .faqbox_a {
      padding: 20px 20px 20px 50px;
      background-position: 15px 20px;
      background-size: 20px auto;
      margin: 15px 0 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 813, style.scss */
    .faqbox_a {
      padding: 20px 20px 20px 50px;
      background-position: 15px 20px;
      background-size: 20px auto;
      margin: 15px 0 0 0; } }

/* line 844, style.scss */
.faqbox_ab {
  border-left: 1px solid #39b9ac;
  padding-left: 40px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 844, style.scss */
    .faqbox_ab {
      padding-left: 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 844, style.scss */
    .faqbox_ab {
      padding-left: 15px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 844, style.scss */
    .faqbox_ab {
      padding-left: 15px; } }
  @media screen and (max-width: 350px) {
    /* line 844, style.scss */
    .faqbox_ab {
      padding-left: 15px; } }

/*# sourceMappingURL=style.css.map */
