@charset "UTF-8";
/* CSS Document */
.expo_contents .breadcrumb li a:focus-visible,
#topics li a:focus-visible,
.box .detail a:focus-visible,
.expo_contents .btn_top a:focus-visible,
.partner_section a:focus-visible{
  border-color: #005C97;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fff, 0 0 0 8px #fff;
  outline: 4px #005C97 solid;
}

/* ---------------------------------------------
*  box
--------------------------------------------- */
.box {
  position: relative;
  background: #fff;
  padding: 100px 40px;
}
.box .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.box .ttl time {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 7px 10px 7px 12px;
  background: #001973;
  font-weight: bold;
}
.box .ttl h1 {
  font-size: 42px;
  line-height: 1.5;
  margin-top: 8px;
}
.box .ttl h1:first-child {
  margin-top: 0;
}
.box .ttl h1 span {
  font-size: 26px;
}
.box .ttl + .img {
  margin-top: 40px;
}
.box .detail + .ttl {
  margin-top: 80px;
}
.box .detail {
  margin-top: 40px;
}
.box .detail p {
  font-size: 18px;
  line-height: 2;
}
.box .detail p a {
  word-break: break-all;
  text-decoration: underline;
}
.box .detail p a:hover {
  text-decoration: none;
}
.box .detail .imgCol2 + p {
  margin-top: 40px;
}
.box .detail h2 {
  font-size: 22px;
  margin-top: 40px;
}
.box .detail table {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
.box .detail table th,
.box .detail table td {
  border-top: 1px solid #ccc;
  padding: 20px 40px;
  font-size: 18px;
}
.box .detail table th {
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
.box .detail table td {
  width: 100%;
  padding-left: 0;
}
.box .detail a {
  text-decoration: underline;
  color: #0072bc;
}
.box .detail .indent  {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
/* 
.box .detail table td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../assets/img/topics/icon_win_01.svg");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  margin-left: 8px;
} 
*/
.box .detail a {
  position: relative;
}
.box .detail a .icon {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 4px;
  right: -22px;
}
.box .detail a .icon img {
  vertical-align: top;
}
.box .detail a:hover {
  text-decoration: none;
}
.box .detail table td .note {
  display: block;
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 5px;
}
.box .detail .img {
  margin-top: 60px;
  text-align: center;
}
.expo_contents .box .btn_top {
  opacity: 1;
  transform: translateY(0);
}
.box .closeBox {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
}
.box .imgCol3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}
.box .imgCol5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}
.box .imgCol5 .img{
  margin: 0!important;
}
.box .imgCol2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}
.box li.imgCol2 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.box .img + .imgCol2 {
  margin-top: 20px;
}
.box table + .imgCol2 {
  margin-top: 60px;
}
.box .detail .txtBox{
  padding: 40px;
  border: 1px solid #333;
  margin: 40px auto;
}
.box .detail .txtBox h2{
  margin-top: 0;
}
.box .detail h3{
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.box .detail h3 + .imgCol2{
  margin-top: 20px;
}
.box .detail .imgCol2 h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.box .detail h3 br {
  display: none;
}
.box .detail .note  {
  margin-top: 20px;
}
.box .detail .note li {
  font-size: 13px;
  margin-left: 2em;
  text-indent: -2em;
  line-height: 1.5;
  margin-top: 5px;
}
.box .detail .note li span {
  display: block;
}
@media screen and (max-width: 750px) {
  .box {
    padding: 80px 15px 60px;
  }
  .box .ttl h1 {
    font-size: 24px;
  }
  .box .ttl h1 span {
    font-size: 18px;
  }
  .box .ttl time {
    font-size: 14px;
  }
  .box .detail {
    margin-top: 25px;
  }
  .box .detail p {
    font-size: 14px;
  }
  .box .detail .imgCol2 + p {
    margin-top: 30px;
  }
  .box .detail h2 {
    font-size: 16px;
    margin-top: 25px;
  }
  .box .detail table {
    margin-top: 15px;
  }
  .box .detail table th,
  .box .detail table td {
    padding: 10px 10px;
    font-size: 14px;
  }
  .box .detail table th {
    line-height: 1.5;
    padding-top: 12px;
  }
  .box .detail table td .note {
    font-size: 11px;
  }
  .box .detail .img {
    margin-top: 30px;
  }
  .box table + .imgCol2 {
    margin-top: 40px;
  }
  .box .detail .txtBox{
    padding: 20px;
    margin: 20px auto;
  }
  .box .detail .imgCol2 h3 {
    margin-bottom: 0;
  }
  .box .detail h3 br {
    display: block;
  }
  .box .detail + .ttl {
    margin-top: 40px;
  }
  .box .detail .note  {
    margin-top: 10px;
  }
  .box .detail .note li {
    font-size: 11px;
  }
  .box .detail .indent  {
    font-size: 14px;
    margin-top: 20px;
  }
  .box li.imgCol2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .box li.imgCol2 .col{
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .box .closeBox {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
.box .imgCol5,
.box .imgCol3,
  .box .imgCol2 {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
  }
  .box .img + .imgCol2 {
    margin-top: 10px;
  }
}


/* ---------------------------------------------
*  index
--------------------------------------------- */
.index {
  max-width: 1450px;
  margin: 0 auto;
  padding: 120px 40px 0;
}
.index h1 {
  font-size: 50px;
  line-height: 1.5;
}
.index .ttl{
  position: relative;
}
.index .ttl p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.index .ttl .link {
  text-decoration: underline;
  color: #0072bc;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  transition: opacity .4s;
  position: absolute;
  display: flex;
  column-gap: 15px;
  content: "";
  bottom: 0;
  right: 0;
  margin-top: 0;
}
.index .ttl .link a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 13px 46px 15px 24px;
  background: #001973;
  font-weight: bold;
  transition: opacity .4s;
  position: relative;
  border-radius: 8px;
}
.index .ttl .link .nr a {
  background: #008770;
}
.index .ttl .link a:hover {
  opacity: .7;
}
.index .ttl .link a::before,
.index .ttl .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  height: 2px;
  transition: all .4s cubic-bezier(.210, .60, .350, 1);
}
.index .ttl .link a::before {
  right: 20px;
  width: 16px;
}
.index .ttl .link a::after {
  right: 20px;
  transform-origin: right bottom;
  width: 8px;
  transform: rotate(45deg);
}
#topics {
  margin-top: 30px;
  max-width: 1370px;
  margin: 0 auto;
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#topics li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 36px 0 rgba(49, 49, 147, .15);
  transition: box-shadow .3s, transform .3s;
}
#topics li a:hover {
  box-shadow: 0 28px 46px 0 rgba(49, 49, 147, .1);
  transform: translateY(-6px);
}
/* 
#topics li a[target="_blank"]::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 25px;
  background-image: url("../assets/img/index/icon_win_01.svg");
  width: 20px;
  height: 20px;
}
 */
