@charset "utf-8";

/*============================
代表挨拶
============================*/

#message {
  background: url("../images/logo_bg.png") no-repeat right top;
}

#message img.left {
  width: 260px;
  margin-right: 20px;
}

#message .right {
  width: 740px;
}

#message .catch {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #message img.left {
    width: 100%;
    margin-right: 0;
  }

  #message .right {
    margin-top: 20px;
    width: 100%;
  }

  #message {
    background: url(../images/logo_bg.png) no-repeat right bottom;
    background-size: 50%;
  }
}

#message .name {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  text-align: right;
}

/*============================
沿革
============================*/

.history-table .year,
.history-table .detail {
  display: table-cell;
  vertical-align: top;
}

.history-table .history-cell:not(:last-child) {
  border-bottom: 1px solid #dee2e7;
}

.history-table .year {
  width: 150px;
  padding: 40px 20px 40px 0;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: rgba(0, 159, 65, 0.3);
  border-right: 2px solid;
}

.history-table .year.dot {
  position: relative;
}

.history-table .year.dot:before {
  background: radial-gradient(ellipse at center, rgba(0, 159, 65, 0.3) 0%, rgba(0, 159, 65, 0.3) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%) center 0 repeat-y;
  background-size: 8px 8px;
  width: 8px;
  height: 67px;
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  content: "";
}

.history-table .year.dot.dot_bottom:before {
  top: inherit;
  bottom: 0;
}

.history-table .detail {
  padding: 60px 0 60px 20px;
}

.history-table .detail ul li .date {
  display: inline-block;
  width: 90px;
  color: #009f41;
  font-size: 15px;
  font-weight: bold;
}

.history-table .detail ul li {
  position: relative;
}

.history-table .detail ul li:not(:first-child) {
  margin-top: 40px;
}

.history-table .detail ul li:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 5px;
  background-color: #009f41;
}

@media only screen and (max-width: 768px) {
  .history-table .year {
    width: 90px;
    padding: 20px 10px 20px 0;
    font-size: 30px;
    line-height: 30px;
  }

  .history-table .detail {
    padding: 20px 0 20px 20px;
  }

  .history-table .detail ul li .date {
    display: block;
  }

  .history-table .year.dot:before {
    height: 50px;
  }
}
