@charset "utf-8";

html {
  height: 100%;
}

body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  background-color: #ffffff;
  color: #333;
  width: 100%;
  font-size: 12px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

ul { padding: 0; margin: 0; }
li { padding: 0; margin: 0; list-style:none; }
img { border: none;}
* { box-sizing: border-box; }

#detail_text a, #detail_text a:hover {
  color: #267afa;
}
#news_text a, #news_text a:hover {
  color: #267afa;
}

/* ------------------------------------- */
/*   Header
/* ------------------------------------- */

.header {
  width: 1024px;
  height: 66px;
  margin: 0 auto;
}

.header_wrap {
  width: 100%;
  height: 66px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}

#header_logo {
  float: left;
  margin-top: 14px;
  margin-left: 28px;
}

.header_menu li {
  height: 48px;
  border-left: 2px dotted #e97b75;
  padding: 0px 34px;
  font-weight: bold;
  line-height: 45px;
}

.header_menu {
  float: right;
  border-right: 2px dotted #e97b75;
  height: 48px;
}
@media (min-width: 1024px) {
  .header_menu {
    margin-top: 10px;
    margin-right: 28px;
  }
  .header_menu li {
    float: left;
  }
}

@media (max-width: 1023px) {
  .header_wrap {
    position: fixed;
    top: 0;
  }
  .header {
    width: 100%;
  }
  .header_menu {
    background-color: #f2f2ee;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 66px;
    height: auto;
  }
  .header_menu {
    border: none;
  }
  .header_menu li {
    border: none;
    border-bottom: 2px dotted #e97b75;
    padding: 0 5%;
  }
  .header_menu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #header_logo {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .header_wrap {
    height: 66px !important;
  }
}

/* ------------------------------------- */
/*   FOOTER
/* ------------------------------------- */
.footer_wrap {
  text-align: center;
  width: 100%;
  background-color: #ffefe7;
  border-bottom: 70px solid #ccba2f;
  padding: 45px 0 30px;
}

.footer {
  margin: 54px auto 0;
  width: 1024px;
  height: 200px;
}

.footer_menu {
  float: left;
  margin-left: 30px;
}

.footer > .footer_menu:first-of-type {
  margin-top: 7px;
  margin-left: 0;
}

.footer_menu li {
  height: 36px;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  background: url("../img/footer_arrow.png") no-repeat;
  line-height: 14px;
  letter-spacing: -0.04em;
  font-size: 10px;
}

.footer_title {
  width: 700px;
  line-height: 34px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  border-bottom: 2px dotted #6d6968;
  margin-left: 0px;
  margin-bottom: 28px;
  float: left;
}

.footer > .footer_menu:first-of-type {
  width: 324px;
  padding-left: 10px;
}

.footer > .footer_menu:nth-of-type(2) {
  margin-left: 0;
}

.footer > .footer_menu:last-of-type {
  margin-left: -90px;
  position: relative;
}
.footer > .footer_menu:last-of-type li {
  position: absolute;
  width: 220px;
  transform: scale(0.9, 1);
}

.copyright {
  display: inline-block;
  width: 1024px;
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #333;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
  }
  .footer_menu li {
    /* display: none; */
  }
  .footer_title {
    /* display: none; */
    width: 90%;
    margin: 10px 5%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .footer_wrap {
    border-bottom: 10px solid #ccba2f;
    padding: 10px 0;
  }
  .footer_wrap img {
    width: 40%;
  }
  .footer > .footer_menu:first-of-type {
    width: 100%;
    text-align: center;
  }
  .footer > .footer_menu:first-of-type li {
    display: inline-block;
    margin: 0 5%;
    height: auto;
  }
  .footer > .footer_menu li {
    display: inline-block;
    /* margin: 0 4%; */
    margin-right: 2%;
    height: auto;
  }
  .footer_menu {
    margin-left: 0;
    float: initial;
    text-align: left;
    padding: 0 5%;
  }
  .footer > .footer_menu:nth-of-type(2) {
    margin-left: 0;
  }
  .footer > .footer_menu:last-of-type {
    margin-left: 0;
  }
  .footer > .footer_menu:last-of-type li {
    position: relative;
    transform: scale(1, 1);
  }
  .copyright {
    font-size: 10px;
  }
}

