@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;700;900&display=swap");
img {
  max-width: 100%;
  height: auto;
}

.f-min {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
}

body {
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  font-family: 'Noto Sans JP', sans-serif;
}

.lp201603_tit {
  width: 600px;
  height: auto;
  margin: 0 auto 30px auto;
}

.lp201603_main_img {
  width: 960px;
  height: auto;
  margin: 0 auto;
}

.lp201603_main_img img {
  display: block;
  width: 600px;
  height: auto;
  margin: 0 auto 20px auto;
}

.lp201603_main_img .btn {
  width: 360px;
  height: auto;
  margin: 0 auto;
}

.lp201603_main_img .btn a {
  display: block;
  background-color: #ca5f76;
  font-weight: 600;
  color: #FFF !important;
  border: 2px solid #ca5f76;
  width: 365px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lp201603_main_img .btn a:hover {
  background-color: transparent;
  color: #ca5f76 !important;
  text-decoration: none;
}

.iikoto_txt_01 {
  width: 605px;
  height: auto;
  margin: 0 auto 40px auto;
}

.iikoto_content {
  width: 675px;
  height: auto;
  margin: 0 auto 40px auto;
}

.iikoto_form {
  width: 650px;
  height: 500px;
  background-image: url("../img/tit_02.png");
  background-size: 650px auto;
  margin: 0 auto 60px auto;
}

.iikoto_form .btn {
  width: 360px;
  height: auto;
  margin: 0 auto;
  padding: 360px 0 0 0;
}

.iikoto_form .btn a {
  display: block;
  background-color: #ca5f76;
  font-weight: 600;
  color: #FFF !important;
  border: 2px solid #ca5f76;
  width: 365px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iikoto_form .btn a:hover {
  background-color: transparent;
  color: #ca5f76 !important;
  text-decoration: none;
}

.iikoto_sample {
  width: 650px;
  height: auto;
  margin: 0 auto 60px auto;
}

.iikoto_sample .tit {
  width: 450px;
  height: auto;
  margin: 0 auto 20px auto;
}

.iikoto_sample ul li {
  width: 310px;
  height: auto;
  margin: 0 0 20px 0;
}

.iikoto_sample ul li:nth-child(odd) {
  float: left;
}

.iikoto_sample ul li:nth-child(even) {
  float: right;
}

.lp201603_back {
  border-color: #cfd8dc;
  width: 960px;
}

.form_tit {
  width: 700px;
  height: auto;
  margin: 0 auto 30px auto;
}

.form_txt {
  text-align: center;
  margin-bottom: 60px;
}

.form_table {
  width: 800px;
  height: auto;
  padding: 40px 0px;
  background-color: #FFF;
  text-align: left;
  margin: 0 auto 60px auto;
}

.form_table dl {
  width: 660px;
  margin: 0 auto;
}

.form_table dl dd {
  width: 240px;
  font-weight: 400;
  float: left;
  line-height: 50px;
}

.form_table dl dd span {
  font-size: 11px;
  padding: 4px 7.5px;
  background-color: #ca5f76;
  color: #FFF;
  border-radius: 5px;
}

.form_table dl dt {
  font-weight: 400;
  width: 400px;
  float: left;
}

.form_table dl dt p {
  font-size: 12px;
}

.form_table dl dt input {
  width: 95%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #bdbdbd;
  padding: 5px;
}

.form_table .check {
  margin-top: 20px;
  text-align: center;
}

.form_table .check a {
  text-decoration: underline;
}

.form_caution {
  width: 760px;
  height: auto;
  margin: 0 auto;
}

.form_caution strong {
  font-size: 22px;
  line-height: 32px;
}

.form_caution strong img {
  width: 22px;
  vertical-align: baseline;
  padding: 0 10px;
}

.form_caution p {
  display: block;
  width: 600px;
  height: auto;
  margin: 15px auto 40px auto;
  text-align: left;
}

.form_thanks {
  width: 300px;
  height: auto;
  margin: 40px auto 60px auto;
}

.form_thanks img {
  width: 55px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

.back_book {
  width: 180px;
  height: auto;
  margin: 0 auto 120px auto;
}

/* @media (max-device-width: 980px) {*/
/* タブレット スマホ */
@media (max-width: 739px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-size: 15px;
    line-height: 27px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
  }
  .kiyaku_box b {
    display: block;
    font-size: 17px;
    line-height: 27px;
  }
  .lp201603_tit {
    width: 90%;
    height: auto;
    margin: 0 auto 5% auto;
  }
  .lp201603_main_img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .lp201603_main_img img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 2.5% auto;
  }
  .lp201603_main_img .btn {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .lp201603_main_img .btn a {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
  }
  .lp201603_main_img p {
    padding-bottom: 2.5%;
  }
  .lp201603_main {
    width: 100%;
    margin: 0 auto 5% auto;
  }
  .iikoto_txt_01 {
    width: 90%;
    height: auto;
    margin: 0 auto 5% auto;
  }
  .iikoto_content {
    width: 90%;
    height: auto;
    margin: 0 auto 5% auto;
  }
  .iikoto_form {
    width: 325px;
    height: 250px;
    background-image: url("../img/tit_02.png");
    background-size: 325px auto;
    margin: 0 auto 10% auto;
  }
  .iikoto_form .btn {
    width: 200px;
    height: auto;
    margin: 0 auto;
    padding: 180px 0 0 0;
  }
  .iikoto_form .btn a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .iikoto_sample {
    width: 90%;
    height: auto;
    margin: 0 auto 10% auto;
  }
  .iikoto_sample .tit {
    width: 80%;
    height: auto;
    margin: 0 auto 2.5% auto;
  }
  .iikoto_sample ul li {
    width: 70%;
    height: auto;
    margin: 0 auto 2.5% auto;
  }
  .iikoto_sample ul li:nth-child(odd) {
    float: none;
  }
  .iikoto_sample ul li:nth-child(even) {
    float: none;
  }
  .lp201603_back {
    border-color: #cfd8dc;
    width: 60%;
  }
  .form_tit {
    width: 80%;
    height: auto;
    margin: 0 auto 5% auto;
  }
  .form_txt {
    text-align: left;
    width: 90%;
    margin: 0 auto 5% auto;
  }
  .form_table {
    width: 100%;
    height: auto;
    padding: 5% 0px;
    background-color: #FFF;
    text-align: left;
    margin: 0 auto 10% auto;
  }
  .form_table dl {
    width: 90%;
    margin: 0 auto 15px auto;
  }
  .form_table dl dd {
    width: 100%;
    font-weight: 400;
    float: left;
    line-height: 50px;
  }
  .form_table dl dd span {
    font-size: 11px;
    padding: 4px 7.5px;
    background-color: #ca5f76;
    color: #FFF;
    border-radius: 5px;
  }
  .form_table dl dt {
    font-weight: 400;
    width: 100%;
    float: left;
  }
  .form_table dl dt p {
    font-size: 12px;
  }
  .form_table dl dt input {
    width: 95%;
    height: 5%;
    line-height: 5%;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #bdbdbd;
    padding: 5px;
  }
  .form_table .check {
    margin-top: 2.5%;
    text-align: center;
  }
  .form_table .check a {
    text-decoration: underline;
  }
  .form_caution {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .form_caution strong {
    font-size: 14px;
    line-height: 32px;
  }
  .form_caution strong img {
    width: 12px;
    vertical-align: baseline;
    padding: 0 10px;
  }
  .form_caution p {
    display: block;
    width: 90%;
    height: auto;
    margin: 15px auto 5% auto;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
  .form_thanks {
    width: 90%;
    height: auto;
    margin: 5% auto 10% auto;
  }
  .form_thanks img {
    width: 55px;
    height: auto;
    display: block;
    margin: 0 auto 2.5% auto;
  }
  .wpcf7c-elm-step1 input[type="submit"] {
    width: 220px;
    height: auto;
    margin: 30px auto 0 auto;
    display: block;
    background-color: #ca5f76;
    font-weight: 600;
    color: #FFF !important;
    border: 2px solid #ca5f76;
    line-height: 40px;
    font-size: 16px;
    border-radius: 10px;
    font-family: 'Noto Serif Japanese' ,serif;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wpcf7c-elm-step1 input[type="submit"]:hover {
    background-color: transparent;
    color: #ca5f76 !important;
    text-decoration: none;
  }
  .wpcf7c-elm-step2 .btn input[type="submit"] {
    width: 220px;
    height: auto;
    margin: 30px auto;
    display: block;
    background-color: #ca5f76;
    font-weight: 600;
    color: #FFF !important;
    border: 2px solid #ca5f76;
    line-height: 40px;
    font-size: 16px;
    border-radius: 10px;
    font-family: 'Noto Serif Japanese' ,serif;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wpcf7c-elm-step2 .btn input[type="submit"]:hover {
    background-color: transparent;
    color: #ca5f76 !important;
    text-decoration: none;
    cursor: pointer;
  }
  .wpcf7c-elm-step2 .btn_back input[type="button"] {
    width: 160px;
    height: auto;
    margin: 0px auto;
    display: block;
    background-color: #757575;
    font-weight: 600;
    color: #FFF !important;
    border: 2px solid #757575;
    line-height: 40px;
    font-size: 14px;
    border-radius: 10px;
    font-family: 'Noto Serif Japanese' ,serif;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .wpcf7c-elm-step2 .btn_back input[type="button"]:hover {
    background-color: transparent;
    color: #757575 !important;
    text-decoration: none;
    cursor: pointer;
  }
  .back_book {
    width: 200px;
    height: auto;
    margin: 0 auto 15% auto;
  }
  .back_book a {
    display: block;
    background-color: #757575;
    font-weight: 600;
    color: #FFF !important;
    border: 2px solid #757575;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .back_book a:hover {
    background-color: transparent;
    color: #757575 !important;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */