@charset "UTF-8";
/*
Theme Name: material2016
Description: material design wordpress theme
Author: deer
Author URI: http://creatorclip.info/
Version: 1.0
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

/*svg:not(:root){overflow:hidden}*/
template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace;
}

nav ol, nav ul {
  list-style: none;
}

/*select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}*/
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

img {
  max-width: 100%;
  height: auto;
}

img.icon, .favicon img {
  width: auto;
}

section, article {
  display: block;
}

body, input, textarea, code, .copyBtn a {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.mac body, .iOS body, .mac input, .iOS input, .mac textarea, .iOS textarea, .mac code, .iOS code, .mac .copyBtn a, .iOS .copyBtn a {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

html {
  height: 100%;
}

body.hidden {
  overflow: hidden;
}
body.drawerOpen {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
body.loading {
  overflow: hidden;
}

#wrapper {
  position: relative;
  z-index: 2;
  background: #f7f5f2;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.inner {
  position: relative;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .inner {
    max-width: 1200px;
  }
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

.en {
  font-family: 'Oswald', sans-serif;
}

span.en {
  letter-spacing: 2px;
}

.windows h1, .windows h2, .windows h3, .windows h4, .windows h5, .windows h6, .windows p, .windows ul, .windows ol, .windows dl, .windows table {
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  opacity: 0.7;
  background-color: #000;
}

.show {
  display: block;
}

.hide, .amp-show {
  display: none;
}

.fadeOut {
  will-change: opacity, transform;
  -webkit-animation: fadeOut 0.3s ease-in-out both;
          animation: fadeOut 0.3s ease-in-out both;
}

.fadeIn {
  will-change: transform;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}

p.categoryLabel {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #ffb300;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
}
@media (max-width: 570px) {
  p.categoryLabel {
    font-size: 10px;
  }
}
p.categoryLabel a {
  color: #fff !important;
  font-weight: bold;
}

.vp-max {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	width: 100vw !important
}

.column-2, .column-3, .column-4, .column-5, .column-6, .column, .screenList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-ie10 .column-2, .u-ie10 .column-3, .u-ie10 .column-4, .u-ie10 .column-5, .u-ie10 .column-6, .u-ie10 .column, .u-ie10 .screenList {
  overflow: hidden;
}
.column-2 > .col, .column-2 > li, .column-3 > .col, .column-3 > li, .column-4 > .col, .column-4 > li, .column-5 > .col, .column-5 > li, .column-6 > .col, .column-6 > li, .column > .col, .column > li, .screenList > .col, .screenList > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-pack: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-ie10 .column-2 > .col, .u-ie10 .column-2 > li, .u-ie10 .column-3 > .col, .u-ie10 .column-3 > li, .u-ie10 .column-4 > .col, .u-ie10 .column-4 > li, .u-ie10 .column-5 > .col, .u-ie10 .column-5 > li, .u-ie10 .column-6 > .col, .u-ie10 .column-6 > li, .u-ie10 .column > .col, .u-ie10 .column > li, .u-ie10 .screenList > .col, .u-ie10 .screenList > li {
  float: left;
}

.column-2 > .col {
  width: 48%;
}
.column-2 > .col > * {
  margin-bottom: 4%;
}

.column-3 > .col {
  width: 32%;
}
.column-3 > .col > * {
  margin-bottom: 6%;
}

.column-4 > .col {
  width: 22%;
}
.column-4 > .col > * {
  margin-bottom: 4%;
}

.column-5 > .col {
  width: 19%;
}
.column-5 > .col > * {
  margin-bottom: 7%;
}

.column-6 > .col {
  width: 15%;
}
.column-6 > .col > * {
  margin-bottom: 5%;
}

.no-space {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.no-space.column-2 > .col {
  width: 50%;
}
.no-space.column-3 > .col {
  width: 33.333%;
}
.no-space.column-4 > .col {
  width: 25%;
}
.no-space.column-5 > .col {
  width: 20%;
}
.no-space.column-6 > .col {
  width: 16.666%;
}
.no-space .col * {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .tab-column-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-column-scroll::-webkit-scrollbar {
    width: 15px;
  }
  .tab-column-scroll::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
  }
  .tab-column-scroll::-webkit-scrollbar-track-piece:start {
    background: #eee;
  }
  .tab-column-scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
  }
  .tab-column-scroll > * {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 2880px;
  }
  .tab-column-scroll > * .col {
    padding-right: 1%;
  }
  .tab-column-scroll > * .col:last-child {
    padding-right: 0;
  }
  .tab-column-scroll > * .col > * {
    margin-bottom: 10px;
  }

  .swiper-wrapper > .swiper-slide {
    width: 80%;
  }

  .tab-column-none {
    display: block;
  }
  .tab-column-none > .col {
    width: auto;
    margin-top: 4%;
  }

  .tab-column-2 > .col {
    width: 48%;
  }

  .tab-column-3 > .col {
    width: 32%;
  }

  .tab-column-4 > .col {
    width: 23%;
  }

  .tab-column-5 > .col {
    width: 19%;
  }

  .tab-column-6 > .col {
    width: 15%;
  }

  .no-space {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .no-space.tab-column-2 > .col {
    width: 50%;
  }
  .no-space.tab-column-3 > .col {
    width: 33.333%;
  }
  .no-space.tab-column-4 > .col {
    width: 25%;
  }
  .no-space.tab-column-5 > .col {
    width: 20%;
  }
  .no-space.tab-column-6 > .col {
    width: 16.666%;
  }
}
@media (min-width: 881px) and (max-width: 1024px) {
  .tab-column-4 > .col:nth-child(4n+2):last-child {
    margin-right: 51.3%;
  }
}
@media (max-width: 768px) {
  .tab-small-column-2 > .col {
    width: 48%;
  }

  .tab-small-column-3 > .col {
    width: 32%;
  }

  .tab-small-column-4 > .col {
    width: 23%;
  }

  .tab-small-column-5 > .col {
    width: 19%;
  }

  .tab-small-column-6 > .col {
    width: 15%;
  }

  .no-space {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .no-space.tab-small-column-2 > .col {
    width: 50%;
  }
  .no-space.tab-small-column-3 > .col {
    width: 33.333%;
  }
  .no-space.tab-small-column-4 > .col {
    width: 25%;
  }
  .no-space.tab-small-column-5 > .col {
    width: 20%;
  }
  .no-space.tab-small-column-6 > .col {
    width: 16.666%;
  }
}
@media (max-width: 570px) {
  .column-2:not(.sp-column-keep) > .col,
  .column-3:not(.sp-column-keep) > .col,
  .column-4:not(.sp-column-keep) > .col,
  .column-5:not(.sp-column-keep) > .col,
  .column-6:not(.sp-column-keep) > .col {
    width: 100%;
  }

  .sp-column-none {
    display: block;
  }
  .sp-column-none > .col {
    width: auto;
    margin-top: 4%;
  }

  .sp-column-2 > .col {
    width: 48%;
  }

  .sp-column-3 > .col {
    width: 32%;
  }

  .sp-column-4 > .col {
    width: 22%;
  }

  .sp-column-5 > .col {
    width: 19%;
  }

  .sp-column-6 > .col {
    width: 15%;
  }

  .no-space {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .no-space.sp-column-2 > .col {
    width: 50%;
  }
  .no-space.sp-column-3 > .col {
    width: 33.333%;
  }
  .no-space.sp-column-4 > .col {
    width: 25%;
  }
  .no-space.sp-column-5 > .col {
    width: 20%;
  }
  .no-space.sp-column-6 > .col {
    width: 16.666%;
  }
}
.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

@media (max-width: 570px) {
  .w5p, .w10p, .w15p, .w20p, .w25p, .w30p, .w35p, .w40p, .w45p, .w50p,
  .w55p, .w60p, .w65p, .w70p, .w75p, .w80p, .w85p, .w90p, .w95p {
    width: 100%;
  }
}
.tab-block, .tab-only-block, .sp-block, .sp-inline {
  display: none;
}

@media (max-width: 1024px) {
  .tab-block {
    display: block;
  }

  .tab-none {
    display: none;
  }
}
@media (min-width: 571px) and (max-width: 1024px) {
  .tab-only-block {
    display: block;
  }

  .tab-only-none {
    display: none;
  }
}
@media (max-width: 570px) {
  .sp-block {
    display: block;
  }

  .sp-inline {
    display: inline-block;
  }

  .sp-none {
    display: none !important;
  }
}
.btn a, .btn input {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  color: #fff;
  background-color: #ffb300;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-property: color, translate, -webkit-box-shadow;
  transition-property: color, translate, -webkit-box-shadow;
  transition-property: color, translate, box-shadow;
  transition-property: color, translate, box-shadow, -webkit-box-shadow;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn a:hover, .btn input:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: #ffc233;
}
.btn a:active, .btn input:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #cc8f00;
}

.btnList li {
  position: relative;
  list-style: none;
}
.btnList li .balloon {
  position: absolute !important;
  top: -0.75em;
  right: -0.5em;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 5px;
  color: #aaa !important;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
}

.light, .dark {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 46px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.light.light:hover, .dark.light:hover {
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.light.dark, .dark.dark {
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.light.dark:hover, .dark.dark:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
}
.light:hover, .dark:hover {
  text-decoration: none !important;
  -webkit-animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 3;
          animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 3;
}
.light.twitter, .dark.twitter {
  background-color: #55acee;
}
.light.twitter.light:hover, .dark.twitter.light:hover {
  background-color: #83c3f3;
}
.light.twitter.dark:hover, .dark.twitter.dark:hover {
  background-color: #2795e9;
}
.light.twitter-x, .dark.twitter-x {
  background-color: #14171a;
}
.light.twitter-x.light:hover, .dark.twitter-x.light:hover {
  background-color: #2a3137;
}
.light.twitter-x.dark:hover, .dark.twitter-x.dark:hover {
  background-color: black;
}
.light.facebook, .dark.facebook {
  background-color: #3b5998;
}
.light.facebook.light:hover, .dark.facebook.light:hover {
  background-color: #4c70ba;
}
.light.facebook.dark:hover, .dark.facebook.dark:hover {
  background-color: #2d4373;
}
.light.hatebu, .dark.hatebu {
  background-color: #00a5de;
}
.light.hatebu.light:hover, .dark.hatebu.light:hover {
  background-color: #12c2ff;
}
.light.hatebu.dark:hover, .dark.hatebu.dark:hover {
  background-color: #007fab;
}
.light.feedly, .dark.feedly {
  background-color: #6cc655;
}
.light.feedly.light:hover, .dark.feedly.light:hover {
  background-color: #8dd37b;
}
.light.feedly.dark:hover, .dark.feedly.dark:hover {
  background-color: #52ae3a;
}
.light.push7, .dark.push7 {
  background-color: #e5a717;
}
.light.push7.light:hover, .dark.push7.light:hover {
  background-color: #ecb943;
}
.light.push7.dark:hover, .dark.push7.dark:hover {
  background-color: #b78512;
}
.light.pocket, .dark.pocket {
  background-color: #ef3f56;
}
.light.pocket.light:hover, .dark.pocket.light:hover {
  background-color: #f36e7f;
}
.light.pocket.dark:hover, .dark.pocket.dark:hover {
  background-color: #e8132f;
}
.light.gplus, .dark.gplus {
  background-color: #dc4e41;
}
.light.gplus.light:hover, .dark.gplus.light:hover {
  background-color: #e4766c;
}
.light.gplus.dark:hover, .dark.gplus.dark:hover {
  background-color: #c63224;
}
.light i, .dark i {
  width: 20px;
  height: 20px;
  line-height: 44px;
}

input, textarea, select {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.textFormWrap {
  margin-top: 30px;
  padding: 30px;
  background-color: #f2f2f2;
}
@media (max-width: 570px) {
  .textFormWrap {
    padding: 20px 15px;
  }
}
.textFormWrap .textForm {
  margin-bottom: 1.5em;
}
.textFormWrap .textForm input, .textFormWrap .textForm textarea {
  background-color: #fff;
}

#headerTxt {
  padding: 5px 0;
  background-color: #030000;
}
#headerTxt p {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

#header {
  position: relative;
  padding: 18px 0;
  background: linear-gradient(135deg, #030000 25%, transparent 25%, transparent 50%, #030000 50%, #030000 75%, transparent 75%, transparent);
  background-color: #52504a;
  background-size: 4px 4px;
  z-index: 10;
  border-top: 3px solid transparent;
}
.pace-done #header {
  border-top-color: #ffb300;
}
@media (max-width: 570px) {
  #header {
    height: 80px;
  }
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 570px) {
  #header .inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.u-ie10 #header .inner {
  width: 1300px;
}
#header .inner #logo, #header .inner #searchForm, #header .inner #snsBtn, #header .inner #drawerBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-pack: justify;
  vertical-align: middle;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #logo {
  width: 220px;
}
@media (max-width: 570px) {
  #header #logo {
    width: auto;
    margin-right: auto;
  }
}
#header #logo a {
  display: table;
  width: 100%;
}
#header #logo a:hover .icon-logo {
  -webkit-animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 3;
          animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 3;
}
#header #logo a .siteLogo, #header #logo a .siteName {
  display: table-cell;
  vertical-align: middle;
}
#header #logo a .icon-logo {
  display: inline-block;
  color: #ffb300;
  font-size: 52px;
  margin-right: 14px;
}
@media (max-width: 570px) {
  #header #logo a .icon-logo {
    font-size: 40px;
  }
}
#header #logo a .siteName span {
  display: block;
  color: #fff;
}
#header #logo a .siteName span.en {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2px;
}
@media (max-width: 570px) {
  #header #logo a .siteName span.en {
    font-size: 18px;
  }
}
#header #logo a .siteName span.ja {
  font-size: 13px;
  letter-spacing: 1px;
}
@media (max-width: 570px) {
  #header #logo a .siteName span.ja {
    font-size: 10px;
  }
}
#header #searchForm {
  height: 44px;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 570px) {
  #header #searchForm {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
  }
}
#header #searchForm.active {
  margin-left: 0;
}
@media (max-width: 570px) {
  #header #searchForm.active {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#header #searchForm.active .searchBtn {
  display: none;
}
#header #searchForm.active #searchform {
  display: block;
}
#header #searchForm .searchBtn a {
  color: #6c6961;
  font-size: 24px;
}
#header #searchForm #searchform {
  position: relative;
}
@media (max-width: 570px) {
  #header #searchForm #searchform {
    display: none;
  }
}
#header #searchForm #searchform #s {
  width: 100%;
  height: 100%;
  padding: 0.5em 0.5em 0.5em 55px;
  outline: none;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#header #searchForm #searchform #s:placeholder-shown {
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#header #searchForm #searchform #s::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#header #searchForm #searchform #s:-moz-placeholder {
  opacity: 1;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#header #searchForm #searchform #s::-moz-placeholder {
  opacity: 1;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#header #searchForm #searchform #s:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#header #searchForm #searchform #s:focus {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header #searchForm #searchform .fa-search {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -12px;
  color: #fff;
  font-size: 24px;
}
#header #searchForm #searchform .fa-times {
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -12px;
  color: #fff;
  font-size: 24px;
}
#header #snsBtn {
  width: 282px;
  margin-left: 27px;
}
.u-ie10 #header #snsBtn {
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 768px) {
  #header #snsBtn {
    display: none;
  }
}
#header #drawerBtn {
  margin-left: 20px;
}
#header #drawerBtn a {
  display: block;
  color: #6c6961;
  font-size: 24px;
}