/* ------------------------------------- */
/*   コンテンツ部共通
/* ------------------------------------- */
.contents {
  width: 1024px;
  margin: 0 auto 24px;
  /* padding-left: 20px; */
}

.main_contents {
  width: 700px;
  float: left;
  text-align: center;
}

.pankuzu {
  background-color: #f3f4f4;
  width: 100%;
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 23px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: left;
}
.pankuzu a {
  color: #e97b75;
}

.related {
  margin: 40px auto 10px;
}

@media (max-width: 1023px) {
  .contents {
    width: 100%;
  }
  .main_contents {
    width: 100%;
    float: left;
  }
  .pankuzu {
    font-size: 12px;
  }
  .sub_contents {
    margin-top: 66px;
  }
}

/* ------------------------------------- */
/*   サイド部共通
/* ------------------------------------- */
.side_contents {
  width: 262px;
  float: left;
  margin-top: 24px;
  margin-left: 40px;
}

@media (max-width: 1023px) {
  .side_contents {
    display: none;
  }
}

.side_all_ranking {
  border: 1px solid #eedcc7;
  border-radius: 5px;
  background: url("../img/side/side_bg1.png");
  text-align: center;
  padding: 10px 0 20px;
}

.side_ranking {
  border: 1px solid #b0c5e1;
  border-radius: 3px;
  background: url("../img/side/side_bg2.png");
  text-align: center;
  margin-top: 16px;
  padding: 26px 0;
}

.side_all_ranking ul {
  margin-top: 10px;
}

.side_all_ranking li {
  width: 196px;
  height: 66px;
  background-color: #fff;
  padding-left: 50px;
  margin-left: 42px;
  margin-top: 5px;
  text-align: left;
  position: relative;
}

.side_all_ranking li span {
  display: table-cell;
  width: 196px;
  height: 66px;
  vertical-align: middle;
  letter-spacing: -0.04em;
}


.side_all_ranking li img {
  position: absolute;
  top: 6px;
  left: -18px;
}

.side_all_ranking li:first-child img {
  top: -6px;
}

.side_all_ranking li:first-child span {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}

.side_ranking li {
  position: relative;
  width: 85%;
  margin-left: 7.5%;
  margin-top: 20px;
  padding: 20px 0 20px 15px;
  border-bottom: 3px dotted #b0c5e1;
}
.side_ranking li:last-child {
  border: none;
}

.side_ranking li > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.side_ranking li span {
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: inline-block;
  float: left;
  position: relative;
}
.side_ranking li p {
  width: 135px;
  text-align: left;
  padding: 0 9px;
  margin: 0;
  display: inline-block;
  float: left;
}

.side_ranking li span img {
  height: 100%;
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  z-index: 9;
}

.side_banner {
  background-image: url("../img/index/index_banner.jpg");
  background-size: 268px auto;
  width: 268px;
  height: 347px;
  text-align: center;
  margin-top: 14px;
}

