@charset "UTF-8";
header {
  border-bottom: #8f8e8e 1px solid;
}

.page_mv_area {
  height: 160px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page_mv_area {
    height: 92px;
  }
}
.page_mv_area .mv_txt {
  height: 100%;
}
.page_mv_area .mv_txt .inner {
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
@media screen and (max-width: 900px) {
  .page_mv_area .mv_txt .inner {
    justify-content: center;
    align-items: center;
  }
}
.page_mv_area h2 {
  color: #525151;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .page_mv_area h2 {
    font-size: 25px;
    margin: 0 0 0 20px;
  }
}
.page_mv_area h2 span {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .page_mv_area h2 span {
    font-size: 15px;
  }
}

/*form*/
#sec01 {
  padding-top: 0;
}
#sec01 .inner .form {
  border: none;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form {
    margin: 0;
  }
}
#sec01 .inner .form dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl {
    display: block;
  }
}
#sec01 .inner .form dl dt, #sec01 .inner .form dl dd {
  padding: 40px 0 40px 20px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl dt, #sec01 .inner .form dl dd {
    padding: 20px 20px 10px 20px;
  }
}
#sec01 .inner .form dl dd {
  padding: 40px 0;
}
#sec01 .inner .form dl dd.no_border {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl dd {
    padding: 10px 20px 20px 20px;
  }
}
#sec01 .inner .form dl dt {
  width: calc(30% - 40px);
  margin: 0;
  border-top: 1px solid #dddddd;
  font-size: 21px;
  text-align: left;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#sec01 .inner .form dl dt.flex_center {
  align-items: center;
}
#sec01 .inner .form dl dt.no_border {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl dt {
    width: calc(100% - 40px);
    font-size: 16px;
  }
}
#sec01 .inner .form dl dt span {
  margin: 5px 0 0 20px;
  padding: 2px 5px;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl dt span {
    position: relative;
    float: none;
    margin: 3px 0 0 10px;
  }
}
#sec01 .inner .form dl dd {
  margin: 0;
  border-top: 1px solid #dddddd;
  font-size: 21px;
  /* セレクトボックスの矢印デザイン変更 */
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl dd {
    width: calc(100% - 40px);
    font-size: 16px;
    border: none;
  }
}
#sec01 .inner .form dl dd span {
  display: block;
}
#sec01 .inner .form dl dd input[type=text],
#sec01 .inner .form dl dd input[type=email] {
  width: calc(70% - 30px) !important;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl dd input[type=text],
  #sec01 .inner .form dl dd input[type=email] {
    width: calc(100% - 30px) !important;
  }
}
#sec01 .inner .form dl dd input {
  height: inherit !important;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #8f8e8e;
}
#sec01 .inner .form dl dd textarea {
  width: 100% !important;
  height: 130px !important;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #8f8e8e;
}
#sec01 .inner .form dl dd label.flex_box {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl dd label.flex_box {
    flex-direction: row;
  }
}
#sec01 .inner .form dl dd label.flex_box span {
  margin: 0 15px 0 0;
}
#sec01 .inner .form dl dd select {
  width: 15em !important;
  background: url(../images/arrow.jpg) #FFF;
  border-radius: 10px;
  border: 1px solid #8f8e8e;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
}
#sec01 .inner .form dl dd select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
#sec01 .inner .form dl dd .select_wrapper {
  width: 78%;
  position: relative;
}
#sec01 .inner .form dl dd ul li {
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#sec01 .inner .form dl dd ul li span {
  padding: 0 0 5px;
}
#sec01 .inner .form dl dd ul li label {
  margin: 0 20px 0 0;
  font-size: 18px;
  padding: 0 0 0 1.5em;
}
#sec01 .inner .form dl dd ul li label:nth-of-type(3n-2) {
  width: 185px;
}
#sec01 .inner .form dl dd ul li label:nth-of-type(3n-1) {
  width: 170px;
}
#sec01 .inner .form dl dd ul li label:nth-of-type(3n) {
  width: 210px;
}
@media screen and (max-width: 1265px) {
  #sec01 .inner .form dl dd ul li label:nth-of-type(3n-2) {
    width: 50%;
  }
  #sec01 .inner .form dl dd ul li label:nth-of-type(3n-1) {
    width: 50%;
  }
  #sec01 .inner .form dl dd ul li label:nth-of-type(3n) {
    width: 50%;
  }
}
#sec01 .inner .form dl dd ul li:first-child {
  margin: 0;
}
#sec01 .inner .form dl dd ul li:first-child span {
  display: inline-block;
  padding: 0 5px 0 0;
}
#sec01 .inner .form dl dd.flex_box {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#sec01 .inner .form dl dd.flex_box span {
  margin: 0 15px 10px 0;
  width: calc(50% - 15px);
}
#sec01 .inner .form dl dd.flex_box span:last-of-type {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl dd.flex_box span {
    width: 100%;
  }
}
#sec01 .inner .form dl.mail dt {
  position: relative;
  padding: 40px 0 40px 20px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl.mail dt {
    padding: 20px 20px 10px 20px;
  }
}
#sec01 .inner .form dl.mail dd {
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl.mail dd {
    padding: 20px 20px 5px 20px;
    border: none;
  }
}
#sec01 .inner .form dl.mail.m2 dt, #sec01 .inner .form dl.mail.m2 dd {
  border-top: none;
  padding: 40px 0 40px 20px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl.mail.m2 dt, #sec01 .inner .form dl.mail.m2 dd {
    padding: 20px 20px 20px 20px;
  }
}
#sec01 .inner .form dl.mail.m2 dd {
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl.mail.m2 dd {
    padding: 10px 20px 20px 20px;
  }
}
#sec01 .inner .form dl.yotei dt {
  flex-wrap: wrap;
}
#sec01 .inner .form dl.yotei dt p {
  font-size: 14px;
  margin: 10px 0 0;
  padding-left: 1em;
  padding-right: 2em;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form dl.yotei dt p {
    font-size: 12px !important;
  }
}
#sec01 .inner .form dl.yotei dd.address ul li:first-child input {
  width: 10em !important;
}
#sec01 .inner .form dl.yotei dd.address ul li input {
  width: calc(100% - 30px) !important;
}
#sec01 .inner .form .check input {
  box-shadow: 41px 0px #fff;
  width: 20px;
  height: 20px !important;
  top: 5px;
  left: -40px;
}
#sec01 .inner .form .check input:checked {
  box-shadow: none;
}
#sec01 .inner .form .check:before {
  top: 6px;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form .check:before {
    top: 4px;
  }
}
#sec01 .inner .form .check:after {
  top: 19px;
  left: 5px;
  margin-top: -13px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form .checkbox_g_Required label {
    display: block;
  }
}
#sec01 .inner .form button {
  color: #525151;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 24px;
  background: #FFF;
}
#sec01 .inner .form button:hover {
  background: #FFF !important;
  opacity: 0.7;
  box-shadow: 0 0 5px rgba(107, 107, 107, 0.6);
}
#sec01 .inner .form button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 400;
  margin: 3px 10px 0 0;
  color: #be1010;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .form button {
    font-size: 14px;
  }
  #sec01 .inner .form button:before {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #sec01 .inner {
    padding: 0 0 40px;
  }
}
#sec01 .inner p {
  margin: 0;
  padding: 0;
}
#sec01 .inner .info_box {
  border: 1px solid #ddd;
  padding: 50px 75px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .info_box {
    padding: 15px 20px;
  }
}
#sec01 .inner .info_box p {
  font-size: 14px;
  margin: 0 0 20px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .info_box p {
    font-size: 12px !important;
  }
}
#sec01 .inner .info_box p span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .info_box p span {
    font-size: 14px !important;
  }
}
#sec01 .inner .info_box > .mfp_err {
  margin: 0 auto;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .info_box > .mfp_err {
    width: auto;
  }
}
#sec01 .inner .info_box .doui {
  text-align: center;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .info_box .doui {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
#sec01 .inner .info_box .doui .req_red {
  display: inline-block;
  margin: 5px 0 0 10px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background: #b60b00;
  font-weight: 700;
}
#sec01 .inner .info_box .doui label {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .info_box .doui .check:before {
    top: 3px;
  }
}

#thanks {
  padding: 0;
}
#thanks p {
  margin-top: 0;
}
#thanks .contact_tel {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
#thanks .contact_tel a[href*="tel:"] {
  font-size: 21px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
#thanks .btn_box.shiryo a::before {
  color: #be1010;
}
@media screen and (max-width: 900px) {
  #thanks .btn_box.shiryo a {
    color: #525151;
    background: #fff;
  }
}/*# sourceMappingURL=index.css.map */