@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: newluxe-sp
Theme URI: 
Description: newluxe-sp
Author: 
Version: 1.0
---------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.carousel-cell-image {
  transition: opacity 0.4s;
  opacity: 0; }

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, .75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* ---- lazy load ---- */
.carousel-cell-image {
  transition: opacity 0.4s;
  opacity: 0; }

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1; }

/* CSS Document */
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "Yu Gothic", YuGothic, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #333333; }

@media (min-width: 48rem) {
  :root {
    font-size: calc(100% + ((1vw - .48rem) * 1.389));
    /* .48rem = viewportWidthMinimum /100 */
    /* 1.389rem = 100 * fontSizeDifference / viewportWidthDifference */ } }

.fs-xs {
  font-size: 6px;
  font-size: 0.6rem; }

.fs-s {
  font-size: 7px;
  font-size: 0.7rem; }

.fs-m {
  font-size: 8px;
  font-size: 0.8rem; }

.fs-l {
  font-size: 11px;
  font-size: 1.1rem; }

.fs-xl {
  font-size: 14px;
  font-size: 1.4rem; }

.fs-xxl {
  font-size: 15px;
  font-size: 1.5rem; }

.fs-xxxl {
  font-size: 16px;
  font-size: 1.6rem; }

p {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 200%; }

/* CSS Document */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

li {
  list-style: none; }

a:link,
a:hover,
a:active,
a:visited {
  color: #333333; }

* {
  color: #333333; }

.taC {
  text-align: center;
  margin: 0 auto;
  display: block; }

.taL {
  text-align: left !important; }

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

.marT2 {
  margin-top: 20px;
  margin-top: 2rem; }

.marT1 {
  margin-top: 10px;
  margin-top: 1rem; }

.marB2 {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.marB1 {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.clearfix:after {
  content: "";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1px; }

.clearfix {
  display: block; }

/*---Flexbox */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flexself_center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.flexself_left {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.flexself_right {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

#all {
  background: #fafaf5; }

a {
  text-decoration: none; }

#gHeader {
  height: 49px;
  border-bottom: 1px solid #b4ab9c;
  position: relative;
  background: #fafaf5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3); }
  #gHeader.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99; }
    #gHeader.fixed #gNav {
      top: 49px; }
  #gHeader h1 {
    width: 160px;
    left: 50%;
    margin: -14px 0 0 -75px;
    position: absolute;
    top: 50%; }
    #gHeader h1 img {
      width: 100%; }
  #gHeader a.spMenu {
    height: 46px;
    width: 46px;
    right: 0%;
    margin: -23px 0 0 0px;
    position: absolute;
    top: 50%; }
    #gHeader a.spMenu:before, #gHeader a.spMenu:after,
    #gHeader a.spMenu span {
      transition: all 0.2s ease-in;
      width: 21px;
      height: 2px;
      border-radius: 1px;
      content: "";
      background: #000;
      display: block;
      left: 12px;
      position: absolute; }
    #gHeader a.spMenu:before {
      top: 15px; }
    #gHeader a.spMenu span {
      top: 50%;
      margin-top: -1px; }
    #gHeader a.spMenu:after {
      bottom: 15px; }
    #gHeader a.spMenu.on span {
      opacity: 0; }
    #gHeader a.spMenu.on:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 50%; }
    #gHeader a.spMenu.on:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 50%; }