.menu-global-menu-container {
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  /*@include pc {
  	position: sticky;
  	top: 0;
  	left: 0;
  	z-index: 99;
  }
  &.hide { transform: translateY(-100%); }*/
}

.nav {
  position: relative;
  background: linear-gradient(135deg, #030000 25%, transparent 25%, transparent 50%, #030000 50%, #030000 75%, transparent 75%, transparent);
  background-color: #3f3b2e;
  background-size: 4px 4px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  z-index: 99;
  /*&.fixedNav {
  	display: none;
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }*/
}
@media (max-width: 1024px) {
  .nav > .inner {
    width: auto;
  }
}

.navList a {
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
}
.navList .menu {
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1024px) {
  .navList .menu {
    position: static;
  }
}
.navList .menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: transparent;
  z-index: 3;
}
@media (min-width: 1025px) {
  .navList .menu:before {
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
}
@media (min-width: 1025px) {
  html:not(.touch) .navList .menu:hover {
    background-color: #1f1d17;
  }
  html:not(.touch) .navList .menu:hover:before {
    width: 100%;
    background-color: #ffb300;
  }
  html:not(.touch) .navList .menu:hover > .dropdown {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  html:not(.touch) .navList .menu:hover .subMenu:hover .dropdown {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navList .menu .subMenu .dropdown {
    top: 0;
    left: 100%;
  }
}
@media (max-width: 1024px) {
  .navList .menu.active {
    background-color: #1f1d17;
  }
  .navList .menu.active:before {
    width: 100%;
    background-color: #ffb300;
  }
  .navList .menu.active > .dropdown {
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navList .menu.active .subMenu .dropdown {
    position: static;
    height: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navList .menu .subMenu .dropdown .subMenu {
    width: 100%;
  }
  .navList .menu .subMenu .dropdown .subMenu .subMenuLink {
    padding-left: 25px;
  }
}
.navList .menu > a {
  display: block;
  padding: 9px 0 10px;
}
.navList .menu > a:hover:before {
  -webkit-animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 3;
          animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 3;
}
.navList .menu > a svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 42px;
  margin-top: -22px;
}
@media (max-width: 1024px) {
  .navList .menu > a svg {
    position: static;
    display: block;
    height: 32px !important;
    margin: 0 auto !important;
  }
}
.navList .menu > a svg path {
  fill: #6c6961;
}
.navList .menu > a i {
  display: none;
}
.navList .menu > a:before {
  display: none;
  /*position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 42px;
  margin-top: -22px;
  color: #6c6961;
  font-size: 28px;*/
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Solid";
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .navList .menu > a:before {
    position: static;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
  }
}
.navList .menu > a svg.fa-chevron-down {
  position: absolute;
  left: auto;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 42px;
}
@media (max-width: 1024px) {
  .navList .menu > a svg.fa-chevron-down {
    display: none;
  }
}
.navList .menu > a:after {
  content: "\f078";
  display: none;
  /*position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 42px;
  margin-top: -22px;
  color: #6c6961;
  font-size: 28px;*/
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Solid";
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .navList .menu > a:after {
    display: none;
  }
}
.navList .menu > a span {
  display: block;
  margin: 0 20% 0 23%;
}
@media (max-width: 1024px) {
  .navList .menu > a span {
    margin: 0;
    text-align: center;
  }
}
.navList .menu > a span.en {
  font-size: 20px;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .navList .menu > a span.en {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .navList .menu > a span.en {
    font-size: 11px;
  }
}
.navList .menu > a span.ja {
  color: #ffeb3b;
  font-size: 11px;
}
@media (max-width: 1024px) {
  .navList .menu > a span.ja {
    font-size: 9px;
  }
}
.navList .menu.web > a:before {
  content: "\f121";
}
.navList .menu.gadget > a svg {
  height: 32px;
  margin-top: -16px;
}
.navList .menu.gadget > a:before {
  content: "\f10b";
  font-size: 32px;
}
@media (max-width: 1024px) {
  .navList .menu.gadget > a:before {
    font-size: 26px;
    line-height: 1.2;
  }
}
.navList .menu.travel > a:before {
  content: "\f072";
  font-size: 32px;
}
@media (max-width: 1024px) {
  .navList .menu.travel > a:before {
    font-size: 26px;
    line-height: 1.2;
  }
}
.navList .menu.mvno > a:before {
  content: "\e905";
  font-family: 'icomoon' !important;
}
.navList .menu.other > a:before {
  content: "\f07c";
}
@media (max-width: 570px) {
  .navList .menu.mainMenu {
    display: none;
  }
}
.navList .menu.mainMenu > a:before {
  content: "\f0c9";
}

.dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 571px) and (max-width: 1024px) {
  .dropdown {
    font-size: 0;
  }
}
@media (max-width: 1024px) {
  .dropdown {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  }
}
.dropdown.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.dropdown .subMenu {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.dropdown .subMenu.touchCateLink {
  display: block;
}
@media (min-width: 571px) and (max-width: 1024px) {
  .dropdown .subMenu.touchCateLink {
    display: inline-block;
  }
}
@media (min-width: 571px) and (max-width: 1024px) {
  .dropdown .subMenu {
    display: inline-block;
    width: 50%;
    font-size: 0;
    vertical-align: top;
  }
}
.dropdown .subMenu.subMenuClose {
  display: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .dropdown .subMenu.subMenuClose {
    display: block;
  }
}
.dropdown .subMenu.subMenuClose a {
  background-color: rgba(0, 0, 0, 0.25);
}
.dropdown .subMenu.subMenuClose a:after {
  display: none;
}
.dropdown .subMenu a {
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
}
.dropdown .subMenu a svg {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 24px;
  margin-top: -12px;
}
.dropdown .subMenu a svg path {
  fill: #ffb300;
}
.dropdown .subMenu a i {
  display: none;
}
.dropdown .subMenu a:after {
  content: "\f054";
  display: none;
  /*position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -20px;
  color: #ffb300;
  font-size: 24px;*/
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Solid";
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
.dropdown .subMenu a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.dropdown .subMenu a:hover:after {
  -webkit-animation: arrowAnim 0.7s cubic-bezier(0.55, 0, 0.1, 1) 0s;
          animation: arrowAnim 0.7s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.dropdown .subMenu a.subMenuLink:hover + .dropdown {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#drawer {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  width: 83.9%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  z-index: 9999;
}
#drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#drawer .closeBtn {
  position: absolute;
  top: 0;
  right: 7%;
  z-index: 99;
}
#drawer .closeBtn a {
  color: #fff;
  font-size: 34px;
}

.cover {
  position: relative;
  height: 0;
  min-height: 180px;
  padding-top: 56.82%;
  color: #fff;
  background: url(img/key_top.png) no-repeat 50% 50%;
  background-size: cover;
}
.cover:before {
  content: "\e904";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto;
  font-size: 100px;
  color: #d37700;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.3);
}
@media (max-width: 380px) {
  .cover:before {
    width: 80px;
    height: 80px;
    font-size: 80px;
  }
}
.cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-color: #000;
}
.cover .coverTxt {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 0 5.4%;
  z-index: 3;
}
.cover .coverTxt .blogLogo {
  display: inline-block;
  width: 66px;
  height: 66px;
  margin-bottom: 10px;
  padding: 5px;
  color: #ffb300;
  font-size: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}
.cover .coverTxt .blogInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover .coverTxt .blogInfo .blogTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cover .coverTxt .blogInfo .blogTxt dl {
  line-height: 1.2;
}
.cover .coverTxt .blogInfo .blogTxt dl dt {
  font-size: 24px;
}
.cover .coverTxt .blogInfo .blogTxt dl dd {
  font-size: 16px;
}
.cover .coverTxt .blogInfo .HomeLink {
  width: 34px;
}
.cover .coverTxt .blogInfo .HomeLink a {
  color: #fff;
  font-size: 34px;
}

.drawerList {
  padding: 10px 0;
}
.drawerList + .drawerList {
  border-top: 1px solid #dfdfdf;
}
.drawerList .list a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 5%;
  color: #9c9c9c;
  font-size: 18px;
}
.drawerList .list a .ripple {
  background-color: #f5f5f5;
}
.drawerList .list a i, .drawerList .list a .listTxt {
  display: inline-block;
  vertical-align: top;
}
.drawerList .list a i, .drawerList .list a svg {
  margin-right: 3.33%;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #c2ced7;
  text-align: center;
}

#keyVisual {
  height: 400px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 570px) {
  #keyVisual {
    height: 240px !important;
  }
}
#keyVisual.category-travel {
  background-position: 0 50%;
}
#keyVisual .inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
#keyVisual .inner .logo {
  display: table-cell;
  color: #d47700;
  vertical-align: middle;
}
#keyVisual .inner .logo .icon-logo {
  font-size: 200px;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.3);
}
@media (min-width: 1300px) {
  #keyVisual .inner .logo .icon-logo {
    font-size: 300px;
  }
}
@media (max-width: 920px) {
  #keyVisual .inner .logo .icon-logo {
    font-size: 200px;
  }
}
@media (max-width: 570px) {
  #keyVisual .inner .logo .icon-logo {
    font-size: 120px;
  }
}
#keyVisual .inner .logo .siteName span {
  display: block;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
}
#keyVisual .inner .logo .siteName span.en {
  font-size: 36px;
  letter-spacing: 1px;
}
@media (max-width: 920px) {
  #keyVisual .inner .logo .siteName span.en {
    font-size: 30px;
  }
}
@media (max-width: 570px) {
  #keyVisual .inner .logo .siteName span.en {
    font-size: 24px;
  }
}
#keyVisual .inner .logo .siteName span.ja {
  font-size: 18px;
}
@media (max-width: 920px) {
  #keyVisual .inner .logo .siteName span.ja {
    font-size: 16px;
  }
}
@media (max-width: 570px) {
  #keyVisual .inner .logo .siteName span.ja {
    font-size: 12px;
  }
}
#author #keyVisual {
  position: relative;
  height: 260px !important;
}
#author #keyVisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
  background-color: #3f3b2e;
}
#author #keyVisual .inner {
  width: 92%;
}
#author #keyVisual .profile {
  display: table-cell;
  position: relative;
  color: #fff;
  vertical-align: middle;
  text-shadow: 0 2px 4px black;
  z-index: 10;
}
#author #keyVisual .profile .img {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}
#author #keyVisual .profile h1 {
  margin-bottom: 10px;
}
#author #keyVisual .profile h1 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
#author #keyVisual .profile h1 span.ja {
  font-size: 200%;
}
#author #keyVisual .profile h1 span.en {
  font-size: 125%;
}
#category #keyVisual, #tag #keyVisual, #search #keyVisual {
  position: relative;
  height: 260px !important;
}
#category #keyVisual:before, #tag #keyVisual:before, #search #keyVisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
  background-color: #3f3b2e;
}
#category #keyVisual .catInfo, #tag #keyVisual .catInfo, #search #keyVisual .catInfo {
  display: table-cell;
  position: relative;
  color: #fff;
  vertical-align: middle;
  text-shadow: 0 2px 4px black;
  z-index: 10;
}
#category #keyVisual .catInfo .text, #tag #keyVisual .catInfo .text, #search #keyVisual .catInfo .text {
  margin-left: 10px;
  margin-right: 10px;
}
#category #keyVisual .catInfo h1, #tag #keyVisual .catInfo h1, #search #keyVisual .catInfo h1 {
  margin-bottom: 10px;
}
#category #keyVisual .catInfo h1 span, #tag #keyVisual .catInfo h1 span, #search #keyVisual .catInfo h1 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
#category #keyVisual .catInfo h1 span.ja, #tag #keyVisual .catInfo h1 span.ja, #search #keyVisual .catInfo h1 span.ja {
  font-size: 200%;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes hide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.cateFilter {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 4%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
@media (max-width: 570px) {
  .cateFilter {
    margin-bottom: 25px;
    padding: 0;
  }
}
.cateFilter .inner {
  position: relative;
  width: 100%;
}
.cateFilter .inner .cateList {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cateFilter .inner .cateList li {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.cateFilter .inner .cateList li:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
}
@media (max-width: 570px) {
  .cateFilter .inner .cateList li {
    width: 20%;
  }
}
.cateFilter .inner .cateList li.active {
  background-color: #fff0cc;
}
.cateFilter .inner .cateList li.active a {
  color: #ffb300;
  font-weight: bold;
}
.cateFilter .inner .cateList li a {
  position: relative;
  display: block;
  padding: 17px;
  color: #acacac;
  font-size: 20px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (min-width: 571px) and (max-width: 1024px) {
  .cateFilter .inner .cateList li a {
    font-size: 14px;
  }
}
@media (max-width: 570px) {
  .cateFilter .inner .cateList li a {
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }
}
.cateFilter .inner .cateList li a.active {
  color: #ffb300;
}
.cateFilter .inner .indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 3px;
  background-color: #ffb300;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  will-change: left, right;
}

.cateLink {
  margin-top: 15px;
}
.cateLink li {
  display: inline-block;
  list-style: none;
  margin: 7px;
}
.cateLink li a {
  display: block;
  padding: 5px 20px;
  color: #3f3b2e;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 35px;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 570px) {
  .cateLink li a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.cateLink li a:hover {
  background-color: #eaeaea;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
}

.entryList > .inner {
  margin-top: 30px;
}
.entryList .pageWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entryList .pageWrap .entryInner {
  margin: 0;
}

.postCard {
  overflow: hidden;
  position: relative;
  will-change: transform;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.postCard a {
  position: relative;
  display: block;
  color: #3f3b2e;
}
@media (max-width: 570px) {
  .postCard a {
    display: table;
    width: 100%;
    table-layout: fixed;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #dedede;
  }
}
.postCard a .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  background-color: #ffa000;
  z-index: 2;
}
@media (max-width: 570px) {
  .postCard a .thumb {
    display: table-cell;
    width: 120px;
    padding-bottom: 0;
    vertical-align: middle;
  }
}
.postCard a .thumb.objectFit img {
  display: none;
}
.postCard a .thumb.objectFit .bgImg {
  background-size: cover;
  background-position: 50% 50%;
}
.postCard a .thumb img, .postCard a .thumb .bgImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 570px) {
  .postCard a .thumb img, .postCard a .thumb .bgImg {
    position: static;
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.postCard a .detail {
  overflow: hidden;
  position: relative;
  padding: 17px;
}
@media (max-width: 570px) {
  .postCard a .detail {
    display: table-cell;
    width: 100%;
    padding: 10px;
    vertical-align: top;
  }
}
.postCard a .detail h2 {
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 880px) {
  .postCard a .detail h2 {
    font-size: 17px;
  }
}
@media (max-width: 570px) {
  .postCard a .detail h2 {
    font-size: 13px;
    overflow: hidden;
    max-height: 54px;
  }
}
.postCard a .detail .postMeta {
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 570px) {
  .postCard a .detail .postMeta {
    margin-top: 5px;
  }
}
.postCard a .detail .postMeta li {
  list-style: none;
}
.postCard a .detail .postMeta li.shareCount {
  text-align: right;
}
.postCard a .detail .postMeta li.shareCount i, .postCard a .detail .postMeta li.shareCount svg {
  display: inline-block;
  color: #19cf86;
  margin-right: 5px;
  vertical-align: middle;
}
.postCard:hover {
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}
.postCard:hover .thumb img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.postCard:active {
  -webkit-transition: 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 380px) {
  .entryList .inner {
    width: 100%;
  }
}
.entryList > .inner {
  overflow: hidden;
}
.entryList-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.entryList-slide[data-activeTab="2"] {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.entryList-slide[data-activeTab="3"] {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
.entryList-slide[data-activeTab="4"] {
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}
.entryList-slide[data-activeTab="5"] {
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}
.entryList-con {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  /*height: 0;
  opacity: 0;*/
}
.entryList-con.active {
  /*overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity .4s ease-in-out;*/
}
.entryList .entryInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entryList .entryInner .postCard {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  will-change: transform;
  width: 25%;
}
@media (min-width: 769px) and (max-width: 880px) {
  .entryList .entryInner .postCard {
    width: 33.333%;
  }
}
@media (min-width: 571px) and (max-width: 768px) {
  .entryList .entryInner .postCard {
    width: 50%;
  }
}
@media (max-width: 570px) {
  .entryList .entryInner .postCard {
    display: block;
    width: auto;
    padding: 0;
  }
}
.entryList .entryInner .categoryBtn {
  max-width: 320px;
  margin: 30px auto 0;
  font-size: 16px;
}

.pagination {
  width: 100%;
  margin: 25px 0;
  font-size: 16px;
}
.pagination .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .inner .pageList, .pagination .inner .spPageList {
  font-size: 0;
  text-align: center;
}
.pagination .inner .pageList li, .pagination .inner .spPageList li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 880px) {
  .pagination .inner .pageList li, .pagination .inner .spPageList li {
    margin: 0 10px;
  }
}
@media (max-width: 570px) {
  .pagination .inner .pageList li, .pagination .inner .spPageList li {
    margin: 0 5px;
  }
}
.pagination .inner .pageList li:not(:last-child), .pagination .inner .spPageList li:not(:last-child) {
  margin-right: 22px;
}
@media (max-width: 880px) {
  .pagination .inner .pageList li:not(:last-child), .pagination .inner .spPageList li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 570px) {
  .pagination .inner .pageList li:not(:last-child), .pagination .inner .spPageList li:not(:last-child) {
    margin-right: 5px;
  }
}
.pagination .inner .pageList li.dislable, .pagination .inner .spPageList li.dislable {
  display: none;
}
.pagination .inner .pageList li.current span, .pagination .inner .spPageList li.current span {
  background-color: #ffb300;
}
.pagination .inner .pageList li a, .pagination .inner .pageList li span, .pagination .inner .spPageList li a, .pagination .inner .spPageList li span {
  display: block;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  border-radius: 50%;
  background-color: #7d7d7d;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
}
.pagination .inner .pageList li a i, .pagination .inner .pageList li span i, .pagination .inner .spPageList li a i, .pagination .inner .spPageList li span i {
  line-height: 48px;
}
.pagination .inner .pageList li a, .pagination .inner .spPageList li a {
  will-change: transform;
}
.pagination .inner .pageList li a:hover, .pagination .inner .spPageList li a:hover {
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  background-color: #c7c7c7;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.44);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.44);
}
.pagination .inner .pageList li a:active, .pagination .inner .spPageList li a:active {
  -webkit-transition: 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #646464;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .inner .pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
@media (max-width: 1024px) {
  .pagination .inner .pageList {
    width: auto;
  }
}
@media (max-width: 880px) {
  .pagination .inner .pageList li.first, .pagination .inner .pageList li.prev, .pagination .inner .pageList li.next, .pagination .inner .pageList li.last {
    display: none;
  }
}
.pagination .inner .spPageList {
  display: none;
  margin-top: 15px;
}
@media (max-width: 880px) {
  .pagination .inner .spPageList {
    display: block;
  }
}
.pagination .inner .spPageList li span {
  font-size: 12px;
  letter-spacing: 2px;
}
.pagination .inner .pageInfo {
  margin-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .inner .pageInfo .pageNav {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .pagination .inner .pageInfo .pageNav {
    margin: 15px auto;
  }
}
.pagination .inner .pageInfo .moreRead {
  margin: 0 auto;
  width: 72%;
  max-width: 604px;
}
@media (max-width: 1024px) {
  .pagination .inner .pageInfo .moreRead {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .pagination .inner .pageInfo .moreRead {
    max-width: 312px;
    margin-top: 10px;
  }
}
@media (max-width: 570px) {
  .pagination .inner .pageInfo .moreRead {
    max-width: 275px;
  }
}
.pagination .inner .pageInfo .moreRead a {
  margin-bottom: 0;
}
.pagination .inner .pageInfo .moreRead .num {
  display: inline-block;
  margin-left: 2px;
}

.category-btn.btn {
  margin: 30px auto;
  max-width: 640px;
}
.category-btn.btn a {
  background-color: #333;
}

#popularPost {
  padding: 30px 0;
}
.u-ie10 #popularPost {
  display: none;
}
#popularPost h2 {
  margin-bottom: 10px;
  color: #3f3b2e;
}
#popularPost h2 span {
  display: inline-block;
  vertical-align: middle;
}
#popularPost h2 span.en {
  font-size: 39px;
}
@media (max-width: 380px) {
  #popularPost h2 span.en {
    font-size: 26px;
  }
}
#popularPost h2 span.ja {
  position: relative;
  top: 2px;
  font-size: 20px;
}
@media (max-width: 380px) {
  #popularPost h2 span.ja {
    font-size: 16px;
  }
}
#popularPost .popularEntry {
  counter-reset: wpp-ranking;
}
#popularPost .popularEntry .postCard {
  margin-bottom: 15px;
}
#popularPost .popularEntry .postCard:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  background-color: #3f3b2e;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  content: counter(wpp-ranking,decimal);
  counter-increment: wpp-ranking;
  z-index: 999;
}
#popularPost .popularEntry .postCard:nth-child(1):before {
  background-color: #f5d500;
}
#popularPost .popularEntry .postCard:nth-child(2):before {
  background-color: #aeaeae;
}
#popularPost .popularEntry .postCard:nth-child(3):before {
  background-color: #76745b;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #popularPost .popularEntry .postCard:last-child {
    margin-right: 51%;
  }
}
#popularPost .popularEntry .postCard a {
  margin-bottom: 0;
}
#popularPost .popularEntry .postCard .detail {
  padding: 12px;
}
#popularPost .popularEntry .postCard .detail h1 {
  color: #3f3b2e;
  font-size: 15px;
}
@media (max-width: 570px) {
  #popularPost .popularEntry .postCard .detail h1 {
    overflow: hidden;
    max-height: 68px;
  }
}
#popularPost .popularEntry .postCard .detail .postStats {
  display: block;
  margin: 4% 0 0;
  font-size: 11px;
  text-align: right;
}

