.txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18469D;
  gap: 1.0416666667vw;
  transition: 0.5s;
  width: 12.34375vw;
  height: 3.6458333333vw;
  border: solid 1px #18469D;
  border-radius: 70px;
  margin-top: 5vw;
}
.txt-a svg {
  width: 0.9375vw;
  height: 0.3645833333vw;
  display: flex;
}
.txt-a svg path {
  transition: 0.5s;
}
.txt-a:hover {
  background: #18469D;
  color: #ffffff;
}
.txt-a:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  .txt-a {
    gap: 5px;
    width: 170px;
    height: 55px;
    border-radius: 55px;
    font-size: 14px;
    gap: 15px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .txt-a svg {
    width: 15px;
    height: 7px;
  }
  .txt-a:hover {
    color: #18469D;
    gap: 1.5vw;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
/* section#lead_area .img-box {
  height: 20vw;
}
section#lead_area .img-box img {
  -o-object-position: top;
     object-position: top;
}
section#lead_area .txt-box {
  padding-top: 4vw;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section#lead_area .img-box {
    height: 65vw;
  }
} */
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding-bottom: 7.8125vw;
}
section#single01 .txt-d {
  color: #ffffff;
  padding: 0.3vw 0;
  background: #18469D;
  width: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5vw;
  line-height: 1;
  border-radius: 0.3vw;
}
section#single01 .txt-h2 {
  border-bottom: solid 1.5px #18469D;
  padding-bottom: 2.125vw;
  margin-bottom: 2.125vw;
}
section#single01 .textarea p {
  font-size: 0.85vw;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-bottom: 60px;
  }
  section#single01 .txt-d {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100px;
    padding: 5px 0;
    border-radius: 5px;
  }
  section#single01 .txt-h2 {
    font-size: 18px;
    line-height: 1.2em;
    border-bottom: solid 1px #18469D;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  section#single01 .textarea p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=single.css.map */