#event_topics {
 margin: 60px auto;
 padding: 90px;
 width: 620px;
 background-color: #f5f2e1;
}

#event_topics ul.et_date {
 margin: 0 0 0 234px;
}

#event_topics ul.et_date li {
 margin: 0 10px;
 font-size: 14px;
 color: #e6002d;
 float: left;
}

#event_topics ul.et_date li.date {
 margin: -13px 0 0 0;
 background-color: #e6002d;
 line-height: 2em;
 text-align: center;
 font-size: 24px;
 color: #fff;
 width: 44px;
 height: 44px;
}

#event_topics h2.et_ttl {
 margin: 60px auto 30px auto;
 font-size: 20px;
 width: 620px;
 text-align: center;
 padding: 0;
 font-weight: 600;
 border: none;
}

h2::before,
h2::after,
h3::before,
h3::after {
 content: none;
}

#event_topics p.et_ph {
 margin: 0 0 30px 0;
 text-align: center;
}

#event_topics p.et_ph img {
 display: inline;
}

#event_topics p.et_txt {
 margin: 0;
 font-size: 14px;
 line-height: 1.8em;
}

#event_topics p.et_txt a {
 text-decoration: underline;
}

#event_topics p.et_txt a:hover {
 opacity: 0.7;
}

#event_topics p.et_pdf {
 margin: 30px 0 0 0;
 font-size: 14px;
}

p.et_ph img {
 width: 100%;
}

a.pdf {
 padding-right: 25px !important;
 background: url(/img/common/pdf.png) right center no-repeat;
}

.shop-back {
 width: 960px;
 margin: 0 auto;
 text-align: center;
 margin-bottom: 50px;
}

/* --------------------------------------------------------------------------------------
   ios用のリンク対策
--------------------------------------------------------------------------------------- */

@media (min-width: 1024px) {}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 1024px) {
 #event_topics {
  margin: 20px 5%;
  padding: 20px;
  width: 90%;
  background-color: #f5f2e1;
  box-sizing: border-box;
 }

 #event_topics ul.et_date {
  margin: 0 auto 0 auto;
  text-align: center;
  width: 50%;
 }

 #event_topics ul.et_date li {
  margin: 0 10px;
  font-size: 10px;
  color: #e6002d;
  line-height: 2em;
  float: none;
 }

 #event_topics ul.et_date li.date {
  margin: 0 auto 0 auto;
  background-color: #e6002d;
  line-height: 2.3em;
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 30px;
 }

 #event_topics h2.et_ttl {
  margin: 17px auto 12px auto;
  font-size: 14px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
 }

 #event_topics p.et_ph {
  margin: 0 0 16px 0;
 }

 #event_topics p.et_ph img {
  width: 100%;
 }

 #event_topics p.et_txt {
  margin: 0;
  font-size: 12px;
  line-height: 1.6em;
 }

 #event_topics p.et_pdf {
  margin: 16px 0 0 0;
  font-size: 14px;
 }

 .shop-back {
  width: 90%;
  margin-bottom: 5vw;
  font-size: 1.3rem;
 }
}
