/* CSS Document */
#function ul{
	margin: 30px 0 30px 20px;
	list-style: disc;
}
#function ul li{
	margin: 10px 0;
	color: #F1748F;
}
#contact dl{
    display: flex;
    justify-content: space-between;
}
#contact dl dd h4{
	margin: 0 0 15px;
}
#contact dl dd address .add {
	font-style: normal;
	line-height: 1.6em;
}
#contact dl dd address .add::before {
    content: url("../module/img/icon_zip.png");
    position: relative;
    top: 3px;
    margin: 0 10px 0 3px;
}
#contact dl dd address .tel::before {
    content: url("../module/img/icon_tel.png");
    position: relative;
    top: 3px;
    margin-right: 5px;
}
#contact dl dd address .fax::before {
    content: url("../module/img/icon_fax.png");
    position: relative;
    top: 3px;
    margin-right: 5px;
	margin-left: 20px;
}





@media screen and (max-width: 480px) {
#contact dl{
    flex-direction: column;
}

	
	
	
	
	
	
	
	
	
  
	
}
