@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : info.css
Description : お知らせ
===================================================================== */
/* =====================================================================
    info
======================================================================*/
.info {
  padding: 0 0 40vw;
}

.info_article {
  margin-bottom: 6rem;
  padding: 4.5rem calc(50 / 650 * 100%);
  border-top: 0.6rem solid #dcdace;
  background: #f2f1e9;
}
.info_article:last-child {
  margin-bottom: 0;
}
.info_article header {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
}
.info_article header::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  border-bottom: 1px solid #dcdace;
}
.info_article header time {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  padding-left: 2.2em;
  font-weight: 900;
  font-size: 2rem;
  color: #ffb400;
  letter-spacing: 0.15em;
}
.info_article header time::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4em;
  height: 90%;
  background: #ffb400;
  border-radius: 0 2em 2em 0;
}
.info_article header h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #0d5aa7;
  line-height: 1.4;
}
.info_article_contents {
  line-height: 1.769;
}
.info_article_contents > *:not(:last-child) {
  margin-bottom: 2em;
}
.info_article_contents h4 {
  padding-bottom: 1.5em;
  font-weight: 700;
  color: #0d5aa7;
  border-bottom: 1rem double #dcdace;
}
.info_article_contents .red {
  color: #e60012;
}
.info_article_contents a {
  display: inline-block;
}
.info_article_img li {
  margin-bottom: 0.6em;
}

@media screen and (min-width: 768px) {
  .info {
    padding: 0 0 18vw;
  }
  .info_article {
    margin-bottom: 3rem;
    padding: 4.5rem calc(60 / 1080 * 100%) 6rem;
  }
  .info_article header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .info_article header::before {
    width: 106%;
  }
  .info_article header time {
    flex-shrink: 0;
    margin: 0 2.0833333333% 0 0;
    padding-left: 1.8em;
    font-size: max(1.3rem, 11px);
  }
  .info_article header h3 {
    flex-grow: 1;
    margin-top: -0.3em;
    font-size: max(2rem, 18px);
  }
  .info_article_contents h4 {
    font-size: max(1.8rem, 16px);
  }
  .info_article_contents .btn1 {
    margin-left: auto;
    margin-right: auto;
    width: 52.0833333333%;
  }
  .info_article_contents .btn1 span {
    padding: 2rem;
  }
  .info_article_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.4em !important;
  }
  .info_article_img li {
    margin-right: 2.0833333333%;
    width: 44.5833333333%;
  }
  .info_article_img li:nth-child(2n), .info_article_img li:last-child {
    margin-right: 0;
  }
  .info_article_img li.large {
    margin-right: 0;
    width: 72.9166666667%;
  }
}/*# sourceMappingURL=info.css.map */