.show {
  display: block;
}

.ampShow,
.hide {
  display: none;
}

#entry {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  #entry {
    width: auto;
    margin-top: 0;
  }
}
#entry .post {
  background-color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

#sideBar {
  width: 336px;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  #sideBar {
    width: auto;
    margin: 30px 0;
  }
}
@media (max-width: 570px) {
  #sideBar {
    margin-bottom: 0;
  }
}

.breadcrumbList {
  overflow: hidden;
  padding: 13px 0;
  font-size: 0;
  height: 44px;
}
.breadcrumbList li {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
}
.breadcrumbList li a {
  display: block;
  color: #757575;
  font-size: 14px;
}
.breadcrumbList li a:after {
  content: "\f054";
  display: none;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Solid";
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
.breadcrumbList li a .fa-chevron-right {
  display: inline-block;
  margin: 0 20px;
  width: 20px;
}
.breadcrumbList li a i {
  position: relative;
  top: -2px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 570px) {
  .breadcrumbList li a i {
    font-size: 16px;
  }
}
.breadcrumbList li a span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 570px) {
  .breadcrumbList li a span {
    font-size: 12px;
  }
}
.breadcrumbList li.ttl {
  overflow: hidden;
  position: relative;
  top: 2px;
  height: 44px;
  color: #757575;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 570px) {
  #entryWrap {
    width: auto;
  }
}
.toc .tocBlock .tocList {
  list-style: none;
}

.red {
  color: #c00;
}

.yellow {
  color: #ffb300;
}
.yellow-icon {
  display: inline-block;
  padding: 0 5px;
  color: #333;
  background-color: #ffb300;
  text-align: center;
  border-radius: 5px;
}

