/* --------------------------------
 FAQ
-------------------------------- */

.faq-block + .faq-block {
  margin-top: 6em;
}

.faq-hl01 {
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: .5em;
  padding-left: 1em;
  border-bottom: 1px solid #ddd;
  font-size: 1.385em;
  letter-spacing: 0.1em;
  position: relative;
}

.faq-hl01::before {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 4px;
  height: 1em;
  background: #e60012;
  border-radius: 2px;
}

.faq-item + .faq-item {
  margin-top: 3em;
}

.faq-item dt, .faq-item dd {
  padding-top: .2em;
  padding-left: 2.75em;
  position: relative;
  line-height: 1.6;
}

.faq-item dt {
  font-weight: bold;
}

.faq-item dd {
  margin-top: 1.5em;
  margin-left: 0;
}

.faq-item dt::before, .faq-item dd::before {
  width: 2.0em;
  height: 2.0em;
  text-align: center;
  line-height: 2.0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-item dt::before {
  content: 'Q';
  background-color: #e60012;
  color: #FFF;
}

.faq-item dd::before {
  content: 'A'; 
  background-color: #eee;
  font-weight: bold;
}

.faq-item .map-box {
  width: 100%;
  max-width: 600px;
  margin: 1.5em 0;
  aspect-ratio: 16 / 9;
}

.faq-item .map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-item ol {
  padding-left: 1.5em;
}

.faq-item ol li + li {
  margin-top: .5em;
}

.faq-item ul {
  padding-left: 1em;
  list-style-type: disc;
}

.faq-item ul li + li {
  margin-top: .5em;
}

.faq-item li > ul {
  margin-top: 1em;
}

.faq-buttons {
  display: flex;
  gap: 1em;
}

.faq-button {
  border: 1px solid;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: .25em 1em;
  border-radius: 5px;
}