@charset "UTF-8";

/* =========================================================
   history ページ
   ========================================================= */
.kk-history-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 16px 40px;
  box-sizing: border-box;
  color: #333;
}

.kk-history-mainimg {
  margin: 0 0 28px;
  text-align: center;
}

.kk-history-mainimg img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.kk-history-intro {
  margin: 0 0 32px;
}

.kk-history-lead {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.kk-history-intro p:last-child {
  margin-bottom: 0;
}

.kk-history-section {
  margin: 0 0 28px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.kk-history-section h2 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.4;
}

.kk-history-body p {
  margin: 0 0 1.4em;
  line-height: 2;
  font-size: 16px;
}

.kk-history-body p:last-child {
  margin-bottom: 0;
}

.kk-history-note p {
  margin: 0;
  line-height: 1.9;
  font-size: 15px;
}

@media (max-width: 767px) {
  .kk-history-page {
    padding: 16px 12px 32px;
  }

  .kk-history-lead {
    font-size: 21px;
  }

  .kk-history-section {
    padding: 18px 14px;
  }

  .kk-history-section h2 {
    font-size: 22px;
  }

  .kk-history-body p {
    font-size: 15px;
    line-height: 1.9;
  }
}