@charset "utf-8";
/* @font-face {font-family: Futura; src: url(../fonts/FuturaPTMedium.otf);}

#box01 {max-width: 1000px;}
#box01 .mainTxt {margin-bottom: 4rem;}
#box01 .address {line-height: 2;}
#box01 .address li {margin-bottom: 4rem;}
#box01 .address li .name {font-size: 1.8rem; margin-bottom: 1rem;}
#box01 .address li .info {margin-bottom: 2rem; padding-left: 1rem;}
#box01 .address li .info a:hover {text-decoration: underline;} */

/*Responsive*/
/* @media only screen and (max-width: 767px){
} */

.p-business {
    max-width: 994px;
    margin: 0 auto;
}
.p-business__content {
    margin-top: 48px;
}
.p-business__lead {
    margin-bottom: 32px;
}
.p-business__area:not(:last-child) {
    margin-bottom: 32px;
}
.p-business__area_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 6px;
    margin-bottom: 16px;
}
.p-business__area_cnt {
    display: flex;
    column-gap: 26px;
}
.p-business__company {
    width: calc((100% - 26px * 2) / 3);
}

@media (max-width: 768px) {
    .p-business h1 {
    }
    .p-business__content {
        margin-top: 40px;
    }
    .p-business__lead {
        margin-bottom: 40px;
    }
    .p-business__area_cnt {
        flex-direction: column;
        row-gap: 16px;
    }
    .p-business__company {
        width: 100%;
    }
}
