html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: #2a251e;
  letter-spacing: 0.05em;
  background-color: #f2e6c8;
}

section {
  background-color: #fff;
  margin: 40px auto;
}
@media (max-width: 767px) {
  section {
    margin: 20px auto;
  }
}

p {
  margin-bottom: 12px;
}

strong {
  color: #e04a01;
  font-weight: bold;
}

a {
  color: #b98a4d;
  text-decoration: underline;
}
a:hover {
  color: #b98a4d;
  text-decoration: none;
  opacity: 0.8;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul.list-icon > li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 8px;
}
ul.list-icon span {
  position: absolute;
  left: 0;
  top: 0;
}

h1 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 8px;
  background-color: #d4b387;
  border-top: 4px solid #b59d7e;
  border-bottom: 4px solid #b59d7e;
}

h2 {
  margin-top: 32px;
  margin-bottom: 20px;
  color: #b98a4d;
  position: relative;
  font-size: 16px;
  padding: 4px 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-bottom: 8px;
}
h2:before, h2:after {
  content: "";
  background-color: #d3c4b2;
  display: block;
  width: 100%;
  position: absolute;
}
h2:before {
  height: 4px;
  bottom: 0;
}
h2:after {
  height: 1px;
  bottom: -4px;
}

h3 {
  color: #b98a4d;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}

form {
  padding: 20px;
}
form .asterisk {
  color: #e04a01;
  font-weight: bold;
}
form input,
form select {
  margin: 8px 4px 12px 4px;
  color: #2a251e;
  max-width: 100%;
}

.form-border {
  border: 4px double #b59d7e;
}
.form-border .panel {
  background-color: rgba(181, 157, 126, 0.1);
}
.form-border .submit-checkbox {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .form-border .submit-checkbox {
    font-size: 16px;
  }
}
.form-border .submit-checkbox input#check-enable {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.form-border .submit-checkbox input#check-enable:checked + label + p input[type=submit] {
  background-color: #b98a4d;
  font-weight: bold;
  pointer-events: auto;
}
.form-border .submit-checkbox input[type=submit] {
  display: block;
  width: 400px;
  margin: 20px auto;
  max-width: 100%;
  background-color: #ddd;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px;
  font-size: 18px;
  pointer-events: none;
}

.section-qa dl {
  border: 1px solid #d4b387;
  border-radius: 4px;
}
.section-qa dl.qa-close {
  background: url("/img/usr/qa/icon_plus.png") right 16px top 16px no-repeat;
}
.section-qa dl.qa-open {
  background: url("/img/usr/qa/icon_minus.png") right 16px top 16px no-repeat;
}
.section-qa dl dt,
.section-qa dl dd {
  position: relative;
}
.section-qa dl dt:before,
.section-qa dl dd:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.section-qa dl dt {
  padding: 16px 36px 16px 52px;
}
.section-qa dl dt:before {
  top: 8px;
  left: 12px;
  content: "Q";
  background-color: #b98a4d;
}
.section-qa dl dt:hover {
  cursor: pointer;
}
.section-qa dl dd {
  border-top: 1px solid #d4b387;
  padding-top: 16px;
  padding-left: 52px;
  padding-right: 20px;
}
.section-qa dl dd:before {
  top: 8px;
  left: 12px;
  content: "A";
  background-color: #d4b387;
}

.btn,
.btn:link,
.btn:active,
.btn:visited {
  background-color: #55514b;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  min-height: 44px;
  border: #e9e3d9 4px solid;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
}
.btn:after,
.btn:link:after,
.btn:active:after,
.btn:visited:after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background: url("/img/usr/common/icon-arrow-01.png") center center no-repeat;
  background-size: contain;
  display: block;
  margin-left: 8px;
}
.btn img,
.btn:link img,
.btn:active img,
.btn:visited img {
  display: block;
  margin: 0 4px;
}

header {
  color: #b98a4d;
  text-align: center;
  padding: 40px 12px;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  header {
    padding: 12px;
  }
}
header a {
  text-decoration: none;
}
@media (max-width: 767px) {
  header img {
    max-width: 20vw;
  }
}

footer {
  background-color: #2a251e;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px;
}

/*お問い合わせフォーム  202403 */
.form-border {
  border: none;
}

.form-border a.form-btn, .form-border a.form-btn:link, .form-border a.form-btn.form-borde a.form-btn:active, .form-border a.form-btn:visited {
  background-color: #e04a01;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
}
