@charset "utf-8";
/* allergy CSS */
.f_sans {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7em;
}
.f_serif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.7em;
}

#Cont_allergy{
	background: url(../images/privacy/bg_h3.jpg) top center no-repeat;
}


#Cont_allergy h2.txt_tit{
	width: 760px;
	margin: 0 auto 50px;
	padding: 20px 0;
	text-align:center;
	font-size: 30px;
	color: #715226;
	font-weight: 700;
	border-bottom: 1px solid #715226;
}

#Cont_allergy .txt_area{
	margin: 0 auto;
	padding: 0 0 50px;
	width: 760px;
	font-size: 14px;
}

#Cont_allergy p{
	margin: 0 0 20px;
}
#Cont_allergy p.name{
	text-align: right;
	margin: 40px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #715226;
}

#Cont_allergy ul li{
	margin: 15px 0 0;
	position: relative;
	padding: 0 0 0 1.2em;
}

#Cont_allergy ul li:before{
	content: "・";
	position: absolute;
	top: 0 ;
	left: 0;
	display: block;
}

#Cont_allergy .en_block{
	padding:80px 0 80px;
	margin:80px auto 0;
	border-top: 1px dotted #666;
}