@charset "UTF-8";

.history {
  max-width: 1000px;
  margin: 0 auto;
}

.history-heading {
  margin-bottom: 20px;
}

.history-heading-image {
  display: block;
  width: 372px;
  margin: 0 auto;
}

.history-image {
  padding: 0 10px;
}

.history-subtitle {
  margin-top: 43px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

.history-subtitle-break {
  display: none;
}

.history-content {
  width: 100%;
}

.history-content-text {
  float: left;
  width: calc(50% - 12px);
  margin: 32px 24px 10px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

.history-content-text + .history-content-text {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .history {
    width: 100%;
    margin: 0;
  }

  .history-heading {
    margin-bottom: 25px;
  }

  .history-heading-image {
    width: 186px;
  }

  .history-image {
    padding: 0;
  }

  .history-subtitle {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
  }

  .history-subtitle-break {
    display: inline;
  }

  .history-content-text {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
    box-sizing: border-box;
    font-size: 12px;
  }

  .history-content-text + .history-content-text {
    margin: 20px 0;
  }
}