.link_btn {
  width: 220px;
  height: 48px;
  display: inline-block;
  border-radius: 5px;
  line-height: 52px;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.link_btn span {
  float: right;
  margin-right: 10px;
}

.link_btn_red {
  margin-top: 16px;
  background-color: #e97b75;
  color: #fff;
}

.link_btn_blue {
  margin-top: 10px;
  background-color: #b0c5e1;
  color: #fff;
}

.link_btn_detail {
  margin-top: 100%;
  background-color: #ccba2f;
  color: #fff;
}

.link_btn_ranking {
  width: 80%;
  height: 48px;
  display: inline-block;
  border-radius: 5px;
  line-height: 52px;
  font-size: 14px;
  letter-spacing: -0.04em;
  margin: 16px auto;
  text-align: center;
}
.link_btn span {
  float: right;
  margin-right: 10px;
}

/* ------------------------------------- */
/* リポート
/* ------------------------------------- */
.sub_head {
  position: relative;
}

.report_box {
  background-color: #f3f3e9;
  border-radius: 5px;
  width: 700px;
  margin: 20px auto 0;
}

.report_head {
  background: url("../img/report/report_line.png") repeat-x left bottom;
  padding-top: 18px;
  padding-bottom: 12px;
  width: 93%;
  margin: 0 auto 10px;
}

.report_foot {
  background: url("../img/report/report_line.png") repeat-x left top;
  padding-top: 50px;
  padding-bottom: 30px;
  width: 93%;
  margin: 60px auto 10px;
  position: relative;
}

.report_bottom_item {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21%;
}

.btn_sub_detail {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 60px;
}

.btn_sub_detail1 {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: -8%;
  right: 0;
  bottom: 41px;
}

.ranking_link {
  margin: 20px auto;
  display: inline-block;
}

h2.report_title {
  margin: 10px auto 0;
}

/*.sub_contents p.letter {
  display: inline-block;
  text-align: left;
  width: 700px;
  margin: 20px auto;
  padding: 20px 60px 0;
  font-size: 14px;
  line-height: 1.8;
  border-top: 3px dotted #b0c5e1;
}*/



.report_relative {
  margin: 100px auto 20px;
}

.btm_item_box {
  width: 340px;
  height: 212px;
  border: 1px solid #f0f0ea;
  position: relative;
  display: inline-block;
  box-shadow: 0px 0px 8px -4px #e0e0da;
  border-radius: 5px;
  padding: 16px 0px 16px 108px;
  text-align: left;
  margin: 3px;
}
.btm_item_box img {
  position: absolute;
  left: 16px;
}
.btm_item_detail {
  background-color: #ccba2f;
  color: #fff;
  position: absolute;
  bottom: 26px;
  right: 17px;
  text-align: center;
}

.btm_item_title1 {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 20px;
  font-weight: bold;
}

.btm_item_title2 {
  font-size: 18px;
  display: inline-block;
  float: left;
  font-weight: bold;
  color: #e97b75;
  line-height: 1.2;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .report_box {
    border-radius: 0;
    width: 100%;
   }
  .btn_sub_detail {
    position: relative;
    bottom: initial;
    top: 10px;
  }

  .btn_sub_detail1 {
    position: relative;
    bottom: initial;
    top: 10px;
    left: 0;
  }
  h2.report_title {
    text-align: left;
    padding: 0 5%;
  }
  .sub_contents p.letter {
    width: 100%;
    padding: 20px 5%;
  }
  .btm_item_box {
    width: 90%;
  }
  .btm_item_detail {
    width: 59%;
  }
  .btm_item_title1 {
    font-size: 13px;
  }

  .btm_item_title2 {
    font-size: 15px;
  }
  .img100 {
    width: 100%;
  }
  .report_bottom_item {
    position: absolute;
    bottom: initial;
    top: -60px;
    right: 0;
    width: 21%;
  }
}

/* ------------------------------------- */
/* 記事一覧
/* ------------------------------------- */
.article_box, .matome_box {
  width: 700px;
  min-height: 184px;
  border: 3px dotted #b0c5e1;
  position: relative;
  padding: 25px;
  padding-left: 248px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
}

.article_box img {
  width: 202px;
  height: 124px;
  margin: auto;
  position: absolute;
  top: 0; bottom: 0;
  left: 3%;
}

.matome_box {
  width: 700px;
  min-height: 184px;
  border: 3px dotted #b0c5e1;
  position: relative;
  padding: 25px;
  padding-left: 148px;
  margin: 0 auto;
  margin-top: 20px;
}
.matome_box img {
  margin: auto;
  position: absolute;
  top: 0; bottom: 0;
  left: 3%;
}

.article_title {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin-bottom: 8px;
}
.article_text, .matome_text {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}
.matome_text {
  font-size: 16px;
}
.article_date {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #9789a8;
}

.show_all_link {
  background-color: #f3f4f4;
  width: 700px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 23px;
  margin: 24px auto;
  text-align: center;
  border-radius: 5px;
}
.show_all_link a {
  color: #e97b75;
}

@media (max-width: 767px) {
  .article_box, .matome_box {
    width: 90%;
    padding: 5%;
  }
  .article_box img, .matome_box img {
    height: auto;
    margin: 0 auto;
    position: relative;
    left: 0;
  }
  .colum_img {
    width: 90%;
  }

  .show_all_link {
    width: 90%;
  }
}
/* ------------------------------------- */
/* INDEX
/* ------------------------------------- */
.btn_ranking {
  position: absolute;
  right: 13%;
  top: 68%;
  width: 14.1601562%;
}
.index_ranking {
  background-color: #fdf8ec;
  width: 700px;
  margin: 24px auto 30px;
  padding-top: 40px;
  padding-bottom: 34px;
  text-align: center;
}
.index_ranking_box {
  background-color: #fff;
  box-shadow: 0px 0px 8px -4px #000;
  width: 194px;
  display: inline-block;
  vertical-align: top;
  margin: 24px 7px;
  padding: 10px 0;
}

.index_ranking_box ul {
  padding: 0 10%;
}

.index_ranking_box li {
  width: 100%;
  height: 66px;
  background-color: #fff;
  padding-left: 55px;
  margin-top: 5px;
  text-align: left;
  position: relative;
  border-bottom: 3px dotted #b0c5e1;
}
.index_ranking_box li img:first-of-type {
  position: absolute;
  left: 0;
  top: 7px;
}
.index_ranking_box li:first-of-type{
  font-size:1.2em;
  font-weight:bold;
  height:86px;
  padding-top:10px;
}
.index_ranking_box li span {
  display: table-cell;
  height: 66px;
  vertical-align: middle;
  letter-spacing: -0.04em;
  line-height: 1.4;
}

.index_ranking_box li.even_rank {
  width: 69%;
  height: 42px;
  padding-left: 7px;
  margin-top: 5px;
  margin-left: 30%;
  text-align: left;
  position: relative;
  border-bottom: 3px dotted #b0c5e1;
}
.index_ranking_box li.even_rank span {
  height: 42px;
  vertical-align: middle;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
.index_ranking_box li.even_rank img {
  position: absolute;
  left: -42%;
  top: 0;
}
.index_ranking_box ul li:last-child {
  border: none;
}

.top_banner {
  background-image: url("../img/index/index_banner.jpg");
  width: 95%;
  background-size: 100% auto;
  text-align: center;
  margin-top: 10px;
  position: relative;
  margin-left: 2.5%;
  display: none;
}

.top_banner:before {
  content: "";
  display: block;
  padding-top: 129.4776119%;
}

.top_banner .link_btn_detail{
  margin-top: 0;
  position: absolute;
  bottom: 8%;
  width: 80%;
  left: 10%;
}

.index_ranking_box li img.top_rank_photo_sp {
  display: none;
}

@media (max-width: 1023px) {
  .top_banner {
    display: block;
  }
}

@media (max-width: 767px) {
  .btn_ranking {
    /* right: 5%; */
    /* top: 40%; */
    /* width: 20%; */
  }
  .img90 {
    width: 90%;
  }
  .index_ranking {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 34px;
  }
  .index_ranking_box {
    width: 90%;
    margin: 14px auto;
    padding: 10px 0;
  }
  .index_ranking_box li:first-of-type img.top_rank_photo_sp {
    display: inline-block;
    bottom: 5px;
    right: 5%;
    height: 92px;
    position: absolute;
  }
  .index_ranking_box li img.top_rank_photo_sp {
    display: inline-block;
    bottom: 4px;
    right: 5%;
    height: 50px;
    position: absolute;
  }
}

/* ------------------------------------- */
/* ランキングページ
/* ------------------------------------- */
#top_title {
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: #ffefe7;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}

#top_title_box {
  text-align: center;
  width: 941px;
  margin: 0 auto;
  position: relative;
}

.top_ranking_list > .ranking_box:first-child {
  background-color: #fffbf3;
  background-image: none;
  border-radius: 10px;
  padding-bottom: 12px;
}


@media (max-width: 1023px) {
  #top_title {
    font-size: 11px;
    text-align: left;
    padding: 76px 5% 10px;
    letter-spacing: -0.04em;
  }
  #top_title img {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 941px) {
  #top_title_box {
    width: 100%;
  }
  #top_title_box > img {
    width: 100%;
    margin-left: 0%;
  }
}

