@charset "utf-8";
/* CSS Document */

.abo {
	padding: 12vw 4% 13vw;
}
.abo dt {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 3px;
	height: 8vw;
	padding-left: 8.4vw;
	background: #dbdbdb;
	color: #a23035;
	font-size: 1.2rem;
	font-weight: bold;
}
.abo dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2.667vw;
	transform: translateY(-50%);
	width: 4.2667vw;
	height: 4.2667vw;
	background: url(../img/common/4dots.svg) top left no-repeat;
	background-size: contain;
}
.abo dt::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #000;
}
.abo dd {
	padding: 2.4vw 2.667vw;
}
.abo dd:last-child {
	border-bottom: 1px dotted #000;
}