<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.section {
	margin-bottom: 80px;
}
.h1_lyt {
	font-size: 1.8em;
	margin: 15px 0;
}
.h2_lyt {
	font-size: 1.6em;
	margin-bottom: 15px;
}
.h2_lyt.bg_gray {
	background: #e6e6e6;
	padding: .5em 1em;
}
.h3_lyt {
	font-size: 1.2em;
	margin-bottom: 15px;
}
.h3_lyt.bg_gray {
	background: #e6e6e6;
	padding: .5em 1em;
}
.midashi_lyt_01 {
	border-left: solid 5px #f3a229;
	padding-left: 0.5em;
}
.midahi_in {
	margin-left: 1em;
}
.indent1 {
	padding-left: 1em;
}

#slope_lp .map {
	background: #ccc;
	padding: 30px;
}
#slope_lp #map {
	width: 100%;
	margin: 0 auto;
	height: 450px;
}

.point_txt {
	font-size: 1.2em;
	line-height: 2;
}

.ranking .slide {
  margin-top: 5px
}
.ranking .slide img{
  padding: 7px;
}
.ranking .slide .rank-img {
  width: auto;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  position: absolute;
  margin-left: 6px;
  height: 67px;
  top: 0;
}
.ranking .slide .title {
  line-height: 1.5;
  font-size: 14px;
}
.ranking .slide .title dt {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  color: #120cff;
  font-weight: bold;
}
.ranking .slide .title dd {
  padding-top: 0;
  margin: 0 15px;
  line-height: 1.5;
}
.ranking .slick-slide img:hover {
  opacity: 0.7;
}
.ranking .slick-dots {
  background: none;
}
.ranking .slick-dots li {
	width: auto;
}
.ranking .slick-dots li.slick-active button {
  background: #900;
}

.ranking .slick-dots li button {
  background: #bbb;
  border: solid 2px #e37e7e;
}

.slope_area {
	margin-bottom: 50px;
}
.slope_area_list {
	width: 96%;
	margin: auto;;
}
.slope_area_list li {
	width: 33.333%;
	width: calc(100% / 3);
	margin-bottom: 20px;
	padding: 0 10px;
}
.slope_area_list li a {
	border: 1px solid #333;
	border-radius: 10px;
	color: #333;
}
.slope_area_list li a .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #333;
	color: #fff;
	min-width: 50px;
	min-height: 62px;
	border-radius: 10px 0 0 10px;
}
.slope_area_list li a .area_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	width: calc(100% - 50px);
}


.map_num {
	display: inline-block;
    font-size: 2.3em;
    color: #fff;
    background: #333;
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px;
    margin-right: 10px;
}
.map_txt {
	font-size: 1.54em;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.section {
		margin-bottom: 60px;
	}
	.h1_lyt {
		font-size: 1.6em;
		padding: 0 .5em;
	}
	.h2_lyt {
		font-size: 1.4em;
	}
	.h2_lyt.bg_gray {
		padding: .5em;
	}
	#slope_lp .map {
		padding: 30px 0;
	}
	.map_num {
		font-size: 1.5em;
	}
	.map_txt {
		font-size: 1.1em;
	}
	.point_txt {
		font-size: 1em;
	}
	.slope_area_list li {
		width: 50%;
		width: calc(100% / 1);
	}
}
</pre></body></html>