.ranking_box {
  padding: 0 12px 44px 12px;
  background: url("../img/ranking/top_ranking_bg.png") repeat-x left bottom;
}

.top_ranking_list > .ranking_box:last-of-type {
  background: none;
}

.ranking_head {
  padding: 16px 0 16px 240px;
  min-height: 264px;
  position: relative;
}
.top_ranking_list > .ranking_box:first-child .ranking_head {
  min-height: 340px;
}
.top_ranking_list > .ranking_box:nth-child(2) .ranking_head {
  min-height: 340px;
}
.top_ranking_list > .ranking_box:nth-child(3) .ranking_head {
  min-height: 340px;
}
.top_rank {
  position: absolute;
  left: 4px;
  bottom: 16px;
}
.top_rank_photo {
  position: absolute;
  left: 140px;
  bottom: 16px;
}
.top_ranking_list > .ranking_box:first-child .top_rank_photo {
  left: 195px;
}
.top_rank_title {
  width: 420px;
  position: absolute;
  bottom: 16px;
  padding-left: 20px;
  text-align: left;
}

.top_ranking_list > .ranking_box:first-child .top_rank_title {
  width: 400px;
  padding-left: 40px;
  right: 0
}

.top_rank_title span {
  font-size: 20px;
  margin: 0;
  color: #e87a75;
  border-bottom: 3px dotted #ccba2f;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.top_rank_title h2 {
  font-size: 30px;
  margin: 0;
  color: #fbafc8;
}
.top_rank_title h3 {
  font-size: 23px;
  margin: 0;
  border: none;
}

