@charset "UTF-8";

main,
article {
	padding: 0;
}
#home #pickup {
	border-top: solid 1px #333;
}
#home .wrapper {
	border-top: none;
}
h2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}
h2 .icon {
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1;
	width: 35px;
	position: relative;
	top: -3px;
}
article .title {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.title a {
	display: inline-block;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.title.compare ,
.title.rank_data ,
.title.info {
	background: #e9dc24;
	padding: 0;
}
#home .title.compare a ,
#home .title.rank_data a ,
#home .title.info a {
	display: block;
	padding: 10px 20px;
	width: 100%;
	padding: 15px 20px;
	font-size: 22px;
	line-height: 1;
	min-height: 53px;
	text-decoration: none;
}
#home .title.compare a i.fa-angle-right ,
#home .title.rank_data a i.fa-angle-right ,
#home .title.info a i.fa-angle-right {
	float: right;
}
#idx_ranking a {
	line-height: 1.2;
}
#idx_ranking a img {
	margin-right: 5px;
	position: relative;
	top: -2px;
	left: 0;
	width: 30px;
}
/*
.title.info {
	background: #e9dc24;
}
.title.compare {
	background: #dbe200;
}
.title.rank_data {
	background: #ffb322;
}*/
.title.compare a ,
.title.rank_data a ,
.title.info a {
	border: none;
	margin: 0;
	padding: 0;
	color: #595411;
}
/*
.title.info a {
	color: #595411;
}
.title.compare a {
	color: #4d4f0b;
}
.title.rank_data a {
	color: #583f0f;
}*/
#animation_container {
	background-color: rgba(255, 255, 255, 1.00);
	width: 100%;
	height: 352px
}
#area_selector {
	display: table;
	width: 100%;
	background: #f0f0f0;
	position: relative;
	top: 0;
	left: 0;
}
#city_selector ,
#pref_selector ,
#region_selector {
	border: solid 1px #ccc;
	padding: 10px;
	vertical-align: top;
}
#city_selector ,
#pref_selector {
	display: none;
}
#region_selector {
	position: relative;
	top: 0;
	left: 0;
}
#region_selector ul#region_select li {
	width: 49% !important;
	padding: 10px;
	font-size: 18px;
	vertical-align: top;
}
#region_selector .info-area {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}
#region_selector ul {
	margin: 0;
}
#region_selector ul li {
	display: inline-block;
	border-radius: 5px;
	background: #60c8d3;
	margin: 0 0 5px;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	top: 0;
	left: 0;
	width: 49%;
	font-size: 15px;
}
#region_selector ul li:active {
	background: #007bff;
}
#region_selector ul li.current {
	background: #007bff;
}

#region_selector .info-area img {
	margin-right: 5px;
}

#pref_selector {
	width: 130px;
}
#pref_selector ul li.current {
	margin: 0 5px;
	background: #007bff;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
#city_selector h2 ,
#pref_selector h2 {
	background: #31c45b;
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#city_selector ul,
#pref_selector ul {
	overflow: auto;
	background: #fff;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	font-size: 14px;
	height: 290px;
	text-align: center;
}
#pref_selector ul li {
	padding: 3px 0;
	text-align: center;
}
#city_selector ul li {
	padding: 3px 0;
}

#city_selector {
	width: 350px;
	overflow: hidden;
}
	#city_selector ul {
		width: 330px;
		overflow: auto;
	}
