@charset "UTF-8";
body.company .main-contents h2 {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  body.company .main-contents {
    color: #666;
  }
  body.company .main-contents h2 {
    margin-left: 1%;
    margin-right: 1%;
  }
}
body.company .main-contents section:first-child {
  margin-top: 14px;
}
body.company .table-section {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.company .table-section {
    padding-left: 1%;
    padding-right: 1%;
  }
}
body.company .table-section .note {
  margin-top: 20px;
}
body.company .table-section .note a {
  text-decoration: underline;
  color: #0f367c;
}
body.company .table-section table {
  width: 100%;
}
body.company .table-section table th {
  width: 20%;
}
body.company .table-section table td {
  width: 80%;
}
body.company .table-section table.type1 {
  border-left: 5px solid #1db8ff;
  border-bottom: 1px solid #CCC;
}
@media print, screen and (min-width: 769px) {
  body.company .table-section table.type1 a {
    color: #0f367c;
  }
}
@media screen and (max-width: 768px) {
  body.company .table-section table.type1 a {
    text-decoration: underline;
    color: #2489ce;
    font-weight: 700;
  }
}
body.company .table-section table.type1 + table {
  margin-top: 20px;
}
body.company .table-section table.type1 th,
body.company .table-section table.type1 td {
  border-top: 1px solid #CCC;
  padding: 5px 5px 6px 5px;
}
@media screen and (max-width: 768px) {
  body.company .table-section table.type1 th {
    width: 27%;
    color: #333;
  }
  body.company .table-section table.type1 td {
    width: 73%;
  }
}
body.company .table-section table.type1 th {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
body.company .table-section table.type1 td {
  background-color: #fff;
  padding-left: 15px;
}
body.company .table-section table.type1 td p {
  margin-bottom: 5px;
}
body.company .table-section table.type2 {
  border-bottom: 1px solid #CCC;
}
body.company .table-section table.type2 th,
body.company .table-section table.type2 td {
  border-top: 1px solid #CCC;
  padding: 5px 5px 6px 5px;
}
body.company .table-section table.type2 th {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
body.company .table-section table.type2 td {
  background-color: #fff;
  padding-left: 15px;
  vertical-align: middle;
}
body.company .table-section table.type2 td p {
  margin-bottom: 5px;
}
body.company.gaiyou h2 {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  body.company.gaiyou h2 {
    margin-top: 13px;
  }
}
body.company.gaiyou .main-contents .note {
  margin-top: 20px;
}
body.company.gaiyou .main-contents .note a {
  text-decoration: underline;
  color: #0f367c;
}
body.company.gaiyou .main-contents .greeting {
  padding-top: 35px;
}
body.company.gaiyou .main-contents .greeting p + p {
  margin-top: 2em;
}
body.company.gaiyou .main-contents .greeting p > span + span {
  margin-top: 5px;
}
body.company.office .main-contents h2 {
  margin-bottom: 32px;
}
body.company.office .main-contents .std-section .content {
  margin-top: 8px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  body.company.office .main-contents .std-section .content {
    margin-top: 16px;
  }
}
body.company.office .main-contents .std-section + .std-section {
  margin-top: 54px;
}
body.company.office .main-contents .std-section .office-lists {
  line-height: 1.78;
}
body.company.office .main-contents .std-section .office-lists li .mark {
  color: #0000ff;
}
body.company.office .main-contents .std-section .office-lists li + li {
  margin-top: 25px;
}
body.company.link .main-contents h2 {
  margin-bottom: 29px;
}
body.company.link .main-contents .std-section {
  padding-left: 1%;
  padding-right: 1%;
}
body.company.link .main-contents .std-section .content {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
body.company.link .main-contents .link-lists > li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #CCC;
  padding-top: 10px;
  padding-bottom: 15px;
}
body.company.link .main-contents .link-lists > li .name {
  font-weight: 700;
  width: 35%;
}
body.company.link .main-contents .link-lists > li .name::before {
  content: "■";
  color: #00a0e9;
  font-size: 80%;
  margin: 0 5px 0 0;
}
body.company.link .main-contents .link-lists > li .banner {
  display: flex;
  column-gap: 14px;
}
@media screen and (max-width: 768px) {
  body.company.link .main-contents .link-lists > li .banner {
    flex-direction: column;
    row-gap: 5px;
  }
}
body.company.link .main-contents .link-lists > li .banner a {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */