@charset "UTF-8";
/*!
Theme Name: Gori.me 2019
Theme URI: http://gori.me
Description: gori.me 2019 theme
Version: 0.1
Author: gorime
Author URI: http://gori.me
*/
/*! Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  overflow: auto;
  overflow-x: auto !important;
}

body {
  min-width: 1132px;
  width: 100%;
  line-height: 1.8;
  color: #111;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

a:link,
a:visited {
  color: #111;
  text-decoration: underline;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover,
a:active {
  color: #e22f26;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe, video, object {
  margin: 0 auto;
  display: block;
}

.container {
  margin: 0 auto;
  padding-top: 81px;
  width: 1132px;
  position: relative;
  z-index: 1;
}

.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: -314px;
  z-index: 1;
  width: 1095px;
  height: 355px;
  background-image: url(images/bg-header.svg);
}

.header {
  position: absolute;
  top: -81px;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.fixed .header {
  position: fixed;
  top: 0;
}

.header .header-inner {
  margin: 0 auto;
  padding-top: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1132px;
  position: relative;
  top: 0;
  z-index: 1;
}

.fixed .header .header-inner {
  padding-top: 0;
  -webkit-box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.fixed.release .header .header-inner {
  top: -60px;
  padding-top: 0;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header .header-shoulder {
  padding-bottom: 14px;
  width: 100%;
  color: #b3b3b3;
  font-size: 10px;
  text-align: right;
}

.fixed .header .header-shoulder {
  display: none;
}

.header .header-logo {
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.header .header-logo a, .header .header-logo img {
  display: block;
}

.header .header-logo a:hover, .header .header-logo a:active {
  opacity: .8;
}

.header .header-logo img {
  width: 200px;
  height: 49px;
}

.header .header-logo .last-update {
  margin-top: -10px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.home .header .header-logo img {
  width: 380px;
  height: 94px;
}

.fixed .header .header-logo {
  width: 250px;
  height: 60px;
  background-image: url(images/bg-header-logo.svg);
}

.fixed .header .header-logo a {
  padding: 14px 69px 13px 48px;
}

.fixed .header .header-logo img {
  width: 133px;
  height: 33px;
}

.fixed .header .header-logo .last-update {
  display: none;
}

.header .header-nav {
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.header .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-nav a {
  color: #111;
  text-decoration: none;
}

.header .header-nav > ul > li {
  margin-left: 8px;
  padding-top: 2px;
  position: relative;
  z-index: 1;
}

.header .header-nav > ul > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 2px;
  background-color: #e22f26;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header .header-nav > ul > li:hover {
  color: #e22f26;
}

.header .header-nav > ul > li:hover::before {
  left: 0;
  width: 100%;
}

.header .header-nav > ul > li > a {
  padding: 0 15px;
  border-top: 2px solid transparent;
  display: block;
  line-height: 34px;
}

.header .header-nav > ul > li > a:hover, .header .header-nav > ul > li > a:active {
  color: #e22f26;
}

.header .header-nav .menu-item-has-children {
  position: relative;
  z-index: 1;
}

.header .header-nav .menu-item-has-children:hover > a {
  color: #e22f26;
}

.header .header-nav .menu-item-has-children:hover > a::after {
  opacity: 0;
}

.header .header-nav .menu-item-has-children:hover .sub-menu {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.header .header-nav .menu-item-has-children > a {
  padding-right: 34px;
  position: relative;
  z-index: 1;
}

.header .header-nav .menu-item-has-children > a::before, .header .header-nav .menu-item-has-children > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
}

.header .header-nav .menu-item-has-children > a::before {
  background-image: url(images/icons/icon-arrow-down-red.svg);
}

.header .header-nav .menu-item-has-children > a::after {
  background-image: url(images/icons/icon-arrow-down.svg);
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header .header-nav .sub-menu {
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0px 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 8px rgba(136, 136, 136, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  min-width: 284px;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.header .header-nav .sub-menu li {
  width: 50%;
}

.header .header-nav .sub-menu li a {
  display: block;
  line-height: 36px;
  text-align: center;
}

.header .header-nav .sub-menu li a:hover, .header .header-nav .sub-menu li a:active {
  color: #e22f26;
}

.header .header-search {
  margin-left: 8px;
  padding: 9px;
  cursor: pointer;
}

.header .header-search:hover svg {
  fill: #e22f26;
}

.header .header-search svg {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.fixed .header .header-search {
  margin-right: 48px;
}

.search-panel {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  height: 0;
  background-color: #111;
  overflow: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  pointer-events: none;
}

.search-panel .search-panel-header {
  margin: 0 auto;
  padding-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1132px;
}

.home .search-panel .search-panel-header {
  padding-top: 84px;
}

.search-panel .search-panel-logo a, .search-panel .search-panel-logo img {
  display: block;
}

.search-panel .search-panel-logo img {
  width: 200px;
  height: 49px;
}

.search-panel .search-panel-close {
  padding: 11px;
  cursor: pointer;
}

.search-panel .search-panel-close svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.search-panel .search-panel-body {
  margin: 0 auto;
  padding-top: 64px;
  width: 1132px;
}

.search-panel .search-panel-body form {
  width: 100%;
  background-color: #222;
  position: relative;
  z-index: 1;
}

.search-panel .search-panel-body input, .search-panel .search-panel-body button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  outline: 0;
}

.search-panel .search-panel-body input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 64px;
  padding-left: 24px;
  border: 1px solid #222;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  line-height: 42px;
  font-size: 16px;
}

.search-panel .search-panel-body input:placeholder {
  color: #767676;
}

.search-panel .search-panel-body input:focus {
  border-color: #fff;
}

.search-panel .search-panel-body button {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  border: 1px solid #222;
  border-radius: 4px;
  width: 62px;
  height: 43px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.search-panel .search-panel-body button:hover, .search-panel .search-panel-body button:active {
  opacity: .75;
}

.search-panel .search-panel-body button:focus {
  border-color: #fff;
}

.search-panel .search-panel-body button span {
  padding: 12px 22px 13px;
  display: block;
  width: 18px;
  height: 19px;
}

.search-panel .search-panel-body button span svg {
  width: 18px;
  height: 19px;
  fill: #fff;
}

.search-panel .search-panel-body .search-panel-list {
  padding-top: 13px;
}

.search-panel .search-panel-body .search-panel-list .search-panel-list-heading {
  margin-top: 36px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}

.search-panel .search-panel-body .search-panel-list .search-panel-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-panel .search-panel-body .search-panel-list a {
  margin-bottom: 16px;
  padding: 9px 17px 8px;
  border: 1px solid #222;
  border-radius: 2em;
  display: block;
  color: #fff;
  background-color: #222222;
  font-size: 14px;
  text-decoration: none;
}

.search-panel .search-panel-body .search-panel-list a + a {
  margin-left: 16px;
}

.search-panel .search-panel-body .search-panel-list a:hover, .search-panel .search-panel-body .search-panel-list a:active {
  border-color: #fff;
}

.search-mode {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.search-mode.lock {
  position: fixed;
}

.search-mode .search-panel {
  height: 100%;
  pointer-events: auto;
}

.footer {
  padding-bottom: 64px;
  color: #fff;
  background-color: #111;
}

.footer .footer-inner {
  margin: 0 auto;
  padding-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1132px;
}

.footer .footer-inner + .footer-inner {
  padding-top: 5px;
}

.footer .footer-inner .footer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-inner .footer-info .footer-info-img {
  padding-right: 24px;
  width: 64px;
}

.footer .footer-inner .footer-info .footer-info-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

.footer .footer-inner .footer-social ul {
  padding-right: 9px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-inner .footer-social li {
  margin-left: 48px;
}

.footer .footer-inner .footer-social li a {
  display: block;
  overflow: hidden;
}

.footer .footer-inner .footer-social li a::before {
  content: '';
  display: block;
}

.footer .footer-inner .footer-social li a:hover, .footer .footer-inner .footer-social li a:active {
  opacity: .75;
}

.footer .footer-inner .footer-social li a svg {
  display: block;
  fill: #fff;
}

.footer .footer-inner .footer-social li.twitter a {
  width: 23px;
  height: 18px;
}

.footer .footer-inner .footer-social li.twitter a::before {
  width: 23px;
  height: 18px;
  background-image: url(images/icons/icon-twitter-white.svg);
}

.footer .footer-inner .footer-social li.facebook a {
  width: 11px;
  height: 22px;
}

.footer .footer-inner .footer-social li.facebook a::before {
  width: 11px;
  height: 22px;
  background-image: url(images/icons/icon-facebook-white.svg);
}

.footer .footer-inner .footer-social li.youtube a {
  width: 23px;
  height: 16px;
}

.footer .footer-inner .footer-social li.youtube a::before {
  width: 23px;
  height: 16px;
  background-image: url(images/icons/icon-youtube-white.svg);
}

.footer .footer-inner .footer-social li.rss a {
  width: 18px;
  height: 18px;
}

.footer .footer-inner .footer-social li.rss a::before {
  width: 18px;
  height: 18px;
  background-image: url(images/icons/icon-rss-white.svg);
}

.footer .footer-inner .footer-social li.push7 a {
  width: 16px;
  height: 20px;
}

.footer .footer-inner .footer-social li.push7 a::before {
  width: 16px;
  height: 20px;
  background-image: url(images/icons/icon-push7-white.svg);
}

.footer .footer-inner .footer-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footer-inner .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer-inner .footer-menu li {
  margin-right: 16px;
}

.footer .footer-inner .footer-menu li a {
  color: #b3b3b3;
  font-size: 12px;
  text-decoration: none;
}

.footer .footer-inner .footer-menu li a:hover, .footer .footer-inner .footer-menu li a:active {
  text-decoration: underline;
}

.footer .footer-inner .footer-copyright {
  color: #b3b3b3;
  font-size: 12px;
  text-align: right;
}

.recommend-cats {
  padding-top: 45px;
  padding-bottom: 32px;
  background-color: #f8f9fa;
}

.recommend-cats .recommend-cats-inner {
  margin: 0 auto;
  width: 1132px;
}

.recommend-cats .recommend-cats-inner .recommend-cats-title {
  margin-bottom: 18px;
  color: #111;
  font-weight: bold;
  font-size: 18px;
}

.recommend-cats .recommend-cats-inner .recommend-cats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommend-cats .recommend-cats-inner .recommend-cats-item {
  margin-left: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}

.recommend-cats .recommend-cats-inner .recommend-cats-item:nth-child(6n + 1) {
  margin-left: 0;
}

.recommend-cats .recommend-cats-inner .recommend-cats-item a {
  display: block;
  width: 175px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.recommend-cats .recommend-cats-inner .recommend-cats-item a:hover, .recommend-cats .recommend-cats-inner .recommend-cats-item a:active {
  opacity: .8;
}

.recommend-cats .recommend-cats-inner .recommend-cats-item img {
  display: block;
  width: 100%;
  height: 108px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend-cats .recommend-cats-inner .recommend-cats-item .recommend-cat-name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 5px 7px;
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.85)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.85) 100%);
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.content .main {
  width: 800px;
  min-height: 600px;
}

.content .sidebar {
  width: 300px;
  position: relative;
  z-index: 1;
}

.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb li {
  color: #767676;
  font-size: 12px;
}

.breadcrumb li::before {
  padding: 0 4px;
  content: '/';
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb li a {
  color: #767676;
  text-decoration: none;
}

.breadcrumb li a:hover, .breadcrumb li a:active {
  text-decoration: underline;
}

.post-list .post-list-heading {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
}

.post-list .post-list-items .post-list-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.post-list .post-list-items .post-list-item:nth-last-of-type(1) {
  margin-bottom: 0;
  border-bottom: 0;
}

.post-list .post-list-items .post-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.post-list .post-list-items .post-list-item a:hover, .post-list .post-list-items .post-list-item a:active {
  color: #e22f26;
}

.post-list .post-list-items .post-list-item a:hover .post-list-image img, .post-list .post-list-items .post-list-item a:active .post-list-image img {
  opacity: .8;
}

.post-list .post-list-items .post-list-item .post-list-image {
  width: 250px;
  position: relative;
  z-index: 1;
}

.post-list .post-list-items .post-list-item .post-list-image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}

.post-list .post-list-items .post-list-item .post-list-image img {
  display: block;
  width: 250px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  z-index: 2;
}

.post-list .post-list-items .post-list-item .post-list-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
  padding-bottom: 1em;
  position: relative;
  z-index: 1;
}

.post-list .post-list-items .post-list-item .post-list-title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 22px;
}

.post-list .post-list-items .post-list-item .post-list-date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #767676;
  font-size: 13px;
}

.next-posts {
  margin-top: 40px;
  text-align: center;
}

.next-posts a {
  padding: 10px 0;
  border: 1px solid #111;
  border-radius: 2em;
  display: inline-block;
  vertical-align: top;
  width: 340px;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
}

.next-posts a span {
  padding-left: 14px;
}

.next-posts a span svg {
  fill: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.next-posts a:hover, .next-posts a:active {
  color: #111;
  background-color: #fff;
}

.next-posts a:hover span svg, .next-posts a:active span svg {
  fill: #111;
}

.more-posts {
  padding-top: 16px;
  padding-bottom: 64px;
}

.more-posts .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more-posts .current,
.more-posts .page {
  margin: 0 8px;
  border-radius: 100%;
  display: block;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.more-posts .current {
  border: 1px solid #f8f9fa;
  color: #767676;
  background-color: #f8f9fa;
}

.more-posts .page {
  border: 1px solid #111;
  color: #fff;
  background: #111;
  font-weight: bold;
}

.more-posts .page:hover, .more-posts .page:active {
  color: #111;
  background-color: #fff;
}

.fixed-ad.fixed {
  position: fixed;
  top: 60px;
}

.fixed-ad.bottom {
  position: absolute;
  top: auto;
  bottom: 64px;
}

.sidebar .social-buttons {
  margin-bottom: 32px;
}

.single-footer .social-buttons ul {
  margin: 60px auto 30px;
  width: 368px;
}

.single-footer .social-buttons li {
  padding: 0;
}

.single-footer .social-buttons li::before {
  display: none;
}

.onecolumn-content .social-buttons {
  width: 48px;
}

.onecolumn-content .social-buttons ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.onecolumn-content .social-buttons li {
  margin-bottom: 36px;
}

.social-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-buttons a {
  border: 1px solid;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  overflow: hidden;
}

.social-buttons a:hover, .social-buttons a:active {
  background-color: #fff;
}

.social-buttons a svg {
  fill: #fff;
}

.social-buttons .social-button-twitter {
  border-color: #55acee;
  -webkit-box-shadow: 0 2px 8px rgba(85, 172, 238, 0.5);
          box-shadow: 0 2px 8px rgba(85, 172, 238, 0.5);
  background-color: #55acee;
}

.social-buttons .social-button-twitter:hover svg, .social-buttons .social-button-twitter:active svg {
  fill: #55acee;
}

.social-buttons .social-button-twitter svg {
  width: 24px;
  height: 18px;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.social-buttons .social-button-facebook {
  border-color: #1877f2;
  -webkit-box-shadow: 0 2px 8px rgba(59, 89, 152, 0.5);
          box-shadow: 0 2px 8px rgba(59, 89, 152, 0.5);
  background-color: #1877f2;
}

.social-buttons .social-button-facebook:hover svg, .social-buttons .social-button-facebook:active svg {
  fill: #1877f2;
}

.social-buttons .social-button-facebook svg {
  width: 10px;
  height: 20px;
}

.social-buttons .social-button-hatebu {
  border-color: #2c6ebd;
  -webkit-box-shadow: 0 2px 8px rgba(44, 110, 189, 0.5);
          box-shadow: 0 2px 8px rgba(44, 110, 189, 0.5);
  background-color: #2c6ebd;
}

.social-buttons .social-button-hatebu:hover svg, .social-buttons .social-button-hatebu:active svg {
  fill: #2c6ebd;
}

.social-buttons .social-button-hatebu svg {
  width: 21px;
  height: 17px;
}

.social-buttons .social-button-pocket {
  border-color: #ff3d55;
  -webkit-box-shadow: 0 2px 8px rgba(255, 61, 85, 0.5);
          box-shadow: 0 2px 8px rgba(255, 61, 85, 0.5);
  background-color: #ff3d55;
}

.social-buttons .social-button-pocket:hover svg, .social-buttons .social-button-pocket:active svg {
  fill: #ff3d55;
}

.social-buttons .social-button-pocket svg {
  width: 20px;
  height: 18px;
}

.social-buttons .social-button-line {
  border-color: #00be00;
  -webkit-box-shadow: 0 2px 7px rgba(0, 190, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 190, 0, 0.3);
  background-color: #00be00;
}

.social-buttons .social-button-line:hover svg, .social-buttons .social-button-line:active svg {
  fill: #00be00;
}

.social-buttons .social-button-line svg {
  width: 24px;
  height: 24px;
}

.sidebar-ranking {
  margin-bottom: 32px;
}

.sidebar-ranking .sidebar-ranking-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-ranking .sidebar-ranking-switcher .sidebar-ranking-switch {
  padding: 8px 0 9px;
  border-bottom: 2px solid #eee;
  width: 50%;
  color: #767676;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.sidebar-ranking .sidebar-ranking-switcher .sidebar-ranking-switch.is-active {
  border-bottom-color: #e22f26;
  color: #e22f26;
  font-weight: bold;
  cursor: default;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group {
  display: none;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group.is-active {
  display: block;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group ol li {
  padding: 16px 0;
  counter-increment: rank;
  border-top: 1px solid #eee;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group ol li:first-child {
  border-top: 0;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group ol li a {
  display: block;
  text-decoration: none;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group ol li a img {
  display: block;
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -16px;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group ol li a .sidebar-rank-title {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group ol li a .sidebar-rank-title::before {
  content: counter(rank);
  margin-right: 12px;
  padding-right: 10px;
  padding-left: 2px;
  line-height: 1;
  color: #e22f26;
  font-weight: bold;
  font-size: 20px;
}

.sidebar-ranking .sidebar-ranking-groups .sidebar-ranking-group ol li a .sidebar-rank-title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 2px;
  background-color: #e22f26;
}

.sidebar-ranking .sidebar-ranking-groups .no-ranking {
  padding: 10px 0;
}

.not-found {
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 64px;
  width: 800px;
}

.not-found .not-found-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.not-found .not-found-character {
  padding-top: 36px;
  padding-bottom: 45px;
  text-align: center;
}

.not-found .not-found-character img {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.not-found .not-fount-text {
  padding-bottom: 10px;
}

.not-found .not-fount-text p {
  margin-bottom: 28px;
}

.wpcf7-form {
  margin-top: 40px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wpcf7-form .contactform {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.wpcf7-form .contactform .contactform-row {
  margin-bottom: 16px;
}

.wpcf7-form .contactform .contactform-cell input, .wpcf7-form .contactform .contactform-cell textarea, .wpcf7-form .contactform .contactform-cell select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 12px;
  border: 0;
  width: 100%;
  line-height: 44px;
  background-color: #f8f9fa;
  font-size: 16px;
}

.wpcf7-form .contactform .contactform-cell input:placeholder, .wpcf7-form .contactform .contactform-cell textarea:placeholder, .wpcf7-form .contactform .contactform-cell select:placeholder {
  color: #767676;
  font-size: 16px;
}

.wpcf7-form .contactform .contactform-cell textarea {
  padding: 12px;
  height: 240px;
  line-height: 1.8;
  resize: none;
}

.wpcf7-form .contactform .contactform-cell select {
  background-image: url(images/icons/icon-arrow-down-light-gray.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: calc( 100% - 12px) 50%;
}

.wpcf7-form .contactform .contactform-cell:first-child {
  margin-bottom: 2px;
  font-size: 14px;
}

.wpcf7-form .contactform-submit {
  margin-top: 30px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.wpcf7-form .contactform-submit .contactform-trigger {
  padding: 10px 0;
  border: 1px solid #111;
  border-radius: 2em;
  display: inline-block;
  vertical-align: top;
  width: 340px;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}

.wpcf7-form .contactform-submit .contactform-trigger span {
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.wpcf7-form .contactform-submit .contactform-trigger span::before, .wpcf7-form .contactform-submit .contactform-trigger span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 5px;
  height: 10px;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.wpcf7-form .contactform-submit .contactform-trigger span::before {
  background-image: url(images/icons/icon-arrow-right.svg);
  opacity: 0;
  z-index: 2;
}

.wpcf7-form .contactform-submit .contactform-trigger span::after {
  background-image: url(images/icons/icon-arrow-right-white.svg);
  z-index: 1;
}

.wpcf7-form .contactform-submit .contactform-trigger:hover {
  color: #111;
  background-color: #fff;
}

.wpcf7-form .contactform-submit .contactform-trigger:hover span::before {
  opacity: 1;
}

.wpcf7-form .contactform-submit .wpcf7-submit {
  display: none;
}

.wpcf7-form .contactform-submit .ajax-loader {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.wpcf7-form .contactform-submit .ajax-loader.is-active {
  margin: 30px 0;
}

.wpcf7-form .inv-recaptcha-holder {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

.wpcf7-form .inv-recaptcha-holder .grecaptcha-badge {
  margin: 0 auto;
}

.wpcf7-form .wpcf7-response-output {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.tag-recommend .tag-recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.tag-recommend .tag-recommend-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tag-recommend .tag-recommend-item:hover .tag-recommend-image, .tag-recommend .tag-recommend-item:active .tag-recommend-image {
  opacity: .8;
}

.tag-recommend .tag-recommend-item .tag-recommend-image {
  width: 50%;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.tag-recommend .tag-recommend-item .tag-recommend-image img {
  display: block;
  width: 566px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tag-recommend .tag-recommend-item .tag-recommend-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  width: 50%;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-excerpt {
  margin-top: 10px;
  color: #767676;
  font-size: 14px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review {
  margin-top: 10px;
  display: block;
  width: 168px;
  height: 22px;
  position: relative;
  z-index: 1;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review span {
  display: none;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review::before, .tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review::after {
  content: '';
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review::before {
  height: 22px;
  background-color: #e22f26;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review::after {
  display: block;
  width: 168px;
  height: 22px;
  background-image: url(images/icons/icon-stars-archive.svg);
  background-size: 168px auto;
  position: relative;
  z-index: 2;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-00::before {
  width: 0;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-05::before {
  width: 18px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-10::before {
  width: 24px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-15::before {
  width: 52px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-20::before {
  width: 60px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-25::before {
  width: 78px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-30::before {
  width: 96px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-35::before {
  width: 114px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-40::before {
  width: 132px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-45::before {
  width: 150px;
}

.tag-recommend .tag-recommend-item .tag-recommend-text .tag-recommend-review.score-50::before {
  width: 168px;
}

.review-tag-list .next-posts {
  margin-top: 0;
}

.review-tag-list .review-tag-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.review-tag-list .review-tag-items .review-tag-item {
  margin-bottom: 30px;
  margin-left: 24px;
  width: 360px;
  text-decoration: none;
}

.review-tag-list .review-tag-items .review-tag-item:nth-child(3n+1) {
  margin-left: 0;
}

.review-tag-list .review-tag-items .review-tag-item:hover .review-tag-item-image, .review-tag-list .review-tag-items .review-tag-item:active .review-tag-item-image {
  opacity: .8;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-image {
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-image img {
  display: block;
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text {
  padding-bottom: 1em;
  position: relative;
  z-index: 1;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score {
  margin-top: 16px;
  display: block;
  width: 119px;
  height: 16px;
  position: relative;
  z-index: 1;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score span {
  display: none;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score::before, .review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score::after {
  content: '';
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score::before {
  height: 16px;
  background-color: #e22f26;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score::after {
  display: block;
  width: 119px;
  height: 16px;
  background-image: url(images/icons/icon-stars-archive.svg);
  background-size: 119px auto;
  position: relative;
  z-index: 2;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-00::before {
  width: 0;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-05::before {
  width: 9px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-10::before {
  width: 18px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-15::before {
  width: 34px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-20::before {
  width: 43px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-25::before {
  width: 60px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-30::before {
  width: 66px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-35::before {
  width: 85px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-40::before {
  width: 90px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-45::before {
  width: 111px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-score.score-50::before {
  width: 118px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-title {
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
}

.review-tag-list .review-tag-items .review-tag-item .review-tag-item-text .review-tag-item-publish {
  color: #767676;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: -24px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.25);
          box-shadow: 0px 4px 8px rgba(17, 17, 17, 0.25);
  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: 7px;
  height: 48px;
  background-color: #111;
  cursor: pointer;
}

.slide-arrow.slide-prev {
  padding-right: 22px;
  padding-left: 19px;
  left: 32px;
}

.slide-arrow.slide-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide-arrow.slide-next {
  padding-right: 19px;
  padding-left: 22px;
  right: 32px;
}

.slide-arrow svg {
  margin: 0 auto;
  display: block;
  width: 7px;
  height: auto;
  fill: #fff;
}

.single-content {
  font-size: 17px;
  /* ### AMAZON LINK ### */
  /************************************
** ブログカードのスタイル
************************************/
}

