@charset "utf-8";

/*
------------------------------------------ */
#company .comment {
  width: 70%;
}
#company .name {
  width: 28%;
}
#company .name p {
  text-align: right;
}
#company .name p img {
  vertical-align: middle;
}
#company table.co-table {
  width: 100%;
  margin: 20px 0;
}

#company table.co-table tr,
th,
td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  background: #fff;
}
#company table.co-table th {
  white-space: nowrap;
  background: #def0ff;
}
#company table.co-table .title {
  border-right: 1px solid #ccc;
  width: 20%;
}

#company table.co-table td.h {
  background-color: #f6f6f6;
  text-align: center;
  border: 1px solid #707070;
}
#company .release-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#company .release-item {
  width: 48%;
}
#company .release-item a {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  color: #1766e0;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#company .release-item span {
  margin-right: 2em;
  color: #2c2c2c;
}
#company .group-flex {
  display: flex;
  margin-top: 20px;
}
#company .box-group h2 {
  display: inline;
  margin-top: 0;
  width: 25%;
}
#company .box-group h2 span {
  margin-left: 10px;
  font-size: 18px;
  color: #1766e0;
  word-break: break-word;
}
#company .box-group p {
  margin-top: 3px;
  margin-left: 20px;
}
#company .box-group a {
  color: #1766e0;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 10px;
}
#company .vision-title {
  text-align: center;
}
x#company .vision-title h1 {
  display: inline-block;
  background: #1766e0;
  padding: 0.5em;
  font-size: 20px;
  color: #fff;
}
#company .vision-title h2 {
  text-align: center;
  padding-bottom: 24px;
}
#company .vision-title h2 b {
  display: block;
  padding: 0 24px 24px;
}
#company .vision-title h2 em img {
  width: 50%;
  max-width: 90%;
}

#company .vision-title h1::after {
  content: none;
}
#company .vision-title p {
  text-align: center;
}
#company .vision-box {
  border: 1px solid #def0ff;
  background: #def0ff;
  padding: 0 1em 1em;
  margin-top: 30px;
}
#company .vision-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#company .vision-flex h2 {
  width: 200px;
  margin-top: 0;
}
#company .vision-flex p {
  border-left: 2px solid #1766e0;
  padding: 0 1em;
  margin-top: 0;
  width: 100%;
}
#company .vision-flex span {
  color: #1766e0;
}
#company .news-box {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#company .news-box p:hover {
  opacity: 0.6;
}
#company .news-box span {
  font-weight: bold;
}
#company .news-box p {
  color: #0f5cd2;
  margin-top: 0;
}
h1 span {
  font-size: 16px;
  color: #757575;
}
.day {
  font-size: 14px;
  color: #0f5cd2;
}

#company .officers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 700px;
  margin: 50px auto 0;
  grid-gap: 10px;
  /* ―――――――――――――――――――― */
  align-items: flex-end;
  font-weight: bold;
}
#company .officers b {
  width: calc(40% - 10px);
  margin-bottom: 10px;
  font-size: 15px;
}
#company .officers p {
  margin: unset;
  width: calc(25% - 10px);
  margin-bottom: 10px;
}
#company .officers p small {
  position: absolute;
  margin-top: 0.2em;
  text-shadow: 0 0 0.2em #fff;
  padding: 0.1em 0.5em 0;
}
#company .officers p ruby rt {
  display: none;
}
#company .officers img {
  margin: unset;
  width: calc(35% - 20px);
  margin-left: 20px;
  margin-bottom: 10px;
  /* ―――――――――――――――――――― */
  margin-bottom: -2px;
}
hr {
  width: 100%;
  margin-top: -31px;
  border: 1px solid #014099;
  /* ―――――――――――――――――――― */
  border: 1px solid #7d9dcb;
}

@media (max-width: 786px) {
  #company .comment {
    width: 100%;
  }
  #company .name {
    width: 30%;
    margin: auto;
  }
  #company table.co-table {
    width: 100% !important;
  }
  #company .group-flex {
    flex-wrap: wrap;
  }
  #company .box-group h2 {
    width: 100%;
  }
  #company .officers b {
    font-size: 14px;
  }
  #company .officers p {
    font-size: 14px;
  }
  #company .officers p ruby rt {
    display: block;
  }
  #company .officers p small {
    display: none;
    position: unset;
    margin-top: unset;
    text-shadow: unset;
    background: unset;
    padding: unset;
  }
}
