@charset "UTF-8";

/**news**/
.title_wrap {
	background-image:url(../img/news/mainimg.jpg);
}

#news h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1em;
}

#news .wrap {
	padding-top:150px;
	padding-bottom:90px;
}

#news .contents {
	max-width:920px;
	z-index:2;
}
#news dl {
	width:100%;
	box-sizing:border-box;
	padding:20px 0;
	border-bottom:2px dashed #a3a0a0;
}
#news dd.img .img {
	width:110px;
	height:64px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#news dd.cat {
    width:130px;
    text-align:center;
}
#news dd.cat span {
	display:inline-block;
	background-color:#FFDE55;
	font-size:1.3rem;
	line-height:1.8;
	box-sizing:border-box;
	padding:0 1em;
	border-radius:1em;
	border:1px solid #333333;
}
#news dd.date {
	font-size:1.8rem;
	line-height:1.5;
	width:120px;
	color:#a3a3a3;
}
#news dt {
	width:calc(100% - 360px);
	font-size:1.8rem;
	line-height:1.5;
}
#news dt a:hover {
	text-decoration:underline;
}

@media screen and (max-width:1300px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width:640px){

/**news**/
#news h2 {
    font-size: 1.8rem;
}
	
#news .wrap {
	padding-top:90px;
	padding-bottom:45px;
}

#news dl {
	position:relative;
	padding:15px 10px;
}
#news dd.img .img {
	position:absolute;
	left:10px;
	top:15px;
}
#news dd.cat {
    width:100%;
    text-align:left;
}
#news dd.cat span {
	font-size:1.2rem;
	margin-bottom:.75em;
}
#news dd.date {
	width:100%;
	font-size:1.5rem;
	margin-bottom:.5em;
 
}
#news dt {
	width:100%;
	font-size:1.6rem;
	margin-bottom:.5em;
}

}


@media screen and (max-width:480px){

}
	
@media screen and (max-width:360px){

}