.h1_bg {
  background: url("../img/mv.jpg") center no-repeat #ebf5fa;
  background-size: cover;
}

.disc {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .disc {
    text-align: left;
    margin-bottom: 30px;
  }
}

.number {
  color: #1b8fc8;
  font-weight: bold;
}
.number a {
  color: #1b8fc8;
}

.tbl01 th {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .tbl01 th {
    padding-left: 15px;
    width: 200px;
  }
}
.tbl01 th span {
  width: 38px;
  padding: 4px 4px 6px 4px;
  background-color: #1b8fc8;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
  vertical-align: middle;
  font-size: 1.3rem;
  position: absolute;
  top: calc(50% - 10px);
  right: 5%;
}
@media screen and (max-width: 768px) {
  .tbl01 th span {
    top: 10px;
    right: 10px;
  }
}
.tbl01 td {
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  .tbl01 td {
    padding: 15px;
  }
}
.tbl01 td .box {
  margin: 10px 0;
}
.tbl01 td input[type=text], .tbl01 td input[type=tel] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  margin-right: 10px;
  padding: 1.0em 0.6em;
  border: 1px solid #dddddd;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tbl01 td input[type=text], .tbl01 td input[type=tel] {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .tbl01 td input[type=text], .tbl01 td input[type=tel] {
    padding: 10px 8px;
  }
}
.tbl01 td textarea {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  height: 200px;
  padding: 1.0em 0.6em;
  border: 1px solid #dddddd;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tbl01 td textarea {
    font-size: 1.6rem;
  }
}
.tbl01 td select {
  -webkit-appearance: none;
  border-radius: 0;
  margin-right: 10px;
  padding: 1.0em 0.6em;
  border: 1px solid #dddddd;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tbl01 td select {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
}
.tbl01 td .sizemax {
  width: 100% !important;
}
.tbl01 td .sizehalf {
  width: 250px !important;
}
@media screen and (max-width: 500px) {
  .tbl01 td .sizehalf {
    width: 100% !important;
  }
}
.tbl01 td .sizesmall {
  width: 140px !important;
  margin-left: 10px;
  margin-bottom: 15px;
}

input::placeholder, textarea::placeholder {
  color: #ddd;
  width: 100%;
}

.tbl01 td .ex {
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 1.5;
}
.tbl01 td .ex dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.6;
}
.tbl01 td .ex p {
  font-size: 1.5rem;
  margin-top: 5px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .tbl01 td .ex {
    font-size: 1.4rem;
  }
  .tbl01 td .ex p {
    font-size: 1.4rem;
  }
}

.privacy {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.privacy a {
  color: #1b8fc8;
  position: relative;
  font-weight: bold;
  padding-bottom: 5px;
}
.privacy a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #1b8fc8;
  transition: .5s;
  opacity: 0;
}
.privacy a:hover:before {
  opacity: 1;
}
.privacy label {
  display: inline-block;
  padding: 24px 30px 24px 60px;
  position: relative;
}
.privacy label span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .privacy label span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy label span {
    font-size: 1.6rem;
  }
}
.privacy label span:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #aaa;
  left: 19px;
  top: 26px;
}
.privacy label span:after {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  top: 30px;
  left: 30px;
  border-right: 2px solid #1b8fc8;
  border-bottom: 2px solid #1b8fc8;
  opacity: 0;
  transform: rotate(45deg);
}
.privacy label input[type=checkbox],
.privacy label [type=radio] {
  visibility: hidden;
  position: absolute;
}
.privacy label input[type=checkbox]:checked + span:after,
.privacy label [type=radio]:checked + span:after {
  opacity: 1;
}

.c_type {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c_type {
    align-content: space-between;
    flex-direction: row;
    margin-top: 0;
  }
}

.c_type li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c_type li {
    width: 50%;
    margin-bottom: 15px;
  }
  .c_type li:last-child, .c_type li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.c_type li label {
  display: inline-block;
  padding: 0 30px 0 42px;
  position: relative;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .c_type li label {
    padding: 0 20px 0 35px;
  }
}
.c_type li label .check {
  font-size: 1.6rem;
  line-height: 26px;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .c_type li label .check {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c_type li label .check {
    font-size: 1.6rem;
  }
}
.c_type li label .check:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  left: 0;
  top: 0;
  border-radius: 0;
  z-index: 3;
}
.c_type li label .check:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 10px;
  border-right: 2px solid #1b8fc8;
  border-bottom: 2px solid #1b8fc8;
  opacity: 0;
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
  transform: rotate(45deg);
  z-index: 5;
}
.c_type li label input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.c_type li label input[type=checkbox]:checked + span:after {
  opacity: 1;
}

span.errMsg {
  display: block;
  color: #ff0000;
}

.form_text {
  margin-bottom: 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .5s ease-out;
}
.btn:hover {
  transform: scale(0.95);
  color: #fff;
}
.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
  z-index: 5;
}
.btn input[type=submit], .btn a {
  background-image: -moz-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  background-image: -webkit-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  background-image: -ms-linear-gradient(179deg, #fd934b 0%, #fa8a3e 48%, #fb7f2b 97%);
  box-shadow: 0px 5px 9.5px 0.5px rgba(96, 118, 129, 0.15);
  width: 402px;
  height: 79px;
  line-height: 79px;
  border-radius: 40px;
  font-size: 2rem;
  outline: none;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 768px) {
  .btn input[type=submit], .btn a {
    width: 300px;
    font-size: 1.6rem;
  }
}

.btn.submit:before {
  display: none;
}
.btn.submit input[type=submit] {
  width: 380px;
  height: 79px;
}
@media only screen and (max-width: 768px) {
  .btn.submit input[type=submit] {
    width: 300px;
    font-size: 1.6rem;
  }
}

.btn_return {
  display: inline-block;
  text-align: center;
  position: relative;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .5s ease-out;
}
.btn_return:hover {
  transform: scale(0.95);
  color: #fff;
}
.btn_return .btn_r {
  background: #edf0f2;
  box-shadow: 0px 5px 9.5px 0.5px rgba(96, 118, 129, 0.15);
  width: 380px;
  height: 79px;
  line-height: 79px;
  border: none;
  border-radius: 40px;
  font-size: 2rem;
  outline: none;
  color: #363636;
  font-weight: bold;
  z-index: 2;
  display: block;
}
@media only screen and (max-width: 768px) {
  .btn_return .btn_r {
    width: 300px;
    font-size: 1.6rem;
  }
}

.flex_btn {
  width: 77%;
  justify-content: space-between;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1060px) and (min-width: 921px) {
  .flex_btn {
    width: 90%;
  }
}
@media screen and (max-width: 920px) {
  .flex_btn {
    flex-direction: column;
    width: 300px;
  }
  .flex_btn .btn_return {
    margin-bottom: 30px;
  }
}

.thanks h2 {
  color: #1b8fc8;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .thanks h2 {
    font-size: 2.5rem;
  }
}