#city_selector li ,
#pref_selector li ,
#region_selector li {
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #007bff;
}
#city_selector ul {
	padding: 5px 10px;
	text-align: left;
}
#city_selector li {
	width: 145px;
	display: inline-block;
	text-align: left;
}
#city_selector li.head {
	text-align: center;
	width: 100%;
}
#city_selector h2 ,
#pref_selector h2 {
	margin: 0 0 10px;
}
#city_selector ul ,
#city_selector ,
#pref_selector {
	width: 100%;
}
#pref_selector ul ,
#city_selector ul {
	text-align: center;
}
#city_selector ul li ,
#pref_selector ul li {
	display: inline-block;
	background: #60c8d3;
	border-radius: 3px;
	margin: 5px;
	padding: 10px;
	width: 47%;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	vertical-align: top;
}
#city_selector ul li:active ,
#pref_selector ul li:active {
	background: #007bff;
}
#city_selector ul li.current ,
#pref_selector ul li.current {
	margin: 5px;
}
.prev {
	position: absolute;
	top: 17px;
	right: 15px;
	display: inline-block;
	background: #fff;
	padding: 2px 10px;
	text-align: center;
	z-index: 10;
	font-size: 16px;
	cursor: pointer;
	color: #007bff;
}
.chara {
	text-align: right;
}
.chara img {
	width: 250px;
}
.partner_company {
	border-top: solid 1px #000;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0 40px;
}
.partner_company .head {
	background: #01a5f0;
	color: #e7f2fe;
	margin: 0;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.partner_company .head .fas {
	margin: 0 10px 0 0;
}
.partner_company .lead {
	width: 400px;
	margin: 0;
	padding: 0 0 5px;
	line-height: 1;
	font-size: 16px;
	color: #31c45b;

}
.partner_company h2 {
	font-size: 30px;
}
.partner_company h3 {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
.partner_company .desp {
}
.partner_company img {
	float: right;
	position: relative;
	top: -30px;
}

.ranking h2 {
	font-size: 20px;
}
.ranking .over_3 {
	background: #f5f5f5;
	margin: 0;
	padding: 10px 0 20px 50px;
	list-style: decimal;
	color: #31c45b;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
}
.ranking .over_3 li {
	line-height: 1;
}
.ranking .over_3 a {
	color: #007bff;
	font-weight: normal;
	font-size: 22px;
	vertical-align: middle;
}
.ranking .under_3 {
	margin: 0 0 10px;
	padding: 0 0 10px 47px;
	list-style: decimal;
	color: #bbb;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
}
.ranking .under_3 li {
	line-height: 1;
}
.ranking .under_3 a {
	color: #007bff;
	font-weight: normal;
	font-size: 16px;
	vertical-align: middle;
}
#data_ranking h2 {
	border-bottom: solid 1px #ccc;
	margin: 0;
	padding: 0 0 10px 50px;
}
.ranking:first-child {
	padding-left: 0;
}
.ranking:nth-child(2) {
	padding-right: 0;
}
#spotlight_city {
	background: #fffeee;
}
@media (max-width: 1100px) {
}
/* mobile tablet */
@media (max-width: 960px) {
	.partner_company img {
		width: 200px;
	}
	h2 {
		font-size: 25px;
	}
	#spotlight_city h2 .icon {
		width: 30px;
	}
}
@media (max-width: 800px) {
	.chara img {
		width: 200px;
	}
	.partner_company h2 {
		margin: 10px 0;
		font-size: 28px;
	}
	.partner_company .lead {
		font-size: 17px;
	}
	.partner_company .lead {
		width: 70%;
	}
}
/* mobile landscape */
@media (max-width: 750px) {
	h2 {
		margin: 0 0 10px 10px;
	}
	#spotlight_city h2 .icon {
		margin-left: 5px;
		width: 30px;
	}
}
@media (max-width: 600px) {
	.ranking {
		padding: 10px 0;
	}
	#area_selector_title {
		font-size: 18px;
	}
	#city_selector ul li ,
	#pref_selector ul li {
	}
	#spotlight_city .fas {
		margin-right: 0;
	}
	.partner_company img {
		top: 10px;
		width: 160px;
	}
	.partner_company .lead {
		width: 100%;
	}
	.ranking_wrap .ranking {
		display: block;
		width: 100%;
	}
	.ranking_wrap .line_r {
		border-right: none;
		border-bottom: solid 1px #333;
	}
	#compare_ranking.ranking {
		padding: 20px 0 10px;
	}
	#compare_ranking h2 {
		margin-left: 5px;
	}
	.partner_company {
		margin-top: 0;
	}
	.ranking .over_3 a {
		font-size: 18px;
	}
	#idx_ranking li {
		padding: 0 0 5px;
	}
	.town_img {
		width: 150px;
	}
	article .title {
		padding: 10px;
	}
}
/* mobile */
@media (max-width: 480px) {
	h2 {
		margin: 0 0 10px 5px;
		font-size: 20px;
	}
	h2 .icon {
		width: 25px;
	}
	#city_selector ul {
		padding: 5px;
	}
	#city_selector ul li ,
	#pref_selector ul li {
		margin: 5px;
		width: 46%;
		font-size: 15px;
	}
	#city_selector h2 ,
	#pref_selector h2 {
		font-size: 20px;
	}
	.chara img {
		width: 150px;
	}
}
@media (max-width: 375px) {
	#region_selector ul#region_select li {
		font-size: 16px;
	}
}
@media (max-width: 340px) {
	#region_selector ul#region_select li {
		width: 100% !important;
	}
	#city_selector ul li,
	#pref_selector ul li {
		width: 45%;
	}
}
@media (max-width: 320px) {
	.container {
		overflow: hidden;
	}
	.partner_company img {
		width: 130px;
	}
	.ranking h2 {
		font-size: 18px;
	}
	#spotlight_city {
		padding: 0;
	}
	#home #spotlight_city h2 {
		font-size: 20px;
	}
	#city_selector ul li ,
	#pref_selector ul li {
		font-size: 12px;
	}
}

#w300_h250 {
	display: block;
	text-align: center;
}
#w300_h250 img {
	margin: 0 auto;
	width: 300px;
	height: 250px;
}
#w468_h60 {
	display: none;
}
@media (max-width: 960px) {
	#w300_h250 {
		display: none;
	}
	#w468_h60 {
		display: block;
		text-align: center;
	}
	#w468_h60 img {
		width: 468px;
		height: 60px;
	}
}
@media (max-width: 600px) {
	#w300_h250 {
		display: block;
	}
	#w468_h60 {
		display: none;
	}
}
