.about-contents-wrap {
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
    .about-contents-wrap {
        padding: 0 40px;
        max-width: 1000px;
        margin: 0 auto;
    }
}
.about-list {
    margin-bottom: 10px;
    padding: 20px 5px;
    border-top: solid 2px #F2EFE7;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (min-width: 800px) {
    .about-list {
        flex-direction: row;
        gap: 40px;
        border: none;
        padding: 0 5px;
    }
}
.about-list-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2em;
}
@media screen and (min-width: 800px) {
    .about-list-title {
        width: 220px;
        padding: 20px 15px;
        font-size: 1.6rem;
        border-top: solid 2px #F2EFE7;
    }
}
.about-list-content {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5em;
}
@media screen and (min-width: 800px) {
    .about-list-content {
        padding: 20px 15px 0;
        width: calc(100% - 300px);
        border-top: solid 2px #F2EFE7;
    }
}
.about-list-companyname {
    color: #8E8563;
    text-decoration: underline;
}
.about-list-companyname-nourl {
    color: #000000;
    text-decoration: none;
}
.about-list-content summary {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.about-list-indent li::before {
    content: '・';
    font-weight: 700;
    margin-right: 0.2em;
}
.about-list-content-aco {
    list-style: none;
}
@media screen and (min-width: 800px) {
    .about-list-content-aco {
        padding-top: 0;
    }
}
.about-list-content-aco li {
    border-bottom: solid 1px #E2E2E2;
    width: 100%;
}
@media screen and (min-width: 800px) {
    .about-list-content-aco li {
        border-top: none;
    }
}
.about-business-aco-content {
    padding: 12px 0;
}
.about-business-title {
    justify-content: space-between;
    align-items: center;
}
.about-business-title span {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #000;
}
.about-business-title span:nth-of-type(1) {
    transform: rotate(90deg);
    translate: 0 1px;
}
details[open] .about-business-title span:nth-of-type(1) {
    display: none;
}
.about-business-aco-icon {
    padding: 0 4px;
}
