@charset "utf-8";

.content h2{
	background: #fff;
	border: 1px solid #D6CFCB;
	border-left: 6px solid #FA7901;
	margin-top: 3em;
}

.decoration-box02 h2{
	border: none;
	border-bottom: 1px solid #D0CDC8;
	background: none;
	margin: 0;
}

.content{
	float: none!important;
	width: 100%!important;
}

.high-inner.bg-white{
	background: #fff;
	padding: 1em;
}

.btn-wrap{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1em!important;
	margin-right: -1em!important;
	width: 100%;
	box-sizing: border-box;
}

.btn-wrap .btn-unit{
	width: 33%!important;
	padding: 1em!important;
	box-sizing: border-box;
}
.btn-wrap .btn-unit p{
	width: 100%!important;
	text-align: center;
}
.btn-wrap .btn-unit a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}