@charset "UTF-8";
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Jost-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Jost-SemiBold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
.ip-news-area {
  display: none;
}

.ip-news-area.is-active {
  display: block;
}

#contents-area-column #left-column .heading-filter {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  padding-bottom: 3.5em;
}
@media screen and (max-width: 600px) {
  #contents-area-column #left-column .heading-filter {
    flex-direction: column;
    gap: 1.5em;
    padding-bottom: 1em;
  }
  #contents-area-column #left-column .heading-filter .selectcategory {
    width: 80vw;
    max-width: 80vw;
  }
}
#contents-area-column #left-column h2 {
  font-family: "Yu Gothic", "Hiragino Gothic", "Noto Sans JP", "Meiryo", "MS PGothic", sans-serif;
  font-style: normal;
}
#contents-area-column #left-column h2:lang(zh-Hans) {
  font-family: "Noto Sans SC", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
#contents-area-column #left-column h2 {
  padding-left: 0;
  padding-bottom: none;
  font-weight: bold;
}
#contents-area-column #left-column h2 span.num {
  font-weight: 900;
}
#contents-area-column #left-column h2::before {
  display: none;
}
#contents-area-column #left-column .ip-news-area .selectcategory {
  position: relative;
  margin-top: 0;
}
#contents-area-column #left-column .ip-news-area .selectcategory::before {
  width: 2.6em;
  height: 2.6em;
  position: absolute;
  top: 0;
  right: -3em;
  z-index: -1;
  border: solid 1px #000;
  content: "";
  background: transparent url(../img/icon/plus_b.svg) center center/1em no-repeat;
}
#contents-area-column #left-column .ip-news-area .selectcategory select {
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.01em;
  width: calc(100% + 3em);
  padding: 0.75em 1em;
  background: transparent;
  border: solid 1px #000;
  cursor: pointer;
}
#contents-area-column #left-column .ip-news-area .selectcategory select::before, #contents-area-column #left-column .ip-news-area .selectcategory select::after {
  width: 1em;
  height: 1px;
  display: block;
  position: absolute;
  background: #000;
  content: "";
}
#contents-area-column #left-column .ip-news-area .selectcategory select::before {
  top: 50%;
  right: 1em;
}
#contents-area-column #left-column .ip-news-area .selectcategory select:focus {
  box-shadow: none;
}

.archive #contents-area-column #left-column section h2 {
  padding-right: 1em;
}
.archive #contents-area-column #left-column section ul li {
  padding: 0.5em 0;
  border-top: solid 1px #848994;
}
.archive #contents-area-column #left-column section ul li a {
  width: 100%;
  display: block;
  padding: 1em 0.5em;
  text-decoration: none;
  background-image: url(../img/icon/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right 0.7em center;
  background-origin: content-box;
  background-size: 0 1em;
  transition: background-size 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}
.archive #contents-area-column #left-column section ul li a:hover {
  opacity: 1;
  color: #fff;
  background-size: 1em 1em;
  will-change: auto;
}
.archive #contents-area-column #left-column section ul li a {
  background-image: url(../img/icon/arrow_b.svg);
}
.archive #contents-area-column #left-column section ul li a:hover {
  background-color: rgba(132, 137, 148, 0.1);
  color: inherit;
}
.archive #contents-area-column #left-column section ul li:before {
  display: none;
}
.archive #contents-area-column #left-column section ul li:last-child {
  border-bottom: solid 1px #848994;
}
.archive #contents-area-column #left-column section ul li + li {
  margin-top: 0;
}
.archive #contents-area-column #left-column section ul li dl dt {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .archive #contents-area-column #left-column section ul li dl dt {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.archive #contents-area-column #left-column section ul li dl dt time {
  font-family: "Yu Mincho", "Hiragino Mincho", "Noto Serif JP", "MS Mincho", "MS 明朝", "Noto Serif", "Droid Serif", serif;
  font-style: normal;
  line-height: 1.3;
}
.archive #contents-area-column #left-column section ul li dl dt time:lang(zh-Hans) {
  font-family: "Noto Serif SC", "Noto Serif", "Times New Roman", serif;
}
.archive #contents-area-column #left-column section ul li dl dt time {
  margin-right: 1.5em;
}
.archive #contents-area-column #left-column section ul li dl dd {
  padding-top: 1em;
}

#right-column #side-navi {
  background: none;
}
#right-column #side-navi h2 {
  background: #1B4194;
}
#right-column #side-navi h3 span.en {
  font-family: "Yu Mincho", "Hiragino Mincho", "Noto Serif JP", "MS Mincho", "MS 明朝", "Noto Serif", "Droid Serif", serif;
  font-style: normal;
  line-height: 1.3;
}
#right-column #side-navi h3 span.en:lang(zh-Hans) {
  font-family: "Noto Serif SC", "Noto Serif", "Times New Roman", serif;
}
#right-column #side-navi h3 span.en {
  font-size: 2.5em;
}
#right-column #side-navi ul.latestnews-list-ul li a dl dt time::before {
  background: #1B4194;
}
#right-column #side-navi ul.latestnews-list-ul li a dl dt span.ip-cat {
  color: #1B4194;
  font-size: 0.8em;
  line-height: 1.3;
  height: -moz-max-content;
  height: max-content;
  padding: 0.25em 0.75em;
  display: inline-block;
  border: solid 1px #1B4194;
}

.single #contents-area-column #left-column .news-headline .post-meta {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.single #contents-area-column #left-column .news-headline .post-meta time {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.single #contents-area-column #left-column .news-headline .post-meta time span.ip-cat {
  font-size: 0.85em;
  line-height: 1;
  padding: 0.5em 1em;
}
.single #contents-area-column #left-column .news-headline .post-meta time span.icon-new {
  padding-left: 0.5em;
}
.single #contents-area-column #left-column ol li ol,
.single #contents-area-column #left-column ol li ul,
.single #contents-area-column #left-column ul li ol,
.single #contents-area-column #left-column ul li ul {
  margin-left: 1em;
}

@media screen and (max-width: 600px) {
  .en .archive #contents-area-column #left-column section ul li dl dt {
    flex-direction: column;
  }
  .en .archive #contents-area-column #left-column section ul li dl dt time {
    white-space: nowrap;
  }
}/*# sourceMappingURL=ip.css.map */