@charset "utf-8";

.abtImgBx {
    flex-wrap: wrap;
}

.abtImgItem {
    transform: rotate(-13deg) scale(1.15);
}

.carousel-indicators {
    position: static;
    margin: 10px 0 0 0;
    gap: 5px;
}

.indicator {
    transition: all .3s;
}

.indicator:hover {
    filter: brightness(.8);
}

.abtCmpTr {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-bottom: var(--base-font-color) 1px solid;
}

.abtCmpTd {
    flex: 1;
}

.abtCmpTh p {
    font-weight: bold;
}

.abtCmpTd p {
    font-weight: 400;
}

.abtCmpTable p {
    font-size: 14px;
    line-height: 1.5em;
}

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

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

    .abtCmpTr {
        flex-direction: row;
        padding: 12px 0;
    }

    .abtCmpTh {
        width: 20%;
    }

    .abtCmpTd p {
        font-weight: 400;
    }

    .abtCmpTable p {
        font-size: 16px;
    }

}

/* min-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

    .abtCmpTable p {
        font-size: 18px;
    }

	.abtReadFlTit {
		font-size: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3889)), 40px);
	}
}

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

    .abtReadTxt01 br {
        display: none;
    }

}

/* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */