  @charset "UTF-8";
/* ¥¢¥Ë¥á©`¥·¥ç¥ó
=========================================================== */
/* ¥Õ¥§©`¥É¥¤¥ó
????????????????????????????????? */
.inview__anim--fade-in {
  opacity: 0;
  will-change: opacity;
  transition: opacity .8s ease 0s;
}

.inview__complete .inview__anim--fade-in, .inview__anim--fade-in.inview__complete {
  opacity: 1;
}

/* ¥Õ¥§©`¥É¥¤¥ó¥¢¥Ã¥×
????????????????????????????????? */
.inview__anim--fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-up, .inview__anim--fade-in-up.inview__complete {
  opacity: 1;
  transform: translateY(0);
}

/* ¥Õ¥§©`¥É¥¤¥ó X
????????????????????????????????? */
.inview__anim--fade-in-x {
  opacity: 0;
  transform: translateX(-30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-x, .inview__anim--fade-in-x.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

/* ¥¹¥±©`¥ë¥¤¥ó
????????????????????????????????? */
.inview__anim--scale-in {
  opacity: 0;
  transform: scale(1.08);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--scale-in, .inview__anim--scale-in.inview__complete {
  opacity: 1;
  transform: scale(1);
}

/* ¥¹¥±©`¥ëY
????????????????????????????????? */
.inview__anim--scale-y {
  transform: scaleY(0);
  will-change: transform;
  transition: transform .8s ease 0s;
  transform-origin: center top;
}

.inview__complete .inview__anim--scale-y {
  transform: scale(1);
}

/* ¥¹¥é¥¤¥É¥¤¥ó
????????????????????????????????? */
/* ÎÄ×Ö
????????????????????????????????? */
/* ¥¿¥¤¥Ô¥ó¥°
????????????????????????????????? */
.news-detail-head {
  letter-spacing: -.4em;
  margin-bottom: 25px;
  position: relative;
}

.news-detail-head .news-date,
.news-detail-head .news-cat {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
  vertical-align: middle;
}

.news-detail-head .news-date {
  font-weight: bold;
  margin-right: 19px;
}

.news-detail-head .news-cat {
  color: #fff;
  min-width: 73px;
  padding: 3px 11px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Open Sans", "YakuHanJPs", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.news-detail img {
  height: auto !important;
}

.news-detail > * {
  margin-bottom: 34px;
}

.news-detail a {
  text-decoration: underline;
}

.news-detail a:hover {
  text-decoration: none;
}

.news-detail ol,
.news-detail ul {
  margin-left: 1.5em;
}

.news-detail ol {
  list-style-type: decimal;
}

.news-detail ul {
  list-style-type: disc;
}

.news-detail li {
  margin-bottom: 8px;
}

.news-detail li:last-child {
  margin-bottom: 0;
}

.news-detail table {
  border-top: 1px solid #ccc;
  width: 100%;
}

.news-detail table tr th:last-child,
.news-detail table tr td:last-child {
  border-right: none;
}

.news-detail table th,
.news-detail table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 2.3% 3.4%;
  text-align: left;
  vertical-align: middle;
}

.news-detail table th {
  background-color: #ededed;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Open Sans", "YakuHanJPs", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.news-detail table caption {
  text-align: right;
  margin-bottom: 5px;
}

.news-detail sup {
  vertical-align: top;
  position: relative;
  top: -0.1em;
  font-size: 10px;
  font-size: 1rem;
}

.news-detail sub {
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
  font-size: 10px;
  font-size: 1rem;
}

.news-detail strong,
.news-detail b {
  font-family: "Open Sans", "YakuHanJPs", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .news-detail-head {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .news-detail-head .news-date {
    left: 10px;
  }
  .table th {
    padding: 10px 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table td {
    padding: 10px 15px;
  }
}

/*# sourceMappingURL=style.css.map */
