@charset "UTF-8";
ul li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

main {
  font-size: 16px;
}

h1,
h2,
p {
  line-height: 1.8em;
}

th,
td {
  letter-spacing: 0.1em;
}

h1 {
  font-size: 2.5em;
  font-weight: 700;
  border-left: 0.1em solid #082497;
  padding-left: 0.5em;
  margin: 1em 0;
}

p {
  font-size: 1em;
}

a {
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}

.complete-container {
  width: 100%;
  text-align: center;
}

.complete-layout {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.inquiry-area {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.contact-container {
  width: 100%;
}

.main-item {
  margin-bottom: 2em;
}
.main-item p {
  margin: 0;
}

.error {
  color: #FF1A00;
  font-weight: 700;
}

.must {
  border-block: solid 1px currentColor;
  font-size: 0.8125rem;
  padding: 0.0625rem 0.25rem;
  line-height: 1.2;
}

.must {
  color: #FF1A00;
}

.contact-description {
  font-size: 0.8em;
  padding: 0.25em;
}

.contact-lavel {
  color: #03D8C4;
}

.contact-block {
  width: 100%;
  margin: 0.2em;
}
.contact-block > dd {
  margin-inline-start: 0;
}
.contact-block dt {
  display: flex;
  gap: 0.4em;
  margin: 0.5rem 0;
}

.form-layout {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0;
  border: solid 2px #9CCB10;
  border-radius: 3px;
}

.btn_blu,
.fix_btn,
.btn_blu_submit {
  display: flex;
  justify-content: center;
  gap: 1em;
  width: 100%;
  max-width: 16em;
  padding: 1em 2em;
  font-weight: 700;
  border-radius: 50vh;
}

.page_back {
  width: 100%;
  max-width: 16em;
}

.btn_blu {
  border: solid 0.15em #FF1A00;
  color: #FF1A00;
  background-color: #fff;
}

.btn_blu:hover {
  background-color: #FF1A00;
  color: #FFF;
  border: solid 0.15em #FF1A00;
}

.btn_blu_submit {
  border: solid 0.15em #FF1A00;
  color: #FF1A00;
  background-color: #fff;
  margin: 0;
}

.btn_blu_submit:hover {
  background-color: #FF1A00;
  color: #FFF;
  border: solid 0.15em #FF1A00;
}

.fix_btn {
  border: solid 0.15em #000;
  color: #333;
  background-color: #fff;
  height: auto;
}

.fix_btn:hover {
  background-color: #000;
  color: #FFF;
  border: solid 0.15em #000;
}

.btn_blu-area {
  display: flex;
  justify-content: center;
  gap: 3em;
}

.btn-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.btn {
  display: inline-block;
  width: 100%;
  margin-top: 3.125em;
  max-width: 10em;
  /* ボタン幅 */
  border: 2px solid #082497;
  /* 線幅・種類・色 */
  background: #fff;
  /* 背景色 */
  padding: 1em 2em;
  font-weight: bold;
  /* 文字の太さ */
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.btn a {
  color: #082497;
}

/* マウスオーバーした際のデザイン */
.btn:hover {
  color: #fff;
  /* 文字色 */
  background: #082497;
  /* 背景色 */
}
.btn:hover a {
  color: #fff;
}

footer {
  background-color: #FFF0D0;
  margin-top: 6.25em;
  display: flex;
  justify-content: space-around;
  gap: 5em;
  padding: 2em;
}
footer p,
footer h3 {
  margin: 0;
  padding: 0;
}

.address,
.tel {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.1em;
}
.address dd,
.tel dd {
  margin: 0%;
}
.address dt,
.tel dt {
  font-weight: 700;
}

.fot-item {
  display: flex;
  gap: 0 2em;
}

/* ///////////////////// */
/* メディアクエリスマホデザイン */
/* ///////////////////// */
@media screen and (max-width: 540px) {
  h1 {
    font-size: 1.875em;
  }
  h2 {
    font-size: 1.25em;
  }
  .inquiry-area {
    width: 90%;
  }
  .form-layout {
    width: 100%;
  }
  .contact-lavel,
  .must {
    border-block: none;
  }
  .contact-block dt {
    display: flex;
    flex-direction: column;
  }
  footer {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .co,
  .fot-item {
    flex-direction: column;
    justify-content: center;
  }
  .btn {
    margin-bottom: 2em;
  }
  .btn_blu-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=contact.css.map */