
/************************ 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;
	}
}
/*-- small screen --*/
@media screen and (max-width:719px) {
	.subject{
		background:#faf7ef url(/top/title_w.webp) no-repeat center center scroll;
		border-radius: 30px;
		border:1px solid tan;
	}
	.subject .title{
		width:50vw;
	}
	.big_title{
		display:none;
	}
}
.subject h1, .subject .set{
		padding:10px;
    color:#4e4e4e;
}
.url{
	font-size:small;
	color:#021d44;

}
.set2{
	font-size:small;
}
h2{
	border-bottom:1px double #fff;
	text-align:left;
}
h3{
	border-bottom:1px double #8baea5;
}