@charset "UTF-8";
.line-linkbtn a {
  background-color: #00c300;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
.line-linkbtn a::after {
  content: "";
  position: absolute;
  background: url(../../common/img/main_new/icon_line.png) no-repeat;
  top: 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .line-linkbtn a {
    width: 320px;
    padding: 18px 0;
    border-radius: 12px;
    font-size: 16px;
  }
  .line-linkbtn a::after {
    width: 60px;
    height: 60px;
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .line-linkbtn a {
    width: 100%;
    padding: 18px 0;
    border-radius: 12px;
    font-size: 20px;
  }
  .line-linkbtn a::after {
    width: 60px;
    height: 60px;
    top: 3px;
    left: 0px;
  }
}