@charset "utf-8";

.compTable {
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}

.compTable .row>div {
    padding: 10px 15px;
    border-bottom: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    font-size: 14px;
}

.compTable .row>div:first-of-type {
    background: var(--secondary);
    color: var(--white);
    text-align: center;
}

.compTable .row>div a {
    color: var(--black);
    text-decoration: underline;
}

.compTable .row>div a:hover {
    text-decoration: none;
}

.accordionBtn:hover .accordionBtnTxt {
    text-decoration: underline;
}

.accordionIcon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.accordionIcon::before,
.accordionIcon::after {
    content: "";
    position: absolute;
    display: block;
    background: var(--black);
    transition: all .3s;
    width: 100%;
    height: 3px;
}

.accordionIcon::after {
    transform: rotate(90deg);

}

.accordionIcon.active::after {
    transform: rotate(0deg);
}

.inCmpPdfBtn p {
    transition: all .3s;
}

.inCmpPdfBtn:hover p {
    color: var(--white);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    .compTable .row>div {
        font-size: 15px;
    }


    .accordionIcon {
        width: 30px;
        height: 30px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */