@charset "utf-8";

#OWNER #sec1 .text {
    margin-top: 30px;
}
#OWNER #sec1 .naiyou {
    margin-top: 20px;
    padding: 25px 20px;
    background-color: #FDFACD;
}
#OWNER #sec1 .naiyou li {
    position: relative;
    margin-top: 15px;
    padding-left: 20px;
    line-height: 1.6;
}
#OWNER #sec1 .naiyou li:nth-child(1) {
    margin-top: 0;
}
#OWNER #sec1 .naiyou li:before {
    content: "★";
    position: absolute;
    left: 0;
    top: -1px;
    color: #90C400;
}
#OWNER #sec1 .price {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #005740;
}
#OWNER #sec1 .other {
    margin-top: 10px;
    text-align: center;
}
#OWNER #sec1 .btn {
    margin-top: 30px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #OWNER #sec1 .naiyou {
        padding: 20px;;
    }
    #OWNER #sec1 .price {
        margin-top: 20px;
        font-size: 18px;
    }
    #OWNER #sec1 .other {
        margin-top: 10px;
    }
    #OWNER #sec1 .btn {
        margin-top: 30px;
    }
}