@charset "utf-8";
.sg_main {
	padding: 0 2%;
}
.top_section01 .title{
	text-align: center;
	margin: 15px 0 25px;
}
.top_section01 ul li{
	background: #3861a3;
	margin-bottom: 10px;
}
.top_section01 ul li a{
	background: url(../common_img/icon.png) no-repeat right 10px center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	display: block;
	padding: 7px 10px 7px 15%;
	color: #fff;
	text-decoration: none;
}
.top_section01 ul li:nth-child(2n){
	background: #38a374;
}
/*==============top_section01===============*/
.top_section02 .title{
	text-align: center;
	margin: 30px 0 15px;
}
.top_section02 ul{
	height: 265px;
	overflow-y: scroll;
}
.top_section02 li{
	background: url(../images/line.png) no-repeat bottom center;
	padding: 10px;
}
.top_section02 li span {
	color: #fff;
	font-size: 11px;
	padding: 2px;
	display: block;
	margin-bottom: 5px;
	width: 55px;
	text-align: center;
}
.top_section02 li span.blue {
	background: #3861a3;
}
.top_section02 li span.green {
	background: #38a374;
}
.top_section02 li span.orange {
	background: #e28846;
}
.top_section02 li a{
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
/*============top_section02=============*/
@media screen and (max-width:380px) {
	.top_section01 ul li a{
		background: url(../common_img/icon.png) no-repeat right 10px center;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
		display: block;
		padding: 7px 10px 7px 15px;
		color: #fff;
		text-decoration: none;
	}
}
h3 {
	color: #001e4e;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}