@charset "UTF-8";

/* --------------------------------------------------------------

    一覧ページ

-------------------------------------------------------------- */

/* --------------------------------------------------------------
    タブ切り替えボタン
-------------------------------------------------------------- */
.tab_area label {
  padding: 9px 0;
}


.tab_area ul.download_tab {
  width: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -.5rem;
  padding-right: 0;
}
.tab_area ul.download_tab li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 .5rem;
  margin-right: 0;
  float: none;
}
.tab_area label {
  width: 100%;
}
.download__list-ul li {
  margin-bottom: 4rem;
}
.download__list__inner--flex__img {
  border: 1px solid #dcdcdc;
  height: 22rem;
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.download__list__inner--flex__img:before {
  content: "";
  display: inline-block;
  background: #1f518e;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.download__list__inner--flex__img:after {
  content: "\e900";
    position: absolute;
    right: 6px;
    bottom: 4px;
    font-size: 1.2rem;
    color: #fff;
    font-family: "everloy" !important;
}
.download__list__inner--flex__img img {
  position: absolute;
    height: 100%;
    width: auto;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform 0.3s;
    right: 0;
    left: 0;
    margin: auto;
}
.download__list__inner--flex__info h3 {
  font-size: 2rem;
  color: #003c78;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.download__list__inner--flex__info th {
  color: #959faa;
  font-size: 1.4rem;
  min-width: 9rem;
  max-width: 9rem;
  width: 10%;
}
.download__list__inner--flex__info td {
  font-size: 1.4rem;
}
.page-load-status {
  text-align: center;
}
.view-more-button {
  position: relative;
    padding: 18px 25px;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    background: #232323;
    color: #fff;
    overflow: hidden;
    border-radius: 50px;
    transition: 0.3s;
    display: block;
}
.view-more-button:before {
  content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    width: 2px;
    height: 15px;
    background: #fff;
    right: 2.85rem;
}
.view-more-button:after {
  content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
    right: 2.2rem;
}


@media screen and (min-width: 768px) {
  .tab_area ul.download_tab {
    margin: 0 -1.5rem;
  }
  .tab_area ul.download_tab li {
    padding: 0 1.5rem;
  }
  .download__list-ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .download__list-ul li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
  }
}



/* --------------------------------------------------------------

    詳細ページ

-------------------------------------------------------------- */
.single-dowiload--flex {
  margin-bottom: 4rem;
}
.single-dowiload--flex__img__inner {
  border: 1px solid #dcdcdc;
    padding: 0 4rem;
    margin-bottom: 3rem;
    text-align: center;
}
.single-dowiload--flex__info h2 {
  font-size: 2.4rem;
  color: #003c78;
  margin-bottom: 1rem;
}
.single-dowiload--flex__info__table th {
  color: #959faa;
  font-size: 1.4rem;
  min-width: 9rem;
  max-width: 9rem;
  width: 10%;
}
.single-dowiload--flex__info__table td {
  font-size: 1.4rem;
}
.single-dowiload--flex__info p {
  border-top: 1px solid #1f518e;
  padding-top: 2rem;
  margin-top: 2rem;
}
.single-dowiload--flex__info {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .single-dowiload--flex {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
  }
  .single-dowiload--flex__img {
    min-width:23rem;
    max-width: 23rem;
    margin-right: 3rem;
  }
  .single-dowiload--flex__img__inner {
    border:none;
    padding:0;
    margin-bottom:0;
  }
  .single-dowiload--flex__info h2 {
    font-size: 2.8rem;
  }
  .single-dowiload--flex__info p {
    padding-top: 3rem;
    margin-top: 1rem;
  }
}



.wp-block-buttons {
  justify-content: center;
  margin-bottom: 4rem;
}
.wp-block-buttons>.wp-block-button {
  margin-right: 3rem;
  margin-bottom: 0;
}
.single-content .wp-block-button__link {
  display: block;
  background: #fff;
  border: 1px solid #cdcdcd;
  max-width: 32rem;
  min-width: 32rem;
  margin: auto;
  font-size: 15px;
  padding: 1.9rem;
  border-radius: 50px;
  color: #232323 !important;
  width: 100%;
}
.single-content .wp-block-button__link:before {
  content: "\e908";
  color: #0595dd;
  font-size: 1.5rem;
  font-family: "everloy" !important;
  position: absolute;
  right: 2rem !important;
  top: -5px !important;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wp-block-buttons {
      display: block;
  }
  .wp-block-buttons .wp-block-button {
      text-align: center;
  }
  .wp-block-buttons>.wp-block-button {
      margin-right: 0 !important;
      margin-bottom: 2rem !important;
  }
  .wp-block-button {
      width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .wp-block-buttons  {
    margin-bottom: 6rem;
  }
  .wp-block-buttons .wp-block-button {
      display: block;
      width: 100%;
      max-width: 32rem;
  }
  .wp-block-buttons>.wp-block-button {
      margin-right: 3rem !important;
      margin-bottom: 0 !important;
      width: 25%;
  }
  .single-content .wp-block-button__link {
      font-size: 1.6rem;
  }
  .single-content .wp-block-button__link:hover {
      color: #0595dd !important;
      border-color: #0595dd !important;
  }
}

/* 資料ダウンロードをご希望の方へ */
.consideration_box {
  background: #e9f0f9;
  padding: 1rem;
}
.consideration_box-ttl {
  font-size: 1.8rem;
  background: #1f518e;
  padding: 1rem 1.5rem;
  text-align: center;
  color: #fff;
}
.consideration_box-txt {
  background: #fff;
  padding: 2rem;
}
.consideration_box-txt p {
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .consideration_box {
    padding: 2rem;
  }
  .consideration_box-ttl {
      font-size: 2.2rem;
      padding: 1.5rem 2rem;
  }
  .consideration_box-txt {
      padding: 3rem;
  }
}