@charset "UTF-8";
/* =====================
	COMPANY HISTORY	
 ======================= */
.history .history_table > * {
  display: grid;
  grid-template-columns: 3.5em 2em 1em 1fr;
  gap: 0.5em 1.5em;
  font-size: 83.33333%;
  line-height: 1.5;
}

.history .history_table > * .history_year {
  grid-column: 1 / 3;
  text-align: center;
}

.history .history_table > * .history_month {
  grid-column: 3 / 4;
  text-align: center;
}

.history .history_table > * .history_txt {
  grid-column: 4 / 5;
}

.history .history_table_head {
  background: #d9d9d9;
  padding: 0.5em 0;
}

.history .history_table_tr {
  border-bottom: 1px solid #808080;
  padding: 0.5em 0;
}

.history .history_train {
  font-size: 83.33333%;
  line-height: 2.4;
  margin-top: 0.5em;
}

.history .history_train_ticket {
  width: 76.54135%;
  margin: 0 auto;
}

.history .history_train p + p {
  margin-top: 2em;
}

.history .history_train a {
  color: #1044ff;
  text-decoration: underline;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .page_header .page_title:before {
    display: block;
  }
  .history .history_table > * {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    font-size: 14px;
  }
  .history .history_train {
    font-size: 14px;
    line-height: 1.5;
  }
  .history .history_train_ticket {
    width: 100%;
  }
}

/*# sourceMappingURL=map/history.css.map */
