section:nth-of-type(n+2) {
  margin-top: 36px;
}
section .inner {
  color: #333;
}
section .inner img {
  max-width: 100%;
}

a._toppage {
  max-width: 360px;
  padding: 1em;
}
a._center {
  margin: auto;
}

.autoexe-hero {
  text-align: center;
  /** @media max-width: 767px */
}
.autoexe-hero .inner {
  margin-top: 24px;
}
.autoexe-hero img {
  width: 100%;
  max-width: 960px;
}
.autoexe-hero .date {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-feature-settings: "palt";
}
.autoexe-hero .date .s {
  font-size: 1.6rem;
}
.autoexe-hero .notes {
  font-size: 1.6rem;
  text-align: center;
}
.autoexe-hero .place {
  font-size: 2.1rem;
  font-feature-settings: "palt";
}
.autoexe-event {
  /** @media max-width: 767px */
}
.autoexe-event .inner {
  padding: 24px;
  background: #fff;
  border-radius: 6px;
}
.autoexe-event-headline {
  text-align: center;
}
.autoexe-event-headline p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.autoexe-event-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.autoexe-event-list-item {
  width: calc(50% - 12px);
  margin-left: 24px;
}
.autoexe-event-list-item:nth-of-type(2n+1) {
  margin-left: 0;
}
.autoexe-event-list-item:nth-of-type(n+3) {
  margin-top: 24px;
}
.autoexe-event ._event {
  display: flex;
}
.autoexe-event ._event-figure {
  width: 164px;
  flex-shrink: 0;
}
.autoexe-event ._event-context {
  margin-left: 12px;
}
.autoexe-event ._event-context-headline ._primary {
  font-size: 1.8rem;
  color: #000;
}
.autoexe-event ._event-context-body p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #444;
}
@media screen and (max-width: 767px) {
  .autoexe-event-headline {
    text-align: left;
  }
  .autoexe-event-list-item {
    width: 100%;
    margin-left: 0;
  }
  .autoexe-event-list-item:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .autoexe-event ._event {
    display: flex;
    flex-direction: column;
  }
  .autoexe-event ._event-figure, .autoexe-event ._event-context {
    width: 100%;
  }
  .autoexe-event ._event-context {
    margin-top: 8px;
    margin-left: 0;
  }
}

.autoexe-topics {
  /** @media max-width: 767px */
}
.autoexe-topics .inner {
  padding: 16px;
}
.autoexe-topics-list {
  display: flex;
  flex-wrap: wrap;
}
.autoexe-topics-list-item {
  width: calc(33.3333333333% - 8px);
  margin-left: 12px;
}
.autoexe-topics-list-item:nth-of-type(3n+1) {
  margin-left: 0;
}
.autoexe-topics-list-item:nth-of-type(n+4) {
  margin-top: 24px;
}
.autoexe-topics ._topics-figure {
  display: block;
}
.autoexe-topics ._topics-context {
  margin-top: 0.5em;
}
.autoexe-topics ._topics-context p {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .autoexe-topics-list-item {
    width: calc(50% - 8px);
    margin-left: 0px;
  }
  .autoexe-topics-list-item:nth-of-type(2n) {
    margin-left: 12px;
  }
  .autoexe-topics-list-item:nth-of-type(n+3) {
    margin-top: 24px;
  }
}

.autoexe-access {
  /** @media max-width: 767px */
}
.autoexe-access .inner {
  padding: 24px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.autoexe-access-map {
  width: calc(66.6666666667% - 12px);
}
.autoexe-access-map iframe {
  width: 100%;
  height: 100%;
}
.autoexe-access-store {
  width: calc(33.3333333333% - 12px);
}
.autoexe-access ._store-context dl {
  margin-top: 16px;
}
.autoexe-access ._store-context dl dt {
  font-size: 2.4rem;
}
.autoexe-access ._store-context .btn-wrap {
  margin-top: 16px;
}
.autoexe-access ._store-context .btn-wrap a._btn {
  max-width: 360px;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .autoexe-access .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: inherit;
    margin: 16px;
    padding: 16px 16px calc(36px + 3em);
  }
  .autoexe-access-map, .autoexe-access-store {
    width: 100%;
  }
  .autoexe-access-store {
    margin-bottom: 16px;
  }
  .autoexe-access-store .btn-wrap {
    position: absolute;
    bottom: 16px;
    width: calc(100% - 32px);
  }
  .autoexe-access-store a._btn {
    margin: auto;
  }
}

.autoexe-other {
  /** @media max-width: 767px */
}
.autoexe-other ._official {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: #fff;
  border-radius: 6px;
}
.autoexe-other ._official-figure {
  width: 240px;
}
.autoexe-other ._official-context {
  width: calc(100% - 240px - 32px);
}
.autoexe-other ._official-context .btn-wrap {
  margin-top: 1em;
}
.autoexe-other ._official-context a._btn {
  padding: 1em;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .autoexe-other ._official {
    display: flex;
    flex-direction: column;
    margin: 16px;
    padding: 16px;
  }
  .autoexe-other ._official-figure, .autoexe-other ._official-context {
    width: 100%;
  }
}