.history-h {
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.3rem;
  text-align: center;
  margin: 45px auto 45px auto;
}

.history .col2 {
  width: 100%;
  margin: 0 auto 40px auto;
}

.history .col2-title {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.4em;
  margin: 0 auto 17px auto;
  width: 90%;
}

.history .col2-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.history .col2-list-l {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.history .col2-list-l p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8;
  margin: 0 auto 40px auto;
  width: 90%;
}

.history .col2-list-r {
  width: 100%;
}

.history .col2-list-r img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 54%;
  margin: 0 auto 8px auto;
}

.history .col2-list-body {
  margin-bottom: 25px;
}

.history .col2-list .caption {
  font-weight: bold;
  width: 54%;
  color: #fff;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 auto 9px auto;
}

.history .col2-list .caption-body {
  width: 54%;
  color: #fff;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 auto;
}

.history .col2-list .caption-l {
  font-weight: bold;
  width: 54%;
  color: #fff;
  font-size: 1em;
  line-height: 1.6;
  margin: 0px auto 9px auto;
}

.history .col2-list .caption-l-body {
  width: 54%;
  color: #fff;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 auto 16px auto;
}

@media screen and (min-width: 768px) {
  .history-h {
    font-size: 3.0rem;
    margin: 90px auto 90px auto;
  }
  .history .col2 {
    margin: 0 auto 40px auto;
    width: 1000px;
  }
  .history .col2-title {
    font-size: 2.8em;
    margin: 0 auto 34px auto;
    width: 100%;
  }
  .history .col2-list {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 40px;
  }
  .history .col2-list-l {
    width: 500px;
    margin-right: 100px;
  }
  .history .col2-list-l p {
    font-size: 1.6em;
    margin-bottom: 80px;
    width: 100%;
  }
  .history .col2-list-r {
    width: 400px;
  }
  .history .col2-list-r img {
    width: 400px;
    margin-bottom: 16px;
  }
  .history .col2-list-body {
    margin-bottom: 50px;
  }
  .history .col2-list .caption {
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 18px;
  }
  .history .col2-list .caption-body {
    width: 100%;
    font-size: 1.4em;
  }
  .history .col2-list .caption-l {
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 18px;
  }
  .history .col2-list .caption-l-body {
    width: 100%;
    font-size: 1.4em;
  }
}
