@charset "UTF-8";
/*--------------------------------------------------------
定数
--------------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .container1800 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1600px) {
  .container1600 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 900px) {
  .visible900 {
    display: block !important;
  }

  .hidden900 {
    display: none;
  }

  .container900 {
    width: 100%;
  }

  .center_img2 {
    margin-left: 0px;
  }

  .break_900:after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 800px) {
  .visible800 {
    display: block !important;
  }

  .hidden800 {
    display: none;
  }

  .container800 {
    width: 100%;
  }

  .center_img {
    margin-left: 0px;
  }

  .break_800:after {
    content: "\A";
    white-space: pre;
  }

  /*--------------------------------------------------------
  margin・padding系の部分は設定するwidthで変わる。テンプレートの場合は800pxで設定しているのでここに記載。
  900pxの場合は上の @media screen and (max-width: 900px) の中に記載する。
  --------------------------------------------------------*/
  .mtop-10 {
    margin-top: 3%;
  }

  .mtop-20 {
    margin-top: 4%;
  }

  .mtop-30 {
    margin-top: 5%;
  }

  .mtop-40 {
    margin-top: 6%;
  }

  .mtop-50 {
    margin-top: 7%;
  }

  .mtop-60 {
    margin-top: 8%;
  }

  .mtop-70 {
    margin-top: 9%;
  }

  .mtop-80 {
    margin-top: 10%;
  }

  .mtop-90 {
    margin-top: 11%;
  }

  .mtop-100 {
    margin-top: 12%;
  }

  .mtop-200 {
    margin-top: 22%;
  }

  .mtop-500 {
    margin-top: 52%;
  }

  .mtop-1000 {
    margin-top: 120%;
  }

  .ptop-10 {
    padding-top: 3%;
  }

  .ptop-20 {
    padding-top: 4%;
  }

  .ptop-30 {
    padding-top: 5%;
  }

  .ptop-40 {
    padding-top: 6%;
  }

  .ptop-50 {
    padding-top: 7%;
  }

  .ptop-60 {
    padding-top: 8%;
  }

  .ptop-70 {
    padding-top: 9%;
  }

  .ptop-80 {
    padding-top: 10%;
  }

  .ptop-90 {
    padding-top: 11%;
  }

  .ptop-100 {
    padding-top: 12%;
  }

  .pbottom-100 {
    padding-bottom: 12%;
  }

  .pbottom-200 {
    padding-bottom: 22%;
  }

  .pbottom-300 {
    padding-bottom: 32%;
  }
}

@media screen and (max-width: 600px) {
  .hidden600 {
    display: none;
  }

  .visible600 {
    display: block;
  }

  .break_600:after {
    content: "\A";
    white-space: pre;
  }
}


/*--------------------------------------------------------
各種設定
--------------------------------------------------------*/

@media screen and (max-width: 900px) {
  body {
    min-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  .inner .title {
    font-size: 1.4em;
    padding-bottom: 0.2em;
  }

  .field {
    font-size: 1.2em;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select {
    border: 2px solid #cdcdcd;
  }

  .info_txt {
    font-size: 28px;
  }

  .kiyaku {
    font-size: 26px;
  }

  .white_box.lawtext>div {
    height: 13em;
  }

  .back {
    font-size: 23px;
  }

  .pay_btn {
    width: 100%;
  }

/*--------------------------------------------------------
top
--------------------------------------------------------*/
  .popup_text {
    font-size: 1.8vw;
  }
  .top_bgimg {
    background-image: url(../img/wyl_01_sp.png);
  }
  .swiper_arrow {
    left: 0%;
    right: 0%;
  }
  .swiper-button-prev {
    width: 17.2% !important;
  }
  .swiper-button-next {
    width: 17.2% !important;
  }
  .swiper {
    padding-bottom: 12% !important;
  }
  .swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .wyl_04, .form_btn {
    width: 90%;
  }
  video {
    width: 100%;
  }
/*--------------------------------------------------------
chk
--------------------------------------------------------*/
  .to_area {
    width: 95%;
  }
  .youser_name {
    font-size: 6.2vw;
  }
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 600px) {
  .info_txt {
    font-size: 26px;
  }

  .kiyaku {
    font-size: 24px;
  }

  .checkbox {
    font-size: 18px;
    margin-left: 8%;
  }
  .form_notice {
    font-size: 17px;
  }
  .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 500px) {
  .inner .title {
    font-size: 1.2em;
  }

  .field {
    font-size: 1em;
  }

  .info_txt {
    font-size: 23px;
  }

  .kiyaku {
    font-size: 23px;
  }

  .checkbox {
    font-size: 17px;
  }

  .back {
    font-size: 18px;
  }

  .err_msg2 {
    font-size: 0.9em;
  }

  .white_box.lawtext>div {
    height: 11em;
  }

  .white_box p {
    font-size: 14px;
  }

  .checkbox label input:checked+span.txt::after {
    left: -1em;
    border-bottom: 2px solid #ff809b;
    border-right: 3px solid #ff809b;
    top: -45%;
  }

  .close_btn {
    font-size: 30px;
  }
    span.pipe {
    display: block;   /* ブロックにして改行 */
    width: 100%;      /* 横幅いっぱい */
    height: 0;        /* 中身がなくなるので高さは実質ゼロ */
    overflow: hidden; /* 念のため */
  }
  span.pipe::before {
    content: "";      /* 文字は表示しない */
  }
}

@media screen and (max-width: 400px) {
  .info_txt {
    font-size: 20px;
  }

  .kiyaku {
    font-size: 20px;
  }

  .checkbox {
    font-size: 14px;
  }

  .err_msg2 {
    font-size: 0.8em;
  }

  .white_box.lawtext>div {
    height: 9em;
  }
  .form_notice {
    font-size: 15px;
  }
  .swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}