@charset "utf-8";
/*********           メイン           *********/
.designed-box{
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #B3C5D1;
	border-radius: 8px;
}
.designed-box .box-title{
	position: absolute;
	top: -13px;
	left: auto;
	right: auto;
	background-color: #FAFAFA;
	display: inline-block;
	padding: 0 8px;
	font-weight: bold;
	text-align: center;
}
