@charset "utf-8";

/* ====================================================================
 2022 01_21.html 用
==================================================================== */

/* information_210121 */
.information_210121 {
	width: 60%;
	margin: 0 auto;
}
	.information_210121 p {
		margin: 0;
	}
.information_210121 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	letter-spacing: 0;
}
.information_210121 dl dt {
	width: 30%;
	margin: 0;
	text-align: right;
	font-weight: bold;
}
.information_210121 dl dd {
	width: 50%;
	margin: 0;
	text-align: left;
	font-weight: bold;
}

@media screen and (max-width: 639px){
	.information_210121 dl dt {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.information_210121 dl dd {
		width: 100%;
		text-align: center;
	}
}

/* list-01_21 */
.list-01_21 {
}
.list-01_21 > li {
	list-style: none;
	margin: 0 0 20px 26px;
}
.list-01_21 > li span {
	position: relative;
	color: #fff;
	display: inline-block;
	width: 21px;
	margin-left: -26px;
	padding-left: 5px;
	line-height: 22px;
}
.list-01_21 > li span:before {
	display: inline-block;
	content:"";
	position: absolute;
	top:0;
	left: 0;
	border-radius: 100vh;
	background-color:#000;
	width: 20px;
	height: 20px;
	color: #000;
	z-index: -1;
}
.list-01_21 ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 26px;
}
