@media screen and (min-width: 768px), print{
    .p-products-temp-save__confirm .p-products-user_custom-customize__agreement {
    margin-top: 0px;
    margin-bottom: 0px;
    }	
}

.p-products-temp-save__confirm .p-products-user_custom-customize__agreement__label {
    background-color: #d9f1fb;
}

@media screen and (max-width: 767px){
    .p-products-user_custom-customize__agreement {
    margin-top: 0px;
    }
}

/** 最短お届け日注意文言**/
.deliverydate-attention {
    font-size: 12px;
    margin: 10px 0;
    color: #7f7f7f;
}

/** #9652 エラーメッセージが女性の画像と被らないように追加**/
@media screen and (min-width: 768px), print {
.p-products-temp-save-unavailable__detail__status__unavailable p {
padding-right: 180px !important;
}

/** 後継機や同モデルを案内する要素の調整 **/
@media screen and (min-width: 768px) {
	.p-product-show-detail__inner {
        padding-top: 0px !important;
    }
}

@media screen and (min-width: 768px) {
	.p-product-show-detail__spec-list li {
        width: 100%;
    }
}

