@charset "utf-8";

#contents-body a {
    color: #006699;
}
#contents-body .index-list-item-link:hover {
  color: #1b66cf;
}

.learn-more {
  position: relative;
  background-color: #fff;
  border: 2px solid #fdb813;
  border-radius: 10px;
}
.learn-more a {
  display: flex;
  color: #000 !important;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
}
.learn-more a:hover {
  opacity: 0.7;
}
  .learn-more .learn-more-img {
  width: 300px;
  margin-right: 40px;
}
.learn-more .learn-more-img img {
  width: 100%;
}
.learn-more .learn-more-contents {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
}
.learn-more .learn-more-contents p {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1,5 !important;
}
.learn-more .category-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 10px;
}
.learn-more .category-date span {
  display: inline-block;
  width: 124px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 50px;
  margin-right: 100px;
  text-align: center;
}
.learn-more .category-date p {
  font-size: 14px !important;
  font-weight: normal;
}
.learn-more .category-date span.other {
  background-color: #fff49c;
}
