/* 蜈ｱ騾� */
.txt-c {
  text-align: center;
}
/*********************************
お問合わせ	
*********************************/
.wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.f-blue {
  color: #02008B;
}
.sec-sub-tit {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}
.head-pt {
  padding-top: 90px;
}
.tit-bottom-txt {
  text-align: center;
  margin: 40px 0 80px;
}
.tit-bottom-txt p {
  display: inline-block;
  text-align: left;
}
.f-red {
  color: #FF346B;
}
.f-label {
  color: #02008B;
  font-weight: 500;
  font-size: 24px;
}
.txt_required {
  color: #FF346B;
  font-size: 17px;
  position: relative;
  bottom: 5px;
  left: 3px;
}
.txt-box {
  width: 100%;
  height: 60px;
  background-color: #F2F6F7;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #02008B;
  box-sizing: border-box;
  margin-top: 7px;
}
.txt-box:focus {
  outline:solid 1px #015a9d;
} 
.form-box {
  width: 100%;
  background-color: #F2F6F7;
  font-size: 16px;
  padding: 10px 10px;
  box-sizing: border-box;
  margin-top: 7px;
}
.text-area-box {
  margin-bottom: 40px;
}
.check-box {
  margin: 10px 0 0 15px;
}
.check-label {
  margin-right: 2em;
  display: inline-block;
  cursor: pointer;
  font-size: 19px;
}
input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 12px 0 0;
}
form {
  max-width: 1000px;
  margin: 0 auto;
}
.term-service {
  text-align: center;
  margin: 30px 0 25px;
}
.term-service a {
  color: #02008B;
}
.btn-submit {
  width: 450px;
  height: 70px;
  background-color: #02008B;
  color: #fff;
  font-size: 21px;
  border: none;
  margin: 0rem auto 50px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-submit:after {
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 800ms;
}
.btn-submit:hover {
  transition: background ease 200ms;
  cursor: pointer;
  background-color: #024d85;
}
.btn-submit:hover::after {
  right:0.9rem;
}
.tex-c {
  text-align: center;
}
.error-code {
  color: #FF346B;
  font-size: 14px;
  padding-top: 5px;
}
@media screen and (max-width: 520px) {
  .wrap {
    margin: 0 20px;
  }
  .sec-sub-tit {
    font-size: 24px;
  }
  .btn-submit {
    width: 100%;
  }
  .tit-bottom-txt {
    margin: 1.8rem 0 1.8rem;    
  }
  .tit-bottom-txt p {
    font-size: 14px;
    margin: 0;
  }
  .f-label {
    font-size: 15px;
  }
  .txt-box {
    height: 52px;
  }
  .txt_required {
    bottom: 0px;
    left: 1px;
  }
  .check-label {
    font-size: 15px;
  }
  .check-label+.check-label {
    margin: 5px 0;
  }
  .check-box {
    display: flex;
    flex-flow: column;
  }


}
/*********************************
お問合わせ_サンクス	
*********************************/
.thk-txt-box {
  margin: 50px 0 20vh;
}
.thk-tit {
    font-size: 23px;
    font-weight: bold;
}
.thk-txt {
  display: inline-block;
  text-align: left;
}
.thk-img {
  margin: 50px 0 0;
}
.head-border {
  margin: 58px auto 0 !important;
}

@media screen and (max-width: 520px) {
  .head-border {
    margin: 0 auto !important;
  }
  .thk-img {
    margin: 20px 0 0;
  }
  .thk-img img {
    width: 200px;
  }
}