@charset "utf-8";
.under {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.font_b {
	font-weight: bold!important;
}
.title {
	padding-left: 20px;
	position: relative;
	font-size: 20px;
}
.title::before {
	content: "\025C9";
	position: absolute;
	top: 0;
	left: 0;
	color: #04ADA8;
}
.title + p {
	padding-left: 20px;
}
.caution {
	margin-top: 30px;
	padding: 15px 10px 10px;
	border-radius: 5px;
	border: 2px solid #ff0000;
	position: relative;
}
.caution .sb_title {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
	position: absolute;
	top: -18px;
	left: 10px;
}

@media only screen and (max-width: 768px){
	
}