@charset "UTF-8";
/**
 * FAQ
 */
#contents.static .section-lead {
  margin-bottom: -15px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead {
    margin-bottom: -25px;
  }
}

#contents.static .section-lead .tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .tab {
    flex-wrap: wrap;
  }
}

#contents.static .section-lead .tab li {
  width: 24%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .tab li {
    width: 49%;
    margin-bottom: 2%;
  }
}

#contents.static .section-lead .tab li a {
  display: block;
  position: relative;
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #695c21;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  background-color: #eed76f;
  opacity: 1;
  transition: all .2s;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section-lead .tab li a {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .section-lead .tab li a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  margin: 3px;
  border: 1px dashed #b39b33;
}

#contents.static .section-lead .tab li a:hover {
  opacity: .8;
}

#contents.static .section .qa {
  margin: 15px 0;
  padding: 20px;
  border: 1px solid #dfd7ca;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .section .qa {
    padding: 15px;
  }
}

#contents.static .section .q {
  position: relative;
  color: #7bb01a;
  padding: 0 0 10px 35px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dfd7ca;
}

#contents.static .section .q p {
  font-weight: bold;
}

#contents.static .section .q::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: 'Q';
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #7bb01a;
  font-size: 2.4rem;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section .q::before {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .section .a {
  position: relative;
  padding-left: 35px;
}

#contents.static .section .a::before {
  position: absolute;
  top: 3px;
  left: 2px;
  content: 'A';
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #f60;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section .a::before {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .section p {
  margin-bottom: 10px;
}

#contents.static .section p:last-of-type, #contents.static .section dl:last-of-type {
  margin-bottom: 0;
}

#contents.static .section dt {
  font-weight: normal;
  font-weight: 450;
  margin-top: 5px;
  margin-bottom: 0;
}

#contents.static .section dd {
  margin-left: 2em;
}

#contents.static .section .diary_link {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #contents.static .section .diary_link {
    text-align: left;
  }
}

#contents.static .section .related_link {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #contents.static .section .related_link {
    text-align: left;
  }
}

/*# sourceMappingURL=../map/css/style-faq.css.map */
