/*==============================
Campaign Base
==============================*/

.campaign {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.block {
  margin-bottom: 100px;
}

.title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 14px;
}

.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(to right, #4a7fdc 0%, #6cbdc4 100%);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/*==============================
Box
==============================*/

.box {
  position: relative;
  padding: 32px 24px 5px 24px;
  background: #f4f8ff;
  border: 2px solid #65a9ef;
  border-radius: 12px;
  text-align: center;
}

.box__num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #0078d4;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.box__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.box__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.box__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #0078d4;
  color: #fff;
  font-size: 24px;
}

.box__highlight {
  color: #d32f2f;
  font-size: 1.4em;
  font-weight: 700;
}

/*==============================
Grid Responsive
==============================*/

@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

/*==============================
Campaign Table
==============================*/

.campaign-table-wrap {
  max-width: 900px;
  margin: 30px auto 0;
  overflow-x: auto;
}

.campaign-table {
  width: 100%;
  min-width: 760px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #9fb0c3;
  background: #fff;
  color: #333;
  font-family: inherit;
}

.campaign-table th,
.campaign-table td {
  padding: 18px 16px;
  border: 2px solid #b8c5d6;
  text-align: center;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
}

/* header */

.campaign-table thead th {
  height: 68px;
}

.campaign-table thead th:first-child {
  width: 22%;
  background: #0078d4;
}

.campaign-table .normal {
  background: #0078d4;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.campaign-table .campaign {
  background: #ffe66d;
  color: #d32f2f;
  font-size: 20px;
  font-weight: 700;
  border-top: 4px solid #d32f2f;
  border-left: 4px solid #d32f2f;
  border-right: 4px solid #d32f2f;
}

/* left column */

.campaign-table tbody th {
  background: #edf3fb;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* campaign column border */

.campaign-table tbody td:last-child {
  border-left: 4px solid #d32f2f;
  border-right: 4px solid #d32f2f;
}

.campaign-table tbody tr:last-child td:last-child {
  border-bottom: 4px solid #d32f2f;
}

/* text */

.campaign-cell {
  background: #fff;
}

.campaign-cell .big {
  display: block;
  color: #d32f2f;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.campaign-cell .small {
  margin-bottom: 4px;
  color: #555;
  font-size: 14px;
}

.campaign-cell .red {
  color: #d32f2f;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

/* responsive */

@media (max-width: 768px) {

  .campaign-table {
    min-width: 650px;
  }

  .campaign-table th,
  .campaign-table td {
    padding: 14px 10px;
  }

  .campaign-table .normal,
  .campaign-table .campaign {
    font-size: 18px;
  }

  .campaign-table tbody th {
    font-size: 16px;
  }

  .campaign-table td {
    font-size: 15px;
  }

  .campaign-cell .big {
    font-size: 24px;
  }

  .campaign-cell .red {
    font-size: 18px;
  }

  .campaign-cell .small {
    font-size: 13px;
  }
}

/*==============================
Lead section (FULL)
==============================*/

.article-in .campaign-lead__sub {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
}

.campaign-lead__catch {
  font-size: 20px;
  font-weight: bold;
  color: #57AAB2;
}

.campaign-lead__title {
  margin: 0 0 30px;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: bold;
  color: #000099;
  text-align: center;
}

.campaign-lead__period {
  display: table;
  margin: 60px 0 24px auto;
  padding: 8px 18px;
  background: #3366cc;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
}

/* IMAGE + TEXT (ADDED FEATURE) */

.campaign-lead__content {
  display: flex;
  gap: 24px;
  align-items: stretch;
  max-width: 760px;
  margin: 50px auto 20px;
}

.campaign-lead__image {
  flex-shrink: 0;
}

.campaign-lead__image img {
  width: 120px;
  height: auto;  
  display: block;
  border: 1px solid #888;
  transition: 0.2s;
  padding: 6px; /*  */
  box-sizing: border-box;
}

.campaign-lead__image img:hover {
  opacity: 0.8;
  transform: scale(1.02);
}

.campaign-lead__text {
  margin: 0 0 10px;
  text-align: justify;
  line-height: 1.9;
}

.campaign-lead__date {
  font-size: 13px;
  color: #666;
  text-align: right;
  margin: 0;
}

@media (max-width: 768px) {
  .campaign-lead__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .campaign-lead__date {
    text-align: center;
  }
}

/* note */

.campaign-note {
  max-width: 900px;
  margin: 10px auto 0;
  font-size: 13px;
  color: #666;
  text-align: right;
  line-height: 1.6;
}