#gNav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 49px;
  width: 100%;
  height: calc(100vh - 49px);
  background: #fafaf5; }
  #gNav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid #e7d6c6; }
  #gNav li {
    min-height: 60px;
    width: 100%;
    background: #fafaf5;
    border-bottom: 1px solid #e7d6c6; }
  #gNav a {
    width: 100%;
    line-height: 60px;
    margin: 0px auto;
    padding-left: 25px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: block;
    background: none !important; }
    #gNav a.search {
      background: url(../img/ico_search_blk.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.latest {
      background: url(../img/ico_latest.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.business {
      background: url(../img/ico_business.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.culture {
      background: url(../img/ico_culture.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.economics {
      background: url(../img/ico_economics.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.lifestyle {
      background: url(../img/ico_lifestyle.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.society, #gNav a.lifestyle {
      background: url(../img/ico_society.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.politics {
      background: url(../img/ico_politics.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.technology {
      background: url(../img/ico_technology.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.travel {
      background: url(../img/ico_travel.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.world {
      background: url(../img/ico_world.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.rank {
      background: url(../img/ico_rank.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.recommends {
      background: url(../img/ico_recommends.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.pickup {
      background: url(../img/ico_pickup.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.sustainability {
      background: url(../img/ico_sustainability.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.series {
      background: url(../img/ico_series.png) left center no-repeat;
      background-size: 36px; }
    #gNav a.signpost {
      background: url(../img/ico_signpost.png) left center no-repeat;
      background-size: 30px;
      height: 60px;
      width: 183px;
      padding-left: 0px; }
      #gNav a.signpost img {
        position: relative;
        display: block;
        top: 21px;
        width: 100px;
        margin: 0px auto; }
    #gNav a.direction {
      background: url(../img/ico_direction.png) left center no-repeat;
      background-size: 30px;
      height: 60px;
      width: 183px;
      padding-left: 0px; }
      #gNav a.direction img {
        position: relative;
        display: block;
        top: 22px;
        width: 100px;
        margin: 0px auto; }
  #gNav .searchbox {
    padding: 15px 6.26% 15px;
    text-align: center; }
    #gNav .searchbox input {
      display: inline-block; }
    #gNav .searchbox input[type="text"] {
      background: none;
      border: none;
      border-bottom: 1px solid #000;
      font-size: 20px;
      color: #000;
      width: 80%; }
    #gNav .searchbox input[type="image"] {
      width: 30px; }
    #gNav .searchbox input:focus {
      outline: 0; }

.post-date,
.post-category {
  color: #464646; }

.post-category {
  min-height: 15px; }

.flickity-page-dots .dot {
  background: #1d1d1b;
  margin: 0 5px; }

.hero {
  padding-bottom: 30px; }
  .hero article {
    width: 100%;
    min-height: 400px; }
  .hero .post-detail {
    padding: 15px 6.26%;
    position: relative;
    height: 160px; }
    .hero .post-detail .post-date {
      position: absolute;
      right: 6.26%;
      top: 15px; }
    .hero .post-detail .post-title {
      font-size: 16px;
      font-weight: bold;
      line-height: 160%;
      height: 3.2em;
      overflow: hidden; }
  .hero .flickity-page-dots {
    position: relative;
    bottom: -10px; }
    .hero .flickity-page-dots .dot {
      background: #1d1d1b;
      margin: 0 5px; }

.posts {
  position: relative; }
  .posts .posts-category,
  .posts .trc_rbox_header {
    border-top: 1px solid #1d1d1b;
    height: 45px;
    line-height: 45px;
    margin: 0px 6.26% 0px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    padding-left: 40px; }
    .posts .posts-category.top,
    .posts .trc_rbox_header.top {
      background: url(../img/ico_top.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.search,
    .posts .trc_rbox_header.search {
      background: url(../img/ico_search_blk.png) left center no-repeat;
      background-size: 36px;
      font-size: 20px; }
    .posts .posts-category.latest,
    .posts .trc_rbox_header.latest {
      background: url(../img/ico_latest.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.business,
    .posts .trc_rbox_header.business {
      background: url(../img/ico_business.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.culture,
    .posts .trc_rbox_header.culture {
      background: url(../img/ico_culture.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.economics, .posts .posts-category.economy,
    .posts .trc_rbox_header.economics,
    .posts .trc_rbox_header.economy {
      background: url(../img/ico_economics.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.lifestyle, .posts .posts-category.society, .posts .posts-category.national,
    .posts .trc_rbox_header.lifestyle,
    .posts .trc_rbox_header.society,
    .posts .trc_rbox_header.national {
      background: url(../img/ico_society.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.politics,
    .posts .trc_rbox_header.politics {
      background: url(../img/ico_politics.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.technology,
    .posts .trc_rbox_header.technology {
      background: url(../img/ico_technology.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.travel,
    .posts .trc_rbox_header.travel {
      background: url(../img/ico_travel.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.world, .posts .posts-category.world-report,
    .posts .trc_rbox_header.world,
    .posts .trc_rbox_header.world-report {
      background: url(../img/ico_world.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.rank,
    .posts .trc_rbox_header.rank {
      background: url(../img/ico_rank.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.recommends,
    .posts .trc_rbox_header.recommends {
      background: url(../img/ico_recommends.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.pickup,
    .posts .trc_rbox_header.pickup {
      background: url(../img/ico_pickup.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.sustainability,
    .posts .trc_rbox_header.sustainability {
      background: url(../img/ico_sustainability.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.series,
    .posts .trc_rbox_header.series {
      background: url(../img/ico_series.png) left center no-repeat;
      background-size: 36px; }
    .posts .posts-category.tag,
    .posts .trc_rbox_header.tag {
      padding-left: 0px;
      font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "Yu Gothic", YuGothic, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif; }
  .posts .posts-more {
    position: absolute;
    padding-right: 37px;
    height: 45px;
    line-height: 45px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    top: 0px;
    right: 0px;
    background: url(../img/ico_more.png) right center no-repeat;
    background-size: 32px;
    display: block;
    width: 120px;
    font-size: 14px;
    text-align: right;
    right: 6.26%; }
    .posts .posts-more:hover, .posts .posts-more:active {
      opacity: 0.7;
      text-decoration: none; }

.post {
  background: #fff; }
  .post ul {
    margin-bottom: 10px; }
  .post .post-category,
  .post .post-date {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600; }
  .post .post-feature-img {
    text-align: center; }
    .post .post-feature-img img {
      max-width: 100%; }
  .post .author-name {
    font-size: 16px;
    font-weight: bold; }
  .post .author-description {
    font-size: 14px;
    line-height: 150%; }

.post-s .post-category, .hero .post-category, .posts-type1 .post-category {
  font-size: 15px; }

.post-s .post-title, .hero .post-title, .posts-type1 .post-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 150%;
  height: 3em;
  overflow: hidden;
  margin-bottom: 0px; }

.post-s .post-content, .hero .post-content, .posts-type1 .post-content {
  margin-bottom: 20px; }
  .post-s .post-content, .hero .post-content, .posts-type1 .post-content,
  .post-s .post-content p, .hero .post-content p, .posts-type1 .post-content p {
    font-size: 14px; }

.post-s .post-date, .hero .post-date, .posts-type1 .post-date {
  font-size: 15px; }

.posts-type1 .post {
  margin: 0 6.26% 6.26%;
  padding: 15px; }

.posts-type1 .post-detail {
  padding: 12px 9px;
  position: relative; }

.posts-type1 .post-date {
  position: absolute;
  right: 9px;
  top: 12px; }

.posts-type1 .search-result p {
  font-size: 14px; }

.posts-type1 .search-result a {
  text-decoration: underline; }

.posts-type-rank {
  margin-bottom: 6.26%; }
  .posts-type-rank .post {
    margin: 0 6.26%;
    position: relative; }
    .posts-type-rank .post + .post:before {
      width: calc(100% - 20px);
      height: 1px;
      content: "";
      position: absolute;
      top: 0px;
      left: 15px;
      background: #1d1d1b;
      display: block;
      z-index: 10; }
    .posts-type-rank .post a {
      position: relative;
      padding: 10px;
      display: block;
      height: 80px; }
    .posts-type-rank .post a:before {
      position: absolute;
      left: 15px;
      top: 24px;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      background: #000;
      font-family: 'Playfair Display', serif;
      font-style: normal;
      font-weight: 600;
      text-align: center;
      line-height: 24px;
      color: #fff;
      display: block;
      font-size: 22px;
      z-index: 5;
      content: ""; }
    .posts-type-rank .post:nth-of-type(1) a:before {
      content: "1"; }
    .posts-type-rank .post:nth-of-type(2) a:before {
      content: "2"; }
    .posts-type-rank .post:nth-of-type(3) a:before {
      content: "3"; }
    .posts-type-rank .post:nth-of-type(4) a:before {
      content: "4";
      background: #999; }
    .posts-type-rank .post:nth-of-type(5) a:before {
      content: "5";
      background: #999; }
    .posts-type-rank .post .post-feature-img {
      width: 98px;
      height: 60px;
      float: left;
      margin-left: 40px;
      position: relative;
      overflow: hidden; }
      .posts-type-rank .post .post-feature-img img {
        max-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .posts-type-rank .post .post-detail {
      width: calc(100% - 150px);
      float: right; }

.container.js-flickity {
  margin-bottom: 60px; }
  .container.js-flickity .flickity-page-dots {
    position: relative;
    bottom: 10px; }

.posts-type3 {
  margin-bottom: 6.26%; }
  .posts-type3.carousel-cell {
    width: 100%; }
  .posts-type3 .post {
    margin: 0 6.26%;
    position: relative; }
    .posts-type3 .post + .post:before {
      width: calc(100% - 20px);
      height: 1px;
      content: "";
      position: absolute;
      top: 0px;
      left: 10px;
      background: #1d1d1b;
      display: block;
      z-index: 1000; }
    .posts-type3 .post a {
      position: relative;
      padding: 10px;
      display: block;
      height: 80px; }
    .posts-type3 .post .post-feature-img {
      width: 98px;
      height: 60px;
      float: left;
      margin-left: 0px;
      position: relative; }
      .posts-type3 .post .post-feature-img img {
        max-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .posts-type3 .post .post-detail {
      width: calc(100% - 110px);
      float: right; }
    .posts-type3 .post h2 {
      line-height: 140%;
      margin-bottom: 3px; }

#gFooter {
  background: #332f2c;
  padding: 30px 6.26% 250px;
  zoom: 1; }
  #gFooter:before, #gFooter:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "."; }
  #gFooter:after {
    clear: both; }
  #gFooter *,
  #gFooter a:link,
  #gFooter a:hover,
  #gFooter a:active,
  #gFooter a:hover {
    color: #999999; }
  #gFooter li,
  #gFooter h3 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 9px; }
  #gFooter .left-container {
    width: 47%;
    float: left; }
  #gFooter .right-container {
    width: 47%;
    float: right; }
  #gFooter .box {
    border-top: 1px solid #999999;
    padding: 10px; }
  #gFooter .box1 li {
    font-size: 15px; }
  #gFooter .box2 h3 {
    font-size: 15px; }
  #gFooter .box2 li {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 40px; }
    #gFooter .box2 li img {
      width: 100%; }
  #gFooter .box3 li {
    font-size: 12px; }
  #gFooter .box3 h3 img,
  #gFooter .box5 h3 img {
    width: 80px;
    margin-bottom: 3px; }
  #gFooter .box3 p,
  #gFooter .box5 p {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 10px; }
  #gFooter .box4 {
    border: none; }
    #gFooter .box4 li {
      font-size: 12px;
      line-height: 140%; }
  #gFooter .box5 {
    border-top: 1px solid #999999;
    margin: 0 -10px; }
  #gFooter .row {
    clear: both;
    padding: 20px 0px 10px; }
    #gFooter .row p.copy {
      font-size: 12px;
      font-family: 'Playfair Display', serif;
      font-style: normal;
      font-weight: 600; }

.page404 {
  display: block;
  width: 100%;
  padding: 40px 0px; }
  .page404 h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px; }
  .page404 p {
    font-size: 14px; }
  .page404 a {
    text-decoration: underline; }

.breadcrumblist {
  padding-bottom: 10px;
  margin: 0px 6.26% 6.26%; }
  .breadcrumblist li {
    line-height: 150%;
    font-size: 12px;
    display: inline-block; }
    .breadcrumblist li:after {
      content: ">";
      padding: 0px 10px; }
    .breadcrumblist li:last-child:after {
      display: none; }
  .breadcrumblist a {
    color: #333; }

.pager {
  text-align: center;
  margin: 0 6.26% 6.26%; }
  .pager a {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    text-align: center;
    color: #fff !important;
    background: #000;
    margin: 0px 5px 10px;
    line-height: 35px;
    font-size: 15px;
    border: 1px solid #000; }
    .pager a:hover {
      color: #000 !important;
      background: none;
      text-decoration: none;
      line-height: 35px;
      text-align: center;
      border: 1px solid #000; }
  .pager span {
    display: inline-block;
    min-width: 35px;
    font-size: 15px;
    height: 35px;
    margin: 0px 5px 10px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #000; }
  .pager .dots {
    border: none;
    margin: 0px; }

#main .single-post {
  margin-right: 0px;
  padding-bottom: 40px; }
  #main .single-post header {
    padding: 25px 6.26%; }
    #main .single-post header .post-category,
    #main .single-post header .post-date {
      font-size: 16px;
      margin-bottom: 13px; }
    #main .single-post header .post-title {
      font-size: 20px;
      height: auto;
      margin-bottom: 13px;
      line-height: 150%; }
    #main .single-post header .post-date {
      font-size: 14px;
      margin-bottom: 13px;
      display: block; }
    #main .single-post header .social ul {
      margin-bottom: 0px; }
    #main .single-post header .social li {
      display: inline-block;
      font-size: 10px;
      margin: 0 6px 6px 0px; }
      #main .single-post header .social li * {
        color: #fff; }
  #main .single-post .post-feature-img,
  #main .single-post .wp-caption {
    margin: 0px 0px 10px;
    margin: 0px 0px 1rem;
    position: static;
    max-width: 100% !important; }
    #main .single-post .post-feature-img img,
    #main .single-post .wp-caption img {
      max-width: 100% !important;
      width: 100% !important; }
  #main .single-post .post-content {}
    #main .single-post .post-content h2 {
      margin: 0px 6.26% 10px;
      margin: 0px 6.26% 1rem;
      font-size: 16px;
      line-height: 180%;
      font-weight: bold; }
    #main .single-post .post-content p {
      margin: 0px 6.26% 1rem;
      font-size: 18px;
      line-height: 180%; }
      #main .single-post .post-content p a {
        text-decoration: underline; }
    #main .single-post .post-content small {
      font-size: 12px; }
    #main .single-post .post-content center div,
    #main .single-post .post-content p.wp-caption-text {
      text-align: center;
      padding: 5px;
      padding: 0.5rem;
      font-size: 12px; }
    #main .single-post .post-content img {
      max-width: 100%;
      height: auto; }
    #main .single-post .post-content blockquote,
    #main .single-post .post-content q {
      quotes: none;
      background: #eee;
      padding: 45px 15px 15px;
      padding: 4.5rem 1.5rem 1.5rem;
      margin: 0px 6.26% 10px;
      margin: 0px 6.26% 1rem;
      position: relative; }
      #main .single-post .post-content blockquote:before,
      #main .single-post .post-content q:before {
        content: "”";
        font-size: 70px;
        font-family: 'Playfair Display', serif;
        font-style: normal;
        font-weight: 600;
        position: absolute;
        top: 10px;
        top: 1rem;
        left: 20px;
        left: 2rem; }
    #main .single-post .post-content .taC {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    #main .single-post .post-content .youtube {
      margin: 0px 0px 10px;
      margin: 0px 0px 1rem;
      position: relative;
      padding-bottom: 56.25%;
      /*アスペクト比 16:9の場合の縦幅*/
      height: 0;
      overflow: hidden; }
      #main .single-post .post-content .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    #main .single-post .post-content ul {
      margin: 0px 6.26% 10px;
      margin: 0px 6.26% 1rem;
      font-size: 16px;
      line-height: 180%; }
    #main .single-post .post-content ul li {
      list-style: disc;
      margin-left: 6%; }
    #main .single-post .post-content ol li {
      list-style: decimal;
      margin-left: 6%; }
    #main .single-post .post-content .nextPageTitle a {
      display: block;
      background: #ccc;
      margin: 20px 6.26% 20px;
      padding: 14px;
      text-align: center;
      font-size: 14px;
      line-height: 150%; }
      #main .single-post .post-content .nextPageTitle a:hover, #main .single-post .post-content .nextPageTitle a:active {
        opacity: 0.7;
        text-decoration: none; }
    #main .single-post .post-content .link_page_navi {
      text-align: center; }
      #main .single-post .post-content .link_page_navi li {
        line-height: 200%;
        display: inline-block;
        padding: 9px 16px;
        background: #ccc;
        color: #fff;
        margin: 0px 5px; }
      #main .single-post .post-content .link_page_navi a {
        display: block;
        background: #fff;
        border: 1px solid #ccc;
        margin: -9px -16px;
        padding: 8px 15px;
        text-align: center;
        font-size: 16px; }
        #main .single-post .post-content .link_page_navi a:hover, #main .single-post .post-content .link_page_navi a:active {
          border: 1px solid #ddd;
          color: #666;
          text-decoration: none; }
  #main .single-post .post-tag {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    margin: -7px 6.26% 10px;
    margin: -0.7rem 6.26% 1rem;
    font-size: 12px;
    line-height: 180%;
    font-weight: normal; }
    #main .single-post .post-tag dt,
    #main .single-post .post-tag dd {
      display: inline;
      padding-right: 4px; }
    #main .single-post .post-tag a:hover {
      text-decoration: underline; }
  #main .single-post .post-auther {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    margin: 0px 6.26%;
    padding-bottom: 6.26%;
    font-size: 12px;
    line-height: 180%;
    font-weight: normal; }
    #main .single-post .post-auther a {
      text-decoration: underline; }
  #main .single-post .reference-link {
    margin: 0px 6.26%; }
    #main .single-post .reference-link h3 {
      font-size: 14px;
      margin-bottom: 5px; }
    #main .single-post .reference-link li {
      font-size: 12px;
      list-style-type: disc;
      line-height: 150%;
      margin-left: 20px;
      margin-left: 2rem; }
  #main .single-post .post > .social {
    margin: 0px 6.26%;
    padding-bottom: 6.26%; }
    #main .single-post .post > .social li {
      display: inline-block;
      margin: 0 6px 6px 0px; }

.organic-thumbnails-a-st-sp .videoCube,
.thumbnails-a-st-sp .videoCube {
  border: none !important; }

@media screen and (min-width: 0px) {
  .trc_elastic_trc_93790 div.videoCube:nth-of-type(-n+4) {
    display: block;
    visibility: visible; } }

@media screen and (min-width: 0px) {
  .trc_elastic_trc_93790 .trc_rbox_outer .videoCube {
    margin-bottom: auto !important; } }

.thumbnails-a-st-sp .trc_rbox_outer .videoCube {
  margin-bottom: auto !important; }

.thumbnails-a-st-sp .videoCube.syndicatedItem {
  background-color: inherit !important;
  border-color: none !important;
  border-radius: 0px;
  border-width: none !important;
  border-style: none !important; }

@media screen and (min-width: 0px) {
  .trc_elastic_trc_93790 .videoCube {
    width: auto !important;
    position: relative;
    float: left;
    margin: auto !important;
    margin-left: auto !important; } }

.thumbnails-a-st-sp .syndicatedItem {
  background-color: inherit !important; }

.thumbnails-a-st-sp .videoCube {
  width: inherit !important;
  background-color: inherit !important;
  border-width: auto !important;
  border-color: inherit !important;
  padding: inherit !important;
  height: auto;
  margin-left: inherit !important;
  margin-top: inherit !important;
  border-radius: inherit !important;
  -moz-border-radius: inherit !important;
  -webkit-border-radius: inherit !important;
  border-style: inherit !important; }

.trc_elastic .videoCube {
  overflow: hidden; }

@media screen and (min-width: 0px) {
  .trc_elastic_trc_19799 .videoCube {
    float: none !important; } }

.thumbnails-a-st-sp .videoCube.syndicatedItem {
  background-color: #fff !important;
  border: none !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

@media screen and (min-width: 0px) {
  .trc_elastic_trc_93136 .videoCube {
    float: none !important; } }

@media screen and (min-width: 0px) {
  .trc_elastic_trc_11593 .videoCube {
    width: inherit !important;
    position: relative;
    float: none;
    margin: inherit !important;
    margin-left: inherit !important; }
  .trc_elastic_trc_7639 .videoCube {
    width: inherit !important;
    position: relative;
    float: left;
    margin: inherit !important;
    margin-left: inherit !important; } }

.thumbnails-a-st-sp .videoCube.thumbnail_start .thumbBlock_holder,
.organic-thumbnails-a-st-sp .videoCube.thumbnail_start .thumbBlock_holder {
  width: 100% !important; }

.trc_rbox_header_span {
  padding-left: 40px;
  background: url(/wp-content/themes/newsphere-sp-2017/img/ico_recommends.png) left center no-repeat;
  background-size: 36px; }

.thumbnails-a-st-sp .trc_rbox_header {
  padding: 0px !important; }

.trc-widget-footer {
  margin: 5px 6.26% 0px !important; }

div#ez-toc-container {
  display: block;
  width: auto !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1rem 0;
  margin: 0px 6.26% 1rem;
}
div#ez-toc-container .ez-toc-title-container {
  margin-bottom: 10px;
}
#main .single-post .post-content div#ez-toc-container ul.ez-toc-list,
#main .single-post .post-content div#ez-toc-container ul.ez-toc-list li {
  margin-left: 0;
}
#main .single-post .post-content div#ez-toc-container ul.ez-toc-list {
  margin: 0;  
}
#main .single-post .post-content div#ez-toc-container ul.ez-toc-list ul {
  margin-left: 1rem;
  margin-right: 0;
}
div#ez-toc-container ul.ez-toc-list a {
  color: #0a5596 !important;
}
#main .single-post .post-content h2 {
  position: relative;
  margin: 0 0 1rem;
  padding: 10px 6.26%;
  color: #FFF;
  background: #666;
}
#main .single-post .post-content h2 span {
  color: #FFF;
}
#main .single-post .post-content h2:before,
#main .single-post .post-content h2:after {
  content:'';
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
}
#main .single-post .post-content h2:before {
  top: -2px;
}
#main .single-post .post-content h2:after {
  bottom: -2px;
}
#main .single-post .post-content h3 {
  margin: 0px 6.26% 1rem;
  font-size: 16px;
  line-height: 180%;
  font-weight: bold;
}
#main .single-post .recommend-company {
  margin: 0px 6.26% 1rem;
}
#main .single-post .recommend-company strong {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 16px;
  line-height: 180%;
  font-weight: bold;
  color: #FFF;
  background: #666;
}
#main .single-post .recommend-company strong:before,
#main .single-post .recommend-company strong:after {
  content:'';
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
}
#main .single-post .recommend-company strong:before {
  top: -2px;
}
#main .single-post .recommend-company strong:after {
  bottom: -2px;
}
#main .single-post .recommend-company ul {
  margin: 0;
}
#main .single-post .recommend-company ul li {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  padding: 10px;
  list-style: none;
  background: #efefef;
}
#main .single-post .recommend-company ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#main .single-post .recommend-company ul li a br {
  display: none;
}
#main .single-post .recommend-company ul strong {
  padding: 10px 0;
  padding-bottom: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  background: none;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#main .single-post .recommend-company ul strong:before,
