@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
.sp-none {
    display: none !important;
}

body {
    font-family: 'Noto Sans JP';
}

.home-business {
    background: #ac1821;
    width: 100%;
    height: max-content;
    overflow: hidden;
}

.business-parent {
    width: 100%;
    margin: auto;
}

p.business-ttl {
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0px 0px 0px;
    font-family: 'Noto Sans JP';
}

.hor-line {
    height: 1px;
    background: white;
    width: 54%;
    margin: auto;
}

.business-info {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 70%;
}

.business-info-col {
    padding: 2%;
    width: max-content;
}

p.business-info-details-ttl {
    color: white;
    font-size: 15px;
    margin: 5% 0% 1% 0%;
    font-weight: bold;
    letter-spacing: 1px;
}

p.business-info-details-text {
    margin: 0% 0% 2% 0%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

.foot-note {
    display: flex;
    width: 50%;
    height: 180px;
    margin: auto;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
}

.foot-note-details {
    display: flex;
    justify-content: space-evenly;
    /* font-size: 10px; */
    margin: 2% 0%;
    margin-top: 19px;
}

.foot-note-details p {
    margin: 0;
    color: black;
    letter-spacing: 1px;
    font-size: 13px;
}

.foot-note img {
    margin: 0% auto;
    width: 31%;
    height: auto;
}

.business-ttl-parent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-space {
    margin-top: 10px !important;
    margin-left: 40px !important;
}

p.copyrighting {
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px 0px;
}

a.footer-link {
    height: max-content;
    color: white;
}

a.footer-link {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    font-size: 13px;
}