.single-content h1 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.6em;
}

.single-content h2 {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 4px solid #eee;
  color: #111;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.single-content h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 164px;
  height: 4px;
  background-image: url(images/icons/icon-heading-2.svg);
  background-repeat: no-repeat;
  background-size: auto 4px;
}

.single-content h3 {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 4px solid #eee;
  color: #111;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.single-content h3::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 164px;
  height: 4px;
  background-image: url(images/icons/icon-heading-3.svg);
  background-repeat: no-repeat;
  background-size: auto 4px;
}

.single-content h4 {
  margin-bottom: 32px;
  padding: 8px;
  border-left: 4px solid #111;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
}

.single-content h5 {
  margin-bottom: 32px;
  padding: 8px;
  border-left: 4px solid #eee;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
}

.single-content h6 {
  font-weight: bold;
  font-size: 1.0em;
}

.single-content h2 .wp_keywordlink a,
.single-content h3 .wp_keywordlink a,
.single-content h4 .wp_keywordlink a,
.single-content h5 .wp_keywordlink a,
.single-content h6 .wp_keywordlink a {
  color: #111;
  text-decoration: none;
}

.single-content p {
  margin-bottom: 32px;
}

.single-content a {
  color: #0070c9;
  text-decoration: none;
}

.single-content a:hover, .single-content a:active {
  opacity: .8;
  text-decoration: underline;
}

.single-content img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.single-content .imgWrapper img {
  margin: 0;
  width: 100%;
  max-width: none;
}

.single-content iframe {
  max-width: 100%;
  background-color: #fff;
}

.single-content ul, .single-content ol {
  margin-bottom: 1.8em;
}

.single-content ul > li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.single-content ul > li::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  margin-top: 3px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #111;
}

.single-content ol {
  counter-reset: num;
}

.single-content ol > li {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.single-content ol > li::before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}

.single-content ul ul,
.single-content ul ol,
.single-content ol ul,
.single-content ol ol {
  margin-bottom: 5px;
  margin-left: 1em;
}

.single-content li {
  margin: 0 0em 0.5em 1em;
}

.single-content dl {
  margin: 0;
}

.single-content dt {
  font-weight: bold;
}

.single-content dd {
  margin-bottom: 20px;
}

.single-content strong {
  font-weight: bold;
}

.single-content .bold {
  font-weight: bold;
}

.single-content cite, .single-content em, .single-content i {
  font-style: italic;
}

.single-content big {
  font-size: 1.3em;
}

.single-content ins {
  padding: 1px 2px;
  text-decoration: none;
}

.single-content code, .single-content pre {
  margin: 0 0 1.8em;
  padding: 3px 8px;
  background-color: #eee;
  color: #222;
  font-size: 0.9em;
  font-family: Monospace, "Courier New", Courier;
  overflow: auto;
}

