.top_tour_m{
	color: var(--main-color2);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	text-align: center;
	font-size: large;
	text-decoration: underline;
}
.top_sc_background{
	background-color: #F7F7F7;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top_sc_background .title{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: x-large;
	text-align: center;
}
.top_sc_table table{
		width: 50%;
	}
@media (max-width:991px){
	.top_sc_table table{
		width: 80%;
	}
}
@media (max-width:575px){
	.top_sc_table table{
		width: 100%;
	}
}

.top_sc_table table tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.top_sc_table table tr td{
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}