@charset "UTF-8";
/*!
Theme Name: Sakunare
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: 0.1.0
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;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 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;
}

/*--------------------------------------------------------------
# Fontawsome
--------------------------------------------------------------*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/fonts/fontawesome-webfont.eot#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff2"), url("fonts/fontawesome-webfont_v-4.5.0.woff") format("woff"), url("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/*--------------------------------------------------------------
# Theme's mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# IonMoon, sns balloon
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/fonts/icomoon.eot?j2snvn");
  src: url("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/fonts/icomoon.eot?j2snvn#iefix") format("embedded-opentype"), url("fonts/icomoon_j2snvn.ttf") format("truetype"), url("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/fonts/icomoon.woff?j2snvn") format("woff"), url("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/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;
}

ul,
ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

li {
  list-style: none;
}

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: 3rem auto 10rem auto;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .pagination {
    margin: 0 auto 10rem auto;
  }
}
.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;
  }
}

.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;
}
.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: 2rem;
    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 ul {
  margin: 0;
  padding: 0;
}
.site-header .header-sub-navigation li {
  display: inline-block;
  margin-left: 1.5rem;
}
.site-header .header-form {
  position: absolute;
  right: 90px;
  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;
}
@media screen and (min-width: 641px) {
  .category-list,
  .feature-list {
    width: 90%;
  }
}

.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("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/images/rank-01@2x.png");
  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("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/images/rank-02@2x.png");
  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("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/images/rank-03@2x.png");
  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 {
    bottom: 0.5rem;
  }
  .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%;
}
.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: 21px;
  }
}
.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 {
  line-height: 0.6;
  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 {
  content: '\f054';
  font-family: "FontAwesome";
  position: absolute;
  right: 1.5rem;
  top: 17%;
}
@media screen and (min-width: 641px) {
  .title-front:after {
    content: '';
  }
}
@media screen and (min-width: 641px) {
  .title-front {
    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;
}

@media screen and (min-width: 641px) {
  .slick-slider {
    width: 90%;
    margin: 0 auto 4.5rem;
  }
}

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

.slider-posts {
  width: 360px;
  margin-right: 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 {
    background-image: none !important;
    box-shadow: none;
    border-radius: 0;
    border: none;
  }
}
@media screen and (min-width: 641px) {
  .slider-posts a {
    background-position: center top;
    background-size: 120%;
    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 {
  -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;
}
@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;
  padding: 0.5rem;
  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;
    padding: 0.5rem 3rem 0.2rem 1rem;
    position: absolute;
    top: 0;
    background: none;
    padding-left: 240px;
  }
  .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("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/images/category-bg@2x.png");
  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("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/images/rank-01-text@2x.png");
}
.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("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/images/rank-02-text@2x.png");
}
.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("http://knowledge.sakura.ad.jp/wordpress/wp-content/themes/sakunare/images/rank-03-text@2x.png");
}
.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;
  }
}
.archive-content .slider-posts {
  width: auto;
}
@media screen and (min-width: 641px) {
  .archive-content .slider-posts {
    -webkit-flex-basis: 23.324396783%;
        -ms-flex-preferred-size: 23.324396783%;
            flex-basis: 23.324396783%;
    margin-right: 2.234137623%;
    width: 23.324396783%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 641px) {
  .archive-content .slider-posts:nth-of-type(4n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.single {
  background-color: #fff;
}
.single .site-main {
  margin: 0 1rem;
}
@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: 30px;
    font-size: 1.875rem;
  }
}
.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-post article,
.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;
}
.single-post .entry-content,
.single-feature .entry-content {
  max-width: 930px;
  margin: 0 auto;
}
.single-post .entry-content img,
.single-feature .entry-content img {
  margin: 12px 16px 24px 0;
}
.single-post .entry-content table,
.single-feature .entry-content table {
  border-collapse: collapse;
  border: 1px solid #CCC;
}
.single-post .entry-content table th, .single-post .entry-content table td,
.single-feature .entry-content table th,
.single-feature .entry-content table td {
  padding: 5px 10px;
  border: 1px solid #CCC;
}
.single-post .entry-content table th,
.single-feature .entry-content table th {
  background: #EEE;
}
.single-post .entry-content code,
.single-feature .entry-content code {
  font-weight: bold;
  background: #ff9;
  padding: 4px 8px;
}
.single-post .entry-content blockquote, .single-post .entry-content 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;
}
.single-post .entry-content blockquote::after, .single-post .entry-content 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;
}
.single-post .entry-content ul, .single-post .entry-content ol,
.single-feature .entry-content ul,
.single-feature .entry-content ol {
  padding: 0px;
  margin: 0px;
}
.single-post .entry-content ul li, .single-post .entry-content ol li,
.single-feature .entry-content ul li,
.single-feature .entry-content ol li {
  padding: 0px;
  margin: 0px;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important;
  position: relative;
  padding-left: 20px;
}
.single-post .entry-content ul li::before, .single-post .entry-content ol li::before,
.single-feature .entry-content ul li::before,
.single-feature .entry-content ol li::before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  top: 6px;
  left: 2px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #aaa;
}
@media screen and (max-width: 641px) {
  .single-post .entry-content ul li::before, .single-post .entry-content ol li::before,
  .single-feature .entry-content ul li::before,
  .single-feature .entry-content ol li::before {
    top: 12px;
  }
}
@media screen and (max-width: 641px) {
  .single-post .entry-content ul li, .single-post .entry-content ol li,
  .single-feature .entry-content ul li,
  .single-feature .entry-content ol li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.single-post .entry-content 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) {
  .single-post .entry-content h1,
  .single-feature .entry-content h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.single-post .entry-content h1:before, .single-post .entry-content h1:after,
.single-feature .entry-content h1:before,
.single-feature .entry-content h1:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}
.single-post .entry-content h1:before,
.single-feature .entry-content h1:before {
  border-width: 0 34px 14px 0;
  top: 100%;
  left: 0;
  border-color: transparent #b6696a transparent transparent;
}
.single-post .entry-content h1:after,
.single-feature .entry-content h1:after {
  border-width: 16px 0 0 34px;
  right: 0;
  top: -16px;
  border-color: transparent transparent transparent #b6696a;
}
.single-post .entry-content 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) {
  .single-post .entry-content h2,
  .single-feature .entry-content h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.single-post .entry-content h3,
.single-feature .entry-content h3 {
  padding: .5em 0;
  margin: 0;
}
.single-post .entry-content figure,
.single-feature .entry-content figure {
  text-align: center;
}
.single-post .entry-content figure img,
.single-feature .entry-content figure img {
  width: auto;
}
.single-post .entry-content 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) {
  .single-post .entry-content p,
  .single-feature .entry-content p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.single-post .entry-content p .alignleft,
.single-feature .entry-content p .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.single-post .entry-content p .alignright,
.single-feature .entry-content p .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.single-post .entry-content 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: center top;
    background-size: 120%;
    overflow: hidden;
    -webkit-transition: 100ms;
    transition: 100ms;
    height: 430px;
    margin: auto;
  }
  .card-for-sp .slick-list .slick-track .slider-posts a .post-list-back {
    display: block;
    z-index: 18;
    top: 0;
    height: 300px;
    width: 100%;
    background-size: 140%;
    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;
    padding: 0.5rem;
    z-index: 30;
    top: auto;
    font-size: 16px;
    font-size: 1rem;
  }
  .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;
  }
}
.single-post .entry-content .easy-series-toc {
  background: none !important;
  position: relative;
  margin: 20px 0 30px;
}
.single-post .entry-content .easy-series-toc .easy-series-toc-table {
  width: 100%;
  position: relative;
  z-index: 10;
  border: none;
}
.single-post .entry-content .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;
}
.single-post .entry-content .easy-series-toc .easy-series-toc-table thead th {
  border: none;
  position: relative;
  padding: .5em 1.8em .5em 1em;
  color: white;
  background-color: #FF7B7B;
}
.single-post .entry-content .easy-series-toc .easy-series-toc-table thead th:nth-child(1) {
  width: 80%;
  padding: .5em 0 .5em 1em;
}
.single-post .entry-content .easy-series-toc .easy-series-toc-table thead th:nth-child(2) {
  width: 20%;
  padding: .5em 2.2em .5em 0;
  font-size: 12px;
}
.single-post .entry-content .easy-series-toc .easy-series-toc-table thead th::before,
.single-post .entry-content .easy-series-toc .easy-series-toc-table thead th::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
.single-post .entry-content .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) {
  .single-post .entry-content .easy-series-toc .easy-series-toc-table thead th:nth-child(1)::before {
    border-width: 0 11px 15px 0;
  }
}
.single-post .entry-content .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) {
  .single-post .entry-content .easy-series-toc .easy-series-toc-table thead th:nth-child(2)::after {
    border-width: 15px 11px 0 0;
  }
}
.single-post .entry-content .easy-series-toc-table tbody {
  font-size: 14px;
  line-height: 20px;
}
.single-post .entry-content .easy-series-toc-table tbody tr {
  border-bottom: 1px solid white;
}
.single-post .entry-content .easy-series-toc table td {
  border: 0;
  padding: 14px 0 14px 30px;
}
.single-post .entry-content .easy-series-toc table td:nth-child(2) {
  padding: 14px 28px 14px 0;
  font-size: 12px;
}

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