@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.box-alert01{
	padding: 20px;
	background-color: #f0f0f0;
	box-sizing: border-box;
	margin: 16px auto 0;
}
.box-alert01-inner{
	margin: 25px auto 10px;
}
.alert__alp li{
	margin-top: 18px;
	margin-bottom: 18px;
	padding-left: 40px;
	line-height: 1.6;
	clear: both;
	position: relative;
}
.alert__alp li .marker {
	position: absolute;
	margin-top: -3px;
	margin-left: -38px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 3px;
	height: 27px;
	width: 27px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Noto Sans JP", "MS PGothic", sans-serif, "Meiryo UI";
	background-color: #74a2a5;
	color: #ffffff;
}
.alert__alp li .a__marker{
	position: relative;
	margin-top: -1px;
	margin-left: 2px;
	margin-right: 2px;
	display: inline-block;
	float: none;
	/* text-align: center; */
	padding-top: 2px;
	height: 25px;
	width: 25px;
	/* border-radius: 50%; */
	/* font-size: 13px; */
	/* font-weight: bold; */
	/* font-family: Roboto, -apple-system, "Arial", "Helvetica", "Helvetica Neue", "Avenir", "Droid Sans", "Noto Sans JP", "MS PGothic", sans-serif, "Meiryo UI"; */
	background-color: #74a2a5;
	color: #ffffff;
}
.alert__alp .alert_alp_txt {
	padding-left: 19px;
}
.box-alert01-inner dt{
	font-weight: bold;
	padding-top: 5px;
	border-radius: 3px;
}
.box-alert01-inner dd{
	margin-top: 3px;
	margin-left: 0;
}

.box-alert01_item--underline {
	background: linear-gradient(transparent 75%, #cbe658 75%);
}

@media screen and (max-width: 767px) {
	.box-alert01{
		padding: 20px;
		background-color: #f0f0f0;
		box-sizing: border-box;
		margin: 16px auto 0;
	}
	.box-alert01-inner{
		margin: 25px auto 10px;
	}
	.alert__alp li{
		margin-top: 18px;
		margin-bottom: 18px;
		padding-left: 40px;
		line-height: 1.6;
		clear: both;
		position: relative;
	}
	.box-alert01-inner dt{
		font-weight: bold;
		padding-top: 5px;
		border-radius: 3px;
	}
	.box-alert01-inner dd{
		margin-top: 3px;
		margin-left: 0;
	}
	.hdg_B{
		margin: 0;
	}
	.hdg_B.hdg_icon-notice {
		font-size: 16px;
	}
}

.app--link {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.app--link {
		text-align: left;
	}
}