.line {
  border: 1px solid #4fa849;
  padding: 35px 10px;
  margin: 80px auto;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  justify-content: center;
  justify-items: center;
  gap: 20px;
}
@media only screen and (max-width:767px) {
  .line {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .line {
    margin: 40px auto;
    padding: 20px 10px;
  }
}
.line__text {
  font-size: 21px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .line__text {
    font-size: 18px;
  }
}
.line__btn, .line__btn--02, .line__btn--01 {
  max-width: 436px;
  width: 100%;
  display: block;
  background-color: #4fa849;
  color: #fff;
  border: none;
  padding: 20px;
  font-size: 21px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}
.line__btn:hover, .line__btn--02:hover, .line__btn--01:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media only screen and (max-width:767px) {
  .line__btn, .line__btn--02, .line__btn--01 {
    width: 80%;
  }
}
.line__btn--01 {
  width: 100%;
  max-width: 360px;
}
.line__btn--02 {
  background-color: #004aa8;
  width: 100%;
  max-width: 360px;
}

.trial {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media only screen and (max-width:767px) {
  .trial {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
.trial__box {
  position: relative;
  padding: 50px 10px;
  text-align: center;
  display: grid;
  overflow: hidden;
  background: url("../img/howto_bg02.jpg") repeat center center;
  filter: blur(0);
}
.trial__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width:767px) {
  .trial__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
.trial__title {
  font-size: 20px;
  text-align: center;
  color: #004aa8;
  font-weight: 700;
}
.trial__text {
  font-size: 20px;
  font-weight: 500;
}
.trial__text--02 {
  font-size: 15px;
  font-weight: 500;
}
.trial__list {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width:767px) {
  .trial__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
}
.trial__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.table__item {
  width: 50%;
}
.table__flex {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
@media only screen and (max-width:767px) {
  .table__flex {
    gap: 10px;
  }
}

.titile--sub {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .titile--sub {
    font-size: 16px;
  }
}/*# sourceMappingURL=app.css.map */