/* 背景 */
.background {
    background-image: url('/wp-content/themes/original/images/company/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding: 100px 20px;
    text-align: center;
}


/* 中盤の背景画像セクション */
.background-section {
    position: relative;  /* slick矢印のため必須 */
    background-image: url('/wp-content/themes/original/images/company/c-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.history-title {
    color: #000;
    font-size: 35px;
    margin-right: 800px;
    margin-bottom: 50px;
    border-bottom: 0.1em solid #000;
    display: inline-block;
    line-height: 1.2;
}

.image-container{
  margin-bottom: 20px;
}

.image-container img{
  width: 100%;
  height: auto;
}

.history-table {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: "Yu Gothic", "Hiragino Sans", sans-serif;
}

.history-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.history-table th {
  width: 160px;
  background: #d7e7f0;
  padding: 18px 15px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #c8d4dc;
  font-size: 20px;
  color: #000;
  text-align: center;
}

.history-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #c8d4dc;
  font-size: 15px;
  line-height: 1.7em;
  color: #000;
}

.history-table tr:last-child th,
.history-table tr:last-child td {
  border-bottom: none;
}


/* スマホ用 */
@media screen and (max-width: 768px) {
    .history-title {
      margin-right: 0px;
    }
    .history-table{
      width: 100%;
    }
    .history-table th {
      width: 0%;
      font-size: 12px;
    }
}


@media screen and (max-width: 1065px) {
    .history-title {
      margin-right: 0px;
    }
}