.spec {
    font-weight: normal;
    line-height: 1.5;
    font-weight: inherit;
    font-size: 1.8rem;
    text-align: justify;
}
@media screen and (max-width:768px) {
    .spec {
        font-size: 1.2rem;
    }
}

.spec .spec__heading {
    text-align: center;
    margin-bottom: 90px;
}

.spec .com-title-en {
    font-size: 2.2rem;
    margin-top: 20px;
    color: #C5EDE5;
}

.spec .spec-content {
    max-width: 1140px;
    margin: 90px auto;
    padding: 0 5vw;
}
@media screen and (max-width:768px) {
    .spec .spec__heading {
        margin: 40px auto;
    }

    .spec .com-title-en {
        font-size: 1.6rem;
        font-weight: bold;
    }

}
.spec a {
    text-decoration: underline;
    transition: 0.3s;
}
.spec a:hover {
    text-decoration: none;
}

@media screen and (min-width:769px) {
    .spec .spec-list__item {
        display: flex;
        align-items: flex-start;   
    }
    .spec .spec-list__item .spec-list__head{
        width: 25%;
    }
    .spec .spec-list__item .spec-list__detail{
        width: calc(100% - 25%);
        padding: 0.4em 0 0.4em 1em;
    }
    .show-small {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .spec .spec-list__item .spec-list__detail{
        margin-top: 0.5em;
        text-align: justify;
    }
}
.spec .spec-list__item + .spec-list__item{
    margin-top: 2em;
}
.spec .spec-list__item .spec-list__head{
    background-color: #D8F3EE;
    border-radius: 5px;
    padding: 0.4em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.spec .spec-detail-list {
    list-style: disc inside;
    padding-left: 2em;
    text-indent: -1.5em;
}
.spec .spec-detail-list__text + .spec-detail-list__text {
    margin-top: 0.5em;
}

.spec .spec-detail-defList {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    color: #575757;
    font-size: 1.4rem;
}
.spec .spec-detail-defList .spec-detail-defList__text th,td{
    padding: 1em 1em 1em 2em;
}
.spec .spec-detail-defList .spec-detail-defList__text td{
    border-top: 1px solid #B2B2B2;
    word-break: break-all;
}
.spec .spec-detail-defList .spec-detail-defList__text th{
    border-top: 1px solid #B2B2B2;
    white-space: nowrap;
    text-align: left;
}

.spec .spec-detail-defList .spec-detail-defList__text th{
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .spec .spec-detail-defList .spec-detail-defList__text th,td {
        padding: 1em 0.5em 1em 1.5em;
    }
}
