@charset "UTF-8";
.wrapper {
  max-width: 1100px;
  width: 95%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}
.wrapper * {
  box-sizing: border-box;
  word-break: break-all;
}
.wrapper h1 {
  font-size: 34px;
  color: #333;
  letter-spacing: 0.1em;
  border-bottom: solid 3px #333;
}
@media screen and (max-width: 1024px) {
  .wrapper h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper h1 {
    font-size: 29px;
  }
}
@media screen and (max-width: 499px) {
  .wrapper h1 {
    font-size: 5.8vw;
  }
}
.wrapper h2 {
  font-size: 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  border-left: 5px solid #012e7b;
  padding-left: 0.5em;
}
@media screen and (max-width: 499px) {
  .wrapper h2 {
    font-size: 20px;
  }
  .wrapper h2::before {
    margin-right: 0.5em;
  }
  .wrapper h2::after {
    margin-left: 0.5em;
  }
}
.wrapper h3 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 499px) {
  .wrapper h3 {
    font-size: 16px;
  }
}
.wrapper p {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.wrapper li {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.wrapper strong {
  font-size: 16px;
}
.wrapper img {
  width: 100%;
  height: auto;
}
.wrapper span img {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-left: 3px;
}
.wrapper .article {
  margin-bottom: 64px;
}
.wrapper .contact__b {
  font-weight: bold;
}
.wrapper .question {
  padding: 0.5em;
  color: #002e7b;
  margin-bottom: 1px;
}
.wrapper .title .accordion {
  margin: 3em auto;
  width: 100%;
}
.wrapper .toggle {
  display: none;
}
.wrapper .option {
  position: relative;
  margin-bottom: 1em;
}
.wrapper .title,
.wrapper .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.wrapper .title {
  border-bottom: solid 1px #002e7b;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
  padding-right: 15%;
}
.wrapper .title::after,
.wrapper .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background: #333;
  color: #333;
  transition: all 0.3s;
}
.wrapper .title::after {
  transform: rotate(90deg);
}
.wrapper .content {
  max-height: 0;
  overflow: hidden;
}
.wrapper .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.wrapper .link-list:first-child {
  margin-top: 16px;
}
.wrapper .link-list:last-child {
  margin-bottom: 24px;
}
.wrapper .toggle:checked + .title + .content {
  max-height: 1500px;
  transition: all 1.5s;
}
.wrapper .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  color: #002e7b;
}
.wrapper .toggle:checked + .title {
  color: #002e7b;
}
.wrapper .showroom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper .showroom__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
}
.wrapper .showroom__img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 57%;
  margin-bottom: 1em;
  height: auto;
}
.wrapper .showroom__img img {
  position: absolute;
  top: 0;
}
.wrapper .showroom__title {
  font-weight: bolder;
  height: auto;
  color: #012e7b;
  font-size: 16px;
  margin-left: -0.2em;
}
.wrapper .showroom__email {
  display: flex;
  height: auto;
}
.wrapper .showroom__email__title {
  min-width: 7em;
}
.wrapper .showroom__phone {
  display: flex;
  height: auto;
}
.wrapper .showroom__phone__title {
  min-width: 7em;
}
.wrapper .showroom__email__title::before {
  content: "✉";
  padding-right: 0.2em;
  height: auto;
}
.wrapper .showroom__phone__title::before {
  content: "☎";
  padding-right: 0.2em;
  height: auto;
}
.wrapper .showroom__address {
  flex-grow: 1;
  min-height: 3em;
  display: flex;
  height: auto;
}
.wrapper .showroom__address__title {
  min-width: 8.5em;
}
.wrapper .showroom__address p {
  font-size: 16px;
}
.wrapper .showroom__address p:last-child {
  border-left: 1px solid #d5d7e3;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .wrapper .showroom__address p {
    font-size: 14px;
  }
}
.wrapper .showroom__access {
  display: flex;
  height: auto;
}
.wrapper .showroom__access__title {
  min-width: 8.5em;
}
.wrapper .showroom__access p {
  font-size: 16px;
}
.wrapper .showroom__access p:last-child {
  border-left: 1px solid #d5d7e3;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .wrapper .showroom__access p {
    font-size: 14px;
  }
}
.wrapper .mb-64 {
  margin-bottom: 64px;
}
.wrapper .mb-32 {
  margin-bottom: 32px;
}
.wrapper .mb-16 {
  margin-bottom: 16px;
}
.wrapper .mb-8 {
  margin-bottom: 8px;
}
#headBreadcrumb {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */