@charset "utf-8";

/* ====================================================================
 2022 03_06.html 用
==================================================================== */

/* information_210121 */
.information_220306 {
	width: 60%;
	margin: 0 auto 45px auto;
    border-radius: 10px;
    margin-top: 3%;
    border: #ff0000 solid 1px;
    text-align: center;
    padding-top: 2%;
}
	.information_220306 p {
		margin: 0;
	}
.information_220306 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	letter-spacing: 0;
}
.information_220306 dl dt {
	width: 30%;
	margin: 0;
	text-align: right;
	font-weight: bold;
}
.information_220306 dl dd {
	width: 50%;
	margin: 0;
	text-align: left;
	font-weight: bold;
}

@media screen and (max-width: 639px){
	.information_220306 dl dt {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.information_220306 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;
}

.delete-marker {
    list-style: none;
    margin-right: 32px;
}
.ukuraine p {
    text-align: center;!important 
    margin: 40px;
}