.single-content del, .single-content strike, .single-content s {
  text-decoration: line-through;
}

.single-content pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

.single-content small {
  font-size: 0.7em;
}

.single-content abbr, .single-content acronym {
  border-bottom: 1px solid #666;
  cursor: help;
}

.single-content sup, .single-content sub {
  position: relative;
  vertical-align: baseline;
  line-height: 1;
  font-size: 0.8em;
}

.single-content sup {
  bottom: 1ex;
}

.single-content sub {
  top: .5ex;
}

.single-content var, .single-content kbd, .single-content tt {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.1em;
}

.single-content blockquote {
  margin-bottom: 32px;
  padding: 64px 32px 24px;
  border-left: 8px solid #eee;
  background-color: #f8f9fa;
  position: relative;
  z-index: 1;
}

.single-content blockquote::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 2;
  width: 32px;
  height: 23px;
  background-image: url(images/icons/icon-blockquote.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
}

.single-content blockquote ul p {
  display: none;
}

.single-content table {
  margin-bottom: 32px;
  border: 1px solid #eee;
  border-spacing: 0;
  width: 100%;
  font-size: 13px;
  text-align: left;
}

.single-content th {
  padding: 5px;
  border: 1px solid #eee;
  vertical-align: middle;
  line-height: 2.0;
  color: #111;
  background-color: #eee;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  overflow-wrap: break-word;
}

.single-content th.odd td {
  background-color: #eee;
}

.single-content td {
  padding: 4px 8px;
  border: 1px solid #eee;
  color: #111;
  background-color: #fff;
  vertical-align: middle;
  overflow-wrap: break-word;
}

.single-content .table-01 tr:nth-child(even) {
  background-color: #fcfcfc;
}

.single-content .table-01 ul, .single-content .table-01 ol {
  margin-bottom: 0;
}

.single-content .table-01 ul li {
  margin: 4px;
  text-align: left;
}

.single-content .table-01.table_iPhoneCarrier {
  font-size: 11px;
  text-align: center;
}

.single-content .table-01.table_iPhoneCarrier td {
  padding: 16px 8px;
}

.single-content .table-01 .table_carrier {
  padding: 16px 8px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}

.single-content .table-01 .table_docomo {
  background-color: #d00f31;
}

.single-content .table-01 .table_au {
  background-color: #ffae00;
}

.single-content .table-01 .table_softbank {
  background-color: #b7bbbe;
}

.single-content .table-01 .table_apple {
  background-color: #111;
}

.single-content .table-01 .table_highlight {
  color: #fff;
  background-color: #666;
  text-align: center;
}

.single-content .table-01 .table_carrier_result {
  color: #fff;
  background-color: #191970;
}

.single-content textarea {
  padding: 8px;
  border: 1px solid #ccc;
  width: 98%;
  font-size: 16px;
}

.single-content hr {
  margin: 0 auto 32px;
  border: 0;
  width: 400px;
  height: 1px;
  background-color: #eee;
}

.single-content a[href*="/images/"][href*="gori"] {
  position: relative;
  display: block;
  z-index: 1;
}

.single-content a[href*="/images/"][href*="gori"]::after {
  content: '';
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  color: #fff;
  background-image: url(images/icons/icon-gallery.png);
  background-size: 44px;
}

.single-content a[href*="/images/"][href*="gori"]:empty::after {
  display: none;
}

.single-content .onecolumnTitle {
  margin-bottom: 16px;
  padding: 12px;
  border: none;
  display: block;
  font-size: 1.5em;
}

.single-content .highlight {
  color: #e22f26;
  font-weight: bold;
}

.single-content .wp-caption {
  margin: 5px;
  padding: 6px 3px;
  max-width: 100%;
  text-align: center;
}

.single-content .wp-caption-text {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  text-align: center;
}

.single-content .alignleft {
  margin: 10px 15px 10px 5px;
  float: left;
  display: inline;
}

.single-content .alignright {
  margin: 10px 5px 10px 15px;
  float: right;
  display: inline;
}

.single-content .wp-post-image {
  padding-bottom: 5px;
}

.single-content .gallery {
  margin: 0 auto 1.8em;
}

.single-content .gallery::after {
  content: '';
  display: block;
  clear: both;
}

.single-content .gallery-item {
  margin-bottom: 20px;
  float: left;
  text-align: center;
}

.single-content .gallery-icon {
  text-align: center;
}

.single-content .gallery-caption {
  margin: 0;
  color: #666;
  font-size: 0.8em;
  text-align: center;
}

.single-content .gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.single-content .gallery-columns-2 .gallery-item {
  width: 50%;
}

.single-content .gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.single-content .gallery-columns-4 .gallery-item {
  width: 25%;
}

.single-content .gallery-caption {
  padding: 0 5px;
}

.single-content .gallery-icon.portrait img {
  max-width: 96%;
}

.single-content .gallery-icon.landscape img {
  margin: 8px;
  max-width: 96%;
}

.single-content .attentionBorderMemo {
  margin: 32px 0;
  padding: 1.4em 1.2em;
  border: 1px solid #eee;
  word-wrap: break-word;
}

.single-content .attentionBorder {
  margin: 0 0 16px;
  padding: 1em;
  border: 1px solid #eee;
  color: #767676;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
}

.single-content .attentionBorder::after {
  content: '';
  display: block;
  clear: both;
}

.single-content .attention_memo {
  margin-bottom: 1.8em;
  padding: 24px;
  color: #111;
  background-color: #ffffea;
}

