@charset "UTF-8";
/* ==========================================================================//
//
//　アーカイブ
//
// ========================================================================== */
.issnCode {
  margin: -2.5em 0 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .issnCode {
      margin: 0 0 1.5em;
      font-size: 1.4rem; } }

.reportList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media only screen and (max-width: 767px) {
    .reportList {
      gap: 15px; } }
  @media only screen and (max-width: 375px) {
    .reportList {
      gap: calc(15 / 375 * 100vw) calc(15 / 335 * 100%); } }
  .reportList > li {
    width: calc((100% - 40px) / 3); }
    @media only screen and (max-width: 767px) {
      .reportList > li {
        width: calc((100% - 15px) / 2); } }
    @media only screen and (max-width: 375px) {
      .reportList > li {
        width: calc((100% - (15 / 335 * 100%)) / 2); } }
    .reportList > li:first-of-type {
      width: 100%;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .reportList > li:first-of-type {
          margin-bottom: 15px; } }
    .reportList > li > a {
      max-width: 100%;
      line-height: 1.25; }
      @media only screen and (max-width: 767px) {
        .reportList > li > a {
          padding: 15.25px 25px 15.25px 10px; } }
      @media only screen and (max-width: 375px) {
        .reportList > li > a {
          padding: calc(15.25 / 375 * 100vw) calc(25 / 375 * 100vw) calc(15.25 / 375 * 100vw) calc(10 / 375 * 100vw);
          font-size: calc(14 / 375 * 100vw); } }

/* ==========================================================================//
//
//　詳細
//
// ========================================================================== */
.reportPdfList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .reportPdfList {
      gap: 15px;
      justify-content: flex-start; } }
  @media only screen and (max-width: 375px) {
    .reportPdfList {
      gap: calc(15 / 375 * 100vw) calc(15 / 335 * 100%); } }
  .reportPdfList > li {
    width: calc((100% - 20px) / 2); }
    @media only screen and (max-width: 767px) {
      .reportPdfList > li {
        width: 100%; } }
    .reportPdfList > li > a {
      position: relative;
      display: flex;
      align-items: center;
      margin: 0 auto;
      padding: 19px 30px 19px 64px;
      color: #00a2da;
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: 0;
      border: 1px solid #00a2da;
      background-color: #ffffff; }
      .reportPdfList > li > a::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        margin: auto 0;
        border: none !important;
        background: url(../images/common/icon_pdf.svg) no-repeat center center/contain;
        transform: none; }
        @media only screen and (max-width: 767px) {
          .reportPdfList > li > a::before {
            left: 15px; } }
        @media only screen and (max-width: 375px) {
          .reportPdfList > li > a::before {
            left: calc(15 / 375 * 100vw); } }
      .reportPdfList > li > a > span {
        color: #bbbbbb; }
      .reportPdfList > li > a:hover {
        color: #fff;
        background-color: #00a2da; }
        .reportPdfList > li > a:hover > span {
          color: inherit; }
      @media only screen and (max-width: 767px) {
        .reportPdfList > li > a {
          padding: 15.25px 25px 15.25px 51px; } }
      @media only screen and (max-width: 375px) {
        .reportPdfList > li > a {
          padding: calc(15.25 / 375 * 100vw) calc(25 / 375 * 100vw) calc(15.25 / 375 * 100vw) calc(51 / 375 * 100vw);
          font-size: calc(14 / 375 * 100vw); } }

.reportDetailTable {
  table-layout: fixed; }
  .reportDetailTable th,
  .reportDetailTable td {
    border-bottom: 1px solid #ccc; }
  .reportDetailTable > thead th {
    padding: 0 10px 10px 10px;
    text-align: center;
    line-height: 2; }
    @media only screen and (max-width: 375px) {
      .reportDetailTable > thead th {
        padding: 0 calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw); } }
  .reportDetailTable > tbody th,
  .reportDetailTable > tbody td {
    padding: 10px;
    line-height: 2; }
    @media only screen and (max-width: 375px) {
      .reportDetailTable > tbody th,
      .reportDetailTable > tbody td {
        padding: calc(10 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw); } }
  .reportDetailTable > tbody th {
    text-align: center; }
  .reportDetailTable > tbody td a {
    text-decoration: underline; }
    .reportDetailTable > tbody td a:hover {
      text-decoration: none; }

.backTopButton > a {
  line-height: 1.25; }
  @media only screen and (max-width: 767px) {
    .backTopButton > a {
      padding: 15.25px 25px 15.25px 10px; } }
  @media only screen and (max-width: 375px) {
    .backTopButton > a {
      padding: calc(15.25 / 375 * 100vw) calc(25 / 375 * 100vw) calc(15.25 / 375 * 100vw) calc(10 / 375 * 100vw);
      font-size: calc(14 / 375 * 100vw); } }