#main .single-post .recommend-company ul strong:after {
  display: none;
}
#main .single-post .recommend-company ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
#main .single-post .recommend-company ul li p.money-description {
  height: 100px;
  padding-top: 10px;
}
#main .single-post .recommend-company ul li p.see-more {
  display: block;
  padding: 5px;
  text-align: center;
  color: #FFF;
  background: #000;
}
#main .single-post .recommend-company ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.posts-type-money {
  margin-bottom: 6.26%; }
  .posts-type-money .post {
    margin: 0 6.26%;
    position: relative; }
    .posts-type-money .post + .post:before {
      width: calc(100% - 20px);
      height: 1px;
      content: "";
      position: absolute;
      top: 0px;
      left: 10px;
      background: #1d1d1b;
      display: block;
      z-index: 10; }
    .posts-type-money .post a {
      position: relative;
      padding: 10px;
      display: block;
      height: 80px; }
    .posts-type-money .post .post-feature-img {
      width: 98px;
      height: 60px;
      float: left;
      position: relative;
      overflow: hidden; }
      .posts-type-money .post .post-feature-img img {
        max-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .posts-type-money .post .post-detail {
      width: calc(100% - 110px);
      float: right;
      font-size: 12px;
      line-height: 120%;
      height: 4.6em;
      overflow: hidden;
    }


.table-responsive {
  width: auto !important;
  margin: 0px 6.26% 1rem;
  font-size: 16px;
  white-space: nowrap;
}

.money-related-article {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  margin: 0px 6.26% 1rem;
  padding: 10px 0;
  overflow: auto;
}

.money-related-article-image {
  float: left;
  margin-right: 5px;
}

.money-related-article-label {
  color: #fff;
  background-color: #000;
  font-size: 12px;
  padding: 1px 5px;
}

.money-related-article-title {
  display: block;
  margin: 10px 0 0 0!important;
  font-size: 14px;
  line-height: 150%;
}

.money-pick-up {
  background-color: #fff;
  padding: 13px;
  position: relative;
  height: 107px;
  margin: 0px 6.26% 1rem;
}

.money-pick-up-image {
  float: left;
}

.money-pick-up-detail {
  position: absolute;
  width: 180px;
  right: 13px;
  top: 13px;
  bottom: 10px;
}

.money-pick-up-detail-label {
  font-size: 11px;
  vertical-align: top;
}

.money-pick-up-detail-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 120%;
}

