@charset "UTF-8";

#lv p span{
	position: relative;
	padding-bottom: 35px;
}
#lv p span:before{
	position: absolute;
	display: block;
	content: "PRIVACY POLICY";
	bottom: 0;
	width: 200px;
	left: calc(50% - 100px);
	color: #086f0d;
	background: #fbe2a4;
	border-radius: 5px;
	padding: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	font-weight: 500;
	text-shadow: none;
	box-sizing: border-box;
}

/*----------------------------privacy01----------------------------*/

#privacy01+.contents_box01 .inner_item_txt p{
	position: relative;
	padding-top: 50px;
}
#privacy01+.contents_box01 .inner_item_txt p:before{
	position: absolute;
	display: block;
	content: "";
	width: 180px;
	height: 3px;
	top: 0;
	left: calc(50% - 90px);
	background: #feb711;
	pointer-events: none;
}

/*----------------------------privacy02----------------------------*/

#privacy02+.contents_box01 .heading.block_header_4 .h{
	border-bottom: 0;
}

/*----------------------------privacy03----------------------------*/

#privacy03+.contents_box01 .heading.block_header_4 .h{
	border-bottom: 0;
	display: block;
	margin-bottom: 15px;
}
#privacy03+.contents_box01 .heading.block_header_4 p{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
	border-bottom: 1px solid #b3b3b3;
	display: inline;
}

/*----------------------------font----------------------------*/

body{
	color: #7e6b5a;
}










