@charset "UTF-8";
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding: 7.8125vw 0;
}
section#single01 .txt-d {
  color: #04934E;
}
section#single01 .txt-h2 {
  border-bottom: solid 0.15625vw #D5D5D5;
  padding-bottom: 3.125vw;
  margin-bottom: 3.125vw;
}
section#single01 .textarea p {
  font-size: 1.05vw;
}
section#single01 .textarea img {
  width: initial;
  height: initial;
}
section#single01 .txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20vw;
  height: 4vw;
  font-size: 1.05vw;
  box-sizing: border-box;
  border: solid 2px #04934E;
  color: #04934E;
  background: #ffffff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  border-radius: 0;
  margin-top: 3vw;
  cursor: pointer;
  pointer-events: painted;
  transition: 0.5s;
  gap: 1vw;
}
section#single01 .txt-a svg {
  display: flex;
  width: 1.2vw;
  height: 1vw;
}
section#single01 .txt-a svg path {
  fill: #04934E;
}
section#single01 .txt-a:hover {
  background: #04934E;
  color: #ffffff;
}
section#single01 .txt-a:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  section#single01 .txt-d {
    font-size: 12px;
    margin-bottom: 10px;
  }
  section#single01 .txt-h2 {
    font-size: 16px;
    line-height: 1.2em;
    border-bottom: solid 1px #D5D5D5;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section#single01 .textarea p {
    font-size: 14px;
  }
  section#single01 .txt-a {
    max-width: 350px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin-top: 70px;
    gap: 10px;
    transition: 0.5s;
  }
  section#single01 .txt-a svg {
    width: 16px;
    height: 8px;
  }
}
/*# sourceMappingURL=single.css.map */