@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #FFF;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

#newHeader {
  padding: 0 10px;
}
#newHeader .header_inquiry {
  max-width: 1440px;
  padding: 10px 0;
  margin: auto;
}
#newHeader .header_inquiry .logo {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  #newHeader .header_inquiry {
    padding: 12px 0;
  }
  #newHeader .header_inquiry .logo {
    width: 200px;
  }
  #newHeader .header_inquiry .logo img {
    width: 100%;
  }
}

#content {
  max-width: 900px;
}
#content .pageTitleB01 {
  margin: 0;
  color: #003557;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#content .pageTitleB01 + p {
  text-align: center;
  margin: 24px 0;
}
@media screen and (max-width: 820px) {
  #content .pageTitleB01 {
    font-size: 24px;
  }
}
#content.confirm .pageTitleB01, #content.thanks .pageTitleB01 {
  margin-bottom: 24px;
}
#content.thanks #mainContent {
  padding: 100px 40px;
}
#content.thanks p {
  margin: 64px 0 40px;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  #content.thanks #mainContent {
    padding: 40px 10px 64px;
  }
}

#mainContent {
  float: none;
  width: 100%;
  padding: 40px 40px 100px;
}
#mainContent .usGeneTbl {
  border: none;
}
#mainContent .usGeneTbl th, #mainContent .usGeneTbl td {
  padding: 20px;
  border: none;
  border-top: solid 1px #b8b8b8;
  vertical-align: middle;
}
#mainContent .usGeneTbl th {
  width: 225px;
  background: #f5f5f5;
  color: #333;
}
#mainContent .usGeneTbl td {
  font-size: 14px;
}
#mainContent .usGeneTbl td > input, #mainContent .usGeneTbl td .awesomplete input, #mainContent .usGeneTbl td > select, #mainContent .usGeneTbl td #ctrlstart_day select, #mainContent .usGeneTbl td #ctrlwindow select, #mainContent .usGeneTbl td > textarea {
  padding: 0.5em;
  height: 34px;
  border-radius: 2px;
  border: solid 1px #777;
  font-size: 14px;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}
#mainContent .usGeneTbl td > textarea {
  height: 100px;
}
#mainContent .usGeneTbl td.name input {
  width: 200px;
}
#mainContent .usGeneTbl td.email input {
  width: 335px;
}
#mainContent .usGeneTbl td ul li {
  line-height: 1.5;
}
#mainContent .usGeneTbl td ul + input {
  margin: 2px 0 0 16px;
}
#mainContent .usGeneTbl tr:last-of-type th, #mainContent .usGeneTbl tr:last-of-type td {
  border-bottom: solid 1px #b8b8b8;
}
#mainContent .usGeneTbl .necessaryA01 {
  display: inline-block;
  padding: 4px 10px;
  background: #BB1F1F;
  color: #fff;
  font-size: 12px;
}
#mainContent .sectionLv02 {
  padding: 0;
}
@media screen and (max-width: 820px) {
  #mainContent {
    padding: 40px 10px 64px;
  }
  #mainContent .usGeneTbl th, #mainContent .usGeneTbl td {
    display: block;
  }
  #mainContent .usGeneTbl th {
    width: 100%;
    padding: 20px 16px;
    border: none;
  }
  #mainContent .usGeneTbl td {
    padding: 12px 10px 32px;
    border: none;
  }
  #mainContent .usGeneTbl td.name input {
    width: 100%;
  }
  #mainContent .usGeneTbl td.name input:first-of-type {
    margin-bottom: 5px;
  }
  #mainContent .usGeneTbl td.email input {
    width: 100%;
  }
  #mainContent .usGeneTbl td input {
    height: auto;
  }
  #mainContent .usGeneTbl td > input, #mainContent .usGeneTbl td .awesomplete input {
    height: 34px;
  }
  #mainContent .usGeneTbl td ul + input {
    width: 240px;
  }
  #mainContent .usGeneTbl tr:last-of-type th, #mainContent .usGeneTbl tr:last-of-type td {
    border: none;
  }
}

.Caution {
  margin: 40px 0;
  padding: 30px;
  border: solid 2px #b8b8b8;
  font-size: 14px;
  line-height: 1.7;
}
.Caution h3 {
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .Caution {
    padding: 16px;
  }
}

.formBtnA01 li {
  position: relative;
  width: 540px;
  margin: 24px auto 0;
}
.formBtnA01 li #submitBtn {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #D01D32;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.formBtnA01 li #submitBtn:hover {
  background: #880c1b;
  text-decoration: none;
}
.formBtnA01 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .formBtnA01 li {
    width: 100%;
  }
  .formBtnA01 li #submitBtn {
    padding: 14px 0;
  }
}

.confirm .formBtnA01 {
  display: flex;
  gap: 24px;
  width: auto;
  margin-top: 40px;
}
.confirm .formBtnA01 li {
  position: relative;
  width: 540px;
  margin: 24px auto 0;
}
.confirm .formBtnA01 li a {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #D01D32;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.confirm .formBtnA01 li a:hover {
  background: #880c1b;
  text-decoration: none;
}
.confirm .formBtnA01 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.confirm .formBtnA01 li:nth-of-type(1)::after {
  right: unset;
  left: 20px;
  border-left: none;
  border-right: solid 6px #fff;
}
@media screen and (max-width: 820px) {
  .confirm .formBtnA01 {
    gap: 16px;
  }
  .confirm .formBtnA01 li {
    width: 100%;
    margin: 0;
  }
  .confirm .formBtnA01 li a {
    padding: 14px 0 !important;
  }
}

.thanks .formBtnA01 li {
  position: relative;
  width: 540px;
  margin: 24px auto 0;
}
.thanks .formBtnA01 li a {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #D01D32;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.thanks .formBtnA01 li a:hover {
  background: #880c1b;
  text-decoration: none;
}
.thanks .formBtnA01 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .thanks .formBtnA01 li {
    width: 100%;
  }
  .thanks .formBtnA01 li a {
    padding: 14px 0;
  }
}

footer {
  border-top: solid 1px #000;
}
footer .inner {
  max-width: 900px;
  padding: 40px 0;
  margin: auto;
}
footer .inner .link {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
footer .inner .link ul {
  display: flex;
  margin-bottom: 48px;
}
footer .inner .link ul:nth-of-type(1) li {
  height: -moz-fit-content;
  height: fit-content;
}
footer .inner .link ul:nth-of-type(1) li:nth-of-type(1) {
  padding-right: 8px;
  border-right: solid 1px #000;
}
footer .inner .link ul:nth-of-type(1) li:nth-of-type(2) {
  padding-left: 8px;
}
footer .inner .link ul:nth-of-type(2) {
  gap: 24px;
  align-items: center;
}
footer .inner .link ul:nth-of-type(2) li {
  width: 28px;
}
footer .inner .link + p {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  footer .inner {
    padding: 40px 0 12px;
  }
  footer .inner .link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
  footer .inner .link ul {
    margin-bottom: 0;
  }
  footer .inner .link + p {
    text-align: center;
  }
}/*# sourceMappingURL=inquiry.css.map */