/* report */
.items {
  background-color: #f3f3d9;
  padding-bottom: 5rem;
}
.items h2::before {
  background-image: url("../images/h2-bg-dot-dark.svg");
}
@media (max-width: 995px) {
  .items {
    padding: 15px;
  }
}
.items h3 {
  margin-bottom: -2rem;
  border: 0 none;
  text-align: left;
}
.items h3::after {
  border: 0 none;
}
.items h3::before {
  background-image: none;
}
.items .first {
  margin: 0;
}
.items .point {
  padding: 2rem;
  background-color: #ef821a;
  border-radius: 2rem;
  border: 4px solid #fff;
  color: #fff;
}
.items h3 {
  color: #374149;
}
.items h3 span {
  font-size: 1rem;
}
.items .first h3 {
  width: 100%;
  height: 120px;
  padding: 2.1rem 0 2.2rem 120px;
  background-image: url("images/1st.png");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left center;
}
.items .second h3 {
  width: 100%;
  height: 120px;
  padding: 2.1rem 0 2.2rem 120px;
  background-image: url("images/2nd.png");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left center;
}
.items .third h3 {
  width: 100%;
  height: auto;
  padding: 6rem 0 1rem;
  background-image: url("images/3rd.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center top;
  text-align: center;
  font-size: 1.2rem;
}
.items .fourth h3 {
  width: 100%;
  height: auto;
  padding: 6rem 0 1rem;
  background-image: url("images/4th.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center top;
  text-align: center;
  font-size: 1.2rem;
}
.items .fifth h3 {
  width: 100%;
  height: auto;
  padding: 6rem 0 1rem;
  background-image: url("images/5th.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center top;
  text-align: center;
  font-size: 1.2rem;
}
.items h4 {
  font-size: 18px;
  color: #ef821a;
  margin-bottom: 1rem;
}
.items hr {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 995px) {
  .items hr {
    margin-bottom: 1rem;
  }
}
.items img {}
.item {
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  padding: 1rem;
  max-width: 85%;
  max-height: 85%;
  text-align: center;
}
/*card*/
.card-deck {
  margin: 0;
}
.card {
  flex-direction: column;
  margin: 1rem !important;
  padding: 0;
  width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 40px;
}
.card-title {
  padding: 2rem 1rem;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  height: auto;
  background-color: #ef821a;
  background-image: url("../images/dotpat-orange.svg");
  background-size: 30px;
  background-repeat: repeat;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  border: 0 none;
}
.card-body {
  margin: 0;
  padding: 0;
  width: 100%;
}
.card-photo {
  display: block;
  margin: 2rem auto;
  text-align: center;
}
.card-text {
  margin: 1rem 3rem;
}
.card-footer {
  border-top: 0 none;
  background-color: transparent;
}
.btn-ylw-sm::after {
  content: "";
  display: block;
  width: 100%;
  height: 78px;
  margin: -3.2rem auto 0;
  background-image: url("images/daru-chan-sm.png");
  background-size: 78px;
  background-position: 10px top;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 995px) {
  .btn-ylw-sm::after {
    width: 70%;
    height: 90px;
    margin-left: 5px;
    background-size: 60px;
    background-position: left 10px;
  }
}
.btn-ylw-sm a {
  color: #ef821a !important;
}
/* category */
.cat {
  margin-bottom: 2rem;
}
.cat p {
  display: inline-flex;
  margin: 0;
  padding: 0.2rem;
  width: 24%;
  height: auto;
  color: #666;
}
@media (max-width: 599px) {
  .cat p {
    width: 49%;
  }
}
.cat a {
  color: #666;
}
.cat p::before {
  content: "●";
  margin-left: 0;
  margin-right: 0.3rem;
}
/* season */
.season {
  margin-bottom: 5rem;
}
.season p {
  display: inline-flex;
  margin: 0;
  width: 24%;
  height: auto;
  color: #666;
}
@media (max-width: 599px) {
  .season p {
    width: 49%;
  }
}
.season a {
  color: #666;
}
.season p::before {
  content: "●";
  margin-left: 0;
  margin-right: 0.5rem;
}