@charset "UTF-8";

.bn_lifull{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	width: 800px;
	margin: 6% auto 0;
	padding: 20px;
	box-sizing: border-box;
	background: linear-gradient(165deg,  #c0b190 0%,#8b7d5c 100%);
	transition: all .3s ease-out;
}
.bn_lifull:hover{
	opacity: 0.8;
}
.bn_lifull .imgBox{
	width: 36%;
	align-self: center;
}
.bn_lifull .txtBox{
	width: 60%;
	align-self: center;
}
.bn_lifull .txtBox .lifullTtl{
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	width: 100%;
}
.bn_lifull .txtBox .lifullLead{
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #fff;
	margin: 0 auto;
}
.bn_lifull .txtBox .lifullLead span{
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
}
.bn_lifull .txtBox .lifullLead em{
	font-size: 240%;
	vertical-align:-6%;
	font-weight: bold;
	font-style: normal;
}


/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {


.bn_lifull{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	width: 90%;
	padding: 20px;
}
.bn_lifull .imgBox{
	width: 100%;
	margin-bottom: 20px;
}
.bn_lifull .txtBox{
	width: 100%;
	margin: 0 auto;
}
.bn_lifull .txtBox .lifullTtl{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	width: 100%;
}
.bn_lifull .txtBox .lifullLead{
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
}
}
