@charset "utf-8";
/* CSS Document */

/*----------------------------------------------
  サンクスページ
----------------------------------------------*/
.thanksBox {
    text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}
.thanksImg {
  min-height: calc(68.5vw - 10vw);
  width: 96%;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/img_thanks.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.thanksImg .thanksText {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 10px;
  width: calc(100% - 20px);
  text-align: right;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}
.formTable {
    border-top: 1px solid #ebebeb;
}


@media screen and (min-width: 768px) {
.thanksImg .thanksText h4 {
  font-size: 20px;
  font-weight: bold;
  text-decoration-line: underline;
}
  .btnBottom .btn a {
    font-size: 16px;
  }
}




/*----------------------------------------------
  問い合わせフォーム
----------------------------------------------*/
#formWrap {
    width: 90%;
    max-width: 1080px;
    margin: 20px auto;
    color: #555;
    line-height: 1.4;
}
#formWrap .title {
    font-size: 24px;
    text-align: center;
    padding: 40px 0;
    line-height: 1.6;
    margin: 0 auto;
    width: 90%;
}
#formWrap .title .bg_gray {
    background: #dddddd;
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
}
.cl_red {
  color: #FF0000;
}
.textTop {
    text-align: center;
    padding-bottom: 40px;
    line-height: 150%;
}

.formTable dt {
  text-align:left;
  vertical-align: top;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border-bottom: 0;
  padding: 30px 0 20px;
}
.must {
  margin-left: 10px;
  color: #fff;
  background: #81b7ec;
  padding: 3px 5px;
  font-size: 14px;
  border-radius: 4px;
}
.formTable dd {
  padding: 10px 10px 20px;
  width: auto;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.menuBox p {
  padding: 5px 0;
  font-size: 16px;
}
.menuBox_f p {
    margin-bottom: 20px;
}
.menuBox_f p:last-child {
    margin-bottom: 0;
}
input[type="date"] {
  position: relative;
  padding-left: 10px;
  width: calc(100% + 38px + 10px);
  height: 100%;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  width: 100%;
  height: 38px;
  background: rgba(255, 0, 0, 0.0);
  color: transparent;
  cursor: pointer;
  outline: none;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0;
  top: 0;
  margin: 3px 0;
}
.checkBox label {
  position: relative;
  display: inline-block;
}
.checkBox label span {
  display: inline-block;
  margin-left: 35px;
  text-indent: -35px;
  position: relative;
}
.checkBox label span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #9e9e9e;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
}
input[type="checkbox"]:checked + span::before {
  background: #81b7ec;
}
input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 10px;
  left: -25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}
::placeholder {
    color: #bebebe;
}
.textType {
  border: 1px solid #9e9e9e;
}
input[type="text"] {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  min-height: 38px;
  font-size: 16px;
  padding: 0 10px;
}

.select + .textType,
.textType + .textType {
margin-top: 20px;
}

.textType_Box:not(:first-child) .text_h,
.textType_Box:not(:first-child) .textType {
    margin-top: 20px;
}
.textarea {
  border: 1px solid #9e9e9e;
}
textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.select {
  border: 1px solid #9e9e9e;
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
}
.select::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.select select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0 20px 0 10px;
  width: 100%;
  height: 38px;
  color: #333;
}


@media print, screen and (min-width:768px) {
#formWrap {
    width: 96%;
}
.formTable dl{
  display: flex;
  flex-wrap: wrap;
}
.formTable dt {
  width:30%;
  padding: 30px 50px 30px 20px;
  border-bottom: 1px solid #ebebeb;
}
.formTable dd {
  width:70%;
  padding: 30px 20px;
}
.must {
  position: absolute;
  top: 30px;
  right: 0;
}
.textType_Box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.textType_Box .text_h {
    width: 25%;
}
.textType_Box .textType {
    width: 75%;
}
.textType_Box:not(:first-child) .text_h, .textType_Box:not(:first-child) .textType {
    margin-top: 20px;
}
.select {
    width: 70%;
}
.menuBox.row3 {
    display: flex;
    flex-wrap: wrap;
}
.menuBox.row3 p {
    width: calc(100% / 3);
    margin-bottom: 15px;
}
}


/*-  その他 -------------------------------------*/
.other {
    margin-top: 20px;
}
.other p {
    margin-bottom: 10px;
}
.privacy {
    margin: 20px 10px;
}
.policy {
    margin-bottom: 10px;
}
.btnBottom {
  margin: 40px auto;
}
.btnBottom .btn {
  width: 240px;
  border: 1px solid #707070;
  background: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.btnBottom .btn a :hover{
  background: #81b7ec;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
}
.btn + .btn {
  margin-top: 20px;
}
.text_tel {
    max-width: 600px;
    text-align: center;
    background: #7080901c;
    padding: 11px;
    margin-bottom: 60px;
}
.text_tel .tel_ttl {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.text_tel p:not(:last-child) {
    margin-bottom: 10px;
}
.text_tel .tel {
    font-size: 38px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.text_tel .tel::before {
    content: "";
    background: url(../img/tel.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin-right: 10px;
}




@media print, screen and (min-width:768px) {
.btnBottom{
  text-align: center;
  display: flex;
  justify-content: center;
}
.btnBottom .btn {
    margin: 0;
}
.btn + .btn {
  margin-left: 20px;
}
.other p {
    font-size: 14px;
}
.textBottom {
    display: flex;
    justify-content: center;
}
  .text_tel p:last-child {
    font-size: 14px;
  }
}


