@charset "utf-8";
/* CSS Document */

sub {
  font-size: 12px;
}
#breadcrumb sub {
  font-size: 10px;
}

.title_box {
  width: 100%;
  margin: 0 0 40px 0;
  text-align: center;
}
.title_box p {
  color: #e00b0e;
}
.title_box h1 {
  font-size: 1.8rem;
}

.title_box h2 {
  font-size: 1.6rem;
  margin: 10px 0;
  color: #e00b0e;
  text-align: left;
  color: #333;
}

.title_box img {
  margin-top: 30px;
  width: 80%;
  height: auto;
  border-radius: 16px;
}

.title_box .t_popup {
  background: #e00b0e;
  color: #fff;
  width: 90%;
  height: 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}




.event-txt {
  margin: 0 0 40px;
}
.event-txt p+p {
  margin-top: 20px;
}
.event-img {
  width: calc(100%);
  margin: 0 0 40px;
}
.event-img img {
  width: 100%;
  display: block;
}
.event-img ul {
  flex-wrap: wrap;
  display: flex;
}
.event-img ul li {
  padding: 8px;
  margin: 0 0 -1px -1px;
  border: solid 1px #ccc;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

.event-img.list1 ul li {
  /*width: calc(100% / 4);*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.event-img.list2 ul li {
  width: calc(100% / 2);
}
.event-img.list3 ul li {
  width: calc(100% / 3);
}

.event-img.list4 ul li {
  width: calc(100% / 4);
  padding: 8px;
}
.event-img.half {
  display: table;
}
.event-img.half img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}
.event-img.half .txt {
  width: 58%;
  display: table-cell;
  padding-right: 2%;
  vertical-align: middle;
}
.event-img.half .img {
  width: 40%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.event-txt.w720,
.event-img.w720,
.title_box.w720 {
  max-width: 720px;
  margin: 0 auto 40px;
}
.event-txt.w450 {
  max-width: 450px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px), screen and (orientation: portrait) {

  #container #contents #contents_header .header_img.act h1 {
    height: 35px;
  }
  .title_box {
    margin: 0 0 20px;
  }
  .event-txt {
    margin: 0 0 20px;
  }
  .event-img {
    margin: 0 0 20px;
  }

}

@media screen and (min-width: 802px) and (max-width: 936px) {
  .header_img h1.ja .brk {
    display: inline-block;
  }
  #container #contents #contents_header .header_img.act h1.ja {
    height: 70px;
  }
}
@media screen and (min-width: 861px) and (max-width: 1225px) {
  .header_img h1.en .brk {
    display: inline-block;
  }
  #container #contents #contents_header .header_img.act h1.en {
    height: 70px;
  }
}

/* 190626追加 */
#container #contents #contents_header .header_img.act.single h1 span {
  display: inline-block;
}
.event-img ul li {
  border: none;
  background: none;
}



.title_box img {
  width: auto;
  max-width: 100%;
}

.list-decimal {
  margin-top: 1rem;
}
.list-decimal span {
  font-weight: bold;
}
.list-decimal li {
  padding-left: 2.7rem;
  text-indent: -2.7rem;
}
.list-decimal li + li {
  margin-top: 1rem;
}

.list-app-area {
  margin-top: 50px;
}
.list-app {
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
.list-app li {
  display: inline-block;
}
.list-app li:first-child {
  margin: 0 20px 0 0;
}
.list-app li a {
  width: 220px;
  height: 60px;
  display: block;
}
.list-app li.iphone a {
  background: url(../images/app_store.png) no-repeat center top;
}
.list-app li.android a {
  background: url(../images/google_play.png) no-repeat center top;
}
.list-app li a:hover {
  background-position: center bottom;
}
@media screen and (max-width: 768px), screen and (orientation: portrait) {
  .list-app li:first-child {
    margin: 0;
  }
  .list-app li + li {
    margin-top: 1rem;
  }
}

figure,
figure + p {
  margin-top: 20px !important;
}
figure img {
  max-width: 100%;
  height: auto;
}

.txt-indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

.memo {
  text-align: center;
  font-size: 13px;
  padding: 10px 0 0;
}
figure + p.memo {
  margin-top: 0px !important;
}