.license .contents + .contents {
  padding-top: 10rem;
}
.license .ttl-h3 {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.license .ttl-h3 .en {
  font-size: 4rem;
}
.license .ttl-h3 .ja {
  margin-left: 2rem;
  padding: 0.55rem 1.5rem 0.65rem;
  background: var(--color-txt);
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--color-white);
}
.license .ttl-h3 small {
  margin-left: 1.4rem;
  font-size: 2.4rem;
  font-weight: var(--bold);
}

.license .ttl-h3 .ja_link {
  margin-left: 2rem;
  padding: 0.55rem 1.5rem 0.65rem;
  background: var(--color-blue);
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .license .ttl-h3 {
    flex-wrap: wrap;
    margin-bottom: 2.9rem;
  }
  .license .ttl-h3 .en {
    width: 100%;
    font-size: 3.6rem;
    margin-bottom: 1.4rem;
  }
  .license .ttl-h3 .ja {
    margin: 0;
  }
  .license .contents + .contents {
    padding-top: 7rem;
  }
}

/* ----------------------------------
license
---------------------------------- */
#license .in {
  padding-bottom: 8.6rem;
}
#license .contents > .flex {
  flex-wrap: wrap;
  max-width: 96rem;
  margin: 0 auto;
  gap: 4rem;
}
#license .contents > .flex a {
  /* ---width: 21rem; ---*/
  box-shadow: 0.354rem 0.354rem 2rem rgb(4 0 0 / 0.1);
}
#license .contents > .flex dl {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
#license .contents > .flex dt {
  width: 10rem;
  min-width: 10rem;
  padding: 1.8rem 0;
  border: 1px solid var(--color-txt);
  font-size: 1.8rem;
  font-weight: var(--bold);
  text-align: center;
}
#license .bg {
  width: 100%;
  height: 27rem;
  background: url(../img/license/license_bg.jpg) center/cover no-repeat;
  /* background-attachment: fixed; */
}
#license .maparea .txt {
  position: absolute;
}
#license .maparea .map-img {
  width: 97.2rem;
  margin: 0 auto;
}
#license .maparea .map-img > * {
  width: 100% !important;
  height: auto !important;
}
#license .maparea .map-img img {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  #license .in {
    padding-bottom: 7rem;
  }
  #license .contents > .flex {
    gap: 1rem;
  }
  #license .contents > .flex a {
    /* ---width: calc(50% - 0.5rem); ---*/
  }
  #license .contents > .flex dl {
    margin-top: 1rem;
    gap: 1.5rem;
  }
  #license .contents > .flex dt {
    width: 8rem;
    min-width: 8rem;
  }
  #license .bg {
    height: 18rem;
  }
  #license .maparea .map-img {
    width: calc(100% + 0.6rem);
    margin: 0 -0.3rem;
  }
}

/* ----------------------------------
equipment
---------------------------------- */
#equipment .flex {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}
#equipment .flex-img {
  width: 75.6rem;
}
#equipment .flex-txt {
  width: 32.4rem;
}
#equipment .flex-txt table {
  width: 100%;
}
#equipment table th,
#equipment table td {
  font-size: 1.6rem;
  border: 1px solid #C8D6E3;
}
#equipment table th {
  font-weight: var(--bold);
}
#equipment table thead th,
#equipment table td {
  text-align: center;
} 
#equipment table thead th {
  background: var(--color-txt);
  color: var(--color-white);
  padding: 1.5rem 0;
}
#equipment table tbody th {
  padding: 1.45rem 1.4rem;
  background: var(--color-bg);
}
#equipment table td {
  min-width: 8.2rem;
  width: 8.2rem;
}
#equipment .flex > table {
  width: 54rem;
}
@media screen and (max-width: 767px) {
  #equipment .flex {
    gap: 3rem;
  }
  #equipment .flex-img {
    width: 100%;
  }
  #equipment .flex-txt,
  #equipment .flex > table {
    width: 100%;
  }
  #equipment table td {
    width: 7.8rem;
    min-width: 7.8rem;
  }
}
