/*---------------------------------------------
    common
---------------------------------------------*/
.button {
  text-align: center;
}
.button a::before {
  background: #000;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  position: relative;
  width: 30px;
}

.section-ttl {
  align-items: center;
  color: #ec6300;
  display: flex;
  font-size: 2.2rem;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .section-ttl {
    font-size: 2rem;
  }
}
.section-ttl::before {
  background: #c9caca;
  content: "";
  height: 1px;
  left: -9%;
  position: absolute;
  width: 8%;
}
.section-ttl .ja {
  color: #727171;
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 24px;
}

main {
  background: #fff;
  box-shadow: 0px 0px 15px -5px #3d3d3d;
  margin: 0 auto;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 24px 5% 20px;
  position: relative;
  width: 90%;
  z-index: 99;
}

/*---------------------------------------------
    main-ttl
---------------------------------------------*/
.main-ttl {
  margin: 0 auto 24px;
  padding-top: 90px;
  width: 80%;
}
.main-ttl h1 {
  align-items: center;
  color: #231815;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
}
.main-ttl .ja {
  font-size: 1.3rem;
  font-weight: normal;
  margin-left: 30px;
}

.fixed {
  position: fixed;
  top: 30px;
  z-index: 1000;
}

/*---------------------------------------------
    contact
---------------------------------------------*/
.contact .inner {
  margin: 0 auto;
  width: 100%;
}
.contact .inner .text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .contact .inner .text {
    font-size: 1.4rem;
  }
}
.contact .inner table {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .inner table {
    width: 100%;
  }
}
.contact .inner table tr th, .contact .inner table tr td {
  display: block;
  font-size: 1.6rem;
  width: 100%;
}
.contact .inner table tr:last-child th {
  padding-top: 22px;
  vertical-align: top;
}
.contact .inner table tr th {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.contact .inner table tr th .required {
  color: #ff0000;
  font-size: 70%;
}
@media screen and (max-width: 500px) {
  .contact .inner table tr th {
    font-size: 1.4rem;
  }
}
.contact .inner table tr td {
  margin-bottom: 16px;
}
.contact .inner table tr td input[type=text], .contact .inner table tr td select, .contact .inner table tr td textarea {
  border: #efefef solid 1px;
  font-size: 1.6rem;
  padding: 12px 10px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .contact .inner table tr td input[type=text], .contact .inner table tr td select, .contact .inner table tr td textarea {
    font-size: 1.4rem;
  }
}
.contact .inner table tr td input[type=text] {
  background: #efefef;
}
.contact .inner table tr td textarea {
  background: #efefef;
  line-height: 1.4;
}
.contact .inner table tr td .select {
  position: relative;
}
.contact .inner table tr td .select select {
  background: #fff;
}
.contact .inner table tr td .select select option:first-child {
  color: #ccc;
}
.contact .inner table tr td .select select:invalid {
  color: #ccc;
}
.contact .inner .consent {
  margin-bottom: 24px;
}
.contact .inner .consent .text {
  color: #231815;
}
@media screen and (max-width: 500px) {
  .contact .inner .consent .text {
    font-size: 1.4rem;
  }
}
.contact .inner .consent .text a {
  color: #036EB8;
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .contact .inner .consent label {
    font-size: 1.4rem;
  }
}
.contact .inner .consent label span {
  position: relative;
}
.contact .inner .consent label span input {
  margin-right: 6px;
}
.contact .inner .submit, .contact .inner .btn, .contact .inner .button-wrap {
  margin: 30px auto;
  width: 240px;
}
.contact .inner .submit input, .contact .inner .submit a, .contact .inner .submit button, .contact .inner .btn input, .contact .inner .btn a, .contact .inner .btn button, .contact .inner .button-wrap input, .contact .inner .button-wrap a, .contact .inner .button-wrap button {
  background: #004fa2;
  border: none;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .inner .submit input, .contact .inner .submit a, .contact .inner .submit button, .contact .inner .btn input, .contact .inner .btn a, .contact .inner .btn button, .contact .inner .button-wrap input, .contact .inner .button-wrap a, .contact .inner .button-wrap button {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
.contact .inner .submit input[type=submit][disabled], .contact .inner .btn input[type=submit][disabled], .contact .inner .button-wrap input[type=submit][disabled] {
  cursor: default;
  opacity: 0.7;
}
.contact .inner .button-wrap {
  display: flex;
  justify-content: space-around;
  width: 84%;
}
.contact .inner .button-wrap button {
  margin: 0 10px;
  width: 230px;
}

/*---------------------------------------------
    pagetop
---------------------------------------------*/
footer {
  padding-bottom: 24px;
}

.pagetop {
  bottom: 0;
}
@media screen and (max-width: 1160px) {
  .pagetop {
    bottom: 0;
  }
}