@charset "utf-8";
.shop_detail_all{
  /* display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  justify-content: space-evenly; */
  margin-top: 80px;
}
.shop_detail_box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop_detail-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-size: 18px;
}

.shop_detail-box table{
  /* width: 100%; */
  border-collapse: collapse;
  width: 1000px;
  border-bottom: solid 2px rgb(0, 0, 0);
}

.shop_detail-box table tr{
  border-bottom: solid 2px rgb(0, 0, 0);
  border-left: solid 2px rgb(0, 0, 0);
  border-right: solid 2px rgb(0, 0, 0);
  border-top: solid 2px rgb(0, 0, 0);
}

.shop_detail-box table tr:last-child{
  border-bottom: none;
}

.shop_detail-box table th{
  position: relative;
  text-align: left;
  width: 25%;
  background-color: #FDFF8D;
  color: black;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 2px rgb(0, 0, 0);
  border-right: solid 2px rgb(0, 0, 0);
}

.shop_detail-box table td {
  border-right: solid 2px rgb(0, 0, 0);

  text-align: right;
  padding-right: 20px;
}

@media only screen and (max-width: 1000px) {

  .shop_detail_all{
    /* display: grid; */
    display: block;
  }
  .shop_detail-box{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }
}

        /* 製品仕様専用スタイル - プレフィックス: solar-spec- */
        #solar-spec-wrapper {
            font-family: 'Yu Gothic', sans-serif;
            line-height: 1.6;
            color: #333;
            background: #fff;
            font-size: 14px;
            padding: 20px;
            max-width: 900px;
            margin: 0 auto;
        }

        #solar-spec-wrapper .spec-title {
            font-size: 1.8rem;
            margin-bottom: 5px;
            color: #00ACC1;
        }

        #solar-spec-wrapper .spec-model {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 20px;
        }

        #solar-spec-wrapper .spec-heading {
            font-size: 1.2rem;
            margin: 25px 0 10px;
            padding-bottom: 5px;
            border-bottom: 2px solid #00ACC1;
            color: #00ACC1;
        }

        #solar-spec-wrapper .spec-text {
            margin: 10px 0;
            color: #666;
        }

        #solar-spec-wrapper .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 10px 0;
        }

        #solar-spec-wrapper .spec-table th,
        #solar-spec-wrapper .spec-table td {
            padding: 8px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }

        #solar-spec-wrapper .spec-table th {
            background: #f5f5f5;
            font-weight: 600;
        }

        #solar-spec-wrapper .spec-list {
            margin: 10px 0;
            padding-left: 20px;
        }

        #solar-spec-wrapper .spec-list li {
            margin: 5px 0;
        }

        #solar-spec-wrapper .spec-overview {
            margin: 15px 0;
        }

        #solar-spec-wrapper .spec-overview-item {
            display: inline-block;
            margin-right: 20px;
        }

        #solar-spec-wrapper .spec-highlight {
            color: #00ACC1;
        }

        #solar-spec-wrapper .spec-footer {
            margin-top: 30px;
            padding-top: 15px;
            border-top: 1px solid #ddd;
            text-align: center;
            font-size: 0.85rem;
            color: #666;
        }

        @media (max-width: 768px) {
            #solar-spec-wrapper { padding: 15px; font-size: 13px; }
            #solar-spec-wrapper .spec-title { font-size: 1.5rem; }
            #solar-spec-wrapper .spec-heading { font-size: 1.1rem; }
            #solar-spec-wrapper .spec-table th,
            #solar-spec-wrapper .spec-table td { padding: 6px; font-size: 0.9rem; }
        }