.p-summary {
  align-items: center;
  display: flex;
  margin-bottom: 170px;
}
.p-summary-image {
  flex-shrink: 0;
  margin-right: 40px;
  width: 400px;
}
.p-summary-image img {
  width: 100%;
}
.p-summary-catch {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1.589;
  margin-bottom: 38px;
}
.p-summary dl {
  line-height: 1.6;
  padding: 20px 25px;
  position: relative;
}
.p-summary dl::before {
  background: var(--color-blue);
  bottom: 10px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
  width: 3px;
}
.p-summary dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-summary dd {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  margin: 0;
  padding: 0;
}

.p-page-link {
  display: flex;
  margin-bottom: 50px;
}
.p-page-link li:not(:first-child) {
  margin-left: 150px;
}
.p-page-link li a {
  font-size: 16px;
  font-size: 1.6rem;
  background: url(../img/icon-arrow01.svg) no-repeat left center/16px 10px;
  display: inline-block;
  padding-left: 21px;
  text-decoration: underline;
}
.p-page-link li a:hover {
  text-decoration: none;
}

.p-block:not(:last-child) {
  margin-bottom: 120px;
}

.p-detail-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 27px;
  padding-bottom: 24px;
}
.p-detail-item h4 {
  font-size: 20px;
  font-size: 2rem;
  align-items: center;
  color: var(--color-blue);
  display: flex;
  font-weight: normal;
  line-height: 1.6;
}
.p-detail-item h4 strong {
  font-weight: normal;
}
.p-detail-item h4 span {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid var(--color-blue);
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  width: 115px;
}
.p-detail-item h4 span.is-blue {
  background: #fff;
  border-color: #666;
  color: #666;
}
.p-detail-item h4 span.is-white {
  background: #fff;
  color: var(--color-blue);
}
.p-detail-item p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 8px;
}

.p-mode-list {
  display: flex;
}
.p-mode-list li {
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-blue);
}
.p-mode-list li:not(:last-child) {
  margin-right: 20px;
}
.p-mode-body {
  display: flex;
  justify-content: space-between;
}
.p-mode-body h4 {
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: normal;
  line-height: 1.5;
}
.p-mode-body p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-mode-body.-col2 .p-mode-item {
  width: 540px;
}
.p-mode-body.-col2 h4 {
  margin-top: 5px;
}
.p-mode-body.-col2 p {
  margin-top: 10px;
}
.p-mode-body.-col3 h4 {
  text-align: center;
}
.p-mode-image {
  text-align: center;
}

.p-spec-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 74px;
  width: 100%;
}
.p-spec-table.no-center tr:first-child th {
  text-align: left;
}
.p-spec-table tr:first-child th {
  text-align: center;
}
.p-spec-table tr:first-child td {
  text-align: center;
}
.p-spec-table th {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #333;
  font-weight: normal;
  height: 57px;
  line-height: 1.625;
  padding: 15px 25px;
  text-align: left;
  width: 250px;
}
.p-spec-table td {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  line-height: 1.625;
  padding: 15px 25px;
  text-align: center;
}
.p-spec-table td span {
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: bold;
}

.p-structure-body {
  display: flex;
}
.p-structure-image {
  flex-shrink: 0;
  margin-right: 40px;
  width: 720px;
}
.p-structure-image img {
  width: 100%;
}
.p-structure-detail h4 {
  font-size: 16px;
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  display: inline-block;
  line-height: 1.625;
  margin-bottom: 5px;
  padding: 4px 15px;
}
.p-structure-detail li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-structure-detail li.is-indent {
  margin-left: 1em;
  text-indent: -1em;
}
.p-structure-item:not(:last-child) {
  margin-bottom: 20px;
}

.p-exterior-image img {
  width: 85%;
}
.p-exterior-image + h5 {
  margin-top: 40px;
}

.p-paper ul {
  border-top: 1px solid #ddd;
}
.p-paper li {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ddd;
  line-height: 1.625;
}
.p-paper li a {
  display: inline-block;
  padding: 25px 0;
  text-decoration: underline;
}
.p-paper li a:hover {
  text-decoration: none;
}
.p-paper li a::after {
  background: url("../../_common/img/icon-newwin_b.svg") no-repeat left top/cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 12px;
}

.p-button {
  text-align: center;
}
.p-button a {
  width: 468px;
}