.kaitou-ha-kochira {
  font-size: 22px;
  text-align: center;
  margin: 20px 6.26% 0;
}

.tsugi-no-mondai {
  font-size: 12px;
  text-align: center;
  margin: 20px 6.26% 0;
}

.quiz-readmore {
  display: none;
  margin: 0px 6.26% 1rem;
}

.quiz-readmore-maru, .quiz-readmore-batsu {
  font-size: 30px;
  color: #ff0000;
  line-height: 150%;
}

#quiz-readmore-kaisetsu {
  font-size: 16px;
  line-height: 180%;
}

.quiz-answer {
  margin: 40px 6.26%!important;
}

.quiz-answer li {
  margin: 0 0 10px!important;
  list-style: none!important;
}

.quiz-answer li:last-child {
  margin-bottom: 0!important;
}

.quiz-answer-button {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: #fff5db;
  font-size: 26px;
}

.quiz-answer-button:hover {
  text-decoration: none;
  background-color: #f8a900;
}

.quiz-result-title {
  font-size: 30px;
  color: #ff0000;
  margin: 40px 6.26% 1rem;
}

#result {
  font-size: 30px;
  margin: 80px 6.26%;
  line-height: 150%;
}

.newwellness-mb-ad {
  padding: 15px 0;
  position: sticky;
  top: 0;
}

.adcontainer-fix {
  height: 500px;
  background-color: rgba(220, 220, 220, 0.7);
  margin-bottom: 30px;
}

.readmore {
  color: #fff;
  background-color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 15px;
}
/*# sourceMappingURL=maps/style-sp.css.map */
