@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------


    RANKING PAGE
	

---------------------------------------------------*/
.inner-title h3{
	font-size: 36px;
	margin-bottom: 25px;
}

.inner-title .rankTitle{
	position: relative;
	display: inline-block;
	margin-bottom: 0.5em;
}
.inner-title .rankTitle span{
	position: relative;
	font-size: 24px;
	z-index: 2;
	font-weight: bold;
}
.inner-title .rankTitle::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	z-index: 1;
	background-color: #ffff39;
}

.inner-title h4{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #D44545;
	margin-top: 30px;
}

.inner-title h4 span{
	display: block;
	font-size: 20px;
	color: #000000;
}

.ranking-cont{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.ranking-cont a{
	width: 30%;
	position: relative;
	border-right: 1px #BEBEBE solid;
	border-bottom: 1px #BEBEBE solid;
	margin-bottom: 60px;
	text-align: center;
}

.ranking-cont a:hover{
	opacity: 0.5;
	transition: all .35s;
	text-decoration: none;
}

.ranking-cont a img{
	width:85%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.ranking-cont div{
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../images/products/arrow.png") no-repeat right 0;
}

.ranking-cont .rank{
	width: 115px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
}

.ranking-cont .rank img{
	width: 100%;
	height: auto;
	margin: 0;
}

.ranking-cont a p{
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}

.ranking-cont a p span{
	display: block;
	color: #FF0000;
	font-size: 16px;
}

.comment{
	width: 1200px;
	background-color: #00699C;
	padding: 30px;
	margin: 0 auto;
	margin-bottom: 120px;
}

.comment-inner{
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 20px 80px 40px 80px;
	/*display: flex;
	flex-wrap: nowrap;
	justify-content:center;
	align-items: center;*/
}

.comment-inner p{
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.comment-inner img{
	width: auto;
	height: 230px;
}


.recC_title{font-size:30px; font-weight: bold; text-align: center; margin-top: 0.5em;}
.recC_text{line-height:2; margin-top: 1em; text-align: center;}

.recC_bt a {
    display: block;
    width: 40%;
    position: relative;
    background-color: #EB9E3D;
    line-height: 90px;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 5px;
	margin: 1em auto 0 auto;
}
.recC_bt a::after {
    content: "\276F";
    position: absolute;
    right: 5%;
}
.recC_bt a:hover {
    opacity: 0.5;
    transition: all .35s;
    text-decoration: none;
}


@media screen and (max-width: 1499px) {
.ranking-cont{
	width: 80%;
}
	
.ranking-cont .rank{
	width: 32%;
	height: auto;
}
	
.comment{
	width: 80%;
}
}


@media screen and (max-width: 768px) {
.inner-title h3{
	font-size: 24px;
	margin-bottom: 20px;
}
	
.inner-title .rankTitle span{
	position: relative;
	font-size: 16px;
	z-index: 2;
	letter-spacing: -0.06em;
}

.inner-title h4{
	font-size: 24px;
	margin-bottom: 10px;
}

.inner-title h4 span{
	font-size: 16px;
}

.ranking-cont{
	width: 90%;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.ranking-cont a{
	width: 49%;
	margin-bottom: 30px;
}

.ranking-cont a img{
	width:85%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.ranking-cont a p{
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}

.ranking-cont a p span{
	display: block;
	color: #FF0000;
	font-size: 16px;
}
	
.comment{
	width: 90%;
	padding: 10px;
	margin-bottom: 50px;
}

.comment-inner{
	border-radius: 10px;
	padding: 15px;
	flex-wrap: wrap;
}
	
.comment-inner p{
	font-size: 20px;
}

.comment-inner img{
	width: 50%;
	height: auto;
}
	

.recC_title{font-size:16px; }
.recC_text{line-height:2; margin-top: 1em; text-align: left;}

.recC_bt a {
    width: 100%;
    line-height: 60px;
    font-size: 20px;
}

}



.bigT{font-size: 30px!important; display: inline;}
@media screen and (max-width: 768px) {.bigT{font-size: 20px!important; display: inline;}}