.single-content .attention_memo .memoTitle {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(25%, #FFE990));
  background-image: linear-gradient(transparent 50%, #FFE990 25%);
  font-weight: bold;
  font-size: 18px;
}

.single-content .attention {
  margin-bottom: 32px;
  padding: 20px 22px;
  border: 1px solid #eee;
  background-color: #f8f9fa;
  word-wrap: break-word;
  font-size: 16px;
}

.single-content .attention.keyshorcut {
  border-left-width: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.single-content .checkBox {
  margin: 32px 0;
  padding: 2em 1em;
  border: 2px solid #eee;
  position: relative;
}

.single-content .checkBox::before {
  content: "CHECK";
  padding: 0 .5em;
  color: #333;
  background-color: #fff;
  font-weight: bold;
  position: absolute;
  top: -1em;
  left: 1em;
}

.single-content .attentionBorderMemo ul, .single-content .attentionBorderMemo ol,
.single-content .attentionBorder ul,
.single-content .attentionBorder ol,
.single-content .attention_memo ul,
.single-content .attention_memo ol,
.single-content .attention ul,
.single-content .attention ol,
.single-content .checkBox ul,
.single-content .checkBox ol {
  margin-bottom: 0;
}

.single-content .attentionBorderMemo li,
.single-content .attentionBorder li,
.single-content .attention_memo li,
.single-content .attention li,
.single-content .checkBox li {
  margin-left: 0;
  padding-left: 1em;
}

.single-content .carrierLink {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-content .carrierLink + .iPhoneCarrierLink_apple {
  margin-top: 18px;
}

.single-content .iPhoneCarrierLink_docomo,
.single-content .iPhoneCarrierLink_au,
.single-content .iPhoneCarrierLink_softbank {
  width: 240px;
  text-align: center;
}

.single-content .iPhoneCarrierLink_docomo a,
.single-content .iPhoneCarrierLink_au a,
.single-content .iPhoneCarrierLink_softbank a {
  padding: 11px 0 12px;
  border-radius: 2em;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.single-content .iPhoneCarrierLink_docomo a {
  background-color: #cc0033;
}

.single-content .iPhoneCarrierLink_au {
  margin-right: 2%;
  margin-left: 2%;
}

.single-content .iPhoneCarrierLink_au a {
  background-color: #eb5505;
}

.single-content .iPhoneCarrierLink_softbank a {
  background-color: #bdbdbd;
}

.single-content .iPhoneCarrierLink_softbank + .iPhoneCarrierLink_apple {
  margin-top: 12px;
  float: left;
  width: 100%;
}

.single-content .iPhoneCarrierLink_apple {
  clear: both;
}

.single-content .iPhoneCarrierLink_apple a {
  padding: 12px 0 13px;
  border-radius: 2em;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  display: block;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.single-content .iPhoneCarrierLink_apple a:hover, .single-content .iPhoneCarrierLink_apple a:active {
  opacity: .8;
}

.single-content .iPhoneCarrierLink_apple + .carrierLink {
  margin-top: 12px;
}

.single-content .outerLink {
  margin-bottom: 32px;
}

.single-content .outerLink a {
  padding: 11px 10px 12px;
  border-radius: 10em;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  display: block;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.single-content .outerLink a:hover, .single-content .outerLink a:active {
  opacity: .8;
}

.single-content .galleryLink a {
  margin-bottom: 16px;
  padding: 14px 48px;
  border-radius: 4px;
  font-weight: bold;
  display: block;
  color: #fff;
  background-color: #e22f26;
  text-decoration: none;
  text-align: center;
}

.single-content .galleryLink a::after {
  display: none;
}

.single-content .galleryLink a:hover, .single-content .galleryLink a:active {
  opacity: .7;
}

.single-content .appleLink {
  margin-bottom: 32px;
  padding-bottom: 24px;
  color: #111;
  background-color: #f8f9fa;
  font-size: 16px;
}

.single-content .appleLink p {
  margin-bottom: 0;
  padding: 12px 24px 13px;
  background-color: #eee;
  font-weight: bold;
}

.single-content .appleLink ul {
  margin-bottom: 0;
  padding: 20px 20px 4px;
}

.single-content .appleLink ul + .carrierLink {
  padding-top: 5px;
}

.single-content .appleLink .iPhoneCarrierLink_apple {
  padding: 0 20px;
}

.single-content .appleLink.toc {
  padding: 21px 23px;
  border-top: 4px solid #eee;
}

.single-content .appleLink.toc p {
  padding: 0 0 14px;
  background-color: #f8f9fa;
  font-size: 18px;
}

.single-content .appleLink.toc ul {
  padding: 0;
}

.single-content .appleLink.toc ul li {
  margin-left: 0;
  margin-bottom: 16px;
}

.single-content .appleLink.toc ul li ul li {
  margin-top: 16px;
  margin-bottom: 0;
}

.single-content .appleLink.toc ul li ul li::before {
  border: 1px solid #111;
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.single-content .linkButton {
  margin-bottom: 16px;
}

.single-content .linkButton a {
  padding: 11px 10px 12px;
  border-radius: 10em;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  display: block;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.single-content .linkButton a:hover, .single-content .linkButton a:active {
  opacity: .8;
}

.single-content .linkButton.amazon_color a {
  background-color: #ff9900;
}

.single-content .linkButton.amazon_color a::before {
  content: '';
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(images/icons/icon-amazon.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: relative;
  top: 1px;
}

.single-content .linkButton.apple_color a {
  background-color: #42a1ec;
}

.single-content .linkButton.rakuten_color a {
  background-color: #bf0100;
}

.single-content .linkButton.rakuten_color a::before {
  content: '';
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  background-image: url(images/icons/icon-rakuten.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: relative;
  top: 1px;
}

.single-content .linkButton.yahoo_color a {
  background-color: #ff0027;
}

.single-content .linkButton.gallery_color a {
  background-color: #e22f26;
}

.single-content .linkButton.gallery_color a::after {
  display: none;
}

.single-content .linkBT a {
  margin: 16px auto;
  padding: 12px;
  border-radius: 4px;
  display: block;
  width: 600px;
  color: #fff;
  background-color: #111;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #777;
          box-shadow: 0 0 3px #777;
}

.single-content .linkBT a:hover, .single-content .linkBT a:active {
  opacity: .9;
}

.single-content .annotation {
  margin-bottom: 32px;
  padding: 22px 10px 23px;
  background-color: #f8f9fa;
  color: #767676;
  font-size: 12px;
  text-align: center;
}

.single-content .nextpage_link {
  padding: 16px 0;
  border: 1px solid #333;
  border-radius: 8px;
  background-color: #f7fe2e;
  font-weight: bold;
  text-align: center;
}

.single-content .citationImage {
  margin-top: -2em;
  display: block;
  color: #666;
  font-size: 11px;
  text-align: center;
}

.single-content .citationImage a {
  color: #666;
}

.single-content .recommendedArticle {
  margin-bottom: 32px;
  padding: 20px;
  color: #e22f26;
  background-color: #f8f9fa;
}

.single-content ul.relatedArticle li {
  margin: 0 0em 0.5em 0;
  list-style-type: none;
  line-height: 2.4;
}

.single-content .amz-container {
  padding-top: 12px;
  padding-bottom: 12px;
}

.single-content .amz-price {
  text-align: center;
}

.single-content .PHGTextLink {
  padding: 0 8px;
}

.single-content img.interviewIcons {
  margin: 0 15px 0 5px;
  float: left;
}

.single-content .interviewBreak {
  clear: both;
  margin: 10px 0;
  display: block;
}

.single-content ul.iPhoneCarrierLink {
  display: table;
  table-layout: fixed;
  width: 723px;
}

.single-content ul.iPhoneCarrierLink li {
  padding: 10px 2px;
  border: 8px #fff solid;
  border-radius: 24px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-content ul.iPhoneCarrierLink li a {
  color: #111;
}

.single-content ul.iPhoneCarrierLink li span {
  margin-top: 16px;
  display: inline-block;
  line-height: 16px;
  color: #111;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.single-content .fb_iframe_widget {
  display: block !important;
  margin: 0 auto 1.8em;
  text-align: center;
}

.single-content .tw-followbutton-single {
  margin: 0 !important;
  display: inline;
  padding: 10px;
}

.single-content .amazlet-name,
.single-content .kaerebalink-name {
  margin-bottom: 0 !important;
}

.single-content .amazlet-name p,
.single-content .kaerebalink-name p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.single-content .amazlet-name a,
.single-content .kaerebalink-name a {
  line-height: 1.5;
  color: #0070c9;
}

.single-content .amazlet-image {
  margin-right: 20px !important;
}

.single-content .amazlet-powered-date,
.single-content .kaerebalink-powered-date,
.single-content .amazlet-detail,
.single-content .kaerebalink-detail {
  color: #999;
  font-size: 10px !important;
}

.single-content .amazlet-powered-date a,
.single-content .kaerebalink-powered-date a,
.single-content .amazlet-detail a,
.single-content .kaerebalink-detail a {
  color: #999;
}

.single-content .amazlet-sub-info {
  clear: both;
  padding-top: 24px;
  float: none !important;
}

.single-content .amazlet-link,
.single-content .kaerebalink-link1 {
  margin: 0 !important;
}

.single-content .amazlet-link a,
.single-content .kaerebalink-link1 a {
  padding: 12px 0 13px;
  border-radius: 2em;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  display: block;
  color: #fff;
  background-color: #ff9900;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.single-content .amazlet-link a:hover, .single-content .amazlet-link a:active,
.single-content .kaerebalink-link1 a:hover,
.single-content .kaerebalink-link1 a:active {
  opacity: .8;
}

.single-content .amazlet-link a::before {
  content: '';
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(images/icons/icon-amazon.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: relative;
  top: 1px;
}

.single-content .amazlet-name a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.single-content .kaerebalink-link1 {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-content .kaerebalink-info {
  overflow: visible !important;
}

.single-content .shoplinkamazon {
  margin-right: 0 !important;
  padding-top: 24px;
  width: 100%;
}

.single-content .shoplinkamazon a {
  border-radius: 2em;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  display: block;
  width: auto;
  color: #fff;
  background-color: #ff9900;
  font-weight: bold;
  font-size: 12px;
}

.single-content .shoplinkamazon a::before {
  content: '';
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(images/icons/icon-amazon.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: relative;
  top: 1px;
}

.single-content .shoplinkrakuten {
  margin-right: 0 !important;
  padding-top: 16px;
  width: 368px;
}

.single-content .shoplinkrakuten a {
  border-radius: 2em;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  display: block;
  width: auto;
  color: #fff;
  background-color: #bf0100;
  font-weight: bold;
  font-size: 12px;
}

.single-content .shoplinkrakuten a::before {
  content: '';
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  background-image: url(images/icons/icon-rakuten.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: relative;
  top: 1px;
}

.single-content .shoplinkyahoo {
  margin-right: 0 !important;
  padding-top: 16px;
  width: 368px;
}

.single-content .shoplinkyahoo a {
  border-radius: 2em;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  display: block;
  width: auto;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 12px;
}

.single-content .shoplinkamazon a:hover, .single-content .shoplinkrakuten a:hover, .single-content .shoplinkyahoo a:hover {
  opacity: 0.8;
}

.single-content .kaerebalink-image {
  margin: 0 !important;
  padding-right: 20px;
  width: auto !important;
}

.single-content .kaerebalink-link1 {
  margin: 16px 0;
}

.single-content .kaerebalink-image {
  width: 160px;
}

.single-content #rakuten_728200 {
  width: 728px;
  height: 200px;
  margin: 6px auto;
}

.single-content .sbm-ad-box {
  height: 130px;
}

.single-content .sbm-ad-box .sbm-online-ad a {
  color: #111;
  line-height: 50px;
  font-weight: bold;
  font-size: 23px;
}

.single-content .sbm-ad-box .sbm-moretext {
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #b85f00;
  color: #fff;
  background-color: #e22f26;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.single-content .bneAmnTieUp img {
  display: inline !important;
}

.single-content .blog-card-caption {
  padding: 6px 16px;
  display: inline-block;
  background-color: #eee;
}

.single-content .blog-card-caption .wp_keywordlink a {
  color: #fff;
}

.single-content .blog-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f8f9fa;
  word-wrap: break-word;
}

.single-content .blog-card .blog-card-thumbnail {
  padding-left: 16px;
  width: 174px;
}

.single-content .blog-card .blog-card-thumbnail a {
  display: block;
}

.single-content .blog-card .blog-card-thumbnail img {
  margin: 0;
  padding-bottom: 0;
  width: 174px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-content .blog-card .blog-card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-content .blog-card .blog-card-content .blog-card-title {
  line-height: 1.5;
  font-size: 16px;
}

.single-content .p402_premium {
  overflow: hidden;
}

.single-content iframe.vine-embed {
  max-width: 100%;
  max-height: auto;
}

.single-content .twitter-video {
  max-width: 100%;
}

.single-content .twitter-tweet {
  margin: 0 auto;
}

.single-content .twentytwenty-wrapper {
  margin-bottom: 1.8em;
}

.single-content .twentytwenty-wrapper .twentytwenty-before-label:before,
.single-content .twentytwenty-wrapper .twentytwenty-after-label:before {
  display: none;
}

.single-content .fullwidth_nav {
  padding: 8px;
  border: 1px solid #aeaeae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-content .fullwidth_nav li {
  margin: 0;
  width: 50%;
  list-style: none;
}

.single-content .fullwidth_nav li a {
  margin: 5px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  display: block;
  color: #111;
  background-color: #eee;
  text-align: center;
}

.single-content .scrollTable {
  overflow: auto;
  white-space: nowrap;
}

.single-content .scrollTable::-webkit-scrollbar {
  height: 5px;
}

.single-content .scrollTable::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.single-content .scrollTable::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.single-content .scrollTable table {
  table-layout: auto !important;
}

.single-content .line-at {
  padding: 10px 0;
}

.single-content .line-at img {
  margin: 0;
  width: 120px;
}

.single-content .sticky-itslink,
.single-content .amazlet-box,
.single-content .kaerebalink-box,
.single-content .androidhtml,
.single-content .tomarebalink-box,
.single-content #appreach-box {
  margin-bottom: 32px !important;
  padding: 24px 24px 34px;
  min-height: 108px;
  background-color: #f8f9fa;
  position: relative;
}

.single-content .sticky-itslink img,
.single-content .amazlet-box img,
.single-content .kaerebalink-box img,
.single-content .androidhtml img,
.single-content .tomarebalink-box img,
.single-content #appreach-box img {
  border-style: none;
  float: left;
  margin: 4px !important;
}

.single-content .sticky-itslink p {
  display: none;
}

.single-content .sticky-itslink .sticky-itslinktext {
  margin-left: 132px;
  padding-left: 12px;
  border-left: 1px solid #111;
}

.single-content .relatedPostEntry {
  background-color: #fff;
}

.single-content .relatedPostEntry ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-content .relatedPostEntry ul li {
  margin: 0 0 20px;
  list-style: none;
  width: 175px;
}

.single-content .relatedPostEntry ul li a {
  display: block;
  text-decoration: none;
}

.single-content .relatedPostEntry ul li a .thumbnail img {
  width: 100%;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-content .relatedPostEntry ul li a .title {
  padding: 4px;
  color: #111;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
}

.single-content.entry_onecolumn {
  margin: 0px;
  padding: 0 186px 0;
  border-top: none;
  font-size: 20px;
}

.single-content.entry_onecolumn h2 {
  font-size: 30px;
}

.single-content.entry_onecolumn h3 {
  font-size: 26px;
}

.single-content.entry_onecolumn p {
  font-size: 18px;
}

.single-content.entry_onecolumn img {
  max-width: initial;
  width: 960px;
  margin: 0 -115px;
}

.single-content.entry_onecolumn img.onecolumn_screenshot {
  margin: 0 auto;
  width: 350px;
}

.single-content.entry_onecolumn img.img_onecolumn_article {
  margin: 0 -186px;
  width: 1104px;
  max-width: none;
}

.single-content.entry_onecolumn .imgWrapper img {
  margin: 0 -166px;
  width: 1132px;
  max-width: none;
}

.single-content.entry_onecolumn .gallery {
  margin: 0 auto 1.8em -115px;
  width: 960px;
}

.single-content.entry_onecolumn .gallery-icon.portrait img {
  margin: 8px;
}

.single-content.entry_onecolumn .twentytwenty-wrapper {
  margin-right: -166px;
  margin-left: -166px;
}

.single-content.entry_onecolumn .twentytwenty-wrapper img {
  margin: 0;
  width: 1132px;
  display: block;
}

.single-content.entry_onecolumn .sticky-itslink img,
.single-content.entry_onecolumn .amazlet-box img,
.single-content.entry_onecolumn .kaerebalink-box img,
.single-content.entry_onecolumn .androidhtml img,
.single-content.entry_onecolumn .tomarebalink-box img,
.single-content.entry_onecolumn #appreach-box img {
  width: auto;
  max-width: 100%;
}

.single-content.entry_fullwidth {
  margin: 0 -22px 15px;
  padding: 16px 60px;
}

.single-content .page-link-button {
  margin-top: 40px;
  text-align: center;
}

.single-content .page-link-button + .page-link {
  margin-top: 16px;
}

.single-content .page-link-button a {
  padding: 10px 0;
  border: 1px solid #111;
  border-radius: 2em;
  display: inline-block;
  vertical-align: top;
  width: 340px;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
}

.single-content .page-link-button a svg {
  padding-left: 14px;
  fill: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.single-content .page-link-button a:hover, .single-content .page-link-button a:active {
  color: #111;
  background-color: #fff;
}

.single-content .page-link-button a:hover svg, .single-content .page-link-button a:active svg {
  fill: #111;
}

.single-content .page-link {
  margin-top: 40px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-content .page-link a, .single-content .page-link span {
  margin: 0 8px;
  border-radius: 100%;
  display: block;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.single-content .page-link span {
  border: 1px solid #f8f9fa;
  color: #767676;
  background-color: #f8f9fa;
}

.single-content .page-link a {
  border: 1px solid #111;
  color: #fff;
  background: #111;
  font-weight: bold;
}

.single-content .page-link a:hover, .single-content .page-link a:active {
  color: #111;
  background-color: #fff;
}

.single-content .select_item {
  margin-bottom: 16px;
  padding: 24px;
  color: #111;
  background-color: #f8f9fa;
}

.single-content .select_item dt {
  font-weight: bold;
  clear: both;
  float: left;
  padding: 6px 12px;
  width: 90px;
  text-align: right;
}

.single-content .select_item dd {
  margin-bottom: 20px;
  margin-left: 116px;
  padding: 6px 6px 12px 12px;
  position: relative;
}

.single-content .select_item dd::before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -4px;
  width: 2px;
  background-color: #111;
}

.single-content .sb-subtype-a,
.single-content .sb-subtype-b,
.single-content .sb-subtype-c {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.single-content .sb-content {
  width: 480px;
}

.single-content .sb-speech-bubble {
  padding: 16px;
  border-radius: 4px;
}

.single-content .sb-speaker {
  margin-bottom: -29px;
  width: 66px;
}

.single-content .sb-icon {
  border-radius: 100%;
  height: 66px;
}

.single-content .sb-icon img.sb-icon {
  border-color: #eee;
  width: 64px;
  height: 64px;
}

.single-content .sb-name {
  padding-top: 8px;
  line-height: 1.5;
  color: #767676;
  font-size: 14px;
  text-align: center;
}

.single-content .sb-subtype-a .sb-content .sb-speech-bubble,
.single-content .sb-subtype-c .sb-content .sb-speech-bubble {
  border-bottom-left-radius: 0;
  color: #111;
  background-color: #f8f9fa;
}

.single-content .sb-subtype-a .sb-speaker,
.single-content .sb-subtype-c .sb-speaker {
  padding-right: 8px;
}

.single-content .sb-subtype-b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.single-content .sb-subtype-b .sb-content .sb-speech-bubble {
  border-bottom-right-radius: 0;
  color: #fff;
  background-color: #0070c9;
}

.single-content .sb-subtype-b .sb-speaker {
  padding-left: 8px;
}

.single-content .video-wrapper,
.single-content .video-wrapper-wide {
  padding-top: 56.25%;
  position: relative;
}

.single-content .video-wrapper iframe,
.single-content .video-wrapper-wide iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive-header {
  width: 100%;
}

.archive-header .archive-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.post-latest {
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}

.post-latest.no-description {
  margin-bottom: 28px;
}

.post-latest a {
  display: block;
}

.post-latest a:hover img, .post-latest a:active img {
  opacity: .8;
}

.post-latest .post-latest-image {
  height: 468px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.post-latest .post-latest-image img {
  display: block;
  width: 100%;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.post-latest .post-latest-image .icon-new span {
  position: absolute;
  top: 30px;
  left: 6px;
  z-index: 3;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.post-latest .post-latest-image .icon-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 88px 88px 0 0;
  border-color: #e22f26 transparent transparent transparent;
}

.post-latest .post-latest-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  padding: 24px 32px;
  -webkit-box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
  width: 672px;
  line-height: 1.5;
  background-color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.page-scroll {
  padding: 24px 0;
  width: 100%;
  text-align: center;
}

.page-scroll a {
  padding: 7px 0;
  border: 1px solid #111;
  border-radius: 2em;
  -webkit-box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0 4px 8px rgba(136, 136, 136, 0.25);
  display: inline-block;
  vertical-align: top;
  width: 335px;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.page-scroll a svg {
  padding-left: 9px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 5px;
  fill: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.page-scroll a:hover, .page-scroll a:active {
  color: #111;
  background-color: #fff;
}

.page-scroll a:hover svg, .page-scroll a:active svg {
  fill: #111;
}

.link-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link-blocks .link-block {
  margin-top: 24px;
  border: 1px solid #eee;
}

.link-blocks .link-block.link-block-half {
  width: 388px;
}

.link-blocks .link-block.link-block-full {
  width: 100%;
}

.link-blocks .link-block-title {
  padding: 10px 16px 11px;
  color: #111;
  background-color: #eee;
  font-weight: bold;
  font-size: 16px;
}

.link-blocks .link-block-list ul {
  padding: 22px 15px 2px;
}

.link-blocks .link-block-list li {
  margin-bottom: 1em;
  padding-left: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.link-blocks .link-block-list li::before {
  content: '';
  position: absolute;
  top: .75em;
  left: 0;
  margin-top: -3px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #111;
}

.link-blocks .link-block-list li a {
  color: #0070c9;
  text-decoration: none;
}

.link-blocks .link-block-list li a:hover, .link-blocks .link-block-list li a:active {
  opacity: .8;
  text-decoration: underline;
}

.archive-description {
  margin-bottom: 20px;
  padding-top: 47px;
  padding-bottom: 17px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.archive-description h3 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
}

.archive-description p {
  margin-bottom: 24px;
}

.archive-description a {
  color: #0070c9;
  text-decoration: none;
}

.archive-description a:hover, .archive-description a:active {
  opacity: .8;
  text-decoration: underline;
}

.archive-description strong {
  font-weight: bold;
}

.archive-description table {
  margin-bottom: 32px;
  border: 1px solid #eee;
  border-spacing: 0;
  width: 100%;
  font-size: 13px;
  text-align: left;
}

.archive-description th {
  padding: 5px;
  border: 1px solid #eee;
  vertical-align: middle;
  line-height: 2.0;
  color: #111;
  background-color: #eee;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  overflow-wrap: break-word;
}

.archive-description th.odd td {
  background-color: #eee;
}

.archive-description td {
  padding: 4px 8px;
  border: 1px solid #eee;
  color: #111;
  background-color: #fff;
  vertical-align: middle;
  overflow-wrap: break-word;
}

.archive-description .table-01 tr:nth-child(even) {
  background-color: #fcfcfc;
}

.archive-description ul, .archive-description ol {
  margin-bottom: 1.8em;
}

.archive-description ul > li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.archive-description ul > li::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  margin-top: 3px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #111;
}

.archive-description ol {
  counter-reset: num;
}

.archive-description ol > li {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.archive-description ol > li::before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}

.archive-description ul ul,
.archive-description ul ol,
.archive-description ol ul,
.archive-description ol ol {
  margin-bottom: 5px;
  margin-left: 1em;
}

.archive-description li {
  margin: 0 0em 0.5em 1em;
}

.archive-body {
  padding-top: 20px;
}

.category-children {
  margin-bottom: 32px;
}

.category-children li {
  border-bottom: 1px solid #eee;
}

.category-children li a {
  padding: 8px 5px 8px 0;
  display: block;
  color: #111;
  position: relative;
  text-decoration: none;
}

.category-children li a svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  fill: #eee;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.category-children li a:hover svg, .category-children li a:active svg {
  fill: #767676;
}

.single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.single-header .breadcrumb .current {
  display: none;
}

.single-header .date {
  font-size: 14px;
}

.single-header .date a {
  color: #767676;
  text-decoration: none;
}

.single-header .date a:hover, .single-header .date a:active {
  text-decoration: underline;
}

.single-header .date .edit {
  margin-left: 2em;
}

.single-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-normal .single-content-header {
  margin-bottom: 48px;
  width: 100%;
}

.single-normal .single-content-title {
  margin-top: 15px;
  width: 100%;
  line-height: 1.5;
  font-weight: bold;
  font-size: 36px;
}

.single-normal .single-content-subtitle {
  margin-top: 12px;
  color: #767676;
  font-size: 18px;
}

.category-latest {
  padding-top: 30px;
  padding-bottom: 64px;
  border-top: 1px solid #eee;
}

.category-link-entry {
  padding-top: 23px;
  padding-bottom: 11px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.category-link-entry span {
  margin-right: 15px;
  padding: 3px 8px;
  color: #fff;
  background-color: #e22f26;
  font-size: 13px;
}

.category-link-entry .attentionCategory {
  margin-bottom: 13px;
  word-wrap: break-word;
}

.category-link-entry .attentionCategory .separator {
  margin: 0 .5em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.category-link-entry .attentionTag a + a {
  margin-left: 1em;
}

.post-timeline-block {
  padding-bottom: 12px;
}

.post-timeline-block .post-timeline-header {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.post-timeline-block .post-timeline-header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.post-timeline-block .post-timeline-header span {
  padding-right: 28px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.post-timeline-block .post-timeline {
  padding-left: 25px;
}

.post-timeline-block .post-timeline .timeline-item {
  position: relative;
  z-index: 1;
}

.post-timeline-block .post-timeline .timeline-item::before, .post-timeline-block .post-timeline .timeline-item::after {
  content: '';
  position: absolute;
  top: 6px;
}

.post-timeline-block .post-timeline .timeline-item::before {
  left: -29px;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  background-color: #e22f26;
}

.post-timeline-block .post-timeline .timeline-item::after {
  left: -25px;
  bottom: -10px;
  border-left: 1px dotted #e22f26;
  width: 1px;
}

.post-timeline-block .post-timeline .timeline-item:last-child::after {
  display: none;
}

.post-timeline-block .post-timeline .timeline-item .timeline-date {
  color: #e22f26;
  font-size: 12px;
}

.post-timeline-block .post-timeline .timeline-item .timeline-title {
  padding-top: 2px;
  padding-bottom: 16px;
}

.post-timeline-block .post-timeline .timeline-item .timeline-title a {
  color: #111;
  font-weight: bold;
  text-decoration: underline;
}

.post-timeline-block .post-timeline .timeline-item .timeline-title a:hover, .post-timeline-block .post-timeline .timeline-item .timeline-title a:active {
  text-decoration: none;
}

.all-images {
  margin-bottom: 32px;
}

.all-images .all-images-header {
  padding: 12px 24px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eee;
}

.all-images .all-images-header .all-images-heading {
  font-weight: bold;
  font-size: 16px;
}

.all-images .all-images-header .all-images-anchor a {
  color: #767676;
  font-weight: bold;
  font-size: 12px;
}

.all-images .all-images-header .all-images-anchor a::after {
  display: none;
}

.all-images .all-images-header .all-images-anchor a span {
  padding-left: 8px;
}

.all-images .all-images-header .all-images-anchor a span svg {
  width: 5px;
  height: 10px;
  fill: #767676;
}

.all-images ul {
  padding: 24px 8px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f9fa;
}

.all-images ul li {
  margin: 0;
  padding-right: 16px;
  padding-left: 0;
}

.all-images ul li::before {
  display: none;
}

.all-images ul li a {
  display: block;
  width: 80px;
  position: relative;
  z-index: 1;
}

.all-images ul li a::after {
  display: none;
}

.all-images ul li a .all-images-remain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  line-height: 80px;
  color: #fff;
  background-color: rgba(17, 17, 17, 0.6);
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.comment-area {
  padding: 30px 0;
}

.comment-area .comment-area-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-area .comment-area-header .comment-area-heading {
  font-weight: bold;
  font-size: 24px;
}

.comment-area .comment-area-header .comment-area-heading span {
  font-size: 14px;
}

.comment-area .comment-area-header .goto-comment-list a {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.comment-area .comment-area-header .goto-comment-list a:hover, .comment-area .comment-area-header .goto-comment-list a:active {
  color: #e22f26;
}

.comment-area .comment-area-header .goto-comment-list a:hover span svg, .comment-area .comment-area-header .goto-comment-list a:active span svg {
  fill: #e22f26;
}

.comment-area .comment-area-header .goto-comment-list a span {
  margin-left: 8px;
}

.comment-area .comment-area-header .goto-comment-list a span svg {
  fill: #767676;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.comment-area .comment-area-body .comment-respond {
  font-size: 14px;
}

.comment-area .comment-area-body .comment-respond > a + small {
  margin-left: 1em;
  font-size: 1em;
}

.comment-area .comment-area-body .comment-form {
  padding-top: 5px;
  padding-bottom: 31px;
  border-bottom: 1px solid #eee;
}

.comment-area .comment-area-body textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 16px;
  border: 0;
  display: block;
  width: 100%;
  height: 74px;
  background-color: #f8f9fa;
  resize: vertical;
  font-size: 16px;
}

.comment-area .comment-area-body textarea:focus {
  outline: 1px solid #eee;
}

.comment-area .comment-area-body textarea:placeholder {
  color: #767676;
  font-size: 16px;
}

.comment-area .comment-toggle {
  display: none;
  margin-top: 16px;
}

.comment-area .comment-toggle input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 16px;
  border: 0;
  display: block;
  width: 100%;
  background-color: #f8f9fa;
  font-size: 16px;
}

.comment-area .comment-toggle input[type="text"]:placeholder {
  color: #767676;
  font-size: 16px;
}

.comment-area .comment-toggle input[type="text"]:focus {
  outline: 1px solid #eee;
}

.comment-area .logged-in-as {
  margin-bottom: 10px;
}

.comment-area .logged-in-as a + a {
  margin-left: 1em;
}

.comment-area .comment-note {
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #676767;
  font-size: 12px;
}

.comment-area .form-submit {
  margin-top: 10px;
  text-align: center;
}

.comment-area .form-submit .form-submit-button {
  padding: 10px 0;
  border: 1px solid #111;
  border-radius: 2em;
  display: inline-block;
  vertical-align: top;
  width: 340px;
  color: #fff;
  background-color: #111;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 4px rgba(136, 136, 136, 0.25);
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}

.comment-area .form-submit .form-submit-button span {
  padding-left: 14px;
}

.comment-area .form-submit .form-submit-button span svg {
  fill: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.comment-area .form-submit .form-submit-button:hover {
  color: #111;
  background-color: #fff;
}

.comment-area .form-submit .form-submit-button:hover span svg {
  fill: #111;
}

.comment-area .form-submit .form-submit-button:disabled {
  border-color: #b3b3b3;
  background-color: #b3b3b3;
  cursor: default;
}

.comment-area .form-submit .form-submit-button:disabled:hover {
  color: #fff;
  background-color: #b3b3b3;
}

.comment-area .form-submit .form-submit-button:disabled:hover span svg {
  fill: #fff;
}

.comment-area .form-submit input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  display: block;
}

.comment-list {
  padding: 30px 0 15px;
  border-top: 1px solid #eee;
}

.comment-list .comment-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comment-list .comment-list-header .comment-list-heading {
  font-weight: bold;
  font-size: 24px;
}

.comment-list .comment-list-header .comment-list-heading span {
  font-size: 14px;
}

.comment-list .comment-list-header .goto-comment-form a {
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.comment-list .comment-list-header .goto-comment-form a:hover, .comment-list .comment-list-header .goto-comment-form a:active {
  color: #e22f26;
}

.comment-list .comment-list-header .goto-comment-form a:hover span svg, .comment-list .comment-list-header .goto-comment-form a:active span svg {
  fill: #e22f26;
}

.comment-list .comment-list-header .goto-comment-form a span {
  margin-left: 8px;
}

.comment-list .comment-list-header .goto-comment-form a span svg {
  fill: #767676;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.comment-list .comment-list-items {
  margin-top: 12px;
}

.comment-list .comment-list-items .comment {
  margin-bottom: 20px;
}

.comment-list .comment-list-items .children {
  padding-left: 24px;
}

.comment-list .comment-list-items .children .comment {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 16px;
  border-left: 4px solid #eee;
}

.comment-list .comment-list-items .comment-body .comment-author {
  font-weight: bold;
  font-size: 14px;
}

.comment-list .comment-list-items .comment-body .comment-content {
  margin-top: 6px;
}

.comment-list .comment-list-items .comment-body .comment-text {
  font-size: 16px;
}

.comment-list .comment-list-items .comment-body .comment-metadata {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-list .comment-list-items .comment-body .comment-metadata .comment-date {
  color: #767676;
  font-size: 14px;
}

.comment-list .comment-list-items .comment-body .comment-metadata .edit-link {
  margin-left: 1em;
  font-size: 14px;
}

.comment-list .comment-list-items .comment-body .comment-metadata .comment-reply-link {
  padding: 1px 25px 0;
  border-radius: 2em;
  border: 1px solid #f8f9fa;
  display: block;
  color: #0070c9;
  background-color: #f8f9fa;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.comment-list .comment-list-items .comment-body .comment-metadata .comment-reply-link:hover, .comment-list .comment-list-items .comment-body .comment-metadata .comment-reply-link:active {
  border-color: #0070c9;
  background-color: #fff;
}

.post-template-single-onecolumn_dark-php .comment-area a {
  color: #70bce2;
}

.post-template-single-onecolumn_dark-php .comment-area .comment-area-header .comment-area-heading {
  color: #fff;
}

.post-template-single-onecolumn_dark-php .comment-area .comment-area-body .comment-form {
  border-bottom-color: #333;
}

.post-template-single-onecolumn_dark-php .comment-area .comment-area-body textarea {
  color: #fff;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .comment-area .comment-area-body textarea:focus {
  outline: 1px solid #333;
}

.post-template-single-onecolumn_dark-php .comment-area .comment-area-body .comment-toggle input[type="text"] {
  color: #fff;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .comment-area .comment-area-body .comment-toggle input[type="text"]:focus {
  outline: 1px solid #333;
}

.post-template-single-onecolumn_dark-php .comment-area .comment-note {
  color: #999;
}

.post-template-single-onecolumn_dark-php .comment-area .form-submit .form-submit-button {
  color: #111;
  background-color: #fff;
}

.post-template-single-onecolumn_dark-php .comment-area .form-submit .form-submit-button span svg {
  fill: #111;
}

.post-template-single-onecolumn_dark-php .comment-area .form-submit .form-submit-button:disabled {
  border-color: #b3b3b3;
  background-color: #b3b3b3;
}

.post-template-single-onecolumn_dark-php .comment-list {
  border-top-color: #333;
}

.post-template-single-onecolumn_dark-php .comment-list .comment-list-header .comment-list-heading {
  color: #fff;
}

.post-template-single-onecolumn_dark-php .comment-list .comment-list-items .children .comment {
  border-left-color: #333;
}

.post-template-single-onecolumn_dark-php .comment-list .comment-list-items .comment-body .comment-reply-link {
  border: 1px solid #222;
  color: #70bce2;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .comment-list .comment-list-items .comment-body .comment-reply-link:hover, .post-template-single-onecolumn_dark-php .comment-list .comment-list-items .comment-body .comment-reply-link:active {
  border-color: #fff;
  background-color: #333;
}

.home .header .header-inner {
  padding-top: 110px;
}

.home.fixed .header .header-inner {
  padding-top: 0;
}

.home .content {
  padding-top: 70px;
}

.home-block {
  padding-top: 73px;
}

.home-sidebar {
  padding-top: 73px;
  width: 300px;
  position: relative;
  z-index: 1;
}

.home-sidebar .ad-home-sidebar.fixed {
  position: fixed;
  top: 92px;
}

.home-sidebar .ad-home-sidebar.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.pickup-block {
  margin-top: 14px;
}

.pickup-block .pickup-block-title {
  font-weight: 700;
  font-size: 24px;
}

.pickup-block .pickup-block-list {
  margin-top: 16px;
}

.pickup-block .slider {
  padding-right: 68px;
  width: 800px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.pickup-block .slider .slick-list {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.pickup-block .slider .slide-arrow {
  top: 84px;
}

.pickup-block .slider .slide-arrow.slide-prev {
  left: 16px;
}

.pickup-block .slider .slide-arrow.slide-next {
  right: 16px;
}

.pickup-block .slider .slick-dots {
  margin-top: 23px;
  padding-left: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pickup-block .slider .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 4px;
  padding: 0;
  border: 0;
  display: block;
  width: 24px;
  height: 4px;
  outline: 0;
  overflow: hidden;
  cursor: pointer;
}

.pickup-block .slider .slick-dots button::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background-color: #eee;
}

.pickup-block .slider .slick-dots .slick-active button::before {
  background-color: #111;
}

.pickup-block .slide-item {
  margin-right: 24px;
  width: 220px;
}

.pickup-block .slide-item a {
  display: block;
  text-decoration: none;
}

.pickup-block .slide-item .slide-item-image {
  position: relative;
  z-index: 1;
}

.pickup-block .slide-item .slide-item-image img {
  width: 220px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.pickup-block .slide-item .slide-item-image .slide-item-pr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.pickup-block .slide-item .slide-item-image .slide-item-pr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #111 transparent transparent transparent;
}

.pickup-block .slide-item .slide-item-image .slide-item-pr span {
  padding-top: 18px;
  padding-left: 6px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
  z-index: 2;
}

.pickup-block .slide-item .slide-item-title {
  padding-top: 14px;
  line-height: 1.5;
  font-size: 16px;
}

.ranking-block {
  margin-bottom: 28px;
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.ranking-block .ad-ranking-block {
  width: 300px;
}

.ranking-block .ranking-content {
  width: 100%;
  min-height: 600px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
      grid-template-areas: 'grid1 grid2' 'grid1 grid3' 'grid1 grid4' 'grid1 grid5';
}

.ranking-block .ranking-content .ranking-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
  width: 384px;
}

.ranking-block .ranking-content .ranking-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  grid-area: grid1;
}

.ranking-block .ranking-content .ranking-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: grid2;
}

.ranking-block .ranking-content .ranking-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: grid3;
}

.ranking-block .ranking-content .ranking-item:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: grid4;
}

.ranking-block .ranking-content .ranking-item:nth-child(5) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: grid5;
}

.ranking-block .ranking-content .ranking-item:first-child {
  padding: 0;
  border-bottom: 0;
}

.ranking-block .ranking-content .ranking-item:first-child a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 600px;
  position: relative;
  z-index: 1;
}

.ranking-block .ranking-content .ranking-item:first-child .ranking-item-image {
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.ranking-block .ranking-content .ranking-item:first-child .ranking-item-image img {
  width: 384px;
  height: 522px;
}

.ranking-block .ranking-content .ranking-item:first-child .ranking-item-text {
  padding: 20px 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 8px rgba(136, 136, 136, 0.25);
  background-color: #fff;
  position: absolute;
  right: 40px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.ranking-block .ranking-content .ranking-item:last-child {
  border-bottom: 0;
}

.ranking-block .ranking-content .ranking-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
}

.ranking-block .ranking-content .ranking-item a:hover .ranking-item-image img, .ranking-block .ranking-content .ranking-item a:active .ranking-item-image img {
  opacity: .75;
}

.ranking-block .ranking-content .ranking-item .ranking-item-image {
  padding-left: 20px;
}

.ranking-block .ranking-content .ranking-item .ranking-item-image img {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ranking-block .ranking-content .ranking-item .ranking-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ranking-block .ranking-content .ranking-item .ranking-item-text .ranking-item-num {
  margin-right: 14px;
  padding-right: 14px;
  border-right: 2px solid #e22f26;
  min-height: 80px;
  line-height: 80px;
  color: #e22f26;
  font-weight: 700;
  font-size: 20px;
}

.ranking-block .ranking-content .ranking-item .ranking-item-text .ranking-item-title {
  line-height: 1.5;
  font-size: 18px;
}

.sidebar-home {
  padding-top: 42px;
}

.googlesearch {
  padding-bottom: 64px;
  width: 100%;
}

.googlesearch .googlesearch-title {
  padding-top: 96px;
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.googlesearch .gsc-search-box {
  margin: 46px auto 96px;
  padding-left: 24px;
  border-color: transparent;
  border-radius: 4px;
  width: 575px;
  line-height: 35px;
  background-color: #f8f9fa;
}

.googlesearch .gsc-search-box .gsc-input {
  background-color: #f8f9fa !important;
}

.googlesearch .gsc-search-box .gsc-input .gsc-input-box {
  border-color: transparent;
  background-color: #f8f9fa;
}

.googlesearch .gsc-search-box .gsc-search-button .gsc-search-button-v2 {
  margin: 0;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 44px;
  width: 18px;
  background-color: transparent;
  position: relative;
}

.googlesearch .gsc-search-box .gsc-search-button .gsc-search-button-v2 svg {
  display: none;
}

.googlesearch .gsc-search-box .gsc-search-button .gsc-search-button-v2::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  background-image: url(images/icons/icon-search.svg);
}

.googlesearch .gsc-results .gsc-cursor-box {
  margin: 10px 0;
  padding: 0 8px;
}

.googlesearch .gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin: 0 8px;
  padding: 8px 16px;
  border: 1px solid #aeaeae;
  color: #0070c9;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.googlesearch .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #fff;
  border-color: #111;
  background-color: #111;
  text-decoration: none;
}

.privacy-content {
  margin: 0;
  padding-bottom: 35px;
}

.privacy-content p {
  margin-bottom: 22px;
  font-size: 18px;
}

.privacy-content ol {
  list-style: none;
  counter-reset: num;
}

.privacy-content ol > li {
  margin-bottom: 24px;
  padding-left: 32px;
  line-height: 1.5625;
  position: relative;
  z-index: 1;
}

.privacy-content ol > li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 1px;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #111;
  font-size: 10px;
  text-align: center;
}

.privacy-content ol ul {
  margin: 0;
  padding-top: 8px;
  list-style: none;
}

.privacy-content ol ul li {
  margin: 20px 0 0;
  padding-left: 16px;
}

.privacy-content ol ul li::before {
  content: '';
  top: .5em;
  margin-top: 0;
}

.term-list {
  margin-top: 40px;
  margin-bottom: 48px;
  line-height: 1.5;
}

.term-list .term-list-item {
  border-bottom: 1px solid #eee;
}

.term-list .term-list-item.is-open .term-item-header::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.term-list .term-item-header {
  padding-top: 16px;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.term-list .term-item-header::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
  width: 10px;
  height: 5px;
  background-image: url(images/icons/icon-arrow-down.svg);
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.term-list .term-item-body {
  border-top: 1px solid #eee;
  display: none;
  background-color: #f8f9fa;
}

.term-list .term-item-body .term-list-anchor {
  padding: 16px 16px 15px 16px;
  display: block;
  background-color: #f8f9fa;
  text-decoration: none;
}

.term-list .term-item-body .term-list-anchor:hover, .term-list .term-item-body .term-list-anchor:active {
  background-color: #fff;
}

.term-list .term-item-body .term-item-close {
  padding-top: 8px;
  padding-bottom: 23px;
  text-align: center;
}

.term-list .term-item-body .term-item-close span {
  -webkit-box-shadow: 0px 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 8px rgba(136, 136, 136, 0.25);
  border-radius: 2em;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  background-color: #111;
  cursor: pointer;
}

.term-list .term-item-body .term-item-close span svg {
  margin-top: 15px;
  margin-left: 15px;
  display: block;
  width: 14px;
  height: 14px;
  fill: #fff;
}

.sitemap-title {
  margin-top: 32px;
  font-weight: bold;
  font-size: 18px;
}

.sitemap-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sitemap-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.sitemap-list li::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  margin-top: 3px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #111;
}

.sitemap-list li a {
  text-decoration: none;
}

.sitemap-list li a:hover, .sitemap-list li a:active {
  text-decoration: underline;
}

.sitemap-categories {
  padding-bottom: 20px;
}

.sitemap-categories li {
  width: 50%;
}

.sitemap-tags {
  padding-bottom: 54px;
  border-top: 1px solid #eee;
}

.sitemap-tags.tag-page {
  border-top: 0;
}

.sitemap-tags li {
  margin-right: 25px;
}

.about-block {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-block .about-block-item {
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 250px;
  height: 232px;
  line-height: 1.5;
  background-color: #f8f9fa;
  text-align: center;
}

.about-block .larger {
  width: 100%;
  font-weight: bold;
  font-size: 64px;
}

.about-block .larger span {
  font-size: 24px;
}

.about-block .larger.color-red {
  color: #e22f26;
}

.about-block .larger.color-twitter {
  color: #1da1f2;
}

.about-block .larger.color-facebook {
  color: #4267b2;
}

.about-block .larger.color-feedly {
  color: #6cc655;
}

.about-block .smaller {
  color: #bababa;
  font-weight: bold;
  font-size: 16px;
}

.about-block .smaller span {
  font-weight: normal;
  font-size: 10px;
}

.about-block .about-block-note {
  margin: 5px;
  width: 100%;
  line-height: 1.4;
  color: #767676;
  font-size: 14px;
}

.account-block {
  margin-bottom: 32px;
  border-bottom: 1px solid #eee;
}

.account-block .account-block-item {
  padding: 17px 0;
  border: 1px solid #eee;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 56px;
  font-size: 14px;
}

.account-block .account-block-item .account-name {
  padding: 0 32px;
  width: 136px;
}

.account-block .account-block-item .account-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.account-block .account-block-item .account-name a::before {
  content: '';
  margin-right: 10px;
  width: 23px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  position: relative;
  top: 2px;
}

.account-block .account-block-item .account-name.account-twitter a {
  color: #1da1f2;
}

.account-block .account-block-item .account-name.account-twitter a::before {
  background-image: url(images/icons/icon-account-twitter.svg);
}

.account-block .account-block-item .account-name.account-facebook a {
  color: #4267b2;
}

.account-block .account-block-item .account-name.account-facebook a::before {
  background-image: url(images/icons/icon-account-facebook.svg);
}

.account-block .account-block-item .account-name.account-push7 a {
  color: #efad00;
}

.account-block .account-block-item .account-name.account-push7 a::before {
  background-image: url(images/icons/icon-account-push7.svg);
}

.account-block .account-block-item .account-name.account-feedly a {
  color: #6cc655;
}

.account-block .account-block-item .account-name.account-feedly a::before {
  background-image: url(images/icons/icon-account-feedly.svg);
}

.account-block .account-block-item .account-name.account-youtube a {
  color: #f00;
}

.account-block .account-block-item .account-name.account-youtube a::before {
  background-image: url(images/icons/icon-account-youtube.svg);
}

.account-block .account-block-item .account-name.account-instagram a {
  color: #db4068;
}

.account-block .account-block-item .account-name.account-instagram a::before {
  background-image: url(images/icons/icon-account-instagram.svg);
}

.account-block .account-block-item .account-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.advertisement-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 400px;
  color: #fff;
  background-image: url(images/advertisement-footer.jpg);
  background-size: cover;
}

.advertisement-footer .advertisement-footer-header {
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.advertisement-footer .advertisement-footer-lead {
  margin-top: 6px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.advertisement-footer .advertisement-footer-anchor {
  margin-top: 28px;
  width: 100%;
}

.advertisement-footer .advertisement-footer-anchor a {
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #e22f26;
  border-radius: 2em;
  display: block;
  width: 240px;
  color: #fff;
  background-color: #e22f26;
  text-align: center;
  text-decoration: none;
}

.advertisement-footer .advertisement-footer-anchor a:hover, .advertisement-footer .advertisement-footer-anchor a:active {
  color: #e22f26;
  background-color: #fff;
}

.page-note {
  margin-bottom: 64px;
  padding: 27px 0 26px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #767676;
  font-size: 12px;
}

.about-content p {
  margin-bottom: 24px;
}

.about-content table {
  border: 1px solid #eee;
  font-size: 14px;
}

.about-content table th, .about-content table td {
  padding: 16px;
  border: 0;
  line-height: 1.5;
}

.about-content table th {
  background-color: #eee;
}

.about-content table th:nth-child(1) {
  width: 128px;
}

.about-content table th:nth-child(2) {
  width: 98px;
}

.about-content table td {
  border-top: 1px solid #eee;
}

.skewed-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 400px;
}

.skewed-hero .skewed-hero-inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.skewed-hero .skewed-hero-inner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewY(2.7deg);
          transform: skewY(2.7deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.skewed-hero img {
  display: block;
  width: 100%;
  max-width: none;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.skewed-theme {
  padding-top: 400px;
}

.skewed-theme::before {
  display: none;
}

.skewed-theme .content {
  display: block;
}

body:not(.fixed) .skewed-theme .header .header-nav a {
  color: #fff;
}

body:not(.fixed) .skewed-theme .header .header-nav a:hover, body:not(.fixed) .skewed-theme .header .header-nav a:active {
  color: #e22f26;
}

body:not(.fixed) .skewed-theme .header .header-nav .menu-item-has-children {
  -webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

body:not(.fixed) .skewed-theme .header .header-nav .menu-item-has-children:hover > a {
  color: #e22f26;
}

body:not(.fixed) .skewed-theme .header .header-nav .menu-item-has-children > a::before {
  background-image: url(images/icons/icon-arrow-down-red.svg);
}

body:not(.fixed) .skewed-theme .header .header-nav .menu-item-has-children > a::after {
  background-image: url(images/icons/icon-arrow-down-white.svg);
}

body:not(.fixed) .skewed-theme .header .header-nav .sub-menu li a {
  color: #111;
}

body:not(.fixed) .skewed-theme .header .header-nav .sub-menu li a:hover, body:not(.fixed) .skewed-theme .header .header-nav .sub-menu li a:active {
  color: #e22f26;
}

body:not(.fixed) .skewed-theme .header .header-search {
  -webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

body:not(.fixed) .skewed-theme .header .header-search svg {
  fill: #fff;
}

body:not(.fixed) .skewed-theme .header .header-search:hover svg {
  fill: #e22f26;
}

.skewed-theme .skewed-page-header {
  width: 100%;
}

.skewed-theme .skewed-page-content {
  margin: 0 auto;
  width: 800px;
}

.skewed-theme .skewed-page-content .skewed-page-title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.skewed-theme .skewed-page-content .page-content {
  margin-top: 38px;
}

.skewed-theme .skewed-review-content {
  width: 100%;
}

.skewed-theme .skewed-review-content .skewed-reivew-title {
  margin-top: 21px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.skewed-theme .skewed-review-content .skewed-reivew-title .skewed-reivew-subtitle {
  margin-top: 12px;
  display: block;
  font-weight: normal;
  font-size: 16px;
}

.single-post .skewed-hero {
  height: 770px;
}

.single-post .skewed-hero img {
  height: 770px;
}

.single-post .skewed-theme {
  padding-top: 770px;
}

.onecolumn-header {
  margin: 34px auto 0;
  width: 800px;
  font-weight: bold;
  text-align: center;
}

.onecolumn-header::after {
  content: '';
  margin: 15px auto 0;
  display: block;
  width: 360px;
  height: 4px;
  background-image: url(images/icons/icon-onecolumn.png);
  background-size: 360px auto;
}

.onecolumn-header .onecolumn-title {
  font-size: 36px;
}

.onecolumn-header .onecolumn-subtitle {
  font-size: 16px;
}

.oncolumn-misc {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
}

.oncolumn-misc .breadcrumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.oncolumn-misc .breadcrumb li a {
  color: #999;
}

.oncolumn-misc .breadcrumb .current {
  display: none;
}

.oncolumn-misc .date a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
}

.onecolumn-content {
  margin: 0 auto;
  width: 800px;
  position: relative;
  z-index: 1;
}

.onecolumn-content .skewed-single-social {
  position: absolute;
  top: 18px;
  left: -166px;
  z-index: 2;
}

.onecolumn-content .skewed-single-content {
  position: relative;
  z-index: 1;
}

.onecolumn-content .skewed-single-content a {
  color: #0070c9;
}

.onecolumn-content .skewed-single-content .imgWrapper {
  margin-right: -166px;
  margin-left: -166px;
  display: block;
  width: 1132px;
}

.onecolumn-content .skewed-single-content .imgWrapper img {
  display: block;
}

.onecolumn-content .skewed-single-content a[href*="/images/"][href*="gori"] .imgWrapper {
  margin-right: -166px;
  margin-left: -166px;
  display: block;
  width: 1132px;
  position: relative;
  z-index: 3;
}

.onecolumn-content .skewed-single-content a[href*="/images/"][href*="gori"] .imgWrapper::after {
  content: '';
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  color: #fff;
  background-image: url(images/icons/icon-gallery.png);
  background-size: 44px;
}

.onecolumn-content .skewed-single-content a[href*="/images/"][href*="gori"] .imgWrapper img {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

.onecolumn-content .skewed-single-content .appleLink.toc p {
  color: #111;
}

.onecolumn-content .skewed-single-content .linkButton a,
.onecolumn-content .skewed-single-content .page-link-button a,
.onecolumn-content .skewed-single-content .page-link a,
.onecolumn-content .skewed-single-content .outerLink a,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_docomo a,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_au a,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_softbank a,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_apple a,
.onecolumn-content .skewed-single-content .amazlet-link a,
.onecolumn-content .skewed-single-content .kaerebalink-link1 a {
  color: #fff;
}

.onecolumn-content .skewed-single-content .linkButton a:hover, .onecolumn-content .skewed-single-content .linkButton a:active,
.onecolumn-content .skewed-single-content .page-link-button a:hover,
.onecolumn-content .skewed-single-content .page-link-button a:active,
.onecolumn-content .skewed-single-content .page-link a:hover,
.onecolumn-content .skewed-single-content .page-link a:active,
.onecolumn-content .skewed-single-content .outerLink a:hover,
.onecolumn-content .skewed-single-content .outerLink a:active,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_docomo a:hover,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_docomo a:active,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_au a:hover,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_au a:active,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_softbank a:hover,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_softbank a:active,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_apple a:hover,
.onecolumn-content .skewed-single-content .iPhoneCarrierLink_apple a:active,
.onecolumn-content .skewed-single-content .amazlet-link a:hover,
.onecolumn-content .skewed-single-content .amazlet-link a:active,
.onecolumn-content .skewed-single-content .kaerebalink-link1 a:hover,
.onecolumn-content .skewed-single-content .kaerebalink-link1 a:active {
  color: #111;
}

.onecolumn-content .skewed-single-content .blog-card-thumbnail .imgWrapper img {
  margin-right: 0;
  margin-left: 0;
  width: 174px;
}

.onecolumn-content .single-footer {
  margin-bottom: 45px;
}

.onecolumn-content .single-footer .social-buttons {
  width: auto;
}

.onecolumn-content .single-footer .social-buttons li {
  margin-bottom: 0;
}

.post-template-single-onecolumn_dark-php {
  color: #b3b3b3;
  background-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php:not(.fixed) .skewed-theme .header .header-nav .sub-menu {
  -webkit-box-shadow: 0px 4px 8px rgba(136, 136, 136, 0.25);
          box-shadow: 0px 4px 8px rgba(136, 136, 136, 0.25);
  background-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php:not(.fixed) .skewed-theme .header .header-nav .sub-menu li a {
  color: #fff;
}

.post-template-single-onecolumn_dark-php.fixed .header .header-inner {
  -webkit-box-shadow: 0px 4px 8px rgba(42, 42, 42, 0.25);
          box-shadow: 0px 4px 8px rgba(42, 42, 42, 0.25);
  background-color: rgba(42, 42, 42, 0.9);
}

.post-template-single-onecolumn_dark-php.fixed .header .header-nav a {
  color: #fff;
}

.post-template-single-onecolumn_dark-php.fixed .header .header-nav .menu-item-has-children:hover > a {
  color: #e22f26;
}

.post-template-single-onecolumn_dark-php.fixed .header .header-nav .menu-item-has-children > a::after {
  background-image: url(images/icons/icon-arrow-down-white.svg);
}

.post-template-single-onecolumn_dark-php.fixed .header .header-nav .sub-menu {
  background-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php.fixed .header .header-search svg {
  fill: #fff;
}

.post-template-single-onecolumn_dark-php.fixed .header .header-search:hover svg {
  fill: #e22f26;
}

.post-template-single-onecolumn_dark-php .skewed-hero .skewed-hero-inner::after {
  background-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php .skewed-page-header .breadcrumb li a {
  color: #999;
}

.post-template-single-onecolumn_dark-php .onecolumn-header {
  color: #fff;
}

.post-template-single-onecolumn_dark-php .skewed-single-content {
  color: #ccc;
}

.post-template-single-onecolumn_dark-php .skewed-single-content h2, .post-template-single-onecolumn_dark-php .skewed-single-content h3 {
  color: #ccc;
  border-bottom-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content h4 {
  color: #ccc;
  border-left-color: #ccc;
}

.post-template-single-onecolumn_dark-php .skewed-single-content h2 .wp_keywordlink a,
.post-template-single-onecolumn_dark-php .skewed-single-content h3 .wp_keywordlink a,
.post-template-single-onecolumn_dark-php .skewed-single-content h4 .wp_keywordlink a,
.post-template-single-onecolumn_dark-php .skewed-single-content h5 .wp_keywordlink a,
.post-template-single-onecolumn_dark-php .skewed-single-content h6 .wp_keywordlink a {
  color: #ccc;
}

.post-template-single-onecolumn_dark-php .skewed-single-content a {
  color: #70bce2;
}

.post-template-single-onecolumn_dark-php .skewed-single-content strong {
  color: #dcdcdc;
}

.post-template-single-onecolumn_dark-php .skewed-single-content ul li::before {
  background-color: #b3b3b3;
}

.post-template-single-onecolumn_dark-php .skewed-single-content table {
  border-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content th {
  border-color: #333;
  color: #ccc;
  background-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content td {
  border-color: #333;
  color: #ccc;
  background-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php .skewed-single-content blockquote {
  border-left-color: #333;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .skewed-single-content blockquote::before {
  background-image: url(images/icons/icon-blockquote-dark.svg);
}

.post-template-single-onecolumn_dark-php .skewed-single-content hr {
  border-color: #999;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .gallery-caption {
  color: #999;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .appleLink {
  color: #ccc;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .appleLink p {
  background-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .appleLink.toc {
  border-top-color: #333;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .appleLink.toc p {
  color: #ccc;
  background-color: transparent;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .blog-card-caption {
  background-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .blog-card {
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .amazlet-box,
.post-template-single-onecolumn_dark-php .skewed-single-content .kaerebalink-box {
  background-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .iPhoneCarrierLink_apple a {
  color: #111;
  background-color: #fff;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .attention {
  border-color: #333;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .attentionBorder {
  color: #ccc;
  border-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .attentionBorderMemo {
  border-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .annotation {
  color: #ccc;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .checkBox {
  border-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .checkBox::before {
  color: #ccc;
  background-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .select_item {
  color: #ccc;
  background-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .select_item dd::before {
  background-color: #ccc;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .outerLink a,
.post-template-single-onecolumn_dark-php .skewed-single-content .linkButton a {
  color: #111;
  background-color: #fff;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .linkButton.amazon_color a {
  color: #fff;
  background-color: #ff9900;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .linkButton.rakuten_color a {
  color: #fff;
  background-color: #bf0100;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .linkButton.yahoo_color a {
  color: #fff;
  background-color: #ff0027;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .shoplinkyahoo a {
  color: #111;
  background-color: #fff;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .sb-type-fb > .sb-subtype-a > .sb-content > .sb-speech-bubble,
.post-template-single-onecolumn_dark-php .skewed-single-content .sb-type-fb > .sb-subtype-c > .sb-content > .sb-speech-bubble {
  color: #ccc;
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .post-timeline-block .post-timeline-header span {
  background-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .post-timeline-block .post-timeline-header::before {
  background-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .post-timeline-block .post-timeline .timeline-item .timeline-title a {
  color: #ccc;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .page-link-button a {
  border-color: #fff;
  color: #111;
  background-color: #fff;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .page-link-button a svg {
  fill: #111;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .page-link-button a:hover, .post-template-single-onecolumn_dark-php .skewed-single-content .page-link-button a:active {
  color: #fff;
  background-color: #111;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .page-link-button a:hover svg, .post-template-single-onecolumn_dark-php .skewed-single-content .page-link-button a:active svg {
  fill: #fff;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .page-link span {
  border-color: #333;
  color: #ccc;
  background-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .page-link a {
  border-color: #fff;
  color: #111;
  background-color: #fff;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .page-link a:hover, .post-template-single-onecolumn_dark-php .skewed-single-content .page-link a:active {
  color: #fff;
  background-color: #111;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .recommendedArticle {
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .category-link-entry {
  border-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .all-images .all-images-header {
  background-color: #333;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .all-images .all-images-header .all-images-anchor a {
  color: #999;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .all-images .all-images-header .all-images-anchor a span svg {
  fill: #999;
}

.post-template-single-onecolumn_dark-php .skewed-single-content .all-images ul {
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .single-footer .social-buttons {
  color: #333;
}

.post-template-single-onecolumn_dark-php .category-latest {
  border-color: #333;
}

.post-template-single-onecolumn_dark-php .post-list {
  color: #fff;
}

.post-template-single-onecolumn_dark-php .post-list .post-list-items .post-list-item {
  border-color: #333;
}

.post-template-single-onecolumn_dark-php .post-list .post-list-items .post-list-item a {
  color: #fff;
}

.post-template-single-onecolumn_dark-php .post-list .post-list-items .post-list-item a .post-list-date {
  color: #999;
}

.post-template-single-onecolumn_dark-php .post-list .post-list-items .post-list-item a:hover, .post-template-single-onecolumn_dark-php .post-list .post-list-items .post-list-item a:activev {
  color: #e22f26;
}

.post-template-single-onecolumn_dark-php .next-posts a {
  border-color: #fff;
  color: #111;
  background-color: #fff;
}

.post-template-single-onecolumn_dark-php .next-posts a span svg {
  fill: #1a1a1a;
}

.post-template-single-onecolumn_dark-php .next-posts a:hover, .post-template-single-onecolumn_dark-php .next-posts a:active {
  color: #fff;
  background-color: #1a1a1a;
}

.post-template-single-onecolumn_dark-php .next-posts a:hover span svg, .post-template-single-onecolumn_dark-php .next-posts a:active span svg {
  fill: #fff;
}

.post-template-single-onecolumn_dark-php .recommend-cats {
  background-color: #222;
}

.post-template-single-onecolumn_dark-php .recommend-cats .recommend-cats-inner .recommend-cats-title {
  color: #fff;
}

.review-summary {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #222;
}

.review-summary .review-detail {
  width: 324px;
  position: relative;
}

.review-summary .review-detail .review-image {
  position: relative;
  z-index: 1;
}

.review-summary .review-detail .review-image img {
  padding-bottom: 0;
  width: 324px;
  height: 324px;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-summary .review-detail .review-name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 23px 16px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.75)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.75) 100%);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.review-summary .review-scores {
  padding-top: 61px;
  padding-left: 156px;
  width: 320px;
  position: relative;
  z-index: 1;
}

.review-summary .review-scores .rating-star {
  margin-top: 114px;
  position: relative;
  z-index: 1;
}

.review-summary .review-scores .rating-star::before, .review-summary .review-scores .rating-star::after {
  content: '';
}

.review-summary .review-scores .rating-star::before {
  height: 22px;
  background-color: #e22f26;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.review-summary .review-scores .rating-star::after {
  display: block;
  height: 22px;
  background-image: url(images/icons/icon-stars-single.svg);
  background-size: 168px auto;
  position: relative;
  z-index: 2;
}

.review-summary .review-scores .rating-star.score-00::before {
  width: 0;
}

.review-summary .review-scores .rating-star.score-00::after {
  width: 24px;
}

.review-summary .review-scores .rating-star.score-05::before {
  width: 12px;
}

.review-summary .review-scores .rating-star.score-05::after {
  width: 24px;
}

.review-summary .review-scores .rating-star.score-10::before {
  width: 24px;
}

.review-summary .review-scores .rating-star.score-10::after {
  width: 24px;
}

.review-summary .review-scores .rating-star.score-15::before {
  width: 48px;
}

.review-summary .review-scores .rating-star.score-15::after {
  width: 60px;
}

.review-summary .review-scores .rating-star.score-20::before {
  width: 60px;
}

.review-summary .review-scores .rating-star.score-20::after {
  width: 60px;
}

.review-summary .review-scores .rating-star.score-25::before {
  width: 84px;
}

.review-summary .review-scores .rating-star.score-25::after {
  width: 96px;
}

.review-summary .review-scores .rating-star.score-30::before {
  width: 96px;
}

.review-summary .review-scores .rating-star.score-30::after {
  width: 96px;
}

.review-summary .review-scores .rating-star.score-35::before {
  width: 120px;
}

.review-summary .review-scores .rating-star.score-35::after {
  width: 132px;
}

.review-summary .review-scores .rating-star.score-40::before {
  width: 132px;
}

.review-summary .review-scores .rating-star.score-40::after {
  width: 132px;
}

.review-summary .review-scores .rating-star.score-45::before {
  width: 156px;
}

.review-summary .review-scores .rating-star.score-45::after {
  width: 168px;
}

.review-summary .review-scores .rating-star.score-50::before {
  width: 168px;
}

.review-summary .review-scores .rating-star.score-50::after {
  width: 168px;
}

.meter-area {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.meter-area::after {
  content: "";
  background: #000;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 22px;
  left: 22px;
}

.meter-area.active .container1 .wedge {
  -webkit-animation: rotate-bg-dial-1-1 1.5s 0s linear 1;
          animation: rotate-bg-dial-1-1 1.5s 0s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.meter-area.active .container2 .wedge {
  -webkit-animation: rotate-bg-dial-1-2 1.5s 0s linear 1;
          animation: rotate-bg-dial-1-2 1.5s 0s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.meter-area.active .end {
  -webkit-animation: rotate-marker-dial-1 1.5s 0s linear 1;
          animation: rotate-marker-dial-1 1.5s 0s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.meter-area.stop .container1 .wedge {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.meter-area.stop .container2 .wedge {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.meter-area.stop .end {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.meter-area .meter {
  border-radius: 50%;
}

.meter-area .move {
  position: absolute;
  width: 164px;
  height: 164px;
}

.meter-area .meter-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

.meter-area .one {
  background-color: #333;
}

.meter-area .meter-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 82px;
  overflow: hidden;
}

.meter-area .container1 {
  left: 82px;
}

.meter-area .container1 .wedge {
  border-radius: 164px 0 0 164px;
  background: #e22f26;
  left: -82px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.meter-area .wedge {
  width: 82px;
  height: 164px;
  position: absolute;
  top: 0;
  left: 0;
}

.meter-area .container2 {
  left: 0;
}

.meter-area .container2 .wedge {
  background: #e22f26;
  border-radius: 0 164px 164px 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  left: 82px;
}

.meter-area .marker {
  width: 22px;
  height: 22px;
  background: #e22f26;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: calc(50% - 11px);
}

.meter-area .end {
  -webkit-transform-origin: 50% 82px;
          transform-origin: 50% 82px;
}

.meter-area .meter-score {
  position: absolute;
  top: 50%;
  right: 25px;
  left: 25px;
  z-index: 2;
  margin-top: .25em;
  color: #fff;
  width: 114px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.meter-area .meter-score .per-score {
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
}

@-webkit-keyframes rotate-marker-dial-1 {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotate-marker-dial-1 {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes rotate-bg-dial-1-1 {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  50%, 100% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}

@keyframes rotate-bg-dial-1-1 {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  50%, 100% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}

@-webkit-keyframes rotate-bg-dial-1-2 {
  0%, 50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}

@keyframes rotate-bg-dial-1-2 {
  0%, 50% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
}

body.images {
  background-color: #1a1a1a;
}

body.images.fixed .header .header-inner {
  background-color: rgba(42, 42, 42, 0.9);
}

body.images.fixed .header .header-inner .header-logo a {
  background-image: url(images/bg-header-logo-dark.svg);
}

body.images.fixed .header .header-inner .header-nav a {
  color: #fff;
}

body.images.fixed .header .header-inner .header-nav .menu-item-has-children > a::after {
  background-image: url(images/icons/icon-arrow-down-white.svg);
}

body.images.fixed .header .header-inner .header-nav .sub-menu {
  background-color: #1a1a1a;
}

body.images.fixed .header .header-inner .header-search svg {
  fill: #fff;
}

body.images .content {
  padding-bottom: 64px;
}

body.images .container::before {
  display: none;
}

body.images .recommend-cats {
  background-color: #222;
}

body.images:not(.fixed) .header .header-nav a {
  color: #fff;
}

body.images:not(.fixed) .header .header-nav a:hover, body.images:not(.fixed) .header .header-nav a:active {
  color: #111;
  background-color: #fff;
}

body.images:not(.fixed) .header .header-nav .menu-item-has-children {
  -webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

body.images:not(.fixed) .header .header-nav .menu-item-has-children:hover {
  background-color: #fff;
}

body.images:not(.fixed) .header .header-nav .menu-item-has-children:hover > a {
  color: #e22f26;
}

body.images:not(.fixed) .header .header-nav .menu-item-has-children > a::before {
  background-image: url(images/icons/icon-arrow-down-red.svg);
}

body.images:not(.fixed) .header .header-nav .menu-item-has-children > a::after {
  background-image: url(images/icons/icon-arrow-down-white.svg);
}

body.images:not(.fixed) .header .header-nav .sub-menu li a {
  color: #111;
}

body.images:not(.fixed) .header .header-nav .sub-menu li a:hover, body.images:not(.fixed) .header .header-nav .sub-menu li a:active {
  color: #e22f26;
}

body.images:not(.fixed) .header .header-search {
  -webkit-transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

body.images:not(.fixed) .header .header-search svg {
  fill: #fff;
}

body.images:not(.fixed) .header .header-search:hover {
  background-color: #fff;
}

body.images:not(.fixed) .header .header-search:hover svg {
  fill: #e22f26;
}

body.images .post-gallery {
  padding-top: 150px;
  width: 100%;
}

body.images .post-gallery-title {
  padding-left: 18px;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

body.images .post-gallery-title::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  margin-top: 4px;
  width: 8px;
  height: 15px;
  background-image: url(images/icons/icon-arrow-left-white.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
}

body.images .post-gallery-title a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

body.images .post-gallery-title a:hover, body.images .post-gallery-title a:active {
  text-decoration: underline;
}

body.images .gallery-count {
  margin: 14px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
}

body.images .gallery-count .gallery-count-current {
  font-size: 24px;
}

body.images .gallery-count .gallery-count-total {
  font-size: 14px;
}

body.images .gallery-count .gallery-count-total::before {
  content: '/';
  margin: 0 2px;
}

body.images .main-gallery {
  position: relative;
  z-index: 1;
}

body.images .main-gallery .image-gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 755px;
}

body.images .main-gallery .image-gallery-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

body.images .post-gallery-thumbnails {
  margin-top: 48px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.images .post-gallery-thumbnails .image-gallery-item {
  margin-bottom: 16px;
  margin-left: 17px;
  width: 98px !important;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

body.images .post-gallery-thumbnails .image-gallery-item:nth-child(10n+1) {
  margin-left: 0;
}

body.images .post-gallery-thumbnails .image-gallery-item:nth-child(10n+9) {
  margin-left: 16px;
}

body.images .post-gallery-thumbnails .image-gallery-item.is-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #e22f26;
  width: 90px;
  height: 90px;
}

body.images .post-gallery-thumbnails .image-gallery-item img {
  display: block;
  height: 98px;
  -o-object-fit: cover;
     object-fit: cover;
}

body.images .post-list .post-list-heading {
  color: #fff;
}

body.images .post-list .post-list-items .post-list-item {
  border-bottom-color: #333;
}

body.images .post-list .post-list-items .post-list-item a {
  color: #fff;
}

body.images .post-list .next-posts a {
  border-color: #fff;
  color: #111;
  background-color: #fff;
}

body.images .post-list .next-posts a svg {
  fill: #111;
}

body.images .post-list .next-posts a:hover, body.images .post-list .next-posts a:active {
  color: #fff;
  background-color: #111;
}

body.images .post-list .next-posts a:hover svg, body.images .post-list .next-posts a:active svg {
  fill: #fff;
}

.skewed-select-content {
  margin: 0 auto;
  width: 1132px;
}

.skewed-select-title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.skewed-select-lead {
  margin-top: 4px;
  margin-bottom: 52px;
  font-size: 16px;
  text-align: center;
}

.select-list {
  margin-top: 50px;
  padding-bottom: 40px;
}

.select-list .select-set {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.select-list .select-set .select-header {
  margin-right: 16px;
  width: 198px;
  position: relative;
  z-index: 1;
}

.select-list .select-set .select-header .select-header-image {
  margin-right: -16px;
  position: relative;
  z-index: 1;
}

.select-list .select-set .select-header .select-header-image img {
  display: block;
  width: 214px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.select-list .select-set .select-header .select-name {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  padding: 3px 10px;
  line-height: 1.5;
  background-color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.select-list .select-set .select-body {
  width: 918px;
  background-color: #f8f9fa;
  overflow: hidden;
}

.select-list .select-set .select-body .select-items {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  position: relative;
  z-index: 1;
}

.select-list .select-set .select-body .select-items .slide-arrow.slide-prev, .select-list .select-set .select-body .select-items .slide-arrow.slide-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.select-list .select-set .select-body .select-items .slide-arrow.slide-prev + .slide-shadow, .select-list .select-set .select-body .select-items .slide-arrow.slide-next + .slide-shadow {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 64px;
  height: 250px;
}

.select-list .select-set .select-body .select-items .slide-arrow.slide-prev.slick-disabled, .select-list .select-set .select-body .select-items .slide-arrow.slide-next.slick-disabled {
  display: none !important;
}

.select-list .select-set .select-body .select-items .slide-arrow.slide-prev.slick-disabled + .slide-shadow, .select-list .select-set .select-body .select-items .slide-arrow.slide-next.slick-disabled + .slide-shadow {
  display: none !important;
}

.select-list .select-set .select-body .select-items .slide-arrow.slide-prev {
  left: 16px;
}

.select-list .select-set .select-body .select-items .slide-arrow.slide-prev + .slide-shadow {
  left: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(rgba(248, 249, 250, 0)));
  background-image: linear-gradient(to right, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
}

.select-list .select-set .select-body .select-items .slide-arrow.slide-next {
  right: 16px;
}

.select-list .select-set .select-body .select-items .slide-arrow.slide-next + .slide-shadow {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(248, 249, 250, 0)), to(#f8f9fa));
  background-image: linear-gradient(to right, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
}

.select-list .select-set .select-body .select-items .select-item {
  padding-left: 16px;
  width: 210px;
  color: #111;
}

.select-list .select-set .select-body .select-items .select-item a {
  padding-bottom: 82px;
  display: block;
  height: 120px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.select-list .select-set .select-body .select-items .select-item a:hover, .select-list .select-set .select-body .select-items .select-item a:active {
  color: #e22f26;
}

.select-list .select-set .select-body .select-items .select-item .select-image {
  position: relative;
  z-index: 1;
}

.select-list .select-set .select-body .select-items .select-item .select-image img {
  display: block;
  width: 210px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.select-list .select-set .select-body .select-items .select-item .select-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 16px;
  background-color: #fff;
  min-height: 50px;
  line-height: 1.6;
  font-size: 14px;
}

.ad-size-970x250 {
  display: inline-block;
  vertical-align: top;
  height: 250px;
}

.ad-size-970x250 amp-ad {
  display: block;
}

.ad-size-728x90 {
  margin: 0 auto;
  width: 728px;
  height: 90px;
}

.ad-above-content {
  padding-top: 94px;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}

.fixed-ad {
  margin-top: 32px;
  width: 300px;
}

.ad-above-skewed {
  text-align: center;
}

.ad-above-skewed-content {
  padding-top: 46px;
  padding-bottom: 46px;
  width: 100%;
}

.ad-below-skewed-content {
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
  text-align: center;
}

.ad-above-skewed-single {
  margin-top: 19px;
  margin-bottom: 24px;
}

.single-ad-box {
  margin: 32px auto 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
}

.ad_AfterMore,
.ad_AfterMore140220 {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*# sourceMappingURL=style.css.map */