.gray {
  color: #dedede;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff66));
  background: linear-gradient(transparent 40%, #ffff66 40%);
  background-position: left top;
}

.fs25 {
  font-size: 25%;
}

.fs50 {
  font-size: 50%;
}

.fs75 {
  font-size: 75%;
}

.fs85 {
  font-size: 85%;
}

.fs125 {
  font-size: 125%;
}

.fs130 {
  font-size: 130%;
}

.fs140 {
  font-size: 140%;
}

.fs150 {
  font-size: 150%;
}

.fs175 {
  font-size: 175%;
}

.fs200 {
  font-size: 200%;
}

.fs225 {
  font-size: 225%;
}

.fs250 {
  font-size: 250%;
}

.fs275 {
  font-size: 275%;
}

.fs300 {
  font-size: 300%;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.tLeft {
  text-align: left !important;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.vTop,
.vTop * {
  vertical-align: top !important;
}

.vMiddle,
.vMiddle * {
  vertical-align: middle !important;
}

.vbtm,
.vbtm * {
  vertical-align: bottom !important;
}

sup {
  font-size: 12px;
  vertical-align: top;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

rt {
  font-size: 8px;
}

hr {
  display: block;
  margin-top: 1.5em;
  border-top: 1px solid #dedede;
}

.eyeCatch {
  position: relative;
}
.eyeCatch:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.25;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, black 100%);
  z-index: 99;
}
.eyeCatch img {
  display: block;
  margin: 0 auto;
}

h1.ttl {
  padding: 30px;
  font-size: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.page h1.ttl {
  padding-bottom: 0;
}
@media (max-width: 570px) {
  h1.ttl {
    padding: 15px;
    font-size: 20px;
  }
}

.postInfo.column-2 {
  padding: 13px 30px;
  background-color: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 570px) {
  .postInfo.column-2 {
    padding: 15px;
  }
}
@media (max-width: 880px) {
  .postInfo.column-2 .btnList.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.postInfo.column-2 .btnList.col .col {
  width: auto;
}
.postInfo.column-2 .btnList.col .col:not(:last-child) {
  margin-right: 10px;
}
.postInfo.column-2 .btnList.col ul {
  margin-bottom: 0;
}
.postInfo.column-2 .btnList.col a {
  color: #fff;
}
.postInfo.column-2 .postMeta {
  list-style: none;
  font-size: 0;
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .postInfo.column-2 .postMeta {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 880px) {
  .postInfo.column-2 .postMeta {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
.postInfo.column-2 .postMeta li {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
.postInfo.column-2 .postMeta li:first-child {
  margin-left: 0;
}
.postInfo.column-2 .postMeta li a {
  color: #ffb300;
}

.adsense-top,
.adsense-2col-left,
.adsense-2col-right,
#adEntryTop {
  margin: 0 auto;
}

.postText {
  padding: 30px;
  color: #3f3b2e;
}
@media (min-width: 1300px) {
  .postText {
    font-size: 110%;
  }
}
@media (max-width: 880px) {
  .postText {
    padding: 15px;
  }
}
.page .postText {
  padding-top: 0;
}
.postText > p,
.postText ul,
.postText ol,
.postText dl,
.postText dt,
.postText dd pre,
.postText blockquote,
.postText pre,
.postText figure,
.postText .tableBlock01,
.postText .tableBlock02,
.postText .tableBlock03,
.postText .tableSort,
.postText .kaerebalink-box,
.postText .tomarebalink-box,
.postText .shopInfo,
.postText .hotelInfo,
.postText .googlePlay,
.postText .appStore,
.postText .balloon,
.postText .column-2,
.postText .column-3,
.postText .column-4,
.postText .column-5,
.postText .cp_embed_wrapper,
.postText .wp-video,
.postText .youtube,
.postText .googleMap,
.postText .instagram,
.postText .border01,
.postText .border02,
.postText .border03,
.postText .barChart,
.postText .accordion {
  margin-top: 1.5em;
  line-height: 2;
  letter-spacing: 0.25px;
  word-break: break-all;
}
@media (max-width: 570px) {
  .postText > p,
  .postText ul,
  .postText ol,
  .postText dl,
  .postText dt,
  .postText dd pre,
  .postText blockquote,
  .postText pre,
  .postText figure,
  .postText .tableBlock01,
  .postText .tableBlock02,
  .postText .tableBlock03,
  .postText .tableSort,
  .postText .kaerebalink-box,
  .postText .tomarebalink-box,
  .postText .shopInfo,
  .postText .hotelInfo,
  .postText .googlePlay,
  .postText .appStore,
  .postText .balloon,
  .postText .column-2,
  .postText .column-3,
  .postText .column-4,
  .postText .column-5,
  .postText .cp_embed_wrapper,
  .postText .wp-video,
  .postText .youtube,
  .postText .googleMap,
  .postText .instagram,
  .postText .border01,
  .postText .border02,
  .postText .border03,
  .postText .barChart,
  .postText .accordion {
    margin-top: 1em;
    font-size: 15px;
  }
}
.postText p:empty,
.postText ul:empty,
.postText ol:empty,
.postText dl:empty,
.postText dt:empty,
.postText dd pre:empty,
.postText blockquote:empty,
.postText pre:empty,
.postText figure:empty,
.postText .tableBlock01:empty,
.postText .tableBlock02:empty,
.postText .tableBlock03:empty,
.postText .tableSort:empty,
.postText .kaerebalink-box:empty,
.postText .tomarebalink-box:empty,
.postText .shopInfo:empty,
.postText .hotelInfo:empty,
.postText .googlePlay:empty,
.postText .appStore:empty,
.postText .balloon:empty,
.postText .column-2:empty,
.postText .column-3:empty,
.postText .column-4:empty,
.postText .column-5:empty,
.postText .cp_embed_wrapper:empty,
.postText .wp-video:empty,
.postText .youtube:empty,
.postText .googleMap:empty,
.postText .instagram:empty,
.postText .border01:empty,
.postText .border02:empty,
.postText .border03:empty,
.postText .barChart:empty,
.postText .accordion:empty {
  display: none;
}
.postText .toc {
  margin: 30px 0;
}
.postText .toc .tocInner {
  position: relative;
  margin: 0;
  border: 2px solid #ddd;
}
.postText .toc .tocInner .tocTtl {
  position: absolute;
  top: -2.75em;
  left: 10px;
  display: inline-block;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
}
@media (max-width: 570px) {
  .postText .toc .tocInner .tocTtl {
    font-size: 16px;
  }
}
.postText .toc .tocInner .tocBlock {
  padding: 30px;
}
@media (max-width: 880px) {
  .postText .toc .tocInner .tocBlock {
    padding: 15px 30px;
  }
}
.postText .toc .tocInner .tocBlock .tocList {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.postText .toc .tocInner .tocBlock .tocList .list {
  clear: both;
  margin-top: 5px;
  /*.num {
  	position: absolute;
  	top: 0;
  	left: 0;
  }
  .ttlTxt {
  	display: block;
  	padding-left: 20px;
  }
  .tocList .ttlTxt { padding-left: 40px; }
  .tocList .tocList .ttlTxt { padding-left: 60px; }
  &:before {
  	float: left;
  	margin-right: 10px;
  }*/
}
@media (max-width: 570px) {
  .postText .toc .tocInner .tocBlock .tocList .list {
    font-size: 14px;
  }
}
.postText .toc .tocInner .tocBlock .tocList .list a .num {
  display: inline-block;
  color: #3f3b2e;
  margin-right: 5px;
}
.postText > h2,
.postText > h3,
.postText > h4 {
  margin: 3em -30px 1em;
  padding: 10px 30px;
}
@media (max-width: 880px) {
  .postText > h2,
  .postText > h3,
  .postText > h4 {
    margin: 1.5em -15px;
    padding: 10px 15px;
  }
}
.postText > h2 {
  top: 0;
  left: 0;
  color: #3f3b2d;
  font-size: 20px;
  font-weight: bold;
  background-color: #f5f5f5;
  border-top: 6px solid #ffb300;
  border-bottom: 1px solid #dedede;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  z-index: 9999;
}
@media (max-width: 570px) {
  .postText > h2 {
    position: static;
    font-size: 18px;
  }
}
.postText > h3 {
  position: relative;
  font-size: 20px;
  border-left: 4px solid #ffb300;
}
@media (max-width: 570px) {
  .postText > h3 {
    font-size: 16px;
  }
}
.postText > h3:before, .postText > h3:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.postText > h3:before {
  top: 0;
}
.postText > h3:after {
  bottom: 0;
}
.postText > h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 570px) {
  .postText > h4 {
    font-size: 14px;
  }
}
.postText > h4:before, .postText > h4:after {
  content: "";
  display: inline;
  /* for IE */
  border-top: 1px solid #dedede;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.postText > h4:before {
  margin-right: 1em;
}
.postText > h4:after {
  margin-left: 1em;
}
.postText a {
  color: #ffb300;
  text-decoration: underline;
}
@media (max-width: 570px) {
  .postText .column-2 > .col,
  .postText .column-3 > .col,
  .postText .column-4 > .col,
  .postText .column-5 > .col {
    margin-bottom: 4%;
  }
}
.postText .column-2 > .col > *,
.postText .column-3 > .col > *,
.postText .column-4 > .col > *,
.postText .column-5 > .col > * {
  margin: 0 !important;
}
.postText ul:not([class]) {
  line-height: 2;
  list-style: none;
  text-align: left;
}
.postText ul:not([class]) > li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 570px) {
  .postText ul:not([class]) > li {
    font-size: 14px;
  }
}
.postText ul:not([class]) > li:before {
  content: "●";
  position: absolute;
  top: 3px;
  left: 0;
  color: #ffb300;
  font-size: 12px;
}
.postText ul:not([class]) > li ul:not([class]) {
  margin: 0;
}
.postText ul:not([class]) > li ul:not([class]) li:before {
  content: "◯";
  font-weight: bold;
}
.postText ol {
  padding-left: 22px;
}
.postText ol:not([class]) {
  line-height: 2;
  list-style: none;
  padding-left: 0;
  counter-reset: number;
  text-align: left;
}
.postText ol:not([class]) > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2em;
}
.postText ol:not([class]) > li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  counter-increment: number;
  content: counter(number);
  background: #ffb300;
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 12px;
  text-align: center;
  margin-right: .3em;
  border-radius: 50%;
  color: #fff;
}
.postText ul.caution {
  list-style: none;
}
.postText ul.caution > li {
  padding-left: 1em;
  text-indent: -1em;
}
.postText ul.caution.indent02 > li {
  padding-left: 2em;
  text-indent: -2em;
}
.postText ul.caution.indent03 > li {
  padding-left: 3em;
  text-indent: -3em;
}
.postText table {
  width: 100%;
  table-layout: fixed;
}
.postText table + p {
  display: none;
}
.postText table.pcCenter tr td {
  text-align: center;
}
@media (max-width: 570px) {
  .postText table.pcCenter tr td {
    text-align: left;
  }
}
.postText table tr th, .postText table tr td {
  padding: 0.5em;
  font-size: 88%;
  border: 1px solid #dedede;
}
.postText table tr th ul:first-of-type, .postText table tr th ul:last-of-type, .postText table tr th ol:first-of-type, .postText table tr th ol:last-of-type, .postText table tr th dl:first-of-type, .postText table tr th dl:last-of-type, .postText table tr th dt:first-of-type, .postText table tr th dt:last-of-type, .postText table tr th p:first-of-type, .postText table tr th p:last-of-type, .postText table tr td ul:first-of-type, .postText table tr td ul:last-of-type, .postText table tr td ol:first-of-type, .postText table tr td ol:last-of-type, .postText table tr td dl:first-of-type, .postText table tr td dl:last-of-type, .postText table tr td dt:first-of-type, .postText table tr td dt:last-of-type, .postText table tr td p:first-of-type, .postText table tr td p:last-of-type {
  margin: 0;
}
.postText table tr th ul.list,
.postText table tr th ol.list, .postText table tr td ul.list,
.postText table tr td ol.list {
  margin-left: 0;
  margin-right: 0;
}
.postText table tr th {
  text-align: left;
  background-color: #f2f2f2;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.postText table tr th select {
  color: #333;
  background: #fff;
}
.postText table tr td .data-th {
  display: none;
}
@media (max-width: 570px) {
  .postText table tr td .data-th {
    display: inline-block;
  }
  .postText table tr td .data-th img {
    display: none;
  }
}
.postText table tr td .data-th img {
  width: 60px;
}
.postText table tr td .data-th::after {
  content: ":";
}
.postText table tr td a.photoSwipe {
  margin: 0;
}
.postText table thead tr th {
  text-align: center;
}
.postText table tr.highlight, .postText table th.highlight, .postText table td.highlight {
  background-color: #fffbe7;
}
.postText .tableBlock01 table.kakaku tr td, .postText .tableBlock02 table.kakaku tr td {
  text-align: center;
}
@media (max-width: 570px) {
  .postText .tableBlock01 table.kakaku tr td, .postText .tableBlock02 table.kakaku tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.postText .tableBlock01 table.kakaku tr td:before, .postText .tableBlock02 table.kakaku tr td:before {
  margin-right: 1em;
}
@media (max-width: 570px) {
  .postText .tableBlock01 table thead, .postText .tableBlock02 table thead {
    display: none;
  }
}
@media (max-width: 570px) {
  .postText .tableBlock01 table tr, .postText .tableBlock02 table tr {
    display: block;
    margin-top: 1em;
  }
  .postText .tableBlock01 table tr:first-child, .postText .tableBlock02 table tr:first-child {
    margin-top: 0;
  }
  .postText .tableBlock01 table tr.sp-flex, .postText .tableBlock02 table tr.sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .postText .tableBlock01 table tr.sp-flex + .sp-flex, .postText .tableBlock02 table tr.sp-flex + .sp-flex {
    margin-top: 0;
  }
  .postText .tableBlock01 table tr.sp-flex th,
  .postText .tableBlock01 table tr.sp-flex td, .postText .tableBlock02 table tr.sp-flex th,
  .postText .tableBlock02 table tr.sp-flex td {
    width: 50%;
    margin: -1px 0 0;
  }
  .postText .tableBlock01 table tr.sp-flex th[rowspan],
  .postText .tableBlock01 table tr.sp-flex th[colspan], .postText .tableBlock02 table tr.sp-flex th[rowspan],
  .postText .tableBlock02 table tr.sp-flex th[colspan] {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .postText .tableBlock01 table th, .postText .tableBlock01 table td, .postText .tableBlock02 table th, .postText .tableBlock02 table td {
    display: block;
    margin: -1px;
  }
}
@media (max-width: 570px) {
  .postText .tableBlock01 table, .postText .tableBlock02 table {
    /*td:before {
    	display: block;
    	content: attr(data-th) ": ";
    	font-weight: bold;
    	text-align: left;
    }*/
  }
  .postText .tableBlock01 table.inline td,
  .postText .tableBlock01 table td.inline:before, .postText .tableBlock02 table.inline td,
  .postText .tableBlock02 table td.inline:before {
    display: inline-block;
  }
  .postText .tableBlock01 table td.no-thead, .postText .tableBlock02 table td.no-thead {
    text-align: left;
  }
  .postText .tableBlock01 table td.no-thead .data-th, .postText .tableBlock02 table td.no-thead .data-th {
    display: none;
  }
  .postText .tableBlock01 table td[data-th=""], .postText .tableBlock02 table td[data-th=""] {
    background: #f2f2f2;
  }
  .postText .tableBlock01 table td[data-th=""]:before, .postText .tableBlock02 table td[data-th=""]:before {
    display: none;
  }
}
.postText .tableBlock01 table tr.cell {
  display: table-row;
}
.postText .tableBlock01 table tr.cell th, .postText .tableBlock01 table tr.cell td {
  display: table-cell;
}
.postText .tableBlock03 table tbody th[colspan] {
  text-align: center;
}
@media (max-width: 570px) {
  .postText .tableBlock03 {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 8px;
    word-break: break-all;
    border-radius: 0;
  }
  .postText .tableBlock03 table {
    text-align: center;
    font-size: 90%;
  }
  .postText .tableBlock03 table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0.5rem;
    background: #fff5d8;
  }
  .postText .tableBlock03 table thead th:first-of-type {
    display: none;
  }
  .postText .tableBlock03 table tbody th {
    position: absolute;
    left: 1px;
    width: calc(100% - 32px);
    padding: 1em;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 15px;
    border: none;
  }
}
@media (max-width: 570px) and (max-width: 570px) {
  .postText .tableBlock03 table tbody th[colspan] {
    position: static;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 570px) {
  .postText .tableBlock03 table tbody th ~ td {
    padding-top: 3.8rem;
  }
  .postText .tableBlock03 table tbody th ~ td[colspan] {
    width: 100%;
  }
  .postText .tableBlock03 table tbody td {
    padding: 0.5rem;
  }
  .postText .tableBlock03 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .postText .tableBlock03 table th, .postText .tableBlock03 table td {
    width: 50%;
  }
}
@media (max-width: 570px) {
  .postText .tableSort {
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 880px) {
  .postText .tableSort table {
    font-size: 14px;
  }
}
@media (max-width: 570px) {
  .postText .tableSort table {
    word-break: break-all;
    display: block;
    overflow: auto;
    font-size: 13px;
  }
}
.postText .tableSort table caption {
  text-align: center;
}
@media (max-width: 570px) {
  .postText .tableSort table caption {
    display: block;
  }
}
@media (max-width: 570px) {
  .postText .tableSort table thead {
    display: block;
  }
}
@media (max-width: 570px) {
  .postText .tableSort table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.postText .tableSort table thead tr th {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.postText .tableSort table thead tr th:empty:first-child {
  display: none;
}
.postText .tableSort table thead tr th[data-sort]:after {
  content: "▽";
  display: block;
  float: right;
}
.postText .tableSort table thead tr th[data-sort="asc"]:after {
  content: "▼";
}
.postText .tableSort table thead tr th[data-sort="desc"]:after {
  content: "▲";
}
@media (max-width: 570px) {
  .postText .tableSort table tbody {
    display: block;
  }
}
@media (max-width: 570px) {
  .postText .tableSort table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 570px) {
  .postText .tableSort table tbody th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 99;
    width: 100%;
  }
}
.postText .tableSort table tbody td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.postText .tableSort table tbody td .data-th {
  display: none;
}
.postText .barChart.download table tbody tr td .barData {
  background-color: #4BACC6;
}
.postText .barChart.upload table tbody tr td .barData {
  background-color: #FFC000;
}
.postText .barChart.fullTest table tbody tr td .barData {
  background-color: #F79646;
}
.postText .barChart[class*="type"] tr {
  display: none;
}
.postText .barChart.type-d .type-d, .postText .barChart.type-a .type-a, .postText .barChart.type-s .type-s {
  display: table-row;
}
.postText .barChart table caption {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dedede;
}
.postText .barChart table tbody tr th,
.postText .barChart table tbody tr td {
  border: none;
}
.postText .barChart table tbody tr th {
  width: 25%;
  font-size: 11px;
  background: none;
  text-align: right;
  border-right: 1px solid #dedede;
}
@media (max-width: 570px) {
  .postText .barChart table tbody tr th {
    width: auto;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #dedede;
    text-align: left;
  }
}
.postText .barChart table tbody tr td {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: repeating-linear-gradient(to right, transparent, transparent 99%, #f2f2f2 99%, #f2f2f2), repeating-linear-gradient(to right, transparent, transparent 100%, #f2f2f2 100%, #f2f2f2);
  background-repeat: repeat-x;
  background-size: 20% 100%;
}
@media (max-width: 570px) {
  .postText .barChart table tbody tr td {
    padding: 0;
  }
}
.postText .barChart table tbody tr td .barData {
  display: block;
  height: 1.75em;
}
@-webkit-keyframes barAnim {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes barAnim {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.postText .barChart table tbody tr td .barScore {
  position: absolute;
  top: 0.5em;
  right: 10px;
  text-align: right;
}
.postText .barChart.show .barData {
  opacity: 0;
  -webkit-animation: barAnim 1s 1 ease forwards;
          animation: barAnim 1s 1 ease forwards;
  animation-delay: calc((sibling-index() - 1) * 0.05s);
}

.careerFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 570px) {
  .careerFilter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.careerFilter li {
  list-style: none;
}
@media (max-width: 570px) {
  .careerFilter li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.careerFilter input[type="checkbox"] {
  display: none;
}
.careerFilter input[type="checkbox"]:checked ~ label:before {
  background: #ffb300;
}
.careerFilter input[type="checkbox"]:checked ~ label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 20px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.careerFilter label {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 45px;
}
.careerFilter label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #ffb300;
}

.moreBtn {
  padding: 24px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 570px) {
  .moreBtn {
    padding: 16px;
  }
}
.moreBtn a {
  color: #fff;
  width: 48%;
  font-size: 16px;
}
.moreBtn a + a {
  margin-left: 4%;
}

.pageList {
  text-align: center;
}
.pageList > span,
.pageList a {
  display: inline-block;
  margin: 0 5px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
}
.pageList > span {
  color: #fff;
  background-color: #ffb300;
}
.pageList a {
  color: #fff;
  background-color: #7d7d7d;
}
.pageList a:before {
  content: none;
}
.pageList a:hover {
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  background-color: #c7c7c7;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.44);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.44);
}
.pageList a:active {
  -webkit-transition: 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #646464;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.adsense {
  overflow: hidden;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 570px) {
  .adsense {
    margin: 0;
  }
}
.adsense .ttl {
  padding: 0 30px;
  font-size: 14px;
}
.adsense .bnr {
  padding: 10px 0;
  background-color: #f2f2f2;
}

.screenList.clearfix:before, .screenList.clearfix:after {
  content: none;
}
.screenList > li {
  width: 48%;
  padding-left: 0;
  text-indent: 0;
}
.screenList > li > * {
  margin-bottom: 4%;
}

.swiper-container {
  padding: 10px 0;
  background-color: #333;
}

.gallery-top {
  width: 100%;
}

.swiper-slide {
  background-size: contain;
  background-position: center;
}

.gallery-thumbs .swiper-slide {
  width: 120px;
  height: 120px;
  /*width: 25%;
  height: 100%;*/
  opacity: 0.4;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

ul.list {
  list-style-type: none;
}
ul.list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.list li:before,
ul.list li a {
  display: table-cell;
  vertical-align: top;
}
ul.list li:before {
  content: "\f138";
  position: relative;
  top: 5px;
  display: none;
  width: 1.25em;
  margin-right: 5px;
  color: #ffb300;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Solid";
  -webkit-font-smoothing: antialiased;
}
ul.list li i {
  display: none;
}
ul.list li svg {
  display: inline-block;
  margin: 0.4em 0.5em 0 0;
  color: #ffb300;
}

blockquote {
  position: relative;
  padding: 30px 60px;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
  background-color: #f5f5f5;
}
@media (max-width: 570px) {
  blockquote {
    padding: 30px 15px;
  }
}
blockquote:before, blockquote:after {
  overflow: hidden;
  position: absolute;
  height: 26px;
  color: #ccc;
  font-size: 78px;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 570px) {
  blockquote:before, blockquote:after {
    font-size: 44px;
  }
}
blockquote:before {
  content: "“";
  top: 23px;
  left: 15px;
}
@media (max-width: 570px) {
  blockquote:before {
    top: 10px;
  }
}
blockquote:after {
  content: "”";
  bottom: 23px;
  right: 15px;
  text-align-last: right;
}
@media (max-width: 570px) {
  blockquote:after {
    bottom: 10px;
  }
}
blockquote p {
  margin: 0;
}
blockquote cite {
  display: block;
  margin-top: 8px;
  text-align: left;
}

.accordion {
  margin-top: 30px !important;
  border: 1px solid #dedede;
}
@media (max-width: 570px) {
  .accordion {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.accordion-ttl {
  cursor: pointer;
  position: relative;
  padding: 1em;
  padding-right: 3em;
  background-color: #f2f2f2;
}
.accordion-ttl:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 1em;
  color: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion.active .accordion-ttl:after {
  content: "▲";
}
.accordion-con {
  display: none;
  padding: 30px;
  padding-top: 0;
}
@media (max-width: 570px) {
  .accordion-con {
    padding: 15px;
    padding-top: 0;
  }
}

.blogCard p {
  display: none;
}
.blogCard > .cardLink {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 5px);
  margin: 15px 0;
  padding: 20px 30px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 0 #bdbdbd;
          box-shadow: 5px 5px 0 #bdbdbd;
  border-top: 3px solid #dedede;
  border-left: 3px solid #dedede;
  text-decoration: none;
}
@media (max-width: 570px) {
  .blogCard > .cardLink {
    margin: 15px 0;
    padding: 15px 15px 0;
  }
}
.blogCard > .cardLink:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(5px, 5px, 0);
          transform: translate3d(5px, 5px, 0);
  background-color: #f2f2f2;
}
.blogCard > .cardLink:hover:before {
  -webkit-transform: translateX(20%) skewX(-30deg);
          transform: translateX(20%) skewX(-30deg);
}
.blogCard > .cardLink:before {
  top: -50%;
  z-index: 1;
  content: '';
  width: 150%;
  height: 200%;
  pointer-events: none;
  position: absolute;
  left: calc(-150% - 40px);
  background-color: rgba(255, 179, 0, 0.3);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.blogCard > .cardLink:after {
  content: none;
}
.blogCard > .cardLink > .cardThumb {
  position: relative;
  width: 20%;
  text-align: center;
  z-index: 9999;
}
.blogCard > .cardLink > .cardCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  padding-left: 30px;
}
@media (max-width: 570px) {
  .blogCard > .cardLink > .cardCon {
    padding-left: 15px;
  }
}
.blogCard > .cardLink > .cardCon > .cardTitle {
  color: #3f3b2e;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.35;
}
@media (max-width: 570px) {
  .blogCard > .cardLink > .cardCon > .cardTitle {
    font-size: 88%;
  }
}
.blogCard > .cardLink > .cardCon > .cardExcerpt {
  display: none;
  color: #ccc;
  font-size: 88%;
}
@media (max-width: 570px) {
  .blogCard > .cardLink > .cardCon > .cardExcerpt {
    display: none;
  }
}
.blogCard .cardUrl {
  width: 100%;
  text-align: right;
}
.blogCard .cardUrl .cardFavicon {
  margin-right: 5px;
}

.shopInfoInner,
.hotelInfoInner {
  margin-bottom: 20px;
}

.shopInfoImg,
.hotelInfoImg {
  float: left;
  width: 150px;
}
@media (max-width: 570px) {
  .shopInfoImg,
  .hotelInfoImg {
    width: 30%;
  }
}

.shopInfoTtl,
.hotelInfoTtl {
  margin-left: 170px;
}
@media (max-width: 570px) {
  .shopInfoTtl,
  .hotelInfoTtl {
    margin-left: 36%;
  }
}
.shopInfoTtl dl,
.hotelInfoTtl dl {
  margin: 0;
}
.shopInfoTtl .btn a,
.hotelInfoTtl .btn a {
  color: #fff !important;
}

.caption,
.shopInfoCredit,
.hotelInfoCredit {
  font-size: 88%;
  text-align: right;
}

.adBtn {
  outline: none;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 570px) {
  .adBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.adBtn > a {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 30px auto;
  padding: 15px 40px 15px 25px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  text-decoration: none;
  background-color: #ffb300;
  border-radius: 10px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 2;
}
@media (max-width: 570px) {
  .adBtn > a {
    margin: 15px auto;
  }
}
.adBtn > a + a {
  margin-left: 20px;
}
@media (max-width: 570px) {
  .adBtn > a + a {
    margin: 15px auto 0;
  }
}
.adBtn > a.amazon {
  border: 1px solid;
  border-color: #a88734 #9c7e31 #846a29;
  color: #121212;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #f7e1a9), color-stop(98%, #f1c451));
  background: linear-gradient(180deg, #f7e1a9 3%, #f1c451 98%);
}
.adBtn > a.amazon::before {
  border-color: #333;
}
.adBtn > a.biglobe {
  background-color: #3176d5;
}
.adBtn > a.ymobile {
  background-color: #ED3037;
}
.adBtn > a.rakuten {
  background-color: #bd0000;
}
.adBtn > a.rakuten-mobile {
  background-color: #ff008c;
}
.adBtn > a.au {
  background-color: #ff7d00;
}
.adBtn > a.povo {
  color: #333;
  background-color: #fff500;
}
.adBtn > a.povo:before {
  border-top-color: #333;
  border-right-color: #333;
}
.adBtn > a.ocn {
  background-color: #F1000D;
}
.adBtn > a.uq {
  background-color: #f354a4;
}
.adBtn > a.mineo {
  background-color: #00a23f;
}
.adBtn > a.nifmo, .adBtn > a.linksmate {
  background-color: #0097e0;
}
.adBtn > a.aeon {
  background-color: #A3016F;
}
.adBtn > a.peach {
  background-color: #9B308C;
}
.adBtn > a.bmobile {
  background-color: #005d49;
}
.adBtn > a.bmobile.kaimaku {
  color: #333;
  background-color: #fed700;
}
.adBtn > a.bmobile.kaimaku:before {
  border-top-color: #333;
  border-right-color: #333;
}
.adBtn > a.umobile {
  background-color: #00A5B9;
}
.adBtn > a.dmm {
  background-color: #1D2C5A;
}
.adBtn > a.iijmio {
  background-color: #3D63AE;
}
.adBtn > a.iijmio.big {
  background-color: #D50029;
}
.adBtn > a.line {
  background-color: #00c300;
}
.adBtn > a.nuro {
  background-color: #333;
}
.adBtn > a.docomo, .adBtn > a.freetel, .adBtn > a.goo {
  background-color: #c03;
}
.adBtn > a.ahamo {
  background-color: #01b5d0;
}
.adBtn > a.irumo {
  background-color: #33ab8e;
}
.adBtn > a.eximo {
  background-color: #a3705d;
}
.adBtn > a.softbank {
  color: #333;
  background-color: #dedede;
}
.adBtn > a.softbank:before {
  border-top-color: #333;
  border-right-color: #333;
}
.adBtn > a.wordpress {
  background-color: #0073aa;
}
.adBtn > a.excite {
  background-color: #5FBD0D;
}
.adBtn > a.yumobile {
  background-color: #ffcf01;
}
.adBtn > a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.adBtn > a:hover:after {
  -webkit-transform: translateX(100%) skewX(-30deg);
          transform: translateX(100%) skewX(-30deg);
}
.adBtn > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.adBtn > a:after {
  top: -50%;
  z-index: 1;
  content: '';
  width: 150%;
  height: 200%;
  pointer-events: none;
  position: absolute;
  left: calc(-150% - 40px);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.adBtn img {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 0;
  height: 0;
  margin: -1px;
  padding: 0;
  border: 0;
}

.postText a.photoSwipe {
  position: relative;
  display: block;
  margin: 0 -30px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  /*&:before {
  	content: "Loading…";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	display: block;
  	width: 5em;
  	height: 1em;
  	margin: auto;
  	color: #ccc;
  	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
  }*/
}
@media (max-width: 570px) {
  .postText a.photoSwipe {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.postText a.photoSwipe:before {
  content: none;
}
.postText a.photoSwipe .loaded {
  -webkit-animation: imgLoaded 0.3s ease-in-out both;
          animation: imgLoaded 0.3s ease-in-out both;
}
@-webkit-keyframes imgLoaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgLoaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.postText a.photoSwipe img {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
}
.postText a.photoSwipe img:hover {
  -webkit-box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
}

.postText .col a.photoSwipe {
  margin: 0;
}

.imgList,
.imgLeft,
.imgRight {
  margin-left: 0;
  list-style: none;
}
.imgList li,
.imgLeft li,
.imgRight li {
  margin-top: 0;
  padding-left: 0;
  text-indent: 0;
}

.imgLeft > .img,
.imgRight > .img {
  width: 30%;
}
@media (max-width: 570px) {
  .imgLeft > .img,
  .imgRight > .img {
    width: auto !important;
  }
}
.imgLeft > .text,
.imgRight > .text {
  width: 64%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 570px) {
  .imgLeft > .text,
  .imgRight > .text {
    width: auto !important;
  }
}

.imgLeft > .img {
  width: 30%;
  padding-right: 2%;
}
@media (max-width: 570px) {
  .imgLeft > .img {
    padding-right: 0;
  }
}
.imgLeft > .text {
  width: 64%;
  padding-left: 2%;
}
@media (max-width: 570px) {
  .imgLeft > .text {
    padding-left: 0;
  }
}

.imgRight > .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 570px) {
  .imgRight > .img {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.imgRight > .text {
  padding-right: 2%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 570px) {
  .imgRight > .text {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

figure,
figcaption,
.wp-caption,
.wp-caption-text {
  margin-bottom: 0;
}

.postText figure,
.postText .wp-caption {
  position: relative;
  margin: 1em 0 0;
  padding: 1em;
  background: #f2f2f2;
}
@media (max-width: 570px) {
  .postText figure,
  .postText .wp-caption {
    margin: 1em 0 4%;
  }
}
.postText figure a.photoSwipe,
.postText .wp-caption a.photoSwipe {
  margin: 0;
}
.postText figure a.photoSwipe img,
.postText .wp-caption a.photoSwipe img {
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.postText figure figcaption,
.postText figure .wp-caption-text,
.postText .wp-caption figcaption,
.postText .wp-caption .wp-caption-text {
  display: block;
  margin-top: 1em;
  font-size: 80%;
  text-align: center;
}

.screenshot {
  width: 48%;
}

.border01 {
  border: 1px solid #cbcbcb;
  background-color: #f2f2f2;
}

.border02 {
  border: 2px solid #ffaf23;
  background-color: #fffbe7;
}

.border03 {
  border: 2px solid #ffc6cc;
  background-color: #fff0f1;
}
.border03 a {
  color: #d11675;
}
.border03 ul:not([class]) > li:before {
  color: #ee4056;
}
.border03 ol:not([class]) > li:before {
  background: #ee4056;
}

.border01,
.border02,
.border03 {
  border-radius: 3px;
  padding: 30px 20px;
  padding-top: 0;
}
@media (max-width: 570px) {
  .border01,
  .border02,
  .border03 {
    padding: 15px;
    padding-top: 0;
  }
}
.border01 dd ul,
.border01 dd ol,
.border02 dd ul,
.border02 dd ol,
.border03 dd ul,
.border03 dd ol {
  margin-top: 0;
}

twitter-widget {
  margin: auto;
}

twitterwidget, .twitter-video, .instagram-media, .twitter-tweet {
  margin-top: 1.5rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
twitterwidget .EmbeddedTweet, .twitter-video .EmbeddedTweet, .instagram-media .EmbeddedTweet, .twitter-tweet .EmbeddedTweet {
  max-width: auto !important;
}

.youtube {
  overflow: hidden;
  position: relative;
  height: 0;
  margin: 0 -30px 2em;
  padding: 30px 0 56.25%;
}
@media (max-width: 570px) {
  .youtube {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vine {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.vine iframe,
.vine object,
.vine embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instagram {
  /*position: relative;
  margin: 1.5em 1.5em 0;9*/
}

.googlePlay {
  margin-bottom: 30px;
}
.googlePlay p {
  display: none;
}
.googlePlay .gpLink {
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #3f3b2e;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border-top: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: url(img/google_play.svg) no-repeat 98% 50%;
  background-size: auto 70%;
  text-decoration: none;
}
@media (max-width: 570px) {
  .googlePlay .gpLink {
    background-size: auto 30%;
    background-position: 98% 90%;
  }
}
.googlePlay .gpLink:before {
  content: none;
}
.googlePlay .gpLink:hover {
  border-top-color: #eee;
  -webkit-box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
}
.googlePlay .gpThumb,
.googlePlay .gpDetail {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
}
.googlePlay .gpThumb {
  width: 150px;
  text-align: center;
  border-right: 1px solid #dedede;
  background-color: #f2f2f2;
}
@media (max-width: 570px) {
  .googlePlay .gpThumb {
    width: 100px;
  }
}
.googlePlay .gpDetail {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 380px) {
  .googlePlay .gpDetail {
    font-size: 80%;
  }
}
.googlePlay .gpDetail div {
  margin: 0;
}
.googlePlay .gpTitle {
  color: #ffb300;
  font-size: 130%;
  font-weight: bold;
}

.appStore {
  margin-bottom: 30px;
}
.appStore p {
  display: none;
}
.appStore .apLink {
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #3f3b2e;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border-top: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: url(img/apple.svg) no-repeat 97% 50%;
  background-size: auto 85%;
  text-decoration: none;
}
@media (max-width: 570px) {
  .appStore .apLink {
    background-size: auto 30%;
    background-position: 97% 90%;
  }
}
.appStore .apLink:before {
  content: none;
}
.appStore .apLink:hover {
  border-top-color: #eee;
  -webkit-box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
}
.appStore .apThumb,
.appStore .apDetail {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
}
.appStore .apThumb {
  width: 150px;
  text-align: center;
  border-right: 1px solid #dedede;
  background-color: #f2f2f2;
}
@media (max-width: 570px) {
  .appStore .apThumb {
    width: 100px;
  }
}
.appStore .apDetail {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 380px) {
  .appStore .apDetail {
    font-size: 80%;
  }
}
.appStore .apDetail div {
  margin: 0;
}
.appStore .apTitle {
  color: #ffb300;
  font-size: 130%;
  font-weight: bold;
}

.wp-video {
  position: relative;
  width: 100% !important;
  margin-top: 1.5rem;
  padding-top: 56.25%;
}
.wp-video .wp-video-shortcode {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googleMap {
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  height: 0;
  padding-bottom: 75%;
}
.googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.tabelog iframe {
  max-width: 100%;
}

.kaerebalink-box,
.tomarebalink-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 570px) {
  .kaerebalink-box,
  .tomarebalink-box {
    display: block;
  }
}
.kaerebalink-box a:after,
.tomarebalink-box a:after {
  content: none;
}

.kaerebalink-image,
.kaerebalink-info,
.tomarebalink-image,
.tomarebalink-info {
  box-pack: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kaerebalink-image,
.tomarebalink-image {
  width: 160px;
  margin: 0 auto;
  text-align: center;
}

.kaerebalink-info,
.tomarebalink-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4%;
}
@media (max-width: 570px) {
  .kaerebalink-info,
  .tomarebalink-info {
    margin-top: 10px;
    padding-left: 0;
  }
}

.kaerebalink-name > a,
.tomarebalink-name > a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 570px) {
  .kaerebalink-name > a,
  .tomarebalink-name > a {
    font-size: 16px;
  }
}
.kaerebalink-name .kaerebalink-powered-date,
.kaerebalink-name .tomarebalink-powered-date,
.tomarebalink-name .kaerebalink-powered-date,
.tomarebalink-name .tomarebalink-powered-date {
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
}

.kaerebalink-link1,
.tomarebalink-link1 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 570px) {
  .kaerebalink-link1,
  .tomarebalink-link1 {
    display: block;
  }
}

.shoplinkamazon,
.shoplinkrakuten,
.shoplinkyahoo,
.shoplinkjalan,
.shoplinkrurubu {
  width: 100%;
  margin: 5px;
  direction: bottom;
  box-pack: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 570px) {
  .shoplinkamazon,
  .shoplinkrakuten,
  .shoplinkyahoo,
  .shoplinkjalan,
  .shoplinkrurubu {
    width: auto;
    margin: 0 0 0.5em;
  }
}
.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkyahoo a,
.shoplinkjalan a,
.shoplinkrurubu a {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  text-align: center;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.shoplinkamazon a:before,
.shoplinkrakuten a:before,
.shoplinkyahoo a:before,
.shoplinkjalan a:before,
.shoplinkrurubu a:before {
  display: none;
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: none;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Solid";
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.shoplinkamazon a i,
.shoplinkrakuten a i,
.shoplinkyahoo a i,
.shoplinkjalan a i,
.shoplinkrurubu a i {
  display: none;
}
.shoplinkamazon a svg,
.shoplinkrakuten a svg,
.shoplinkyahoo a svg,
.shoplinkjalan a svg,
.shoplinkrurubu a svg {
  margin-right: 10px;
}
.shoplinkamazon a:hover,
.shoplinkrakuten a:hover,
.shoplinkyahoo a:hover,
.shoplinkjalan a:hover,
.shoplinkrurubu a:hover {
  text-decoration: none;
}

.shoplinkamazon a {
  background-color: #fdc145;
}
.shoplinkamazon a:before {
  content: "\f270";
  color: #fc9917;
  font-family: "Font Awesome 5 Brands";
}
.shoplinkamazon a:hover {
  background-color: #fcb013;
}

.shoplinkrakuten a {
  background-color: #dd4b39;
}
.shoplinkrakuten a:before {
  content: "\f07a";
  color: #bd0000;
}
.shoplinkrakuten a:hover {
  background-color: #c23321;
}

.shoplinkyahoo a {
  font-size: 15px;
  background-color: #f03;
}
.shoplinkyahoo a:before {
  content: "\f07a";
  color: #c10329;
}
.shoplinkyahoo a:hover {
  background-color: #cc0029;
}

@media (max-width: 570px) {
  .tomarebalink-link1 .shoplinkrakuten,
  .tomarebalink-link1 .shoplinkjalan,
  .tomarebalink-link1 .shoplinkrurubu {
    font-size: 12px;
  }
  .tomarebalink-link1 .shoplinkrakuten a:before,
  .tomarebalink-link1 .shoplinkjalan a:before,
  .tomarebalink-link1 .shoplinkrurubu a:before {
    display: none;
  }
}
.tomarebalink-link1 .shoplinkrakuten a:before {
  color: #fff;
  content: "\f236";
}
.tomarebalink-link1 .shoplinkjalan a {
  background-color: #ff5800;
}
.tomarebalink-link1 .shoplinkjalan a:before {
  color: #fff;
  content: "\f236";
}
.tomarebalink-link1 .shoplinkjalan a:hover {
  background-color: #cc4600;
}
.tomarebalink-link1 .shoplinkrurubu a {
  background-color: #006;
}
.tomarebalink-link1 .shoplinkrurubu a:before {
  color: #fff;
  content: "\f236";
}
.tomarebalink-link1 .shoplinkrurubu a:hover {
  background-color: #000033;
}

.sampleList {
  padding: 0 30px;
  list-style: none;
}
@media (max-width: 570px) {
  .sampleList {
    padding: 0;
  }
}
.sampleList .list {
  padding-left: 0;
  text-indent: 0;
}
.sampleList .list a {
  display: block;
  padding: 10px;
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: bold;
  border-radius: 27px;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #ffd73b;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 570px) {
  .sampleList .list a {
    font-size: 14px;
  }
}
.sampleList .list a:before {
  content: none;
}
.sampleList .list a:hover {
  background-color: #eebd00;
}

.related_article {
  margin: 1em 0;
}
.related_article .ttl {
  margin: 0 0 0.5em;
  font-size: 1em !important;
  font-weight: bold;
}
.related_article .ttl:before {
  content: '関連記事';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 5em;
  margin-right: 0.5em;
  padding: 0.1em;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  background: #111;
  text-align: center;
  border-radius: 0.5em;
}
.related_article .date {
  font-size: 0.8em !important;
}
.related_article .eyecatch {
  width: 22%;
  float: left;
  margin: 0 3% 0 0;
}
.related_article .meta {
  margin-top: 0;
}
.related_article a {
  overflow: hidden;
  position: relative;
  display: block;
  color: #333;
  padding: 1em;
  text-decoration: none;
  border: 1px solid #dedede;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.related_article a:hover {
  color: #666;
  background: #f5f5f5;
}

.balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.balloon p.caption {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.balloon .balloonIcon,
.balloon .balloonCom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-pack: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.balloon .balloonIcon p,
.balloon .balloonCom p {
  margin-bottom: 0;
}
.balloon .balloonIcon {
  width: 104px;
}
@media (max-width: 570px) {
  .balloon .balloonIcon {
    width: 64px;
  }
}
.balloon .balloonIcon img {
  overflow: hidden;
  border-radius: 50%;
}
.balloon .balloonIcon .caption {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
.balloon .balloonCom {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px;
  border-radius: 5px;
  border: 2px solid;
}
.balloon .balloonCom p {
  margin: 0;
}
@media (max-width: 570px) {
  .balloon .balloonCom {
    padding: 12px;
  }
}
.balloon .balloonCom:before, .balloon .balloonCom:after {
  content: "";
  position: absolute;
  top: 50%;
  border: 16px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 570px) {
  .balloon .balloonCom:before, .balloon .balloonCom:after {
    top: 25px;
    border-width: 10px;
  }
}
.balloon.balloonL .balloonIcon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.balloon.balloonL .balloonIcon img {
  border: 2px solid #ddd;
}
.balloon.balloonL .balloonCom {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 30px;
  border-color: #e1e1e1;
}
@media (max-width: 570px) {
  .balloon.balloonL .balloonCom {
    margin-left: 15px;
  }
}
.balloon.balloonL .balloonCom:before {
  left: -32px;
  border-right-color: #e1e1e1;
}
@media (max-width: 570px) {
  .balloon.balloonL .balloonCom:before {
    left: -20px;
  }
}
.balloon.balloonL .balloonCom:after {
  left: -29px;
  border-right-color: #fff;
}
@media (max-width: 570px) {
  .balloon.balloonL .balloonCom:after {
    left: -17px;
  }
}
.balloon.balloonR .balloonIcon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.balloon.balloonR .balloonIcon img {
  border: 2px solid #ffb300;
}
.balloon.balloonR .balloonCom {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 30px;
  border-color: #ffb300;
  background-color: #fffbe7;
}
@media (max-width: 570px) {
  .balloon.balloonR .balloonCom {
    margin-right: 15px;
  }
}
.balloon.balloonR .balloonCom:before {
  right: -32px;
  border-left-color: #ffb300;
}
@media (max-width: 570px) {
  .balloon.balloonR .balloonCom:before {
    right: -20px;
  }
}
.balloon.balloonR .balloonCom:after {
  right: -29px;
  border-left-color: #fffbe7;
}
@media (max-width: 570px) {
  .balloon.balloonR .balloonCom:after {
    right: -17px;
  }
}

.postTag {
  padding: 13px 30px;
  background-color: #f5f5f5;
}
@media (max-width: 570px) {
  .postTag {
    padding: 13px 15px;
  }
}
.postTag .ttl {
  display: inline-block;
  margin-right: 10px;
}
.postTag a {
  display: inline-block;
  margin: 5px 8px 5px 0;
  padding: 5px 20px;
  color: #888;
  font-size: 12px;
  border-radius: 35px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #fff;
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 570px) {
  .postTag a {
    font-size: 13px;
  }
}
.postTag a:hover {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  text-decoration: none;
  background-color: #eaeaea;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
}

.shareBtn {
  padding: 24px 30px;
}
@media (max-width: 570px) {
  .shareBtn {
    padding: 16px 15px;
  }
}
.shareBtn h2 {
  color: #514d41;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}
.shareBtn h2 .yellow {
  font-size: 120%;
}
@media (max-width: 570px) {
  .shareBtn h2 {
    font-size: 90%;
  }
}
.shareBtn .shareBtnInner {
  margin-top: 1em;
}
.shareBtn .shareBtnInner ul {
  list-style: none;
}
.shareBtn .shareBtnInner ul > .col .snsBtn {
  overflow: hidden;
  font-weight: bold;
  border: 2px solid;
  text-align: center;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1100px) {
  .shareBtn .shareBtnInner ul > .col .snsBtn {
    font-size: 88%;
  }
}
.shareBtn .shareBtnInner ul > .col .snsBtn:hover {
  text-decoration: none;
}
.shareBtn .shareBtnInner ul > .col .snsBtn:hover .bound {
  -webkit-animation: counter 0.8s ease 1;
          animation: counter 0.8s ease 1;
}
@-webkit-keyframes counter {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
  }
  35% {
    -webkit-transform: scale(1, 0.9);
            transform: scale(1, 0.9);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes counter {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
  }
  35% {
    -webkit-transform: scale(1, 0.9);
            transform: scale(1, 0.9);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.shareBtn .shareBtnInner ul > .col .snsBtn .label,
.shareBtn .shareBtnInner ul > .col .snsBtn .count {
  margin-bottom: 0;
}
.shareBtn .shareBtnInner ul > .col .snsBtn .label {
  position: relative;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  padding: 12px 10px;
  color: #fff;
}
.shareBtn .shareBtnInner ul > .col .snsBtn .label i,
.shareBtn .shareBtnInner ul > .col .snsBtn .label svg,
.shareBtn .shareBtnInner ul > .col .snsBtn .label span {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.shareBtn .shareBtnInner ul > .col .snsBtn .label span {
  display: none;
}
.shareBtn .shareBtnInner ul > .col .snsBtn .label .fab {
  display: none;
}
.shareBtn .shareBtnInner ul > .col .snsBtn .label i,
.shareBtn .shareBtnInner ul > .col .snsBtn .label svg {
  position: relative;
  top: -2px;
  margin-right: 5px;
  font-size: 150%;
}
@media (min-width: 571px) and (max-width: 640px) {
  .shareBtn .shareBtnInner ul > .col .snsBtn .label i,
  .shareBtn .shareBtnInner ul > .col .snsBtn .label svg {
    display: block;
    margin: auto;
  }
}
@media (max-width: 380px) {
  .shareBtn .shareBtnInner ul > .col .snsBtn .label i,
  .shareBtn .shareBtnInner ul > .col .snsBtn .label svg {
    display: block;
    margin: auto;
  }
}
.shareBtn .shareBtnInner ul > .col .snsBtn .count {
  width: 4em;
}
@media (min-width: 1300px) {
  .shareBtn .shareBtnInner ul > .col .snsBtn .count {
    width: 6em;
  }
}
@media (min-width: 881px) and (max-width: 1024px) {
  .shareBtn .shareBtnInner ul > .col .snsBtn .count {
    width: 6em;
  }
}
.shareBtn .shareBtnInner ul > .col .snsBtn .count .bound {
  display: inline-block;
  line-height: 1;
  margin: 5px 0 0;
  font-size: 120%;
  will-change: transform;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter {
  border-color: #55acee;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter .label {
  background-color: #55acee;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter .count {
  color: #55acee;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter:hover {
  border-color: #2795e9;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter:hover .label {
  background-color: #2795e9;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter:hover .count {
  color: #2795e9;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter-x {
  border-color: #14171a;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter-x .label {
  background-color: #14171a;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter-x .count {
  color: #14171a;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter-x:hover {
  border-color: black;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter-x:hover .label {
  background-color: black;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.twitter-x:hover .count {
  color: black;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.facebook {
  border-color: #3b5998;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.facebook .label {
  background-color: #3b5998;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.facebook .count {
  color: #3b5998;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.facebook:hover {
  border-color: #2d4373;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.facebook:hover .label {
  background-color: #2d4373;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.facebook:hover .count {
  color: #2d4373;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.hatebu {
  border-color: #00a5de;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.hatebu .label {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00a5de;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.hatebu .count {
  color: #00a5de;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.hatebu:hover {
  border-color: #007fab;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.hatebu:hover .label {
  background-color: #007fab;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.hatebu:hover .count {
  color: #007fab;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.pocket {
  border-color: #ef3f56;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.pocket .label {
  background-color: #ef3f56;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.pocket .count {
  color: #ef3f56;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.pocket:hover {
  border-color: #e8132f;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.pocket:hover .label {
  background-color: #e8132f;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.pocket:hover .count {
  color: #e8132f;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.gplus {
  border-color: #dc4e41;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.gplus .label {
  background-color: #dc4e41;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.gplus .label i {
  padding: 3px 0 4px;
  font-size: 120%;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.gplus .count {
  color: #dc4e41;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.gplus:hover {
  border-color: #c63224;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.gplus:hover .label {
  background-color: #c63224;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.gplus:hover .count {
  color: #c63224;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.line {
  border-color: #00b900;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.line .label {
  background-color: #00b900;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.line .count {
  color: #00b900;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.line:hover {
  border-color: #008600;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.line:hover .label {
  background-color: #008600;
}
.shareBtn .shareBtnInner ul > .col .snsBtn.line:hover .count {
  color: #008600;
}

.adsense-2col {
  overflow: hidden;
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 570px) {
  .adsense-2col {
    padding-bottom: 15px;
  }
}
.adsense-2col ul.no-space.column-2 {
  list-style: none;
}
.adsense-2col ul.no-space.column-2 img {
  width: 300px;
  max-width: 300px;
}
@media (max-width: 1160px) {
  .adsense-2col ul.no-space.column-2 > .col {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 881px) and (max-width: 1024px) {
  .adsense-2col ul.no-space.column-2 > .col {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .adsense-2col ul.no-space.column-2 > .col.left {
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .adsense-2col ul.no-space.column-2 > .col.left {
    text-align: right;
  }
}
@media (max-width: 1160px) {
  .adsense-2col ul.no-space.column-2 > .col.left {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .adsense-2col ul.no-space.column-2 > .col.right {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .adsense-2col ul.no-space.column-2 > .col.right {
    text-align: left;
  }
}
@media (max-width: 1160px) {
  .adsense-2col ul.no-space.column-2 > .col.right {
    display: none;
  }
}
@media (min-width: 881px) and (max-width: 1024px) {
  .adsense-2col ul.no-space.column-2 > .col.right {
    display: block;
  }
}

.comment-form {
  margin: 30px 30px 0;
}
@media (max-width: 570px) {
  .comment-form {
    margin: 15px;
  }
}

.commentlist {
  padding: 30px 15px 0;
}
.commentlist .comment {
  margin-bottom: 30px;
  line-height: 1.7;
}
.commentlist a {
  color: #acacac;
}
.commentlist p {
  margin-top: 1em;
}
.commentlist .children {
  margin-left: 30px;
  list-style: none;
}
.commentlist .comment-meta {
  margin: 1em 0;
}
.commentlist .reply {
  text-align: right;
}

.relatedEntry .column-2 {
  padding: 0 20px 10px;
}
@media (max-width: 768px) {
  .relatedEntry .column-2 {
    display: block;
    padding: 0;
  }
  .relatedEntry .column-2 .col {
    width: auto;
  }
}
.relatedEntry h2 {
  margin: 30px 0 15px;
  padding: 0 20px;
  color: #3f3b2e;
}
@media (max-width: 570px) {
  .relatedEntry h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 380px) {
  .relatedEntry h2 {
    padding: 0 10px;
    font-size: 70%;
  }
}
.relatedEntry h2 span {
  display: inline-block;
  vertical-align: middle;
}
.relatedEntry h2 span.en {
  font-size: 200%;
}
.relatedEntry h2 span.ja {
  position: relative;
  top: 2px;
  font-size: 125%;
}
.relatedEntry .relatedPost a {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  color: #3f3b2e;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dedede;
}
@media (max-width: 380px) {
  .relatedEntry .relatedPost a {
    padding: 10px;
  }
}
.relatedEntry .relatedPost a .col > * {
  margin-bottom: 0;
}
.relatedEntry .relatedPost a .postThumb {
  width: 120px;
  margin-right: 15px;
  border: 1px solid #dedede;
}
@media (max-width: 570px) {
  .relatedEntry .relatedPost a .postThumb {
    margin-right: 15px;
  }
}
.relatedEntry .relatedPost a .postDetail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 380px) {
  .relatedEntry .relatedPost a .postDetail {
    font-size: 80%;
  }
}
.relatedEntry .relatedPost a .postDetail h3 {
  overflow: hidden;
  height: 7em;
  padding: 10px 15px 10px 0;
  font-size: 14px;
  word-wrap: break-word;
}
.relatedEntry .relatedPost a .fa,
.relatedEntry .relatedPost a svg {
  display: none;
  width: 20px;
  margin-left: 20px;
  color: #ffb300;
  font-size: 150%;
  text-align: center;
  opacity: 0;
  will-change: transform;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 380px) {
  .relatedEntry .relatedPost a .fa,
  .relatedEntry .relatedPost a svg {
    margin-left: 10px;
  }
}
.relatedEntry .relatedPost a:hover .fa, .relatedEntry .relatedPost a:hover svg {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#writer {
  overflow: hidden;
  position: relative;
  margin-top: 4%;
  border: 1px solid #dedede;
}
@media (max-width: 640px) {
  #writer {
    display: block;
  }
}
#writer .writerCover {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 53%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 640px) {
  #writer .writerCover {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 0;
    padding-top: 47%;
    background-size: 100% auto;
  }
}
#writer .writerCover img {
  position: absolute;
  top: 0;
  right: -10%;
  max-width: inherit;
  width: 65%;
  height: 100%;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  #writer .writerCover img {
    right: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
#writer .detail {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*margin-left: -11%;
  padding-left: 15%;
  padding-right: 8%;
  transform: skewX(20deg);*/
  background-color: #52504a;
  background-size: 4px 4px;
  z-index: 2;
}
@media (max-width: 640px) {
  #writer .detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
#writer .detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: -150px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 300px 0 0 150px;
  z-index: -1;
  border-color: transparent transparent transparent #52504a;
}
@media (max-width: 640px) {
  #writer .detail:before {
    right: auto;
    left: 0;
    top: -45px;
    border-width: 50px 0 0 600px;
    border-color: transparent transparent transparent #52504a;
  }
}
#writer .detail .detailInner {
  color: #fff;
  margin-bottom: 0;
  padding: 8% 0 8% 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  #writer .detail .detailInner {
    padding: 0 15px 30px;
  }
}
#writer .detail .detailInner .name .writerIcon {
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border-radius: 50%;
}
#writer .detail .detailInner .name .writerName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#writer .detail .detailInner .name .writerName span {
  display: block;
  margin-bottom: 0;
}
#writer .detail .detailInner .name .writerName span.en {
  color: #c1b07a;
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#writer .detail .detailInner .name .writerName span.ja {
  font-size: 26px;
  font-weight: bold;
}
#writer .detail .detailInner .text {
  margin-top: 15px;
}
@media (max-width: 640px) {
  #writer .detail .detailInner .text {
    margin-right: 0;
  }
}

.floatingBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
}
@media (max-width: 570px) {
  .floatingBtn {
    left: auto;
    margin-top: -30px;
    right: 5%;
  }
}
.floatingBtn a {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 58px;
  color: #3f3b2e;
  font-size: 28px;
  background-color: #ffb300;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}
.floatingBtn a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  background-color: #ffc233;
}
.floatingBtn a i {
  margin-left: 2px;
  line-height: 52px;
}

#singlePager {
  margin-top: 30px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
#singlePager:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#singlePager:hover ul li.old {
  border-color: transparent;
}
#singlePager ul {
  list-style: none;
  background-color: #fff;
}
@media (max-width: 570px) {
  #singlePager ul li {
    width: 100%;
  }
}
#singlePager ul li.old {
  border-right: 1px solid #dedede;
}
@media (max-width: 570px) {
  #singlePager ul li.old {
    border-right: none;
    border-bottom: 1px solid #dedede;
  }
}
#singlePager ul li.old a .thumb .en {
  left: 5px;
}
#singlePager ul li.new .en {
  text-align: right;
}
#singlePager ul li.new a .thumb .en {
  right: 5px;
}
#singlePager ul li a,
#singlePager ul li span {
  margin-bottom: 0;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#singlePager ul li a:hover,
#singlePager ul li span:hover {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
#singlePager ul li a:hover .thumb img,
#singlePager ul li span:hover .thumb img {
  opacity: 0.7;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#singlePager ul li a .thumb,
#singlePager ul li span .thumb {
  overflow: hidden;
  position: relative;
  width: 120px;
}
@media (max-width: 768px) {
  #singlePager ul li a .thumb,
  #singlePager ul li span .thumb {
    width: 100px;
  }
}
#singlePager ul li a .thumb .en,
#singlePager ul li span .thumb .en {
  position: absolute;
  top: 5px;
  color: #fff;
  z-index: 10;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#singlePager ul li a .thumb img,
#singlePager ul li span .thumb img {
  width: 120px;
  height: 120px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 768px) {
  #singlePager ul li a .thumb img,
  #singlePager ul li span .thumb img {
    width: 100px;
    height: 100px;
  }
}
#singlePager ul li a .ttl,
#singlePager ul li span .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 12px;
  color: #3f3b2e;
  font-size: 14px;
}
@media (max-width: 768px) {
  #singlePager ul li a .ttl,
  #singlePager ul li span .ttl {
    font-size: 12px;
  }
}
#singlePager ul li span .thumb {
  width: 120px;
  height: 120px;
  background-color: #f2f2f2;
}

#followBox {
  margin-top: 4%;
}
#followBox .followList {
  list-style: none;
}
#followBox .followList > .col {
  position: relative;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  #followBox .followList > .col {
    padding: 10px 0;
  }
}
@media (max-width: 640px) {
  #followBox .followList > .col {
    padding: 10px 0 20px;
  }
}
#followBox .followList > .col:hover {
  -webkit-box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
#followBox .followList > .col:hover .bg-icon {
  -webkit-animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 2;
          animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 2;
}
#followBox .followList > .col .bg-icon,
#followBox .followList > .col .text {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  #followBox .followList > .col .bg-icon,
  #followBox .followList > .col .text {
    display: block;
  }
}
#followBox .followList > .col .bg-icon {
  margin-right: 1%;
  font-size: 153px;
  line-height: 1;
  text-align: center;
}
#followBox .followList > .col .bg-icon .fab {
  display: none;
  vertical-align: top;
}
@media (max-width: 640px) {
  #followBox .followList > .col .bg-icon {
    margin-right: 0;
  }
}
#followBox .followList > .col .text .ttl {
  margin-bottom: 10px;
  font-size: 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1300px) {
  #followBox .followList > .col .text .ttl {
    font-size: 20px;
  }
}
@media (max-width: 570px) {
  #followBox .followList > .col .text .ttl {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  #followBox .followList > .col .text .ttl {
    font-size: 12px;
  }
}
#followBox .followList > .col .text a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (min-width: 1300px) {
  #followBox .followList > .col .text a {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  #followBox .followList > .col .text a {
    font-size: 12px;
  }
}
#followBox .followList > .col .text a.btn {
  padding: 5px 10px;
}
#followBox .followList > .col .text a.count {
  position: relative;
  padding: 5px 7px 5px 5px;
  background-color: #fff;
}
#followBox .followList > .col .text a.count:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  display: block;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right-color: #fff;
}
#followBox .followList > .col.twitter {
  background-color: #8bcdff;
}
#followBox .followList > .col.twitter .bg-icon,
#followBox .followList > .col.twitter .count {
  color: #55acee;
}
@media (max-width: 1200px) {
  #followBox .followList > .col.twitter .bg-icon {
    font-size: 100px !important;
  }
}
#followBox .followList > .col.twitter .text .btn {
  background-color: #55acee;
}
#followBox .followList > .col.twitter .btn:hover {
  background-color: #2795e9;
}
#followBox .followList > .col.twitter-x {
  background-color: #14171a;
}
#followBox .followList > .col.twitter-x .bg-icon,
#followBox .followList > .col.twitter-x .count {
  color: #14171a;
}
@media (max-width: 1200px) {
  #followBox .followList > .col.twitter-x .bg-icon {
    font-size: 88px !important;
  }
}
#followBox .followList > .col.twitter-x .text .btn {
  background-color: #545454;
}
#followBox .followList > .col.twitter-x .btn:hover {
  background-color: black;
}
#followBox .followList > .col.facebook {
  background-color: #4b73c6;
}
#followBox .followList > .col.facebook .bg-icon,
#followBox .followList > .col.facebook .count {
  color: #3b5998;
}
#followBox .followList > .col.facebook .bg-icon {
  padding: 10px 30px 0 10px;
  font-size: 140px;
}
@media (max-width: 1200px) {
  #followBox .followList > .col.facebook .bg-icon {
    padding-top: 0;
    font-size: 100px;
  }
}
@media (max-width: 640px) {
  #followBox .followList > .col.facebook .bg-icon {
    padding-top: 0;
  }
}
#followBox .followList > .col.facebook .text {
  margin-left: -4%;
}
@media (max-width: 640px) {
  #followBox .followList > .col.facebook .text {
    margin-left: 0;
  }
}
#followBox .followList > .col.facebook .text .btn {
  background-color: #3b5998;
}
#followBox .followList > .col.facebook .btn:hover {
  background-color: #2d4373;
}
#followBox .followList > .col.feedly {
  background-color: #95e381;
}
#followBox .followList > .col.feedly .bg-icon,
#followBox .followList > .col.feedly .count {
  color: #6cc655;
}
@media (max-width: 1200px) {
  #followBox .followList > .col.feedly .bg-icon {
    font-size: 100px;
  }
}
#followBox .followList > .col.feedly .text .btn {
  background-color: #6cc655;
}
#followBox .followList > .col.feedly .btn:hover {
  background-color: #52ae3a;
}
#followBox .followList > .col.push7 {
  background-color: #f5c445;
}
#followBox .followList > .col.push7 .bg-icon,
#followBox .followList > .col.push7 .count {
  color: #e5a717;
}
#followBox .followList > .col.push7 .bg-icon {
  padding-top: 10px;
  font-size: 136px;
}
@media (max-width: 1200px) {
  #followBox .followList > .col.push7 .bg-icon {
    padding-top: 0;
    font-size: 100px;
  }
}
@media (max-width: 640px) {
  #followBox .followList > .col.push7 .bg-icon {
    padding-top: 0;
  }
}
#followBox .followList > .col.push7 .text {
  margin-left: -4%;
}
@media (max-width: 640px) {
  #followBox .followList > .col.push7 .text {
    margin-left: 0;
  }
}
#followBox .followList > .col.push7 .text .btn {
  background-color: #e5a717;
}
#followBox .followList > .col.push7 .btn:hover {
  background-color: #b78512;
}

