/* ------------------------------------------------------ */
/* animation
/* ------------------------------------------------------ */

.page-top__supporters .detail,
.page-top__whats_new .detail,
a.detail,
.page-top__logo-list a,
.button_top_scroll,
.news-list__list ul li>a,
.footer__inner-nav li a,
.common-layout .adobe a,
.common-layout .item__situation .text .block .downloads li a,
.common-layout .item div a,
.lower-page__body .contents.suishin a,
.interview-page__top .link a,
.interview-page__item .block p a,
.lower-page__body .contents a.link,
#quiz button,
#ox button,
#answer button,
#answer .link a,
#result .next-btn {
  transition: all 0.3s ease;
}

@media (hover: hover)and (pointer: fine) {

  .page-top__supporters .detail:hover,
  .page-top__whats_new .detail:hover,
  a.detail:hover,
  .page-top__logo-list a:hover,
  .button_top_scroll:hover,
  .news-list__list ul li>a:hover,
  .footer__inner-nav li a:hover,
  .common-layout .adobe a:hover,
  .common-layout .item__situation .text .block .downloads li a:hover,
  .common-layout .item div a:hover,
  .lower-page__body .contents.suishin a:hover,
  .interview-page__top .link a:hover,
  .interview-page__item .block p a:hover,
  .lower-page__body .contents a.link:hover,
  #quiz button:hover,
  #ox button:hover,
  #answer button:hover,
  #answer .link a:hover,
  #result .next-btn:hover {
    opacity: 0.7 !important;
  }
}

/* ------------------------------------------------------ */
/* 報道発表
/* ------------------------------------------------------ */
.news-list__list {
  margin: 48px auto 0;
}

@media screen and (max-width: 768px) {
  .news-list__list {
    margin: 28px auto 0;
  }
}

.news-list__year-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 32px auto 0;
}

@media screen and (max-width: 768px) {
  .news-list__year-filter {
    margin: 24px auto 0;
    padding: 0 20px;
  }
}

.news-list__year-filter-label {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.news-list__year-filter-select-wrap {
  position: relative;
  display: inline-block;
}

.news-list__year-filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 140px;
  padding: 10px 44px 10px 24px;
  border: 2px solid #0eb4ed;
  border-radius: 999px;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  cursor: pointer;
}

.news-list__year-filter-select:focus {
  outline: none;
}

.news-list__year-filter-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #0eb4ed;
  transform: translateY(-40%);
  pointer-events: none;
}

.news-list__list ul li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px 0;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .news-list__list ul li {
    grid-template-columns: 88px 1fr;
    gap: 0;
  }
}

.news-list__list ul li .date {
  grid-column: 1/2;
  grid-row: 1/3;
}

.news-list__list ul li .category,
.news-list__list ul li .category_box {
  grid-column: 2/3;
  grid-row: 1/2;
}

.news-list__list ul li>a {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media (hover: hover)and (pointer: fine) {
  .news-list__list ul li>a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .category_box {
    width: auto !important;
  }
}

/* ------------------------------------------------------ */
/* 水素とは？
/* ------------------------------------------------------ */

.what-is-suiso-page .lower-page__top .suisoenergy img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.what-is-suiso-page .suiso-illust {
  margin: 24px auto 0;
  text-align: center;
}

.what-is-suiso-page .suiso-illust img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
}

.what-is-suiso-page .suiso-type-compare {
  width: 100%;
  margin: 30px 0 10px;
}

.what-is-suiso-page .suiso-type-compare__heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #333;
}

.what-is-suiso-page .suiso-type-compare__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.what-is-suiso-page .suiso-type-compare__table-wrap {
  width: 100%;
  overflow-x: auto;
}

.what-is-suiso-page .suiso-type-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  overflow: hidden;
}

.what-is-suiso-page .suiso-type-compare__table th,
.what-is-suiso-page .suiso-type-compare__table td {
  padding: 16px 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  vertical-align: middle;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
  color: #333;
}

.what-is-suiso-page .suiso-type-compare__table th:last-child,
.what-is-suiso-page .suiso-type-compare__table td:last-child {
  border-right: none;
}

.what-is-suiso-page .suiso-type-compare__table tbody tr:last-child th,
.what-is-suiso-page .suiso-type-compare__table tbody tr:last-child td {
  border-bottom: none;
}

.what-is-suiso-page .suiso-type-compare__corner {
  width: 22%;
  background: #fff;
  border-right: 1px solid #d0d0d0;
}

.what-is-suiso-page .suiso-type-compare__table th.suiso-type-compare__col {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  padding: 12px 10px;
}

.what-is-suiso-page .suiso-type-compare__col--gray {
  background: #7a7a7a;
}

.what-is-suiso-page .suiso-type-compare__col--blue {
  background: #039fd5;
}

.what-is-suiso-page .suiso-type-compare__col--green {
  background: #3d9a5f;
}

.what-is-suiso-page .suiso-type-compare__row {
  background: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  color: #333;
  white-space: nowrap;
}

.what-is-suiso-page .suiso-type-compare__cell--gray {
  background: #f7f7f7;
}

.what-is-suiso-page .suiso-type-compare__cell--blue {
  background: #f0f9fc;
}

.what-is-suiso-page .suiso-type-compare__cell--green {
  background: #f1f8f3;
}

@media (max-width: 768px) {
  .what-is-suiso-page .suiso-type-compare__heading {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .what-is-suiso-page .suiso-type-compare__table {
    min-width: 640px;
  }

  .what-is-suiso-page .suiso-type-compare__table th,
  .what-is-suiso-page .suiso-type-compare__table td {
    font-size: 1.3rem;
    padding: 10px 8px;
    text-align: left;
  }

  .what-is-suiso-page .suiso-type-compare__table th.suiso-type-compare__col {
    font-size: 1.6rem;
    padding: 10px 8px;
    text-align: center;
  }

  .what-is-suiso-page .suiso-type-compare__corner {
    width: 124px;
  }

  .what-is-suiso-page .suiso-type-compare__table br {
    display: none;
  }
}