.box-alert01{
	padding: 25px;
	background-color: #f0f0f0;
	box-sizing: border-box;
	margin: 47px auto 0;
}.box-alert01-inner{
	margin: 25px auto 10px;
}
.box-alert01-inner dt{
	display: inline-block;
	padding: 3px 9px;
	background: #c4d700;
	color: #004831;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 8px;
}.box-alert01-inner dd{
	margin-top: 3px;
	margin-left: 0;
}
@media print, screen and (min-width: 1200px) {
	.box-alert01{
		max-width: 836px;
	}
}
@media screen and (max-width: 1199px) {
	.hdg_B{
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
.box-alert01{
	padding: 20px;
	background-color: #f0f0f0;
	box-sizing: border-box;
	margin: 20px auto 0;
}.box-alert01-inner{
	margin: 25px auto 20px;
	justify-content: space-between;
}.box-alert01_item + .box-alert01_item{
	margin-top: 15px;
}.box-alert01-inner dt{
	display: inline-block;
	padding: 3px 9px;
	background: #c4d700;
	color: #004831;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 8px;
}.box-alert01-inner dd{
	margin-top: 3px;
	margin-left: 0;
}.hdg_B{
	margin: 0;
}.hdg_B.hdg_icon-notice {
    font-size: 16px;
}
}

/* Operating Procedures */
.point__item-inner {
	justify-content: space-between;
}
.point__item .note .note__item span {
	margin-right: 2px;
	margin-left: 2px;
}
.point__item-title span {
	margin-right: 4px;
	margin-left: 4px;
	display:inline-block;
	height: 26px;
	padding: 1px 10px
}
@media screen and (max-width: 767px){
	.point__item .point__item-title {
		line-height: 1.8;
	}
	.point__item-title:before {
		line-height: 1.6;
	}
	.point__item .note .note__item span {
		line-height: 2.1;
	}
}

.text__marker {
	background:linear-gradient(transparent 75%,#cbe658 75%);
}
.point__item-text span {
	display: inline;
	padding: 0 0;
	border: none;
	border-radius: 0;
}
.point__item-text .txt__frame {
	display: inline-block;
	padding: 0 7px;
	border: 1px solid;
	border-radius: 3px;
}
.list_circle li .marker {
	padding-top: 2px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #004831;
	border: 2px solid;
	line-height: 1;
	margin-left: -25px;
}
.list_circle li .a__marker {
	margin-left: 4px;
	display: inline-block;
	text-align: center;
	padding-top: 2px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #004831;
	border: 2px solid;
	line-height: 1;
	margin-right: 4px;
}
.list_circle li .notes li .marker {
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	float: none;
	height: 0;
	width: 0;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	color: #4b4b4b;
	border: none;
}
