@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,body,div{
  letter-spacing: 1.6pt;
}
body{
  font-family: "Noto Sans Japanese", sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #000;
}
h1 {
  color: #444;
  font-size: 2.25em;
}
h2 {
  background-color: #5cd693;
  padding: 10px 0 0 20px;
  margin-bottom: 21px;
  margin-right: 10px;
  color: #00461f;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  box-shadow: 10px 0 0 #5cd693,
              0 10px 0 #5cd693,
              0 13px 5px -3px rgba(0,0,0,.7);
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: #adebc9 transparent transparent #adebc9;
  right: -10px;
  bottom: -10px;
  box-shadow: -1px -1px 1px rgba(0,0,0,.1),
              -1px -1px 1px rgba(0,0,0,.1);
}
h2:after {
  content: "";
  border-top: 10px solid #00461f;
  border-right: 6px solid #00461f;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: content-box;
}
h3 {
  color: #00461f;
  font-size: 1.3em;
  font-weight: bold;
  border-top: 1px solid #00461f;
  border-bottom: 1px solid #00461f;
  padding: 5px 20px;
}
p {
  font-size: 1em;
  line-height: 1.6em;
  letter-spacing: 1.6pt;
  margin-bottom: 1.6em;
}
/*h3::before {
  content: "■";
  display: inline-block;
}*/
.article {
  font-size: 1em;
  line-height: 1.6em;
  letter-spacing: 1.6pt;
}
.footer {
  background-color: #5cd693;
  padding: 10px 0;
  color: #00461f;
}
.list-unstyle{list-style: none;}

.squarebox {
  position: relative;
}
.squarebox::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.thumb {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.starbox{
  position: relative;
}
.starbox::before {
  display: block;
  content: '';
  padding-top: 17%;
}
.star {
 height: 100%;
 -webkit-mask-image: url("/img/star_cute_fill.svg");
 -webkit-mask-repeat: space;
}
.star-bar {
  background-color: #ffdd00;
  border-radius: 4px;
  /*box-shadow: inset 0 11px 0 rgba(255, 255, 255, .4);*/
}

.rank-img {
  max-width: 60px;
  max-height: 60px;
  min-height: 1px;
  position: relative;
  padding-left: 15px;
  padding-right: 0;
  float: left;
}

.panel-heading h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.inline-block {display: inline-block;}
.ml-5 {margin-left: 5px;}

.navbar-default {
  /*padding-bottom: 20px;*/
  background-color: #5cd693;
  border: none;
  color: #00461f;
}
.navbar-default .navbar-brand {
  color: #00461f;
}
.panel-default {
  border-width: 2px;
  border-color: #5cd693;
}
.panel-default>.panel-heading {
  background-color: #5cd693;
  border-color: #5cd693;
  border-radius: 0;
  color: #00461f;

}
.panel-default>.panel-heading h2 {
  font-weight: bold;
}
.panel>.img-thumbnail {
  padding-top: 0;
  background-color: #5cd693;
  border: none;
  border-radius: 0;
}

.info {
  margin-bottom: 50px;
}
.info-body {
  margin: 0 20px;
}

.panel-title>small{
  color: #00461f;
  font-size: 65%;
  font-weight: normal;
}

/**/
.main-item-panel .btn {
  width: 100%;
}
.main-item-panel .panel-heading .panel-title {
  font-size: 30px;
  font-weight: bold;
}
.main-item-panel .btn-lg {
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* サイドバー */
.sidebar .panel {
  border: none;
  box-shadow: none;
}
.sidebar .panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar .panel-title {
  font-weight: bold;
}

/* リスト */
.list-group-item {
  border: 1px solid #5ed693;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: hsl(28, 58%, 47%);
  border-color: hsl(28, 58%, 47%);
}

/* ボタン */
.btn-success {
  background: #de3816;
  border-color: #962d1d;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
}
.btn-success:hover, .btn-success:active, .btn-success:focus,
.btn-success:active:hover, .btn-success:active:focus {
  background: #b93b27;
  border-color: #8a2415;
}
.btn-success.btn-lg {
  font-weight: bold;
}

.btn-search {
  color: #fff;
  background: #de3816;
  border-color: #962d1d;
  padding: 6px 25px;
  border-radius: 100px;
}
.btn-search.focus, .btn-search:focus, .btn-search:hover {
  color: #fff;
}
.btn-search:hover, .btn-search:active, .btn-search:focus,
.btn-search:active:hover, .btn-search:active:focus {
  background: #b93b27;
  border-color: #8a2415;
}

/* テーブル */
.table {
  font-size: .8em;
  text-align: center;
}
th {
  text-align: center;
}

.table-bordered>thead>tr>th {
  background: #eee;
}

.sort th.sort-col {
  cursor: pointer;
  position: relative;
}
.sort th.sort-col:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ccc;
  /*float: right;*/
  padding-top: 4px;
  font-weight: normal;
  position: absolute;
  right: 0;
}
.sort th.sort-col.asc:after {
  content: "\f0de";
  font-family: FontAwesome;
  color: #000;

}
.sort th.sort-col.desc:after {
  content: "\f0dd";
  font-family: FontAwesome;
  color: #000;
}

/* コンテンツページ用フッター */
.content-footer {
  margin-top: 40px;
}
.content-footer .rank-img {
  max-width: 50px;
  max-height: 50px;
}
.content-footer .main-item-panel .panel-heading .panel-title {
  font-size: 1.5em;
}
.content-footer .panel-heading {
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel-search {
  position: relative;
}
.mb-table-scroll-help-contener {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  z-index: 1000;
}
.mb-table-scroll-help {
  height: 73px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.mb-table-scroll-help .fa {
  font-size: 2em;
  line-height: .5em;
}

@media (min-width: 992px) {
  .main-item-panel>.panel-heading h2 {
    font-size: 30px;
  }
}

/* ランキング画像 */
.rank-table {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .rank-table {
    position: relative;
    width: 150%;
  }
}