@charset "UTF-8";
/* CSS Document */
/* お客様の声看板 */
.heading20 {
    position: relative;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    bottom: auto;
    font-weight: 600;
}

.heading20::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}
/* お客様の声コメント */
.box-019 {
    position: relative;
    margin-top: 2em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #d02536;
    margin-bottom: 15px;
    bottom: 10px;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #d02536;
    color: #fff;
    font-size: .9em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #d02536;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
    text-align: left;
}

#content .box-019 .date {
    width: 100%;
    color: #4A4546;
    font-size: 95%;
    font-weight: 200;
	text-align: right; /* 枠内のテキストを右寄せ */
}

/*ページネーション*/
.pagination-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

.pagination-2 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 1px;
    background-color: #f2f2f2;
    color: #b2aeae;
}

.pagination-2 a:not(:hover) {
    text-decoration: none;
}

.pagination-2 .current a {
    background-color: #b2aeae;
    color: #fff;
    pointer-events: none;
}#content .box-019 .title {
    font-weight: 700;
    color: #000000;
}
.box-019 div li a {
    font-size: 110%;
    color: #FFFFFF;
    font-weight: 500;
}