.topBtn {
  margin-bottom: 30px;
}
@media (max-width: 570px) {
  .topBtn {
    margin-bottom: 15px;
  }
}

.editBtn {
  text-align: center;
}

/*.wpap-replacer-card {
  margin-top: 0 !important;
	margin-bottom: 0 !important;
}*/

#sideBar {
  	/*width: 336px;
      margin-left: 30px;
      @include tab-large {
          width: auto;
          margin: 30px 0;
      }
      @include sp-large {
          margin-bottom: 0;
      }*/
}
#sideBar .sideInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (max-width: 1024px) {
  #sideBar .sideInner > *:not(.toc) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sideBar .sideInner .toc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 570px) {
  #sideBar .sideInner {
    margin-bottom: 0;
  }
}
#sideBar .adsense {
  margin-bottom: 30px;
  text-align: center;
}
#sideBar .adBnr {
  margin-top: 30px;
  text-align: center;
}
#sideBar .adBnr meta + div {
  margin: 0 auto !important;
}
#sideBar .toc {
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  #sideBar .toc {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0;
    z-index: 99;
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  #sideBar .toc.up {
    top: 30px;
  }
}
#sideBar .toc.fixedSide {
  position: fixed;
  top: 0;
  left: auto;
  width: 336px;
  margin-top: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
