.row {
  background-color: white;
}
.content {
  min-width: 1180px;
  height: auto;
}

event .content > div {
  width: 390px;
  padding: 0 16px;
}
.event .content div:first-child div:not(.event_title) {
  height: 235px;
  text-align: center;
}

.event .content div:first-child .event_title {
  text-indent: 2rem;
  height: 143px;
}

.event .content div:first-child .event_title h1 {
  font-size: 2rem;
  color: #a2a2a2;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.event .content div:first-child .event_description {
  height: 100px;
  padding-top: 21px;
  padding-left: 0.4rem;
}

.event .content div:first-child .event_description p {
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.event .content div .image {
  margin-bottom: 1px;
}

.event .content .list_explain {
  position: relative;
  bottom: 150px;
  color: red;
  font-weight: bold;
  font-size: 0.9rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.event .content div:last-child {
  min-width: 390px;
  height: 640px;
}

@media screen and (max-width: 1200px) {
  .event .content {
    min-width: 0;
    display: flex;
    justify-content: center;
  }
  .event .content div:first-child {
    display: none;
  }
  .event .content div {
    width: 40vw !important;
    max-width: 400px;
  }
}
