@charset "utf-8";
.blogset{
	width : 1200px;
	max-width : 95%;
	margin-inline : auto;
	overflow : hidden;
}
.singlewrap{
	width : 100%;
	padding : 2%;
	background : rgb( 255 255 255 / 1 );
}
#mainsub{
	float : unset;
	width : 100%;
	max-width : 1100px;
	padding : 0 2% 0 0;
	margin : 0 auto;
	overflow : hidden;
}
.areaWrap h1{
	position : relative;
	padding : 2% 0 1%;
	padding-bottom : .5em;
	margin : 0 auto 1em;
	font-size : 1.6em;
	letter-spacing : 0;
	border-bottom : 4px solid var( --primary );
}
.areaWrap h1::after{
	position : absolute;
	bottom : -4px;
	left : 0;
	z-index : 2;
	width : 20%;
	height : 4px;
	content : "";
	background-color : #c40f8f;
}
.areaWrap h2{
	margin : 45px 0 20px;
	border-bottom : 3px solid var( --primary );
}
.areaWrap ul{
	padding : 20px 20px 3px;
	margin-bottom : 20px;
	background-color : #f7f7f7;
	border-radius : 5px;
}
.areaWrap li{
	margin-bottom : 13px;
	font-size : 14px;
	font-weight : 500;
}
.areaWrap li span{
	margin-right : 10px;
	font-size : 18px;
	font-weight : 700;
	color : var( --primary );
}
.areaWrap p{
	margin-bottom : 1.5em;
	font-size : 15px;
	line-height : 1.8;
}
.areaWrap p img{
	width : 100%;
	height : 360px;
	object-fit : cover;
	object-position : 0 15%;
}
.areaWrap .secondliset li span{
	font-size : 14px;
}
.contactBnr{
	position : relative;
	width : 100%;
	max-width : fit-content;
	margin : 0 auto 40px;
}
.contactBnr a.webBox{
	position : absolute;
	bottom : 5%;
	left : 6%;
	width : 44%;
	max-width : fit-content;
}