#sideBar .toc.bottomSide {
  position: absolute;
  bottom: 30px;
  width: 336px;
}
#sideBar .toc.staticSide {
  position: static;
  width: auto;
}
#sideBar .toc.showAll .tocBlock .tocList .list .tocList {
  display: block;
}
#sideBar .toc .tocTtl {
  display: table;
  width: 100%;
  padding: 11.68px 20px;
  font-weight: bold;
  table-layout: fixed;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 3px solid #ffb300;
  border-bottom: 1px solid #dedede;
}
#sideBar .toc .tocTtl .text,
#sideBar .toc .tocTtl .accBtn {
  display: table-cell;
  vertical-align: middle;
}
#sideBar .toc .tocTtl .text {
  width: 100%;
}
#sideBar .toc .tocTtl .text .yellow {
  font-size: 20px;
}
#sideBar .toc .tocTtl .accBtn {
  width: 1em;
  font-size: 24px;
  text-align: center;
}
#sideBar .toc .tocTtl .accBtn i {
  display: block;
}
#sideBar .toc .tocBlock {
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: 70vh;
}
#sideBar .toc .tocBlock .tocList .list {
  position: relative;
}
#sideBar .toc .tocBlock .tocList .list:before {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 14px;
  z-index: 99;
}
#sideBar .toc .tocBlock .tocList .list a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #3f3b2e;
  font-size: 14px;
}
#sideBar .toc .tocBlock .tocList .list a:hover {
  background-color: #f2f2f2;
}
#sideBar .toc .tocBlock .tocList .list a .ripple {
  background-color: #dedede;
}
#sideBar .toc .tocBlock .tocList .list a .accBtn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1em;
  margin-top: -12px;
  font-size: 24px;
}
#sideBar .toc .tocBlock .tocList .list.active > a {
  color: #a3782d;
  font-weight: bold;
  background-color: #fffbe7;
}
#sideBar .toc .tocBlock .tocList .list.active > a .ripple {
  background-color: #fef3d1;
}
#sideBar .toc .tocBlock .tocList .list.active .tocList {
  display: block;
}
#sideBar .toc .tocBlock .tocList.shareLink a {
  background-color: #f2f2f2;
  text-align: center;
}
#sideBar .toc .tocBlock .tocList .tocList {
  display: none;
}
#sideBar .toc .tocBlock .tocList .tocList .list a {
  padding-left: 30px;
}
#sideBar .toc .tocBlock .tocList .tocList .list span.num {
  display: none;
}
#sideBar .toc .tocBlock .tocList .tocList .tocList .list a {
  padding-left: 40px;
}