#topics li a .icon {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}
#topics li a .icon img {
  vertical-align: top;
}
#topics .nr a time{
  background: #008770;
}
#topics li a time {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 7px 10px 7px 12px;
  background: #001973;
  font-weight: bold;
}
#topics li a h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 6px;
  font-weight: normal;
}
#topics li a p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 6px;
}
#topics li.comingsoon {
  pointer-events: none;
}
#topics li.comingsoon a {
  background: rgba(120, 120, 120, .3);
}
#topics li.comingsoon a::before {
  display: none;
}
@media screen and (max-width: 750px) {
  #nr h1 {
    text-align: left;
  }
  .index .ttl .link {
    position: static;
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
    justify-content: center;
  }
  .index .ttl p {
    font-size: 16px;
    text-align: center;
  }
  .index {
    padding: 60px 20px 0;
  }
  .index h1 {
    font-size: 34px;
    text-align: center;
  }
  #topics {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding-top: 20px;
  }
  #topics li a {
    padding: 15px;
    border-radius: 8px;
  }
  #topics li.comingsoon {
    display: none;
  }
  .index .ttl .link a::before {
    width: 13px;
    right: 15px;
  }
  .index .ttl .link a::after {
    width: 6px;
    right: 15px;
  }
  #topics li a h3, #topics li a p {
    font-size: 14px;
  }
  .index .ttl .link a {
    font-size: 12px;
    padding: 12px 35px 12px 12px;
  }
  #topics li a time {
    font-size: 13px;
    padding: 6px;
    display: block;
    width: fit-content;
  }
  #topics li a p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
  }
}


/* ---------------------------------------------
*  fade
--------------------------------------------- */

