.page-business table {
  margin-bottom: 120px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .page-business table {
    margin-bottom: 30px;
  }
}
.page-business table tr th {
  width: 250px;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .page-business table tr th {
    width: 100px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .page-business table tr th {
    width: 45px;
    word-break: break-word;
    line-height: 1.2;
  }
}
.page-business table tr th.color1 {
  background-color: #d3e8dc;
}
.page-business table tr th.color2 {
  background-color: #fdeae8;
}
.page-business table tr th.color3 {
  background-color: #dae9f7;
}
.page-business table tr td {
  width: calc(100% - 250px);
  padding: 55px 30px;
}
@media screen and (max-width: 1024px) {
  .page-business table tr td {
    width: calc(100% - 100px);
    padding: 30px 15px;
  }
}
@media screen and (max-width: 750px) {
  .page-business table tr td {
    width: calc(100% - 45px);
    word-break: break-word;
  }
}
.page-business table tr td strong {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1024px) {
  .page-business table tr td strong {
    font-size: 1.6rem;
  }
}
.page-business table tr td strong:not(:first-child) {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .page-business table tr td strong:not(:first-child) {
    margin-top: 25px;
  }
}
.page-business .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-business .linkList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 24px) / 3);
  background-color: #f2f3f6;
  font-size: 2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  line-height: 100px;
  padding-left: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .page-business .linkList a {
    width: calc((100% - 12px) / 2);
    font-size: 1.5rem;
    padding-left: 5px;
    height: 56px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .page-business .linkList a:not(:nth-child(2n)) {
    margin-right: 12px;
  }
  .page-business .linkList a:nth-child(3n) {
    margin-right: 12px;
  }
  .page-business .linkList a:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 320px) {
  .page-business .linkList a {
    font-size: 1.3rem;
  }
}
.page-business .linkList a:not(:nth-child(3n)) {
  margin-right: 12px;
}
.page-business .linkList a:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #c4003a;
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
          transform: rotate(45deg) translate(-4px, -4px);
}
@media screen and (max-width: 1024px) {
  .page-business .linkList a:before {
    height: 1px;
    right: 10px;
    width: 9px;
    -webkit-transform: rotate(45deg) translate(-1px, -4px);
            transform: rotate(45deg) translate(-1px, -4px);
  }
}
.page-business .linkList a:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50%;
  width: 14px;
  height: 2px;
  background-color: #c4003a;
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
          transform: rotate(-45deg) translate(-4px, 4px);
}
@media screen and (max-width: 1024px) {
  .page-business .linkList a:after {
    height: 1px;
    right: 10px;
    width: 9px;
    -webkit-transform: rotate(-45deg) translate(-1px, 4px);
            transform: rotate(-45deg) translate(-1px, 4px);
  }
}
@media print, screen and (min-width: 751px) {
  .page-business .linkList a:hover {
    background-color: #e2e2e2;
  }
}
.page-business .linkList a img {
  width: 65px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .page-business .linkList a img {
    width: 35px;
    margin-right: 5px;
  }
}