/* ------------------------------
#about
------------------------------ */
#about {
  background-color: #fff;
  padding: 90px 0 80px;
}
#about .wrap {
  width: 90%;
}
#about .information {
  max-width: 750px;
  margin: 0 auto;
}
#about .information .information-list {
  border-top: 1px solid #b7b7b7;
}
#about .information .information-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #b7b7b7;
}
#about .information .information-block .title {
  min-width: 160px;
  margin-right: 60px;
  padding-left: 15px;
  font-weight: bold;
}

#about .history {
  background-color: #f4f6fa;
  max-width: 750px;
  margin: 95px auto 0;
  padding: 25px 55px;
}
#about .history .history-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  font-size: 1.4rem;
}
#about .history .history-block .date {
  min-width: 160px;
  margin-right: 30px;
}
/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

  /* ------------------------------
  #about
  ------------------------------ */
  #about {
    padding-top: 80px;
  }
  #about .information .information-block {
    display: block;
    padding: 20px 5px;
  }
  #about .information .information-block .title {
    min-width: auto;
    margin-right: 0;
    padding-left: 0;
  }
  #about .information .information-block .text {
    margin-top: 5px;
  }
  #about .information .information-block .text .pc_none {
    display: inline-block;
  }

  #about .history {
    padding: 25px 30px;
  }
  #about .history .history-block {
    display: block;
  }
  #about .history .history-block .date {
    min-width: auto;
    margin-right: 0;
  }
  #about .history .history-block .text {
    margin-top: 5px;
  }

}