@charset "utf-8";

/* イベント event.html
---------------------------------------------------------- */
.content-static.event p {
  font-size: 15px;
}
.content-static.event .page-title {
  padding-top: 27px;
  margin-bottom: 38px;
  font-size: 67px;
  line-height: 1;
  text-transform: unset;
}
.content-static.event .event-head {
  margin-top: 48px;
  margin-bottom: 55px;
}
.content-static.event .event-head h2.ttl {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.1;
}
.content-static.event .title-black {
  margin-bottom: 45px;
}
.content-static.event .title-black ~ .title-black {
  margin-top: 115px;
}
.content-static.event .event-head h3.ttl {
  font-size: 28px;
}
.content-static.event .event-head h3.ttl span.date {
  display: block;
  margin-top: 5px;
  font-size: 26px;
}
.content-static.event .event-detail {
  margin-bottom: 50px;
}
.content-static.event .event-detail * {
  font-size: 15px;
  line-height: 1.6;
}
.content-static.event h4.ttl {
  margin-bottom: 15px;
  font-size: 22px;
}
table.tbl-event {
    width: auto;
}
.content-static.event table.tbl-inner * {
  /* font-size: 16px; */
  font-size: 15px;
}
.content-static.event table.tbl-inner th,
.content-static.event table.tbl-inner td {
  padding-top: 0;
  padding-bottom: 0.8em;
}
.content-static.event table.tbl-inner th {
  white-space: nowrap;
}
.content-static.event table.tbl-inner td {
  width: 90%;
}
.content-static.event table.tbl-event {
  margin-top: 60px;
  margin-bottom: 105px;
}
.content-static.event table.tbl-event * {
  font-size: 15px;
}
.content-static.event table.tbl-event thead th {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 1em 0 1em;
}
.content-static.event table.tbl-event tbody th,
.content-static.event table.tbl-event tbody td {
  padding: 1em;
  padding-right: 4em;
}
.content-static.event a.button {
  min-width: 300px;
  font-size: 16px;
  line-height: 1.6;
}
.content-static.event table ~ .img {
  margin-top: 120px;
}
@media print, screen and (max-width: 48em) {
  .content-static.event {
    /* padding-left: 2px;
    padding-right: 2px; */
  }
  .content-static.event .page-title {
    padding-top: 5px;
    margin-bottom: 40px;
    font-size: 34px;
  }

  .content-static.event p,
  .content-static.event table.tbl-inner th,
  .content-static.event table.tbl-inner th *,
  .content-static.event table.tbl-inner td,
  .content-static.event table.tbl-inner td *,
  .content-static.event table.tbl-event th,
  .content-static.event table.tbl-event th *,
  .content-static.event table.tbl-event td,
  .content-static.event table.tbl-event td * {
    /* font-size: 12px; */
    font-size: 13px;
  }
  .content-static.event .title-black {
    margin-bottom: 34px;
    margin-left: -12px;
    margin-right: -12px;
    font-size: 15px;
    padding: 6px 9px 7px 9px;
  }
  .content-static.event .event-head {
    margin-top: 34px;
    margin-bottom: 30px;
  }
  .content-static.event .event-head,
  .content-static.event .event-head * {
    line-height: 1;
  }
  .content-static.event .event-head h2.ttl {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
  }
  .content-static.event .title-black ~ .title-black {
    margin-top: 67px;
  }
  .content-static.event .event-head h3.ttl {
    font-size: 15px;
  }
  .content-static.event .event-head h3.ttl span.date {
    margin-top: 5px;
    font-size: 15px;
  }
  .content-static.event .event-detail {
    margin-bottom: 45px;
  }
  .content-static.event .event-detail,
  .content-static.event .event-detail * {
    line-height: 1;
  }
  .content-static.event .event-detail * {
    font-size: 13px;
  }
  .content-static.event .event-detail p {
    /* line-height: 1.2; */
    line-height: 1.6;
  }
  .content-static.event h4.ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .content-static.event table.tbl-inner * {
    font-size: 16px;
  }
  .content-static.event table.tbl-inner th,
  .content-static.event table.tbl-inner td {
    padding-bottom: 1em;
  }
  .content-static.event table.tbl-event {
    margin-top: 15px;
    margin-bottom: 48px;
  }
  .content-static.event table.tbl-event thead th {
    display: none;
  }
  .content-static.event table.tbl-event tbody th,
  .content-static.event table.tbl-event tbody td {
    display: block;
    padding: 0.2em 0 0 0;
  }
  .content-static.event table.tbl-event tbody th {
    font-size: 15px;
    padding-top: 1em;
  }
  .content-static.event a.button {
    display: block;
    margin-left: 22px;
    margin-right: 22px;
    min-width: 100px;
    font-size: 12px;
    line-height: 1.1;
  }
  .content-static.event table ~ .img {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 320px) {
  .view-sp.not-w320 {
    display: none;
  }
}
