@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?d985t9");
  src: url("fonts/icomoon.eot?d985t9#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?d985t9") format("truetype"),
    url("fonts/icomoon.woff?d985t9") format("woff"),
    url("fonts/icomoon.svg?d985t9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" fa-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-star:before {
  content: "\e9d9";
  font-size: 1.4rem;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 600;
  color: #8a8a8a;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0px;
  -webkit-text-size-adjust: 100%;
  margin-bottom: 1rem;
}

a {
  color: #685548;
  text-decoration: none;
}
a:hover {
  color: #e78f00;
  opacity: 80%;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

hr {
  content: ".";
  display: block;
  border: none;
  height: 0;
  margin: 0;
  clear: both;
}
p {
  margin: 0 0 1em 0;
}

img {
  vertical-align: middle;
  width: 100%;
}

em {
  font-weight: bold;
}

strong {
  font-weight: bold;
  font-size: 110%;
}

pre {
  margin: 1em 0;
  padding: 1em;
}

.att {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 6rem;
  max-width: 768px;
  margin: 0 auto;
}
.logotype {
  width: 60%;
}
.logotype img {
  padding: 0.5rem 0;
  max-height: 130px;
  max-width: 500px;
}
.menu-btn {
  position: relative;
  top: 0px;
  right: 0px;
  display: flex;
  height: 6rem;
  width: 6rem;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #64a3ff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 8px;
  width: 4rem;
  border-radius: 8px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 1.5rem;
}
.menu-btn span:after {
  top: 1.5rem;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #64a3ff;
  transition: all 0.5s; /*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

/*================================================
 *  フッター
 ================================================*/
.footbox {
  width: 100%;
  text-align: center;
  padding-bottom: 0.8rem;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.totop a {
  display: block;
  text-decoration: none;
}
.totop img {
}
.totop img:hover {
}
.headbtn {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

/*================================================
 *  サーチボックス
 ================================================*/

.searchwrap {
  background: #fff;
}

.searchbox {
  max-width: 768px;
  margin: 0 auto;
  padding: 1% 2%;
}

.accordion .search {
  list-style: none;
  margin: 0;
}

label {
  cursor: pointer;
}

.toggle {
  display: none;
}

.toggle + .search {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  position: relative;
  top: 4px;
  margin-bottom: -10px;
}

.toggle:checked + .search {
  max-height: 2000px;
  transition: all 0.4s ease-in;
}

.accordion {
  background: #ffffff;
  overflow: hidden;
  border-radius: 15px;
  margin: 1rem 0;
}

.search {
  margin: 32px 8px;
  padding: 8px;
}

.search-title {
}

.search-form {
}

.select-wrap {
  position: relative;
}

.select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  content: "\e900";
  font-family: "icomoon";
  line-height: 43px;
  color: #ff8123;
  pointer-events: none;
}

.search-form table {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  box-sizing: border-box;
}

.search-form table td {
  text-align: center;
  padding: 4px;
  width: calc(100% / 3);
  font-size: 0.6rem;
}

.search-form table td input {
  font-size: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ddd;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 8px 12px;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search-form table td select {
  width: 100%;
  box-sizing: border-box;
}

.search-form table td select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 2px solid #ddd;
  background: #fff;
  color: #828c9a;
  width: 100%;
  border-radius: 15px;
}

.search-form table td select option {
  background-color: #fff;
  color: #333;
}

.search-form table td select::-ms-expand {
  display: none;
}

.search-form table td select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.search-submit {
  margin: 0;
  padding-bottom: 24px;
}

.search-submit-button {
  background: linear-gradient(#ec6400, #ff8123);
  border: 1px solid #ff8123;
  border-radius: 25px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1%;
  width: 50%;
  margin: 15px auto 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

/*================================================
 *  トップページ
 ================================================*/
.mainimg {
  background-color: #fff;
}

.main_wrap,
aside h2,
aside ol,
.rank_wrap,
.rank_footer,
.foot_logo,
.infomation {
  margin: 0 auto;
  max-width: 768px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

aside {
  width: 100%;
  background-color: #4651c3;
}

aside ol {
  display: flex;
}

aside ol li {
  width: 32%;
  margin: 0 0.6% 1rem;
  float: left;
  background: #fff;
  border-radius: 15px;
  padding: 4rem 0 0;
  display: flex;
  flex-direction: column;
  color: #ffc229;
}

aside ol li .culum_wrap {
  flex-grow: 1;
}

aside ol li:nth-child(1),
aside ol li:nth-child(2),
aside ol li:nth-child(3) {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 40%;
}

aside ol li:nth-child(1) {
  background-image: url("../images/cont01_rank01.png");
}

aside ol li:nth-child(2) {
  background-image: url("../images/cont01_rank02.png");
}

aside ol li:nth-child(3) {
  background-image: url("../images/cont01_rank03.png");
}

aside ol li picture {
  display: flex;
  margin-bottom: 0.8rem;
  padding: 8% 6% 0;
}

aside ol li picture img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  aspect-ratio: 1 / 1;
}

aside ol li dl .sub_tit {
  height: 4rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  place-items: center center;
}

aside ol li dl p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

aside ol li dl dt {
  background: #a6e1ff;
  color: #ffffff;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-top: 0.6rem;
}

aside ol li dl dd {
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1rem 0 0.4rem;
}

aside ol li dl .point {
  color: #ffc000;
  font-size: 2rem;
  padding: 1rem 0 0.3rem;
}

aside ol li dl .gray {
  color: #aeaeae;
}

aside ol li dl .point small {
  font-size: 1.6rem;
}

aside ol li dl .point2 {
  font-size: 4rem;
  line-height: 0.5rem;
  padding: 0.3rem 0;
}

aside ol li dl .point2 small {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
}

aside ol li dl .star {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -1px;
  padding: 1.6rem 0 1rem;
  /* line-height: 4.5rem; */
  color: #ffc229;
}

aside ol li dl dd img {
  width: 80%;
  text-align: center;
}

aside ol li .btn {
  width: 100%;
}

aside ol li .btn a {
  display: block;
  text-align: center;
  width: 92%;
  padding: 1rem 4% 0.8rem;
}

#ranking {
  background: #5897ff;
}

#ranking h2 {
  max-width: 900px;
  margin: 0 auto;
}

.rank_box {
  border: 7px solid #68adfd;
  margin: 0 auto 1rem;
  background: #ffffff;
  max-width: 768px;
  padding: 0 0.6rem;
}

.rank_box heaedr {
  display: block;
  padding: 0.3rem 0 0.6rem 0;
}

.rank_box heaedr a {
}

.rank_box heaedr h2 {
  max-width: 768px;
  color: #7e7e7e;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 2px solid #aeaeae;
}

.rank_box heaedr .rank_icon {
  width: 16%;
  padding-left: 1%;
}

.rank_box heaedr .rank_title {
  width: 75%;
  font-size: 1.7rem;
  text-align: left;
}

.rank_box heaedr h2 .rank_score {
  width: 5%;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #ffd200;
}

.rank_box heaedr .rank_icon img {
  width: 80%;
}

.rank_box heaedr h2 .rank_score span {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.rank_img {
  display: flex;
}

.rank_img picture {
  width: 37%;
}

.rank_img picture img {
  border: 1px solid #ccc;
}

.rank_img table {
  margin-left: 2%;
  width: 60%;
}

.rank_img table th {
  width: 40%;
  background: #aacdff;
  color: #fff;
  padding: 0.4rem 0;
  vertical-align: middle;
  border-bottom: 4px solid #fff;
}

.rank_img table td {
  width: 60%;
  vertical-align: middle;
  padding: 0.4rem;
  font-weight: 200;
}

.rank_img table td img {
  width: 80%;
}

.rank_img table .star {
  color: #ffbb42;
  letter-spacing: -1px;
}

.rank_img table small {
  font-size: 1rem;
  color: #8a8a8a;
}

.rank_img table strong {
  font-size: 1.6rem;
  color: #8a8a8a;
}

.rank_clum {
  display: flex;
  width: 96%;
  margin: 0 auto;
}

.rank_clum dl {
  background: #4651c3;
  padding: 0.3rem;
  text-align: center;
  width: 32%;
  margin: 1rem 0.8%;
  display: flex;
  flex-direction: column;
}

.rank_clum dl dt {
  color: #fff;
  padding: 0.6rem 0;
}

.rank_clum dl dd {
  background: #fff;
  letter-spacing: -1px;
  font-weight: 300;
  padding: 1rem 0.2rem;
  flex-grow: 1;
}

.rank_clum dl dd p {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.rank_clum dl dd span {
  font-size: 5rem;
  line-height: 6rem;
  color: #ff7e3f;
}

.rank_clum dl dd strong {
  line-height: 1.6rem;
  font-size: 1.4rem;
  color: #ff7e3f;
}

.rank_clum dl dd small {
  font-size: 0.8rem;
}

.rank_wrap {
  text-align: center;
  background: #ffffff;
}

.rank_wrap .rank_tag ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  padding: 0 0.5rem 0.5rem;
  width: 100%;
}

.rank_wrap .rank_tag ul li {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  background: #68adfd;
  color: #ffffff;
  font-size: 0.9rem;
}

.rank_wrap h3 {
  font-size: 1.5rem;
  padding: 0.6rem 0;
  color: #ffffff;
}

.rank_wrap p {
  font-size: 1rem;
  margin-bottom: 0;
}

.rank_wrap picture img {
  border: 1px solid #eee;
  width: 95%;
}

.rank_point {
  background: #d1e4ff;
  border-radius: 2px;
  width: 86%;
  margin: 1rem auto 0;
  padding: 1rem 2rem;
  text-align: center;
}

.rank_point h3 {
  color: #4b96ff;
  display: inline-block;
  background: #fff;
  padding: 0.2rem 1.5rem;
  border-radius: 2px;
  font-size: 1.4rem;
  margin: 0 auto;
}

.rank_point ul {
  border-radius: 15px;
  color: #7c7c7c;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.5rem;
}

.rank_point ul li {
  padding: 1rem 0;
  text-align: left;
  background-image: url(../images/icon.png);
  background-position: top 1rem left;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 30px;
  line-height: 20px;
  width: 92%;
}

.rank_point ul li span {
  background: linear-gradient(transparent 70%, #fff390 30%);
}

.rank_wrap p span {
  color: #f0871b;
}

.rank_voice {
  width: 93%;
  border: 6px solid #ffc229;
  border-radius: 5px;
  margin: 1rem auto;
  color: #ff7e3f;
}

.rank_voice .voice_tit {
  display: flex;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #fff;
  background: #ffc229;
  padding: 1rem 1.2rem;
}

.rank_voice h3 {
  text-align: left;
  padding-left: 2rem;
  background-image: url(../images/cont02_icon01.png);
  background-position: top 1rem left;
  background-repeat: no-repeat;
  background-size: auto 2rem;
  padding-left: 3rem;
}
.rank_voice .star {
  margin-left: auto;
  padding-top: 0.5rem;
  color: #ff2d2d;
}
.rank_voice .star .fa-star:before {
  font-size: 2rem;
}

.rank_voice .star span {
  color: #fff;
}

.rank_voice .star small {
  color: #626661;
  font-size: 1rem;
}

.rank_voice .star .gray {
  color: #666;
}

.rank_wrap .rank_voice figure {
  width: 100%;
  padding: 0 0;
  display: flex;
  align-items: center;
  padding: 1rem 0 0.5rem;
}

.rank_wrap .rank_voice .voice_tx {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0 0 1.5rem;
}

.rank_wrap .rank_voice ul {
}

.rank_wrap .rank_voice ul li {
  border-bottom: 3px dotted #ffc229;
  padding: 0 1rem;
}

.rank_wrap .rank_voice ul li:last-of-type {
  border-bottom: none;
}

.rank_wrap .rank_voice .atent {
  font-size: 0.6rem;
  text-align: right;
  color: #999999;
}

.rank_wrap .rank_voice figure img {
  width: 21%;
  padding-left: 1%;
}

.rank_wrap .rank_voice figcaption {
  padding-left: 0.6rem;
}

.rank_wrap .rank_admin {
  width: 85%;
  background: #ffffff;
  border: 8px solid #c6e2ff;
  margin: 1rem auto;
  padding: 0 4% 1.2rem 4%;
  color: #39366e;
  border-radius: 15px;
}

.rank_wrap .rank_admin h3 {
  color: #39366e;
  border-bottom: 4px double #39366e;
}

.rank_wrap .rank_admin h3::before {
  content: "";
  display: inline-block;
  background-image: url(../images/cont02_admin01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.rank_wrap .rank_admin h3::after {
  content: "";
  display: inline-block;
  background-image: url(../images/cont02_admin02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.rank_wrap .rank_admin p {
  font-size: 1rem;
}

.rank_wrap .rank_admin ul li {
  border-bottom: 4px double #39366e;
}

.rank_wrap .rank_admin figure {
  width: 100%;
  padding: 0 0;
  display: flex;
  align-items: center;
  padding: 1rem 0 0.5rem;
}

.rank_wrap .rank_admin figure img {
  width: 20%;
  padding-left: 1%;
}

.rank_wrap .rank_admin figcaption {
  padding-left: 0.6rem;
}

.rank_wrap .rank_admin .voice_tx {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0.5rem 0 1.5rem;
}

.rank_box footer {
  margin: 0 auto;
  padding: 0 0 1rem;
  width: 90%;
}

.rank_footer p {
  font-size: 1rem;
  font-weight: 200;
  padding-left: 2rem;
  padding-top: 1rem;
  margin-bottom: 0;
}

.foot_logo img {
  display: block;
  width: 60%;
  margin: 0.5rem auto;
}

.foot_wrap .foot_menu {
  background: #4651c3;
}

.foot_wrap .foot_menu ul {
  max-width: 768px;
  margin: 0 auto;
  padding: 1rem 0;
}

.foot_wrap .foot_menu ul li {
  list-style: none;
  float: none;
  padding-left: 2rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 200;
}

.foot_wrap .foot_menu ul li a {
  color: #ffffff;
}

.foot_wrap .infomation {
  color: #bbbbbb;
  width: 94%;
  margin: 0.8rem auto 0;
}

.foot_wrap .infomation h5 {
  font-size: 0.8rem;
}

.foot_wrap .infomation p {
  font-size: 0.7rem;
  font-weight: 200;
  margin-bottom: 0.2rem;
}

img.move {
  animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(1.02, 1.02);
  }
  to {
    transform: scale(1, 1);
  }
}

.subpage header {
  background: #fff;
}

.subpage2 header {
  background: #fff;
  border-bottom: 2px solid #ccc;
}

.sub_head,
.sub_box {
  max-width: 768px;
  margin: 0 auto;
}

.sub_head h1 {
  color: #4651c3;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.4rem 0;
}

.sub_head h1 img {
  width: 70%;
  margin: 0 auto;
}

.sub_box {
  padding: 1rem 0.5rem;
}

.sub_box h2 {
  padding: 0.3em 0.4em;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 8px #68adfd;
  border-bottom: solid 3px #d7d7d7;
}

.sub_box h3 {
  font-size: 1.4rem;
  color: #4651c3;
  border-bottom: 2px solid #4651c3;
  margin: 0.5rem 0;
}

.sub_box ul {
  color: #4651c3;
  margin-bottom: 2rem;
}

.sub_box p,
.sub_box dd {
  margin-bottom: 2rem;
  font-size: 1rem;
}

.sub_box dt {
  font-size: 1.4rem;
  color: #4651c3;
  border-bottom: 2px solid #4651c3;
}

.backbtn img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  header {
    height: 4.5rem;
  }
  .logotype {
    width: 75%;
  }
  .logotype img {
    max-height: 65px;
    max-width: 250px;
  }
  .menu-btn {
    height: 4.5rem;
    width: 4.5rem;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 4.5px;
    width: 2.5rem;
    border-radius: 4.5px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 0.9rem;
  }
  .menu-btn span:after {
    top: 0.9rem;
  }
  aside ol li {
    padding: 2.8rem 0 0;
  }
  aside ol li picture {
    margin-bottom: 0.4rem;
    padding: 0 6% 0.2rem;
  }
  aside ol li dl .sub_tit {
    height: 3rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  aside ol li dl .point2 small {
    font-size: 0.9rem;
  }
  .rank_img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .rank_img picture {
    width: 100%;
  }
  .rank_img table {
    margin: 1rem 0 0;
    width: 100%;
  }
  .rank_clum {
    width: 100%;
  }

  .rank_clum dl {
    border-radius: 7px;
    width: 33%;
    margin: 1rem 0.3%;
  }

  .rank_clum dl dt {
    padding: 0.3rem 0;
    font-size: 1rem;
  }

  .rank_clum dl dd {
    padding: 0.3rem 0 0;
  }

  .rank_clum dl dd p {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  .rank_clum dl dd span {
    font-size: 3.4rem;
    line-height: 4rem;
    color: #ff2d2d;
  }

  .rank_clum dl dd strong {
    line-height: 1.2rem;
    font-size: 0.9rem;
    color: #ff2d2d;
  }
  .rank_point {
    border-radius: 15px;
    width: 94%;
    padding: 3%;
  }
  .rank_point h3 {
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
  }
  .rank_point ul li {
    padding: 0.6rem 0;
    background-position: top 0.6rem left;
    background-repeat: no-repeat;
    background-size: auto 18px;
    padding-left: 1.5rem;
    line-height: 1.2rem;
    font-size: 1rem;
  }

  .rank_voice {
    width: 96%;
    border-radius: 2px;
  }

  .rank_voice .voice_tit {
    display: flex;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 0.5rem 0.5rem;
  }

  .rank_voice h3 {
    text-align: left;
    padding-left: 1rem;
    background-image: url(../images/cont02_icon01.png);
    background-position: top 1rem left;
    background-size: auto 1rem;
    padding-left: 1.5rem;
  }
  .rank_voice .star {
    margin-left: auto;
    padding-top: 0.6rem;
    color: #ff2d2d;
  }
  .rank_voice .star .fa-star:before {
    font-size: 1rem;
  }

  .rank_voice .star small {
    font-size: 0.6rem;
  }

  .rank_voice dl {
    margin: 0.6rem 0.5rem;
  }

  .rank_voice dl dd {
    padding-left: 0.6rem;
  }

  .rank_voice dl dd h4 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .rank_voice dl dd p {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
  }

  .rank_voice .voice_under {
    margin: 1rem 1.2rem;
  }

  .rank_voice .voice_under h5 {
    font-size: 1rem;
  }

  .rank_voice .voice_under p {
    font-size: 1rem;
  }

  .rank_voice .voice_under a {
    width: 90%;
  }

  .rank_box footer {
    width: 100%;
  }

  .rank_footer p {
    font-size: 0.65rem;
    padding-left: 0.3rem;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.last-updated-at {
  margin: 0 8px 8px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}
