@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: 950px;
  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__organization {
  border-top: 1px solid #707070;
  font-size: 15px;
}

.company-table__cell {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .company-table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

.company-table__item {
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 20px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #707070;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .company-table__item {
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}

.company-table__detail {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #707070;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .company-table__detail {
    width: 100%;
    padding: 20px 10px;
  }
}
.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;
}
.company-table__detail.--flex {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-table__detail.--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .company-table__detail.--flex {
    display: block;
  }
}

.company-table__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .company-table__btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .company-table__btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 16px;
  }
}
.company-table__btn .c-button {
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .company-table__btn .c-button {
    font-size: 14px;
    line-height: 1.57;
    height: 30px;
    padding: 5px 42px;
  }
}
.company-table__btn .c-button:after {
  content: "";
  width: 7px;
  height: 10px;
}

.company-table__member {
  width: 100%;
}

.company-table__member-detail {
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
}
.company-table__member-detail:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .company-table__member-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.company-table__member-detail > td {
  padding: 10px 0px;
}
@media screen and (max-width: 767px) {
  .company-table__member-detail > td {
    padding: 10px;
  }
}
.company-table__member-detail > td:nth-of-type(1) {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .company-table__member-detail > td:nth-of-type(1) {
    width: 100%;
    background: #F5F5F5;
  }
}
.company-table__member-detail > td:nth-of-type(2) {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .company-table__member-detail > td:nth-of-type(2) {
    width: 100%;
  }
}