@charset "UTF-8";
.side-banner {
  width: 20rem;
  min-width: 20rem;
}

.p-recommend {
  margin-bottom: 2rem;
  padding: 2.0625rem 1.5625rem 2.4375rem;
  background-color: #f1f0eb;
  border-radius: 1.25rem;
}

.p-recommend__title {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #145337;
  padding: 0.3125rem 0.6875rem;
  border-left: 4px solid #3c845a;
}
.p-recommend__title a{
  color: inherit;
}
.p-recommend__item {
  border: 1px solid #008e5c;
  padding: 16px;
  margin-top: 12px;
  text-decoration: none;
  color: #fff;
  border-radius: 10rem;
  background: #008e5c;
  text-align: center;
  display: block;
}

.p-recommend__item:hover {
  background: #fff;
  color: #008e5c;
}


.p-banner {
  background: #eee;
  padding: 1rem 0.8rem;
  text-align: center;
  border-radius: 1rem;
  background: #eac512;
}

.p-banner__lead {
  color: #145337;
  font-size: 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid #008e5c;
  padding: 0.5rem 0;
  background: #fff;
}

.p-banner__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

.p-banner__text {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.p-banner__btn {
  display: inline-block;
  color: #008e5c;
  padding: 1rem;
  text-decoration: none;
  border-radius: 10rem;
  background: #fff;
  border: 2px solid #008e5c;
  font-weight: bold;
}


@media screen and (max-width: 768px) {

  .side-banner {
    width: 100%;
    margin: 1rem 0 4rem;
  }

}