@media screen and (max-width: 640px) {
  .u-spNobreak {
    display: none;
  }
}

/*! ========================================================================== */
.history {
  background: #e8e9e9;
  padding-bottom: 90px;
}

.history:after {
  content: "";
  clear: both;
  display: table;
}

.history__title {
  position: relative;
  z-index: 1;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

.history__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -10px;
  bottom: 0;
  right: 0;
  left: -160px;
  background: url("/asset/img/process/history_chara.png") no-repeat left top;
  background-size: auto 100%;
}

.history__section {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 18px;
  width: 93.75%;
  max-width: 920px;
  margin: auto;
}

.history__section p {
  text-align: left;
  font-size: 18px;
  color: #530000;
  margin-bottom: 0;
}

.history__section p .bold {
  font-weight: bold;
  color: #e40012;
}

.history__section p small {
  display: inline-block;
  font-size: 12px;
}

.history__section p + p {
  margin-top: 1em;
}

.history__section > p {
  max-width: 830px;
  margin: 20px auto;
}

.history__section + .history__section {
  margin-top: 30px;
}

.history__section__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  width: 93.33333%;
  max-width: 820px;
  margin: 30px auto;
}

.history__section__inner img {
  display: table;
  margin: auto;
}

.historySecMain-w10 {
  width: 10%;
}

.historySecMain-w20 {
  width: 20%;
}

.historySecMain-w30 {
  width: 30%;
}

.historySecMain-w40 {
  width: 40%;
}

.historySecMain-w50 {
  width: 50%;
}

.historySecMain-w60 {
  width: 60%;
}

.historySecMain-w70 {
  width: 70%;
}

.historySecMain-w80 {
  width: 80%;
}

.historySecMain-w90 {
  width: 90%;
}

.historySecMain-w100 {
  width: 100%;
}

.history__section__title {
  padding: 18px;
  border-radius: 17px;
  line-height: 1;
  background: #00b310;
}

@media screen and (max-width: 640px) {
  .history {
    padding-bottom: 12.5%;
  }
  .history__title {
    width: 43.75%;
    padding: 7.8125% 0 6.25%;
  }
  .history__title:after {
    left: 0;
    top: -18.75%;
    background-position: bottom left;
    -ms-transform: translateX(-70%);
        transform: translateX(-70%);
  }
  .history__section p {
    font-size: 1.4rem;
  }
  .history__section > p {
    width: 93.33333%;
    margin: 4.6875% auto;
  }
  .history__section + .history__section {
    margin-top: 4.6875%;
  }
  .history__section__inner {
    display: block;
    width: 93.33333%;
    max-width: 820px;
    margin: 4.6875% auto;
  }
  .history__section__inner div + div {
    margin-top: 4.6875%;
  }
  .historySecMain-w10 {
    width: auto;
  }
  .historySecMain-w20 {
    width: auto;
  }
  .historySecMain-w30 {
    width: auto;
  }
  .historySecMain-w40 {
    width: auto;
  }
  .historySecMain-w50 {
    width: auto;
  }
  .historySecMain-w60 {
    width: auto;
  }
  .historySecMain-w70 {
    width: auto;
  }
  .historySecMain-w80 {
    width: auto;
  }
  .historySecMain-w90 {
    width: auto;
  }
  .historySecMain-w100 {
    width: auto;
  }
  .history__section__title {
    padding: 2.58621% 3.44828%;
  }
}
