
/************************ color ********************************************/
/*-- subject --*/
/*-- big screen --*/
@media screen and (min-width:720px) {
	.subject{
		background:#faf7ef url(/top/title_w.webp) no-repeat center center scroll;
		border-radius: 30px;
		border:1px solid tan;
	}
	.mini_title{
		display:none;
	}
h2{
	border-bottom:1px double #fff;
	text-align:left;
}
}
/*-- small screen --*/
@media screen and (max-width:719px) {
	.subject{
		background:#faf7ef url(/top/title_w_mobile.webp) no-repeat center top scroll;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
		border:1px solid rgb(140, 196, 210);
		margin-bottom:30px;
	}
	.subject .title{
		width:50vw;
	}
	.big_title{
		display:none;
	}
	h2{
		background-color: #d8e7e3;
		border-radius: 13px;
		padding:3px;
		margin:3px;
	}
	.info_news{
		margin-bottom:30px;
	}
	.info_news h3{
		background-color: #baccc7;
		border-radius: 13px;
		padding:5px;
		margin:3px;
	}
}
.subject h1, .subject .set{
		padding:10px;
    color:#4e4e4e;
}
.url{
	font-size:small;
	color:#021d44;

}
.set2{
	font-size:small;
}
h3{
	border-bottom:1px double #8baea5;
}
h4{
	border-bottom:1px double #6a8880;
}