/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.first-h3 {
  color: #00913a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .first-h3 {
    font-size: 1.6rem;
  }
}

.p-page-c-2col .first-img {
  margin-bottom: 30px;
  margin-right: 23px;
  max-width: 50%;
}
.p-page-c-2col .first-img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .p-page-c-2col .first-img {
    margin-bottom: 10px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .p-page-c-2col .first-img:last-child {
    margin-bottom: 20px;
  }
}

.first-p {
  font-size: 1.6rem;
  line-height: 1.714285714;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .first-p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.first-card {
  border: 1px solid #000;
  border-radius: 10px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}
.first-card.--green {
  margin-right: 23px;
}
@media screen and (max-width: 1024px) {
  .first-card.--green {
    margin-right: 0;
  }
}

.first-card__heading {
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 15px 20px;
}

.--green .first-card__heading {
  background-color: #00913a;
}

.--blue .first-card__heading {
  background-color: #3296e6;
}

.first-card__content {
  align-items: center;
  display: flex;
  min-height: 60px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 12px;
  position: relative;
}
.first-card__content:after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 20px;
}
.first-card__content:before {
  -webkit-transform: translateY(-50%);
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.first-card__content.--beginner:before {
  content: url(../img/first/beginner-mark.png);
}
.first-card__content.--note:before {
  content: url(../img/first/note-mark.png);
}

.first-card.--green .first-card__content-text {
  padding-bottom: 7px;
  padding-left: 35px;
  padding-right: 15px;
  width: 100%;
}

.first-card.--green:hover .first-card__content-text {
  border-bottom: 5px solid #00913a;
  margin-bottom: -5px;
}

.first-card.--blue .first-card__content-text {
  padding-bottom: 22px;
  padding-left: 35px;
  padding-right: 15px;
  width: 100%;
}

.first-card.--blue:hover .first-card__content-text {
  border-bottom: 5px solid #3296e6;
  margin-bottom: -5px;
}
/*# sourceMappingURL=sourcemaps/first.css.map */