/* #additional start */
#additional {
    margin-top: 40px;
}
#additional .case-list {
    padding-left: 25px;
}
#additional .case {
    list-style: decimal;
    margin-bottom: 30px;
}
#additional .case-list .case:last-child {
    margin-bottom: 0px;
}
#additional .case dl {
    width: 230px;
}
#additional .case dt {
    float: left;
    padding: 5px;
    width: 180px;
}
#additional .case dd {
    padding: 5px;
    border-bottom: 1px dashed #999999;
}
/* #additional end */
/* #example start */
.example {
    padding: 15px;
    background-color: #fff5fd;
    border: 2px solid #999999;
    margin-bottom: 30px;
}
.example-list .example:last-child {
    margin-bottom: 0;
}
.example-price {
    display: inline-block;
    color: #ffffff;
    font-size: 1.1em;
    background-color: #a37294;
    padding: 5px 15px;
    border: 2px solid #999999;
    margin-bottom: 10px;
}
.example-price .price {
    display: inline-block;
    margin-left: 15px;
}
.example-date {
    margin-bottom: 10px;
}
.example-customer {
    margin-bottom: 10px;
}
.example-text.staff {
    color: #93278f;
}
.example-text.staff::before {
    content: '担当者より';
    display: inline-block;
    margin-right: 8px;
}
/* #example end */
/* #policy start */
.policy {
    font-size: 1.1em;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.policy-list .policy:last-child {
    margin-bottom: 0px;
}
.policy::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2d2d2d;
    position: absolute;
    left: 0;
    top: 5px;
}
/* #policy end */
/* for SmartPhone */
@media screen and (max-width: 767px) {
    #additional {
        margin-top: 20px;
    }
    .goods {
        margin-bottom: 15px;
    }
    .goods-list .goods:last-child {
        margin-bottom: 0;
    }
    #nishimoto {
        margin-bottom: 40px;
    }
    .example-img {
        margin-bottom: 15px;
    }
    .example-img img {
        width: 100%;
    }
    .example-price {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .example-price .price {
        line-height: 1.4;
        margin-left: 0;
        display: block;
    }
}
/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .example-img {
        float: left;
    }
    .example-data {
        padding-left: 267px;
    }
    #nishimoto {
        margin-bottom: 40px;
    }
}
/* for PC */
@media screen and (min-width: 992px) {
    .example-img {
        float: left;
    }
    .example-data {
        padding-left: 267px;
    }
    #nishimoto {
        float: right;
        padding: 20px;
        padding-top: 0;
        margin-right: 10%;
    }
}