@charset "UTF-8";
/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/
/* Icons */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  /*width: 3.5rem;
    height: 3.5rem;*/
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  /*font-family: 'slick';*/
  font-family: FontAwesome;
  font-size: 3.5rem;
  line-height: 1;
  /*opacity: .75;*/
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\f053'; }

[dir='rtl'] .slick-prev:before {
  content: '\f054'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\f054'; }

[dir='rtl'] .slick-next:before {
  content: '\f053'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/***********************
*
* 色の設定
*
***********************/
/* family */
.font_family_g {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif; }

.font_family_m {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "Sawarabi Mincho", serif; }

.font_family_w {
  font-family: 'Fjalla One', sans-serif; }

/* size */
.font_size_xsmall, .l-footer, .btn_list a, .icon_tag {
  font-size: 1rem; }

.font_size_small, .js-accordion_list, .accordion_list_child, .tamahiyo_description_item .tamahiyo_description_txt, .icon_category, .slider_shop_price, .tbl_ranking .tbl_ranking_kana {
  font-size: 1.2rem; }

.font_size_normal, .slider_shop_description {
  font-size: 1.4rem; }

.font_size_large, .tbl_ranking .tbl_ranking_name {
  font-size: 1.6rem; }

.font_size_xlarge {
  font-size: 1.8rem; }

/*
(出力結果)
.font_size_xsmall{font-size:10rem}
.font_size_small{font-size:12rem}
.font_size_normal{font-size:14rem}
.font_size_large{font-size:16rem}
.font_size_xlarge{font-size:18rem}
*/
/* weight */
.font_weight_b {
  font-weight: bold; }

.font_color_light {
  color: #999; }

/*
.test {
  color: blue;
  @include mq() { // 引数を省略（初期値は「ｐｃ」の961px以上）
    color: yellow;
  }
  @include mq(spn) { // 引数を個別に指定
    color: red;
  }
  @include mq(tablet) { // 引数を個別に指定
    color: orange;
  }
}
*/
.mt_none {
  margin-top: 0; }

.mr_none {
  margin-right: 0; }

.mb_none {
  margin-bottom: 0; }

.ml_none {
  margin-left: 0; }

.pt_none {
  padding-top: 0; }

.pr_none {
  padding-right: 0; }

.pb_none {
  padding-bottom: 0; }

.pl_none {
  padding-left: 0; }

.mt_xsmall {
  margin-top: 1rem; }

.mr_xsmall {
  margin-right: 1rem; }

.mb_xsmall {
  margin-bottom: 1rem; }

.ml_xsmall {
  margin-left: 1rem; }

.pt_xsmall {
  padding-top: 1rem; }

.pr_xsmall {
  padding-right: 1rem; }

.pb_xsmall {
  padding-bottom: 1rem; }

.pl_xsmall {
  padding-left: 1rem; }

.mt_small {
  margin-top: 2rem; }

.mr_small {
  margin-right: 2rem; }

.mb_small {
  margin-bottom: 2rem; }

.ml_small {
  margin-left: 2rem; }

.pt_small {
  padding-top: 2rem; }

.pr_small {
  padding-right: 2rem; }

.pb_small {
  padding-bottom: 2rem; }

.pl_small {
  padding-left: 2rem; }

.mt_normal {
  margin-top: 3rem; }

.mr_normal {
  margin-right: 3rem; }

.mb_normal {
  margin-bottom: 3rem; }

.ml_normal {
  margin-left: 3rem; }

.pt_normal {
  padding-top: 3rem; }

.pr_normal {
  padding-right: 3rem; }

.pb_normal {
  padding-bottom: 3rem; }

.pl_normal {
  padding-left: 3rem; }

.mt_large {
  margin-top: 4rem; }

.mr_large {
  margin-right: 4rem; }

.mb_large {
  margin-bottom: 4rem; }

.ml_large {
  margin-left: 4rem; }

.pt_large {
  padding-top: 4rem; }

.pr_large {
  padding-right: 4rem; }

.pb_large {
  padding-bottom: 4rem; }

.pl_large {
  padding-left: 4rem; }

.mt_xlarge {
  margin-top: 5rem; }

.mr_xlarge {
  margin-right: 5rem; }

.mb_xlarge {
  margin-bottom: 5rem; }

.ml_xlarge {
  margin-left: 5rem; }

.pt_xlarge {
  padding-top: 5rem; }

.pr_xlarge {
  padding-right: 5rem; }

.pb_xlarge {
  padding-bottom: 5rem; }

.pl_xlarge {
  padding-left: 5rem; }

.w_100p {
  width: 100% !important;
  min-width: 100% !important; }

.w_75p {
  width: 75% !important;
  min-width: 75% !important; }

.w_50p {
  width: 50% !important;
  min-width: 50% !important; }

.w_33p {
  width: 33.33333% !important;
  min-width: 33.33333% !important; }

.w_25p {
  width: 25% !important;
  min-width: 25% !important; }

.w_20p {
  width: 20% !important;
  min-width: 20% !important; }

.w_10p {
  width: 10% !important;
  min-width: 10% !important; }

.w_auto {
  width: auto !important;
  min-width: auto !important; }

.row1 > * {
  width: 100%;
  min-width: 100%; }

.row2 > * {
  width: 50%;
  min-width: 50%; }

.row3 > * {
  width: 33.33333%;
  min-width: 33.33333%; }

.row4 > * {
  width: 25%;
  min-width: 25%; }

.row5 > * {
  width: 20%;
  min-width: 20%; }

.row6 > * {
  width: 16.66667%;
  min-width: 16.66667%; }

.row7 > * {
  width: 14.28571%;
  min-width: 14.28571%; }

.row8 > * {
  width: 12.5%;
  min-width: 12.5%; }

/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  position: relative;
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%; }

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

hr {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

input,
select {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

/***********
*
* サイトの土台となる設定
*
***********/
body {
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "Meiryo UI", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  text-align: left;
  word-wrap: break-word;
  font-size: 160%;
  font-size: 1.6rem; }

img {
  vertical-align: bottom;
  max-width: 100%;
  border: 0; }

a {
  color: black;
  text-decoration: none; }

/***********************
*
* 汎用クラス
*
*  01.float
*  02.text-align
*
***********************/
/* 01.float
-----------------------*/
.float_l {
  float: left !important; }

.float_r {
  float: right !important; }

.clear_l {
  clear: left !important; }

.clear_r {
  clear: right !important; }

.clear_b {
  clear: both !important; }

/* 02.text-align
-----------------------*/
.text_l {
  text-align: left !important; }

.text_r {
  text-align: right !important; }

.text_c {
  text-align: center !important; }

.text_t {
  vertical-align: top !important; }

.text_m {
  vertical-align: middle !important; }

.text_b {
  vertical-align: bottom !important; }

.l-container {
  margin: 3rem 0; }
  .l-container .inner {
    display: flex;
    width: 1060px; }

.l-contents {
  flex-grow: 1;
  margin: 0 4rem 3rem 0;
  min-width: 1rem;
  min-height: 1rem;
  overflow: hidden; }

.l-footer {
  background: #f2f2f5;
  padding-bottom: 1rem; }
  .l-footer small {
    display: block;
    text-align: center;
    margin: 1rem 0 0;
    font-size: 1.2rem; }

.js-footer_btn_top {
  display: block;
  text-align: center;
  background: #ccc;
  color: #fff;
  padding: 2rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1; }
  .js-footer_btn_top:before {
    display: inline-block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url("/share/img/pc/common/footer_arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: .5rem; }

.main_footer_main {
  padding: 1rem;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 1rem; }

.footer_nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  font-size: 1.2rem;
  color: #101010; }
  .footer_nav li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row; }
  .footer_nav li:not(:last-child):after {
    content: "|";
    padding: 0 1rem; }
  .footer_nav a {
    color: #101010; }

.footer_media {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  font-size: 1.2rem;
  margin-top: 10px;
  color: #101010; }
  .footer_media li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row; }
  .footer_media li:nth-child(2) {
    padding: 0 15px 0 0;
    }
  .footer_media a {
    color: #101010; }

.l-header .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch; }
  .l-header .inner > * {
    display: flex;
    align-items: stretch; }
  .l-header .inner .txt_btn:after {
    display: none; }

.l-header .logo_benesse {
  width: auto;
  height: 45px; }

.l-header .logo_tamahiyo {
  width: auto;
  height: 33px; }

.header_wrap {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding: 2rem 0; }

.header_logo {
  align-self: center; }

.header_nav {
  margin-left: auto; }
  .header_nav .gnav {
    display: flex;
    flex-direction: row; }
    .header_nav .gnav li {
      display: flex;
      align-items: center; }
    .header_nav .gnav a {
      display: block;
      padding: 1rem;
      font-size: 1.4rem;
      line-height: 1;
      margin-left: 1rem; }
    .header_nav .gnav .txt_btn {
      width: 11rem; }

.l-sidenav {
  width: 300px;
  min-width: 300px;
  min-height: 1rem; }

.snav {
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1; }
  .snav > li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 2rem;
    border-bottom: solid 1px #e1e1e1; }
    .snav > li > a:after {
      display: block;
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      width: 1rem;
      min-width: 1rem;
      height: 1rem;
      background: url("/share/img/pc/common/icon_arrow.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain; }
    .snav > li > a.is-current {
      background: #f2f2f5;
      border-bottom-color: transparent; }

.snav_child {
  border-bottom: solid 1px #e1e1e1; }
  .snav_child a {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 2rem 2rem 2rem 4rem;
    color: gray; }
    .snav_child a:after {
      display: block;
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      width: 1rem;
      min-width: 1rem;
      height: 1rem;
      background: url("/share/img/pc/common/icon_arrow.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: .5; }

.sidenav_ttl_ver1 {
  padding: 2rem;
  background: #f2f2f5;
  font-size: 1.8rem;
  border: solid 1px #e1e1e1;
  border-bottom: 0; }

.sidenav_ttl_ver2 {
  font-size: 2rem;
  margin-bottom: 1rem; }

.app_download_area {
  background: #f2f2f5;
  padding: 2rem; }
  .app_download_area p {
    margin-bottom: 1rem; }
  .app_download_area ul {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-right: -1rem; }
    .app_download_area ul > * {
      padding-right: 1rem; }

.line_friend_area {
  background: #f2f2f5;
  padding: 2rem; }
  .line_friend_area p {
    margin-bottom: 1rem; }

.js-accordion_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .js-accordion_list > * {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-self: stretch;
    overflow: hidden; }
    .js-accordion_list > * > a {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100%;
      padding: 1rem;
      border: solid 0.1rem #e1e1e1;
      margin-bottom: -0.1rem; }
      .js-accordion_list > * > a:after {
        align-self: center;
        content: "";
        min-width: 0.8rem;
        width: 0.8rem;
        height: 0.8rem;
        background: url("/share/img/pc/common/icon_arrow.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto; }
    .js-accordion_list > * .accordion_contents {
      display: none;
      margin: 1rem 0; }
  .js-accordion_list li:last-child {
    border-bottom: none; }
    .js-accordion_list li:last-child a {
      margin-bottom: 0; }
  .js-accordion_list .has_child:after {
    min-width: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url("/share/img/pc/common/icon_plus.png"); }
  .js-accordion_list .has_child.is-open:after {
    min-width: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url("/share/img/pc/common/icon_minus.png"); }
  .js-accordion_list[class*="list_type_"] > * > a:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5rem; }
  .js-accordion_list.list_type_time a:before {
    background-image: url("/share/img/pc/common/icon_time.svg"); }

.accordion_list_child {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: solid 0.1rem #e1e1e1;
  border-left: solid 0.1rem #e1e1e1;
  border-right: solid 0.1rem #e1e1e1;
  width: 100%; }
  .accordion_list_child > * {
    display: flex;
    flex-grow: 1;
    align-self: stretch; }
    .accordion_list_child > * > a {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100%;
      padding: 1rem; }
      .accordion_list_child > * > a:after {
        align-self: center;
        content: "";
        min-width: 0.8rem;
        width: 0.8rem;
        height: 0.8rem;
        background: url("/share/img/pc/common/icon_arrow.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto; }
  .accordion_list_child li:nth-child(1) {
    width: 100%; }
  .accordion_list_child li:nth-child(2n) {
    border-right: solid 0.1rem #e1e1e1; }
  .accordion_list_child li:nth-last-child(n+3) {
    border-bottom: solid 0.1rem #e1e1e1; }

.application_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem 0 2rem; }
  .application_item > * {
    align-items: center;
    flex-grow: 1;
    min-width: 1rem;
    min-height: 1rem; }
  .application_item .application_img {
    width: 12rem;
    min-width: 12rem;
    max-width: 12rem; }
    .application_item .application_img img {
      width: 100%;
      height: auto; }
  .application_item .application_txt {
    padding-left: 3rem; }

.application_capture_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .application_capture_list > * {
    margin-right: 2rem;
    margin-bottom: 2rem; }

.article_detail_item a {
  text-decoration: underline !important; }

.article_detail_item b, .article_detail_item strong {
  font-weight: bold !important; }

.article_detail_item u {
  text-decoration: underline; }

.article_detail_item .circle_list li {
  position: relative;
  padding-left: 1rem; }
  .article_detail_item .circle_list li:before {
    position: absolute;
    top: .8rem;
    left: 0;
    display: block;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #000; }

.article_detail_item .blockquote_area a {
  color: #aaa !important;
  font-size: 0.8em !important; }

.article_detail_description {
  line-height: 2;
  letter-spacing: 0.05rem; }

.article_list_secondary {
  display: flex;
  flex-flow: wrap; }
  .article_list_secondary li {
    border-bottom: solid 1px #e1e1e1;
    width: 100%;
    min-width: 1rem;
    min-height: 1rem; }
  .article_list_secondary a {
    display: flex;
    padding: 1rem 0;
    position: relative; }
    .article_list_secondary a > * {
      min-width: 1rem;
      min-height: 1rem; }
  .article_list_secondary p {
    color: #101010;
    font-size: 1.4rem; }
  .article_list_secondary .article_img {
    margin: 0 2rem 0 0; }
    .article_list_secondary .article_img img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      object-position: center center;
      font-family: 'object-fit: cover; object-position: center center;'; }
  .article_list_secondary.article_new_primary {
    margin-right: -2rem; }
    .article_list_secondary.article_new_primary li:nth-child(-n+6) {
      width: 33.33333%;
      min-width: 1rem;
      margin-bottom: 2rem; }
      .article_list_secondary.article_new_primary li:nth-child(-n+6) a {
        padding: 0 2rem 2rem 0;
        flex-direction: column; }
      .article_list_secondary.article_new_primary li:nth-child(-n+6) .article_img {
        margin: 0 0 2rem; }
        .article_list_secondary.article_new_primary li:nth-child(-n+6) .article_img img {
          width: 227px;
          height: 210px;
          object-fit: cover; }
    .article_list_secondary.article_new_primary li:nth-child(n+7) .article_img {
      width: 8rem;
      min-width: 8rem;
      max-width: 8rem; }
  .article_list_secondary.article_new_secondary .article_img {
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem; }
  .article_list_secondary.ranking {
    counter-reset: list_num;
    margin-right: -2rem; }
    .article_list_secondary.ranking li {
      width: 33.33333%;
      min-width: 1rem;
      margin-bottom: 2rem; }
    .article_list_secondary.ranking a {
      position: relative;
      padding: 0 2rem 2rem 0;
      flex-direction: column; }
      .article_list_secondary.ranking a:before {
        position: absolute;
        left: 0;
        top: 0;
        counter-increment: list_num;
        content: counter(list_num);
        background-image: url("/share/img/pc/common/icon_crown.png");
        background-position: 0.5rem center;
        background-repeat: no-repeat;
        padding: 0 1rem 0 3rem;
        color: #fff;
        border-radius: 0.3rem; }
    .article_list_secondary.ranking .article_img {
      margin: 0 0 2rem; }
      .article_list_secondary.ranking .article_img img {
        width: 227px;
        height: 210px;
        object-fit: cover; }
    .article_list_secondary.ranking li:nth-child(1) a:before {
      background-color: #F1DA3C; }
    .article_list_secondary.ranking li:nth-child(2) a:before {
      background-color: #999; }
    .article_list_secondary.ranking li:nth-child(3) a:before {
      background-color: #AF6813; }
    .article_list_secondary.ranking li:nth-child(n+4) a:before {
      background-color: #ccc; }

.bannar_area {
  padding: 2rem;
  text-align: center; }

.bannar_list {
  display: flex;
  justify-content: space-around;
  flex-direction: row; }

.bannar_list_secondary {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem; }
  .bannar_list_secondary > * {
    margin-bottom: 1rem;
    padding-right: 1rem; }

.blog_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -2rem; }
  .blog_list > * {
    min-width: 1rem;
    min-height: 1rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: stretch; }
    .blog_list > * img {
      width: 100%;
      margin-bottom: 1rem; }
    .blog_list > * p {
      font-size: 1.4rem; }

.book_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem 0 2rem; }
  .book_item > * {
    align-items: center;
    flex-grow: 1;
    min-width: 1rem;
    min-height: 1rem; }
  .book_item .book_img {
    width: 12rem;
    min-width: 12rem;
    max-width: 12rem; }
    .book_item .book_img img {
      width: 100%;
      height: auto; }
  .book_item .book_txt {
    padding-left: 3rem; }

.book_detail_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem 0 2rem; }
  .book_detail_item > * {
    align-items: center;
    flex-grow: 1;
    min-width: 1rem;
    min-height: 1rem; }
  .book_detail_item .book_detail_img {
    width: 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%; }
    .book_detail_item .book_detail_img img {
      height: auto; }
  .book_detail_item .book_detail_txt {
    padding-left: 3rem; }

.boshu_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem 0; }
  .boshu_item > * {
    align-items: center; }
  .boshu_item .boshu_img {
    width: 120px; }
    .boshu_item .boshu_img img {
      width: 100%;
      height: auto; }
  .boshu_item .boshu_txt {
    padding-left: 3rem; }

.bread_area {
  display: block;
  padding: 1rem 0 0;
  font-size: 1.2rem; }
  .bread_area ol {
    white-space: nowrap; }
  .bread_area li {
    display: inline;
    white-space: nowrap; }
  .bread_area li:not(:last-child):after {
    content: " > ";
    margin: 0 1rem; }

.txt_btn {
  position: relative;
  display: block;
  text-align: center; }

.txt_link_next, .column_item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding-right: 1rem; }
  .txt_link_next:after, .column_item a:after {
    align-self: center;
    content: "";
    min-width: 0.8rem;
    min-height: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url("/share/img/pc/common/icon_arrow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.8rem; }

.btn_primary {
  background-color: #fff;
  color: black;
  border: solid .2rem #000;
  border-radius: .3rem;
  padding: 1rem 2rem;
  line-height: 1; }
  .btn_primary[class*=icon_]:after {
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain; }
  .btn_primary[class*=icon_arrow_]:after {
    background-image: url("/share/img/pc/common/icon_arrow.png"); }
  .btn_primary.icon_arrow_t:after {
    right: 1rem;
    transform: rotate(-90deg) translate(50%, 0); }
  .btn_primary.icon_arrow_r:after {
    right: 1rem;
    transform: rotate(0deg) translate(0, -50%); }
  .btn_primary.icon_arrow_b:after {
    right: 1rem;
    transform: rotate(90deg) translate(-50%, 0); }
  .btn_primary.icon_arrow_l:after {
    left: 1rem;
    transform: rotate(180deg) translate(0, 50%); }

.btn_more {
  background: #fff;
  color: black;
  border: solid 0.2rem black;
  border-radius: 5rem;
  padding: 1rem;
  font-size: 1.5rem;
  width: 60%;
  margin: 0 auto; }
  .btn_more:after {
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    content: "";
    content: "";
    width: 1rem;
    height: 1rem;
    background: url("/share/img/pc/common/icon_arrow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain; }

.btn_list li {
  display: inline; }

.btn_list a {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  border: solid 0.1rem #e1e1e1;
  border-radius: .3rem;
  text-decoration: none; }

.btn_list[class*="list_type_"] {
  position: relative;
  padding-left: 2.25rem; }
  .btn_list[class*="list_type_"]:before {
    position: absolute;
    display: block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0.25rem; }

.btn_list.list_type_tag:before {
  background-image: url("/share/img/pc/common/icon_tag.png"); }

.btn_list.list_type_book:before {
  background-image: url("/share/img/pc/common/icon_book.png"); }

.cam_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem 0 2rem; }
  .cam_item > * {
    align-items: center;
    flex-grow: 1; }
  .cam_item .cam_img {
    width: 12rem;
    min-width: 12rem;
    max-width: 12rem; }
    .cam_item .cam_img img {
      width: 100%;
      height: auto; }
  .cam_item .cam_txt {
    padding-left: 3rem; }

.category_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -2rem; }
  .category_list > * {
    min-width: 1rem;
    min-height: 1rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
  .category_list p {
    font-size: 1.4rem; }
  .category_list .txt_btn {
    margin-top: auto; }

.column_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .column_item a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem 0; }
    .column_item a > * {
      align-items: center; }
  .column_item .column_img {
    width: 90px;
    min-width: 90px;
    max-width: 90px; }
    .column_item .column_img img {
      width: 100%;
      height: auto; }
  .column_item .column_txt {
    flex-grow: 1;
    padding-left: 1rem; }

.description_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem 0; }
  .description_item .description_img {
    width: 90px; }
    .description_item .description_img img {
      width: 100%;
      height: auto; }
  .description_item .description_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    padding: 0 1rem; }

.tamahiyo_description_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .tamahiyo_description_item .tamahiyo_description_img {
    width: 33.33333%;
    justify-content: center;
    padding-right: 1rem; }
  .tamahiyo_description_item .tamahiyo_description_txt {
    width: 66.66667%; }

.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -2rem; }
  .flex_row > * {
    padding-right: 2rem;
    min-width: 1rem;
    min-height: 1rem; }

.icon_category {
  color: gray; }
  .icon_category:before {
    content: '['; }
  .icon_category:after {
    content: ']'; }

.icon_tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: solid 0.1rem #e1e1e1;
  border-radius: .3rem;
  text-decoration: none; }

.inner {
  width: 1060px;
  margin: 0 auto; }

.manga_num {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1rem; }
  .manga_num:before {
    content: attr(data-num); }
  .manga_num:after {
    align-self: center;
    content: "";
    min-width: 0.8rem;
    width: 1.6rem;
    height: 0.8rem;
    background: url(/share/img/pc/common/icon_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto; }

.pagenav_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: solid 0.1rem #e1e1e1;
  border-left: solid 0.1rem #e1e1e1; }
  .pagenav_list > * {
    display: flex;
    align-self: stretch;
    border-right: solid 0.1rem #e1e1e1;
    border-bottom: solid 0.1rem #e1e1e1; }
    .pagenav_list > * > a {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100%;
      padding: 1rem; }
      .pagenav_list > * > a:after {
        align-self: center;
        content: "";
        min-width: 0.8rem;
        width: 0.8rem;
        height: 0.8rem;
        background: url("/share/img/pc/common/icon_arrow.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto; }

.pager_list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-right: -0.5rem; }
  .pager_list > * {
    min-width: 1rem;
    min-height: 1rem;
    padding-right: 0.5rem;
    width: 33.33333%;
    display: flex;
    align-items: stretch; }
  .pager_list a {
    position: relative;
    width: 100%;
    background: #fff;
    color: black;
    border: solid 0.2rem black;
    border-radius: .3rem;
    padding: 0.5rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    text-align: center; }
    .pager_list a:before {
      display: block;
      position: absolute;
      top: 50%;
      content: "";
      width: 0.8rem;
      min-width: 0.8rem;
      height: 0.8rem;
      background-image: url("/share/img/pc/common/icon_arrow.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .pager_list .pager_prev {
    margin-right: auto; }
    .pager_list .pager_prev a:before {
      left: 1rem;
      transform: translateY(-50%) rotate(180deg); }
  .pager_list .pager_next {
    margin-left: auto; }
    .pager_list .pager_next a:before {
      transform: translateY(-50%);
      right: 1rem; }

.pager {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .pager a {
    display: inline-block;
    padding: 1rem;
    margin: 0 0.5rem;
    line-height: 1;
    min-width: 4rem;
    text-align: center;
    color: #ccc;
    border: solid 0.1rem #ccc; }
    .pager a.is-current {
      color: #000;
      border: solid 0.1rem #000; }

/***********************
*
* ページ先頭へ移動するボタン
*
***********************/
#btn_pagetop {
  display: none;
  z-index: 2;
  background: green;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 2%;
  right: 2%;
  cursor: pointer; }
  #btn_pagetop:hover {
    opacity: .5; }

.post_limit_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: solid 0.1rem #e1e1e1;
  border-bottom: none;
  width: 31rem; }
  .post_limit_item dt {
    width: 30%;
    background-color: #f2f2f5;
    border-bottom: solid 0.1rem #e1e1e1;
    border-right: solid 0.1rem #e1e1e1;
    padding: 0.5rem;
    text-align: center; }
  .post_limit_item dd {
    width: 70%;
    border-bottom: solid 0.1rem #e1e1e1;
    padding: 0.5rem; }

.pr_list {
  display: flex;
  flex-flow: wrap; }
  .pr_list li {
    border-bottom: solid 1px #e1e1e1; }
  .pr_list a {
    display: flex;
    padding: 1rem 0;
    position: relative; }
  .pr_list p {
    color: #999; }
  .pr_list li {
    width: 100%; }
    .pr_list li .pr_img {
      width: 33.33333%;
      min-width: 33.33333%;
      margin-right: 1rem; }
      .pr_list li .pr_img img {
        width: 100%;
        height: auto;
        object-fit: cover; }

.qa_item {
  border-bottom: solid 0.1rem #e1e1e1; }

.qa_q,
.qa_a {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }

.qa_q {
  background: #fff;
  padding: 2rem 0; }
  .qa_q:before {
    border-radius: .2rem;
    min-width: 2rem;
    text-align: center;
    padding: 0 0.5rem;
    margin-right: 1rem;
    background: #f2f2f5;
    content: "Q"; }

.qa_a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 0; }
  .qa_a:before {
    border-radius: .2rem;
    min-width: 2rem;
    text-align: center;
    padding: 0 0.5rem;
    margin-right: 1rem;
    background: #f2f2f5;
    content: "A"; }
  .qa_a a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%; }
    .qa_a a:after {
      align-self: center;
      content: "";
      width: 0.8rem;
      min-width: 0.8rem;
      height: 0.8rem;
      background: url("/share/img/pc/common/icon_arrow.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: auto; }

.qa_description_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .qa_description_item > * {
    flex-grow: 1; }
  .qa_description_item .qa_description_img {
    min-width: 33rem;
    width: 33rem; }

.regist_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem;
  border: solid 0.1rem #e1e1e1; }
  .regist_box > * {
    width: 50%; }
  .regist_box .regist_img {
    text-align: center; }
  .regist_box .regist_txt {
    padding-left: 2rem; }

.regist_btn_list {
  display: flex;
  flex-direction: row;
  margin-right: -1rem; }
  .regist_btn_list > * {
    flex-grow: 1;
    width: 50%;
    padding-right: 1rem; }

.js-btn_search {
  width: 2rem;
  height: 2rem;
  background: url("/share/img/pc/common/icon_search.svg") center center no-repeat;
  background-size: contain; }

.search_area {
  width: 26rem;
  margin-left: 2rem;
  background: #eee !important;
  padding: 1rem;
  line-height: 1 !important; }
  .search_area .gsc-input {
    background: #eee !important;
    padding: 0 !important;
    margin: 0 !important; }
  .search_area #___gcse_0 {
    width: 100%; }
  .search_area #gsc-i-id1 {
    padding: 5px !important;
    border: none !important; }
  .search_area .gsib_a {
    background: #eee !important;
    padding: 0 !important; }
  .search_area .gsib_b {
    display: none !important; }
  .search_area .gsc-input-box,
  .search_area .gsc-input-box-focus,
  .search_area .gsc-input-box-hover {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    outline: 0 !important;
    border: 0 !important; }
  .search_area .gsc-control-cse {
    padding: 0 !important;
    margin: 0 !important; }
  .search_area input[class^=gsc-search-button] {
    padding: 10px 15px !important;
    background-color: #eee !important;
    width: 0;
    display: inline-block;
    text-indent: -9999px;
    background: url("/share/img/pc/common/icon_search.svg") left center no-repeat #eee !important;
    background-size: contain !important;
    border-color: #eee !important;
    border-radius: 0 !important;
    margin: 0 !important;
    cursor: pointer; }
    .search_area input[class^=gsc-search-button]:hover {
      opacity: 0.8; }
  .search_area .gsc-clear-button {
    display: none; }
  .search_area .gsib_b {
    background: #eee !important; }
  .search_area .gsc-search-button {
    background: #eee !important; }
  .search_area form.gsc-search-box {
    margin-bottom: 0 !important; }
  .search_area table.gsc-search-box {
    margin-bottom: 0 !important; }
  .search_area .cse .gsc-control-cse,
  .search_area .gsc-control-cse {
    border-color: #eee !important;
    border: none !important; }
  .search_area .gsst_a .gscb_a {
    color: #eee !important; }
  .search_area .gsst_a .gscb_a {
    color: #eee !important; }

[class*=js-slider] img {
  width: 100%;
  height: auto; }

.js-slider_main {
  width: 600px;
  margin: 0 auto; }
  .js-slider_main .slider_item {
    position: relative; }
    .js-slider_main .slider_item img {
      width: 600px;
      height: 400px;
      object-fit: cover;
      object-position: center center;
      font-family: 'object-fit: cover; object-position: center center;'; }
    .js-slider_main .slider_item .slider_txt {
      position: absolute;
      background: linear-gradient(transparent, black);
      bottom: 0;
      width: 100%;
      padding: 2rem;
      color: #fff; }
      .js-slider_main .slider_item .slider_txt .icon_category {
        color: #fff; }
  .js-slider_main .slick-next:before,
  .js-slider_main .slick-prev:before {
    color: #ccc;
    font-size: 5rem; }
  .js-slider_main .slick-next {
    right: -5rem; }
  .js-slider_main .slick-prev {
    left: -5rem; }

.slider_sub {
  padding: 0 1rem;
  width: 80%;
  margin: 0 auto; }
  .slider_sub li {
    margin: 0 1rem; }
  .slider_sub .slider_txt {
    padding-top: 1rem; }
  .slider_sub .slick-next:before,
  .slider_sub .slick-prev:before {
    color: #ccc;
    font-size: 4rem; }
  .slider_sub .slick-next {
    right: -4rem; }
  .slider_sub .slick-prev {
    left: -4rem; }

/* ?? */
.slick-next {
  right: 0;
  z-index: 100; }
  .slick-next:before {
    content: "\f105"; }

.slick-prev {
  left: 0;
  z-index: 100; }
  .slick-prev:before {
    content: "\f104"; }

.slick-dots li button:before {
  font-size: 1.4rem;
  font-family: FontAwesome;
  content: "\f111"; }

/*--------------------------------------
sliderの個別設定
---------------------------------------*/
/* magazine */
.slider_magazine_description {
  text-align: center; }

/* shop */
.slider_shop_description {
  text-align: left;
  margin-bottom: 1rem; }

.slider_shop_price {
  text-align: left; }

.sns_list_primary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: solid 1rem #f2f2f5;
  padding: 1rem; }
  .sns_list_primary > * {
    width: 54px;
    height: 54px;
    background: #f2f2f5;
    border-radius: 54px;
    display: flex;
    align-items: center;
    padding: 1rem; }
    .sns_list_primary > * img {
      vertical-align: middle; }

.sns_list_secondary {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem; }
  .sns_list_secondary > * {
    padding: 0 0.5rem; }

.sns_ttl {
  font-size: 2rem;
  margin-bottom: 1rem; }

.tab_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem; }
  .tab_list > * {
    min-width: 1rem;
    min-height: 1rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: stretch; }
  .tab_list a {
    display: flex;
    width: 100%;
    background: #fff; }
    .tab_list a:after {
      content: "";
      background-image: url("/share/img/pc/common/icon_arrow.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain; }
    .tab_list a.is-current {
      background: #f2f2f5; }
  .tab_list.link_internal a {
    flex-direction: column;
    background: #fff;
    color: black;
    border: solid 0.2rem black;
    border-radius: 0.3rem;
    padding: 0.5rem;
    text-align: center; }
    .tab_list.link_internal a:after {
      margin: auto auto 0;
      width: 0.8rem;
      min-width: 0.8rem;
      height: 0.8rem;
      transform: rotate(90deg); }
  .tab_list.link_external a {
    flex-direction: row;
    align-items: stretch;
    color: black;
    border: solid 0.2rem black;
    border-radius: 0.3rem;
    padding: 0.5rem; }
    .tab_list.link_external a:after {
      align-self: center;
      margin-left: auto;
      width: 0.8rem;
      min-width: 0.8rem;
      height: 0.8rem; }
  .tab_list[class*=is-current] {
    background-color: #f2f2f5; }

.tbl_dummy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: solid 0.1rem #e1e1e1;
  border-bottom: none; }
  .tbl_dummy dt {
    width: 20%;
    background-color: #f2f2f5;
    border-bottom: solid 0.1rem #e1e1e1;
    border-right: solid 0.1rem #e1e1e1;
    padding: 2rem;
    text-align: center; }
  .tbl_dummy dd {
    width: 80%;
    border-bottom: solid 0.1rem #e1e1e1; }
    .tbl_dummy dd ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    .tbl_dummy dd li {
      width: 20%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
    .tbl_dummy dd a {
      padding: 2rem;
      display: flex;
      flex-flow: row;
      align-items: stretch;
      justify-content: space-between;
      text-align: center;
      flex-grow: 1; }
      .tbl_dummy dd a:after {
        align-self: center;
        content: "";
        width: 1rem;
        min-width: 1rem;
        height: 1rem;
        background: url("/share/img/pc/common/icon_arrow.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain; }

.tbl_ranking {
  border-collapse: collapse;
  border-left: solid 0.2rem #a0a0a0;
  border-right: solid 0.2rem #a0a0a0;
  border-top: solid 0.2rem #a0a0a0;
  width: 46rem; }
  .tbl_ranking th, .tbl_ranking td {
    padding: 1rem;
    border-bottom: solid 0.2rem #a0a0a0;
    vertical-align: middle; }
  .tbl_ranking thead th {
    background: #f2f2f5; }
  .tbl_ranking thead th:nth-child(3n+1) {
    text-align: center; }
  .tbl_ranking tbody td:nth-child(3n+1) {
    width: 25%;
    text-align: center; }
  .tbl_ranking tbody td:nth-child(3n+2) {
    width: 25%; }
  .tbl_ranking tbody td:nth-child(3n+3) {
    width: 50%; }
  .tbl_ranking .tbl_ranking_num {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 3rem;
    background-color: #f2f2f5; }
    .tbl_ranking .tbl_ranking_num.color_gold {
      background-color: #f1da3c; }
    .tbl_ranking .tbl_ranking_num.color_silver {
      background-color: #b3b1b1; }
    .tbl_ranking .tbl_ranking_num.color_bronze {
      background-color: #c67412; }
  .tbl_ranking .tbl_ranking_name {
    display: block; }
  .tbl_ranking .tbl_ranking_kana {
    display: block; }

.tag_list {
  position: relative;
  padding-left: 2.25rem; }
  .tag_list:before {
    position: absolute;
    display: block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url("/share/img/pc/common/icon_tag.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0.25rem; }
  .tag_list li {
    display: inline; }
  .tag_list a {
    font-size: 1.2rem; }

.keyword_list li {
  display: inline; }

.icon_tag {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  border: solid 0.1rem #e1e1e1;
  border-radius: .3rem;
  text-decoration: none; }

.ttl_primary_ver1 {
  border-left: solid 1rem #ebebed;
  padding: 1rem;
  font-size: 2.8rem; }

.ttl_primary_ver2 {
  background: #f2f2f5;
  padding: 1rem;
  font-size: 2.8rem;
  margin-bottom: 3rem; }

.ttl_primary_ver3 {
  font-size: 2.8rem;
  margin-bottom: 3rem; }

.ttl_secondary_ver1 {
  background: #f2f2f5;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  margin-bottom: 2rem; }

.ttl_secondary_ver2 {
  font-size: 2.4rem;
  border-bottom: solid 0.1rem #e1e1e1;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }

.ttl_secondary_ver3 {
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.ttl_thirdary_ver1 {
  font-size: 1.8rem;
  border-left: solid 1rem #e1e1e1;
  border-bottom: solid 0.1rem #e1e1e1;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem; }

.ttl_thirdary_ver2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem; }

.ttl_thirdary_ver3 {
  font-size: 1.8rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: solid 0.1rem #e1e1e1; }
  .ttl_thirdary_ver3[class*=ttl_type_] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .ttl_thirdary_ver3[class*=ttl_type_]:before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 0.5rem 0.5rem 0 0; }
  .ttl_thirdary_ver3.ttl_type_time:before {
    background-image: url("/share/img/pc/common/icon_time.svg"); }
  .ttl_thirdary_ver3.ttl_type_book:before {
    background-image: url("/share/img/pc/common/icon_book.svg"); }
  .ttl_thirdary_ver3.ttl_type_tag:before {
    background-image: url("/share/img/pc/common/icon_tag.svg"); }

.ttl_quaternary_ver1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem; }

.ttl_ninkatsu {
  background-image: url("/share/img/pc/top/icon_ninkatsu.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 3.5rem; }

.ttl_ninshin {
  background-image: url("/share/img/pc/top/icon_ninshin.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 3.5rem; }

.ttl_ikuji {
  background-image: url("/share/img/pc/top/icon_ikuji.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 3.5rem; }

.txt_link:after {
  display: inline-block;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: url("/share/img/pc/common/icon_arrow.png") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.7rem; }

.txt_link_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .txt_link_list a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem; }
    .txt_link_list a:after {
      content: "";
      width: 1rem;
      height: 1rem;
      background: url("/share/img/pc/common/icon_arrow.png") center center no-repeat;
      background-size: contain;
      margin-left: 1rem; }
