@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :topics.css
 style info :トピックスのスタイル
=================================================================== */
@media screen and (max-width: 767px) {
  .jpOnly header .fb {
    margin-right: 0 !important;
  }
}
.jpOnly header .langBox {
  display: none;
}

.contentArea {
  color: #000;
  font-weight: bold;
  background: url(../img/topics/bg_content.jpg) repeat 0 0;
}
@media screen and (min-width: 768px) {
  .contentArea {
    font-size: clamp(16px, 1.7vw, 18px);
    padding: 140px 0 60px;
    margin-top: -82px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea {
    font-size: 0.9vw;
    padding: 6vw 0 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .contentArea {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea {
    padding: 32vw 0 18vw;
  }
}
.contentArea h1 {
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  .contentArea h1 {
    width: min(90%, 1200px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea h1 {
    width: 50%;
  }
}
.contentArea h1:before, .contentArea h1:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .contentArea h1:before, .contentArea h1:after {
    height: 14px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1:before, .contentArea h1:after {
    height: 2.6vw;
    background-size: auto 100%;
  }
}
.contentArea h1:before {
  background-image: url(../img/shared/bg_tit_top.png);
  top: 0.2em;
}
.contentArea h1:after {
  background-image: url(../img/shared/bg_tit_bottom.png);
  bottom: 0.2em;
}
.contentArea h1 .in {
  text-shadow: 0.05em 0.05em #000;
  background-image: url(../img/shared/bg_tit_pat.png), url(../img/shared/bg_tit_pat.png), -webkit-gradient(linear, left top, right top, from(#2f3c65), color-stop(50%, #0f59aa), to(#2f3c65));
  background-image: url(../img/shared/bg_tit_pat.png), url(../img/shared/bg_tit_pat.png), linear-gradient(90deg, #2f3c65 0%, #0f59aa 50%, #2f3c65 100%);
  background-repeat: no-repeat;
  background-position: center left -3%, center right -3%, 0 0;
  padding: 0.8em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in {
    background-size: 14em auto, 14em auto, auto;
    border: solid 1px #67ddff;
    margin: 0 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in {
    background-size: 8em auto, 8em auto, auto;
  }
}
.contentArea h1 .in span {
  color: #fff;
  font-weight: 900;
  display: block;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in span {
    font-size: clamp(18px, 1.6vw, 22px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea h1 .in span {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in span {
    font-size: 3vw;
  }
}
.contentArea h1 .in em {
  color: #ffd625;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .contentArea h1 .in em {
    font-size: clamp(28px, 3.4vw, 40px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea h1 .in em {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea h1 .in em {
    font-size: 6vw;
  }
}
.contentArea .inner {
  background: url(../img/topics/bg_white-line.png) repeat 0 0;
  margin: 0 auto 3.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner {
    border-radius: 10px;
    width: min(90%, 1200px);
    padding: min(6vw, 80px) min(8vw, 120px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner {
    width: 50%;
    padding: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner {
    padding: 6vw 3vw;
  }
}
.contentArea .inner figure {
  margin-bottom: 1em;
}
.contentArea .inner p {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .read {
    margin-bottom: 4em;
  }
}
.contentArea .inner .read figure {
  margin-bottom: 2em;
}
.contentArea .inner .read h2 {
  color: #e50000;
  font-weight: 900;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .read h2 {
    font-size: clamp(22px, 3vw, 34px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .read h2 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .read h2 {
    font-size: 5.2vw;
  }
}
.contentArea .inner .read p em {
  color: #e50000;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec {
    margin-bottom: min(6vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec {
    margin-bottom: 10vw;
  }
}
.contentArea .inner .sec:last-of-type {
  margin-bottom: 0;
}
.contentArea .inner .sec h3 {
  color: #ffd625;
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 0.05em 0.05em #000;
  background-color: #006cd7;
  background-image: url(../img/shared/bg_tit_pat_h3.png), url(../img/shared/bg_tit_pat_h3.png);
  background-repeat: no-repeat;
  background-position: center left -3%, center right -3%;
  background-size: 6em auto;
  border: 1px solid #83bcf4;
  -webkit-box-shadow: 4px 7px 0 0 #fff000;
          box-shadow: 4px 7px 0 0 #fff000;
  border-radius: 10px;
  padding: 0.4em 0 0.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec h3 {
    font-size: clamp(22px, 3vw, 36px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec h3 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec h3 {
    font-size: 4.8vw;
    background-size: 24%;
  }
}
.contentArea .inner .sec h5 {
  color: #ffd900;
  font-weight: 700;
  border-radius: 6px;
  background: #646464;
  padding: 0.3em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec h5 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec h5 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec h5 {
    font-size: 5vw;
  }
}
.contentArea .inner .sec .movie {
  position: relative;
  border: 5px solid #a6ff4d;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .movie {
    width: clamp(540px, 90%, 760px);
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .movie {
    width: 80%;
  }
}
.contentArea .inner .sec .movie:before {
  background: url(../img/shared/icn_play.png) no-repeat center center/100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 16%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .slideArea {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .slideArea {
    margin-bottom: 6vw;
  }
}
.contentArea .inner .sec .slideArea .slider-for figure {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .slideArea .slider-for figure {
    margin-bottom: 16px;
  }
}
.contentArea .inner .sec .slideArea .slider-for figure img {
  outline: solid 1px #1b41b2;
  outline-offset: -1px;
}
.contentArea .inner .sec .slideArea .slider-for figure figcaption {
  color: #fff;
  text-shadow: 0.05em 0.05em #000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(7, 48, 167)), to(rgb(4, 158, 201)));
  background: linear-gradient(90deg, rgb(7, 48, 167) 0%, rgb(4, 158, 201) 100%);
  padding: 0.3em 0 0.5em;
  outline: solid 1px #5ab3d0;
  outline-offset: -0.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .slideArea .slider-for figure figcaption {
    font-size: clamp(20px, 2vw, 26px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .slideArea .slider-for figure figcaption {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .slideArea .slider-for figure figcaption {
    font-size: 4.2vw;
  }
}
.contentArea .inner .sec .slideArea .slider-nav {
  margin: 0.4em auto 0;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .slideArea .slider-nav {
    width: min(44vw, 540px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .slideArea .slider-nav {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .slideArea .slider-nav {
    width: 70%;
  }
}
.contentArea .inner .sec .slideArea .slider-nav .slick-slide {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-slide {
    margin: 0 6px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-slide {
    margin: 0 0.3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-slide {
    margin: 0 1vw;
  }
}
.contentArea .inner .sec .slideArea .slider-nav .slick-slide.slick-current img {
  outline: solid 3px #1b41b2;
  outline-offset: -3px;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-prev,
  .contentArea .inner .sec .slideArea .slider-nav .slick-next {
    width: 41px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-prev,
  .contentArea .inner .sec .slideArea .slider-nav .slick-next {
    width: 4.1vw;
    height: 4.2vw;
  }
}
.contentArea .inner .sec .slideArea .slider-nav .slick-prev:before,
.contentArea .inner .sec .slideArea .slider-nav .slick-next:before {
  display: none;
}
.contentArea .inner .sec .slideArea .slider-nav .slick-prev {
  background: url(../img/shared/bg_slide_arrow_l.png) no-repeat 0 0/100%;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-prev {
    left: -54px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-prev {
    left: -6vw;
  }
}
.contentArea .inner .sec .slideArea .slider-nav .slick-next {
  background: url(../img/shared/bg_slide_arrow_r.png) no-repeat 0 0/100%;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-next {
    right: -54px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .slideArea .slider-nav .slick-next {
    right: -6vw;
  }
}
.contentArea .inner .sec .boxFrame {
  border-radius: 8px;
  border: 2px solid #b9ecff;
  background: #edfaff;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .boxFrame {
    width: 94%;
    padding: 2em 2em 1em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .boxFrame {
    padding: 1em;
  }
}
.contentArea .inner .sec .boxFrame h4 {
  font-weight: 900;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25.5%, #ffe900), to(#ffb800));
  background: linear-gradient(90deg, #ffe900 25.5%, #ffb800 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .boxFrame h4 {
    font-size: clamp(16px, 2vw, 24px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .boxFrame h4 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .boxFrame h4 {
    font-size: 4vw;
  }
}
.contentArea .inner .sec .boxFrame .slideArea {
  margin-bottom: 1em;
}
.contentArea .inner .sec .cpImg {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .cpImg {
    width: 90%;
  }
}
.contentArea .inner .sec .cast {
  background: #fff;
  border: solid 2px #ffd625;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .cast {
    max-width: 760px;
    padding: 10px 10px 20px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .cast {
    max-width: 80%;
    padding: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .cast {
    padding: 2vw 2vw 4vw;
    margin: 0 auto 4vw;
  }
}
.contentArea .inner .sec .cast h4 {
  font-weight: 900;
  background: #ffd625;
  padding: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .cast .box {
    padding: 0 20vw;
  }
}
.contentArea .inner .sec .cast .box ul {
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .cast .box ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .cast .box ul li {
    margin-right: 0.5em;
  }
}
.contentArea .inner .sec .cast .box ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .cast .box ul li dl dt {
    width: 120px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .cast .box ul li dl dt {
    width: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .cast .box ul li dl dt {
    width: 7em;
  }
}
.contentArea .inner .sec .cast .box ul li dl dd:before {
  content: "：";
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .wrapBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .wrapBox {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .wrapBox figure {
    width: 180px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .wrapBox figure {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .wrapBox figure {
    padding: 0 30%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .wrapBox p {
    width: calc(96% - 180px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .wrapBox p {
    width: 78%;
  }
}
.contentArea .inner .sec .match {
  background: #fff;
  border: solid 2px #ffd625;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .match {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .match {
    margin: 0 auto 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .match {
    margin: 0 auto 4vw;
  }
}
.contentArea .inner .sec .match h4 {
  font-weight: 900;
  background: #ffd625;
  padding: 0.5em;
}
.contentArea .inner .sec .match .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .match .box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .match .box {
    padding: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .match .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 4vw;
  }
}
.contentArea .inner .sec .match .box table {
  text-align: left;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .match .box table {
    width: 58%;
  }
}
.contentArea .inner .sec .match .box table th,
.contentArea .inner .sec .match .box table td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-weight: 700;
  vertical-align: top;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .match .box table th,
  .contentArea .inner .sec .match .box table td {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .match .box table th,
  .contentArea .inner .sec .match .box table td {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .match .box table th {
    width: 140px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .match .box table th {
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .match .box table th {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .match .box table td {
    width: calc(100% - 140px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .sec .match .box table td {
    width: calc(100% - 8vw);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .match .box table td {
    width: calc(100% - 30vw);
  }
}
.contentArea .inner .sec .match .box table td dl {
  margin-bottom: 0.5em;
}
.contentArea .inner .sec .match .box table td dl:last-of-type {
  margin-bottom: 0;
}
.contentArea .inner .sec .match .box table td dl dd a {
  word-break: break-all;
}
.contentArea .inner .sec .match .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .match .box ul {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .match .box ul {
    padding-top: 4vw;
  }
}
.contentArea .inner .sec .match .box ul li {
  width: 48%;
}
.contentArea .inner .sec .match .box ul li figure {
  margin-bottom: 0;
}
.contentArea .inner .sec .eventInfo {
  background: #fff;
  border: solid 2px #ffd625;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .eventInfo {
    width: min(100%, 780px);
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .eventInfo {
    margin: 0 auto 4vw;
  }
}
.contentArea .inner .sec .eventInfo h4 {
  font-weight: 900;
  background: #ffd625;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .eventInfo .box {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .eventInfo .box {
    padding: 4vw;
  }
}
.contentArea .inner .sec .eventInfo .box table {
  width: 100%;
  margin: 0 auto 0.5em;
}
.contentArea .inner .sec .eventInfo .box table th,
.contentArea .inner .sec .eventInfo .box table td {
  border: 1px solid #ccc;
  font-weight: 700;
  padding: 0.5em;
}
.contentArea .inner .sec .eventInfo .box table th {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .eventInfo .box table th {
    width: min(20%, 180px);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .eventInfo .box table th {
    width: 24vw;
  }
}
.contentArea .inner .sec .eventInfo .box table td {
  text-align: left;
}
.contentArea .inner .sec .eventInfo .box .anoTxt {
  color: #666;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .eventInfo .box .anoTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .eventInfo .box .anoTxt {
    font-size: 3vw;
  }
}
.contentArea .inner .sec .eventInfo .box .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .inner .sec .eventInfo .box .anoTxt li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .inner .sec .logo {
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .logo {
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .logo {
    width: 70%;
  }
}
.contentArea .inner .sec .detailBox {
  border: solid 1px #ffd625;
  margin-bottom: 2em;
}
.contentArea .inner .sec .detailBox h4 {
  font-weight: 700;
  background: #ffd625;
  padding: 0.5em;
}
.contentArea .inner .sec .detailBox .detailIn {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 1.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .detailBox .detailIn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .detailBox .detailIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contentArea .inner .sec .detailBox .detailIn figure {
  border: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .detailBox .detailIn figure {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .detailBox .detailIn figure {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .detailBox .detailIn .in {
    width: 66%;
  }
}
.contentArea .inner .sec .detailBox .detailIn .in p {
  margin-bottom: 1em;
}
.contentArea .inner .sec .detailBox .detailIn .in table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.contentArea .inner .sec .detailBox .detailIn .in table th,
.contentArea .inner .sec .detailBox .detailIn .in table td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-weight: 700;
  vertical-align: top;
  padding: 0.5em 1em;
}
.contentArea .inner .sec .detailBox .detailIn .in table th {
  background: #efefef;
}
.contentArea .inner .sec .detailBox .detailIn .in table td p {
  margin-bottom: 0;
}
.contentArea .inner .sec .cmTable {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em;
}
.contentArea .inner .sec .cmTable th,
.contentArea .inner .sec .cmTable td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-weight: 700;
  vertical-align: top;
  padding: 0.5em 1em;
}
.contentArea .inner .sec .cmTable th {
  width: 24%;
  background: #efefef;
}
.contentArea .inner .sec .cmTable td {
  background: #fff;
}
.contentArea .inner .sec .cmBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .cmBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .cmBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .sec .cmBox li {
    width: calc(100% - 0.6666666667em);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .sec .cmBox li {
    width: 80%;
  }
}
.contentArea .inner .sec .cmBox li dl dt {
  background: #ffd625;
  padding: 0.5em;
}
.contentArea .inner .sec .cmBox li dl dd figure {
  margin-bottom: 0;
}
.contentArea .inner .news {
  text-align: left;
  border-radius: 16px;
  border: 1px solid #2a91c8;
  background: #f0f1f3;
  overflow: hidden;
  margin-top: 2em;
}
.contentArea .inner .news .mainTit {
  color: #fff;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#0730a7), to(#049ec9));
  background: linear-gradient(90deg, #0730a7 0%, #049ec9 100%);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .mainTit {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .news .mainTit {
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .inBox {
    font-size: 16px;
    padding: 2em 3em;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .news .inBox {
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .inner .news .inBox {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .news .inBox {
    font-size: 3.4vw;
    padding: 1em;
  }
}
.contentArea .inner .news .inBox .noteTxt {
  color: #999;
  text-align: right;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .inBox .noteTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .news .inBox .noteTxt {
    font-size: 3.2vw;
  }
}
.contentArea .inner .news .inBox h4 {
  color: #2a91c8;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #2a91c8;
  padding-bottom: 0.8em;
  margin: 1em 0 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .inBox h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .news .inBox h4 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .news .inBox h4 {
    font-size: 4.2vw;
  }
}
.contentArea .inner .news .inBox em {
  color: #e8303e;
  font-weight: 700;
}
.contentArea .inner .news .inBox .txt {
  margin-bottom: 1.5em;
}
.contentArea .inner .news .inBox .img {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.contentArea .inner .news .inBox .anoTxt {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .inBox .anoTxt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .news .inBox .anoTxt {
    font-size: 0.7vw;
  }
}
.contentArea .inner .news .inBox .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .inner .news .inBox .anoTxt li, :lang(fr) .contentArea .inner .news .inBox .anoTxt li, :lang(it) .contentArea .inner .news .inBox .anoTxt li, :lang(de) .contentArea .inner .news .inBox .anoTxt li, :lang(es) .contentArea .inner .news .inBox .anoTxt li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .inner .news .inBox .anoTxtBig {
  margin-bottom: 1.5em;
}
.contentArea .inner .news .inBox .anoTxtBig li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .inner .news .inBox .anoTxtBig li, :lang(fr) .contentArea .inner .news .inBox .anoTxtBig li, :lang(it) .contentArea .inner .news .inBox .anoTxtBig li, :lang(de) .contentArea .inner .news .inBox .anoTxtBig li, :lang(es) .contentArea .inner .news .inBox .anoTxtBig li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .inner .news .inBox .linkBox {
  border-radius: 10px;
  background: #e6faee;
  padding: 1em;
}
.contentArea .inner .news .inBox .linkBox p {
  margin-bottom: 0.5em;
}
.contentArea .inner .news .inBox .linkBox p em {
  color: #e8303e;
}
.contentArea .inner .news .inBox .linkBox .link {
  display: block;
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat top 0.3em left/1em;
  padding-left: 1.5em;
  margin-top: 0.5em;
}
.contentArea .inner .news .inBox .main {
  border-radius: 10px;
  background: #fff;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
}
.contentArea .inner .news .inBox .main dt {
  color: #e8303e;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .inBox .main dt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .news .inBox .main dt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .news .inBox .main dt {
    font-size: 3.8vw;
  }
}
.contentArea .inner .news .inBox .main dd {
  line-height: 1.8;
}
.contentArea .inner .news .inBox .main .anoTxt {
  margin: 1em 0 0;
}
.contentArea .inner .news .inBox .main .anoTxtBig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5em 0;
  margin: 1em 0 0;
}
.contentArea .inner .news .inBox .main .anoTxtBig li {
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .inner .news .inBox .main .anoTxtBig li, :lang(fr) .contentArea .inner .news .inBox .main .anoTxtBig li, :lang(it) .contentArea .inner .news .inBox .main .anoTxtBig li, :lang(de) .contentArea .inner .news .inBox .main .anoTxtBig li, :lang(es) .contentArea .inner .news .inBox .main .anoTxtBig li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .inner .news .inBox .main p {
  margin-bottom: 1em;
}
.contentArea .inner .news .inBox .main .numList {
  border-radius: 0.5em;
  background: #ffe9eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.4em 0;
  padding: 1.2em 1.5em;
  margin: 1.5em 0;
}
.contentArea .inner .news .inBox .main .numList li {
  color: #e8303e;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.contentArea .inner .news .inBox .answer {
  color: #e8303e;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.contentArea .inner .news .inBox .memoBox {
  border-radius: 10px;
  background: #fff;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
}
.contentArea .inner .news .inBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em 0;
  margin-top: 1em;
}
.contentArea .inner .news .inBox .list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .inner .news .inBox .list li:not(:lang(ja)) {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .inner .news .inBox h5 {
  color: #000;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25.5%, #ffe900), to(#ffb800));
  background: linear-gradient(90deg, #ffe900 25.5%, #ffb800 100%);
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .inBox h5 {
    font-size: 18px;
  }
}
.contentArea .inner .news .inBox .verTxt {
  color: #2a91c8;
}
.contentArea .inner .news .inBox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em 0;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .contentArea .inner .news .inBox .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contentArea .inner .news .inBox .flexBox .img {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .inBox .flexBox .img {
    width: 48.5%;
  }
}
.contentArea .inner .news .inBox .btn {
  text-align: center;
}
.contentArea .inner .news .inBox .tableBox {
  border: solid 1px #000;
  width: 100%;
  margin-bottom: 1.4em;
}
.contentArea .inner .news .inBox .tableBox caption {
  font-weight: 700;
  margin-bottom: 0.2em;
}
.contentArea .inner .news .inBox .tableBox th,
.contentArea .inner .news .inBox .tableBox td {
  font-weight: 700;
  border-bottom: solid 1px #000;
  background: #fff;
  text-align: left;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .inner .news .inBox .tableBox th,
  .contentArea .inner .news .inBox .tableBox td {
    font-size: 15px;
    border-left: 1px solid #000;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .inner .news .inBox .tableBox th,
  .contentArea .inner .news .inBox .tableBox td {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .inner .news .inBox .tableBox th,
  .contentArea .inner .news .inBox .tableBox td {
    display: table-cell;
    font-size: 3vw;
    text-align: left;
    border-left: 1px solid #000;
    width: 100%;
  }
}
.contentArea .inner .news .inBox .tableBox th {
  width: 34%;
  white-space: nowrap;
  background: #ddf5ff;
}
.contentArea .inner .news .inBox .tableBox th.cen {
  text-align: center;
}
.contentArea .inner .news .inBox .tableBox td.right {
  text-align: right;
}
.contentArea .inner .news .inBox .tableBox.tableTypeA tr:nth-child(odd) td {
  background: #f1fbff;
}
.contentArea .inner .news .inBox .tableBox.tableTypeA th {
  color: #fff;
  text-align: center;
  background: #0730a7;
  width: auto;
}
@media screen and (max-width: 767px) {
  .contentArea .inner .news .inBox .tableBox.tableTypeA td {
    font-size: 3.4vw;
  }
}
.contentArea .inner .news .inBox .txtIndent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
:lang(en) .contentArea .inner .news .inBox .txtIndent, :lang(it) .contentArea .inner .news .inBox .txtIndent, :lang(de) .contentArea .inner .news .inBox .txtIndent, :lang(es) .contentArea .inner .news .inBox .txtIndent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(fr) .contentArea .inner .news .inBox .txtIndent {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.contentArea .btn {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0.05em 0.05em #000;
  background: #cf0000 url(../img/shared/bg_arrow_yellow.svg) no-repeat right 1em center;
  padding: 0.8em 2.5em;
  margin: 0 auto 2em;
  -webkit-box-shadow: 0 0.2em 0 0 #7a0303;
          box-shadow: 0 0.2em 0 0 #7a0303;
}
@media screen and (min-width: 768px) {
  .contentArea .btn {
    max-width: 360px;
    background-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .btn {
    max-width: 20vw;
    background-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .btn {
    width: 60%;
  }
}
.contentArea .change p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contentArea .change p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .change p {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .change p {
    font-size: 4.4vw;
  }
}
.contentArea .change p.before {
  margin-bottom: 1em;
}
.contentArea .change p.before:after {
  display: block;
  content: "";
  margin: 1em auto;
  background: url(../img/topics/img_arrow_down.svg) no-repeat center center/100% auto;
  aspect-ratio: 68/38;
}
@media screen and (min-width: 768px) {
  .contentArea .change p.before:after {
    width: 68px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .change p.before:after {
    width: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .change p.before:after {
    width: 12vw;
  }
}
.contentArea .change p.after {
  color: #e60012;
}
.contentArea .copyright {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .contentArea .copyright {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .copyright {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .copyright {
    font-size: 3vw;
  }
}