@charset "utf-8";
.c-main .c-pagetitle__bg {
  background: #ebf3f2;
}

/*=============== ▼RESEARCH ===============*/

.p-research-content {
  display: flex;
}

.p-research-content.p-margin {
  margin: 100px 0 0 0;
}

.p-research__content-left {
  width: 100%;
}

.c-main .c-news {
  padding: 56px 0 96px 0;
}

.p-research-text {
  font-size: 1.6rem;
  line-height: 2;
}

.p-news.p-margin {
  margin: 60px 0 0 0;
}

.p-research__text-second {
  font-size: 1.6rem;
  line-height: 2;
}

.p-research__text-second.p-margin {
  margin: 56px 0 0 0;
}

.p-research__img-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 55px;
}

.p-research__img-list.p-margin {
  margin: 100px auto 0 auto;
}

.p-research__img-list-item {
  width: calc(100% / 2 - 20px);
}

.p-research-nav-img-inner {
  text-align: center;
}

.p-research-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-research-nav-img {
  width: 75%;
  /*max-width: 160px;*/
  height: auto;
  vertical-align: bottom;
}
@media all and (-ms-high-contrast:none){
  .p-research-nav-img { max-width: 160px; } /* IE */
}


.p-research-img.application {
  width: 30px;
  height: auto;
}

.p-research-img-title {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
}

.p-research__nav.p-margin {
  margin: 80px 0 120px 0;
}

.p-research__nav-list {
  display: flex;
  width: 100%;
}

.p-research__nav-list-item {
  width: 20%;
  border: 1px solid #d9e7e5;
}

.p-research__nav-list-item:nth-child(1) {
  /*border-left: 0px solid #d9e7e5;*/
}

.p-research__nav-list-item:nth-child(n + 2) {
  margin-left: -1px;
}

.p-research__nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 18px 27px 24px 27px;
  /*padding: 18px 10px 24px 10px;*/
  background-color: #f2f6f6;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.p-research__nav-link.is-bg-active {
  background-color: #008b56;
}

.p-research__nav-link.hover {
  background-color: #008b56;
}

.p-research__nav-title {
  display: flex;
  align-items: center;
  margin: 0 0 18px 0;
  min-height: 42px;
  font-size: 2.1rem;
  color: #008b56;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-research__nav-link.is-bg-active .p-research__nav-title {
  color: #fff;
}

.p-research__nav-link.hover .p-research__nav-title {
  color: #fff;
}

.c-main .c-news__inner {
  position: relative;
}

.c-main .c-news__list-link {
  position: absolute;
  bottom: -50px;
  right: 0;
}

.c-main .c-news__article-list:last-child {padding: 20px 0 20px 0;}
.c-main .c-news__article-list:last-child {border-bottom: 1px solid #d9e7e5;}


@media (max-width: 1260px) {
  .p-research__nav-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 925px) {
  .p-research__nav-title {
    /*min-height: 76px;*/
    min-height: 45px;
  }
}


.c-main .c-news__article-link.pdf::after {
  content: "";
  background-image: url(/images/common/icon-pdf.png);
  background-repeat: no-repeat;
  background-size: 19px 24px;
  background-position: right center;
  padding-right: 24px;
  margin-right: 5px;
}

.c-main .research-press-release .c-content__data--text,
.c-main .research-press-release .c-content__data--link {
  display: inline-flex;
  max-width: inherit;
  width: auto;
  padding-right:1em;
}

.c-main .research-press-release .c-content__data--link {
  width: calc((100% - 20px) / 2);
}


/*20230112*/
.c-main .c-article__content {
  margin: 100px 0 0 0;
}
.c-main .c-content__heading{
  padding: 0;
  border-bottom: none;
}
.c-main .c-content__body {
  margin: 35px 0 0 0;
}
.c-main .c-content__body .c-content__text{
  margin: 0 0 35px 0;
}

.c-main .c-article__content ul li img{
  width: 100%;
  height: auto;
}
