@charset "UTF-8";

#toc_container {
  margin: auto;
}

.toggle-content {
  display: none;
}

.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #0052a4;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle.selected .toggle_btn:before {
	content: normal;
}

table td {
  background-color: #ffffff;
}

.sticky_table_wrapper {
  overflow: scroll;
  height: 550px;
}

.sticky_table thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  background-color:rgb(136,171,218);
}

img.medal {
   width: 80px;
   height: 80px;
   object-fit: none;
   object-position: 30.7% 14.9%;
   border-radius: 50%;
}

img.medal_circle {
   width: 80px;
   height: 80px;
   border-radius: 50%;
}

img.character {
   width: 140px;
   height: 95px;
   object-fit: none;
   object-position: 6.5% 23.0%;
}

img.character_icon {
}

img.character_rank {
   width: 120px;
   height: 100px;
   object-fit: none;
   object-position: 7.7% 23.0%;
}

.rank {
    text-align:center;
    color: #ffffff;
    font-size:18px;
    font-weight:bold;
}

.simulator {
    transform: scale(0.8, 0.8);
}

.btn-reset {
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px 20px;
    background-color: #248;
    color: #fff;
    border-style: none;
    margin: 0px 0px;
}
.btn-reset:hover {
    background-color: #24d;
    color: #fff;
}

.panel {
  border: 1px solid #acac;
  border-left: none;
  border-right:none;
  background-color: white;
  padding: 0;
  display: none;
}
.box {
  background-color: rgba(136, 171, 218, 0.1);
  display: block;
  display: inline-block;
  width: 100%;
  border: 1px solid #acac;
  margin-top:0;
}
.btn-accordion{
  display: block;
  flex-grow: 1;
  width: 100%;
  padding: 10px;
  background-color: inherit;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.btn-accordion:hover {
  opacity: 0.7;
}

.level_on {
  background-color:rgba(255,0,0,0.25);
}

.sel_character {
  background-color:rgba(255,255,0,0.25);
}

.recommend h1{
    font-size: 1em;
    color: #555;
    letter-spacing: 1px;
    margin: 1em 0 -2em;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.recommend h1:before, .recommend h1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #aaa;
    display: block;
}
.recommend h1:before {
    margin-right: .4em;
}
.recommend h1:after {
    margin-left: .4em;
}
.recommend .large-thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.8em 0;
}
.recommend .large-thumb a{
    width: 50%;
    padding: 10px;
}
.recommend .large-thumb a:hover{
    background:unset;
}
.recommend .widget-entry-cards .e-card {
    font-size: 18px;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height:100%;
}
.recommend .widget-entry-cards .e-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 3px 18px 3px rgba(0,0,0,.08);
}
.recommend .widget-entry-cards figure {
    float: none;
    width: 100%;
}
.recommend .widget-entry-cards figure img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 210px;
}
.recommend .widget-entry-cards .card-content {
    margin: 0 0 0.5em;
    padding:10px 15px;
    background:#fff;
}
.recommend .large-thumb .new-entry-card-title,.recommend .large-thumb .popular-entry-card-title {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 600;
    color: #555;
    margin-top: 3px;
}
/*(スマホ)480px以下*/
@media screen and (max-width: 480px){
    .recommend h1{
        margin: 1em 0 0;
        padding: 0;
        font-size:0.8em;
    }
    .recommend .widget-entry-cards .e-card {
        margin:0 5px;
    }
    .recommend .large-thumb a {
        width: 100%;
        padding: 0;
        margin:0 0 15px;
    }
    .recommend .mobile-2{
        justify-content:space-between;
    }
    .recommend .mobile-2 a{
        width:48% !important;
    }
    .recommend .mobile-2 figure img {
        object-fit: unset !important;
        height: auto !important;
    }
    .recommend .large-thumb .new-entry-card-title{
        line-height:1.3;
    }
}

/*★レート*/
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 30px; /* フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="10"]:after{ width: 100%; } /* 星10 */
.star5_rating[data-rate="9.5"]:after{ width: 95%; } /* 星9.5 */
.star5_rating[data-rate="9"]:after{ width: 90%; } /* 星9 */
.star5_rating[data-rate="8.5"]:after{ width: 85%; } /* 星8.5 */
.star5_rating[data-rate="8"]:after{ width: 80%; } /* 星8 */
.star5_rating[data-rate="7.5"]:after{ width: 75%; } /* 星7.5 */
.star5_rating[data-rate="7"]:after{ width: 70%; } /* 星7 */
.star5_rating[data-rate="6.5"]:after{ width: 65%; } /* 星6.5 */
.star5_rating[data-rate="6"]:after{ width: 60%; } /* 星6 */
.star5_rating[data-rate="5.5"]:after{ width: 55%; } /* 星5.5 */
.star5_rating[data-rate="5"]:after{ width: 50%; } /* 星5 */
.star5_rating[data-rate="4"]:after{ width: 40%; } /* 星4 */
.star5_rating[data-rate="3"]:after{ width: 30%; } /* 星3 */
.star5_rating[data-rate="2"]:after{ width: 20%; } /* 星2 */
.star5_rating[data-rate="1"]:after{ width: 10%; } /* 星1 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */