@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.page-form .errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -0.9em;
}

.page-form .formError {
  padding-bottom: 13px;
  display: block;
}

.page-form .fixed {
  padding-bottom: 0px;
}

.page-form .formError .formErrorClose {
  border: solid #252525 2px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  color: #efefef;
  background: #333;
  font-weight: bold;
  text-align: center;
  line-height: middle;
  cursor: pointer;
  z-index: 2;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 1px -1px 3px #888;
}

.page-form .formError .formErrorClose:hover {
  background: #666;
}

.page-form .fixed .formErrorClose {
  display: none;
}

.page-form .formError .formErrorContent {
  padding: 6px 10px;
  position: relative;
  color: #f00;
  background: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  margin: 0 0;
  z-index: 1;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #BBB;
}

.page-form .fixed .formErrorContent {
  margin-top: 0.5em;
  background: #f60;
  margin: 0 0 30px 0;
  border-radius: none;
  box-shadow: none;
}

.page-form .fadeOut {
  opacity: 0.2;
}

.page-form .hid_url {
  display: none;
}

.page-form .tableContact {
  width: 100%;
  text-align: left;
}

.page-form .tableContact tr:first-child td:before {
  border-top: solid 1px #DDDDDD;
}

@media (min-width: 768px) {
  .page-form .tableContact tr:last-child th {
    vertical-align: top;
    padding-top: 27px;
  }
}

.page-form .tableContact tr:last-child th:before {
  display: none;
}

@media (max-width: 767px) {
  .page-form .tableContact tr:last-child td {
    border-bottom: solid 1px #DDDDDD !important;
  }
}

.page-form .tableContact th {
  width: 300px;
  vertical-align: middle;
  background: #E7EBF5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .page-form .tableContact th {
    display: block;
    width: 100%;
    padding: 15px 24px;
  }
}

.page-form .tableContact th:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #fff;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-form .tableContact th:before {
    display: none;
  }
}

.page-form .tableContact td {
  width: calc(100% - 300px);
  border-left: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 20px 30px;
  position: relative;
  letter-spacing: .7px;
}

@media (max-width: 767px) {
  .page-form .tableContact td {
    display: block;
    width: 100%;
    padding: 20px 24px !important;
  }
}

.page-form .tableContact td:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: solid 1px #DDDDDD;
  border-left: 0;
  border-top: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-form .tableContact td:before {
    border-top: 0 !important;
    border-left: solid 1px #DDDDDD;
    border-bottom: 0;
  }
}

.page-form .tableContact textarea,
.page-form .tableContact input[type="text"],
.page-form .tableContact input[type="email"],
.page-form .tableContact input[type="number"],
.page-form .tableContact input[type="url"] {
  width: 320px;
  height: 40px;
  padding: 0 10px;
  border: #DDDDDD solid 1px;
  border-radius: 5px;
  background: #FAFAFA;
}

@media (max-width: 767px) {
  .page-form .tableContact textarea,
  .page-form .tableContact input[type="text"],
  .page-form .tableContact input[type="email"],
  .page-form .tableContact input[type="number"],
  .page-form .tableContact input[type="url"] {
    width: 100%;
    height: 48px;
  }
}

.page-form .tableContact input[type="email"] {
  width: 100%;
}

.page-form .tableContact textarea {
  width: 100%;
}

.page-form .tableContact textarea {
  display: block;
  padding: 10px;
  height: 120px;
  border: #DDDDDD solid 1px;
  border-radius: 5px;
  background: #FAFAFA;
  resize: vertical;
}

@media (max-width: 767px) {
  .page-form .tableContact textarea {
    height: 180px;
  }
}

.page-form .tableContact .list-select {
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .page-form .tableContact .list-select {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-form .tableContact .list-select {
    width: 100%;
  }
}

.page-form .tableContact .list-select:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media (max-width: 767px) {
  .page-form .tableContact .list-select:before {
    right: 21px;
  }
}

.page-form .tableContact select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #DDDDDD;
  padding: 10px 19px;
  width: 320px;
  height: 40px;
  background: #FAFAFA;
  border-radius: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .7px;
}

@media (max-width: 767px) {
  .page-form .tableContact select {
    width: 100%;
    height: 48px;
  }
}

.page-form .tableContact .short-input {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .page-form .tableContact .short-input {
    margin-bottom: 10px;
  }
  .page-form .tableContact .short-input:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page-form .tableContact .short-input {
    display: block;
    margin-right: 0;
    margin-bottom: 17px;
  }
  .page-form .tableContact .short-input:last-child {
    margin-bottom: 0;
  }
}

.page-form .tableContact .short-input:last-child {
  margin-right: 0;
}

.page-form .tableContact .short-input label {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .page-form .tableContact .short-input label {
    margin-right: 0;
    width: 27px;
  }
}

.page-form .tableContact .short-input input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  width: 280px;
}

@media (max-width: 767px) {
  .page-form .tableContact .short-input input[type="text"] {
    width: calc(100% - 32px);
  }
}

.page-form .tableContact button {
  height: 60px;
  margin: 20px auto;
  padding: 0 100px;
  background: #eee;
}

.page-form .tableContact em {
  color: #fb2a2a;
  font-style: normal;
}

@media (max-width: 767px) {
  .page-form.form-confirm .sec-contact {
    padding-top: 63px;
  }
}

@media (min-width: 768px) {
  .page-form.form-confirm .sec-contact .content-sec .img-step {
    margin-bottom: 51px;
  }
}

@media (max-width: 767px) {
  .page-form.form-confirm .sec-contact .content-sec .img-step {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .page-form.form-confirm .tableContact {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .page-form.form-confirm .tableContact td {
    padding: 28px 30px;
  }
}

@media (max-width: 767px) {
  .page-form.form-confirm .tableContact td {
    padding: 16px 24px 19px !important;
  }
}

@media (min-width: 768px) {
  .page-form.form-confirm .box-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
}

.page-form.form-thanks .thanks-main {
  text-align: center;
  padding: 120px 24px 80px;
}

@media (max-width: 767px) {
  .page-form.form-thanks .thanks-main {
    padding-top: 63px;
    padding-bottom: 0;
  }
}

.page-form.form-thanks .thanks-main__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 43px;
  color: #13429B;
}

@media (max-width: 767px) {
  .page-form.form-thanks .thanks-main__ttl {
    margin-top: 42px;
    line-height: 38px;
    letter-spacing: 0.04em;
  }
}

.page-form.form-thanks .thanks-main__txt {
  margin-top: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  line-height: 28px;
}

@media (max-width: 767px) {
  .page-form.form-thanks .thanks-main__txt {
    margin-top: 20px;
  }
}

.page-form.form-thanks .thanks-main__back {
  margin-top: 47px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .page-form.form-thanks .thanks-main__back {
    margin-top: 40px;
  }
}

.page-form.form-thanks .thanks-main__back a {
  display: block;
  width: 276px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  color: #fff;
  background: #13429B;
  border-radius: 30px;
  border: solid 1px #13429B;
  transition: all .3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-form.form-thanks .thanks-main__back a {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .page-form.form-thanks .thanks-main__back a:hover {
    opacity: 1;
    background: #fff;
    color: #13429B;
  }
  .page-form.form-thanks .thanks-main__back a:hover:before {
    opacity: 0;
  }
}