.box + .partner_section {
  margin-top: 2px;
}
#topics li {
  perspective: 2000px;
  transform-style: preserve-3d;
}
#topics li a {
  transform: translateY(60px) rotateX(0deg) rotateY(50deg) rotateZ(0deg);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
#topics li.fade a {
  transform: translateY(0) rotateX(0) rotateY(0) rotateZ(0);
  opacity: 1;
}
#topics li {
  transform: scale(1);
  transition: transform .4s cubic-bezier(.210, .60, .350, 1);
}
#topics li:hover {
  transform: scale(.98);
}


/* ---------------------------------------------
*  video
--------------------------------------------- */
.video{
  margin: 40px auto 0;
  max-width: 1000px;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .video{
    margin: 20px auto 0;
  }
}

/* ---------------------------------------------
*  topics250123
--------------------------------------------- */
#topics250123 .img h3{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
#topics250123 .img h3::before,
#topics250123 .img h3::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #333;
}
#topics250123 .img h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#topics250123 .img h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
#topics250123 .img a{
  text-decoration: none;
  color: #333;
 transition: opacity .4s;
}
#topics250123 .img a:hover{
  opacity: .7;
}
#topics250123 .lead{
  text-align: center;
  margin-top: 60px;
  line-height: 4;
}
@media screen and (max-width: 750px) {
#topics250123 .lead{
  margin-top: 20px;
  line-height: 3;
}
#topics250123 .img h3{
  font-size: 14px;
}
}
/* ---------------------------------------------
*  topics241011
--------------------------------------------- */
@media screen and (max-width: 750px) {
  #topics241011 .detail h3{
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* ---------------------------------------------
*  topics241013
--------------------------------------------- */
#topics241013 .lead{
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 40px;
}
#topics241013 .detail + .ttl h1{
  font-size: 38px;
}
#topics241013 p span{
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (max-width: 750px) {
  #topics241013 .lead{
    margin-top: 20px;
    line-height: 1.5;
    padding-top: 20px;
  }
#topics241013 .detail + .ttl h1{
  font-size: 22px;
}
}
/* ---------------------------------------------
*  topics250203
--------------------------------------------- */
#topics250203 table{
  margin-top: 0;
  border: none;
}
#topics250203 td br{
  display: none;
}
#topics250203 td,
#topics250203 th{
  font-weight: normal;
  padding: 10px 20px;
  border: none;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
