@charset "UTF-8";

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    width: 30%;
}
[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;
}

/*!
Theme Name: knowledge
Theme URI: http://knowledge.sakura.ad.jp/
Author: Sakura Internet
Author URI: http://knowledge.sakura.ad.jp/
Description: Sakura Knowledge Site theme based on Underscores
Version: 2017.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sakunare
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sakunare is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}



/*--------------------------------------------------------------
# Theme's mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# IonMoon, sns balloon
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("https://knowledge.sakura.ad.jp/css-files/fonts/icomoon.eot?j2snvn");
  src: url("https://knowledge.sakura.ad.jp/css-files/fonts/icomoon.eot?j2snvn#iefix") format("embedded-opentype"), url("https://knowledge.sakura.ad.jp/css-files/fonts/icomoon.ttf?j2snvn") format("truetype"), url("https://knowledge.sakura.ad.jp/css-files/fonts/icomoon.woff?j2snvn") format("woff"), url("https://knowledge.sakura.ad.jp/css-files/fonts/icomoon.svg?j2snvn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="iconmoon-"], [class*=" iconmoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconmoon-hatebu:before {
  content: "\e900";
}

.arrow-box-horizontal .share-count {
  position: relative;
  color: #888;
}
.arrow-box-horizontal .share-count:first-child {
  border: 1px solid #d9d3d3;
  display: inline-block;
  padding: 4px 0.8rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0.8rem;
  background-color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}
.arrow-box-horizontal .share-count:first-child i:first-child:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d9d3d3 transparent transparent transparent;
  position: absolute;
  bottom: 0;
}
.arrow-box-horizontal .share-count:first-child i:first-child:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 2px;
  margin-left: 0px;
}
.arrow-box-horizontal .share-count:first-child i.balloon {
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}

.sns-icon.with-counter {
  border-radius: 4px;
  box-shadow: inset 0 1px 1px 0 #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0.2rem 1.75rem;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
.sns-icon:before {
  vertical-align: middle;
}
.sns-icon.icon-twitter {
  background-color: #74b8ee;
}
.sns-icon.icon-facebook {
  background-color: #2d4e9e;
}
.sns-icon.icon-googleplus {
  background-color: #dd5c5c;
}
.sns-icon.iconmoon-hatebu {
  background-color: #4085c9;
}
.sns-icon.iconmoon-hatebu:before {
  content: "\e900";
  font-size: 21px;
  line-height: 1;
  position: relative;
  top: -2px;
}

@media screen and (min-width: 641px) {
  .single-sns.sns-horizontal {
    width: 40%;
    margin: 2.25rem auto 2.375rem auto;
  }
}

.snsbv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}
.snsbv .balloon-btn-horizontal {
  -webkit-box-flex: 23%;
  -webkit-flex: 23%;
      -ms-flex: 23%;
          flex: 23%;
  margin-right: 2%;
}
.snsbv .balloon-btn-horizontal:last-child {
  margin-right: 0;
}

@media screen and (max-width: 641px) {
  .sns-vertical {
    pointer-events: none;
    opacity: 0;
  }
}
@media screen and (min-width: 641px) {
  .sns-vertical {
    display: block;
    width: 80px;
    margin-right: 0;
    margin-left: 1rem;
  }
}
.sns-vertical .snsbv {
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.sns-vertical .balloon-btn-horizontal {
  margin-bottom: 18px;
}
.sns-vertical .balloon-btn-horizontal:last-child {
  margin-right: 0;
}

.sns-vertical {
  position: absolute;
  margin-right: 1rem;
}
.sns-vertical.sticky {
  position: fixed;
  top: 90px;
}
.logged-in .sns-vertical.sticky {
  top: 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,sans-serif !important;
  word-wrap: break-word;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  body {
    width: 641px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}
@media screen and (min-width: 1201px) {
  body {
    min-width: 1200px;
  }
}

a, a:visited {
  text-decoration: none;
  color: #6F8FEC;
}

pre {
  overflow: scroll;
  word-wrap: normal;
}
@media screen and (max-width: 641px) {
  pre {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

figure {
  width: 100%;
}
@media screen and (min-width: 641px) {
  figure {
    width: auto;
  }
}
figure img {
  width: 100%;
}

.for-sp {
  display: block;
}
@media screen and (min-width: 641px) {
  .for-sp {
    display: none;
  }
}

.for-pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .for-pc {
    display: block;
  }
}

.v-middle {
  vertical-align: middle;
}

.breadcrumbs {
  padding-left: 2.9rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 641px) {
  .breadcrumbs {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.loading {
  text-align: center;
  display: none;
}
.loading .down-arrow {
  color: #ccc;
  font-size: 112px;
  font-size: 7rem;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
          animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.pagination {
  max-width: 1200px;
  margin: 1rem auto;
  text-align: center;
  line-height: 4;
}

.pagination .page-numbers {
  padding: 1rem 1.6rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .pagination .page-numbers {
    padding: 0.4rem 1rem;
  }
}
.pagination .page-numbers li {
  display: inline-block;
}
.pagination .page-numbers.current {
  border-radius: 4px;
  background-color: #d9d3d3;
  border: solid 1px #d9d3d3;
}
.pagination .page-numbers a {
  color: #50515c;
}
.pagination .page-numbers a.page-numbers {
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #d9d3d3;
}
.pagination .page-numbers a:hover {
  background-color: #d9d3d3;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
@-webkit-keyframes bgScaleTo200 {
  0% {
    background-size: 120% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes bgScaleTo200 {
  0% {
    background-size: 120% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@-webkit-keyframes bgScaleTo120 {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 120% auto;
  }
}
@keyframes bgScaleTo120 {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 120% auto;
  }
}
#content {
  padding: 1rem 0 2rem 0;
}
@media screen and (min-width: 641px) {
  #content {
    max-width: 1200px;
    margin: 8px auto 0 auto;
    padding: 0;
  }
}

ul.list-block li {
 list-style:none;
}
.list-block {
  padding: 0 1rem;
}
@media screen and (min-width: 641px) {
  .list-block {
    padding: 0;
  }
}

.site-footer {
  background-color: #282727;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.site-footer .site-info {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  position: relative;
}
@media screen and (min-width: 641px) {
  .site-footer .site-info {
    padding: 0;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.site-footer .site-info .to-top-btn {
  font-size: 14px;
  font-size: 0.875rem;
  width: 113px;
  height: 113px;
  background-color: rgba(40, 39, 39, 0.7);
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 44px;
  border-radius: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  position: fixed;
  bottom: -20px;
  right: 10px;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
  z-index: 2000;
  display: none;
}
.site-footer .site-info .to-top-btn::after {
  content: "\f077";
  position: absolute;
  top: 0.4rem;
  right: 0;
  left: 0;
  font-size: 32px;
  font-size: 2rem;
  font-family: "FontAwesome";
}
.site-footer .site-info .logo-footer {
  display: inline-block;
}
.site-footer .site-info .logo-footer img {
  display: block;
  width: 308px;
  height: 22px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .site-footer .site-info .logo-footer img {
    margin: inherit;
  }
}
.site-footer .site-info .footer-box {
  margin-right: 3%;
}
@media screen and (min-width: 641px) {
  .site-footer .site-info .footer-box {
    margin-left: 30px;
  }
}
@media screen and (max-width: 641px) {
  .site-footer .site-info .footer-box {
    margin: 0 auto;
  }
}
.site-footer .site-info .menu-footer_info-container ul {
  margin: 15px 0 0;
}
.site-footer .site-info .menu-footer_info-container ul li {
  display: block;
  list-style: none;
}
.site-footer .site-info .menu-footer_info-container ul li a {
  color: #B9B9B9;
  font-size: 12px;
  font-size: 0.75rem;
}
.site-footer .site-info .footer-widget-for-cat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.6rem;
}
.site-footer .site-info .footer-widget-for-cat ul li {
  margin-bottom: 3rem;
}
.site-footer .site-info .footer-widget-for-cat ul a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.site-footer .site-info .footer-widget-for-cat ul ul {
  margin-left: 0;
}
.site-footer .site-info .footer-widget-for-cat ul ul li {
  margin-bottom: 0;
}
.site-footer .site-info .footer-widget-for-cat ul ul a {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
.site-footer .site-info #footer-cat-menu li {
  display: inline-block;
}
.site-footer .site-info #footer-cat-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.site-footer .site-info #footer-cat-menu li a:hover {
  text-decoration: underline;
}
.site-footer .site-info .footer-sns {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .site-footer .site-info .footer-sns {
    text-align: left;
  }
}
.site-footer .site-info .footer-sns i {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.8rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
}
.site-footer .footer-banner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.footer-widget {
  display: inline-block;
}
.footer-widget:nth-of-type(2) {
  margin-left: 1rem;
}

.copyright {
  background-color: #282727;
  border-top: 1px solid #7e7a7a;
  padding-left: 1rem;
}
@media screen and (min-width: 641px) {
  .copyright {
    padding-left: 0;
  }
}
.copyright .footer-copy {
  max-width: 1200px;
  margin: 0 auto;
  color: #d9d3d3;
}
.copyright .footer-copy p {
  margin: 0;
  padding: 1.5rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #d9d3d3;
  height: 52px;
}
@media screen and (max-width: 641px) {
  .site-header {
    height: 55px;
  }
}
.site-header.fixed-el {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .site-header .site-branding {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.site-header .site-title {
  width: 70%;
  margin: 0;
  float: left;
  position: relative;
  padding-left: 2.9rem;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 641px) {
  .site-header .site-title {
    width: 308px;
  }
}
.site-header .site-title:before {
  content: '';
  display: block;
  width: 40px;
  height: 50px;
  background-color: #ff7b7b;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: 99999;
}
@media screen and (min-width: 641px) {
  .site-header .site-title:before {
    left: 0;
  }
}
.site-header .site-title:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 14px 20px;
  border-style: solid;
  border-color: #ff7b7b;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -19px;
  left: -1px;
  z-index: 99999;
}
@media screen and (min-width: 641px) {
  .site-header .site-title:after {
    left: 0;
  }
}
@media screen and (min-width: 641px) {
  .site-header .site-title a {
    display: block;
    margin-top: -1px;
    padding-bottom: 3px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 641px) {
  .site-header .main-navigation {
    float: left;
    margin-left: 1rem;
    margin-top: 1rem;
    width: auto;
    clear: none;
  }
}
.site-header .main-navigation ul {
  display: block;
}
.site-header .main-navigation ul li {
  float: left;
  position: relative;
  margin-left: 1.5rem;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 641px) {
  .site-header .main-navigation ul li {
    border-bottom: none;
  }
  .site-header .main-navigation ul li:hover > ul, .site-header .main-navigation ul li:focus > ul, .site-header .main-navigation ul li.focus > ul {
    left: auto;
  }
  .site-header .main-navigation ul li:hover > a, .site-header .main-navigation ul li:focus > a, .site-header .main-navigation ul li.focus > a {
    opacity: .6;
  }
}
.site-header .main-navigation ul li a {
  color: #555353;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .site-header .main-navigation ul li a {
    padding-bottom: 0.8rem;
  }
}
.site-header .main-navigation ul ul {
  background-color: #fff;
  left: auto;
  position: relative;
  float: none;
  top: 0;
  box-shadow: none;
  border-top: 1px dotted #ccc;
  padding-left: 1rem;
}
@media screen and (min-width: 641px) {
  .site-header .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    top: 2.1em;
    position: absolute;
    float: left;
    left: -999em;
    z-index: 99999;
    border-top: none;
    padding-left: 0;
  }
}
.site-header .main-navigation ul ul li {
  border-bottom: 1px dotted #ccc;
  margin-left: 0;
}
@media screen and (min-width: 641px) {
  .site-header .main-navigation ul ul li:first-child {
    box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  }
}
.site-header .main-navigation ul ul li:last-child {
  border-bottom: none;
}
.site-header .main-navigation ul ul a {
  display: block;
  padding: 0.8rem;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .site-header .main-navigation ul ul a {
    min-width: 250px;
  }
}
.site-header .main-navigation .menu-menu-container > ul > li > ul > li:hover {
  background: #AFAFAF;
}
.site-header .main-navigation .menu-menu-container > ul > li > ul > li:hover > a {
  opacity: 1;
  color: white;
}
.site-header .site-branding {
  position: relative;
}
.site-header .site-branding .btn-more {
  position: absolute;
  right: 13px;
  top: 0.1rem;
  margin: 0;
  color: #555353;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 641px) {
  .site-header .site-branding .btn-more {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.site-header .site-branding .btn-more:after {
  margin-left: 13px;
  content: "\f0d7";
  position: relative;
  top: 0.13rem;
  font-family: "FontAwesome";
  font-size: 32px;
  font-size: 2rem;
}
.site-header .site-branding .main-navigation.for-sp {
  display: none;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 53px;
  padding: 0 0 30px;
  z-index: 3000;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.4);
}
.site-header .site-branding .main-navigation.for-sp li {
  border-bottom: 1px dotted #ccc;
  float: none;
  width: auto;
}
.site-header .site-branding .main-navigation.for-sp li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 641px) {
  .site-header .site-branding .main-navigation.for-sp li:last-child {
    border-bottom: 1px dotted #ccc;
  }
}
.site-header .site-branding .main-navigation.for-sp li a {
  font-size: 1.2rem;
  padding: 8px 10px;
}
.site-header .site-branding:after {
  content: '';
  display: table;
  clear: both;
}
.site-header .header-sub-navigation {
  position: absolute;
  right: 0;
  top: 6px;
}
.site-header .header-sub-navigation .sns-icon {
  font-size: 24px;
  font-size: 1.5rem;
}
.site-header .header-sub-navigation .sns-twitter {
  color: #80c4ff;
}
.site-header .header-sub-navigation .sns-facebook {
  color: #3f5cad;
}
.site-header .header-sub-navigation .sns-rss{
  color: #ff8c00;
}
.site-header .header-sub-navigation ul {
  margin: 0;
  padding: 0;
}
.site-header .header-sub-navigation li {
  display: inline-block;
  margin-left: 0.6rem;
}
.site-header .header-form {
  position: absolute;
  right: 108px;
  top: 7px;
}
.site-header .header-form input[type="search"] {
  padding: 0.3rem 0.94rem;
  border-radius: 5px;
  background-color: #fafafa;
}
.site-header .header-form button[type="submit"] {
  position: absolute;
  top: 3px;
  right: 0rem;
  width: auto;
  border: none;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 641px) {
  .site-header .header-form {
    display: none;
  }
}

/*--------------------------------------------------------------
# front page
--------------------------------------------------------------*/
.header-post-list-outer {
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  padding-top: 1rem;
}
@media screen and (min-width: 641px) {
  .header-post-list-outer {
    padding: 0.1rem 0 0.1rem 0;
    margin-bottom: 2rem;
  }
}
.header-post-list-outer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/bg-pattern-2x.jpg");
  background-size: 1%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: left top;
}
.header-post-list-outer:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.25) 57%, rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.25) 57%, rgba(0, 0, 0, 0.8));
}
.header-post-list-outer .header-post-list {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.header-post-list-outer .news-list.list-block a {
  color: #fff;
}

.category-list,
.feature-list {
  opacity: 0;
  height: 350px;
  clear: both;
  margin-bottom: 4.5rem;
  padding: 0;
  -webkit-transition: .2s;
  transition: .2s;
}


.header-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 641px) {
  .header-list {
    display: block;
    position: relative;
    margin: 16px auto;
    height: 388px;
  }
  .header-list::before {
    position: absolute;
    right: 0px;
    top: -2px;
    width: 412px;
    min-height: 396px;
    background: none;
    content: "";
    border: 7px solid #FF7B7B;
  }
  .header-list::after {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 16px;
    content: "POPULAR";
    background: #FF7B7B;
    color: white;
    font-size: .8rem;
    font-weight: bold;
  }
}
.header-list .list-card {
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 1rem;
  min-height: 13rem;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 4px solid #444;
}
.header-list .list-card:nth-of-type(2n) {
  margin-right: 0;
}
.header-list .list-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.9));
}
.header-list .list-card:after {
  content: '';
  display: block;
  width: 63px;
  height: 29px;
  background-size: 100%;
  position: absolute;
  left: 3%;
  top: 35%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
@media screen and (min-width: 641px) {
  .header-list .list-card:nth-of-type(1) {
    height: 397px;
    width: 776px;
    margin: 0;
    float: left;
    top: -2px;
  }
  .header-list .list-card:nth-of-type(1) .header-post-title {
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 641px) {
  .header-list .list-card:nth-of-type(2) {
    width: 400px;
    float: left;
    min-height: 225px;
    border: none;
    position: absolute;
    top: 4px;
    right: 6px;
  }
}
@media screen and (min-width: 641px) {
  .header-list .list-card:nth-of-type(2) .header-list-datetime {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.header-list .list-card:nth-of-type(2):after {
  background-image: url("../images/rank-01-2x.jpg");
  top: 4%;
}
@media screen and (min-width: 641px) {
  .header-list .list-card:nth-of-type(3) {
    width: 200px;
    float: left;
    min-height: 160px;
    border: none;
    position: absolute;
    bottom: -16px;
    right: 190px;
  }
}
.header-list .list-card:nth-of-type(3):after {
  background-image: url("../images/rank-02-2x.jpg");
  top: 4%;
}
@media screen and (min-width: 641px) {
  .header-list .list-card:nth-of-type(4) {
    width: 200px;
    float: left;
    min-height: 160px;
    border: none;
    position: absolute;
    right: 6px;
    bottom: -16px;
  }
}
.header-list .list-card:nth-of-type(4):after {
  background-image: url("../images/rank-03-2x.jpg");
  top: 4%;
}
@media screen and (min-width: 641px) {
  .header-list .list-card:nth-of-type(2) .header-post-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 641px) {
  .header-list .list-card:nth-of-type(3) .header-post-title, .header-list .list-card:nth-of-type(4) .header-post-title {
    font-size: 14px;
    font-size: 0.875rem;
    height: 40px;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) {
  .header-list .list-card:first-child .header-post-content:first-child {
    padding: 0 3.15rem;
  }
}
@media screen and (min-width: 641px) {
  .header-list .list-card:first-child .header-post-excerpt {
    margin-bottom: 0rem;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 641px) {
  .header-list .list-card:first-child .header-list-datetime {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.header-list .list-card:hover {
  opacity: 0.8;
}
.header-list a {
  text-decoration: none;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.header-list .select-post-excerpt,
.header-list .select-post-meta {
  display: none;
}
@media screen and (min-width: 641px) {
  .header-list .select-post-excerpt,
  .header-list .select-post-meta {
    display: block;
  }
}
.header-list .select-post-meta {
  position: absolute;
  bottom: 0;
  right: 0;
}
.header-list .select-post-meta p {
  margin: 0;
}
.header-list .select-thumb {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 641px) {
  .header-list .select-thumb {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.header-list .header-post-content {
  color: #fff;
  position: absolute;
  z-index: 100;
  bottom: 0.5rem;
  padding: 0 1rem;
}
.header-list .header-post-title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 641px) {
  .header-list .header-post-title {
    line-height: 1.2;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  }
}
@media screen and (min-width: 641px) {
  .header-list .header-post-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.header-list .header-list-datetime {
  color: #c5c1c1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 641px) {
  .header-list .header-list-datetime {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.header-list .select-post-cat {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem 0.7rem 1rem;
  background-color: #ff7b7b;
  font-size: 13px;
  font-size: 0.8125rem;
}
.header-list .post-author {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem 0.7rem 1rem;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  font-size: 0.8125rem;
}

.news-title {
  background-color: #ff7b7b;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 16px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 12px;
}
@media screen and (max-width: 641px) {
  .news-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 641px) {
  .news-title {
    display: inline-block;
  }
}
.news-title:after {
  content: '\f054';
  font-family: "FontAwesome";
  position: absolute;
  right: 1rem;
  top: 18%;
}
@media screen and (min-width: 641px) {
  .news-title:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px 22px;
    border-style: solid;
    border-color: #ff7b7b;
    border-right-color: transparent;
    position: absolute;
    right: -38px;
    top: 0;
  }
}
.news-title a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0.5rem 0 0.5rem 1rem;
}
@media screen and (min-width: 641px) {
  .news-title a {
    padding: 0.5rem 2rem 0.5rem 1rem;
    min-height: 27px;
    height: 36px;
    line-height: 25px;
  }
}
.news-title span {
  font-weight: normal;
  margin-left: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  top: -0.15rem;
  position: relative;
}
@media screen and (max-width: 641px) {
  .news-title span {
    font-size: 20px;
    font-size: 1.25rem;
    top: -0.15rem;
  }
}

@media screen and (min-width: 641px) {
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
}
.news-list li {
  margin-bottom: 1rem;
}
.news-list li:last-child {
  padding-bottom: 50px;
}
@media screen and (min-width: 641px) {
  .news-list li:last-child {
    padding-bottom: 0;
  }
}
.news-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #555353;
}
.news-list li a:hover {
  opacity: 0.8;
}
.news-list li a .news-thumb {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 10px;
  min-height: 7rem;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 641px) {
  .news-list li a .news-thumb {
    width: 100%;
    background-size: cover;
  }
}
.news-list li a .news-content {
  -webkit-flex-basis: 56%;
      -ms-flex-preferred-size: 56%;
          flex-basis: 56%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.news-list li a .news-content .header-list-datetime {
  color: #B3B3B3;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .news-list li a .news-content .header-list-datetime {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.news-list li a .news-content .header-title {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 641px) {
  .news-list li a .news-content .header-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 641px) {
  .news-list li a {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .news-list li {
    -webkit-flex-basis: 14.97005988%;
        -ms-flex-preferred-size: 14.97005988%;
            flex-basis: 14.97005988%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin-right: 2%;
  }
  .news-list li:last-child {
    margin-right: 0;
  }
}

.title-front, .title-front a {
  line-height: 1;
  color: #ff7b7b;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  border-bottom: 3px solid #ff7b7b;
  position: relative;
}
.title-front:after, .title-front a:after {
  content: '\f054';
  font-family: "FontAwesome";
  position: absolute;
  right: 1.5rem;
  top: 17%;
}
@media screen and (min-width: 641px) {
  .title-front:after, .title-front a:after {
    content: '';
  }
}
@media screen and (min-width: 641px) {
  .title-front, .title-front a {
    padding-left: 0;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
    border-bottom: solid 1px #c8c8c8;
  }
}
.title-front span {
  margin-left: 0.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.bx-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  margin: 0 0 0 2rem;
  background-color: transparent;
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-posts {
  width: 254px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.slider-posts .post-title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
}
@media screen and (max-width: 641px) {
  .slider-posts .post-title {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.slider-posts a {
  display: block;
  text-decoration: none;
  color: #555353;
  border-radius: 8px;
  border: solid 1px #d9d3d3;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 641px) {
  .slider-posts a {
    box-shadow: none;
    border-radius: 0;
/*   border: none;
*/
  }
}
@media screen and (min-width: 641px) {
  .slider-posts a {
    background-size: contain;
    overflow: hidden;
    -webkit-transition: 100ms;
    transition: 100ms;
    height: 350px;
  }
}
.slider-posts a .post-list-back {
  display: none;
}
@media screen and (min-width: 641px) {
  .slider-posts a .post-list-back {
    background-image: none !important;
    display: block;
    color: white;
    text-align: center;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 5;
  }
  .slider-posts a .post-list-back h2.post-title {
    position: absolute;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    top: 50px;
  }
  .slider-posts a .post-list-back .btn-view {
    margin-top: 130px;
    padding: 4px 16px;
    border: 1px solid white;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
  }
  .slider-posts a .post-list-back img {
    margin: 10px auto;
    display: block;
    border-radius: 100px;
    border: solid white 2px;
  }
  .slider-posts a .post-list-back .sns-total {
    float: none;
  }
}
@media screen and (min-width: 641px) {
  .slider-posts a .card-front, .slider-posts a .post-list-back {
    -webkit-transition: .1s;
    transition: .1s;
  }
}
@media screen and (min-width: 641px) {
  .slider-posts a:hover .card-front {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
@media screen and (min-width: 641px) {
  .slider-posts a:hover .post-list-back {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
.slider-posts.last a {
  border-radius: 8px;
  background-color: #7dbff3;
  border: solid 1px #d9d3d3;
}
.slider-posts .card-front {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 641px) {
  .slider-posts .card-front {
/*
    top: 153px;
    padding: 1rem;
    height: 165px;
*/
  }
}
.slider-posts .card-front .post-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-posts .card-front .post-list-content .post-list-content {
  display: block;
padding: 2px 4px;
}

/*
.slider-posts .card-front .post-list-content .post-list-content {
  -webkit-flex-basis: 63%;
      -ms-flex-preferred-size: 63%;
          flex-basis: 63%;
  display: block;
}

@media screen and (min-width: 641px) {
  .slider-posts .card-front .post-list-content .post-list-content {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
*/



.slider-posts .card-front .post-content {
  margin-bottom: 0.6rem;
  margin-top: 0.2rem;
  color: #7e7a7a;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
	min-height: 5em;
}
@media screen and (max-width: 641px) {
  .slider-posts .card-front .post-content {
    font-size: 16px;
    font-size: 1rem;
  }
}
.slider-posts .card-front .post-thumb {
  padding: 5rem;
  -webkit-flex-basis: 34%;
      -ms-flex-preferred-size: 34%;
          flex-basis: 34%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 641px) {
  .slider-posts .card-front .post-thumb {
    display: none;
  }
}
.slider-posts .post-list-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #d9d3d3;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 641px) {
  .slider-posts .post-list-meta {
    border-radius: 0;
    position: absolute;
    top: 0;
    background: none;
  }
  .slider-posts .post-list-meta time {
    line-height: 20px;
  }
}
@media screen and (max-width: 641px) {
  .slider-posts .post-list-meta {
    font-size: 16px;
    font-size: 1rem;
  }
}
.slider-posts .sns-total {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
}
.slider-posts .sns-total:before {
  margin-right: 0.7rem;
  content: '\f1e0';
  font-family: "FontAwesome";
}
.slider-posts .post-list-back {
  position: absolute;
  /* z-index: 1; */
}
@media screen and (min-width: 641px) {
  .slider-posts .post-list-back {
    top: 0;
    z-index: -1;
  }
}
.slider-posts.last a {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 0 3rem;
  color: #fff;
  position: absolute;
  width: 240px;
  height: 100%;
}
.slider-posts.last a p {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-next {
  position: absolute;
  right: -4%;
  top: 37%;
  margin: 0;
}
@media screen and (min-width: 641px) {
  .slide-next:after {
    cursor: pointer;
    content: '\f105';
    color: #c5c1c1;
    font-size: 64px;
    font-size: 4rem;
    font-family: "FontAwesome";
  }
}

.slide-prev {
  position: absolute;
  left: -4%;
  top: 37%;
  margin: 0;
  opacity: 0;
}
@media screen and (min-width: 641px) {
  .slide-prev:after {
    cursor: pointer;
    content: '\f104';
    color: #c5c1c1;
    font-size: 64px;
    font-size: 4rem;
    font-family: "FontAwesome";
  }
}

.user-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 0.8rem;
}
.user-lists li {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 641px) {
  .user-lists li {
    -webkit-flex-basis: 9%;
        -ms-flex-preferred-size: 9%;
            flex-basis: 9%;
  }
}
.user-lists li img {
  display: block;
  border-radius: 50%;
  margin: 0 auto 2px;
}
.user-lists li a {
  line-height: 1.2;
  color: #8bc7f3;
  font-size: 10px;
  font-size: 0.625rem;
}

/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/
.archive-header-outer,
.single-header-outer {
  position: relative;
  background-image: url("../images/category-bg-2x.jpg");
  background-size: cover;
  padding-bottom: 2rem;
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center top;
}
@media screen and (max-width: 641px) {
  .archive-header-outer,
  .single-header-outer {
    padding-bottom: 0;
  }
}
.archive-header-outer:before,
.single-header-outer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/bg-pattern-2x.jpg");
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: left top;
}
.archive-header-outer:after,
.single-header-outer:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
@media screen and (min-width: 641px) {
  .archive-header-outer,
  .single-header-outer {
    min-height: 604px;
  }
}
.archive-header-outer .archive-header,
.archive-header-outer .single-header,
.single-header-outer .archive-header,
.single-header-outer .single-header {
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 933px;
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header,
  .archive-header-outer .single-header,
  .single-header-outer .archive-header,
  .single-header-outer .single-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.archive-header-outer .archive-header .breadcrumbs,
.archive-header-outer .single-header .breadcrumbs,
.single-header-outer .archive-header .breadcrumbs,
.single-header-outer .single-header .breadcrumbs {
  padding-left: 0;
}
.archive-header-outer .archive-header .breadcrumbs a,
.archive-header-outer .single-header .breadcrumbs a,
.single-header-outer .archive-header .breadcrumbs a,
.single-header-outer .single-header .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.archive-header-outer .archive-header .breadcrumbs a:hover,
.archive-header-outer .single-header .breadcrumbs a:hover,
.single-header-outer .archive-header .breadcrumbs a:hover,
.single-header-outer .single-header .breadcrumbs a:hover {
  text-decoration: underline;
}
.archive-header-outer .archive-header .archive-header-title,
.archive-header-outer .archive-header .single-header-title,
.archive-header-outer .single-header .archive-header-title,
.archive-header-outer .single-header .single-header-title,
.single-header-outer .archive-header .archive-header-title,
.single-header-outer .archive-header .single-header-title,
.single-header-outer .single-header .archive-header-title,
.single-header-outer .single-header .single-header-title {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
}
.archive-header-outer .archive-header .archive-header-title .term-name,
.archive-header-outer .archive-header .single-header-title .term-name,
.archive-header-outer .single-header .archive-header-title .term-name,
.archive-header-outer .single-header .single-header-title .term-name,
.single-header-outer .archive-header .archive-header-title .term-name,
.single-header-outer .archive-header .single-header-title .term-name,
.single-header-outer .single-header .archive-header-title .term-name,
.single-header-outer .single-header .single-header-title .term-name {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.archive-header-outer .archive-header .archive-article,
.archive-header-outer .single-header .archive-article,
.single-header-outer .archive-header .archive-article,
.single-header-outer .single-header .archive-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article,
  .archive-header-outer .single-header .archive-article,
  .single-header-outer .archive-header .archive-article,
  .single-header-outer .single-header .archive-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.archive-header-outer .archive-header .archive-article a,
.archive-header-outer .single-header .archive-article a,
.single-header-outer .archive-header .archive-article a,
.single-header-outer .single-header .archive-article a {
  color: #fff;
}
.archive-header-outer .archive-header .archive-article .article-title,
.archive-header-outer .single-header .archive-article .article-title,
.single-header-outer .archive-header .archive-article .article-title,
.single-header-outer .single-header .archive-article .article-title {
  margin-top: 0;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 641px) {
  .archive-header-outer .archive-header .archive-article .article-title,
  .archive-header-outer .single-header .archive-article .article-title,
  .single-header-outer .archive-header .archive-article .article-title,
  .single-header-outer .single-header .archive-article .article-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 18px 0;
  }
}
.archive-header-outer .archive-header .archive-article .article-title:before,
.archive-header-outer .single-header .archive-article .article-title:before,
.single-header-outer .archive-header .archive-article .article-title:before,
.single-header-outer .single-header .archive-article .article-title:before {
  content: '';
  width: 3px;
  display: block;
  height: 1.6rem;
  position: absolute;
  left: -1rem;
  top: -0.1rem;
  background-color: #f26d6d;
}
@media screen and (max-width: 641px) {
  .archive-header-outer .archive-header .archive-article .article-title:before,
  .archive-header-outer .single-header .archive-article .article-title:before,
  .single-header-outer .archive-header .archive-article .article-title:before,
  .single-header-outer .single-header .archive-article .article-title:before {
    height: 2.6rem;
  }
}
.archive-header-outer .archive-header .archive-article .header-list-datetime,
.archive-header-outer .single-header .archive-article .header-list-datetime,
.single-header-outer .archive-header .archive-article .header-list-datetime,
.single-header-outer .single-header .archive-article .header-list-datetime {
  color: #c5c1c1;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 641px) {
  .archive-header-outer .archive-header .archive-article .header-list-datetime,
  .archive-header-outer .single-header .archive-article .header-list-datetime,
  .single-header-outer .archive-header .archive-article .header-list-datetime,
  .single-header-outer .single-header .archive-article .header-list-datetime {
    font-size: 16px;
    font-size: 1rem;
  }
}
.archive-header-outer .archive-header .archive-article .post-title,
.archive-header-outer .single-header .archive-article .post-title,
.single-header-outer .archive-header .archive-article .post-title,
.single-header-outer .single-header .archive-article .post-title {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 641px) {
  .archive-header-outer .archive-header .archive-article .post-title,
  .archive-header-outer .single-header .archive-article .post-title,
  .single-header-outer .archive-header .archive-article .post-title,
  .single-header-outer .single-header .archive-article .post-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
  }
}
.archive-header-outer .archive-header .archive-article .post-content,
.archive-header-outer .single-header .archive-article .post-content,
.single-header-outer .archive-header .archive-article .post-content,
.single-header-outer .single-header .archive-article .post-content {
  color: #c5c1c1;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 641px) {
  .archive-header-outer .archive-header .archive-article .post-content,
  .archive-header-outer .single-header .archive-article .post-content,
  .single-header-outer .archive-header .archive-article .post-content,
  .single-header-outer .single-header .archive-article .post-content {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
  }
}
.archive-header-outer .archive-header .archive-article .archive-new,
.archive-header-outer .single-header .archive-article .archive-new,
.single-header-outer .archive-header .archive-article .archive-new,
.single-header-outer .single-header .archive-article .archive-new {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-bottom: 1rem;
  border-bottom: 1px solid #555353;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-new,
  .archive-header-outer .single-header .archive-article .archive-new,
  .single-header-outer .archive-header .archive-article .archive-new,
  .single-header-outer .single-header .archive-article .archive-new {
    -webkit-flex-basis: 29.3%;
        -ms-flex-preferred-size: 29.3%;
            flex-basis: 29.3%;
    padding-left: 1rem;
    border-left: solid 1px #555353;
    margin-right: 1.5rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.archive-header-outer .archive-header .archive-article .archive-new .archive-new-list .news-thumb,
.archive-header-outer .single-header .archive-article .archive-new .archive-new-list .news-thumb,
.single-header-outer .archive-header .archive-article .archive-new .archive-new-list .news-thumb,
.single-header-outer .single-header .archive-article .archive-new .archive-new-list .news-thumb {
  padding-bottom: 15rem;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-new .archive-new-list .news-thumb,
  .archive-header-outer .single-header .archive-article .archive-new .archive-new-list .news-thumb,
  .single-header-outer .archive-header .archive-article .archive-new .archive-new-list .news-thumb,
  .single-header-outer .single-header .archive-article .archive-new .archive-new-list .news-thumb {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-new .archive-new-list .news-thumb,
  .archive-header-outer .single-header .archive-article .archive-new .archive-new-list .news-thumb,
  .single-header-outer .archive-header .archive-article .archive-new .archive-new-list .news-thumb,
  .single-header-outer .single-header .archive-article .archive-new .archive-new-list .news-thumb {
    padding-bottom: 11rem;
  }
}
.archive-header-outer .archive-header .archive-article .archive-new .archive-new-list a,
.archive-header-outer .single-header .archive-article .archive-new .archive-new-list a,
.single-header-outer .archive-header .archive-article .archive-new .archive-new-list a,
.single-header-outer .single-header .archive-article .archive-new .archive-new-list a {
  display: block;
  width: 100%;
}
.archive-header-outer .archive-header .archive-article .archive-new .archive-new-list a:hover,
.archive-header-outer .single-header .archive-article .archive-new .archive-new-list a:hover,
.single-header-outer .archive-header .archive-article .archive-new .archive-new-list a:hover,
.single-header-outer .single-header .archive-article .archive-new .archive-new-list a:hover {
  opacity: 0.8;
}
.archive-header-outer .archive-header .archive-article .archive-new .archive-new-list .header-post-thumb img,
.archive-header-outer .single-header .archive-article .archive-new .archive-new-list .header-post-thumb img,
.single-header-outer .archive-header .archive-article .archive-new .archive-new-list .header-post-thumb img,
.single-header-outer .single-header .archive-article .archive-new .archive-new-list .header-post-thumb img {
  width: 100%;
}
.archive-header-outer .archive-header .archive-article .archive-popular,
.archive-header-outer .single-header .archive-article .archive-popular,
.single-header-outer .archive-header .archive-article .archive-popular,
.single-header-outer .single-header .archive-article .archive-popular {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-popular,
  .archive-header-outer .single-header .archive-article .archive-popular,
  .single-header-outer .archive-header .archive-article .archive-popular,
  .single-header-outer .single-header .archive-article .archive-popular {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    padding-left: 1rem;
    border-left: solid 1px #555353;
  }
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list,
  .archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list,
  .single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list,
  .single-header-outer .single-header .archive-article .archive-popular .archive-popular-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li {
  margin-bottom: 1rem;
  padding-left: 4.5rem;
  position: relative;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li,
  .archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li,
  .single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li,
  .single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(even),
  .archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(even),
  .single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(even),
  .single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(5), .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(6),
  .archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(5),
  .archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(6),
  .single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(5),
  .single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(6),
  .single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(5),
  .single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(6) {
    margin-bottom: 0;
  }
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(5) .post-title, .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(6) .post-title,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(5) .post-title,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(6) .post-title,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(5) .post-title,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(6) .post-title,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(5) .post-title,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(6) .post-title {
  margin-bottom: 0;
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:before,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:before,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:before,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:before {
  content: '';
  display: block;
  width: 32px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  left: 3%;
  top: 35%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(1):before,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(1):before,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(1):before,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(1):before {
  background-image: url("../images/rank-01-text-2x.jpg");
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(2):before,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(2):before,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(2):before,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(2):before {
  background-image: url("../images/rank-02-text-2x.jpg");
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(3):before,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(3):before,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(3):before,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li:nth-of-type(3):before {
  background-image: url("../images/rank-03-text-2x.jpg");
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a:hover,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a:hover,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a:hover,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a:hover {
  opacity: 0.8;
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-post-thumb,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-post-thumb,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-post-thumb,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-post-thumb {
  -webkit-flex-basis: 34%;
      -ms-flex-preferred-size: 34%;
          flex-basis: 34%;
  margin-right: 3%;
  background-size: cover;
  background-position: center top;
  height: 90px;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-post-thumb,
  .archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-post-thumb,
  .single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-post-thumb,
  .single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-post-thumb {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content {
  -webkit-flex-basis: 72%;
      -ms-flex-preferred-size: 72%;
          flex-basis: 72%;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content,
  .archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content,
  .single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content,
  .single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
  }
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-title,
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-title,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-title,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-title,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime {
  font-size: 16px;
  font-size: 1rem;
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-content,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-content,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-content,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-content {
  display: none;
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime {
  display: block;
}
@media screen and (min-width: 641px) {
  .archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
  .archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
  .single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime,
  .single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .header-list-datetime {
    margin-top: -4px;
  }
}
.archive-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-title,
.archive-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-title,
.single-header-outer .archive-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-title,
.single-header-outer .single-header .archive-article .archive-popular .archive-popular-list li a .header-content .post-title {
  margin-top: 2px;
}

@media screen and (min-width: 641px) {
  .archive-content {
    max-width: 1119px;
    margin: 3rem auto;
  }
}
.archive-content .list-block {
  padding: 0;
}
@media screen and (min-width: 641px) {
  .archive-content .list-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}



/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.single {
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  .single .site-main {
    margin: 0;
  }
}

.single-header-outer {
  background-image: none;
  min-height: auto;
}
.single-header-outer .single-header {
  max-width: 966px;
  margin: 0 auto;
}
.single-header-outer .single-header .entry-header-title {
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (min-width: 641px) {
  .single-header-outer .single-header .entry-header-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.single-header-outer .single-header .select-post-meta {
  overflow: hidden;
  padding: 1.5rem 0 3.1rem 0;
}
.single-header-outer .single-header .select-post-meta .header-list-datetime {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 641px) {
  .single-header-outer .single-header .select-post-meta .header-list-datetime {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .single-header-outer .single-header .select-post-meta .header-list-datetime {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    color: #c5c1c1;
    font-size: 16px;
    font-size: 1rem;
  }
}
.single-header-outer .single-header .select-post-meta .select-post-cat {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background-color: #ff7b7b;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 641px) {
  .single-header-outer .single-header .select-post-meta .select-post-cat {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-left: 1.5rem;
  }
}
.single-header-outer .single-header .select-post-meta .author-meta {
  float: right;
}
.single-header-outer .single-header .select-post-meta .author-meta p {
  margin: 0;
}
.single-header-outer .single-header .select-post-meta .author-meta p a {
  color: #fff;
}
.single-header-outer .single-header .select-post-meta .author-meta p a:hover span {
  text-decoration: underline;
}
.single-header-outer .single-header .select-post-meta .author-meta .author-name {
  display: none;
}
@media screen and (min-width: 641px) {
  .single-header-outer .single-header .select-post-meta .author-meta .author-name {
    display: inline-block;
  }
}
.single-header-outer .single-header .select-post-meta .author-meta .author-img img {
  border-radius: 50%;
  border: 2px solid #fff;
  vertical-align: middle;
  margin-left: 1rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 641px) {
  .single-header-outer .single-header .select-post-meta .author-meta .author-img img {
    position: absolute;
    right: 40px;
    width: 50px;
  }
}

.single-feature article {
  max-width: 930px;
  margin: 0 auto;
}

.single-post .entry-header,
.single-feature .entry-header {
  max-width: 846px;
  margin: 1.625rem auto 0 auto;
  text-align: center;
}
.post-format-standard,
.single-feature .entry-content {
  max-width: 930px;
  margin: 0 auto;
}
.post-format-standard img,
.single-feature .entry-content img {
  margin: 12px 16px 24px 0;
}
.post-format-standard table,
.single-feature .entry-content table {
  border-collapse: collapse;
  border: 1px solid #CCC;
}
.post-format-standard table th, .post-format-standard table td,
.single-feature .entry-content table th,
.single-feature .entry-content table td {
  padding: 5px 10px;
  border: 1px solid #CCC;
}
.post-format-standard table th,
.single-feature .entry-content table th {
  background: #EEE;
}
.post-format-standard code,
.single-feature .entry-content code {
  font-weight: bold;
  background: #ff9;
  padding: 4px 8px;
}
.post-format-standard blockquote, .post-format-standard q,
.single-feature .entry-content blockquote,
.single-feature .entry-content q {
  margin: 1.5em 0;
  padding: 30px 15px 8px;
  border: 1px solid #ccc;
  background: #e6f3ff;
  position: relative;
}
.post-format-standard blockquote::after, .post-format-standard q::after,
.single-feature .entry-content blockquote::after,
.single-feature .entry-content q::after {
  position: absolute;
  top: 8px;
  left: 12px;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 24px;
  font-size: 1.5rem;
  color: #94989E;
}

.post-format-standard h1,
.single-feature .entry-content h1 {
  position: relative;
  background-color: #fd8788;
  padding: 0.5rem 1rem;
  color: #fff;
  margin: 50px 0 40px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 641px) {
  .post-format-standard h1,
  .single-feature .entry-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.post-format-standard h1:before, .post-format-standard h1:after,
.single-feature .entry-content h1:before,
.single-feature .entry-content h1:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}
.post-format-standard h1:before,
.single-feature .entry-content h1:before {
  border-width: 0 34px 14px 0;
  top: 100%;
  left: 0;
  border-color: transparent #b6696a transparent transparent;
}
.post-format-standard h1:after,
.single-feature .entry-content h1:after {
  border-width: 16px 0 0 34px;
  right: 0;
  top: -16px;
  border-color: transparent transparent transparent #b6696a;
}
.post-format-standard h2,
.single-feature .entry-content h2 {
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #fb9395;
  padding-top: 30px;
  color: #282626;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 641px) {
  .post-format-standard h2,
  .single-feature .entry-content h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.post-format-standard h3,
.single-feature .entry-content h3 {
	border-left: 3px solid #fb9395;
	padding-left: .5em;
	margin: .5em 0;
}
.post-format-standard figure,
.single-feature .entry-content figure {
  text-align: center;
}
.post-format-standard figure img,
.single-feature .entry-content figure img {
  width: auto;
}
.post-format-standard p,
.single-feature .entry-content p {
  color: #494545;
  line-height: 1.6;
  margin-bottom: 2em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 641px) {
  .post-format-standard p,
  .single-feature .entry-content p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.post-format-standard p .alignleft,
.single-feature .entry-content p .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.post-format-standard p .alignright,
.single-feature .entry-content p .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.post-format-standard p .aligncenter,
.single-feature .entry-content p .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-author {
  max-width: 832px;
  margin: 5rem auto;
  font-weight: bold;
}
.entry-author .title-back-number {
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-author .title-back-number:first-of-type {
  margin-bottom: 0.5rem;
  text-decoration: underline;
}
.entry-author .title-back-number:nth-of-type(2) {
  margin-top: 0;
}

.author-info-entry {
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #c5c1c1;
}
.author-info-entry .author-info {
  overflow: hidden;
  padding: 1.8rem 2.7rem;
  padding-bottom: 1.8rem;
  background-color: #d9d3d3;
}
.author-info-entry .author-info .author-img {
  float: left;
}
.author-info-entry .author-info .author-img img {
  border-radius: 50%;
  border: 3px solid #fff;
}
.author-info-entry .author-info .author-detail {
  float: left;
  width: 78%;
  margin-left: 1.5rem;
}
.author-info-entry .author-info .author-detail:first-of-type {
  width: auto;
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
  color: #282626;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 641px) {
  .author-info-entry .author-info .author-detail:first-of-type {
    font-size: 18px;
    font-size: 1.125rem;
    width: 78%;
    margin-top: 1rem;
  }
}
.author-info-entry .author-info .author-detail:first-of-type a {
  color: #4a4a4a;
}
.author-info-entry .author-info .author-detail:first-of-type a:hover {
  text-decoration: underline;
}
.author-info-entry .author-info .author-detail:nth-of-type(2) {
  margin-top: 0;
  color: #4a4a4a;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 641px) {
  .author-info-entry .author-info .author-detail:nth-of-type(2) {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 110px;
  }
}
.author-info-entry .author-back-number {
  padding: 1.8rem 2.7rem;
}
.author-info-entry .authors-posts li {
  margin: 1.5rem auto;
}
.author-info-entry .authors-posts a {
  color: #4966b1;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 641px) {
  .author-info-entry .authors-posts a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.author-info-entry .authors-posts a:hover {
  text-decoration: underline;
}

.single-footer-content-title {
  color: #c5c1c1;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: solid 1px #c8c8c8;
}
.single-footer-content-title .single-sub-title {
  margin-left: 1rem;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.single-feature .single-header-outer {
  background-image: none;
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center top;
  min-height: 453px;
  overflow: hidden;
}
.single-feature .feature-thumb {
  max-width: 966px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.single-feature .feature-thumb img {
  width: 100%;
  height: auto;
  position: relative;
}
.single-feature .single-header {
  position: relative;
  top: 9em;
  max-width: 920px;
}
@media screen and (max-width: 641px) {
  .single-feature .single-header {
    top: 0;
  }
}
.single-feature .select-post-meta {
  max-width: 966px;
  margin: 0 auto;
}
.single-feature .select-post-meta .meta-block {
  font-size: 0;
}
.single-feature .select-post-meta .select-post-cat {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem 0.7rem 1rem;
  background-color: #ff7b7b;
  font-size: 13px;
  font-size: 0.8125rem;
}
.single-feature .select-post-meta .post-author {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem 0.7rem 1rem;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  font-size: 0.8125rem;
}
.single-feature .entry-content p {
  color: #494545;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 641px) {
  .single-feature .entry-content p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.single-feature .archive-content {
  margin-top: 2rem;
}

/*--------------------------------------------------------------
# Author
--------------------------------------------------------------*/
.archive.author .archive-header-outer {
  min-height: 362px;
}
.archive.author .archive-header {
  position: relative;
  top: 2em;
  padding-bottom: 2em;
}
.archive.author .author-info {
  overflow: hidden;
  margin-top: 1.5rem;
}
.archive.author .author-info .author-img {
  float: left;
}
.archive.author .author-info .author-img img {
  border-radius: 50%;
  border: 3px solid #fff;
}
.archive.author .author-info .author-detail {
  color: #fff;
  float: left;
  width: 78%;
  margin-left: 1.5rem;
}
.archive.author .author-info .author-detail:first-of-type {
  width: auto;
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
  color: #282626;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 641px) {
  .archive.author .author-info .author-detail:first-of-type {
    width: 78%;
    margin-top: 0;
  }
}
.archive.author .author-info .author-detail:first-of-type a {
  color: #fff;
}
.archive.author .author-info .author-detail:first-of-type a:hover {
  text-decoration: underline;
}
.archive.author .author-info .author-detail:nth-of-type(2) {
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 641px) {
  .archive.author .author-info .author-detail:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 .single-header {
  padding-bottom: 3rem;
}
.error404 #primary {
  max-width: 960px;
  margin: 0 auto 3rem auto;
}
.error404 #primary .fa-chevron-right {
  margin-right: 0.5rem;
}
.error404 #primary .to-top {
  color: #555353;
}
.error404 #primary .to-top:hover {
  text-decoration: underline;
}
.error404 #primary .header-post-list {
  margin-top: 2rem;
}

@media screen and (max-width: 641px) {
  .card-for-sp {
    margin-left: 20px;
  }
  .card-for-sp .slick-list .slick-track .slider-posts .post-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .card-for-sp .slick-list .slick-track .slider-posts a {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: solid 1px #d9d3d3;
    background-position: left top;
    overflow: hidden;
    -webkit-transition: 100ms;
    transition: 100ms;
    height: 220px;
    margin: auto;
  }
  .card-for-sp .slick-list .slick-track .slider-posts a .post-list-back {
    display: none;
/*
    display: block;
    z-index: 18;
    top: 0;
    height: 300px;
    width: 100%;
    background-position: center top;
*/
  }
  .card-for-sp .slick-list .slick-track .slider-posts a .post-list-back .post-title, .card-for-sp .slick-list .slick-track .slider-posts a .post-list-back .btn-view, .card-for-sp .slick-list .slick-track .slider-posts a .post-list-back img, .card-for-sp .slick-list .slick-track .slider-posts a .post-list-back .sns-total {
    display: none;
  }
/*
  .card-for-sp .slick-list .slick-track .slider-posts .card-front {
    top: 153px;
    padding: 1rem;
    height: 234px;
    z-index: 20;
    overflow: hidden;
  }
*/
  .card-for-sp .slick-list .slick-track .slider-posts .card-front .post-list-content .post-list-content {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .card-for-sp .slick-list .slick-track .slider-posts .card-front .post-list-content .post-list-content .post-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .card-for-sp .slick-list .slick-track .slider-posts .card-front .post-list-content .post-list-content .post-content {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .card-for-sp .slick-list .slick-track .slider-posts .card-front .post-thumb {
    display: none;
  }
  .card-for-sp .slick-list .slick-track .slider-posts .post-list-meta {
    background: #fff;
    border: none;
    border-top: solid 1px #d9d3d3;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    box-shadow: none;
    z-index: 30;
    top: 186px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
	vertical-align: top;
  }
  .card-for-sp .slick-list .slick-track .slider-posts .post-list-meta time {
    position: relative;
    top: 4px;
  }
  .card-for-sp .slick-list .slick-track .slider-posts .post-list-meta .sns-total {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .card-for-sp .slick-list .slick-track .slider-posts.last a {
    width: 300px;
  }
}
.post-format-standard .easy-series-toc {
  background: none !important;
  position: relative;
  margin: 20px 0 30px;
}
.post-format-standard .easy-series-toc .easy-series-toc-table {
  width: 100%;
  position: relative;
  z-index: 10;
  border: none;
}
.post-format-standard .easy-series-toc::after {
  content: "";
  background: #efefef;
  width: 93%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  z-index: 5;
  right: 0;
  left: 0;
}
.post-format-standard .easy-series-toc .easy-series-toc-table thead th, .post-format-standard .easy-series-toc .easy-series-toc-table thead th a {
  border: none;
  position: relative;
  padding: .5em 1.8em .5em 1em;
  color: white;
  background-color: #FF7B7B;
}
.post-format-standard .easy-series-toc .easy-series-toc-table thead th:nth-child(1) {
  width: 80%;
  padding: .5em 0 .5em 1em;
}
.post-format-standard .easy-series-toc .easy-series-toc-table thead th:nth-child(2) {
  width: 20%;
  padding: .5em 2.2em .5em 0;
  font-size: 12px;
}
.post-format-standard .easy-series-toc .easy-series-toc-table thead th::before,
.post-format-standard .easy-series-toc .easy-series-toc-table thead th::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
.post-format-standard .easy-series-toc .easy-series-toc-table thead th:nth-child(1)::before {
  left: 0;
  border-width: 0 23px 15px 0;
  border-right-color: #C55050;
}
@media screen and (max-width: 641px) {
  .post-format-standard .easy-series-toc .easy-series-toc-table thead th:nth-child(1)::before {
    border-width: 0 11px 15px 0;
  }
}
.post-format-standard .easy-series-toc .easy-series-toc-table thead th:nth-child(2)::after {
  right: 0;
  border-style: solid;
  border-width: 15px 23px 0 0;
  border-top-color: #C55050;
}
@media screen and (max-width: 641px) {
  .post-format-standard .easy-series-toc .easy-series-toc-table thead th:nth-child(2)::after {
    border-width: 15px 11px 0 0;
  }
}
.post-format-standard .easy-series-toc-table tbody {
  font-size: 14px;
  line-height: 20px;
}
.post-format-standard .easy-series-toc-table tbody tr {
  border-bottom: 1px solid white;
}
.post-format-standard .easy-series-toc table td {
  border: 0;
  padding: 14px 0 14px 30px;
}
.post-format-standard .easy-series-toc table td:nth-child(2) {
  padding: 14px 28px 14px 0;
  font-size: 12px;
}

.floatleft{float:left;}
.floatright{float:right;}



body.admin-bar {margin-top: 32px;}



.easy-series-toc {
	background-color: #f9f9f9;
	padding-left: 10px;
	padding-right: 10px;
}

.easy-series-toc table {
	width: 100%;
	border: 0;
}

.easy-series-toc table th {
	border: 0;
	border-bottom: 2px solid #d1d1d1;
	background-color: #f9f9f9;
}

.easy-series-toc table th:nth-of-type(1) {
	text-align: left;
}

.easy-series-toc table th:nth-of-type(2) {
	font-weight: normal;
	text-align: right;
	width: 30%;
}

.easy-series-toc table td {
	border: 0;
}

.easy-series-toc table td:nth-of-type(2) {
	text-align: right;
}

.front-page .more a{margin-top: 0.7em; color: #555353; font-size:90%}

.edit-link a {font-size: 2em; color: red;}

.social-link {text-align: center; overflow:hidden;}
.social-link-item {display: inline-block; vertical-align: top; margin-right: 1em; overflow:hidden;}

.slider-posts .card-front.post-list {
margin-top: 183px;
}

li.menu-item {
list-style: none;
}

.tags {
    color: #888;
    overflow: hidden;
    line-height: 2;
    margin-bottom: 1em;
}

a.tag {
    color: #888;
    vertical-align: top;
    padding: 2px 3px;
    background-color: white;
    word-wrap: normal;
    word-break: keep-all;
}

@media screen and (max-width: 641px) {
	.post-format-standard.entry-content {
  		margin: 0 1rem;
	}
	.slider-posts a {
		padding-left: 220px;
		height: 220px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.slider-posts .card-front .post-list-content .post-list-content {
		margin-left: 8px;
		height: 210px;
    	overflow: hidden;
	}
	.slick-track {
		display: block;
	}
	.slider-posts {
		width: auto;
	}
	.slider-posts .card-front.post-list {
		height: 100%;
		padding-bottom: 4px;
		margin-top: 0;
	}
}


.nav-sab-search-text {
	max-width: 212px;
}