/*おそらく使用されていない
@charset "utf-8";
.m-bg-heartful-tv,.m-bg-heartful-net,.m-bg-heartful-phone {
    background: #fff5fa !important;
    padding: 10px !important;
    border-radius: 4px !important;
}
.m-border-heartful-tv, .m-border-heartful-net,.m-border-heartful-phone{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.m-heartful-tv-align,.m-heartful-net-align,.m-heartful-phone-align{
    justify-content: inherit !important;
}

.m-bg-heartful-net {
    background: #f0f9ff  !important;
}
.m-bg-heartful-phone {
    background: #eff8dd   !important;
}
.m-heartful-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


@media screen and (max-width: 767px) {
    .m-border-heartful-tv{
        justify-content: inherit !important;
    }
    .m-border-heartful-tv p{
    }
    .m-bg-heartful-tv {
        background: #fff5fa !important;
        padding: 10px !important;
        border-radius: 4px !important;
    }
    .m-ttl-heartful-tv{
        text-align: left !important;
    }
} 
*/

/* list（★） */
.list-note-star>li::before {
	content: "★";
	position: absolute;
	top: 0;
	left: 0;
}
