@charset "UTF-8";

@font-face {
  font-family: 'Optima';
  src: url("../../font/OptimaLTStd.woff");
}

.sp_only {
  display: none !important; }

.bredlist.lp {
    margin: 60px auto 20px;
    width: 1260px;
    font-size: 12px;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fw {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fnw {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jcfe {
	-webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aie {
	-webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}

/************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/****************************/
/* フォント設定はいつも同じようにしてください */
#Ranking_200428 {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  color: #656565;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

#Ranking_200428 img{
  width: 100%; }

#Ranking_200428 .content_wrap {
  width: 1260px;
  margin: 0 auto;
  position: relative; }

#Ranking_200428 .content_wrap .Caution{
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 70px; }

/* ===================
	title
=================== */

#Ranking_200428 .title .content_wrap .title_img{
  width: 182px;
  margin: 60px auto 0;}

/* ===================
	credit
=================== */

#Ranking_200428 .credit{
  font-size: 12px; 
  line-height: 20px;
  margin-top: 15px;
  letter-spacing: 0.1em; 
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

/* ===================
	sec01
=================== */

#Ranking_200428 .sec01 .content_wrap .title_img{
  width: 141px;
  margin: 105px auto 0; }

#Ranking_200428 .sec01 .content_wrap ul.list_02{
  margin-top: 20px; }

#Ranking_200428 .sec01 .content_wrap ul li{
  width: 220px;
  margin-right: 40px; }

#Ranking_200428 .sec01 .content_wrap ul li:nth-child(5n){
  margin-right: 0; }

#Ranking_200428 .sec01 .content_wrap ul li img{
  width: 100%;
  margin: 0 auto; }

#Ranking_200428 .sec01 .content_wrap ul li .num{
  font-family: 'Optima';
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px; }

/* ===================
	sec02
=================== */

#Ranking_200428 .sec02 .content_wrap .title_img{
  width: 191px;
  margin: 125px auto 0; }

#Ranking_200428 .sec02 .content_wrap ul li{
  width: 220px;
  margin-right: 40px; }

#Ranking_200428 .sec02 .content_wrap ul li:nth-child(5n){
  margin-right: 0; }

#Ranking_200428 .sec02 .content_wrap ul li img{
  width: 100%;
  margin: 0 auto; }

#Ranking_200428 .sec02 .content_wrap ul li .num{
  font-family: 'Optima';
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px; }

/* ===================
	btn
=================== */

  #Ranking_200428 .btn_all {
    width: 460px;
    margin: 155px auto 0; }