.top_ranking_list > .ranking_box:first-child .top_rank_title h2 {
  font-size: 32px;
  letter-spacing: -0.04em;
}
.top_ranking_list > .ranking_box:first-child .top_rank_title h3 {
  font-size: 25px;
}

.ranking_param {
  float: left;
}
.ranking_letter {
  width: 355px;
  height: 288px;
  background-color: #eceddd;
  padding: 29px 26px 27px;
  float: left;
  margin-left: 7px;
  font-size: 0;
}

.ranking_letter_box1 {
  width: 304px;
  min-height: 170px;
  font-size: 16px;
  text-align: left;
}
.ranking_letter_box2 {
  width: 124px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.ranking_letter_box3 {
  width: 153px;
  display: inline-block;
  text-align: center;
  margin-left: 26px;
  font-size: 16px;
}
.ranking_letter_box3 small {
  font-size: 12px;
}
.ranking_letter span {
  background-color: #fbafc8;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.top_btn_left {
  float: left;
  margin-top: 20px;
}
.top_btn_right {
  float: right;
  margin-top: 20px;
}

.top_ranking_list > .ranking_box:nth-of-type(1) h2 { color: #ccba2f; }
.top_ranking_list > .ranking_box:nth-of-type(1) .ranking_letter span { background-color: #ccba2f; }

.top_ranking_list > .ranking_box:nth-of-type(2) h2 { color: #a6b4b3; }
.top_ranking_list > .ranking_box:nth-of-type(2) .ranking_letter span { background-color: #a6b4b3; }

.top_ranking_list > .ranking_box:nth-of-type(3) h2 { color: #bb9663; }
.top_ranking_list > .ranking_box:nth-of-type(3) .ranking_letter span { background-color: #bb9663; }

@media (max-width: 1023px) {
  .top_ranking_list {
    width: 700px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .top_ranking_list {
    width: 100%;
  }
  .ranking_box {
    padding: 40px 0;
  }
  .ranking_head {
    padding: 0;
    min-height: 264px;
    position: relative;
  }
  .top_rank {
    position: relative;
    left: 5%;
    bottom: 16px;
    /* float: initial; */
  }
  .top_rank_photo {
    position: relative;
    left: 0;
    bottom: 16px;
    float: initial;
    margin-top: 20px;
  }
  .top_ranking_list > .ranking_box:first-child .top_rank_photo {
    left: 0;
  }
  .top_ranking_list > .ranking_box:first-child .top_rank_title {
    padding-left: 5%;
  }
  .top_ranking_list > .ranking_box:first-child .top_rank_title h2 {
    font-size: 18px;
    letter-spacing: -0.04em;
  }
  .top_ranking_list > .ranking_box:first-child .top_rank_title h3 {
    font-size: 18px;
  }
  .top_rank_title {
    width: 100% !important;
    position: relative !important;
    bottom: 16px;
    padding-left: 5%;
  }
  .top_rank_title span {
    font-size: 18px;
    margin: 0;
    width: 90%;
    margin-bottom: 10px;
  }
  .top_rank_title h2 {
    font-size: 18px;
    margin: 0;
    color: #fbafc8;
  }
  .top_rank_title h3 {
    font-size: 14px;
    margin: 0;
  }
  .ranking_param {
    float: initial;
    width: 90%;
    margin-left: 5%;
  }
  .ranking_letter {
    width: 90%;
    height: auto;
    background-color: #eceddd;
    padding: 10px 5%;
    margin: 0 5%;
    font-size: 0;
  }
  .ranking_letter_box1 {
    width: 100%;
    min-height: initial;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .ranking_letter_box2 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .ranking_letter_box3 {
    width: 100%;
    margin: 0;
    font-size: 12px;
  }
  .top_btn_left {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
  }
  .top_btn_right {
    width: 90%;
    margin-top: 10px;
    margin-right: 5%;
  }
  .top_btn_left img {
    width: 100%;
  }
  .top_btn_right img {
    width: 100%;
  }
}

/* ------------------------------------- */
/*   スマホ・タブレット向けメニュー
/* ------------------------------------- */
#menu_btn{
  display: inline-block;
  position: relative;
  width: 43px;
  height: 34px;
  margin: 0;
  border-radius: 4px;
  background: #bb9663;
}
#menu_btn:hover{
  background: #bb9663;
}
#menu_btn_icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin: -1px 0 0 -11px;
  background: #ffffff;
}
#menu_btn_icon:before, #menu_btn_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#menu_btn_icon:before{ margin-top: -6px; }
#menu_btn_icon:after{ margin-top: 4px; }
#menu_btn .menu_close{ background: none; }
#menu_btn .menu_close:before, #menu_btn .menu_close:after{ margin-top: -1px; }
#menu_btn .menu_close:before{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#menu_btn .menu_close:after{ transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
.btn_box {
  position: absolute;
  right: 2.5%;
  top: 17px;
  display: none;
}
@media (max-width: 1023px) {
  .btn_box {
    display: block;
  }
  .header_menu {
    display: none;
  }
}
.sp_br {
  display: none;
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
@media (max-width: 1023px) {
  .btn_box {
    display: block;
  }
  .header_menu {
    display: none;
  }
  .sp_br {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

a:hover img {
  opacity:0.6;
  -moz-opacity:0.6;
  filter:alpha(opacity = 60);
}

/* リサーチ詳細 */

.research_detail_box {
  text-align: left;
  padding: 40px 24px;
  line-height: 2;
  font-size: 16px;
}
.research_detail_box span {
  padding-right: 4px;
  color: #d7d8d8;
}
.research_detail_box li {
  padding-left: 10em;
  text-indent: -10em;
}
@media (max-width: 1023px) {
  .research_title {
    width: 95%;
  }
  .research_detail_box {
    font-size: 12px;
    padding: 20px 10px;
  }
  .research_detail_box li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .copyright {
    width: 100%;
    padding-right: 5%;
  }
  .footer {
    height: auto;
  }
  .footer_wrap {
    padding-bottom: 10px;
  }
}

/* サイド部リサーチ詳細 */
.side_research {
  width: 262px;
  float: right;
  margin-top: 36px;
  margin-right: 20px;
}
.side_research .research_detail_box {
  text-align: left;
  padding: 10px 5%;
  line-height: 2;
  font-size: 10px;
  letter-spacing: -0.04em;
}
.side_research .research_detail_box span {
  padding-right: 4px;
}
.side_research .research_detail_box li {
  padding-left: 9em;
  text-indent: -9em;
}
.side_research .research_detail_box li:nth-child(4) {
  padding-left: 2em;
  text-indent: -2em;
}
.side_research .research_detail_box li:nth-child(9) {
  padding-left: 2em;
  text-indent: -2em;
}

@media (max-width: 1023px) {
  .side_research {
    width: 100%;
    margin-right: 0;
  }
  .side_research .research_title {
    width: 95%;
    margin-left: 2.5%;
    display: inline-block;
  }
  .side_research .research_detail_box {
    font-size: 12px;
    padding: 20px 2.5%;
  }
  .side_research .research_detail_box li {
    padding-left: 1em;
    text-indent: -1em;
  }
}


/* 運営会社 */
.company_box {
  text-align: left;
  padding: 40px 24px;
  line-height: 2;
  font-size: 16px;
}
.company_box li {
  padding-left: 8.5em;
  text-indent: -8.5em;
}
@media (max-width: 1023px) {
  .company_box {
    font-size: 12px;
    padding: 20px 10px;
  }
  .company_box li {
    padding-left: 1em;
    text-indent: 0em;
  }
}

@media (max-width: 767px) {
  .wp_social_bookmarking_light {
    padding-left: 5% !important;
  }
}

.report_component {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #cabb35;
  border-radius: 5px;
  padding: 10px 0;
}
.report_component h3 {
  color: #cabb35;
  width: 95%;
  border-bottom: 2px double #cabb35;
  font-size: 16px;
}
.component em {
  background: none;
  color: #da0d73;
}
.component_full em {
  background: none;
  color: #da0d73;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.component {
  text-align: left;
  overflow: hidden;
  width: 95%;
  padding: 8px 5%;
  margin: 0 auto;
  border-bottom: 1px dotted #cabb35;
}
.component_full {
  text-align: left;
  overflow: hidden;
  width: 95%;
  padding: 8px 5%;
  margin: 0 auto;
  border-bottom: 1px dotted #cabb35;
}
.component img {
  width: 20%;
  float: left;
  margin: 0 1%;
}
.component:nth-child(even) img {
  float: right;
}

.memo_box {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  padding: 6px 5% 8px;
  margin: 0 auto;
  position: relative;
  color: #da0d73;
  text-align: left;
  box-shadow: 0px 0px 8px -4px #000;
}
.memo_box span {
  color: #5f2876;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.report_letter {
  width: 90%;
  margin: 0 auto;
  /* text-align: left; */
}

.report_letter em {
  font-weight: bold;
  font-size: 13px;
  background-color: rgba(212, 0, 118, 0.4);
}

.matome_box.sp_only .matome_text {
  font-size: 13px;
  margin-top: 10px;
}
.matome_box.sp_only img {
  width: 20%;
}

