@charset "utf-8";

/*=============== ▼RESEARCH-LIST ===============*/

.p-list__content {
  display: flex;
}

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

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

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

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

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

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

.p-list-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 {
  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 {
  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;
}



/* 221024 recipients */
.c-recipients__btn-container.p-margin {
  margin: 24px 0 0 0;
}

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

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

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

.c-recipients__list-item:nth-child(8){
  margin-right:calc(100% / 3);


}

@media screen and (max-width: 1500px) {
  .c-recipients__list-item {
    width: calc(100% / 2);
  }
  
  .c-recipients__list-item:nth-child(8){
    margin-right:0;}
    
}

.c-recipients__list-link {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 20px 15px 40px;
  border-left: 1px solid #e5ebeb;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-recipients__list-item:nth-of-type(3) .c-recipients__list-link,
.c-recipients__list-item:nth-of-type(6) .c-recipients__list-link,
.c-recipients__list-item:nth-of-type(8) .c-recipients__list-link,
.c-recipients__list-item:nth-of-type(11) .c-recipients__list-link,
.c-recipients__list-item:nth-of-type(14) .c-recipients__list-link {border-right: 1px solid #e5ebeb;}

@media screen and (max-width: 1500px) {
  .c-recipients__list-item {width: calc(100% / 2);}
  
  .c-recipients__list-item:nth-child(8){margin-right:0;}
  .c-recipients__list-item:nth-of-type(2n) .c-recipients__list-link {border-right: 1px solid #e5ebeb;}
  .c-recipients__list-item:nth-of-type(3) .c-recipients__list-link,
  .c-recipients__list-item:nth-of-type(11) .c-recipients__list-link {border-right:none;}
}

.c-recipients__list-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #008b56;
    border-right: 2px solid #008b56;
    transform: rotate(45deg) translateY(-50%);
    transition: border-top 0.2s ease, border-right 0.2s ease;
}


.c-recipients__btn-title {
  font-size: 1.6rem;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.c-recipients__list-link.hover .c-recipients__btn-title {
  color: #008b56;
  text-decoration: underline;
}

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