/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	company
+++++++++++++++++++++++++++++++++++++++++++ */
dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  dl {
    flex-direction: column;
  }
}
dl dt {
  width: 285px;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: #C7C7C7 1px solid;
}
@media screen and (max-width: 767px) {
  dl dt {
    width: 100%;
    padding: 15px 0 0;
    font-size: 4vw;
    border: none;
  }
}
dl dd {
  width: calc(100% - 285px);
  padding: 20px 20px 20px 0;
  border-bottom: #C7C7C7 1px solid;
}
@media screen and (max-width: 767px) {
  dl dd {
    width: 100%;
    padding: 0 15px 15px;
  }
}
dl dd p {
  margin-bottom: 2em;
}
.logoArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .logoArea {
    justify-content: center;
  }
}
.logoArea > a {
  text-align: center;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .logoArea > a {
    font-size: 2.8vw;
  }
}
.logoArea > a figure {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 100px;
  margin: 0 0 5px;
  background: #FFF;
  border: #C7C7C7 1px solid;
}
.licenseLogoList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .licenseLogoList {
    gap: 10px;
  }
}
.licenseLogoList li a {
  text-decoration: none;
}
.licenseLogoList li a figure {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 120px;
  padding: 5px 15px;
  background: #FFF;
  border: #C7C7C7 1px solid;
}
.licenseLogoList li a figure img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}
.licenseLogoList li a figcaption {
  font-size: 1rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .accessArea .flex {
    gap: 0;
  }
}
.accessArea .flex .flexText h4 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .accessArea .flex .flexText h4 {
    order: 0;
  }
}
.accessArea .flex .flexText h4::before {
  content: none;
}
.accessArea .gMap iframe {
  width: 100%;
  height: 600px;
  border: none;
}
@media screen and (max-width: 767px) {
  .accessArea .gMap iframe {
    height: 50vw;
  }
}
