@charset "utf-8";
/* ▼▼▼▼▼ ビジュアル ▼▼▼▼▼ */
#visual {
	text-align: left;
	line-height: 1.5em;
	margin: 0 2% 15px 2%;
	padding-top: 10px;
}
#visual h1 {
	font-size: 5.3vw;
	font-weight: bold;
	color: #555555;
	margin-bottom: 20px;
	text-align: center;
}
#visual h1 span {
	display: block;
	padding-top: 15px;
	text-align: center;
}
#visual img {
	width: 50%;
	height: 50%;
}
#visual p {
	margin-bottom: 10px;
	font-size: 4.5vw;
	font-weight: bold;
	color: #555555;
	text-align: center;
}
#visual ul {
	padding: 15px 5px 0 10px;
	background: #EEEEEE;
	border-radius: 10px;
}
#visual li {
	padding: 0 0 15px 0;
}
#visual li span::before {
	display: inline-block;
	margin: 0 5px 3px 0;
	padding: 0 5px 0 6px;
	content: "news";
	background: #3366FF;
	border-radius: 5px;
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.75em;
}
#visual li a {
	display: block;
}
/* ▲▲▲▲▲ ビジュアル ▲▲▲▲▲ */

/* ▼▼▼▼▼ メイン ▼▼▼▼▼ */
#top h2 {
	margin-bottom: 10px;
	padding: 5px 5px 3px 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #FFFFFF;
	background: #3366FF;
	border-radius: 5px;
}
#top h3 {
	margin-bottom: 10px;
	padding: 4px 5px 3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background: #DDDDDD;
	border-radius: 5px;
}
#top {
	counter-reset: number;
}
#top h3::before {
	counter-increment: number;
	content: counter(number) "、";
	font-weight: bold;
}
.tsuyomi p {
	margin: 0 4% 10px 4%;
}
#yoin {
	margin: 0 4% 10px 4%;
}
#yoin dl {
	width: 48%;
	text-align: center;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background: #F9F9F9;
}
#yoin dt {
	padding: 2px 0 2px 0;
	background: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}
#yoin dd {
	padding: 2px 0 2px 0;
}
.point {
	text-align: center;
}
.point img {
	width: 100px;
	height: 100px;
}
#media dl {
	display: inline-block;
	width: 45%;
	padding: 2%;
	font-weight: bold;
}
#media dt {
	text-align: center;
	padding: 10px 0 10px 0;
}
#media dd a {
	display: block;
	text-align: center;
	padding-bottom: 70%;
}
dl#car a {
	background: url(../images/media/kurumakaitoriseek.png) no-repeat center 20px;
	background-size: contain;
}
dl#hikkoshi a {
	background: url(../images/media/hikkoseek.png) no-repeat center 20px;
	background-size: contain;
}
/* ▲▲▲▲▲ メイン ▲▲▲▲▲ */
