@charset "utf-8";

/*=============== ▼RESEARCH-LITERATURE===============*/

.p-literature__content {
  display: flex;
}

.p-literature__content.p-margin {
  margin: 100px 0 120px 0;
}

.p-literature__content-left {
  width: 100%;
}

.p-literature__img-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 55px;
}

.p-literature__img-list-item {
  width: calc(100% / 2 - 20px);
}

.p-literature-nav-img-inner {
  width: 100%;
  height: 100%;
}

.p-literature-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-literature-img-title {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
}

.c-headeing--second {
  padding: 0 0 0 18px;
  font-size: 2.8rem;
  line-height: 1.2;
}

.c-headeing--second.p-margin {
  /*margin: 80px 0 0 0;*/
}

.c-headeing--second.c-border-left-green {
  border-left: 6px solid #008b56;
}

.c-download__btn-container.p-margin {
  margin: 24px 0 0 0;
}

.c-download__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.c-download__list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 8px);
}

.c-download__list-item {
  display: flex;
  margin: 16px 0 0 0;
  width: calc(100% / 3 - 8px);
}

@media screen and (max-width: 1500px) {
  .c-download__list-item {
    width: calc(100% / 2 - 8px);
  }
}

.c-download__list-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0 15px 30px;
  border: 1px solid #d9e7e5;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-download__list-link.hover {
  border-color: #008b56;
  background-color: #008b56;
}

.c-download__img {
  width: 26px;
  height: auto;
}

.c-download__btn-title {
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  color: #008b56;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.c-download__list-link.hover .c-download__btn-title {
  color: #fff;
}

.c-download__btn-sub-title {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
}

.c-download__btn-sub-title.p-text-green {
  color: #333;
}

.c-download__list-link.hover .c-download__btn-sub-title.p-text-green {
  color: #fff;
}
