@charset "UTF-8";

/* =====================
  MV
===================== */
.mv::before {
  background-image: url('../../img/comic/mv.png');
}

.mv .h1-title span {
  text-transform: none;
}

/* =====================
  マンガで知る共栄電装の話
===================== */
.article[data-id='1'] {
  padding-top: 104px;
  padding-bottom: 96px;
}

.comic-wrap {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.comic-box {
  width: 320px;
}

.comic-link {
  display: block;
  margin-top: 24px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-block: 16px;
  transition: 0.3s;
  color: #004ab8;
  border: 2px solid #004ab8;
  border-radius: 8px;
}

.comic-link:hover {
  background-color: #004ab8;
  color: #fff;
}

.comic-text {
  text-align: center;
  margin-bottom: 48px;
}

.comic-img {
  border: 1px solid #a5a5a5;
}
