@charset "utf-8";

/*=============== ▼RESEARCH-LIST ===============*/
.p-list__pre_content {
  margin: 0 0 70px 4px;
  font-size: 1.8rem;
}

.p-list__pre_content a {color: #008b56;}
.p-list__pre_content a.hover {text-decoration: underline;}
.p-list__pre_content a.blank::after {
    content: "";
    background-image: url(/images/common/blank.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right center;
    padding-right: 21px;
    margin-right: 5px;
}

.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;
  span {
    font-size: 1.3rem;
  }
}

.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;
}





/* 20241009 */

.c-recipients__list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.c-recipients__list2::after {
  content: "";
  display: block;
  width: calc(100% / 4);
}

.c-recipients__list2 .c-recipients__list-item2 {
  display:flex;
  margin: 16px 0 0 0;
  width: calc(100% / 4);
}

.c-recipients__list2 .c-recipients__list-link2 {
  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__list2 .c-recipients__list-link2::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__list2 .c-recipients__btn-title2 {
  font-size: 1.6rem;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.c-recipients__list2 .c-recipients__list-link2.hover .c-recipients__btn-title2 {
  color: #008b56;
  text-decoration: underline;
}








.year-link__btn-container.p-margin {
  margin: 24px 0 0 0;
}

.year-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.year-link__list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 8px);
}

.year-link__list-item {
  margin: 16px 0 0 0;
  width: calc(100% / 3 - 8px);
}

@media screen and (max-width: 1500px) {
  .year-link__list-item {
    width: calc(100% / 2 - 8px);
  }
}

.year-link__list-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
  border: 1px solid #d9e7e5;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.year-link__list-link.hover {
  border-color: #008b56;
  background-color: #008b56;
}

.year-link__btn-title {
  margin: 0 0 0 20px;
  padding: 0 20px 0 0;
  font-size: 1.6rem;
  color: #008b56;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.2s ease;
  position: relative;
}

.year-link__list-link.hover .year-link__btn-title {color: #fff;}

.year-link__btn-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #008b56;
  border-right: 2px solid #008b56;
  transform: rotate(45deg) translateY(-50%);
  transition: border-top 0.5s ease, border-right 0.5s ease;
}

.year-link__list-link.hover .year-link__btn-title::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}