@charset "UTF-8";
/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## grid
--------------------------------------------------------------*/
[class*="block-grid-"] {
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: -10px 0 0; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 10px 5px 10px;
  box-sizing: border-box; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
    margin-bottom: 5px; }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
.artcat__cat, .artcat__new {
  display: block;
  height: 15px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 9px; }

.art__img {
  display: block;
  position: relative;
  margin-bottom: 15px; }

.art__img img {
  width: 100%;
  height: auto; }

.artcat__cat {
  background-color: #262626;
  display: inline-block;
  padding: 0 5px;
  top: 0; }

.artcat__new {
  top: 15px;
  width: 50px;
  background-color: #ec0000; }

.news__cat {
  background-color: #262626; }

@media (min-width: 640px) {
  .artcat__cat, .artcat__new {
    font-size: 12px;
    height: 18px;
    line-height: 17px;
    padding: 2px 10px 0; }
  .artcat__cat {
    background-color: #333333; }
  .artcat__new {
    top: 20px;
    font-size: 11px;
    padding-right: 0;
    padding-left: 0; } }

.art__subtitle {
  color: #999999;
  display: block;
  font-size: 90%; }

.art__content {
  margin-top: 0px;
  position: relative; }
  .art__content p {
    margin-bottom: 5px; }
  .art__content a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    font-weight: bold; }
    .art__content a:hover {
      text-decoration: underline; }
  .art__content .art__footer {
    height: 35px; }

.second_box .art__img {
  margin-bottom: 10px; }

.second_box .art__content {
  padding-top: 1.8em; }

.art__date {
  position: absolute;
  top: 0px;
  color: #999999;
  font-style: italic; }

.art__share {
  position: absolute;
  right: 8px; }
  .art__share .social__button {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: relative; }
  .art__share .icon__social {
    background-size: 100% 100%; }
  .art__share .social--fb .icon__social {
    width: 7px;
    height: 14px; }
  .art__share .social--tw .icon__social {
    width: 14px;
    height: 11px; }
  .art__share .social--b .icon__social {
    width: 14px;
    height: 12px; }

.social__count, .social__counter {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #cbcbcb;
  background-clip: padding-box;
  font-size: 8px;
  color: #999999;
  text-align: center;
  line-height: 16px;
  top: -8px;
  right: -8px; }

@media (min-width: 640px) {
  .list--articlesmall .art__imgcat {
    min-width: 70px; }
  .list--articlesmall .art__content {
    margin-top: 0; }
    .list--articlesmall .art__content p {
      margin-top: 0; }
    .list--articlesmall .art__content a {
      font-size: 12px; }
  .list--articlesmall .art__footer {
    margin: 5px 0 2px;
    font-size: 11px; } }

@media only screen and (max-width: 640px) {
  .art__date {
    position: relative;
    margin-top: 3px; }
  .art__subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px; }
  .art__content {
    width: 57%;
    margin-top: -3px; }
    .art__content .art__footer {
      height: 0px;
      margin-bottom: 0px; }
  .list--articles .art__img {
    margin-bottom: 0; }
  .list--articles .art__content {
    padding-top: 0; } }

/*--------------------------------------------------------------
## Breadcrumbs and Content Meta
--------------------------------------------------------------*/
.breadcrumbs {
  background-color: #ddd;
  font-size: 11px;
  height: 30px;
  padding-left: 20px;
  padding-right: 10px;
  box-sizing: border-box; }
  .breadcrumbs:before {
    content: " ";
    display: table; }
  .breadcrumbs:after {
    content: " ";
    display: table;
    clear: both; }
  .breadcrumbs a, .breadcrumbs .current-item, .breadcrumbs .written-by {
    line-height: 31px;
    padding-right: 5px;
    padding-left: 3px; }
  .breadcrumbs a {
    float: left;
    color: #bb000e; }
    .breadcrumbs a:after {
      height: 22px;
      width: 22px;
      float: right;
      position: relative;
      right: 5px;
      top: 4px;
      content: "";
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      padding-left: 5px;
      box-sizing: border-box; }
    .breadcrumbs a:first-child {
      padding-left: 0; }
  .breadcrumbs .current-item {
    color: #262626;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
    padding-left: 5px; }
  .breadcrumbs .written-by {
    float: left; }

@media (max-width: 600px) {
  .breadcrumbs {
    font-size: 9px;
    height: 20px;
    margin-left: -2.5%;
    margin-right: -2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%; }
    .breadcrumbs a, .breadcrumbs .current-item, .breadcrumbs .written-by {
      line-height: 21px;
      padding-right: 0;
      padding-left: 10px; }
    .breadcrumbs a:after {
      height: 16px;
      width: 16px;
      top: 2px;
      right: 0; }
    .breadcrumbs .current-item {
      width: 70px; }
    .breadcrumbs .written-by {
      margin-right: 7px; } }

.news__detail {
  background: #f2f2f2;
  padding: 20px 20px 20px;
  margin-bottom: 20px;
  box-sizing: border-box; }
  .news__detail .news__cat {
    float: left;
    margin-right: 13px;
    float: left;
    color: #fff;
    padding: 4px 14px;
    line-height: 1.4;
    vertical-align: middle; }
  .news__detail .news__cat.news__ctr {
    background-color: #b2b2b2; }
  .news__detail .news__date_link {
    color: #999999; }
  .news__detail .news__author {
    margin-top: 5px; }
    .news__detail .news__author a {
      color: #333333;
      font-style: italic;
      margin-right: 20px; }
  .news__detail .news__date {
    color: #999999;
    font-style: italic;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 20px; }
  .news__detail .news_detail_banner {
    float: right;
    margin-top: -10px;
    margin-right: -10px; }
    .news__detail .news_detail_banner img {
      max-width: 90px;
      height: auto; }
  .news__detail .news_detail_pr_2 {
    display: none; }
  @media (max-width: 600px) {
    .news__detail {
      margin-left: -2.5%;
      margin-right: -2.5%;
      padding-top: 8px;
      padding-left: 2.5%;
      padding-right: 2.5%;
      padding-bottom: 5px;
      text-align: left; }
      .news__detail .news__cat {
        padding: 2px 5px;
        margin-right: 0;
        margin-bottom: 5px; }
      .news__detail .news__date {
        margin-left: 10px;
        margin-right: 0;
        font-size: 10px; }
      .news__detail .news_detail_pr_1 {
        display: none; }
      .news__detail .news_detail_pr_2 {
        display: block;
        clear: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 5px;
        margin-top: 3px;
        margin-left: -10px; }
      .news__detail .news__author {
        float: left;
        font-size: 9px;
        margin-top: 0;
        margin-left: 5px; }
        .news__detail .news__author .author-name {
          cursor: pointer;
          display: block;
          margin-right: 0;
          margin-top: -3px; }
          .news__detail .news__author .author-name:hover {
            text-decoration: none; }
        .news__detail .news__author .author-post-count {
          clear: left;
          margin-right: 0; }
      .news__detail .mobile-br {
        display: inline; }
      .news__detail .news_detail_banner {
        margin-top: 0;
        margin-right: 0; } }

.author__popup__wrap {
  text-align: center;
  position: absolute;
  padding-top: 15px;
  padding-left: 50px; }
  .author__popup__wrap .author__popup {
    text-align: left;
    float: left;
    position: relative;
    display: inline-block;
    padding: 30px;
    width: 450px;
    height: auto;
    background: #fff;
    border: 1px solid #666;
    z-index: 1;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); }
    .author__popup__wrap .author__popup:before {
      content: "";
      position: absolute;
      top: -15px;
      left: 50%;
      margin-left: -8px;
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 8px 15px 8px;
      border-color: transparent transparent #fff transparent;
      z-index: 1; }
    .author__popup__wrap .author__popup:after {
      content: "";
      position: absolute;
      top: -16px;
      left: 50%;
      margin-left: -9px;
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 9px 16px 9px;
      border-color: transparent transparent #19283C transparent;
      z-index: 0; }
    .author__popup__wrap .author__popup .author__popup__img {
      float: left; }
      .author__popup__wrap .author__popup .author__popup__img img {
        width: 120px;
        height: auto;
        margin-right: 20px;
        margin-bottom: 10px; }
    .author__popup__wrap .author__popup .author__popup__header .author__popup__name {
      font-weight: bold;
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 0; }
    .author__popup__wrap .author__popup .author__popup__header .author__popup__jobtitle {
      font-size: 14px;
      color: #999999;
      margin-top: 0;
      margin-bottom: 0; }
    .author__popup__wrap .author__popup .author__popup_description p {
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 0; }

.news__social {
  text-align: right;
  margin-top: 10px; }
  @media (max-width: 600px) {
    .news__social {
      text-align: center;
      margin-bottom: 20px; } }

.news__social .social__button {
  margin-right: 13px; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.news__title, .news__content {
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 600px) {
    .news__title, .news__content {
      padding-left: 0;
      padding-right: 0; } }

.news__title {
  letter-spacing: 0.06em;
  margin-bottom: 20px; }
  .news__title h1 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.3; }
    @media (max-width: 600px) {
      .news__title h1 {
        font-size: 22px;
        font-weight: bold; } }
  .news__title .subtitle {
    color: #999999;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px; }

.news__content {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.06em;
  margin-bottom: 50px; }
  .news__content > * {
    max-width: 100% !important; }
  @media (max-width: 600px) {
    .news__content {
      letter-spacing: 0.06em;
      text-align: justify; } }
  .news__content figure {
    margin: 0; }
  .news__content .wp-caption {
    margin-bottom: 20px;
    max-width: 100%; }
  .news__content .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .news__content .wp-caption-text {
    text-align: center;
    color: #999999;
    font-size: 12px;
    padding-top: 5px; }
  .news__content .wp-caption .wp-caption-text {
    margin: 0 0 0.8075em; }
  .news__content .left {
    margin-right: 25px;
    margin-bottom: 25px; }
  .news__content .right {
    margin-left: 25px;
    margin-bottom: 25px; }
  .news__content img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto; }
  .news__content p {
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .news__content p {
        margin-bottom: 43px; } }
  .news__content h1, .news__content h2, .news__content h3, .news__content h4, .news__content h5, .news__content h6 {
    color: #262626;
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 0.5em; }
    @media (max-width: 600px) {
      .news__content h1, .news__content h2, .news__content h3, .news__content h4, .news__content h5, .news__content h6 {
        letter-spacing: 0.06em;
        font-weight: bold; } }
  .news__content h2 {
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 10px; }
    @media (max-width: 600px) {
      .news__content h2 {
        font-size: 22px; } }
  .news__content h4.recommended {
    font-weight: bold; }
  .news__content blockquote:not([class="twitter-tweet"]) {
    font-style: italic;
    width: 85%; }
  .news__content .table-wrapper {
    overflow: auto;
    white-space: nowrap; }
    .news__content .table-wrapper::-webkit-scrollbar {
      height: 5px; }
    .news__content .table-wrapper::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .news__content .table-wrapper::-webkit-scrollbar-thumb {
      background: #BCBCBC; }
  .news__content table {
    border: 1px solid #262626;
    text-align: center; }
    .news__content table a {
      color: #333333; }
    .news__content table th, .news__content table td {
      border: 1px solid #262626;
      padding: 7px; }
    .news__content table th {
      background-color: #262626;
      font-weight: normal;
      color: #fff; }
    .news__content table td {
      text-align: center; }
    .news__content table tr:nth-child(2n) td {
      background-color: #efefef; }
    .news__content table tr td:first-child {
      background-color: #ddd; }
  .news__content .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em; }
  .news__content .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em; }
  .news__content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .news__content .nextpage-link-text {
    display: block;
    text-align: left;
    width: 100%;
    margin: 40px 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 18px;
    background-color: #e6e6fa;
    color: #0a22fa;
    border-radius: 3px;
    letter-spacing: 0.06em;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .news__content .nextpage-link-text {
        line-height: 1.6em;
        font-weight: bold; } }
    .news__content .nextpage-link-text:hover {
      background-color: #c3c3f6;
      text-decoration: none; }
    .news__content .nextpage-link-text .next-page {
      margin-right: 15px; }
    .news__content .nextpage-link-text .next-page-text-wrap {
      display: block;
      overflow: hidden; }
      @media (max-width: 600px) {
        .news__content .nextpage-link-text .next-page-text-wrap {
          overflow: inherit; } }
    .news__content .nextpage-link-text .next-page-arrow {
      float: left;
      display: block;
      height: 25px;
      width: 25px;
      border-radius: 50%;
      background-color: #fff;
      position: relative;
      margin-right: 15px; }
      .news__content .nextpage-link-text .next-page-arrow i {
        display: inline-block;
        width: 0;
        height: 0;
        position: relative;
        top: -1px;
        left: 9px;
        border-left: 10px solid #0a22fa;
        border-top: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent; }
      @media (max-width: 600px) {
        .news__content .nextpage-link-text .next-page-arrow {
          left: 0;
          top: 3px;
          height: 20px;
          width: 20px;
          margin-right: 5px; }
          .news__content .nextpage-link-text .next-page-arrow i {
            top: -5px;
            left: 8px;
            border-left: 6px solid #0a22fa;
            border-top: 5px solid transparent;
            border-right: 3px solid transparent;
            border-bottom: 5px solid transparent; } }
  .news__content .newsfoot__social {
    text-align: center; }
    .news__content .newsfoot__social .social-wrapper {
      margin: 0 auto;
      width: 75%; }
      @media (max-width: 780px) {
        .news__content .newsfoot__social .social-wrapper {
          width: 100%; } }
    .news__content .newsfoot__social a {
      width: 32%;
      margin-right: 0.5%;
      margin-left: 0.5%;
      height: 60px;
      box-sizing: border-box;
      border-radius: 3px;
      display: block;
      float: left;
      max-width: 184px;
      padding-top: 5px; }
      .news__content .newsfoot__social a:hover {
        text-decoration: none; }
      .news__content .newsfoot__social a.social--fb .icon__social, .news__content .newsfoot__social a.social--tw .icon__social, .news__content .newsfoot__social a.social--b .icon__social, .news__content .newsfoot__social a.social--line .icon__social {
        background-size: 28px,28px;
        width: 28px;
        height: 28px; }
      .news__content .newsfoot__social a.social--fb .icon__social {
        background-image: url(../img/f-share-icon-fb.png); }
      .news__content .newsfoot__social a.social--tw .icon__social {
        background-image: url(../img/f-share-icon-tw.png); }
      .news__content .newsfoot__social a.social--b .icon__social {
        background-image: url(../img/f-share-icon-b.png); }
      .news__content .newsfoot__social a.social--line .icon__social {
        background-image: url(../img/f-share-icon-line.png); }
      .news__content .newsfoot__social a.social--line {
        display: none; }
      .news__content .newsfoot__social a .social__button-text {
        display: block;
        color: #fff;
        font-size: 13px;
        line-height: 1.3;
        font-weight: bold; }
    @media (max-width: 780px) {
      .news__content .newsfoot__social a {
        width: 24%;
        height: 50px;
        border-radius: 2px;
        padding-top: 2px; }
        .news__content .newsfoot__social a.social--line {
          display: block; }
        .news__content .newsfoot__social a.social--fb .icon__social, .news__content .newsfoot__social a.social--tw .icon__social, .news__content .newsfoot__social a.social--b .icon__social, .news__content .newsfoot__social a.social--line .icon__social {
          background-size: 20px,20px;
          width: 20px;
          height: 20px; }
        .news__content .newsfoot__social a .social__button-text {
          font-size: 10px;
          line-height: 1; } }
  .news__content .fb-like-box {
    margin-top: 20px;
    background-color: #262626;
    /*
		@media ( min-width: 450px) {
			.fb_iframe_widget_fluid {
				display: inline-block;
				transform: scale( 1.3 );
			}
		}
*/ }
    .news__content .fb-like-box .fb_iframe_widget_lift {
      max-width: none !important; }
    .news__content .fb-like-box .fb-like-box-img-wrapper {
      display: table-cell;
      vertical-align: middle;
      width: 60%;
      float: left;
      max-height: 250px;
      overflow: hidden;
      margin-bottom: 0;
      margin-right: 10px; }
      .news__content .fb-like-box .fb-like-box-img-wrapper img {
        width: 100%; }
    .news__content .fb-like-box .fb-like-box-elements {
      text-align: center;
      padding-top: 15px; }
      .news__content .fb-like-box .fb-like-box-elements .fb-like-box-description {
        color: #fff;
        font-size: 16px;
        padding-right: 10px;
        margin-top: 30px; }
      .news__content .fb-like-box .fb-like-box-elements .fb-like-box-button {
        margin: 30px 0 0; }
        .news__content .fb-like-box .fb-like-box-elements .fb-like-box-button .fb-like {
          background-color: #fff;
          border-radius: 7px; }
          .news__content .fb-like-box .fb-like-box-elements .fb-like-box-button .fb-like iframe {
            background-color: #fff;
            border-radius: 7px; }
    @media (max-width: 1105px) {
      .news__content .fb-like-box img {
        margin-bottom: 0; }
      .news__content .fb-like-box .fb-like-box-elements {
        padding-top: 5px; }
        .news__content .fb-like-box .fb-like-box-elements .fb-like-box-description {
          font-size: 14px;
          margin-top: 30px; }
        .news__content .fb-like-box .fb-like-box-elements .fb-like-box-button {
          margin: 30px 0 0; } }
    @media (min-width: 780px) and (max-width: 860px) {
      .news__content .fb-like-box .fb-like-pc-only {
        display: none; }
      .news__content .fb-like-box .fb-like-box-elements .fb-like-box-description {
        margin-top: 15px; }
      .news__content .fb-like-box .fb-like-box-elements .fb-like-box-button {
        margin-top: 20px; } }
    @media (max-width: 780px) {
      .news__content .fb-like-box img {
        margin-bottom: 0; }
      .news__content .fb-like-box .fb-like-box-elements {
        padding-top: 5px; }
        .news__content .fb-like-box .fb-like-box-elements .fb-like-box-description {
          font-size: 14px;
          margin-top: 20px; }
        .news__content .fb-like-box .fb-like-box-elements .fb-like-box-button {
          margin: 20px 0 0; } }
    @media (max-width: 450px) {
      .news__content .fb-like-box .fb-like-pc-only {
        display: none; }
      .news__content .fb-like-box img {
        margin-bottom: 0; }
      .news__content .fb-like-box .fb-like-box-elements {
        padding-top: 5px; }
        .news__content .fb-like-box .fb-like-box-elements .fb-like-box-description {
          font-size: 12px;
          margin-top: 10px; }
        .news__content .fb-like-box .fb-like-box-elements .fb-like-box-button {
          margin: 15px 0 0; } }
  .news__content #supplier-logo {
    display: none; }

.page-links-wrapper {
  margin-bottom: 40px;
  text-align: center; }

.page-links {
  text-align: center;
  border-bottom: 3px solid #c8c8c8; }
  .page-links .page-links-wrap, .page-links .pagelinkbuttons {
    display: block;
    float: left;
    text-align: center;
    background-color: #333333;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    padding-top: 4px;
    color: #fff;
    margin: 20px; }
  .page-links .page-links-wrap {
    border-bottom: 3px solid #333333; }
  .page-links a {
    padding: 0;
    margin: 0; }
  .page-links .pagelinkbuttons {
    background: none;
    color: #333333; }

.wpcf7-form-control {
  max-width: 95%; }

.tag-fisco .fb-like-box-img-wrapper {
  border: 1px solid #e6e6e6; }
  @media (min-width: 720px) {
    .tag-fisco .fb-like-box-img-wrapper img {
      position: relative;
      bottom: 18px; } }

/*--------------------------------------------------------------
## Content After
--------------------------------------------------------------*/
.seriesbox, .relatedbox {
  margin-top: 30px;
  margin-bottom: 30px; }
  .seriesbox h3, .relatedbox h3 {
    font-size: 21px;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 600px) {
    .seriesbox h3, .relatedbox h3 {
      margin-bottom: 0.5em;
      font-size: 20px;
      font-weight: bold;
      padding: 5px 0 5px 10px;
      letter-spacing: 0.06em;
      border-left: 2px solid #ec0000;
      border-bottom: 1px solid #e6e6e6; } }

.seriesbox .list--series, .relatedbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 15px; }
  .seriesbox .list--series li, .relatedbox ul li {
    margin-bottom: 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    .seriesbox .list--series li:before, .relatedbox ul li:before {
      width: 0;
      height: 0;
      content: '';
      z-index: 2;
      border-left: 7.5px solid #262626;
      border-bottom: 5px solid transparent;
      border-top: 5px solid transparent;
      display: inline-block;
      margin-right: 15px; }
  .seriesbox .list--series a, .relatedbox ul a {
    font-size: 13px;
    color: #333;
    text-decoration: none; }
    .seriesbox .list--series a:hover, .relatedbox ul a:hover {
      text-decoration: underline; }
  @media (max-width: 600px) {
    .seriesbox .list--series, .relatedbox ul {
      padding-left: 0; }
      .seriesbox .list--series li:before, .relatedbox ul li:before {
        margin-right: 3px; } }

.news__prev, .news__next {
  height: 90px;
  width: 50%;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 15px; }
  @media (max-width: 600px) {
    .news__prev, .news__next {
      margin-top: 30px;
      margin-bottom: 0px; } }
  .news__prev .button__wrap, .news__next .button__wrap {
    display: block;
    overflow: hidden; }
    .news__prev .button__wrap .button__sub, .news__next .button__wrap .button__sub {
      font-size: 10px;
      color: #999999;
      display: block;
      margin-top: 15px; }
      @media (max-width: 600px) {
        .news__prev .button__wrap .button__sub, .news__next .button__wrap .button__sub {
          margin-top: 0; } }
    .news__prev .button__wrap .button__main, .news__next .button__wrap .button__main {
      font-size: 16px;
      color: #333333; }
      @media (max-width: 600px) {
        .news__prev .button__wrap .button__main, .news__next .button__wrap .button__main {
          font-size: 12px;
          overflow: hidden; } }
  .news__prev:hover, .news__next:hover {
    text-decoration: none; }
    .news__prev:hover .button__sub, .news__next:hover .button__sub {
      color: #666;
      text-decoration: none; }
    .news__prev:hover .button__main, .news__next:hover .button__main {
      color: #222;
      text-decoration: underline; }

.news__prev .prev_next_bar, .news__next .prev_next_bar {
  background-color: #262626;
  width: 20px;
  height: 90px; }
  @media (max-width: 600px) {
    .news__prev .prev_next_bar, .news__next .prev_next_bar {
      width: 15px; } }
  .news__prev .prev_next_bar:before, .news__next .prev_next_bar:before {
    display: block;
    position: relative;
    top: 40px;
    left: 6px; }
    @media (max-width: 600px) {
      .news__prev .prev_next_bar:before, .news__next .prev_next_bar:before {
        left: 2px; } }

.news__prev {
  float: left;
  text-align: left;
  border-right: 1px dotted #262626;
  padding-right: 3%; }
  .news__prev .prev_next_bar {
    float: left;
    margin-right: 15px; }
    @media (max-width: 640px) {
      .news__prev .prev_next_bar {
        margin-right: 10px; } }
    .news__prev .prev_next_bar:before {
      width: 0;
      height: 0;
      content: '';
      z-index: 2;
      border-right: 6px solid #fff;
      border-bottom: 4px solid transparent;
      border-top: 4px solid transparent; }
      @media (max-width: 640px) {
        .news__prev .prev_next_bar:before {
          left: 4px; } }

.news__next {
  float: right;
  text-align: right;
  padding-left: 3%; }
  .news__next .prev_next_bar {
    float: right;
    margin-left: 15px; }
    @media (max-width: 640px) {
      .news__next .prev_next_bar {
        margin-left: 10px; } }
    .news__next .prev_next_bar:before {
      width: 0;
      height: 0;
      content: '';
      z-index: 2;
      border-left: 6px solid #fff;
      border-bottom: 4px solid transparent;
      border-top: 4px solid transparent; }
      @media (max-width: 640px) {
        .news__next .prev_next_bar:before {
          left: 6px; } }

/*--------------------------------------------------------------
## Arhive
--------------------------------------------------------------*/
/* Archive Title */
.archive__title {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 22px;
  margin-left: 0; }

.alliance_movie {
  text-align: center;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .category .news_detail_banner,
  .tax-series .news_detail_banner {
    float: right;
    position: relative;
    height: 1px; }
    .category .news_detail_banner img,
    .tax-series .news_detail_banner img {
      max-width: 90px;
      height: auto;
      position: absolute;
      right: 10px;
      top: -60px; } }

@media (max-width: 600px) {
  .archive__title {
    text-align: center;
    font-size: 17px;
    margin-top: 15px; }
  .category .news_detail_banner,
  .tax-series .news_detail_banner {
    text-align: center;
    margin-bottom: 15px; }
    .category .news_detail_banner img,
    .tax-series .news_detail_banner img {
      max-width: 90px; } }

.authorbox {
  padding-bottom: 10px; }
  .authorbox .authorbox__header {
    padding-top: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #e6e6e6; }
    .authorbox .authorbox__header .authorbox__name {
      float: left;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 20px; }
      .authorbox .authorbox__header .authorbox__name a {
        color: #333333; }
    .authorbox .authorbox__header .author__job {
      display: block;
      float: left;
      color: #999999;
      margin-top: 10px; }
    .authorbox .authorbox__header .author__count {
      display: block;
      float: right;
      margin-top: 10px; }
  .authorbox .authorbox__content {
    margin-top: 25px; }
    .authorbox .authorbox__content .author__photo {
      width: 140px;
      float: left; }
      .authorbox .authorbox__content .author__photo img {
        max-width: 120px;
        height: auto; }
    .authorbox .authorbox__content .author__description {
      font-size: 14px;
      overflow: hidden; }
      .authorbox .authorbox__content .author__description P {
        margin-top: 0; }
  @media (max-width: 600px) {
    .authorbox .authorbox__header {
      padding-top: 15px;
      padding-left: 0;
      padding-bottom: 5px; }
      .authorbox .authorbox__header .authorbox__name {
        font-size: 18px;
        float: none;
        line-height: 1;
        margin-right: 0;
        margin-bottom: 3px; }
      .authorbox .authorbox__header .author__job {
        margin-top: 0; }
      .authorbox .authorbox__header .author__count {
        margin-top: 0; }
    .authorbox .authorbox__content {
      border-bottom: 1px solid #e6e6e6;
      min-height: 70px;
      margin-top: 10px; }
      .authorbox .authorbox__content .author__photo {
        width: 75px; }
        .authorbox .authorbox__content .author__photo img {
          max-width: 60px; }
      .authorbox .authorbox__content .author__description {
        font-size: 12px;
        line-height: 1.5; }
        .authorbox .authorbox__content .author__description p {
          margin-bottom: 5px; } }

/*--------------------------------------------------------------
## icons and such
--------------------------------------------------------------*/
/* Component : Social Buttons */
.social__button {
  position: relative;
  display: inline-block;
  background: #ccc;
  border-bottom: 2px solid #aaa;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px; }
  .social__button:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.social--fb {
  background: #3d65c1;
  border-color: #30509a; }
  .social--fb:hover {
    background: #31519a;
    border-color: #243c73; }

.social--line {
  background: #00c300;
  border-color: #08a308; }
  .social--line:hover {
    background: #009000;
    border-color: #067206; }

.social--tw {
  background: #20d0fc;
  border-color: #08a9d2; }
  .social--tw:hover {
    background: #03b9e6;
    border-color: #0681a1; }

.social--fl {
  background: #6cc655;
  border-color: #54ac3d; }
  .social--fl:hover {
    background: #52ae3a;
    border-color: #428630; }

.social--rss {
  background: #fd9845;
  border-color: #ed7d21; }
  .social--rss:hover {
    background: #fc7c13;
    border-color: #cb6410; }

.social--b {
  background: #0995e6;
  border-color: #0b6fa8; }
  .social--b:hover {
    background: #0775b5;
    border-color: #084f78; }

/* Social Icons */
.icon__social {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle; }
  .social--fb .icon__social {
    background-image: url(../img/social_fb.png);
    width: 9px;
    height: 17px; }
  .social--b .icon__social {
    background-image: url(../img/social_b.png);
    width: 19px;
    height: 16px; }
  .social--fl .icon__social {
    background-image: url(../img/social_fl.png);
    width: 20px;
    height: 18px; }
  .social--rss .icon__social {
    background-image: url(../img/social_rss.png);
    width: 18px;
    height: 17px; }
  .social--tw .icon__social {
    background-image: url(../img/social_tw.png);
    width: 18px;
    height: 13px; }

.list--links {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  text-align: center; }
  @media (max-width: 640px) {
    .list--links {
      margin: 5px 0 15px; } }
  .list--links li {
    display: inline-block;
    margin-right: 10px; }
    .list--links li:last-child {
      margin-right: 0; }
  .list--links a {
    text-decoration: none;
    color: #333;
    padding-left: 10px;
    background: url(../img/menu_arrow.png) center left no-repeat; }
    .list--links a:hover {
      text-decoration: underline; }

#top-bar {
  text-align: center;
  background-color: #262626; }
  @media (min-width: 780px) {
    #top-bar {
      height: 50px; }
      #top-bar .header-logo img {
        margin-top: 13px; } }
  @media (max-width: 780px) {
    #top-bar {
      height: 40px; }
      #top-bar .header-logo img {
        margin-top: 7px; } }

#mobile-search .gsc-input-box input, .header-searchform .gsc-input-box input {
  background: url("../img/header_serch_txt.png") center center no-repeat !important;
  color: #fff;
  font-weight: normal; }

#mobile-search .gsc-input-box .gscb_a, .header-searchform .gsc-input-box .gscb_a {
  display: none; }

#mobile-search .gsc-input-box-focus input, .header-searchform .gsc-input-box-focus input {
  background: none !important; }

#mobile-search .gsc-input-box, .header-searchform .gsc-input-box, #mobile-search input.gsc-search-button, .header-searchform input.gsc-search-button {
  background-color: #333333;
  border-color: #222;
  border-radius: 2px; }

#mobile-search .gsc-control-cse, .header-searchform .gsc-control-cse {
  padding: 0;
  background-color: #262626;
  border-color: #262626; }

#mobile-search .gsc-search-box-tools .gsc-search-box .gsc-input, .header-searchform .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0; }

#mobile-search td.gsc-search-button, .header-searchform td.gsc-search-button {
  padding-top: 5px; }
  #mobile-search td.gsc-search-button input.gsc-search-button-v2, .header-searchform td.gsc-search-button input.gsc-search-button-v2 {
    margin: 0; }

.header-searchform .gsc-modal-background-image {
  height: 2000px; }

@media (min-width: 780px) {
  .header-searchform {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 220px; }
    .header-searchform .gsc-results-wrapper-overlay {
      height: 600px; }
    .header-searchform .gsc-results-wrapper-visible {
      height: 600px;
      text-align: left; } }

@media (max-width: 780px) {
  .header-searchform {
    display: none; } }

@media (min-width: 780px) {
  #mobile-search {
    display: none; } }

.navigation-bar {
  border-bottom: 1px solid #c8c8c8;
  height: 41px;
  z-index: 1; }
  @media (max-width: 780px) {
    .navigation-bar .wrapper {
      max-width: none;
      position: relative; }
    .navigation-bar #site-navigation {
      position: relative;
      width: 100%; }
      .navigation-bar #site-navigation .menu-global-navigation-container {
        overflow-x: scroll; }
        .navigation-bar #site-navigation .menu-global-navigation-container::-webkit-scrollbar {
          display: none; }
        .navigation-bar #site-navigation .menu-global-navigation-container #menu-global-navigation {
          margin: 0;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; } }

#top-sub-nav {
  float: right; }
  #top-sub-nav .top-sub-nav-text-link {
    position: relative;
    top: -5px;
    color: #333333;
    padding-right: 5px; }
  #top-sub-nav .social-media-links {
    display: inline-block;
    margin-top: 12px; }
    #top-sub-nav .social-media-links .top-sns-icons {
      display: inline-block;
      width: 18px;
      height: 19px; }
    #top-sub-nav .social-media-links .top-sns-fb {
      background-image: url(../img/top-sns-icon-fb.gif); }
    #top-sub-nav .social-media-links .top-sns-tw {
      background-image: url(../img/top-sns-icon-tw.gif); }
    #top-sub-nav .social-media-links .top-sns-rs {
      background-image: url(../img/top-sns-icon-rs.gif); }
    #top-sub-nav .social-media-links .top-sns-mm {
      background-image: url(../img/top-sns-icon-mm.gif); }
  @media (max-width: 780px) {
    #top-sub-nav {
      display: none; } }

@media (max-width: 600px) {
  .layout--left {
    box-sizing: border-box;
    padding: 0 10px; } }

.zuulink a {
  color: #0000ee;
  font-size: 100%;
  text-decoration: none;
  margin-top: 0px; }
  .zuulink a:hover {
    text-decoration: underline; }

/*--------------------------------------------------------------
## Mobile Header
--------------------------------------------------------------*/
/*
左上の検索窓が、2つのボタンに入れ替わる。
メニュー横のリンクやSNSボタンが消える。
*/
@media (max-width: 920px) {
  #top-sub-nav {
    display: none; }
  .share-toggle {
    display: inline-block;
    width: 44px;
    height: 100%;
    margin-right: 24px;
    background: url(../img/top-bar-share.png) no-repeat center center;
    background-size: 12px 12px;
    position: absolute;
    top: 3px;
    left: -5px; }
  .search-toggle {
    display: inline-block;
    width: 44px;
    height: 100%;
    background: url(../img/top-bar-search.png) no-repeat center center;
    background-size: 11px 11px;
    position: absolute;
    top: 3px;
    right: -5px; }
  .header-searchform {
    display: none; }
  #mobile-search, #mobile-share {
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #404040;
    background-color: #262626;
    position: fixed;
    width: 100%;
    z-index: 11;
    display: none;
    top: 40px; }
  #mobile-search .gsc-control-cse {
    background-color: #262626;
    border: none;
    padding: 0; }
  #mobile-share .mobile-icons-wrapper {
    text-align: center; }
    #mobile-share .mobile-icons-wrapper a {
      display: inline-block;
      height: 21px;
      width: 20px;
      margin: 5px 15px 0;
      background-size: 20px 21px; }
    #mobile-share .mobile-icons-wrapper .icon-fb {
      background-image: url(../img/top-bar-fb.png); }
    #mobile-share .mobile-icons-wrapper .icon-tw {
      background-image: url(../img/top-bar-tw.png); }
    #mobile-share .mobile-icons-wrapper .icon-rs {
      background-image: url(../img/top-bar-rs.png); }
    #mobile-share .mobile-icons-wrapper .icon-mm {
      background-image: url(../img/top-bar-mm.png); }
  .gsc-modal-background-image {
    display: none !important; }
  .gsc-results-wrapper-overlay {
    width: 80% !important;
    left: 1%  !important;
    top: 43px !important;
    height: 85% !important; }
  .gsc-results-close-btn {
    height: 20px;
    width: 20px; } }

