@charset "UTF-8";
/* CSS Document */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");

/* reset */
body,
div,
pre,
p,
blockquote,
form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
embed,
object {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
address {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

table,
th,
td {
	text-align: left;
}

ul {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}

ol {
	list-style: decimal outside none;
	margin: 0;
	padding: 0 0 0 0;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

dl {
	margin: 0px;
	padding: 0px;
}

/* -----------------
  クリアフィックス
-- -----------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/* reset */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: none;
}

.ranking_area {
    width: 940px;
	height: auto;
	margin: 0 auto;
}

.card-list .name {
    min-height: 36px;
    color: #000;
	font-size: 13px;
	font-weight: normal;
}

.slide_rank .card-list {
position: relative;
max-width: 200px;
margin-right: 10px;
width: 100%;
height: auto;
}

.slick-next, .slick-prev {
    top: 35%;
}

.slider li a {
	display: block;
	line-height: 0;
	color:#000;
}

.slider li img {
	width: 100%;
	height: auto;
	padding-top: 25px;
}

.slider .slick-dots {
	display: none !important;
}

.slider_box .title {
	float: left;
	width: 100%;
}

.slick-prev {
    left: -19px;
    z-index: 1;
}
.slick-next {
    right: -9px !important;
}

.slick-next:before, .slick-prev:before {
	font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
	color: #252424 !important;
}

.slick-prev:before {
    content: '\f053' !important;

}
.slick-next:before {
    content: '\f054' !important;
}
