@charset "UTF-8";
.page_profile .box_salesP .list_salesP {
    border: 0;
}

@media only screen and (min-width : 769px) {
    .page_profile .box_salesP .list_salesP {
        border: 1px solid #ccc;
    }
}

.page_profile .box_salesP .li_salesP {
    border-bottom: 1px solid #929292;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (min-width : 769px) {
    .page_profile .box_salesP .li_salesP {
        border-bottom: 1px solid #ccc;
    }

    .page_profile .box_salesP .li_salesP:last-child {
        border-bottom: 0;
    }
}



.page_profile .box_salesP .li_salesP .ttl--salesP,
.page_profile .box_salesP .li_salesP .txt--salesP {
    display: block;
    font-size: var(--fs_n);
    padding-left: 0.5em;
}

.page_profile .box_salesP .li_salesP .ttl--salesP {
    font-weight: bold;
    background: rgba(200, 200, 200, 0.5);
    width: 18%;
    min-width: 5em;
    border-right: 1px solid #ccc;
    padding: 1em;
    text-align: center;
}

@media only screen and (min-width : 769px) {
    .page_profile .box_salesP .li_salesP .ttl--salesP {
        background: #eee;
        text-align: left;
    }
}

.page_profile .box_salesP .li_salesP .box--txt {
    width: auto;
    padding: 0.5em;
    font-size: var(--fs_n);
}

.page_profile .box_salesP .li_salesP .txt--saleP {
    line-height: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    margin-right: 0.5em;
    float: left;
    margin-bottom: 0.2em;
}
.profile_area_main .section_schedule ul li:first-child,
.profile_area_main .section_salesPoint ul li:first-child {
    border-top:1px solid #929292;
}
.selling-point li {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 0.3rem;
    margin: 0 1rem 0 0;
    list-style: none;
    float: left;
}
@media only screen and (min-width : 769px) {
    .page_profile .box_salesP .li_salesP .txt--saleP {
        margin-right: 1em;
    }
    .page_profile .box_salesP .li_salesP .box--txt {
        padding: 1em;
    }
    .profile_area_main .section_schedule ul li:first-child,
    .profile_area_main .section_salesPoint ul li:first-child {
        border-top:0;
    }
}