#topics250203 td,
#topics250203 th{
  padding: 5px;
  vertical-align: top;
}
#topics250203 td br{
  display: block;
}
}
/* ---------------------------------------------
*  topics250228
--------------------------------------------- */
#topics250228 .col2{
  display: flex;
  gap:40px;
}
#topics250228 .txt {
  width: 60%;
}
#topics250228 .txt p + p{
  margin-top: 20px;
}
#topics250228 .movie{
  border-radius: 16px;
  overflow: hidden;
  width: 40%;
  max-width: 320px;
}
#topics250228 .movie iframe{
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}
#topics250228 li{
  font-size: 18px;
  line-height: 2;
}
#topics250228 .img + h2,
#topics250228 .img + p{
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #topics250228 .img + h2,
  #topics250228 .img + p{
    margin-top: 10px;
  }
  #topics250228 li{
    font-size: 14px;
  }
  #topics250228 .col2{
    flex-wrap: wrap;
    gap:20px;
  }
  #topics250228 .txt {
    width: 100%;
  }
  #topics250228 .txt p + p{
    margin-top: 10px;
  }
  #topics250228 .movie{
    border-radius: 16px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  #topics250228 li{
    font-size: 14px;
  }
}
/* ---------------------------------------------
*  topics250221
--------------------------------------------- */
#topics250221 h2{
  color: #0072BC;
  margin-top: 80px;
}
#topics250221 h3{
  text-align: left;
  font-size: 20px;
  margin-bottom: 0;
}
#topics250221 h3 br{
  display: block;
}
#topics250221 p span{
  font-weight: bold;
}
#topics250221  table + table{
  margin-top: 60px;
}
#topics250221  li{
  font-size: 18px;
  line-height: 2;
}
#topics250221 .indent{
  padding-left: 1em!important;
  text-indent: -1em!important;
  margin-top: 0!important;
}
#topics250221  .link + p,
#topics250221  p + p,
#topics250221  .link{
  margin-top: 40px;
}
#topics250221 .col1{
  display: grid;
  grid-template-columns: 1fr;
  gap:80px;
  padding: 40px;
  max-width: 666px;
}
#topics250221 .col3{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:80px;
  padding: 40px;
}
#topics250221 .copyright{
  font-size: 14px;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
  gap:10px;
}
#topics250221 .copyright img{
  height: 14px;
}
@media screen and (max-width: 750px) {
#topics250221 h2{
  margin-top: 40px;
}
#topics250221 h3{
  font-size: 16px;
}
#topics250221  table + table{
  margin-top: 30px;
}
#topics250221  li{
  font-size: 14px;
}
#topics250221  .link + p,
#topics250221  p + p,
#topics250221  .link{
  margin-top: 20px;
}
#topics250221 .col1,
#topics250221 .col3{
  gap:20px;
  padding: 20px 0 0;
}
#topics250221 .copyright{
  font-size: 10px;
  gap:5px;
}
#topics250221 .copyright img{
  height: 10px;
}
}
/* ---------------------------------------------
*  topics250326
--------------------------------------------- */
#topics250326 h2 {
  color: #0072BC;
  margin-top: 100px;
}
#topics250326 h3 {
  text-align: left;
  font-size: 20px;
}
#topics250326 h2 +.img,
#topics250326 h3 +.img,
#topics250326 h2 +.imgCol2,
#topics250326 h3 +.imgCol2 {
  margin-top: 40px;
}
#topics250326 h2 + p {
  margin-top: 20px;
}
#topics250326 .img + p {
  margin-top: 40px;
}
#topics250326 .imgCol2 + .img {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #topics250326 h2 {
    color: #0072BC;
    margin-top: 60px;
  }
  #topics250326 h3 {
    font-size: 16px;
  }
  #topics250326 h2 +.img,
  #topics250326 h3 +.img,
  #topics250326 h2 +.imgCol2,
  #topics250326 h3 +.imgCol2 {
    margin-top: 20px;
  }
  #topics250326 h2 + p {
    margin-top: 10px;
  }
  #topics250326 .img + p {
    margin-top: 20px;
  }
}
/* ---------------------------------------------
*  topics250404
--------------------------------------------- */
#topics250404 .note {
  text-align: center;
}

/* ---------------------------------------------
*  topics250414
--------------------------------------------- */
#topics250414 .detail h2 + h3 {
  margin-top: 10px;
}
#topics250414 .detail h3 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
}
#topics250414 .detail .img {
    margin-top: 20px;
    margin-bottom: 60px;
}
#topics250414 .imgCol3 .img {
    margin-top: 0;
    margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
#topics250414 .detail h3 {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
}
#topics250414 .detail .img {
    margin-bottom: 30px;
    margin-top: 10px;
}
}
/* ---------------------------------------------
*  topics25071800
--------------------------------------------- */
#topics25071800 .detail p + .img {
  margin: 20px 0 60px;
}
#topics25071800 .detail h2 {
  color: #0072BC;
}
@media screen and (max-width: 750px) {
}
/* ---------------------------------------------
*  topics250725
--------------------------------------------- */
#topics250725 .detail h2 + h3 {
  margin-top: 20px;
}
#topics250725 .detail h3 {
  text-align: left;
  color: #0072BC;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 60px;
}
#topics250725 .detail h3 > span {
  display: block;
  font-size: 16px;
}
#topics250725 .imgCol3 .img {
  margin: 0;
}
#topics250725 .detail p + p {
  margin-top: 20px;
}
#topics250725 .detail > .img{
  margin-top: 40px;
}
#topics250725 .detail > .img + p{
  margin-top: 40px;
}
#topics250725 .detail > .imgCol5 + p{
  margin-top: 60px;
}
#topics250725 .indent{
  padding-left: 1em!important;
  text-indent: -1em!important;
}
@media screen and (max-width: 750px) {
  #topics250725 .detail > .img + p{
    margin-top: 20px;
  }
  #topics250725 .detail p + p {
    margin-top: 10px;
  }
  #topics250725 .detail > .img{
    margin-top: 20px;
  }
  #topics250725 .detail h3 {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 60px;
  }
  #topics250725 .detail h3 > span {
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
  }
  #topics250725 .detail > .imgCol5 + p{
    margin-top: 40px;
  }
}