@charset "UTF-8";
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
section {
  padding: 0px;
}

.company-inner {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0px 0 100px 0px;
}
@media screen and (max-width: 767px) {
  .company-inner {
    padding: 0px 0 50px 0px;
  }
}

.company-table__history {
  font-size: 15px;
}

.company-table__cell {
  display: block;
}

.company-table__item {
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  position: relative;
  width: 90px;
  padding-bottom: 30px;
}
.company-table__item:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 1px;
  right: -8px;
  margin: 0 auto;
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: #064EA2;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .company-table__item:before {
    width: 11px;
    height: 11px;
    top: 5px;
    right: -6px;
  }
}
.company-table__item:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #064EA2;
}
@media screen and (max-width: 767px) {
  .company-table__item:after {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .company-table__item {
    width: 70px;
    padding-top: 2px;
  }
}

.company-table__detail {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  width: calc(100% - 90px);
  padding-bottom: 30px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .company-table__detail {
    width: calc(100% - 70px);
    padding-bottom: 20px;
    padding-left: 20px;
    line-height: 1.4;
  }
}
.company-table__detail > ul > li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 8px;
  text-indent: 0em;
  padding-left: 1.5em;
}
.company-table__detail > ul > li:before {
  content: "・";
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-table__detail > ul > li:before {
    height: 2px;
    bottom: 0;
  }
}
.company-table__detail > ul > li:last-child {
  margin-bottom: 0px;
}