@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/*----------------------------------------
サイト共通 スタイルシート
----------------------------------------*/
/* 下層ページ共通ヘッダー
---------------------------------------------- */
main {
  padding-top: 80px;
  font-family: メイリオ, meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
}
@media screen and (max-width: 730px) {
  main {
    padding-top: 70px;
  }
}

body {
  max-width: unset;
}

td, th {
  font-family: メイリオ, meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
}

.headerMenu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.1019607843);
          box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.1019607843);
  margin: unset;
}
@media screen and (max-width: 730px) {
  .headerMenu {
    height: 70px;
  }
}
.headerMenu .inner {
  max-width: 1306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
}
@media screen and (max-width: 730px) {
  .headerMenu .inner {
    width: 100%;
    height: 70px;
    padding: 0 0 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.headerMenu .inner .headerLogo {
  display: block;
}
.headerMenu .inner nav {
  display: block;
  width: 100%;
  max-width: 730px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 730px) {
  .headerMenu .inner nav {
    display: none;
  }
}
@media screen and (min-width: 730px) {
  .headerMenu .inner nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.headerMenu .inner nav > ul li a {
  color: #003670;
  font-size: 1.06em;
  font-weight: bold;
}

/* 下層ページ共通
---------------------------------------------- */
main .content {
  border-bottom: 1px solid #999;
}

.pageCover {
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #0065a9;
}
@media screen and (max-width: 730px) {
  .pageCover {
    height: 70px;
  }
}
.pageCover h1 {
  max-width: 960px;
  margin: 0 auto;
  font-size: 2em;
  line-height: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 730px) {
  .pageCover h1 {
    line-height: 70px;
    font-size: clamp(1.3125rem, 0.9823943662rem + 1.4084507042vw, 1.625rem);
  }
}

.limit {
  display: block;
  max-width: 940px;
  padding: 40px 20px 96px;
  margin: 0 auto;
  overflow: hidden;
}

p {
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 15px;
}

/* ボタン
---------------------------------------------- */
a {
  text-decoration: none;
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 730px) {
  .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.basicBtn {
  display: inline-block;
  border: 1px solid #222;
  font-size: 1.285em;
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500;
  line-height: normal;
}

.previousBtn {
  background-color: #ddd;
  color: #222;
}
.previousBtn:hover {
  background-color: #efefef;
}

.btn01 {
  background-color: #0065a9;
  color: #fff !important;
}
.btn01:hover {
  background-color: #0083dc;
}

/* フォーム
---------------------------------------------- */
.required {
  font-size: 15px;
}

form.inquiry dt {
  font-size: 16px;
  line-height: 2em;
}
form.inquiry dd {
  margin-bottom: 20px;
}
form.inquiry dd input[type=text],
form.inquiry dd input[type=number],
form.inquiry dd input[type=tel],
form.inquiry dd input[type=email],
form.inquiry dd textarea {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  outline: none;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
form.inquiry dd select {
  padding: 10px;
}
form.inquiry dd label.error {
  display: none;
  color: #f00;
  cursor: unset;
}
form.inquiry table {
  margin-bottom: 2em;
}
form.inquiry table tr td {
  padding-left: 1rem;
}

/* 確認画面
---------------------------------------------- */
#inquiryForm th {
  width: 20%;
  padding-bottom: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 730px) {
  #inquiryForm th {
    width: 32%;
  }
}/*# sourceMappingURL=inquiry.css.map */