@charset "Shift_JIS";

.ha_service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ha_service_content {
    width: 310px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f6d8d7;
}
.ha_service_content dt {
    color: #f34843;
    display: flex;
    align-items: center;
}
.ha_service_content dt img {
    margin-right: 1em;
}

.ha_service_contact {
    margin-top: 1em;
    padding: 1em;
    border: 1px solid #333;
}

.ha_service_contact > dt {
    font-weight: bold;
}

.ha_service_contact > dd .telNum {
    font-size: 150%;
    font-weight: bold;
}

.ha_service_contact > dd .businessHours {
    display: inline-block;
    font-weight: bold;
}

.ha_service_contact > dd.notice {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 80%;
}