@charset "UTF-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
	opacity: 1;
}
a:hover {
	opacity: 0.8;
}
*:hover {
	transition: all .3s ease-out;
}
body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
#main {
	width: 1000px;
	margin: 50px auto;
}
.txt_top {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 40px;
}
.txt_top h2 {
	text-align: center;
	font-size: 40px;
}
.txt_top h2 span {
	display: block;
	font-size: 20px;
}
.ranking_1-3 {
	margin-bottom: 50px;
}
.ranking_1-3 .box {
	height: 705px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.ranking_1-3 .box .no {
	position: absolute;
	top: 15px;
	left: 15px;
}
.ranking_1-3 .box .no img {
	width: 90px;
}
.ranking_1-3 .box figure {
	width: 70%;
	margin: 0 auto;
}
.ranking_1-3 .box figure img {
	width: 100%;
}
.ranking_1-3 .box .txt {
	width: 60%;
	background-color: #e1e1e1;
	padding: 30px 5%;
	text-align: justify;
	text-justify: inter-ideograph;
	float: left;
}
.ranking_1-3 .box h3 {
	font-size: 24px;
	margin: 0;
}
.ranking_1-3 .box .txt .btn a {
	width: 200px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #555;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	margin: 0 auto;
}
.ranking_1-3 .box .bg {
	width: 30%;
	height: 710px;
	float: right;
}
.ranking_1-3 .box .bg.no1 {
	background-image: url(../img/ranking2018/img_no01.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_1-3 .box .bg.no2 {
	background-image: url(../img/ranking2018/img_no02.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_1-3 .box .bg.no3 {
	background-image: url(../img/ranking2018/img_no03.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_4-6 {
	margin-bottom: 50px;
}
.ranking_4-6 .box {
	width: 28.3%;
	float: left;
	background-color: #e1e1e1;
	font-size: 14px;
	margin: 0 1%;
	padding: 50px 1.5% 30px;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
}
.ranking_7-10 .box {
	width: 21%;
	float: left;
	background-color: #e1e1e1;
	font-size: 14px;
	margin: 0 1%;
	padding: 50px 1% 30px;
	position: relative;
	text-align: center;
}
.ranking_4-6 .box .no, .ranking_7-10 .box .no {
	width: 40px;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
.ranking_4-6 .box figure, .ranking_7-10 .box figure {
	width: 100%;
	margin: 0 auto;
}
.ranking_4-6 .box figure img, .ranking_7-10 .box figure img {
	width: 100%;
}
.ranking_4-6 .box h3, .ranking_7-10 .box h3 {
	font-size: 18px;
	text-align: center;
	margin: 5px auto -5px
}
.ranking_4-6 .box .txt .btn a, .ranking_7-10 .box .txt .btn a {
	width: 150px;
	display: block;
	text-decoration: none;
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 8px 0;
	margin: 0 auto;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
#main {
	width: 90%;
	margin: 20px auto;
}
.txt_top {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 20px;
}
.txt_top h2 {
	text-align: center;
	font-size: 30px;
	margin: 0;
}
.txt_top h2 span {
	display: block;
	font-size: 18px;
}
.ranking_1-3 {
	margin-bottom: 30px;
}
.ranking_1-3 .box {
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.ranking_1-3 .box .no {
	position: absolute;
	top: 15px;
	left: 15px;
}
.ranking_1-3 .box .no img {
	width: 60px;
}
.ranking_1-3 .box figure {
	width: 50%;
	margin: 0 auto;
}
.ranking_1-3 .box figure img {
	width: 100%;
}
.ranking_1-3 .box .txt {
	width: 90%;
	background-color: #e1e1e1;
	padding: 20px 5%;
	text-align: justify;
	text-justify: inter-ideograph;
	float: none;
}
.ranking_1-3 .box h3 {
	font-size: 24px;
	margin: 0 auto -10px;
	text-align: center;
}
.ranking_1-3 .box .txt .btn a {
	width: 200px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #555;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	margin: 0 auto;
}
.ranking_1-3 .box .bg {
	width: 100%;
	height: 250px;
	float: none;
}
.ranking_1-3 .box .bg.no1 {
	background-image: url(../img/ranking2018/img_no01.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_1-3 .box .bg.no2 {
	background-image: url(../img/ranking2018/img_no02.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_1-3 .box .bg.no3 {
	background-image: url(../img/ranking2018/img_no03.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_4-6 {
	margin-bottom: 30px;
}
.ranking_4-6 .box {
	width: 90%;
	float: none;
	background-color: #e1e1e1;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 20px 5%;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
}
.ranking_7-10 .box {
	width: 90%;
	float: none;
	background-color: #e1e1e1;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 20px 5%;
	position: relative;
	text-align: center;
}
.ranking_4-6 .box .no, .ranking_7-10 .box .no {
	width: 40px;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
.ranking_4-6 .box figure, .ranking_7-10 .box figure {
	width: 50%;
	margin: 0 auto;
}
.ranking_4-6 .box figure img, .ranking_7-10 .box figure img {
	width: 100%;
}
.ranking_4-6 .box h3, .ranking_7-10 .box h3 {
	font-size: 18px;
	text-align: center;
	margin: 5px auto -5px
}
.ranking_4-6 .box .txt .btn a, .ranking_7-10 .box .txt .btn a {
	width: 200px;
	display: block;
	text-decoration: none;
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	margin: 0 auto;
}
}

@media screen and (max-width:700px) {
#main {
	width: 90%;
	margin: 20px auto;
}
.txt_top {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 20px;
}
.txt_top h2 {
	text-align: center;
	font-size: 30px;
	margin: 0;
}
.txt_top h2 span {
	display: block;
	font-size: 18px;
}
.ranking_1-3 {
	margin-bottom: 30px;
}
.ranking_1-3 .box {
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.ranking_1-3 .box .no {
	position: absolute;
	top: 15px;
	left: 15px;
}
.ranking_1-3 .box .no img {
	width: 60px;
}
.ranking_1-3 .box figure {
	width: 90%;
	margin: 0 auto;
}
.ranking_1-3 .box figure img {
	width: 100%;
}
.ranking_1-3 .box .txt {
	width: 90%;
	background-color: #e1e1e1;
	padding: 20px 5%;
	text-align: justify;
	text-justify: inter-ideograph;
	float: none;
}
.ranking_1-3 .box h3 {
	font-size: 24px;
	margin: 0 auto -10px;
	text-align: center;
}
.ranking_1-3 .box .txt .btn a {
	width: 200px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #555;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	margin: 0 auto;
}
.ranking_1-3 .box .bg {
	width: 100%;
	height: 250px;
	float: none;
}
.ranking_1-3 .box .bg.no1 {
	background-image: url(../img/ranking2018/img_no01.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_1-3 .box .bg.no2 {
	background-image: url(../img/ranking2018/img_no02.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_1-3 .box .bg.no3 {
	background-image: url(../img/ranking2018/img_no03.jpg);
	background-size: cover;
	background-position: center;
}
.ranking_4-6 {
	margin-bottom: 30px;
}
.ranking_4-6 .box {
	width: 90%;
	float: none;
	background-color: #e1e1e1;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 20px 5%;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
}
.ranking_7-10 .box {
	width: 90%;
	float: none;
	background-color: #e1e1e1;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 20px 5%;
	position: relative;
	text-align: center;
}
.ranking_4-6 .box .no, .ranking_7-10 .box .no {
	width: 40px;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
.ranking_4-6 .box figure, .ranking_7-10 .box figure {
	width: 90%;
	margin: 0 auto;
}
.ranking_4-6 .box figure img, .ranking_7-10 .box figure img {
	width: 100%;
}
.ranking_4-6 .box h3, .ranking_7-10 .box h3 {
	font-size: 18px;
	text-align: center;
	margin: 5px auto -5px
}
.ranking_4-6 .box .txt .btn a, .ranking_7-10 .box .txt .btn a {
	width: 200px;
	display: block;
	text-decoration: none;
	background-color: #555;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
	margin: 0 auto;
}
}
