@charset "UTF-8";


#telecommunications {
  padding-top: 24px;
}

#book_sales {
  padding-top: 24px;
}

.top-copy {
  text-align: center;
  margin: 24px auto 60px auto;
}

.top-copy h1 {
  font-weight: bold;
  font-size: 23px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.top-copy .top-maru {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 25px auto;
  background-color: #EBCA73;
}

.top-copy p {
  font-size: 16px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.service {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 15% 85%;
  margin: 0 auto 40px auto;
  width: 80%;
  max-width: 336px;
  row-gap: 16px;
}
.service > .number {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  font-weight: bold;
  font-size: 18px;
}
.service > .title {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
    word-break: keep-all;

}
.service > .pc {
  display: none;
}
.service > .sp {
  width: 100%;
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  margin: auto;
}
.service > .service_info {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  margin: auto 0;
}
.service_info p {
  font-size: 14px;
}
.reference {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 3px solid rgba(0, 0, 0, 0.10);
  border-bottom: 3px solid rgba(0, 0, 0, 0.10);
  background-color: rgba(0, 0, 0, 0.01);
}
.reference > p {
  color: gray;
  font-style: italic;
  font-size: 11px;
}

@media only screen and (min-width: 960px) {
  .top-copy {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 104px;
}

.top-copy h1 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.5rem;

}

.top-copy .top-maru {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 43px auto;
  background-color: #EBCA73;
}

.top-copy p {
line-height: 2.5rem;
font-size: 20px;
}
  .service {
    display: grid;
    grid-template-rows: 10% 10% auto;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 152px auto;
    width: 80%;
    max-width: 1120px;
    column-gap: 10%;
  }
  .service > .pc {
    width: 100%;
    grid-row: 1 / 4;
    grid-column: 1 / 2;
    margin: auto;
    aspect-ratio: 9 / 13;
    object-fit: cover;
  }
  .service > .sp {
    display: none;
  }
  .service > .number {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    font-weight: bold;
    font-size: 24px;
  }
  .service > .title {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    font-weight: bold;
    font-size: 23px;
    text-align: left;
    word-break: keep-all;
  }
  .service > .service_info {
    grid-row: 2 / 4;
    grid-column: 2 / 3;
    margin: 0 0 auto 0;
  }
  .service_info p {
    font-size: 16px;
  }
  .reference {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 3px solid rgba(0, 0, 0, 0.10);
    border-bottom: 3px solid rgba(0, 0, 0, 0.10);
    background-color: rgba(0, 0, 0, 0.01);
  }
  .reference > p {
    color: gray;
    font-style: italic;
    font-size: 13px;
  }
}

.detail-btn {
  display: inline-block;
  background-color: #4380DF;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.detail-btn.leased{
  background-color: #8d8d8d
}

.detail-btn:hover {
  background-color: #0056b3;
}

.other-listings-note {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding-bottom: 176px;
}

.price_Wrapper {
  display: flex;
  align-items: baseline;
}

.price{
  font-size: 24px!important;
  color:#E0AF2C;
  font-weight: bold;
}

.hidden-price{
  margin: 12px;
}
