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


.titlearea{	margin: 0px auto; border-bottom:1px solid #CCCCCC;}
.titlearea .photo img{ width:100%; height:inherit;}
.titlearea .txt{ text-align:left; padding:15px;color:#593304; line-height:1.7; font-size:12px;}


#Cont_allergy {
	width: 100%;
}

#Cont_allergy h2.txt_tit{
	width: 90%;
	margin: 0 auto 30px;
	padding: 20px 0;
	text-align:center;
	font-size: 24px;
	color: #715226;
	font-weight: 700;
	border-bottom: 1px solid #715226;
	line-height:1.5em;
}

#Cont_allergy .jp_block{
	margin: 40px 0 0;

}
#Cont_allergy .txt_area{
	margin: 0 auto;
	padding: 0 0 30px;
	width: 90%;
	font-size: 13px;
}

#Cont_allergy p{
	margin: 0 0 20px;
	text-align: left;
}
#Cont_allergy p.name{
	text-align: right;
	margin: 30px 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #715226;
}
#Cont_allergy ul {
	list-style: none;
}
#Cont_allergy ul li{
	margin: 15px 0 0;
	position: relative;
	padding: 0 0 0 1.2em;
	text-align: left;
}

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

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