@charset "UTF-8";

/* セクション1 */
.sec01 .wrap {
  max-width: 600px;
}
.thanks_sec .wrap {
  max-width: 1000px;
}
.sec01 .box {
  margin-top: 30px;
}
.sec01 .box:first-child {
  margin-top: 0;
}
.sec01 .box .txt {
  font-size: 16px;
  margin-bottom: 10px;
}
.sec01 .box .txt .req {
  font-size: 13px;
  color: var(--color8);
  margin-left: 0.5em;
}
.sec01 .box input[type="text"],
.sec01 .box input[type="email"],
.sec01 .box input[type="tel"] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  box-sizing: border-box;
  background: none;
  background-color: #fff;
  border: solid 2px var(--color2);
  border-radius: 5px;
  padding: 10px;
  outline: none;
}
.sec01 .box input[type="text"].middle,
.sec01 .box input[type="tel"] {
  width: 30%;
}
.sec01 .box textarea {
  width: 100%;
  font-size: 14px;
  background: none;
  background-color: #fff;
  border: solid 2px var(--color2);
  border-radius: 5px;
  padding: 10px;
  outline: none;
}
.sec01 .t_txt {
  line-height: 2;
}
.sec01 .policybox {
  height: 350px;
  border: solid 2px var(--color2);
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.sec01 .childbox {
  margin-top: 40px;
}
.sec01 .childbox:first-child {
  margin-top: 0;
}
.policybox .sub {
  margin-bottom: 10px;
}
.policybox .comment {
  font-size: 14px;
  text-align: justify;
  line-height: 1.75;
}
.btn {
  width: 100%;
  max-width: 380px;
  margin: 50px auto 0;
}
.btn input[type="submit"],
.btn a {
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  display: block;
  box-sizing: border-box;
  border: none;
  background-color: var(--color2);
  border-radius: 0;
  padding: 0 10px;
  cursor: pointer;
  transition: all .3s;
}
.btn input[type="submit"]:hover,
.btn a:hover {
  background-color: var(--color3);
}
@media screen and (max-width:768px) {
  .sec01 .box input[type="text"].middle,
  .sec01 .box input[type="tel"] {
    width: 50%;
  }
  .sec01 .t_txt {
    font-size: 14px;
    text-align: justify;
  }
  .sec01 .policybox {
    height: 280px;
    padding: 20px;
  }
  .flbnr {
    display: none;
  }
  .copyright {
    margin-bottom: 0;
  }
}