@charset "utf-8";

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
h1 {
  text-align: right;
  padding-right: 10px;
}

.youtube {
  position: absolute;
  z-index: 10;
  padding: 500px 0 0 100px;
}

#main .showBox {
  position: relative;
}

#main .showBox .btn,
#main .showBox .btn_map {
  width: 100%;
  position: absolute;
  bottom: 426px;
  left: 0;
  text-align: center;
}

#main .sec09 .showBox .btn {
  bottom: 15px;
}

#main .sec09 .showBox02 .btn {
  bottom: 43px;
}

#main .sec11 .btn {
  bottom: 110px;
}

#main .sec12 .showBox .btn {
  bottom: 40px;
}

#main .sec12 .showBox .btn_map {
  bottom: 190px;
}

#main .sec12 .showBox03 .btn {
  bottom: 55px;
}

#main .sec12 .showBox03 .btn_map {
  bottom: 210px;
}

#main .sec13 {
  padding: 96px 35px 40px;
}

#main .sec13 .title {
  margin-bottom: 33px;
  font-size: 3.75rem;
  text-align: center;
}

#main .sec13 .subTtl {
  margin-bottom: 32px;
  font-size: 2.5rem;
  text-align: center;
}

#main .sec13 .text {
  margin: 0 5px 47px;
  color: #929292;
  font-size: 2rem;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: -0.02em;
}

#main .tableBox table {
  margin-bottom: 37px;
  width: 100%;
  border-collapse: collapse;
}

#main .tableBox table th,
#main .tableBox table td {
  padding: 29px 0 29px;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
  border-top: 1px solid #666;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.2;
}

#main .tableBox table th {
  width: 26.6%;
  padding-top: 39px;
}

#main .tableBox table th .txt {
  display: block;
}

#main .tableBox table th .lable {
  margin-bottom: 6px;
  padding: 4px 5px 4px;
  min-width: 52px;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  background-color: #fb0000;
  box-sizing: border-box;
  text-align: center;
  border-radius: 7px;
  letter-spacing: 0;
}

#main .tableBox .selectUl {
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

#main .tableBox .selectUl li {
  margin-right: 15px;
  width: 147px;
}

#main .tableBox .selectUl li:nth-child(3n) select {
  width: 175px;
}

#main .tableBox select {
  padding: 0 30px 0 10px;
  width: 100%;
  height: 76px;
  color: #666;
  font-size: 1.97rem;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #919191;
  border-radius: 8px;
  background: url(../img/index/select_icon.png) no-repeat right 17px center, url(../img/index/select_bg.jpg) repeat-x;
  background-size: 13px auto, auto 100%;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

#main .tableBox select::-ms-expand {
  display: none;
}

#main .tableBox input[type="text"],
#main .tableBox input[type="tel"],
#main .tableBox input[type="email"],
#main .tableBox textarea {
  padding-left: 17px;
  width: 100%;
  height: 76px;
  font-size: 2.5rem;
  border: 1px solid #919191;
  box-sizing: border-box;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
}

#main .tableBox textarea {
  padding: 11px 20px;
  height: 210px;
}

#main .tableBox .trStyle td {
  padding-left: 49px;
}

#main .tableBox .trStyle .txt {
  margin-right: -20px;
}

#main .tableBox .link {
  margin-bottom: 33px;
  font-size: 2.36rem;
  text-align: center;
}

#main .tableBox .link a {
  display: inline-block;
  text-decoration: underline;
}

#main .agreeTxt {
  margin-bottom: 65px;
  text-align: center;
}

#main .agreeTxt input[type="checkbox"] {
  display: none;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

#main .agreeTxt label {
  padding: 26px 10px 27px;
  display: block;
  font-size: 2rem;
  border: 1px solid #919191;
  border-radius: 12px;
  cursor: pointer;
  letter-spacing: 0.08em;
}

#main .agreeTxt span {
  display: inline-block;
  position: relative;
}

#main .agreeTxt span::before {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 4px;
  left: -25px;
  background: url(../img/index/check_bg01.jpg) no-repeat left top;
  background-size: 100% 100%;
  content: "";
}

#main .agreeTxt input[type="checkbox"]:checked+label {
  background-color: #d4efc2;
}

#main .agreeTxt input[type="checkbox"]:checked+label span::before {
  background-image: url(../img/index/check_bg02.jpg);
}

#main .submit {
  margin: 0 -20px;
  padding-left: 6px;
}

#main .submit li {
  margin-bottom: 15px;
  text-align: center;
}

#main .submit li:last-child {
  margin-bottom: 0;
}

#main .submit input {
  padding: 10px 110px 15px;
  width: 694px;
  height: 164px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  background: url(../img/index/submit_bg.png) no-repeat left top;
  background-size: 100% 100%;
  box-sizing: border-box;
  border: none;
  line-height: 1;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  letter-spacing: 0.1em;
  cursor: pointer;
}

@media all and (-ms-high-contrast:none) {
  #main .tableBox table th .lable {
    padding: 7px 5px 1px;
  }

  #main .tableBox select {
    padding: 8px 30px 0 10px;
  }

  #main .tableBox input[type='text'],
  #main .tableBox input[type='tel'],
  #main .tableBox input[type='email'],
  #main .tableBox textarea {
    padding-top: 8px;
  }

  #main .agreeTxt span::before {
    top: 1px;
  }

  #main .agreeTxt label {
    padding: 29px 10px 24px;
  }
}

@media all and (min-width: 897px) {

  #main .showBox .btn a:hover,
  h1 a:hover,
  .btn_map a:hover {
    opacity: 0.7;
  }

  #main .tableBox .link a:hover {
    text-decoration: none;
  }

  #main .submit input:hover {
    opacity: 0.7;
  }
}
