@charset "UTF-8";
.kv_noimg h1 {
  display: flex;
  align-items: center;
  color: #009966;
}
.kv_noimg h1 img {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .kv_noimg h1 img {
    width: 50px;
    margin-right: 10px;
  }
}

.kv_img {
  background-color: #f9faf4;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .kv_img {
    height: 100px;
  }
}
.kv_img > .inner .txt_wrap h1.history_h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #99991e !important;
  text-shadow: none !important;
}
.kv_img > .inner .txt_wrap h1.history_h1 span {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .kv_img > .inner .txt_wrap h1.history_h1 span {
    margin-left: 1px;
  }
}
.kv_img h1.history_h1 img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .kv_img h1.history_h1 img {
    width: 50px;
    margin-right: 10px;
  }
}

.gr_history_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .gr_history_area {
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
.gr_history_area h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .gr_history_area h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gr_history_area .table_area {
    margin-top: 1em;
  }
}
.gr_history_area .table_area table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
.gr_history_area .table_area table th {
  width: 140px;
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 30px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .gr_history_area .table_area table th {
    font-size: 13px;
    padding: 10px;
    width: auto;
  }
}
.gr_history_area .table_area table th span.year::after {
  content: "年";
  padding-right: 0.4em;
  padding-left: 0.15em;
}
.gr_history_area .table_area table th span.month::after {
  content: "月";
  padding-left: 0.15em;
}
.gr_history_area .table_area table th span::after {
  font-size: 0.8em;
}
.gr_history_area .table_area table td {
  width: 900px;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 30px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .gr_history_area .table_area table td {
    width: auto;
    font-size: 13px;
    padding: 10px;
  }
}
.gr_history_area .table_area table td span {
  display: inline-block;
}
.gr_history_area .table_area table td a {
  padding: 0 0.25em;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}
.gr_history_area .table_area table td a:hover {
  border-bottom: 1px solid #fff;
}/*# sourceMappingURL=layout.css.map */