.bnrList {
  text-align: center;
  font-size: 0;
}
.bnrList .list {
  display: inline-block;
  list-style: none;
  margin-bottom: 4%;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.bnrList .list:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .bnrList .list {
    width: 32%;
  }
  .bnrList .list:not(:last-child) {
    margin-right: 2%;
  }
}
@media (max-width: 640px) {
  .bnrList .list {
    width: auto;
  }
  .bnrList .list:not(:last-child) {
    margin-right: 0;
  }
}
.bnrList .list a {
  overflow: hidden;
  position: relative;
  display: block;
}

.sideTtl {
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
}

.profBox {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.profBox .profCover {
  height: 168px;
  background: url(img/key_top.png) no-repeat 50% 50%;
  background-size: cover;
}
.profBox .profIcon {
  overflow: hidden;
  float: left;
  width: 90px;
  margin: -50px 0 0 20px;
  border-radius: 50%;
}
.profBox .profDetail {
  padding: 0 20px 20px;
}
.profBox .profDetail .ttl {
  margin: 5px 0 10px 120px;
  color: #ff9f00;
  font-size: 36px;
  text-align: left;
  letter-spacing: 4px;
}
@media (max-width: 570px) {
  .profBox .profDetail .ttl {
    font-size: 24px;
  }
}
.profBox .profDetail .text {
  clear: both;
  font-size: 14px;
}
.profBox .profDetail .more {
  margin-top: 1em;
}

.tabBlock {
  margin-top: 30px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.postText .tabBlock {
  margin: 30px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.postText .tabBlock .tabBtn {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 570px) {
  .postText .tabBlock .tabBtn {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.postText .tabBlock .tabBtn.column-3.sp-column-3 .tab, .postText .tabBlock .tabBtn.column-4.sp-column-2 .tab {
  margin-bottom: 0;
}
.tabBlock ul {
  list-style: none;
}
.tabBlock ul.tabBtn {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.tabBlock ul.tabBtn .col a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 0;
  color: #989486;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #f5f5f5;
  border-top: 3px solid #f5f5f5;
  border-bottom: 1px solid #eaeaea;
}
.tabBlock ul.tabBtn .col a .ripple {
  background-color: #f2f2f2;
}
.tabBlock ul.tabBtn .col.active a {
  color: #3f3b2e;
  background-color: #fff;
  border-top-color: #ffb300;
  border-bottom-color: #fff;
}
.tabBlock ul.tabBtn .col.active a i,
.tabBlock ul.tabBtn .col.active a svg path {
  color: #ffb300;
}
.tabBlock .tabCon .tabConItem {
  display: none;
}
.tabBlock .tabCon .tabConItem.active {
  display: block;
}
.tabBlock .tabCon .entryList {
  display: none;
  padding: 0;
}
.tabBlock .tabCon .entryList.active {
  display: block;
}
.tabBlock .tabCon .entryList .list a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 20px;
  color: #757575;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #fff;
  border-bottom: 1px solid #dedede;
}
.tabBlock .tabCon .entryList .list a:hover {
  background-color: #f2f2f2;
}
.tabBlock .tabCon .entryList .list a .thumb {
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.tabBlock .tabCon .entryList .list a .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.tabBlock .tabCon .entryList .list a .postStats {
  display: block;
  margin: 4% 0 0;
  font-size: 11px;
  text-align: right;
}
.tabBlock .tabCon .entryList .list:last-child a {
  border-bottom: none;
}

#footer {
  margin-top: 1.5em;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent);
  background-color: #52504a;
  background-size: 4px 4px;
  z-index: 1;
  /*@media (min-height: 800px){
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  }*/
}

#footerTop {
  padding: 50px 0;
}
@media (max-width: 570px) {
  #footerTop {
    padding: 30px 0;
  }
}
#footerTop dt {
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 570px) {
  #footerTop dt {
    margin-bottom: 4%;
  }
}
#footerTop dt .icon-logo, #footerTop dt .fa-comment, #footerTop dt .ttl {
  display: inline-block;
  vertical-align: bottom;
}
#footerTop dt .icon-logo, #footerTop dt .fa-comment {
  margin-right: 5px;
  color: #81693f;
  font-size: 65px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 570px) {
  #footerTop dt .icon-logo, #footerTop dt .fa-comment {
    font-size: 55px;
  }
}
#footerTop dt .fa-comment svg path {
  color: #81693f;
}
#footerTop dt .ttl {
  color: #acacac;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