/*--------------------------------------------------------------
## Global Navigation
--------------------------------------------------------------*/
@media (min-width: 780px) {
  .body.wrapper {
    margin-top: 92px; }
  #header-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translate3d(0, 0, 1px); }
    #header-wrap .navigation-bar {
      background-color: #fff; } }

.main-navigation {
  clear: both;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  z-index: 1001; }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      position: absolute;
      left: 9999em;
      z-index: 2; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        color: rgba(51, 51, 51, 0.8); }
    .main-navigation ul .sub-menu-wrapper {
      position: fixed;
      left: 0;
      background-color: #e6e6e6;
      height: 40px;
      text-align: center; }
    .main-navigation ul li:hover > .sub-menu-wrapper > ul,
    .main-navigation ul li.focus > .sub-menu-wrapper > ul {
      left: 0;
      height: 40px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1100px; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li a {
      color: #333333;
      display: block;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .main-navigation li a:visited {
        color: #333333; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #333333;
      border-bottom: none;
      background-color: #e6e6e6;
      text-decoration: none; }
  .main-navigation li.current_page_item > a,
  .main-navigation li.current-menu-item > a,
  .main-navigation li.current_page_ancestor > a,
  .main-navigation li.current-menu-ancestor > a {
    color: #ec0000;
    border-bottom: 2px solid #ec0000;
    padding-bottom: 8px; }
  .main-navigation li li.current_page_item > a,
  .main-navigation li li.current-menu-item > a {
    border-bottom: none; }

/*--------------------------------------------------------------
## Global Navigation for mobile
--------------------------------------------------------------*/
/*
グローバルナビゲーションの挙動を変更する。
*/
@media (max-width: 780px) {
  #top-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 2px);
            transform: translate3d(0, 0, 2px); }
  .navigation-bar {
    position: fixed;
    top: 40px;
    background-color: #fff; }
  .main-navigation ul .sub-menu {
    text-align: left; }
    .main-navigation ul .sub-menu li {
      display: none;
      float: none;
      background-color: #e6e6e6;
      border-bottom: 2px solid #c8c8c8; }
      .main-navigation ul .sub-menu li a {
        padding-left: 20px; }
    .main-navigation ul .sub-menu:last-child {
      border-bottom: none; }
  .main-navigation ul .sub-menu-toggled {
    position: fixed;
    left: 0;
    -webkit-transform: translate3d(0, 0, 100px);
            transform: translate3d(0, 0, 100px); }
    .main-navigation ul .sub-menu-toggled li {
      display: block; }
  .body.wrapper {
    max-width: 100%;
    margin: 105px 0px 0px; }
  .home .body.wrapper {
    margin-top: 0; } }

#black__overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

/*--------------------------------------------------------------
## Slider slick
--------------------------------------------------------------*/
/* Plugin */
/* Slider */
.slick-slider {
  z-index: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (max-width: 780px) {
    .slick-slider {
      margin-top: 50px; } }

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

.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);
  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;
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding-left: 0.05%;
  padding-right: 0.05%; }

.slick-active:first-child {
  padding-left: 0; }

.slick-active:last-child {
  padding-right: 0; }

[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; }

@media (max-width: #ec0000) {
  .slick {
    margin-top: 81px; } }

@media (min-width: #ec0000) {
  .slick {
    margin-top: 130px;
    margin-left: -10px; } }

/* Home Page Slider */
.slick .slide__text {
  position: absolute;
  top: 0px;
  margin-bottom: 0; }
  .slick .slide__text p, .slick .slide__text h2 {
    color: #fff; }
  .slick .slide__text p {
    font-size: 8px; }
  .slick .slide__text h2 {
    font-weight: bold;
    margin: 220px 10px 0;
    font-size: 9px; }
  @media (max-width: 780px) {
    .slick .slide__text h2 {
      font-size: 16px;
      line-height: 1.4;
      margin: 150px 7px 0; } }
  @media (min-width: 600px) {
    .slick .slide__text p {
      margin: 0 10px 10px;
      font-size: 10px; }
    .slick .slide__text h2 {
      font-size: 20px; } }

@media (min-width: 600px) {
  .slick {
    margin-bottom: 10px; } }

.slick-slide a {
  position: relative;
  display: block;
  color: #333;
  height: 300px;
  overflow-x: hidden; }
  @media (max-width: 780px) {
    .slick-slide a {
      width: 100%;
      height: 200px; } }

.slick-slide a:hover {
  text-decoration: none; }

.slick-slide img {
  width: 100%; }

.slick-dots {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  text-align: center; }

.slick-dots li {
  display: inline-block; }

.slick-dots button {
  text-indent: -9999px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  margin: 0 8px;
  padding: 0;
  background: #e6e6e6; }

.slick-dots .slick-active button {
  background: #333333; }

/* Arrows */
/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
  background: #262626;
  top: 50%;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: #525252; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    width: 7px;
    height: 7px; }
  @media (max-width: 780px) {
    .slick-prev,
    .slick-next {
      height: 20px;
      width: 20px;
      margin-top: -15px; }
      .slick-prev:before,
      .slick-next:before {
        top: 6px;
        width: 5px;
        height: 5px; } }

.slick-prev {
  z-index: 1;
  left: 5px; }
  .slick-prev:before {
    left: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media (max-width: 780px) {
      .slick-prev:before {
        left: 8px; } }

.slick-next {
  right: 5px; }
  .slick-next:before {
    right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (max-width: 780px) {
      .slick-next:before {
        right: 8px; } }

.slick-common {
  margin-bottom: 8px;
  margin-top: 0px; }

.slick a:not(:first-child) img, .slick-common a:not(:first-child) img {
  display: none; }

.slick-initialized.slick a img, .slick-initialized.slick-common a img {
  display: inline; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
@media (max-width: 600px) {
  .body {
    margin-top: 0; }
  .list--links li {
    display: none; }
    .list--links li:first-child {
      display: block; }
  .artcat__new {
    width: 30px; } }

.layout--left {
  margin-bottom: 30px; }

.mobile-only {
  display: none; }

.mobile-br {
  display: none; }

@media (max-width: 600px) {
  .mobile-br {
    display: inline; } }

/*--------------------------------------------------------------
## Page Navi
--------------------------------------------------------------*/
.wp-pagenavi-wrapper {
  margin-top: 30px;
  margin-bottom: 50px; }
  .wp-pagenavi-wrapper .wp-pagenavi-pages {
    font-size: 9px;
    color: #999999;
    padding-top: 5px;
    border-top: 1px solid #c8c8c8;
    text-align: right;
    margin-top: 15px;
    width: 100%;
    display: inline-block; }

.wp-pagenavi {
  margin: 0;
  text-align: center;
  font-size: 14px; }
  @media (max-width: 600px) {
    .wp-pagenavi {
      width: 100%; } }
  .wp-pagenavi a {
    color: #262626; }
  .wp-pagenavi .extend {
    display: none; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi a.page, .wp-pagenavi .current {
    width: 35px;
    height: 36px;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 6px;
    margin: 3px 10px;
    font-size: 15px;
    font-weight: normal; }
    @media (max-width: 600px) {
      .wp-pagenavi .previouspostslink,
      .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi a.page, .wp-pagenavi .current {
        margin: 3px 5px; } }
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover, .wp-pagenavi a.page:hover, .wp-pagenavi .current:hover {
      text-decoration: none; }
  .wp-pagenavi a:hover, .wp-pagenavi .current, .news__content .wp-pagenavi-wrapper .wp-pagenavi a:hover {
    border-radius: 3px; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
    width: auto;
    min-width: 30px;
    color: #999999; }
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
      color: #262626; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    margin-left: 0;
    margin-right: 0; }
  .wp-pagenavi .first {
    margin-left: 0;
    padding-left: 0; }
  .wp-pagenavi .last {
    margin-right: 0;
    padding: 6px 3px 0; }
  .wp-pagenavi a:hover {
    background-color: #e6e6e6; }
  .wp-pagenavi .current {
    background-color: #262626;
    color: #fff; }

/*** article pager ***/
.news__content .wp-pagenavi-wrapper .wp-pagenavi-pages {
  font-size: 13px;
  padding-top: 10px;
  border-top: 5px solid #e6e6e6;
  margin-top: 8px;
  position: relative;
  z-index: -1; }

.news__content .wp-pagenavi-wrapper .wp-pagenavi a {
  position: relative;
  margin: 3px 10px; }

.news__content .wp-pagenavi-wrapper .wp-pagenavi .current, .news__content .wp-pagenavi-wrapper .wp-pagenavi a:hover {
  border-radius: 0px; }

.news__content .wp-pagenavi-wrapper .wp-pagenavi a:hover {
  background-color: #e6e6e6; }

.news__content .wp-pagenavi-wrapper .wp-pagenavi .current {
  position: relative; }
  .news__content .wp-pagenavi-wrapper .wp-pagenavi .current:before {
    content: " ";
    position: absolute;
    width: 55px;
    bottom: -16px;
    left: -10px;
    border-bottom: 5px solid #262626; }
  .news__content .wp-pagenavi-wrapper .wp-pagenavi .current:after {
    content: " ";
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 6px;
    border: 12px solid transparent;
    border-bottom-color: #262626;
    border-width: 0 11px 14px 11px; }

/*** article pager / many_links ***/
.news__content .wp-pagenavi-wrapper .many_links .current:before {
  content: none; }

.news__content .wp-pagenavi-wrapper .many_links .current:after {
  content: none; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px; }
  @media (max-width: 600px) {
    .widget {
      margin: 0 10px 20px; } }
  .widget .widget__title {
    padding: 5px 0 5px 10px;
    letter-spacing: 0.06em;
    font-size: 22px;
    font-weight: normal;
    border-left: 2px solid #ec0000;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 15px; }
    @media (max-width: 600px) {
      .widget .widget__title {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 10px; } }
  .widget select {
    max-width: 100%; }
  .widget ul, .widget ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget ul li, .widget ol li {
      padding-bottom: 15px;
      overflow: hidden; }
      @media (max-width: 600px) {
        .widget ul li, .widget ol li {
          padding-bottom: 10px; } }
      .widget ul li ul, .widget ol li ul {
        margin-left: 15px; }
  .widget p {
    margin: 0; }
  .widget a {
    color: #333;
    text-decoration: none; }
    .widget a:hover {
      text-decoration: underline; }
  .widget img {
    max-width: 100%;
    height: auto; }
  .widget .sub-ttl {
    color: #999999; }

.widget_simple_ga_ranking .rank__no {
  float: left;
  width: 43px;
  height: 27px;
  background: url(../img/rank.png) no-repeat;
  margin-right: 5px;
  color: #fff;
  line-height: 27px;
  padding-left: 8px;
  box-sizing: border-box; }

.widget_simple_ga_ranking .rank__content {
  margin-left: 50px; }

.widget_simple_ga_ranking .rank__content__subtitle {
  color: #999999; }

.widget--recommend .recom__img {
  height: 42px;
  overflow: hidden;
  width: 63px;
  float: left;
  margin-right: 15px; }

.widget--recommend img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 63px;
  height: auto; }

.widget--recommend .recom__subtitle {
  color: #999999; }

/*--------------------------------------------------------------
# AD
--------------------------------------------------------------*/
@media (max-width: 600px) {
  .double-ad {
    margin-bottom: 0; } }

@media (max-width: 600px) {
  .double-ad-wrapper {
    margin: 0 !important; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Footer */
.footer {
  margin-top: 110px;
  font-size: 12px;
  color: #fff;
  background: #2c2827;
  position: relative;
  z-index: 10000; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }

.footer__col {
  max-width: 500px; }
  .footer__col h2 {
    font-weight: normal;
    margin-bottom: 0.5em; }

.footer__headsep {
  height: 6px;
  background: #000000 url(../img/footer_pattern.png);
  margin-bottom: 14px; }

.footer--middle {
  padding: 20px 0;
  border-top: 1px solid #252121; }

.footer--middle, .footer--bottom {
  text-align: center; }

.footer--bottom {
  font-size: 10px;
  background: #000;
  padding: 10px 0 15px; }

.footer__sep {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; }

@media (max-width: 780px) {
  #ad-slot1,
  #ad-slot2,
  #ad-slot7,
  #ad-slot8,
  .widget_fb_box,
  .widget-social-links,
  .widget_mm {
    text-align: center; } }

/*# sourceMappingURL=../../../../sass/maps/2015.css.map */
