.p-tab-list {
  border-bottom: 3px solid var(--color-blue);
  display: flex;
  margin-bottom: 50px;
}
.p-tab-list li {
  background: linear-gradient(to right, #00237e, #1780cf);
  box-sizing: border-box;
  padding: 1px;
  width: 180px;
}
.p-tab-list li:not(:first-child) {
  margin-left: 4px;
}
.p-tab-list li a {
  font-size: 20px;
  font-size: 2rem;
  background: #fff;
  color: var(--color-blue);
  display: block;
  padding: 13px 0;
  text-align: center;
}
.p-tab-list li a.is-active, .p-tab-list li a:hover {
  background: transparent;
  color: #fff;
}

.p-tab {
  display: none;
}
.p-tab.is-active {
  display: block;
}

.p-spec-table01 th {
  width: 225px;
}

.p-spec-table02 {
  table-layout: fixed;
}
.p-spec-table02 th {
  width: 180px;
}
.p-spec-table02 td {
  padding: 0;
}
.p-spec-table02 td span {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-spec-table03 th {
  width: 230px;
}

.p-spec-table04 .-num {
  padding: 0;
  width: 2em;
}

.p-spec-table05 {
  margin-bottom: 20px;
}
.p-spec-table05 td {
  padding-inline: 10px;
}
.p-spec-table05 td.is-flex ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-spec-table05 td.is-flex li {
  margin-right: 5px;
}
.p-spec-table05 td.is-flex li:last-child {
  margin-right: 0;
}
.p-spec-table05 .-num {
  padding: 0;
  width: 2em;
}

.p-spec-table-offer {
  text-align: right;
}

.p-structure-item-offer {
  margin-top: 1em;
  line-height: 1.4;
}
.p-structure-item-offer li {
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.p-structure-items {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-bottom: 60px;
}
.p-structure-items h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--color-blue);
  margin-bottom: 20px;
}
.p-structure-items p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.p-structure-use {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.p-structure-use h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--color-blue);
  font-weight: normal;
  line-height: 1.625;
  margin-bottom: 20px;
}
.p-structure-use-body {
  display: flex;
}
.p-structure-use-body figure {
  flex-shrink: 0;
  margin-right: 20px;
  width: 250px;
}
.p-structure-use-body figure img {
  width: 100%;
}
.p-structure-use-body h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.625;
  margin-bottom: 0.8em;
}
.p-structure-use-body p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 15px;
}
.p-structure-use-body p strong {
  color: #e00012;
}

.p-structure-use-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

#Mode03 .p-mode-body {
  gap: 10px;
}
#Mode03 .p-mode-item {
  flex: 1 1 100%;
}
#Mode03 .p-mode-detail h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0.5em;
}

#Exterior01 .p-exterior-body {
  display: flex;
}
#Exterior01 figcaption {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

#Exterior02 .p-exterior-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
}
#Exterior02 figcaption {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

#Structure03 .p-structure-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  width: 533px;
}
#Structure03 .p-structure-image figcaption {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: center;
}

#Exterior03 .p-exterior-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#Exterior03 .p-exterior-body:last-child {
  gap: 450px;
  margin-top: 40px;
}
#Exterior03 figcaption {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}
#Exterior03 .p-exterior-item:last-child figure {
  display: flex;
  align-items: center;
}
#Exterior03 .p-exterior-analog {
  width: 481px;
}
#Exterior03 .p-exterior-analog figure:nth-child(1) {
  padding-left: 211px;
}
#Exterior03 .p-exterior-analog figure:nth-child(2), #Exterior03 .p-exterior-analog figure:nth-child(3) {
  align-items: center;
  display: flex;
}
#Exterior03 .p-exterior-analog figure:nth-child(2) figcaption, #Exterior03 .p-exterior-analog figure:nth-child(3) figcaption {
  flex-shrink: 0;
  width: 150px;
}
#Exterior03 .p-exterior-digital {
  width: 540px;
}
#Exterior03 .p-exterior-digital h6 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 20px 0;
  text-align: center;
}
#Exterior03 .p-exterior-digital figure:nth-child(1) {
  transform: translate(41px);
}
#Exterior03 .p-exterior-digital figure:nth-child(3), #Exterior03 .p-exterior-digital figure:nth-child(4) {
  align-items: center;
  display: flex;
}
#Exterior03 .p-exterior-digital figure:nth-child(3) figcaption, #Exterior03 .p-exterior-digital figure:nth-child(4) figcaption {
  flex-shrink: 0;
}
#Exterior03 .p-exterior-digital figure:nth-child(3) {
  padding-left: 41px;
}

.p-graph01 {
  height: 123px;
}

.p-graph02 {
  height: 95px;
}

/*
#Exterior03 {
  .p-exterior-analog {
    display: flex;
    flex-wrap: wrap;
    figure {
      &:nth-child(1),
      &:nth-child(2),
      &:nth-child(3) {
        margin-left: 50px;
      }
      &:nth-child(4),
      &:nth-child(5) {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        figcaption {
          margin-right: 20px;
        }
      }
      &:nth-child(4) {
        padding-right: 180px;
      }
      &:nth-child(5) {
        padding-right: 290px;
      }
    }
  }
  .p-exterior-digital {
    display: flex;
    flex-wrap: wrap;
    figure {
      &:nth-child(2) {
        margin-left: 21px;
      }
      &:nth-child(3) {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        width: 100%;
        figcaption {
          margin-left: 20px;
        }
      }
      &:nth-child(4) {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        figcaption {
          margin-right: 20px;
        }
      }
      &:nth-child(3) {
        padding-left: 138px;
      }
      &:nth-child(4) {
        padding-right: 478px;
      }
    }
  }
  figcaption {
    @include fs(20);
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
  }
}
*/