@charset "utf-8";
/* CSS Document */

#patent{
	width:90%;
	max-width:1000px;
	margin:30px auto;
}


#oem_h_navi{
	margin-top:20px;
}


#patent #index dt{
    font-size: 24px;
    color: #851705;
    text-align: center;
    margin: 0 0 30px 0;
}


#patent #content{
	margin:80px auto 50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#patent #content .box{
	width:31%;
	line-height:0;
	background:#f5f5f5;
}

#patent #content .box dl{
	margin-top:0;
	line-height:1.5;
	padding-bottom:35px;
}

#patent #content .box dt{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	letter-spacing:normal;
	padding:40px 0 30px;
}

#patent #content .box dd{
	width:80%;
	margin:0 auto;
	letter-spacing:1px;
	/* line-height:1.8; */
}

#patent #content .box dd span{
	background:linear-gradient(rgba(255,255,255,0) 2%, #DEC8C5 15%);
	/* background:#DEC8C5; */
	
}


@media only screen and (max-width:1080px) { 
#kanban img {
    height: 120px;
    width: 100%;
}


#patent #index{
    width: 94%;
    margin: 0 auto;
}

#patent #index dt{
    font-size: 18px;
    font-weight: bold;
}

#patent #index dd {
    font-size: .75rem;
}

#patent #content .box{
	width:100%;
	margin:0 auto 60px;
}


}








