@charset "UTF-8";
/************************************
	News
************************************/
.news main {
  position: relative;
}
.news .sort-box {
  margin-bottom: 7vw;
  position: relative;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news .sort-box {
    margin-bottom: 0;
    position: fixed;
    top: calc(85 / 1280 * 100vw);
  }
}
@media screen and (min-width: 1024px) {
  .news .sort-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
  }
}
@media screen and (min-width: 1921px) {
  .news .sort-box {
    left: 50%;
    top: 126px;
    transform: translateX(-50%);
  }
}
.news .sort-box .select-box select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-size: 0.9em;
  height: 100%;
  left: 50%;
  outline: none;
  overflow: hidden;
  padding: 0.5em;
  position: absolute;
  text-indent: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 100%;
}
.news .sort-box .select-box .select-list ul {
  letter-spacing: 0.05em;
  padding: 4vw 2vw 2vw;
}
@media screen and (min-width: 769px) {
  .news .sort-box .select-box .select-list ul {
    letter-spacing: 0.075em;
    padding: min(1vw, 18px) min(1vw, 18px) 0;
  }
}
.news .sort-box .select-box .select-list ul li {
  letter-spacing: normal;
  margin: 0 1vw 2vw;
  transition: initial;
}
@media screen and (min-width: 769px) {
  .news .sort-box .select-box .select-list ul li {
    margin: 0 min(0.25vw, 4.5px) min(1vw, 18px);
  }
}
.news .sort-box .select-box .select-list ul li.search-list-item label {
  display: block;
  width: 100%;
}
.news .sort-box .select-box .select-list ul li.search-list-item label input[type=checkbox] {
  display: none;
}
.news .sort-box .select-box .select-list ul li.search-list-item label span {
  background: #E8E9EE;
  border-radius: 5em;
  cursor: pointer;
  display: block;
  padding: 0.5em 3.5vw !important;
  transition: color 0.5s ease, background 0.5s ease;
}
@media screen and (min-width: 769px) {
  .news .sort-box .select-box .select-list ul li.search-list-item label span {
    padding: 0.5em 1.5em !important;
  }
}
.news .sort-box .select-box .select-list ul li.search-list-item label input[type=checkbox]:checked + span {
  color: #FFF;
  background: #004098;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=game] label input[type=checkbox]:checked + span {
  background: #00B4FF;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=event] label input[type=checkbox]:checked + span {
  background: #E90101;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=camp] label input[type=checkbox]:checked + span {
  background: #FF7F09;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=goods] label input[type=checkbox]:checked + span {
  background: #00CC6E;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=media] label input[type=checkbox]:checked + span {
  background: #8D1AC3;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=live] label input[type=checkbox]:checked + span {
  background: #C500FF;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=sale] label input[type=checkbox]:checked + span {
  background: #FF6699;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=apparel] label input[type=checkbox]:checked + span {
  background: #333;
}
.news .sort-box .select-box .select-list ul li.search-list-item[data-category*=other] label input[type=checkbox]:checked + span {
  background: #333;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover label span {
  color: #FFF;
  background: #004098;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=game] label span {
  background: #00B4FF;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=event] label span {
  background: #E90101;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=camp] label span {
  background: #FF7F09;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=goods] label span {
  background: #00CC6E;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=media] label span {
  background: #8D1AC3;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=live] label span {
  background: #C500FF;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=sale] label span {
  background: #FF6699;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=apparel] label span {
  background: #333;
}
.news .sort-box .select-box .select-list ul li.search-list-item:hover[data-category*=other] label span {
  background: #333;
}
.news .sort-box .select-box.search .select-list ul li {
  margin: 0 0 2vw;
}
@media screen and (min-width: 769px) {
  .news .sort-box .select-box.search .select-list ul li {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .news::before {
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.news.index .conts {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .news.index .conts {
    margin-top: min(7vw, 144px);
  }
}
.news.index .conts-box#pickup {
  margin-bottom: 4vw;
  padding: 0;
  transition: height 0.25s ease-in-out, margin 0.25s ease-in-out;
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#pickup {
    margin-bottom: min(4vw, 72px);
  }
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#pickup .panel-list .panel {
    border: 1px solid #004098;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#pickup .panel-list .panel .cat {
    font-size: 0.26rem;
    width: 8em;
  }
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#pickup .panel-list .panel-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.news.index .conts-box#pickup .panel-list .panel-inner .thumb {
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#pickup .panel-list .panel-inner .thumb {
    width: 44%;
  }
}
.news.index .conts-box#pickup .panel-list .panel-inner .detail {
  box-sizing: border-box;
  padding: 0 2vw 4vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#pickup .panel-list .panel-inner .detail {
    padding: min(1.3333333333vw, 24px) min(1vw, 18px);
    width: 56%;
  }
}
.news.index .conts-box#pickup .panel-list .panel-inner .detail .info-box {
  min-height: auto;
  min-height: initial;
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#pickup .panel-list .panel-inner .detail .info-box {
    padding-top: 0;
  }
}
.news.index .conts-box#pickup .panel-list .panel-inner .detail .info-box .date {
  margin-left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.news.index .conts-box#pickup .panel-list .panel-inner .detail .info-box::before {
  display: none;
}
.news.index .conts-box#pickup .panel-list .panel-inner .detail .series {
  color: #004098;
}
.news.index .conts-box#pickup .panel-list .panel-inner .detail .text {
  font-size: 0.36rem;
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#pickup .panel-list .panel-inner .detail .text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#pickup .panel-list .panel-inner .detail .text {
    color: #004098;
    font-size: min(0.25rem, 25px);
    font-weight: 700;
    padding-left: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#pickup .panel-list .panel-inner .detail .text::before {
    background: #004098;
    height: 1.5em;
    content: "";
    left: -0.5em;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 4px;
  }
}
.news.index .conts-box#pickup .panel-list .panel.link-type::after {
  content: "";
  display: none;
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .ttl-h2 span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .ttl-h2 small {
    font-size: 0.62rem;
  }
}
@media screen and (min-width: 1024px) {
  .news.index .conts-box#latest .conts-box-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1680px;
  }
}
.news.index .conts-box#latest .loading {
  min-height: 12vw;
  position: relative;
  width: 100%;
}
.news.index .conts-box#latest .loading-item {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}
.news.index .conts-box#latest .loading-item::after {
  -webkit-animation: loading 1.3s infinite linear;
  animation: loading 1.3s infinite linear;
  color: #004098;
  content: "";
  display: block;
  font-size: 0.5em;
  left: 50%;
  margin: auto;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  transform: translateZ(0) translate(-50%, -50%);
  width: 1em;
}
.news.index .conts-box#latest .loading.is-hide {
  display: none;
}
.news.index .conts-box#latest .error-message {
  padding: 4vw 0 8vw;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#latest .error-message {
    padding: min(2vw, 36px) 0 min(4vw, 72px);
  }
}
.news.index .conts-box#latest .error-message strong {
  font-size: 1.2em;
  color: #004098;
  display: block;
}
.news.index .conts-box#latest .error-message small {
  color: #999;
  display: block;
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel:not(:first-child)::before {
    background: #DBDBDB;
    content: "";
    display: block;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 92%;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel .thumb {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel .thumb img {
    border: 1px solid #E8E9EE;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel .detail {
    padding: 0;
    width: 66%;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel .detail .info-box {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel .detail .info-box::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel .detail .date {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .news.index .conts-box#latest .panel-list.News .panel .detail .text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .news.index .conts-box#latest .panel-list.News .panel:not(:nth-of-type(5n)) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .news.index .conts-box#latest .panel-list.News .panel:not(:nth-of-type(5n)) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .news.index .conts-box#latest .panel-list.News .panel:not(:nth-of-type(4n)) {
    margin-right: 2%;
  }
}
.news.index .conts-box#latest .link-btn.more::after {
  -webkit-animation: loading 1.3s infinite linear;
  animation: loading 1.3s infinite linear;
  color: #004098;
  content: "";
  display: none;
  font-size: 0.5em;
  margin: auto;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  width: 1em;
}
@media screen and (max-width: 768px) {
  .news.index.search .conts-box#latest {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .news.index.search .conts-box#latest .ttl-h2 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .news.index.search .conts-box#latest .ttl-h2 small {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 768px) {
  .news.article #wrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .news.article .conts {
    margin-top: min(4vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .news.article .conts-box {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .news.article .conts-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2vw;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .news.article .conts-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 1680px;
  }
}
@media screen and (min-width: 1921px) {
  .news.article .conts-box {
    padding-top: 36px;
  }
}
.news.article .conts-box #article {
  background: #FFF;
  margin-bottom: 8vw;
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  .news.article .conts-box #article {
    margin-top: 7vw;
  }
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #article {
    margin-bottom: 0;
    padding: min(2vw, 36px);
    width: calc(1420 / 1880 * 100%);
  }
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #article .section-inner {
    padding: 0 min(3vw, 54px);
  }
}
.news.article .conts-box #article .select-box#langSelect .label {
  background: #004098;
  border-radius: 2.5em;
  color: #FFF;
  padding: 0.25em 2em;
}
.news.article .conts-box #latest {
  background: #FFF;
  margin-bottom: 8vw;
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  .news.article .conts-box #latest {
    margin: 0 4vw;
  }
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #latest {
    padding: min(2vw, 36px) min(1vw, 18px);
    width: calc(420 / 1880 * 100%);
  }
}
.news.article .conts-box #latest .list-ttl {
  border-bottom: 1px solid #D2D2D2;
  color: #004098;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 6vw;
  padding-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #latest .list-ttl {
    font-size: min(0.26rem, 26px);
    margin-bottom: min(2vw, 36px);
    padding-bottom: min(1.3333333333vw, 24px);
  }
}
.news.article .conts-box #latest .panel-list .panel {
  border: none;
  margin-right: 0;
  width: 100%;
}
.news.article .conts-box #latest .panel-list .panel:not(.swiper-slide):not(:last-child) {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #latest .panel-list .panel:not(.swiper-slide):not(:last-child) {
    padding-bottom: min(2vw, 36px);
  }
}
.news.article .conts-box #latest .panel-list .panel .list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news.article .conts-box #latest .panel-list .panel .list-inner .thumb {
  width: 34%;
}
.news.article .conts-box #latest .panel-list .panel .list-inner .thumb img {
  border: 1px solid #E8E9EE;
}
.news.article .conts-box #latest .panel-list .panel .list-inner .detail {
  padding: 0;
  width: 62%;
}
.news.article .conts-box #latest .panel-list .panel .list-inner .detail .series {
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #latest .panel-list .panel .list-inner .detail .series {
    margin-bottom: min(0.5vw, 9px);
  }
}
.news.article .conts-box #latest .panel-list .panel .list-inner .detail .text {
  color: #004098;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #latest .panel-list .panel .list-inner .detail .text {
    margin-bottom: min(0.5vw, 9px);
  }
}
.news.article .conts-box #latest .panel-list .panel .list-inner .detail .date {
  font-size: 0.26rem;
}
@media screen and (max-width: 768px) {
  .news.article .conts-box #latest .panel-list .panel .list-inner .detail .date {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #latest .panel-list .panel .list-inner .detail .date {
    font-size: min(0.16rem, 16px);
  }
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #latest .panel-list .panel a:hover .thumb img {
    transform: none;
  }
}
.news.article .conts-box #latest .panel-list .text.no-article {
  margin-bottom: 8%;
  text-align: center;
  width: 100%;
}
.news.article .conts-box #latest .link-btn {
  min-width: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .conts-box #latest .link-btn .btn a {
    padding: min(1vw, 18px) min(1vw, 18px) min(1.1428571429vw, 20.5714285714px);
  }
}
.news.article .detail-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .news.article .detail-box dl {
    padding-bottom: min(1vw, 18px);
  }
}
.news.article .detail-box dl dt {
  background: #F8F8FA;
  color: #004098;
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  width: 12em;
}
.news.article .detail-box dl dd {
  padding: 0.5em 1em;
  width: calc(96% - 12em);
}
.news.article .detail-box dl dd ul li:not(:last-child) {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .news.article .detail-box dl dd ul li:not(:last-child) {
    margin-bottom: min(0.5vw, 9px);
  }
}
.news.article .detail-box dl dd ul:not(.link-list) li {
  padding-left: 1em;
  text-indent: -1em;
}
.news.article .detail-box dl dd ul:not(.link-list) li::before {
  content: "・";
}
.news.article .detail-box dl dd ul.link-list li::before {
  content: "\e409";
  display: inline-block;
  font-family: "Material Icons";
  vertical-align: middle;
}
.news.article .detail-box dl dd ul.link-list li a {
  color: #004098;
  display: inline;
  text-decoration: underline;
}
.news.article .detail-box dl dd ul.link-list li a:hover {
  text-decoration: none;
}
.news.article .enclose-box {
  background: #F8F8FA;
  border: 1px solid #E8E9EE;
  margin-bottom: 4vw;
  padding: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .enclose-box {
    margin-bottom: min(2vw, 36px);
    padding: min(2vw, 36px);
  }
}
.news.article .enclose-box dl dt {
  font-size: 0.4rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .news.article .enclose-box dl dt {
    font-size: min(0.24rem, 24px);
  }
}
.news.article .enclose-box dl dd {
  font-size: 0.38rem;
}
@media screen and (min-width: 769px) {
  .news.article .enclose-box dl dd {
    font-size: min(0.22rem, 22px);
  }
}
.news.article .enclose-box dl dd p, .news.article .enclose-box dl dd li {
  margin-bottom: 0.5em;
}
.news.article .enclose-box dl dd li.link-bnr {
  margin-top: 1em;
}
.news.article .enclose-box dl dd:not(:last-child) {
  margin-bottom: 2em;
}
.news.article .enclose-box dl.overview-list dt {
  color: #004098;
  font-weight: 700;
}
.news.article .enclose-box dl.flow-list dd:not(:last-child) {
  margin-bottom: 0.5em;
}
.news.article .enclose-box dl.flow-list dd:not(:last-child)::after {
  content: "↓";
  display: block;
  text-indent: 1em;
}
.news.article .enclose-box dl.faq-list {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .enclose-box dl.faq-list {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 1921px) {
  .news.article .enclose-box dl.faq-list {
    margin-bottom: 36px;
  }
}
.news.article .enclose-box dl.faq-list dt {
  padding-left: 1.75em;
  text-indent: -1.75em;
}
.news.article .enclose-box dl.faq-list dd {
  padding-left: 1.75em;
  text-indent: -1.75em;
}
.news.article .enclose-box .link-btn {
  margin-left: 0;
}
.news.article .enclose-box p {
  font-size: 0.38rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .news.article .enclose-box p {
    font-size: min(0.22rem, 22px);
  }
}
.news.article .ac-btn {
  position: relative;
}
.news.article .ac-btn::after {
  color: #004098;
  content: "\e145";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .news.article .ac-btn::after {
    right: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  .news.article .ac-btn::after {
    right: 18px;
  }
}
.news.article .ac-box {
  background: #FFF;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  display: none;
  margin-bottom: 0;
  padding: 4vw 6vw;
}
@media screen and (min-width: 769px) {
  .news.article .ac-box {
    padding: min(2vw, 36px) min(3vw, 54px);
  }
}
.news.article .enclose-box[data-elem=acBox] {
  background: #FFF;
  border-top: none;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  display: none;
  margin-bottom: 0;
}
.news.article .video-link {
  position: relative;
}
.news.article .video-link::after {
  background: url(/wp-content/themes/game/asset/common/images/common/yt_icon_b.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 22%;
  left: 50%;
  max-width: 135px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transition: background 0.25s ease, opacity 0.25s ease;
  transform: translate(-50%, -50%);
  width: 18%;
}
.news.article .video-link:hover::after {
  background: url(/wp-content/themes/game/asset/common/images/common/yt_icon_r.svg) center no-repeat;
  background-size: contain;
  opacity: 1;
}
.news.article .article-header {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-header {
    margin-bottom: min(3vw, 54px);
  }
}
.news.article .article-header .ttl-box {
  border-bottom: 1px solid #D2D2D2;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box {
    align-items: flex-end;
    margin-bottom: min(3vw, 54px);
    padding-bottom: min(2vw, 36px);
  }
}
.news.article .article-header .ttl-box h2 {
  order: 2;
  font-size: 0.56rem;
  font-weight: 700;
  margin-bottom: 2vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box h2 {
    font-size: min(0.4rem, 40px);
  }
}
.news.article .article-header .ttl-box-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  order: 1;
  width: 100%;
}
.news.article .article-header .ttl-box .date {
  display: inline-block;
  font-size: 0.44rem;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .date {
    font-size: min(0.28rem, 28px);
    margin-bottom: min(0.5vw, 9px);
  }
}
.news.article .article-header .ttl-box .article-lang-dropdown {
  display: none;
}
.news.article .article-header .ttl-box .article-lang-dropdown-inner {
  border: 1px solid #004098;
  border-radius: 0.2em;
  display: inline-block;
  color: #004098;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news.article .article-header .ttl-box .article-lang-dropdown.ui-select {
    display: inline-block;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-select .article-lang-dropdown-inner::after {
  color: #004098;
  content: "\e5d7";
  font-family: "Material Icons";
  font-size: 1.15em;
  font-weight: 500;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-select .article-lang-dropdown-label {
  font-weight: 500;
  left: calc(50% - 0.5em);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-select select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  opacity: 0;
  padding: 0.75em 2.5em 0.75em 0.5em;
  text-overflow: ellipsis;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .article-lang-dropdown.ui-list {
    display: inline-block;
    width: 14%;
  }
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-inner {
  border: none;
  border-radius: 0;
  line-height: 1.2;
  position: relative;
  width: 100%;
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-label {
  background: #FFF;
  border: 1px solid #004098;
  border-radius: 0.2em;
  cursor: pointer;
  font-size: 0.18rem;
  padding: 0.5em 1.5em 0.5em 0.5em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  .news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-label {
    font-size: 12px;
  }
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-label::after {
  color: #004098;
  content: "\e5d7";
  font-family: "Material Icons";
  font-size: 1.15em;
  font-weight: 500;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-menu {
  background: #FFF;
  border-right: 1px solid #004098;
  border-bottom: 1px solid #004098;
  border-left: 1px solid #004098;
  display: block;
  font-size: 0.18rem;
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(-15px);
  transition: all 0.4s ease-in-out;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-menu {
    font-size: 12px;
  }
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-menu li {
  background: #FFF;
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-menu li a {
  color: #000;
  padding: 0.5em;
  transition: color 0.2s ease-in;
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-menu li.current-lang {
  background: #004098;
  pointer-events: none;
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-menu li.current-lang a {
  color: #FFF;
}
.news.article .article-header .ttl-box .article-lang-dropdown.ui-list .article-lang-dropdown-menu li:hover a {
  color: #004098;
}
.news.article .article-header .ttl-box .cat-list {
  display: flex;
  flex-wrap: wrap;
  order: 3;
  margin-bottom: 4vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .cat-list {
    margin-bottom: 0;
    width: 50%;
  }
}
.news.article .article-header .ttl-box .cat-list li {
  border-radius: 5em;
  box-shadow: 0 0 0 1px #004098;
  cursor: pointer;
  font-size: 0.3rem;
  line-height: 1;
  text-align: center;
  transition: background 0.5s ease, color 0.5s ease;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .cat-list li {
    font-size: min(0.14rem, 14px);
  }
}
.news.article .article-header .ttl-box .cat-list li a {
  color: #004098;
  padding: 1vw 2vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .cat-list li a {
    padding: min(0.5vw, 9px) min(1vw, 18px);
  }
}
.news.article .article-header .ttl-box .cat-list li:not(:last-child) {
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .cat-list li:hover {
    background: #004098;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .cat-list li:hover a {
    color: #FFF;
  }
}
.news.article .article-header .ttl-box .share-list {
  display: flex;
  flex-wrap: wrap;
  order: 4;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .share-list {
    justify-content: flex-end;
    width: 50%;
  }
}
.news.article .article-header .ttl-box .share-list li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news.article .article-header .ttl-box .share-list li {
    margin-bottom: 2%;
  }
}
.news.article .article-header .ttl-box .share-list li:not(:last-child) {
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .ttl-box .share-list li:not(:last-child) {
    margin-right: 1%;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-header .item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.news.article .article-header .item-box .thumb {
  line-height: 1;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .item-box .thumb {
    margin-bottom: 0;
    width: calc(420 / 1000 * 100%);
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-header .item-box .thumb.fullSize {
    width: 100%;
  }
}
.news.article .article-header .item-box .thumb img {
  border: 1px solid #DDD;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .item-box .detail-box {
    width: calc(540 / 1000 * 100%);
  }
}
.news.article .article-header .item-box .detail-box h3 {
  color: #004098;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-header .item-box .detail-box h3 {
    font-size: min(0.3rem, 30px);
    margin-bottom: min(1vw, 18px);
  }
}
.news.article .article-header .item-box .detail-box dl dt {
  font-size: 0.8em;
  width: 8em;
}
.news.article .article-header .item-box .detail-box dl dd {
  padding: 0.5em 0;
  width: calc(100% - 8em);
}
.news.article .article-main {
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main {
    margin-bottom: min(0.5vw, 9px);
  }
}
.news.article .article-main h3 {
  background: #F8F8FA;
  border-left: 4px solid #004098;
  color: #004098;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 2vw 4vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .news.article .article-main h3 {
    font-size: min(0.3rem, 30px);
    margin-bottom: min(2vw, 36px);
    padding: min(1vw, 18px) min(2vw, 36px);
  }
}
.news.article .article-main h3::before {
  background: #FED100;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.news.article .article-main h4 {
  border-top: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  color: #004098;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 1vw 4vw;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-main h4 {
    font-size: min(0.3rem, 30px);
    margin-bottom: min(2vw, 36px);
    padding: min(0.5vw, 9px) min(1.6666666667vw, 30px);
  }
}
.news.article .article-main h4::before, .news.article .article-main h4::after {
  content: "";
  display: block;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  width: 4px;
}
.news.article .article-main h4::before {
  background: #004098;
  left: 0;
}
.news.article .article-main h4 span {
  display: block;
  position: relative;
  z-index: 2;
}
.news.article .article-main h4 span.ac-btn::after {
  right: 0;
}
.news.article .article-main h4[data-handle=acBtn] {
  cursor: pointer;
  margin-bottom: 0;
}
.news.article .article-main h5 {
  border-top: 1px solid #004098;
  border-bottom: 1px solid #004098;
  color: #004098;
  font-size: 0.42rem;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 1vw 4vw;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-main h5 {
    font-size: min(0.26rem, 26px);
    margin-bottom: min(2vw, 36px);
    padding: min(0.5vw, 9px) min(1.6666666667vw, 30px);
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main .link-btn {
    width: calc(720 / 1420 * 100%);
  }
}
.news.article .article-main table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news.article .article-main table {
    border-collapse: collapse;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main table {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
  }
}
@media screen and (max-width: 768px) {
  .news.article .article-main table::before {
    background: #004098;
    color: #FFF;
    content: attr(data-th);
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    left: 50%;
    margin: 0 auto -1px;
    padding: 1em 0.5em;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: calc(100% + 2px);
  }
}
@media screen and (max-width: 768px) {
  .news.article .article-main table tr {
    border: 1px solid #004098;
  }
}
.news.article .article-main table th {
  background: #004098;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  color: #FFF;
  font-size: 0.4rem;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news.article .article-main table th {
    border-right: none;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main table th {
    font-size: min(0.2rem, 20px);
  }
}
.news.article .article-main table td {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 0.4rem;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news.article .article-main table td {
    border-right: none;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main table td {
    font-size: min(0.2rem, 20px);
  }
}
.news.article .article-main table td small {
  font-size: 0.8em;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .news.article .article-main table td:nth-of-type(1) {
    background: #F8F8FA;
  }
}
@media screen and (max-width: 768px) {
  .news.article .article-main table td:nth-of-type(1)::before {
    content: attr(data-th);
    color: #000;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .news.article .article-main table td:nth-of-type(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .news.article .article-main table td:not(:nth-of-type(1))::before {
    content: attr(data-th);
    color: #000;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    margin-right: 1em;
  }
}
.news.article .article-main .anchor-link {
  background: #F8F8FA;
  border: 1px solid #DDD;
  padding: 4vw 4vw 2vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link {
    padding: min(2vw, 36px) min(2vw, 36px) min(1vw, 18px);
  }
}
.news.article .article-main .anchor-link-ttl {
  border: none;
  line-height: 1.2;
  padding: 0 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link-ttl {
    padding: 0 min(1.3333333333vw, 24px);
  }
}
.news.article .article-main .anchor-link .anchor-link-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news.article .article-main .anchor-link .anchor-link-list {
    justify-content: center;
  }
}
.news.article .article-main .anchor-link .anchor-link-list:not(:last-of-type) {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link .anchor-link-list:not(:last-of-type) {
    margin-bottom: min(2vw, 36px);
  }
}
.news.article .article-main .anchor-link .anchor-link-list li {
  background: #FFF;
  border: 1px solid #004098;
  border-radius: 2.5em;
  font-size: 0.8em;
  margin-right: 2.6666666667vw;
  margin-bottom: 4vw;
  transition: background 0.2s ease;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link .anchor-link-list li {
    margin-right: min(1.3333333333vw, 24px);
    margin-bottom: min(0.6666666667vw, 12px);
  }
}
.news.article .article-main .anchor-link .anchor-link-list li a {
  color: #004098;
  padding: 0.5em 0.75em 0.5em 0.5em;
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link .anchor-link-list li a {
    padding: 0.5em 1.5em 0.5em 1em;
  }
}
.news.article .article-main .anchor-link .anchor-link-list li .ic::before {
  color: #004098;
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link .anchor-link-list li:hover {
    background: #004098;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link .anchor-link-list li:hover a {
    color: #FFF;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link .anchor-link-list li:hover .ic::before {
    color: #FFF;
  }
}
.news.article .article-main .anchor-link .anchor-link-list-ttl {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .anchor-link .anchor-link-list-ttl {
    margin-bottom: min(1vw, 18px);
  }
}
.news.article .article-main .step-ttl {
  border: 1px solid #DDD;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.42rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .step-ttl {
    font-size: min(0.26rem, 26px);
  }
}
.news.article .article-main .step-ttl-num {
  background: #004098;
  color: #FFF;
  padding: 0.5vw 0;
  text-align: center;
  width: 3em;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .step-ttl-num {
    padding: min(0.25vw, 4.5px) 0;
  }
}
.news.article .article-main .step-ttl-text {
  color: #004098;
  padding: 0.5vw 4vw;
  width: calc(100% - 3em);
}
@media screen and (min-width: 769px) {
  .news.article .article-main .step-ttl-text {
    padding: min(0.25vw, 4.5px) min(1.6666666667vw, 30px);
  }
}
.news.article .article-main .col-box {
  display: flex;
  flex-wrap: wrap;
}
.news.article .article-main .col-box .col {
  width: 48.5%;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .col-box .col.link-btn {
    min-width: auto;
    min-width: initial;
  }
}
.news.article .article-main .col-box .col:not(:nth-child(even)) {
  margin-right: 3%;
}
.news.article .article-main .col-box .col-pc {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .col-box .col-pc {
    width: 48.5%;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main .col-box .col-pc.link-btn {
    min-width: auto;
    min-width: initial;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main .col-box .col-pc:not(:nth-child(even)) {
    margin-right: 3%;
  }
}
.news.article .article-main .col-box-gallery .img {
  line-height: 0;
  width: 48.5%;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .col-box-gallery .img {
    width: 14.1666667%;
  }
}
@media screen and (max-width: 768px) {
  .news.article .article-main .col-box-gallery .img:not(:nth-child(even)) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 769px) {
  .news.article .article-main .col-box-gallery .img:not(:nth-child(6n)) {
    margin-right: 3%;
  }
}
.news.article .article-main p {
  font-size: 0.4rem;
  line-height: 2;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main p {
    font-size: min(0.22rem, 22px);
    margin-bottom: min(2vw, 36px);
  }
}
.news.article .article-main .img {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .img {
    margin-bottom: min(2vw, 36px);
  }
}
.news.article .article-main .img a {
  display: block;
}
.news.article .article-main .img img {
  border: 1px solid #DDD;
}
.news.article .article-main .img.caption {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main .img.caption {
    margin-bottom: min(0.5vw, 9px);
  }
}
.news.article .article-main figure {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main figure {
    margin-bottom: min(2vw, 36px);
  }
}
.news.article .article-main figure .img {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-main figure .img {
    margin-bottom: min(0.5vw, 9px);
  }
}
.news.article .article-sub h3 {
  background: #F8F8FA;
  border-left: 4px solid #004098;
  color: #004098;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 2vw 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub h3 {
    font-size: min(0.3rem, 30px);
    margin-bottom: min(2vw, 36px);
    padding: min(1vw, 18px) min(2vw, 36px);
  }
}
.news.article .article-sub h4 {
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  color: #004098;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 1vw 4vw;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub h4 {
    font-size: min(0.3rem, 30px);
    margin-bottom: min(2vw, 36px);
    padding: min(0.5vw, 9px) min(1.6666666667vw, 30px);
  }
}
.news.article .article-sub h4::before, .news.article .article-sub h4::after {
  content: "";
  display: block;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  width: 4px;
}
.news.article .article-sub h4::before {
  background: #004098;
  left: 0;
}
.news.article .article-sub h4 span {
  display: block;
  position: relative;
  z-index: 2;
}
.news.article .article-sub h4 span.ac-btn::after {
  right: 0;
}
.news.article .article-sub h4[data-handle=acBtn] {
  cursor: pointer;
  margin-bottom: 0;
}
.news.article .article-sub h5 {
  color: #004098;
  font-size: 0.42rem;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 1vw 4vw;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub h5 {
    font-size: min(0.26rem, 26px);
    margin-bottom: min(2vw, 36px);
    padding: min(0.5vw, 9px) min(1.6666666667vw, 30px);
  }
}
.news.article .article-sub h5::before, .news.article .article-sub h5::after {
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub h5::before, .news.article .article-sub h5::after {
    bottom: -4px;
    height: 4px;
  }
}
.news.article .article-sub h5::before {
  background: #FED100;
  left: 0;
  width: 3em;
}
.news.article .article-sub h5::after {
  background: #004098;
  right: 0;
  width: calc(100% - 3em);
}
.news.article .article-sub .step-ttl {
  border: 1px solid #DDD;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.42rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub .step-ttl {
    font-size: min(0.26rem, 26px);
  }
}
.news.article .article-sub .step-ttl-num {
  background: #004098;
  color: #FFF;
  padding: 0.5vw 0;
  text-align: center;
  width: 3em;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub .step-ttl-num {
    padding: min(0.25vw, 4.5px) 0;
  }
}
.news.article .article-sub .step-ttl-text {
  color: #004098;
  padding: 0.5vw 4vw;
  width: calc(100% - 3em);
}
@media screen and (min-width: 769px) {
  .news.article .article-sub .step-ttl-text {
    padding: min(0.25vw, 4.5px) min(1.6666666667vw, 30px);
  }
}
.news.article .article-sub .detail-ttl {
  background: #F8F8FA;
  border-left: 4px solid #004098;
  color: #004098;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 2vw 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub .detail-ttl {
    font-size: min(0.3rem, 30px);
    margin-bottom: min(2vw, 36px);
    padding: min(1vw, 18px) min(2vw, 36px);
  }
}
.news.article .article-sub .detail-box {
  background: #F8F8FA;
  border: 1px solid #E8E9EE;
  margin-bottom: 4vw;
  padding: 4vw;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub .detail-box {
    margin-bottom: min(2vw, 36px);
    padding: min(2vw, 36px);
  }
}
.news.article .article-sub .detail-box dl {
  align-items: stretch;
  padding-bottom: 0;
}
.news.article .article-sub .detail-box dl dt {
  background: transparent;
  padding: 0 1em 0.5em;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub .detail-box dl dt {
    border-right: 1px solid #E8E9EE;
    padding: 1em;
    width: 12em;
  }
}
.news.article .article-sub .detail-box dl dd {
  padding: 0 1em;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article .article-sub .detail-box dl dd {
    padding: 1em;
    width: calc(96% - 12em);
  }
}
@media screen and (max-width: 768px) {
  .news.article .article-sub .detail-box dl:not(:last-child) {
    border-bottom: 1px solid #E8E9EE;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
.news.article-blank .conts {
  margin-top: 0;
}
.news.article-blank .conts-box {
  padding-top: 0;
}
.news.article-blank .conts-box-inner#article {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news.article-blank .conts-box-inner#article {
    margin-right: auto;
    margin-left: auto;
    min-height: 50vh;
    width: 75.5319148936%;
  }
}

/************************************
    state
************************************/
@media screen and (min-width: 769px) {
  .news .sort-box.is-fixed {
    position: fixed;
    right: 0;
    top: calc(85 / 1280 * 100vw);
    z-index: 8;
  }
}
.news .sort-box.is-fixed.is-active {
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  .news .sort-box.is-fixed.is-active {
    width: 100%;
  }
}
.news .sort-box.is-fixed.is-active .sort-list .sort-item {
  display: block;
}
@media screen and (min-width: 769px) {
  .news .sort-box.is-fixed.is-active .sort-btn {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .news .sort-box.is-fixed.is-disable .sort-list .sort-item {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .news .sort-box.is-fixed.is-disable .sort-btn {
    display: block;
    right: min(2vw, 36px);
  }
}
.news .sort-box .label-select-item.is-hide {
  display: none;
}
.news.index .conts-box#pickup.is-hide {
  -webkit-animation: fadeOut 0.5s ease-in-out forwards;
  animation: fadeOut 0.5s ease-in-out forwards;
}
.news.index .conts-box#pickup.is-filter {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.news.index .conts-box#latest.is-hide {
  -webkit-animation: fadeOut 0.5s ease-in-out forwards;
  animation: fadeOut 0.5s ease-in-out forwards;
}
.news.index .conts-box#latest .loading.is-hide {
  display: none;
}
.news.index .conts-box#latest .error-message.is-hide {
  display: none;
}
.news.index .conts-box#latest .panel-list.News .panel:not(.is-init) {
  animation: fadeIn 0.2s ease-in-out forwards;
}
.news.index .conts-box#latest .panel-list.News .panel.is-hide {
  display: none;
}
.news.index .conts-box#latest .panel-list.News .panel.is-show {
  display: block;
}
.news.index .conts-box#latest .panel-list.News .panel.is-hide {
  display: none;
}
.news.index .conts-box#latest .panel-list.News .panel.is-disable {
  display: none;
}
.news.index .conts-box#latest .panel-list.News .panel.is-active {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.news.index .conts-box#latest .link-btn.more.is-disable .btn {
  visibility: hidden;
}
.news.index .conts-box#latest .link-btn.more.is-disable::after {
  display: block;
}
.news.index .conts-box#latest .link-btn.more.is-hide {
  padding-top: 0 !important;
}
.news.index .conts-box#latest .link-btn.more.is-hide .btn {
  display: none;
}
.news.index.search .conts-box#pickup {
  opacity: 0;
}
.news.index.search .conts-box#pickup.is-show {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.news.index.search .conts-box#latest {
  opacity: 0;
}
.news.index.search .conts-box#latest.is-show {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.news.index.is-search .conts-box#pickup {
  display: none;
}
@media screen and (min-width: 769px) {
  .news.index.is-search .conts-box#latest {
    min-height: 31vh;
  }
}
.news.article .conts-box .article-header .article-lang-dropdown.ui-list .article-lang-dropdown-inner.is-open {
  cursor: pointer;
}
.news.article .conts-box .article-header .article-lang-dropdown.ui-list .article-lang-dropdown-inner.is-open .article-lang-dropdown-label {
  border-radius: 0.2em 0.2em 0 0/0.2em 0.2em 0 0;
  pointer-events: none;
}
.news.article .conts-box .article-header .article-lang-dropdown.ui-list .article-lang-dropdown-inner.is-open .article-lang-dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  visibility: visible;
}
.news.article .ac-btn.is-active::after {
  content: "\e15b";
}
.news.article .is-active .ac-btn::after {
  content: "\e15b";
}
.news.ua-sp .sort-box .select-box ul, .news.ua-tb .sort-box .select-box ul {
  display: none;
}
.news.ua-pc .sort-box select {
  display: none;
}
