@media screen and (max-width:540px) {
  .line-guide h2 {
    font-size: 23px;
  }
}
.line-guide a {
  display: flex;
  background: #34ad37;
  padding: 10px 35px 10px 15px;
  gap: 10px;
  align-items: center;
  line-height: 1.3;
  font-weight: normal;
  font-size: 15px;
  color: white;
  margin: 35px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  position: relative;
}
.line-guide a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.line-guide a:hover::after {
  right: 12px;
}
.line-guide a img {
  max-width: 50px;
  width: 100%;
  margin: 0;
}
.line-guide .flex {
  margin-top: 40px;
  padding: 30px 25px;
  background: #fafafa;
  gap: 20px;
}
@media screen and (max-width:540px) {
  .line-guide .flex {
    padding: 20px 25px;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.line-guide .flex img {
  max-width: 35px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width:540px) {
  .line-guide .flex div {
    width: 100%;
  }
}
.line-guide .flex p {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width:540px) {
  .line-guide .flex p {
    margin-bottom: 15px;
  }
}
.line-guide .flex p.last {
  margin-bottom: 0;
}/*# sourceMappingURL=line.css.map */