@charset "UTF-8";
/* =======================================================
* ranking-station.php
	ranking-area.php
* ======================================================= */
.inner .form-top {
	border-bottom: 2px solid #DDDDDD;
}

.ranking-list .form-top {
	border-bottom: 2px solid #DDDDDD;
	padding-top: 3%;
}

.ranking-list .form-top h3::before {
	content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon_11.png");
  background-size: contain;
  vertical-align: text-top;
	margin-right: 8px;
}

@media screen and (min-width: 769px) {
	.ranking-list .form-top p.flex-lft,
	.ranking-list .form-top p.flex-rgt {
		width: 60%;
	}
}

.ranking-list .form-top img {
	height: 250px;
	object-fit: cover;
}

.ranking-list .btn {
	display: inline-block;
	padding: 10px;
	margin: 3% auto 0;
}

/* =======================================================
* max-width: 768px
* ======================================================= */
@media screen and (max-width: 768px) {
	.form-top p {
		padding-bottom: 2%;
	}

	.flex .flex-rgt {
		padding: 2% 0;
	}

}
