body {
  /* word-break: keep-all; */
}

img {
  max-width: 100%;
}

.sub_ttl {
  text-align: center;
  padding: 5rem 0;
}
.sub_ttl h2 {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 1.5rem;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sub_ttl h2 {
    font-size: 2.1rem;
  }
}

.ui_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ui_wrapper .feature__description {
  width: 40%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .ui_wrapper .feature__description {
    width: 70%;
  }
}
.ui_wrapper .ui_pict {
  width: 54%;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .ui_wrapper .ui_pict {
    width: 28%;
    padding: 1.5rem 0;
  }
}

.logi_text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logi_text .feature__description {
  /* text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9); */
}

.kyoutai_img {
  width: 40%;
}

.view__grid h3 {
  text-align: center;
}

.spec .spec-wrapper {
  text-align: center;
}
.spec .spec-wrapper img {
  display: block;
  margin: auto;
}
.spec .spec-wrapper .display-sp {
  display: none;
}
.spec .spec-wrapper .sheet {
  margin-top: 40px;
  flex-shrink: 0;
  word-break: break-all;
}
.spec .spec-wrapper .sheet table {
  width: 100%;


}
.spec .spec-wrapper .sheet th {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: double 3px #ccc;
  padding: 0.5rem;
}
.spec .spec-wrapper .sheet td {
  border: 1px solid #ccc;
  padding: 0.5rem 1.5rem;
  text-align: center;
  
}
@media (max-width: 767px) {
  .spec .spec-wrapper .sheet td {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .spec .spec-wrapper .display-pc {
    display: none;
  }
  .spec .spec-wrapper .display-sp {
    display: block;
  }
  .spec .spec-wrapper .sheet {
    margin: 0 0 56px;
  }
  .spec .spec-wrapper .sheet table {
    width: 100%;
  }
}
.spec .spec-wrapper .pict {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 1.5rem;
}
.spec .spec-wrapper .pict .pict-image-wrapper {
  text-align: center;
}
.spec .spec-wrapper .pict img {
  height: 200px;
  margin: 0;
}
@media (max-width: 767px) {
  .spec .spec-wrapper .pict {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 979px) {
  .spec .spec-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .spec .spec-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 300px) {
  .spec .spec-wrapper {
    overflow-wrap: anywhere;
  }
}
.spec .spec-wrapper .pict {
  padding: 1.5rem;
}
.spec .diagram-list-item-wrapper .sheet{
  margin-top: 40px;
}

.spec .diagram-list-item-wrapper table{
  width: 100%;
}
.spec .diagram-list-item-wrapper .sheet th {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: double 3px #ccc;
  padding: 0.5rem;
}

.spec .diagram-list-item-wrapper .sheet td {
  border: 1px solid #ccc;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

@media (max-width: 300px) {
  .spec .spec-wrapper .pict {
    width: 100%;
  }
}
.spec .note {
  text-align: justify;
  padding: 1.5em;
  text-indent: -1.5em;
}

.diagram {
  margin-top: 64px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.diagram-list-item-wrapper {
  margin-top: 56px;
}

.diagram-ttl {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .diagram-ttl {
    font-size: 1.4rem;
  }
}

.diagram-list-item-ttl {
  text-align: center;
  border: 1px solid #fff;
  padding: 1em;
}

.diagram-list-item-image {
  margin: 20px auto 0;
  width: 640px;
}
@media (max-width: 767px) {
  .diagram-list-item-image {
    width: 100%;
  }
}

.diagram-list-item-note {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1.5em;
  text-indent: -1.5em;
  width: 750px;
}
@media (max-width: 767px) {
  .diagram-list-item-note {
    font-size: 1rem;
    width: 100%;
  }
}

.inspection {
  display: flex;
}
@media (max-width: 767px) {
  .inspection {
    flex-direction: column;
  }
}
.inspection.even {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .inspection.even {
    flex-direction: column;
  }
}
.inspection h2 {
  margin-right: 25px;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .inspection h2 {
    font-size: 2rem;
  }
}
.inspection h2 span {
  font-size: 2.5em;
  margin: 0 3rem 0 0;
}
.inspection .description {
  padding: 3rem;
  width: 62%;
}
@media (max-width: 767px) {
  .inspection .description {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.inspection .description p {
  margin: 0 0 3rem 0;
}
.inspection .description h3 {
  margin: 0 0 1.5rem 0;
}
.inspection .figure {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .inspection .figure {
    padding: 0;
  }
}
.inspection .figure h3 {
  border: 1px solid #c9c9c9;
  padding: 1.5rem;
  margin: 0 0 3rem 0;
  text-align: center;
}/*# sourceMappingURL=vp.css.map */


#page-top .page-top__menu {
    margin: auto;
    width: 100%;
    max-width: 1080px;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 0.4%;
}

#page-top .page-top__menu .page-top__menu__content {
    width: 24.6%;
    background-color: #f7f7f7;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#page-top .page-top__menu .page-top__menu__content .page-top__menu__content__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 7px;
}
#page-top .page-top__menu .page-top__menu__content .page-top__menu__content__description {
    font-size: 10px;
    text-align: center;
    display: inline-block;
}
#page-top .page-top__menu .page-top__menu__content .page-top__menu__content__description::after {
    content: "";
    background-image: url(../img/arrow-red-b.svg);
    width: 8.4px;
    height: 5px;
    display: block;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 7px;
}