.consignment_wrapper{
    width: 100%;
}

.consignment_text{
    width: 100%;
}

.consignment_feature_list{
    margin-top:25px;
    padding-left:0;
    list-style:none;
}

.consignment_feature_list li{
    margin-bottom:12px;
    font-size:18px;
}

.consignment_feature_list li::before{
    content:"● ";
    font-weight:bold;
}

.consignment_notes{
    margin-top:35px;
    font-size:14px;
    color:#555;
}

.consignment_img{
    width: 100%;
    margin: 30px 0px;
}

.consignment_img img{
    width: 100%;
}

.consignment_packing,.consignment_notice{
    width: 40%;
    margin: 30px auto;
}

.consignment_packing img,.consignment_notice img{
    width: 100%;
}
@media screen and (max-width: 480px) {
  
    .consignment_packing,.consignment_notice{
        width: 100%;
    }  
}




/* 注意ボックス */
.warning_box{
    margin-top:40px;
    border:1px solid #ccc;
    border-radius:8px;
    padding:35px;
    background:#fafafa;
    text-align: center;
}

.warning_title{
    text-align:center;
    font-weight:bold;
    font-size:24px;
    margin-bottom:28px;
}

.warning_box p{
    margin-bottom:24px;
    font-size:17px;
}

/* スマホ対応 */

@media screen and (max-width:768px){

    body{
        padding:25px 15px;
    }

    .description{
        font-size:16px;
    }

    .feature_list li{
        font-size:16px;
    }

    .warning_box{
        padding:22px;
    }

    .warning_title{
        font-size:20px;
    }

    .warning_box p{
        font-size:15px;
    }

}




/* 安心保障サービス設定*/

.guarantee_wrap{
    margin:60px auto 0;
    border:1px solid #d9d9d9;
    background:#fff;
    box-sizing:border-box;
}

.guarantee_inner{
    padding:35px 40px;
}

.guarantee_title{
    font-size:28px;
    font-weight:bold;
    margin:0 0 30px;
    color:#222;
}

.guarantee_lead{
    font-size:16px;
    line-height:1.9;
    margin-bottom:35px;
    color:#333;
}

.guarantee_box{
    margin-bottom:30px;
    padding:24px 28px;
    border:1px solid #dcdcdc;
    background:#fafafa;
}

.guarantee_box_title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:18px;
    color:#222;
}

.guarantee_box p{
    margin:0;
    line-height:1.9;
    font-size:16px;
    color:#333;
}

.guarantee_list{
    margin:0;
    padding-left:20px;
}

.guarantee_list li{
    margin-bottom:12px;
    line-height:1.9;
    font-size:16px;
    color:#333;
}

.guarantee_note{
    margin-top:35px;
    font-size:14px;
    color:#666;
    line-height:1.8;
}

/* スマホ */

@media screen and (max-width:768px){

    .guarantee_inner{
        padding:24px 20px;
    }

    .guarantee_title{
        font-size:22px;
        margin-bottom:24px;
    }

    .guarantee_box{
        padding:18px;
    }

    .guarantee_box_title{
        font-size:18px;
    }

    .guarantee_box p,
    .guarantee_list li{
        font-size:14px;
    }

    .guarantee_note{
        font-size:13px;
    }

}


.feature-section {
  background: #efefef;
  padding: 28px 40px;
  font-family: sans-serif;
  color: #000;
  line-height: 1.9;
  text-align: center;   /* ← 全体中央揃え */
}

.feature-item {
  margin-bottom: 38px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.7;
  text-align: center;
}

.feature-item p {
  font-size: 14px;
  margin: 0 auto;
  line-height: 2.2;
  text-align: center;   /* ← 本文中央揃え */
}

/* 注意事項 */

.notice-area {
  font-family: sans-serif;
  color: #222;
  line-height: 1.9;
  margin-top: 30px;
}

.notice-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
}

.notice-section {
  margin-bottom: 26px;
}

.notice-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}

.notice-text {
  font-size: 13px;
}

/* ダウンロードボンタン設定 */
.pdf-btn-wrap {
  text-align: center;
  margin: 40px 0; /* ←上下余白ここで調整 */
}

.pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background-color: #d9534f;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: 0.2s;
}

.pdf-btn:hover {
  background-color: #c9302c;
}

/* スマホ */
@media (max-width: 600px) {
  .pdf-btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 16px;
  }
}

/* 特約事項　レンタル商品について */

.notice-box{
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.notice-box h3{
    margin: 0 0 12px;
    font-size: 20px;
    border-left: 5px solid #d9534f;
    padding-left: 12px;
}

.notice-box p{
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .notice-box {
    padding: 14px !important;
    }
    .notice-box h3 {
    font-size: 16px !important;
    }
    .notice-box p {
    font-size: 14px !important;
    }
}

/* 主な機能 */

.feature_ttl{
    margin-bottom: 16px;
    text-align:center;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 15px;
}

/* スマホ */
@media (max-width: 600px) {
  .feature-list {
    grid-template-columns: 1fr;
  }
}