@charset "UTF-8";

/* 20250930 費用のコンテンツ掲載 */
@media screen and (min-width: 768px) {
	.l-topInsuranceSolo .l-soloSheet {
		grid-column: 1 / 3;
	}
}

.l-topInsuranceSolo .soloSheet__inner {
	max-width: revert;
}

/* 20250930 協会概要 */
.l-information {
    margin-top: 2.5rem;
}
.l-information .headline {
    margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
    .l-information {
        margin-top: 5rem;
    }
    .l-information .headline {
        margin-bottom: 4.375rem;
    }
}

/* 20250930 補償内容の拡充 */
.soloSupplement__table--vertical {
	margin-top: 3.125rem;
}

.soloSupplement__table--vertical .soloSupplement__cell {
	width: 25%;
}

.soloSupplement__body .soloSupplement__row:first-child {
	border-top: 0.0625rem solid #ccc;
}