@charset "UTF-8";
section#lead .inner {
  margin: 0;
}

/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding-top: 7.8125vw;
}
section#single01 .txt-d {
  color: #005EB7;
}
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 .txt-a {
  width: 23.1770833333vw;
  height: 4.6875vw;
  box-sizing: border-box;
  border: solid 2px #005EB7;
  color: #005EB7;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 9.375vw;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#single01 .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
}
section#single01 .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#single01 .txt-a .arrow svg path {
  fill: #ffffff;
}
section#single01 .txt-a:hover {
  background: #005EB7;
  color: #ffffff;
}
section#single01 .txt-a:hover .arrow {
  background: #ffffff;
}
section#single01 .txt-a:hover .arrow svg path {
  fill: #005EB7;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 50px;
  }
  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 {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin-top: 100px;
    gap: 10px;
    transition: 0.5s;
  }
  section#single01 .txt-a .arrow {
    width: 16px;
    height: 16px;
    border-radius: 30px;
    margin-top: 0;
  }
  section#single01 .txt-a .arrow svg {
    width: 4px;
    height: 7px;
  }
}
/*# sourceMappingURL=single.css.map */