#footerTop dt .ttl .en {
  font-size: 36px;
}
@media (max-width: 570px) {
  #footerTop dt .ttl .en {
    font-size: 24px;
  }
}
#footerTop dt .ttl .ja {
  margin-top: 5px;
  font-size: 18px;
}
@media (max-width: 570px) {
  #footerTop dt .ttl .ja {
    font-size: 14px;
  }
}

.about dl, .popularKeyword dl {
  margin-bottom: 0;
}

.about {
  margin-top: 0;
}
.about .description {
  margin-bottom: 30px;
  color: #acacac;
  font-size: 18px;
}
@media (max-width: 570px) {
  .about .description {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.about .snsBtn {
  padding: 30px;
  border-radius: 5px;
  background-color: #656157;
}
@media (max-width: 570px) {
  .about .snsBtn {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .about .snsBtn {
    padding: 10px;
  }
}
@media (max-width: 320px) {
  .about .snsBtn {
    margin: 0 -4%;
    padding: 10px 5px;
    border-radius: 0;
  }
}
.about .snsBtn .snsBtnList {
  list-style: none;
  text-align: center;
}
.about .snsBtn .snsBtnList li {
  padding: 0 5px;
}
.about .snsBtn .snsBtnList li a {
  display: block;
  margin-bottom: 0;
  padding: 25% 10%;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border-radius: 5px;
}
@media (max-width: 570px) {
  .about .snsBtn .snsBtnList li a {
    padding: 5px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .about .snsBtn .snsBtnList li a {
    padding: 10%;
  }
}
@media (max-width: 768px) {
  .about .snsBtn .snsBtnList li a {
    padding: 20% 10%;
  }
}
@media (max-width: 320px) {
  .about .snsBtn .snsBtnList li a {
    padding: 11px 5px;
  }
}
.about .snsBtn .snsBtnList li a i {
  display: inline-block;
}
.about .snsBtn .snsBtnList li a:hover i {
  -webkit-animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 3;
          animation: tossing 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s 3;
}
.about .snsBtn .snsBtnList li a.twitter {
  background-color: #55acee;
}
.about .snsBtn .snsBtnList li a.twitter:hover {
  background-color: #2795e9;
}
.about .snsBtn .snsBtnList li a.twitter-x {
  background-color: #14171a;
}
.about .snsBtn .snsBtnList li a.twitter-x:hover {
  background-color: black;
}
.about .snsBtn .snsBtnList li a.facebook {
  background-color: #3b5998;
}
.about .snsBtn .snsBtnList li a.facebook:hover {
  background-color: #2d4373;
}
.about .snsBtn .snsBtnList li a.hatebu {
  background-color: #00a5de;
}
.about .snsBtn .snsBtnList li a.hatebu:hover {
  background-color: #007fab;
}
.about .snsBtn .snsBtnList li a.feedly {
  background-color: #6cc655;
}
.about .snsBtn .snsBtnList li a.feedly:hover {
  background-color: #52ae3a;
}
.about .snsBtn .snsBtnList li a.push7 {
  background-color: #e5a717;
}
.about .snsBtn .snsBtnList li a.push7:hover {
  background-color: #b78512;
}

.popularKeyword .wp-tag-cloud {
  list-style: none;
  font-size: 0;
  margin: 0 -10px -10px 0;
}
.popularKeyword .wp-tag-cloud li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.popularKeyword .wp-tag-cloud li:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
}
.popularKeyword .wp-tag-cloud li a {
  display: block;
  padding: 5px 10px;
  color: #acacac;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #656157;
  -webkit-box-shadow: 0 2px 1px rgba(63, 59, 46, 0.23);
          box-shadow: 0 2px 1px rgba(63, 59, 46, 0.23);
}
.popularKeyword .wp-tag-cloud li a:hover {
  background-color: #807b6f;
}

.pageTop a {
  display: block;
  padding: 10px 0;
  color: #ccc;
  background: linear-gradient(135deg, #656157 25%, transparent 25%, transparent 50%, #656157 50%, #656157 75%, transparent 75%, transparent);
  background-color: #3d3c37;
  background-size: 4px 4px;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.pageTop a i, .pageTop a svg, .pageTop a span {
  display: inline-block;
  vertical-align: middle;
}
.pageTop a i, .pageTop a svg {
  margin-right: 10px;
  font-size: 24px;
}
.pageTop a:hover {
  background-color: #22221f;
}
.pageTop a:hover i, .pageTop a:hover svg {
  -webkit-animation: pageTop 0.4s cubic-bezier(0.55, 0, 0.1, 1) both;
          animation: pageTop 0.4s cubic-bezier(0.55, 0, 0.1, 1) both;
}

#footerBtm {
  position: relative;
  padding: 23px 0;
  color: #acacac;
  background-color: #52504a;
}
#footerBtm .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 570px) {
  #footerBtm .inner {
    display: block;
  }
}

.copyright {
  float: left;
  width: auto;
}
@media (max-width: 570px) {
  .copyright {
    float: none;
    display: block;
    text-align: center;
  }
}
.copyright i {
  margin-bottom: 0;
}

.footerNav {
  float: right;
  width: auto;
  text-align: right;
  font-size: 0;
}
@media (max-width: 570px) {
  .footerNav {
    float: none;
    display: block;
    width: auto;
    margin-top: 4%;
    text-align: center;
  }
}
.footerNav li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  vertical-align: middle;
  margin-right: -1px;
}
.footerNav li:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
}
.footerNav li.current a {
  color: #fff;
}
.footerNav li a {
  display: block;
  padding: 0 10px;
  color: #aeaeae;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.footerNav li a:hover {
  color: #fff;
}
.footerNav li a span {
  padding: 10px;
}
.footerNav li:not(:last-child) a {
  border-right: 1px solid #aeaeae;
}

@-webkit-keyframes pageTop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  75% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  85% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  95% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes pageTop {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  75% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  85% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  95% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#p7frame {
  overflow: hidden;
  height: 0;
}

/*@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}*/
/*
 * Sawarabi Gothic (Japanese) https://fonts.google.com/earlyaccess
 */
/*@font-face {
  font-family: 'Sawarabi Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/sawarabigothic/v1/SawarabiGothic-Regular.ttf) format('truetype');
}*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9d3522");
  src: url("fonts/icomoon.eot?9d3522#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9d3522") format("truetype"), url("fonts/icomoon.woff?9d3522") format("woff"), url("fonts/icomoon.svg?9d3522#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icomoon, .cover:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hatebu:before {
  content: "\e900";
}

.icon-line:before {
  content: "\e901";
}

.icon-feedly:before {
  content: "\e902";
}

.icon-push7:before {
  content: "\e903";
}

.icon-logo:before {
  content: "\e904";
}

.icon-sim:before {
  content: "\e905";
}

/*!
 *  Font Awesome 4.6.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*@font-face{font-family:'FontAwesome';src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.eot?v=4.6.0');src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.eot?#iefix&v=4.6.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.woff2?v=4.6.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.woff?v=4.6.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.ttf?v=4.6.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/fonts/fontawesome-webfont.svg?v=4.6.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}.fa-lg{font-size:1.33333333em;line-height:.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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .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}.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-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{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}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}*/
