@charset "UTF-8";
/*
Theme Name: あわじょぶ
Description: 株式会社レディ・ファーストの改造テンプレートテーマ
Author: 柳川 尊
Text Domain: cocoon
Version: 1.7.1
Tags: two-columns, left-sidebar, right-sidebar
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.entry-card, .related-entry-card {
  position: relative;
  margin: 10px;
  height: 220px;
}
@media only screen and (max-width: 480px) {
  .entry-card, .related-entry-card {
    height: 170px;
  }
}
.entry-card-thumb, .widget-entry-card-thumb, .related-entry-card-thumb, .carousel-entry-card-thumb {
  float: left;
  margin-top: 3px;
  position: relative;
}
.entry-card-content, .related-entry-card-content {
  padding-bottom: 1.2em;
}
.entry-card-title, .related-entry-card-title {
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 5px;
  float: left;
  font-weight: normal;
}
.entry-card-snippet, .related-entry-card-snippet {
  font-size: 0.8em;
  max-height: 7.8em;
  line-height: 1.3;
  overflow: hidden;
}
.entry-card-meta, .related-entry-card-meta {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
  line-height: 1;
}
.entry-categories-tags {
  margin-bottom: 18px;
}
.sns-share, .sns-follow {
  margin: 24px 0;
}
.sns-share-message, .sns-follow-message {
  text-align: center;
  margin-bottom: 3px;
}
body, .header, .appeal {
  /* 画像を常に左右の中央に配置 */
  background-position: top center;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: 100% auto;
}
body.ba-fixed, .ba-fixed.header, .ba-fixed.appeal {
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
}
.entry-category, .post-date, .post-update, .post-author, .amp-back {
  padding: 2px;
  display: inline;
  font-size: 0.7em;
}
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: 100%;
}
.clear {
  clear: both;
}
.fz-12px {
  font-size: 12px;
}
.fz-13px {
  font-size: 13px;
}
.fz-14px {
  font-size: 14px;
}
.fz-15px {
  font-size: 15px;
}
.fz-16px {
  font-size: 16px;
}
.fz-17px {
  font-size: 17px;
}
.fz-18px {
  font-size: 18px;
}
.fz-19px {
  font-size: 19px;
}
.fz-20px {
  font-size: 20px;
}
.fz-21px {
  font-size: 21px;
}
.fz-22px {
  font-size: 22px;
}
.fz-24px {
  font-size: 24px;
}
.fz-28px {
  font-size: 28px;
}
.fz-32px {
  font-size: 32px;
}
.fz-36px {
  font-size: 36px;
}
.fz-40px {
  font-size: 40px;
}
.fz-44px {
  font-size: 44px;
}
.fz-48px {
  font-size: 48px;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.ff-meiryo {
  font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", sans-serif;
}
.ff-ms-pgothic {
  font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "Meiryo", sans-serif;
}
.ff-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.ff-mplus-1p {
  font-family: "Mplus 1p", sans-serif;
}
.ff-rounded-mplus-1c {
  font-family: "Rounded Mplus 1c", sans-serif;
}
.ff-hannari {
  font-family: "Hannari", sans-serif;
}
.ff-kokoro {
  font-family: "Kokoro", sans-serif;
}
.ff-sawarabi-gothic {
  font-family: "Sawarabi Gothic", sans-serif;
}
.ff-sawarabi-mincho {
  font-family: "Sawarabi Mincho", sans-serif;
}
.sub-caption {
  font-family: Tunga, "Trebuchet MS", Tahoma, Verdana, "Segoe UI", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  opacity: 0.5;
}
span.sub-caption {
  opacity: 0.8;
}
/************************************
** 基本表示
************************************/
/*初期化*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin: 0;
  overflow-wrap: break-word;
  background-attachment: fixed;
}
/*デフォルトリンク*/
a {
  color: #ff0000;
}
a:hover {
  color: #000;
}
/* クリアフィックス */
.cf::after {
  clear: both;
  content: "";
  display: block;
}
.header-container, .main, .sidebar, .footer {
  background-color: #fff;
}
/* インナーを囲む */
.wrap {
  width: 1236px;
  margin: 0 auto;
}
/************************************
** 本文部分
************************************/
.content-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main {
  width: 860px;
  margin-right: 20px;
  padding: 20px 29px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}
.no-sidebar .content .main {
  margin: 0;
  width: 100%;
}
.no-scrollable-main .main {
  height: 100%;
}
.main-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 2em;
}
@media all and (-ms-high-contrast: none) {
  .main-scroll {
    position: static;
    top: auto;
  }
  .logo {
    height: 100%;
  }
}
.publisher {
  display: none;
}
#wpadminbar {
  font-size: 13px;
}
.wp-caption {
  margin: 1em 0;
}
/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.wp-caption {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f4f5;
  text-align: center;
  max-width: 100%;
}
.wp-caption-text, .gallery-caption {
  font-size: 0.8em;
  margin: 2px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}
img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}
img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}
.comment-btn {
  margin: 24px 0;
  cursor: pointer;
}
label {
  cursor: pointer;
  color: #333;
}
.sitemap li a::before {
  display: none;
}
.content-top, .content-bottom {
  margin: 1em 0;
}
/************************************
** 画像関係のスタイル
************************************/
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-backface-visibility: hidden;
}
.circle-image img {
  border-radius: 50%;
}
/************************************
** 画像の囲み効果
************************************/
/*ボーダー*/
.iwe-border p img, .iwe-border p amp-img {
  border: 1px solid #ccc;
}
/*ボーダー（太線）*/
.iwe-border-bold p img, .iwe-border-bold p amp-img {
  border: 4px solid #eee;
}
/*シャドー*/
.iwe-shadow p img, .iwe-shadow p amp-img {
  box-shadow: 5px 5px 15px #ddd;
}
/*シャドーペーパー*/
.iwe-shadow-paper p img, .iwe-shadow-paper p amp-img {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.entry-card-thumb, .author-thumb, .blogcard-thumbnail, .related-entry-card-thumb, .popular-entry-card-thumb, .new-entry-card-thumb {
  margin-right: 1.6%;
}
.ect-vertical-card .entry-card-thumb, .rect-vartical-card .related-entry-card-thumb {
  margin: 0;
}
.ib-right .blogcard-thumbnail, .eb-right .blogcard-thumbnail {
  margin-right: 0;
  margin-left: 1.4%;
}
.no-thumbnail .card-thumb, .no-thumbnail .widget-entry-card-pv {
  display: none;
}
.no-thumbnail .card-content, .no-thumbnail .widget-entry-cards .widget-entry-card-content {
  margin: 0;
}
.no-thumbnail .widget-entry-cards div.widget-entry-card-content {
  font-size: 18px;
  margin-bottom: 0.6em;
}
.no-thumbnail .widget-entry-cards.large-thumb-on .card-title {
  max-height: none;
  position: static;
}
.no-thumbnail .entry-card-meta {
  position: static;
  background-color: transparent;
  margin-top: 0.4em;
}
.no-thumbnail .entry-card-snippet, .no-thumbnail .related-entry-card-snippet {
  max-height: 10.4em;
}
.no-thumbnail .entry-card-day {
  display: inline;
}
.no-thumbnail .entry-card-meta .entry-card-categorys {
  display: inline;
}
.no-thumbnail .entry-card-meta .entry-card-categorys > span {
  margin-left: 0.6em;
}
img.emoji {
  display: inline;
  width: 1em;
  height: auto;
  vertical-align: text-bottom;
  margin-right: 0.1em;
}
/************************************
** ヘッダー
************************************/
.header-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tagline {
  text-align: center;
  font-size: 13px;
  margin: 1em 0 0;
  color: #666;
}
.logo {
  text-align: center;
}
.logo-image span, .logo-image a {
  display: block;
}
.site-name-text-link {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.site-name-text-link:hover {
  color: inherit;
}
.site-name-text {
  font-size: 28px;
}
.logo-text {
  padding: 20px 0 30px;
  font-size: 1em;
}
.logo-image {
  padding: 10px 0;
  font-size: inherit;
}
/************************************
** ヘッダーレイアウト
************************************/
.header-container-in.hlt-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.header-container-in.hlt-top-menu .wrap {
  width: auto;
}
.header-container-in.hlt-top-menu .header {
  background-image: none;
}
.header-container-in.hlt-top-menu .logo-text {
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
}
.header-container-in.hlt-top-menu .logo-image {
  padding: 0;
  margin: 0;
}
.header-container-in.hlt-top-menu .site-name-text-link {
  margin: 0 16px;
  display: block;
}
.header-container-in.hlt-top-menu .site-name-text {
  font-size: 22px;
  white-space: nowrap;
}
.header-container-in.hlt-top-menu .tagline {
  display: none;
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: 60px;
}
.header-container-in.hlt-top-menu .logo-header .site-name {
  margin: 0;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 60px;
  height: 100%;
  width: auto;
}
.header-container-in.hlt-top-menu amp-img {
  max-width: 160px;
  max-height: 60px;
}
.header-container-in.hlt-top-menu amp-img img {
  height: auto;
}
.header-container-in.hlt-top-menu .navi {
  width: 100%;
}
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
  margin: 0 16px;
}
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
  font-size: 20px;
}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
  height: 40px;
}
.header-container-in.hlt-top-menu.hlt-tm-small .navi-in > ul > li, .header-container-in.hlt-top-menu.hlt-tm-small .navi-in > ul > .menu-item-has-description > a > .caption-wrap {
  line-height: 40px;
  height: 40px;
  display: block;
}
.header-container-in.hlt-top-menu.hlt-tm-small .item-description {
  display: none;
}
.hlt-tm-right .navi-in > ul {
  justify-content: flex-end;
}
/************************************
** センターロゴ（トップメニュー）
************************************/
.header-container-in.hlt-center-logo-top-menu {
  display: flex;
  flex-direction: column-reverse;
}
.cl-slim #navi-in > ul li {
  height: 40px;
  line-height: 40px;
}
.cl-slim #navi-in > ul li .sub-menu ul {
  top: -40px;
}
.cl-slim #navi-in > ul li.menu-item-has-description > a > .caption-wrap {
  height: 40px;
  line-height: 16px;
  font-size: 14px;
  padding-top: 6px;
}
/************************************
** グローバルメニュー
************************************/
.navi {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
}
.navi-in > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center; /*サブメニュー*/
}
.navi-in > ul li {
  display: block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
}
.navi-in > ul li:hover > ul {
  display: block;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap {
  line-height: 21.4285714286px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 60px;
}
.navi-in > ul .menu-item-has-description > a > .caption-wrap > div {
  width: 100%;
}
.navi-in > ul > .menu-item-has-children {
  position: relative;
}
.navi-in > ul > .menu-item-has-children > a::after {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  position: absolute;
  right: 3px;
  top: 0;
}
.navi-in > ul .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  min-width: 240px;
  list-style: none;
  padding: 0;
  background-color: #fafbfc;
  z-index: 99;
  text-align: left; /*サブメニューのサブメニュー*/
}
.navi-in > ul .sub-menu li {
  width: auto;
}
.navi-in > ul .sub-menu .menu-item-has-children {
  position: relative;
}
.navi-in > ul .sub-menu .menu-item-has-children > a::after {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  position: absolute;
  right: 3px;
  top: 0;
}
.navi-in > ul .sub-menu a {
  padding-left: 16px;
  padding-right: 16px;
}
.navi-in > ul .sub-menu ul {
  top: -60px;
  left: 240px;
  position: relative;
}
.navi-in a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 16px;
}
.navi-in a:hover {
  color: #333;
  opacity: 0.7;
}
.navi-in a:hover > ul {
  display: block;
}
/************************************
** モバイルメニュー
************************************/
.navi-in > .menu-mobile {
  display: none;
}
.navi-in > .menu-mobile .sub-menu {
  display: none;
}
/************************************
** フッターメニュー
************************************/
.navi-footer-in > .menu-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  margin: 0;
}
.navi-footer-in > .menu-footer li {
  width: 120px;
  border-left: 1px solid #ccc;
}
.navi-footer-in > .menu-footer li:last-child {
  border-right: 1px solid #ccc;
}
.navi-footer-in a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.navi-footer-in a:hover {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
/************************************
** エントリーカードの設定
************************************/
.a-wrap {
  text-decoration: none;
  display: block;
  color: #333;
  width: calc(100% / 3);
  float: left;
}
@media only screen and (max-width: 480px) {
  .a-wrap {
    width: 50%;
  }
}
.a-wrap:hover {
  transition: all 0.5s ease;
  opacity: 0.7;
}
.card-thumb img {
  width: 100%;
}
.entry-card-thumb {
  width: 320px;
}
.related-entry-card-thumb {
  width: 100%;
}
.cat-label {
  display: none;
}
.entry-card-content {
  margin-left: 330px;
}
.entry-card-info > * {
  font-size: 0.7em;
  padding: 2px;
}
.post-comment-count::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.entry-category::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.entry-card-meta .entry-card-categorys {
  display: none;
}
.e-card-info .post-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.post-author-image {
  margin-right: 3px;
}
.post-author-image img {
  border-radius: 50%;
}
.e-card-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.e-card-info > span {
  margin-right: 4px;
}
/************************************
** エントリーカードタイプ
************************************/
.ect-vertical-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ect-vertical-card .entry-card-wrap {
  width: 49.5%;
  display: inline-block;
  margin-bottom: 12px;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb {
  width: 100%;
  float: none;
}
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  width: 100%;
}
.ect-vertical-card .entry-card-wrap .entry-card-content {
  margin: 0;
}
.ect-vertical-card .entry-card-wrap .post-date, .ect-vertical-card .entry-card-wrap .post-update {
  margin-right: 0;
}
.ect-vertical-card.ect-tile-card .a-wrap {
  margin: 0 0.25% 12px;
}
.ect-vertical-card.ect-tile-card .entry-card-content {
  padding: 0;
}
.ect-vertical-card.ect-tile-card .card-snippet {
  padding: 0;
  margin: 0;
}
.ect-vertical-card.ect-tile-card .card-meta {
  position: static;
}
.ect-vertical-card.ect-tile-card .a-wrap {
  margin: 0 0.16666% 12px;
}
.ect-2-columns > * {
  width: 49.5%;
  display: inline-block;
}
.ect-3-columns {
  justify-content: space-around;
}
.ect-3-columns .entry-card-wrap {
  width: 33%;
  padding: 7px;
}
.ect-3-columns .entry-card-snippet {
  max-height: 4em;
  overflow: hidden;
}
.ect-3-columns > * {
  width: 33%;
  display: inline-block;
}
.ecb-entry-border .entry-card-wrap {
  border: 1px solid #ccc;
}
.entry-card-day span:last-child {
  margin-right: 0;
}
.front-top-page .ect-big-card-first .a-wrap:first-of-type .card-thumb, .ect-big-card .card-thumb {
  float: none;
  width: 100%;
}
.front-top-page .ect-big-card-first .a-wrap:first-of-type .card-content, .ect-big-card .card-content {
  margin: 0;
}
/************************************
** 日付関係のスタイル
************************************/
.date-tags {
  line-height: 0.8;
  text-align: right;
  margin-bottom: 1em;
}
.date-tags span:last-child {
  margin-right: 0;
}
.post-date, .post-update, .post-author, .amp-back {
  margin-right: 8px;
}
.related-entry-post-date {
  margin-right: 0;
}
.post-date::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.post-update::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.amp-back::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  padding-right: 0;
}
/************************************
** パンくずリスト
************************************/
.breadcrumb {
  margin-bottom: 1em;
  color: #777;
  font-size: 13px;
}
.breadcrumb div {
  display: inline;
}
.breadcrumb span.sp {
  margin: 0 10px;
}
.breadcrumb a {
  text-decoration: none;
  color: #777;
}
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
  background-color: #fff;
  margin: 12px auto 0;
  padding: 5px;
}
.breadcrumb.sbp-main-before + .content, .breadcrumb.pbp-main-before + .content {
  margin-top: 12px;
}
.sns-buttons {
  display: flex;
  align-items: center;
}
.sns-buttons a {
  display: block;
  background-color: #333;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  height: 45px;
}
.sns-buttons a:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s ease;
}
.sns-share a, .sns-follow a {
  cursor: pointer;
}
.bc-brand-color.sns-share .twitter-button, .bc-brand-color.sns-follow .twitter-button {
  background-color: #1da1f2;
}
.bc-brand-color.sns-share .facebook-button, .bc-brand-color.sns-follow .facebook-button {
  background-color: #3b5998;
}
.bc-brand-color.sns-share .hatebu-button, .bc-brand-color.sns-follow .hatebu-button {
  background-color: #2c6ebd;
}
.bc-brand-color.sns-share .google-plus-button, .bc-brand-color.sns-follow .google-plus-button {
  background-color: #dd4b39;
}
.bc-brand-color.sns-share .pocket-button, .bc-brand-color.sns-follow .pocket-button {
  background-color: #ef4056;
}
.bc-brand-color.sns-share .line-button, .bc-brand-color.sns-follow .line-button {
  background-color: #00c300;
}
.bc-brand-color.sns-share .website-button, .bc-brand-color.sns-follow .website-button {
  background-color: #002561;
}
.bc-brand-color.sns-share .instagram-button, .bc-brand-color.sns-follow .instagram-button {
  background-color: #405de6;
}
.bc-brand-color.sns-share .pinterest-button, .bc-brand-color.sns-follow .pinterest-button {
  background-color: #bd081c;
}
.bc-brand-color.sns-share .youtube-button, .bc-brand-color.sns-follow .youtube-button {
  background-color: #cd201f;
}
.bc-brand-color.sns-share .flickr-button, .bc-brand-color.sns-follow .flickr-button {
  background-color: #111;
}
.bc-brand-color.sns-share .amazon-button, .bc-brand-color.sns-follow .amazon-button {
  background-color: #ff9900;
}
.bc-brand-color.sns-share .rakuten-room-button, .bc-brand-color.sns-follow .rakuten-room-button {
  background-color: #c61e79;
}
.bc-brand-color.sns-share .github-button, .bc-brand-color.sns-follow .github-button {
  background-color: #4078c0;
}
.bc-brand-color.sns-share .feedly-button, .bc-brand-color.sns-follow .feedly-button {
  background-color: #2bb24c;
}
.bc-brand-color.sns-share .rss-button, .bc-brand-color.sns-follow .rss-button {
  background-color: #f26522;
}
.bc-brand-color-white.sns-share a, .bc-brand-color-white.sns-follow a {
  background-color: #fff;
  font-weight: 500;
  border: 1px solid #333;
  color: #333;
}
.bc-brand-color-white.sns-share a:hover, .bc-brand-color-white.sns-follow a:hover {
  opacity: 0.5;
}
.bc-brand-color-white.sns-share .twitter-button, .bc-brand-color-white.sns-follow .twitter-button {
  color: #1da1f2;
  border-color: #1da1f2;
}
.bc-brand-color-white.sns-share .facebook-button, .bc-brand-color-white.sns-follow .facebook-button {
  color: #3b5998;
  border-color: #3b5998;
}
.bc-brand-color-white.sns-share .hatebu-button, .bc-brand-color-white.sns-follow .hatebu-button {
  color: #2c6ebd;
  border-color: #2c6ebd;
}
.bc-brand-color-white.sns-share .google-plus-button, .bc-brand-color-white.sns-follow .google-plus-button {
  color: #dd4b39;
  border-color: #dd4b39;
}
.bc-brand-color-white.sns-share .pocket-button, .bc-brand-color-white.sns-follow .pocket-button {
  color: #ef4056;
  border-color: #ef4056;
}
.bc-brand-color-white.sns-share .line-button, .bc-brand-color-white.sns-follow .line-button {
  color: #00c300;
  border-color: #00c300;
}
.bc-brand-color-white.sns-share .website-button, .bc-brand-color-white.sns-follow .website-button {
  color: #002561;
  border-color: #002561;
}
.bc-brand-color-white.sns-share .instagram-button, .bc-brand-color-white.sns-follow .instagram-button {
  color: #405de6;
  border-color: #405de6;
}
.bc-brand-color-white.sns-share .pinterest-button, .bc-brand-color-white.sns-follow .pinterest-button {
  color: #bd081c;
  border-color: #bd081c;
}
.bc-brand-color-white.sns-share .youtube-button, .bc-brand-color-white.sns-follow .youtube-button {
  color: #cd201f;
  border-color: #cd201f;
}
.bc-brand-color-white.sns-share .flickr-button, .bc-brand-color-white.sns-follow .flickr-button {
  color: #111;
  border-color: #111;
}
.bc-brand-color-white.sns-share .amazon-button, .bc-brand-color-white.sns-follow .amazon-button {
  color: #ff9900;
  border-color: #ff9900;
}
.bc-brand-color-white.sns-share .github-button, .bc-brand-color-white.sns-follow .github-button {
  color: #4078c0;
  border-color: #4078c0;
}
.bc-brand-color-white.sns-share .feedly-button, .bc-brand-color-white.sns-follow .feedly-button {
  color: #2bb24c;
  border-color: #2bb24c;
}
.bc-brand-color-white.sns-share .rss-button, .bc-brand-color-white.sns-follow .rss-button {
  color: #f26522;
  border-color: #f26522;
}
.ss-top {
  margin-top: 0;
  margin-bottom: 0;
}
.ss-top .sns-share-message {
  display: none;
}
.sns-share.ss-col-1 a {
  width: 100%;
}
.sns-share.ss-col-2 a {
  width: 49%;
}
.sns-share.ss-col-4 a {
  width: 24%;
}
.sns-share.ss-col-5 a {
  width: 19%;
}
.sns-share.ss-col-6 a {
  width: 16%;
}
.sns-share.ss-high-and-low-lc a, .sns-share.ss-high-and-low-cl a {
  display: flex;
  align-content: center;
  line-height: 16px;
}
.sns-share.ss-high-and-low-lc a .social-icon, .sns-share.ss-high-and-low-cl a .social-icon, .sns-share.ss-high-and-low-lc a .button-caption, .sns-share.ss-high-and-low-cl a .button-caption {
  display: block;
  font-size: 16px;
  margin: 0;
}
.sns-share.ss-high-and-low-lc a .social-icon.button-caption, .sns-share.ss-high-and-low-cl a .social-icon.button-caption, .sns-share.ss-high-and-low-lc a .button-caption.button-caption, .sns-share.ss-high-and-low-cl a .button-caption.button-caption {
  font-size: 12px;
}
.sns-share.ss-high-and-low-lc a {
  flex-direction: column;
}
.sns-share.ss-high-and-low-lc a > span {
  padding-top: 3px;
}
.sns-share.ss-high-and-low-cl a {
  flex-direction: column-reverse;
}
.sns-share-buttons {
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}
.sns-share-buttons a {
  width: 32%;
  margin-bottom: 8px;
  font-size: 18px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sns-share-buttons a .button-caption {
  font-size: 16px;
  margin-left: 10px;
}
.sns-share-buttons a .share-count {
  font-family: Arial, sans-serif;
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-size: 12px;
  line-height: 1;
}
.sbc-hide .share-count {
  display: none;
}
/* メッセージ */
.copy-info {
  display: none;
  /*初期状態は非表示*/
  padding: 1em 2em;
  color: #fff;
  border-radius: 8px;
  /*画面上部に表示*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  opacity: 0.8;
  box-shadow: 0 4px 8px #777;
}
/************************************
** 内容
************************************/
.content {
  margin-top: 24px;
}
/*エントリー・アーカイブの見出し*/
.entry-title {
  font-size: 26px;
  margin: 16px 0;
  line-height: 1.4;
}
.archive-title {
  font-size: 15px;
  margin: 16px 0;
  line-height: 1.4;
}
.archive-title span {
  margin-right: 10px;
}
.entry-content {
  margin-top: 1em;
  margin-bottom: 3em;
}
/*本文下カテゴリとタグ*/
.entry-categories-tags {
  font-family: "Meiryo", sans-serif;
}
.entry-categories-tags > div {
  margin-bottom: 0.5em;
}
.ctdt-one-row > div {
  display: inline-block;
}
.ctdt-category-only .entry-tags {
  display: none;
}
.ctdt-tag-only .entry-categories {
  display: none;
}
.ctdt-none {
  display: none;
}
/*本文下カテゴリ*/
.cat-link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 6px;
  font-size: 12px;
  background-color: #333;
  border-radius: 2px;
  word-break: break-all;
}
.cat-link::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.cat-link:hover {
  opacity: 0.5;
  color: #fff;
}
/*本文下タグ*/
.tag-link, .comment-reply-link {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 12px;
  border: 1px solid #999;
  border-radius: 2px;
  word-break: break-all;
}
.tag-link::before, .comment-reply-link::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.tag-link:hover, .comment-reply-link:hover {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
/************************************
** 投稿・固定ページで使うHTML要素
************************************/
.scrollable-table {
  -webkit-overflow-scrolling: touch;
}
.scrollable-table table {
  border-collapse: collapse;
  max-width: 100%;
}
.scrollable-table th {
  background-color: #eee;
}
.scrollable-table th, .scrollable-table td {
  border: solid 1px #fff;
  padding: 3px 5px;
  white-space: nowrap;
}
.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
}
.article ul li, .article ol li {
  margin: 0.2em;
}
.article ul ul, .article ul ol, .article ol ul, .article ol ol {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: bold;
} /*
.article h2, .article h3, .article h4, .article h5, .article h6 {
	margin: 2.4em 0 1em;
}
.article h4, .article h5, .article h6 {
	font-size: 20px;
	padding: 6px 10px;
}
.article h2 {
font-size: 24px;
	padding: 25px;
	background-color: #f3f4f5;
	border-radius: 2px;
}
.article h3 {
	border-left: 6px solid #777;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 22px;
	padding: 6px 20px;
}
.article h4 {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.article h5 {
	border-bottom: 2px solid #ccc;
}
.article h6 {
	border-bottom: 1px solid #ccc;
}
.article .column-wrap h1, .article .column-wrap h2, .article .column-wrap h3, .article .column-wrap h4, .article .column-wrap h5, .article .column-wrap h6 {
	margin-top: 0;
}*/
/*本文下情報*/
.footer-meta {
  font-size: 0.8em;
  text-align: right;
}
/*投稿者*/
.author-info .post-author {
  font-size: 14px;
}
.author-info::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  padding-right: 0;
}
/************************************
** ページ管理画面の設定で「本文のみ」表示
************************************/
.content-only .header-container, .content-only .appeal, .content-only .carousel, .content-only .ad-area, .content-only .sns-share, .content-only .date-tags, .content-only .sns-follow, .content-only .article-footer, .content-only .under-entry-content, .content-only .breadcrumb, .content-only .main-scroll, .content-only .footer, .content-only .go-to-top-button, .content-only .notice-area, .content-only .content-top, .content-only .content-bottom {
  display: none;
}
/************************************
** 外部リンク・内部リンク
************************************/
span.external-icon, span.internal-icon {
  margin-left: 3px;
  font-size: 0.8em;
}
.login-user-only {
  text-align: center;
  padding: 2em;
  background-color: #fafbfc;
  border: 1px solid #ccc;
  margin: 1em 0;
}
.no-post-date .post-date, .no-post-update .post-update, .no-post-author .author-info {
  display: none;
}
.eye-catch-wrap {
  display: flex;
}
.eye-catch {
  position: relative;
  margin-bottom: .6em;
  max-width: 100%;
}
.eye-catch .cat-label {
  position: absolute;
  right: auto;
  top: 0.4em;
  bottom: auto;
  left: 0.4em;
  font-size: 14px;
  padding: 4px 8px;
  opacity: 0.9;
  border: 1px solid #eee;
}
.eye-catch img {
  vertical-align: bottom;
}
.eye-catch-caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0.2em 0.6em;
  text-align: right;
  width: 100%;
  font-size: 0.9em;
  background: linear-gradient(180deg, transparent, #555);
  opacity: 0.9;
  padding-top: 2em;
}
@media all and (-ms-high-contrast: none) {
  .eye-catch-wrap {
    display: block;
  }
  /* IE10～ */
}
.show-pinterest-button .eye-catch:hover .cat-label {
  display: none !important;
}
/************************************
** 広告
************************************/
.ad-area {
  text-align: center;
  margin-bottom: 1.8em;
  overflow: hidden;
}
.entry-content .ad-area {
  margin: 1em 0;
}
.ad-label-invisible .ad-label {
  display: none;
}
.ad-content-top {
  margin-top: 1em;
}
.ad-responsive ins {
  width: 100%;
}
.ad-single-rectangle .ad-responsive, .ad-dabble-rectangle .ad-responsive {
  max-width: 336px;
  margin: auto;
}
/************************************
** ダブルレクタングル
************************************/
.ad-dabble-rectangle .ad-wrap {
  display: flex;
}
.ad-dabble-rectangle .ad-responsive {
  width: 336px;
}
/************************************
** 記事内広告
************************************/
@media screen and (max-width: 692px) {
  .ad-dabble-rectangle .ad-responsive {
    width: 300px;
  }
}
@media screen and (max-width: 626px) {
  .ad-dabble-rectangle .ad-responsive {
    width: 250px;
  }
}
@media screen and (max-width: 556px) {
  .ad-dabble-rectangle .ad-wrap {
    display: block;
  }
  .ad-dabble-rectangle .ad-responsive {
    width: auto;
    max-width: none;
    margin: auto;
  }
  .ad-dabble-rectangle .ad-additional-double {
    display: none;
  }
}
/************************************
** サイドバーのダブルレクタングル
************************************/
.sidebar .ad-additional-double {
  display: none;
}
/************************************
** サイドバーのスカイスクレイパー
************************************/
.sidebar .ad-additional-vertical {
  display: none;
}
@media screen and (max-width: 768px) {
  .sidebar .ad-vertical .ad-usual {
    display: none;
  }
  .sidebar .ad-vertical .ad-additional-vertical {
    display: block;
  }
}
.blogcard-wrap {
  margin: 24px auto;
  padding: 0;
  width: 90%;
  background-color: #fff;
}
.blogcard {
  padding: 1.4% 2% 1.8%;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.3;
  position: relative;
}
.blogcard-thumbnail {
  float: left;
  margin-top: 3px;
  width: 160px;
}
.blogcard-thumbnail img {
  width: 100%;
}
.blogcard-content {
  margin-left: 170px;
  max-height: 140px;
  min-height: 100px;
  overflow: hidden;
}
.blogcard-title {
  font-weight: bold;
}
.blogcard-snipet {
  font-size: 0.8em;
}
.blogcard-footer {
  clear: both;
  font-size: 0.8em;
  padding-top: 0.6%;
}
.blogcard-site {
  float: left;
  display: flex;
  align-content: center;
}
.blogcard-date {
  float: right;
  display: flex;
  align-content: center;
}
.blogcard-favicon {
  margin-right: 4px;
  margin-top: 2px;
}
/************************************
** ブログカードのサムネイルスタイル
************************************/
.ib-right .blogcard-thumbnail, .eb-right .blogcard-thumbnail {
  float: right;
  margin-left: 1.6%;
}
.ib-right .blogcard-content, .eb-right .blogcard-content {
  margin-left: 0;
  margin-right: 170px;
}
/************************************
** 目次
************************************/
.toc {
  border: 1px solid #ccc;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 1em;
  margin-bottom: 1em;
}
.toc ul, .toc ol {
  padding-left: 20px;
  margin-top: 0.5em;
}
.toc ul {
  list-style: none;
  padding-left: 5px;
}
.toc a {
  color: #333;
  text-decoration: none;
}
.toc a:hover {
  text-decoration: underline;
}
.toc-center {
  margin: 1em auto;
}
.toc-title {
  font-size: 1.1em;
  text-align: center;
  display: block;
  padding: 2px 16px;
  margin-bottom: 20px;
}
.toc-widget-box .toc-title {
  display: none;
}
.toc-widget-box .toc-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.nwa .toc {
  border: 0;
  padding: 0 1em;
}
/************************************
** h2-h6の見出し目次に連番を振る
************************************/
.toc.tnt-number-detail > ol {
  padding-left: 0;
}
.toc.tnt-number-detail ol {
  list-style: none;
}
.toc.tnt-number-detail ol li:before {
  margin-right: 6px;
}
.toc.tnt-number-detail ol > li {
  counter-increment: c-h2;
  counter-reset: c-h3;
}
.toc.tnt-number-detail ol > li:before {
  content: counter(c-h2) ".";
}
.toc.tnt-number-detail ol > li > ol > li {
  counter-increment: c-h3;
  counter-reset: c-h4;
}
.toc.tnt-number-detail ol > li > ol > li:before {
  content: counter(c-h2) "."counter(c-h3) ".";
}
.toc.tnt-number-detail ol > li > ol > li > ol > li {
  counter-increment: c-h4;
  counter-reset: c-h5;
}
.toc.tnt-number-detail ol > li > ol > li > ol > li:before {
  content: counter(c-h2) "."counter(c-h3) "."counter(c-h4) ".";
}
.toc.tnt-number-detail ol > li > ol > li > ol > li > ol > li {
  counter-increment: c-h5;
  counter-reset: c-h6;
}
.toc.tnt-number-detail ol > li > ol > li > ol > li > ol > li:before {
  content: counter(c-h2) "."counter(c-h3) "."counter(c-h4) "."counter(c-h5) ".";
}
.toc.tnt-number-detail ol > li > ol > li > ol > li > ol > li > ol > li {
  counter-increment: c-h6;
}
.toc.tnt-number-detail ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: counter(c-h2) "."counter(c-h3) "."counter(c-h4) "."counter(c-h5) "."counter(c-h6) ".";
}
/************************************
** サイドバーのスタイル
************************************/
.sidebar {
  width: 356px;
  border: 1px solid transparent;
  padding: 9px;
  border-radius: 4px;
  background-color: #fff;
}
.sidebar h3 {
  background-color: #f3f4f5;
  padding: 16px 10px;
  margin: 16px 0;
  border-radius: 2px;
}
.no-scrollable-sidebar .sidebar {
  height: 100%;
}
.sidebar-scroll {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
/************************************
** サイドバーの非表示
************************************/
.no-sidebar .sidebar {
  display: none;
}
/************************************
** サイドバーの位置
************************************/
.sidebar-left .content-in {
  flex-direction: row-reverse;
}
.nwa .ranking-item-img-desc, .nwa .ranking-item-link-buttons {
  display: block;
}
.nwa .ranking-item-img-desc a, .nwa .ranking-item-link-buttons a {
  padding: 6px 0;
}
.nwa .ranking-item-image-tag {
  max-width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.nwa .ranking-item-name-text, .nwa .widget_item_ranking .main-widget-label {
  font-size: 20px;
}
.nwa .ranking-item-description p {
  font-size: 0.9em;
}
.nwa .blogcard-wrap {
  width: auto;
}
/************************************
** ウィジェット
************************************/
label.screen-reader-text {
  display: none;
}
/*ウィジェットリスト*/
.widget {
  margin-bottom: 38px;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*タグクラウド*/
.tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.tagcloud a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #555;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  font-size: 12px;
  margin: 2px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
}
.tagcloud a:hover {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
.tagcloud a .tag-caption {
  word-break: break-all;
}
.tagcloud a .tag-caption::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.tagcloud a .tag-link-count {
  margin-left: 8px;
}
/*ウィジェット（カテゴリー・アーカイブなど）*/
.widget_recent_entries ul, .widget_categories ul, .widget_archive ul, .widget_pages ul, .widget_meta ul, .widget_rss ul, .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_recent_entries ul li ul, .widget_categories ul li ul, .widget_archive ul li ul, .widget_pages ul li ul, .widget_meta ul li ul, .widget_rss ul li ul, .widget_nav_menu ul li ul {
  padding-left: 20px;
  margin: 0;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover {
  color: #333;
  text-decoration: underline;
  color: #fa628b;
}
.widget_recent_entries ul li a .post-count, .widget_categories ul li a .post-count, .widget_archive ul li a .post-count, .widget_pages ul li a .post-count, .widget_meta ul li a .post-count, .widget_rss ul li a .post-count, .widget_nav_menu ul li a .post-count {
  display: block;
  float: right;
}
.widget_recent_comments li {
  padding: 10px 0;
}
/*カレンダー*/
.calendar_wrap {
  margin: 20px 0;
}
#wp-calendar {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #ddd;
  border-right-color: #ddd;
  width: 100%;
  max-width: 400px;
}
#wp-calendar caption {
  font-weight: bold;
  text-align: center;
}
#wp-calendar #today {
  background-color: #ffe6b2;
}
#wp-calendar #today a {
  background-color: #ffe6b2;
}
#wp-calendar #today a:hover {
  background-color: #ffd67e;
}
#wp-calendar tr:nth-of-type(2n+1) {
  background-color: transparent;
}
#wp-calendar th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
}
#wp-calendar td {
  text-align: center;
  padding: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
}
#wp-calendar td a {
  color: #333;
  display: block;
  background-color: #ffface;
}
#wp-calendar td a:hover {
  background-color: #fff69b;
}
/************************************
** 新着記事ウィジェット（デフォルト）
************************************/
.widget-entry-cards .a-wrap {
  padding: 5px 3px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.widget-entry-cards .widget-entry-card {
  font-size: 0.8em;
  position: relative;
}
.widget-entry-cards figure {
  width: 120px;
}
.widget-entry-cards .widget-entry-card-content {
  margin-left: 124px;
}
.widget-entry-cards .widget-entry-card-pv {
  margin-left: 5px;
  font-style: italic;
  font-size: 0.8em;
}
/************************************
** 新着記事ウィジェット（大きなサムネイル）
************************************/
.widget-entry-cards.not-default .a-wrap {
  max-width: 400px;
}
.widget-entry-cards.not-default .e-card {
  font-size: 18px;
}
.widget-entry-cards.not-default figure {
  float: none;
  width: 100%;
}
.widget-entry-cards.not-default figure img {
  width: 100%;
}
.widget-entry-cards.not-default .card-content {
  margin: 0 0 0.5em;
}
.widget-entry-cards.not-default .widget-entry-card-pv {
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 6px;
  background-color: #333;
  color: #fff;
}
/************************************
** 新着記事ウィジェット（タイトルを重ねた大きなサムネイル）
************************************/
.widget-entry-cards.large-thumb-on .a-wrap:hover {
  opacity: 0.7;
}
.widget-entry-cards.large-thumb-on .e-card {
  position: relative;
}
.widget-entry-cards.large-thumb-on .card-content {
  margin: 0;
}
.widget-entry-cards.large-thumb-on .card-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 5px;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
  max-height: 30%;
  overflow: hidden;
}
/************************************
** 人気記事ウィジェットランキング表示
************************************/
.widget-entry-cards.ranking-visible {
  counter-reset: p-rank;
}
.widget-entry-cards.ranking-visible .no-1 .card-thumb::before {
  background: #cca11f;
}
.widget-entry-cards.ranking-visible .no-2 .card-thumb::before {
  background: #b1b1b3;
}
.widget-entry-cards.ranking-visible .no-3 .card-thumb::before {
  background: #b37036;
}
.widget-entry-cards.ranking-visible .card-thumb {
  counter-increment: p-rank;
}
.widget-entry-cards.ranking-visible .card-thumb::before {
  content: counter(p-rank);
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #666;
  color: #fff;
  opacity: 0.9;
  text-align: center;
  font-size: 14px;
  font-family: Arial, sans-serif;
  z-index: 1;
}
/************************************
** 最近のコメントウィジェット
************************************/
.recent-comments {
  line-height: 1.3;
}
.recent-comments .a-wrap:hover .recent-comment-content {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
.recent-comment-avatar {
  float: left;
  margin-right: 10px;
}
.recent-comment-author {
  font-weight: bold;
}
.recent-comment-info, .recent-comment-article {
  font-size: 16px;
}
.recent-comment-article {
  margin-top: 3px;
}
.recent-comment-article::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.recent-comment-content {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  margin-top: 4px;
  font-size: 0.9em;
  border-radius: 5px;
}
.recent-comment-content::after, .recent-comment-content::before {
  bottom: 100%;
  left: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.recent-comment-content::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.recent-comment-content::before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ccc;
  border-width: 9px;
  margin-left: -9px;
}
/************************************
** フォーローボタウィジェット
************************************/
.sidebar .sns-follow-buttons, .footer .sns-follow-buttons {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar .sns-follow-buttons a, .footer .sns-follow-buttons a {
  width: 49%;
  margin-right: 0;
}
.widget_mobile_text, .widget_mobile_ad {
  display: none;
}
.widget h2 {
  font-size: 20px;
}
/*拡張クラスを追加するスタイルシート*/
.badge, .ref, .reffer, .sankou {
  color: #fff;
  background-color: #fc7a22;
  padding: 1px 5px 0;
  border-radius: 2px;
  font-size: 12px;
}
.badge-red {
  background-color: #d71d3b;
}
.badge-pink {
  background-color: #e91e63;
}
.badge-purple {
  background-color: #9c27b0;
}
.badge-blue {
  background-color: #2196f3;
}
.badge-green {
  background-color: #4caf50;
}
.badge-yellow {
  background-color: #edd60e;
}
.badge-brown {
  background-color: #795548;
}
.badge-grey {
  background-color: #9e9e9e;
}
/*太字*/
.bold {
  font-weight: bold;
}
/*赤色*/
.red {
  color: #e60033;
}
/*太字で赤色*/
.bold-red {
  font-weight: bold;
  color: #e60033;
}
/*青色*/
.blue {
  color: #0095d9;
}
/*太字で青色*/
.bold-blue {
  font-weight: bold;
  color: #0095d9;
}
/*緑色*/
.green {
  color: #3eb370;
}
/*太字で緑色*/
.bold-green {
  font-weight: bold;
  color: #3eb370;
}
/*赤のアンダーライン*/
.red-under {
  border-bottom: 2px solid red;
}
/*マーカーの黄色のような色*/
.marker {
  background-color: #ff9;
}
.marker-red {
  background-color: #ffd0d1;
}
.marker-blue {
  background-color: #a5d7f9;
}
/*下半分のマーカー色（km）*/
.marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.marker-under-red {
  background: linear-gradient(transparent 60%, #ffb6b9 60%);
}
.marker-under-blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}
/*打ち消し線*/
.strike {
  text-decoration: line-through;
}
/*キーボードキーのスタイル*/
.keyboard-key {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(center top, #eee, #f9f9f9, #eee);
  border: 1px solid #777;
  border-radius: 2px;
  box-shadow: 1px 2px 2px #ddd;
  font-family: inherit;
  font-size: 0.85em;
  padding: 1px 3px;
}
/*ブートストラップのインフォメーションライクな囲みが表示される*/
.primary-box, .sp-primary, .primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/*サクセスメッセージ*/
.success-box, .sp-success, .success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/*インフォメッセージ*/
.info-box, .sp-info, .info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/*注意メッセージ*/
.warning-box, .sp-warning, .warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/*警告メッセージ*/
.danger-box, .sp-danger, .danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/*セカンダリー*/
.secondary-box {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/*ライト*/
.light-box {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/*ダーク*/
.dark-box {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
/*******************************
* 補足説明
********************************/
.information-box, .question-box, .alert-box, .information, .question, .alert, .memo-box, .comment-box, .common-icon-box {
  padding: 20px 20px 20px 72px;
  border-radius: 4px;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.block-box p:first-child {
  margin-top: 0;
}
.block-box p:last-child {
  margin-bottom: 0;
}
.block-box ol, .block-box ul {
  margin: 0;
}
.information-box, .information {
  background: #f3fafe;
  border: 1px solid #bde4fc;
}
.question-box, .question {
  background: #fff7cc;
  border: 1px solid #ffe766;
}
.alert-box, .alert {
  background: #fdf2f2;
  border: 1px solid #f6b9b9;
}
.memo-box {
  background: #ebf8f4;
  border: 1px solid #8dd7c1;
}
.comment-box {
  background: #fefefe;
  border: 1px solid #ccd;
}
.ok-box {
  background: #f2fafb;
  border: 1px solid #3cb2cc;
}
.ng-box {
  background: #ffe7e7;
  border: 1px solid #dd5454;
}
.good-box {
  background: #f7fcf7;
  border: 1px solid #98e093;
}
.bad-box {
  background: #fff1f4;
  border: 1px solid #eb6980;
}
.profile-box {
  background: #fefefe;
  border: 1px solid #ccd;
}
.information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
  font-family: "FontAwesome";
  font-size: 50px;
  position: absolute;
  top: -13px;
  left: 13px;
  padding-right: .15em;
  line-height: 1em;
  top: 50%;
  margin-top: -.5em;
  width: 44px;
  text-align: center;
}
.information-box::before, .information::before {
  content: '\f05a';
  color: #87cefa;
  border-right: 1px solid #bde4fc;
}
.question-box::before, .question::before {
  content: '\f059';
  color: gold;
  border-right: 1px solid #ffe766;
}
.alert-box::before, .alert::before {
  content: '\f06a';
  color: #f3aca9;
  border-right: 1px solid #f6b9b9;
}
.memo-box::before {
  content: '\f040';
  color: #7ad0b6;
  border-right: 1px solid #8dd7c1;
  font-size: 36px;
}
.comment-box::before, .profile-box::before {
  content: '\f0e5';
  color: #999;
  border-right: 1px solid #ccd;
  font-size: 36px;
}
.profile-box::before {
  content: '\f007';
}
.ok-box::before {
  content: '\f10c';
  color: #3cb2cc;
  border-right: 1px solid #3cb2cc;
  font-size: 36px;
}
.ng-box::before {
  content: '\f00d';
  color: #dd5454;
  border-right: 1px solid #dd5454;
  font-size: 36px;
}
.good-box::before {
  content: '\f164';
  color: #98e093;
  border-right: 1px solid #98e093;
  font-size: 36px;
}
.bad-box::before {
  content: '\f165';
  color: #eb6980;
  border-right: 1px solid #eb6980;
  font-size: 36px;
}
#wpadminbar .alert::before {
  display: none;
}
@media screen and (max-width: 440px) {
  .information-box, .question-box, .alert-box, .information, .question, .alert, .memo-box, .comment-box, .common-icon-box {
    padding: 26px 6px 6px;
  }
  .information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
    padding: 0;
    top: 0.7em;
    left: 50%;
    margin-left: -0.5em;
    font-size: 18px;
    border: none;
    width: auto;
  }
  .container .blank-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.blank-box {
  border: 2px solid #999;
  padding: 1.2em 1em;
  margin: 1em 2%;
}
.blank-box ol, .blank-box ul {
  margin: 0;
}
.blank-box.bb-yellow {
  border-color: #fc9f4d;
}
.blank-box.bb-red {
  border-color: #d05a6e;
}
.blank-box.bb-blue {
  border-color: #2ea9df;
}
.blank-box.bb-green {
  border-color: #3eb370;
}
.blank-box.bb-tab {
  position: relative;
  margin-top: 2em;
}
.blank-box.bb-tab::before {
  background-color: #999;
  font-family: FontAwesome, Aharoni, "Arial Black", Impact, Arial, sans-serif;
  position: absolute;
  font-size: .8em;
  top: -1.8em;
  left: -2px;
  padding: 0 1em 0 .8em;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.blank-box.bb-tab.bb-yellow::before {
  background-color: #fc9f4d;
}
.blank-box.bb-tab.bb-red::before {
  background-color: #d05a6e;
}
.blank-box.bb-tab.bb-blue::before {
  background-color: #2ea9df;
}
.blank-box.bb-tab.bb-green::before {
  background-color: #3eb370;
}
.blank-box.sticky {
  border-width: 0 0 0 6px;
  border-color: #777;
  background-color: #f3f4f5;
}
.blank-box.sticky.st-yellow {
  border-color: #FFA103;
  background-color: #ffeac7;
}
.blank-box.sticky.st-red {
  border-color: #CD3740;
  background-color: #F5DADC;
}
.blank-box.sticky.st-blue {
  border-color: #0066cc;
  background-color: #E5F2FF;
}
.blank-box.sticky.st-green {
  border-color: #028760;
  background-color: #CBEFE4;
}
.bb-check::before {
  content: "\f00c  CHECK";
}
.bb-comment::before {
  content: "\f075  COMMENT";
}
.bb-point::before {
  content: "\f0eb  POINT";
}
.bb-tips::before {
  content: "\f19d  TIPS";
}
.bb-hint::before {
  content: "\f0f3  HINT";
}
.bb-pickup::before {
  content: "\f005  PICKUP";
}
.bb-bookmark::before {
  content: "\f02e  BOOKMARK";
}
.bb-memo::before {
  content: "\f040  MEMO";
}
.bb-download::before {
  content: "\f019  DOWNLOAD";
}
.bb-break::before {
  content: "\f0f4  BREAK";
}
.bb-amazon::before {
  content: "\f270  AMAZON";
}
.bb-ok::before {
  content: "\f10c  OK";
}
.bb-ng::before {
  content: "\f00d  NG";
}
.bb-good::before {
  content: "\f164  GOOD";
}
.bb-bad::before {
  content: "\f165  BAD";
}
.bb-profile::before {
  content: "\f007  PROFILE";
}
/*******************************
* 続きはWEBで的な検索ボックス
********************************/
.search-form {
  margin: 3em 0;
}
.search-form > div {
  border: 1px solid #555;
  border-radius: 2px;
  padding: 5px;
  margin-left: 10px;
  display: inline-block;
}
.search-form div.sform {
  min-width: 280px;
  background-color: #fff;
}
.search-form div.sbtn {
  background-color: #1155EE;
  color: #fff;
  padding-left: 20px;
  padding-right: 30px;
  position: absolute;
}
.search-form div.sbtn:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 7px;
}
.search-form div.sbtn:after {
  content: "\f25a";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  bottom: -1.4em;
  font-size: 25px;
}
@media screen and (max-width: 450px) {
  .search-form div {
    padding: 3px 5px;
    font-size: 75%;
  }
  .search-form div.sform {
    min-width: 180px;
  }
  .search-form div.sbtn {
    padding-left: 5px;
    padding-right: 10px;
  }
  .search-form div.sbtn:after {
    font-size: 20px;
    margin-left: -10px;
  }
}
.btn-wrap {
  min-height: 2em;
}
.btn-wrap img[width="1"] {
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn, .ranking-item-link-buttons a, .btn-wrap > a, .wp-block-freeform .btn-wrap > a {
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: 10px 16px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  border: 2px solid transparent;
  position: relative;
}
.btn amp-img, .ranking-item-link-buttons a amp-img, .btn-wrap > a amp-img, .wp-block-freeform .btn-wrap > a amp-img {
  position: absolute;
}
.btn:before, .ranking-item-link-buttons a:before, .btn:after, .ranking-item-link-buttons a:after, .btn-wrap > a:before, .btn-wrap > a:after {
  font-family: FontAwesome;
  margin-right: 12px;
}
#container .btn:hover, #container .ranking-item-link-buttons a:hover, .ranking-item-link-buttons #container a:hover, #container .btn-wrap > a:hover {
  color: #333;
  background-color: #fff;
  border: 2px solid #000;
  transition: all 0.5s ease;
}
.btn-m, .btn-wrap.btn-wrap-m > a {
  padding: 14px 45px;
  font-size: 16px;
}
.btn-l, .ranking-item-link-buttons a, .btn-wrap.btn-wrap-l > a {
  padding: 20px 30px;
  font-size: 18px;
  margin: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-l::after, .ranking-item-link-buttons a::after, .btn-wrap.btn-wrap-l > a::after {
  content: "\f105";
  position: absolute;
  right: 0;
  font-size: 30px;
}
.btn-white, .btn-wrap.btn-wrap-white > a {
  color: #333;
  background-color: #fff;
}
#container .btn-white:hover, #container .btn-wrap.btn-wrap-white > a:hover {
  color: #333;
}
.btn-red, .ranking-item-link a, .btn-wrap.btn-wrap-red > a {
  background-color: #f44336;
}
.btn-pink, .btn-wrap.btn-wrap-pink > a {
  background-color: #e91e63;
}
.btn-purple, .btn-wrap.btn-wrap-purple > a {
  background-color: #9c27b0;
}
.btn-deep, .btn-wrap.btn-wrap-deep > a {
  background-color: #673ab7;
}
.btn-indigo, .btn-wrap.btn-wrap-indigo > a {
  background-color: #3f51b5;
}
.btn-blue, .ranking-item-detail a, .btn-wrap.btn-wrap-blue > a {
  background-color: #2196f3;
}
.btn-light-blue, .btn-wrap.btn-wrap-light-blue > a {
  background-color: #03a9f4;
}
.btn-cyan, .btn-wrap.btn-wrap-cyan > a {
  background-color: #00bcd4;
}
.btn-teal, .btn-wrap.btn-wrap-teal > a {
  background-color: #009688;
}
.btn-green, .btn-wrap.btn-wrap-green > a {
  background-color: #4caf50;
}
.btn-light-green, .btn-wrap.btn-wrap-light-green > a {
  background-color: #8bc34a;
}
.btn-lime, .btn-wrap.btn-wrap-lime > a {
  background-color: #cddc39;
}
.btn-yellow, .btn-wrap.btn-wrap-yellow > a {
  background-color: #edd60e;
}
.btn-amber, .btn-wrap.btn-wrap-amber > a {
  background-color: #ffc107;
}
.btn-orange, .btn-wrap.btn-wrap-orange > a {
  background-color: #ff9800;
}
.btn-deep-orange, .btn-wrap.btn-wrap-deep-orange > a {
  background-color: #ff5722;
}
.btn-brown, .btn-wrap.btn-wrap-brown > a {
  background-color: #795548;
}
.btn-grey, .btn-wrap.btn-wrap-grey > a {
  background-color: #9e9e9e;
}
.btn-blue-grey, .btn-wrap.btn-wrap-blue-grey > a {
  background-color: #607d8b;
}
.btn-arrow-right:before, .btn-wrap.btn-wrap-arrow-right > a:before {
  content: "\f061";
}
.btn-chevron-right:before, .btn-wrap.btn-wrap-chevron-circle-right > a:before {
  content: "\f054";
}
.btn-angle-right:before, .btn-wrap.btn-wrap-angle-right > a:before {
  content: "\f105";
}
.btn-caret-right:before, .btn-wrap.btn-wrap-caret-right > a:before {
  content: "\f0da";
}
.btn-long-arrow-right:before, .btn-wrap.btn-wrap-long-arrow-right > a:before {
  content: "\f178";
}
.btn-chevron-circle-right:before, .btn-wrap.btn-wrap-chevron-circle-right > a:before {
  content: "\f138";
}
.btn-angle-double-right:before, .btn-wrap.btn-wrap-angle-double-right > a:before {
  content: "\f101";
}
.btn-arrow-circle-right:before, .btn-wrap.btn-wrap-arrow-circle-right > a:before {
  content: "\f0a9";
}
.btn-hand-o-right:before, .btn-wrap.btn-wrap-hand-o-right > a:before {
  content: "\f0a4";
}
.btn-arrow-circle-o-right:before, .btn-wrap.btn-wrap-arrow-circle-o-right > a:before {
  content: "\f18e";
}
.btn-caret-square-o-right:before, .btn-wrap.btn-wrap-caret-square-o-right > a:before {
  content: "\f152";
}
.micro-copy.alignleft {
  float: none;
  margin-right: 0;
  text-align: left;
}
.micro-copy.alignright {
  float: none;
  margin-left: 0;
  text-align: right;
}
.micro-copy.aligncenter {
  text-align: center;
}
.micro-top {
  font-size: 0.8em;
  margin-bottom: -1.2em;
  margin-top: 1em;
}
.micro-bottom {
  font-size: 0.8em;
  margin-top: -1.2em;
  margin-bottom: 1em;
}
.micro-center {
  text-align: center;
}
.micro-right {
  text-align: right;
}
.micro-balloon {
  position: relative;
  background: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 3px 8px;
  display: table;
  font-size: 0.8em;
}
.micro-balloon:after, .micro-balloon:before {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.micro-balloon:after {
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.micro-balloon:before {
  border-top-color: #999;
  border-width: 8px;
  margin-left: -8px;
}
.micro-balloon-center {
  margin-left: auto;
  margin-right: auto;
}
.micro-balloon-right {
  margin-left: auto;
}
.micro-bottom.micro-balloon {
  margin-top: -.5em;
}
.micro-bottom.micro-balloon:after, .micro-bottom.micro-balloon:before {
  bottom: calc(100% - 1px);
  top: auto;
}
.micro-bottom.micro-balloon:after {
  border-bottom-color: #fff;
  border-top-color: transparent;
}
.micro-bottom.micro-balloon:before {
  border-bottom-color: #999;
  border-top-color: transparent;
}
.micro-copy.alignleft, .micro-copy.alignright {
  float: none;
}
.micro-copy.alignright {
  margin-left: auto;
}
.mc-circle {
  border-radius: 2em;
}
.micro-balloon.mc-yellow {
  background-color: #fc9f4d;
  color: #fff;
  border: none;
}
.micro-balloon.mc-yellow.micro-bottom::after {
  border-bottom-color: #fc9f4d;
  border-top-color: transparent;
}
.micro-balloon.mc-yellow::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.micro-balloon.mc-yellow::after {
  border-top-color: #fc9f4d;
}
.micro-balloon.mc-red {
  background-color: #d05a6e;
  color: #fff;
  border: none;
}
.micro-balloon.mc-red.micro-bottom::after {
  border-bottom-color: #d05a6e;
  border-top-color: transparent;
}
.micro-balloon.mc-red::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.micro-balloon.mc-red::after {
  border-top-color: #d05a6e;
}
.micro-balloon.mc-blue {
  background-color: #2ea9df;
  color: #fff;
  border: none;
}
.micro-balloon.mc-blue.micro-bottom::after {
  border-bottom-color: #2ea9df;
  border-top-color: transparent;
}
.micro-balloon.mc-blue::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.micro-balloon.mc-blue::after {
  border-top-color: #2ea9df;
}
.micro-balloon.mc-green {
  background-color: #3eb370;
  color: #fff;
  border: none;
}
.micro-balloon.mc-green.micro-bottom::after {
  border-bottom-color: #3eb370;
  border-top-color: transparent;
}
.micro-balloon.mc-green::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.micro-balloon.mc-green::after {
  border-top-color: #3eb370;
}
.blogcard-type .blogcard::before {
  font-family: FontAwesome;
  position: absolute;
  top: -1.1em;
  left: 2%;
  font-size: 0.7em;
  padding: 2px 0.6em 3px;
  background-color: #333;
  color: #fff;
  border-radius: 2px;
  white-space: pre;
  letter-spacing: 0.06em;
}
.bct-related .blogcard::before {
  content: " 関連記事";
}
.bct-reference .blogcard::before {
  content: " 参考記事";
}
.bct-popular .blogcard::before {
  content: " 人気記事";
}
.bct-pickup .blogcard::before {
  content: " ピックアップ";
}
.bct-check .blogcard::before {
  content: " チェック";
}
.bct-together .blogcard::before {
  content: " あわせて読みたい";
}
.bct-detail .blogcard::before {
  content: " 詳細はこちら";
}
.bct-official .blogcard::before {
  content: " 公式サイト";
}
.button-block {
  float: none;
  margin: 1em 0;
}
.button-block.alignleft {
  text-align: left;
}
.button-block.aligncenter {
  text-align: center;
}
.button-block.alignright {
  text-align: right;
}
/************************************
** 汎用ボックス共通
************************************/
.block-box-label {
  display: flex;
}
.block-box-label::before {
  margin-right: 0.3em;
}
/************************************
** キャプションボックス
************************************/
.caption-box {
  margin: 1.2em 0;
  border: 2px solid #eee;
  border-radius: 4px;
}
.caption-box-label {
  padding: 0.2em 0.8em;
  background-color: #eee;
}
.caption-box-content {
  padding: 0.4em 0.8em;
}
.cb-yellow.caption-box {
  border-color: #fc9f4d;
}
.cb-yellow .caption-box-label {
  background-color: #fc9f4d;
  color: #fff;
}
.cb-red.caption-box {
  border-color: #d05a6e;
}
.cb-red .caption-box-label {
  background-color: #d05a6e;
  color: #fff;
}
.cb-blue.caption-box {
  border-color: #2ea9df;
}
.cb-blue .caption-box-label {
  background-color: #2ea9df;
  color: #fff;
}
.cb-green.caption-box {
  border-color: #3eb370;
}
.cb-green .caption-box-label {
  background-color: #3eb370;
  color: #fff;
}
/************************************
** キャプションタブボックス
************************************/
.tab-caption-box {
  margin: 1.2em 0;
}
.tab-caption-box-label {
  padding: 0 0.8em;
  font-size: 0.9em;
  background-color: #eee;
  display: inline-block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tab-caption-box-content {
  margin-top: -3px;
  border: 3px solid #eee;
  padding: 0.4em 0.8em;
  border-radius: 8px;
  border-top-left-radius: 0;
}
.tcb-yellow .tab-caption-box-label {
  background-color: #fc9f4d;
  color: #fff;
}
.tcb-yellow .tab-caption-box-content {
  border-color: #fc9f4d;
}
.tcb-red .tab-caption-box-label {
  background-color: #d05a6e;
  color: #fff;
}
.tcb-red .tab-caption-box-content {
  border-color: #d05a6e;
}
.tcb-blue .tab-caption-box-label {
  background-color: #2ea9df;
  color: #fff;
}
.tcb-blue .tab-caption-box-content {
  border-color: #2ea9df;
}
.tcb-green .tab-caption-box-label {
  background-color: #3eb370;
  color: #fff;
}
.tcb-green .tab-caption-box-content {
  border-color: #3eb370;
}
/************************************
** ラベルボックス
************************************/
.label-box {
  margin: 1.2em 0;
}
.label-box-label {
  margin-left: 2em;
  padding: 0 0.8em;
  font-size: 0.9em;
  background-color: #fff;
  display: inline-block;
}
.label-box-content {
  margin-top: -0.9em;
  border: 3px solid #777;
  padding: 1em 0.8em 0.4em;
  border-radius: 8px;
}
.lb-yellow .label-box-content {
  border-color: #fc9f4d;
}
.lb-red .label-box-content {
  border-color: #d05a6e;
}
.lb-blue .label-box-content {
  border-color: #2ea9df;
}
.lb-green .label-box-content {
  border-color: #3eb370;
}
/************************************
** トグル表示ボタン
************************************/
.toggle-wrap {
  margin: 1.2em 0;
  position: relative;
}
.toggle-wrap > p {
  margin: 0;
}
.toggle-wrap .toggle-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0 1em;
  height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.toggle-button {
  display: block;
  cursor: pointer;
  padding: 3px 10px;
  background-color: #f3f4f5;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 4px;
  position: relative;
  margin: 0;
}
.toggle-button::before {
  content: '\f067';
  font-family: FontAwesome;
  margin-right: 0.4em;
  font-size: 0.8em;
  color: #999;
}
.toggle-button:hover {
  opacity: 0.7;
}
.toggle-checkbox {
  display: none;
}
.toggle-checkbox:checked ~ .toggle-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle-checkbox:checked ~ .toggle-button::before {
  content: '\f068';
}
.toggle-checkbox:checked ~ .toggle-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.5s ease;
  padding: 1em;
  border: 1px solid #ccc;
  border-top-width: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tb-yellow .toggle-button {
  border: 1px solid #fc9f4d;
  background: #fc9f4d;
  color: #fff;
}
.tb-yellow .toggle-button::before {
  color: #ccc;
}
.tb-yellow .toggle-checkbox:checked ~ .toggle-content {
  border-color: #fc9f4d;
}
.tb-red .toggle-button {
  border: 1px solid #d05a6e;
  background: #d05a6e;
  color: #fff;
}
.tb-red .toggle-button::before {
  color: #ccc;
}
.tb-red .toggle-checkbox:checked ~ .toggle-content {
  border-color: #d05a6e;
}
.tb-blue .toggle-button {
  border: 1px solid #2ea9df;
  background: #2ea9df;
  color: #fff;
}
.tb-blue .toggle-button::before {
  color: #ccc;
}
.tb-blue .toggle-checkbox:checked ~ .toggle-content {
  border-color: #2ea9df;
}
.tb-green .toggle-button {
  border: 1px solid #3eb370;
  background: #3eb370;
  color: #fff;
}
.tb-green .toggle-button::before {
  color: #ccc;
}
.tb-green .toggle-checkbox:checked ~ .toggle-content {
  border-color: #3eb370;
}
.column-wrap {
  display: flex;
  position: relative;
  margin: 1em 0;
}
.column-wrap .column-wrap {
  margin: 0;
}
.column-wrap .column-left {
  padding-left: 0;
}
.column-wrap .column-right {
  padding-right: 0;
}
.column-wrap > div {
  width: 100%;
  padding: 0 0.45em;
  margin: 0;
}
.column-wrap > div p {
  margin-top: 0;
}
.column-2-3-1-2 .column-left {
  width: 34%;
}
.column-2-3-1-2 .column-right {
  width: 66%;
}
.column-2-3-2-1 .column-left {
  width: 66%;
}
.column-2-3-2-1 .column-right {
  width: 34%;
}
.column-2-4-1-3 .column-left {
  width: 25%;
}
.column-2-4-1-3 .column-right {
  width: 75%;
}
.column-2-4-3-1 .column-left {
  width: 75%;
}
.column-2-4-3-1 .column-right {
  width: 25%;
}
/************************************
** SNSフォローボタン
************************************/
.sns-follow-buttons a {
  width: 100%;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.sns-follow-buttons a:last-child {
  margin-right: 0;
}
.sns-follow-buttons a .follow-count {
  font-family: Arial, sans-serif;
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-size: 12px;
  line-height: 1;
}
.fbc-hide .follow-count {
  display: none;
}
.icon-rakuten-room-logo::before {
  content: 'R';
  font-family: Arial, serif;
  font-weight: 700;
}
/************************************
** 関連記事
************************************/
.related-entry-card .cat-label {
  font-size: 9px;
}
/*関連エントリーカード*/
.related-entry-heading, .comment-title {
  margin: 22px 0;
  font-size: 24px;
}
.related-entry-card-content {}
/************************************
** 関連記事表示タイプがミニカードの時
************************************/
.rect-mini-card .related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rect-mini-card .related-entry-card-wrap {
  width: 49.5%;
  padding: 7px;
}
.rect-mini-card .related-entry-card-thumb {
  width: 120px;
}
.rect-mini-card .related-entry-card-content {
  margin-left: 130px;
}
.rect-mini-card .related-entry-card-title {
  font-size: 16px;
}
.rect-mini-card .related-entry-card-snippet {
  display: none;
}
/************************************
** 縦型カード
************************************/
.rect-vartical-card .related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rect-vartical-card .related-entry-card-wrap {
  padding: 5px;
}
.rect-vartical-card .related-entry-card-thumb {
  float: none;
  width: 100%;
}
.rect-vartical-card .related-entry-card-thumb img {
  width: 100%;
}
.rect-vartical-card .related-entry-card-content {
  margin: 0;
}
.rect-vartical-card .related-entry-card-title {
  font-size: 16px;
}
.rect-vartical-card-3 .related-entry-card-wrap {
  width: 33%;
}
.rect-vartical-card-4 .related-entry-card-wrap {
  width: 24.5%;
}
/************************************
** 関連記事ボーダー
************************************/
.recb-entry-border .related-entry-card-wrap {
  border: 1px solid #ccc;
}
/************************************
** コメント
************************************/
.commets-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.commets-list .avatar {
  float: right;
}
.commets-list .reply {
  text-align: right;
  font-size: 0.8em;
}
.commets-list .comment-meta {
  font-size: 0.8em;
}
.commets-list .comment-body, .commets-list .st-comment-body {
  margin-bottom: 1em;
}
.commets-list .children {
  list-style: none;
  padding-left: 20px;
}
.st-comment-id {
  display: none;
}
.st-comment-edit {
  font-size: 0.8em;
  margin-left: 6px;
}
.st-comment-author .fn {
  font-weight: bold;
}
.comment-form .required {
  color: red;
}
.comment-form .logged-in-as {
  margin: 0.2em;
  font-size: 0.8em;
}
.comment-area.website-hide .comment-form-url {
  display: none;
}
.comment-reply-link {
  font-size: 14px;
}
.comment-reply-link:before {
  content: '\f0e5';
}
/************************************
** ページネーション
************************************/
.pagination {
  margin: 24px 0;
  clear: both;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.pagination .current {
  background-color: #eee;
}
.pagination .prev::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  padding-right: 3px;
}
.pagination .next::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  padding-left: 3px;
}
.pagination a:hover {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
.page-numbers {
  color: #333;
  text-decoration: none;
  height: 50px;
  width: 50px;
  margin: 0 4px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
}
.page-numbers.dots {
  opacity: 0.6;
  background-color: #f3f4f5;
}
/************************************
** 「次のページ」ページネーション
************************************/
.pagination-next-link, .comment-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border-radius: 15px;
}
.pagination-next-link:hover, .comment-btn:hover {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
.pagination-next {
  display: none;
}
/************************************
** マルチページのページャーリンク
************************************/
.pager-links {
  margin: 24px 0;
  clear: both;
  text-align: center;
}
.pager-links span {
  background-color: #eee;
}
.pager-links a {
  display: inline-block;
}
.pager-links a span {
  background-color: #fff;
}
.pager-links a:hover span {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
/************************************
** マルチページのページャーリンク
************************************/
.pager-links {
  margin: 24px 0;
  clear: both;
  text-align: center;
}
.pager-links .post-page-numbers {
  background-color: transparent;
}
.pager-links span {
  background-color: #eee;
}
.pager-links a {
  display: inline-block;
}
.pager-links a span {
  background-color: #fff;
}
.pager-links a:hover span {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
.pager-prev-next a {
  width: 30%;
  margin: 0 4px;
}
.pager-prev-next span {
  width: 100%;
  margin: 0;
}
/************************************
** 投稿ナビ
************************************/
.pager-post-navi {
  margin: 38px 0;
  display: flex;
  flex-direction: column;
}
.pager-post-navi a {
  padding: 10px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  font-size: 0.8em;
}
.pager-post-navi a::before {
  font-size: 1.8em;
  color: #ccc;
}
.pager-post-navi a figure {
  min-width: 120px;
  max-width: 120px;
}
.pager-post-navi a.prev-post {
  flex-direction: row;
  padding-left: 5px;
}
.pager-post-navi a.prev-post::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  margin-right: 5px;
  padding-right: 0;
}
.pager-post-navi a.prev-post .prev-post-title {
  margin-left: 10px;
}
.pager-post-navi a.next-post {
  flex-direction: row-reverse;
  padding-right: 5px;
}
.pager-post-navi a.next-post::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  margin-left: 5px;
  padding-right: 0;
}
.pager-post-navi a.next-post .next-post-title {
  margin-right: 10px;
}
.pager-post-navi a.prev-next-home {
  justify-content: center;
  font-size: 50px;
  text-align: center;
  color: #777;
}
.post-navi-square a {
  height: auto;
}
.post-navi-default.post-navi-border a {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.post-navi-default.post-navi-border .next-post {
  border-top-width: 0px;
}
.post-navi-default.post-navi-border .next-post:first-child {
  border-top-width: 1px;
}
.pager-post-navi.post-navi-square {
  flex-direction: row;
}
.pager-post-navi.post-navi-square a {
  width: 50%;
}
.post-navi-square.post-navi-border a {
  border: 1px solid #ccc;
}
.post-navi-square.post-navi-border a:last-child {
  border-left-width: 0px;
}
canvas, iframe, video, .fb_iframe_widget, .fb_iframe_widget span {
  max-width: 100%;
}
.overflow-container {
  overflow-y: scroll;
}
.aspect-ratio {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
/*!動画の最大幅を指定する*/
.video-container, .instagram-container, .facebook-container {
  max-width: 640px;
  margin: 30px auto;
}
/*!動画の大きさを調整*/
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/*!Instagramの大きさを調整*/
.instagram-container .instagram, .facebook-container .facebook {
  position: relative;
  padding-bottom: 120%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/*!動画を囲んでいるdiv目一杯に広げる*/
.video iframe, .video object, .video embed, .instagram iframe, .instagram object, .instagram embed, .facebook iframe, .facebook object, .facebook embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!Twitterビデオの最小幅を上書き変更*/
.twitter-video {
  min-width: 200px !important;
}
.instagram-media {
  position: static !important;
  min-width: 280px !important;
}
/************************************
** プロフィールボックス
************************************/
.author-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8%;
}
.author-box p {
  margin-top: 0.3em;
  line-height: 1.3;
}
.author-box .sns-follow {
  margin: 0;
}
.author-box .sns-follow-message {
  display: none;
}
.author-box .sns-follow-buttons {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.author-box .sns-follow-buttons a.follow-button {
  font-size: 18px;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  margin-right: 4px;
  background-color: #fff;
  color: #777;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.author-box .sns-follow-buttons a.follow-button:hover {
  background-color: #fafbfc;
}
.author-box .sns-follow-buttons a.follow-button .follow-count {
  display: none;
}
.author-box .author-name {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.author-thumb {
  float: left;
  margin-top: 3px;
  width: 120px;
}
.author-content {
  margin-left: 130px;
}
.author-description {
  margin-bottom: 1em;
}
.nwa .author-box {
  text-align: center;
  max-width: 336px;
  padding: 20px;
}
.nwa .author-box .author-thumb {
  float: none;
  width: 100px;
  margin: 9px auto 0;
}
.nwa .author-box .author-content {
  margin: 0;
  font-size: 0.9em;
}
.nwa .author-box .author-description {
  text-align: left;
}
.nwa .author-box .sns-follow-buttons {
  display: block;
  font-size: 1px;
  font-size: 0;
}
.nwa .author-box .sns-follow-buttons a {
  display: inline-block;
  margin: 2px;
}
/************************************
** Call to Action
************************************/
.cta-box {
  background-color: #444;
  color: #fff;
  padding: 20px;
}
.cta-heading {
  font-size: 26px;
  padding: 12px;
  margin-bottom: 0.2em;
  font-weight: bold;
}
.cta-content {
  display: block;
}
.cta-left-and-right .cta-content, .cta-right-and-left .cta-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cta-left-and-right .cta-content div, .cta-right-and-left .cta-content div {
  width: 49%;
}
.cta-left-and-right .cta-content .cta-message p:first-child, .cta-right-and-left .cta-content .cta-message p:first-child {
  margin-top: 0;
}
.cta-right-and-left .cta-content {
  flex-direction: row-reverse;
}
.cta-thumb {
  text-align: center;
}
.cta-button {
  margin-top: 1em;
}
.sidebar .cta-box {
  font-size: 0.8em;
}
.sidebar .cta-heading {
  font-size: 20px;
  padding: 8px;
}
.sidebar .cta-left-and-right .cta-content, .sidebar .cta-right-and-left .cta-content {
  display: block;
}
.sidebar .cta-left-and-right .cta-content div, .sidebar .cta-right-and-left .cta-content div {
  width: 100%;
}
.sidebar .cta-message {
  margin-top: 1em;
}
.sidebar .cta-button .btn-l, .sidebar .cta-button .ranking-item-link-buttons a, .ranking-item-link-buttons .sidebar .cta-button a {
  padding: 1em;
  font-size: 16px;
}
.speech-wrap {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}
.speech-person {
  width: 80px;
  min-width: 80px;
}
.speech-icon img, .speech-icon amp-img {
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 100%;
}
.speech-name {
  text-align: center;
  font-size: 13px;
}
.speech-balloon {
  height: 100%;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  word-break: break-all;
}
.speech-balloon p {
  margin: 0;
}
/* アイコンを左に表示 */
.speech-balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 10px;
  border-right: 12px solid #ccc;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.speech-balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9px;
  top: 10px;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.sbp-l {
  margin-right: 100px;
}
.sbp-l .speech-balloon {
  margin-left: 20px;
}
.sbp-r {
  flex-direction: row-reverse;
  margin-left: 100px; /* アイコンを右に表示 */
}
.sbp-r .speech-balloon {
  margin-right: 20px;
}
.sbp-r .speech-balloon::before {
  right: -12px;
  left: auto;
  border-left: 12px solid #ccc;
  border-right: none;
}
.sbp-r .speech-balloon::after {
  right: -9px;
  left: auto;
  border-left: 12px solid #fff;
  border-right: none;
}
.sbis-sn .speech-icon-image {
  border-radius: 0;
  border-style: none;
}
.sbis-sb .speech-icon-image {
  border-radius: 0;
}
.sbis-cn .speech-icon-image {
  border-style: none;
}
.sbs-flat .speech-balloon {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.sbs-flat .speech-balloon::before, .sbs-flat .speech-balloon::after {
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
}
.sbs-line .speech-balloon {
  border-width: 1px;
}
.sbs-line .speech-balloon::after {
  left: -10px;
}
.sbs-line.sbp-r .speech-balloon {
  background-color: #85e249;
  border-color: #85e249;
}
.sbs-line.sbp-r .speech-balloon::after {
  left: auto;
  right: -10px;
}
.sbs-line.sbp-r .speech-balloon::before, .sbs-line.sbp-r .speech-balloon::after {
  border-right-color: #85e249;
  border-left-color: #85e249;
}
div.sbs-think.sbp-l {
  margin-right: 126px;
}
div.sbs-think.sbp-l .speech-balloon {
  margin-left: 46px;
}
div.sbs-think .speech-balloon::before {
  border: 2px solid #ccc;
  border-radius: 50%;
  left: -29px;
  top: 11px;
  width: 20px;
  height: 20px;
}
div.sbs-think .speech-balloon::after {
  border: 2px solid #ccc;
  border-radius: 50%;
  left: -44px;
  top: 25px;
  width: 10px;
  height: 10px;
}
.sbs-think.sbp-r {
  margin-left: 126px;
}
.sbs-think.sbp-r .speech-balloon {
  margin-right: 46px;
}
.sbs-think.sbp-r .speech-balloon::before {
  left: auto;
  right: -29px;
}
.sbs-think.sbp-r .speech-balloon::after {
  left: auto;
  right: -44px;
}
.booklink-box, .kaerebalink-box, .tomarebalink-box, .product-item-box {
  padding: 22px 25px;
  width: 96%;
  margin: 1.6em auto;
  border: 3px solid #dfdfdf;
  box-sizing: border-box;
  position: relative;
}
.product-item-box {
  position: relative;
}
.product-item-box::after {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 24px;
  color: #ccc;
}
.rakuten-item-box::after {
  content: '\f25d';
}
.product-item-error.cf {
  display: block;
  line-height: 1.2;
}
.booklink-image, .kaerebalink-image, .tomarebalink-image, .product-item-thumb {
  width: 160px;
  min-width: 160px;
  margin: 0 auto 1em !important;
  float: none !important;
  text-align: center;
}
.booklink-image *, .kaerebalink-image *, .tomarebalink-image *, .product-item-thumb * {
  display: block;
}
.booklink-image > a > img, .kaerebalink-image > a > img, .tomarebalink-image > a > img, .product-item-thumb > a > img {
  margin: 0 auto;
}
.image-content {
  visibility: hidden;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  border: 1px solid #ddd;
  background-color: #f3f4f5;
  border-radius: 2px;
  transition: all .3s ease;
  opacity: 0;
  max-width: calc(100% - 160px);
}
.image-content img {
  display: block;
}
.image-content amp-img {
  min-width: 500px;
}
.image-thumb:hover > .image-content {
  visibility: visible;
  opacity: 1;
}
.image-thumb:hover > .image-content:hover {
  display: none;
}
.swatchimages {
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
}
.swatchimages > * {
  border: 1px solid #ccc;
  margin: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swatchimages > *:hover {
  box-shadow: 0 0 4px #f79901;
}
.swatchimages > * > img {
  display: block;
}
.swatchimages:hover .si-thumb {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pis-l .si-thumb {
  width: 30px;
}
.pis-m .si-thumb {
  width: 18%;
}
.pis-s .si-thumb {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .pis-m .si-thumb {
    width: 30%;
  }
}
.booklink-info, .kaerebalink-info, .tomarebalink-info, .product-item-content {
  line-height: 125%;
  width: 100%;
}
.product-item-snippet {
  font-size: 0.8em;
  margin-top: 6px;
}
.booklink-powered-date, .kaerebalink-powered-date, .tomarebalink-powered-date {
  font-size: 12px;
}
.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
  color: #333;
  font-size: 12px;
  margin: 0 0 10px;
}
.kaerebalink-link1 > *, .booklink-link2 > *, .tomarebalink-link1 > *, .product-item-buttons > * {
  background: none !important;
  padding: 0 !important;
  display: block !important;
}
.kaerebalink-link1 a, .booklink-link2 a, .tomarebalink-link1 a, .product-item-buttons a {
  width: 90%;
  display: block;
  margin: 0px auto 8px;
  padding: 10px 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.kaerebalink-link1 a:hover, .booklink-link2 a:hover, .tomarebalink-link1 a:hover, .product-item-buttons a:hover {
  opacity: 0.6;
}
.product-item-buttons {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .booklink-box, .kaerebalink-box, .tomarebalink-box, .product-item-box {
    text-align: left;
    display: flex;
    font-size: inherit !important;
  }
  .booklink-image, .kaerebalink-image, .tomarebalink-image, .product-item-thumb {
    vertical-align: top;
    box-sizing: border-box;
    min-width: auto !important;
  }
  .booklink-info, .kaerebalink-info, .tomarebalink-info, .product-item-content {
    line-height: 125%;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 25px;
    width: 100%;
  }
  .booklink-powered-date, .kaerebalink-powered-date, .tomarebalink-powered-date {
    margin: 6px 0 0;
  }
  .booklink-detail, .kaerebalink-detail {
    margin: 0 0 14px;
  }
  .booklink-link2, .kaerebalink-link1, .tomarebalink-link1, .product-item-buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .booklink-link2 a, .kaerebalink-link1 a, .tomarebalink-link1 a, .product-item-buttons a {
    width: auto;
    text-align: center;
    border-radius: 3px;
  }
  .booklink-link2 a img, .kaerebalink-link1 a img, .tomarebalink-link1 a img, .product-item-buttons a img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .booklink-link2 > *, .kaerebalink-link1 > *, .tomarebalink-link1 > *, .product-item-buttons > * {
    width: 31.5%;
    margin: 0.5%;
    box-sizing: border-box;
  }
}
.shoplinkbtn {
  position: relative;
}
.shoplinkbtn img {
  position: absolute;
}
.shoplinkbtn1 a {
  background: #192f60;
}
.shoplinkbtn2 a {
  background: #007b43;
}
.shoplinkbtn3 a {
  background: #522f60;
}
.shoplinkamazon a {
  background: #f79901;
}
.shoplinkrakuten a {
  background: #bf0000;
}
.shoplinkyahoo a {
  background: #e60033;
  position: relative;
}
.shoplinkseven a {
  background: #008837;
}
.shoplinkbellemaison a {
  background: #80bd22;
}
.shoplinkcecile a {
  background: #8d124b;
}
.shoplinkkakakucom a {
  background: #051d93;
}
.shoplinkkindle a {
  background: #0074c1;
}
.shoplinkrakukobo a {
  background: #bf0000;
}
.shoplinkbk1 a {
  background: #0085cd;
}
.shoplinkehon a {
  background: #000066;
}
.shoplinkkino a {
  background: #004097;
}
.shoplinktoshokan a {
  background: #15b0e7;
}
.shoplinkjalan a {
  background: #FF5800;
}
.shoplinkjtb a {
  background: #C71628;
}
.shoplinkikyu a {
  background: #1C4678;
}
.shoplinkrurubu a {
  background: #000066;
}
.shoplinkwowma a {
  background: #FF6100;
}
.product-item-admin {
  position: absolute;
  bottom: 3px;
  left: 6px;
}
.product-item-admin > * {
  font-size: 10px;
  color: #777;
  margin: 6px;
}
.pis-s {
  padding: 1em;
}
.pis-s::after {
  font-size: 18px;
}
.pis-s .product-item-thumb {
  width: 90px;
  min-width: 90px;
}
.pis-s .product-item-buttons a {
  padding: 5px 0;
}
.pis-l.product-item-box {
  display: block;
}
.pis-l figure.product-item-thumb {
  width: 100%;
  min-width: auto;
}
.item-price {
  color: #c9171e;
}
.acquired-date {
  font-size: 0.9em;
}
.nwa .booklink-box, .nwa .kaerebalink-box, .nwa .tomarebalink-box, .nwa .product-item-box {
  padding: 10px 10px 24px;
  display: block;
}
.nwa .booklink-image, .nwa .kaerebalink-image, .nwa .tomarebalink-image, .nwa .product-item-thumb {
  width: 120px;
  min-width: 120px;
  margin-right: 3% !important;
  float: left !important;
  height: 100% !important;
}
.nwa .booklink-link2, .nwa .kaerebalink-link1, .nwa .tomarebalink-link1, .nwa .product-item-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nwa .booklink-link2 > *, .nwa .kaerebalink-link1 > *, .nwa .tomarebalink-link1 > *, .nwa .product-item-buttons > * {
  width: auto;
  margin: 0 .5% !important;
  flex: 1 1 auto;
}
.nwa .booklink-link2 > * > a, .nwa .kaerebalink-link1 > * > a, .nwa .tomarebalink-link1 > * > a, .nwa .product-item-buttons > * > a {
  width: auto;
  font-size: 11px;
  padding: 6px 0;
}
.nwa .product-item-box::after {
  font-size: 18px;
}
.nwa .booklink-image, .nwa .kaerebalink-image, .nwa .tomarebalink-image, .nwa .product-item-thumb {
  width: 80px;
  min-width: 80px;
}
.nwa .booklink-info, .nwa .kaerebalink-info, .nwa .tomarebalink-info, .nwa .product-item-content {
  width: auto !important;
  overflow: visible !important;
  text-align: center !important;
  padding: 0 !important;
}
.nwa .booklink-link2 > *, .nwa .kaerebalink-link1 > *, .nwa .tomarebalink-link1 > *, .nwa .product-item-buttons > * {
  width: 49%;
  margin: 0 .5% !important;
}
@media screen and (max-width: 768px) {
  .booklink-box, .kaerebalink-box, .tomarebalink-box, .product-item-box {
    padding: 10px 10px 24px;
    display: block;
  }
  .booklink-image, .kaerebalink-image, .tomarebalink-image, .product-item-thumb {
    width: 120px;
    min-width: 120px;
    margin-right: 3% !important;
    float: left !important;
    height: 100% !important;
  }
  .booklink-link2, .kaerebalink-link1, .tomarebalink-link1, .product-item-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .booklink-link2 > *, .kaerebalink-link1 > *, .tomarebalink-link1 > *, .product-item-buttons > * {
    width: auto;
    margin: 0 .5% !important;
    flex: 1 1 auto;
  }
  .booklink-link2 > * > a, .kaerebalink-link1 > * > a, .tomarebalink-link1 > * > a, .product-item-buttons > * > a {
    width: auto;
    font-size: 11px;
    padding: 6px 0;
  }
  .product-item-box::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .booklink-image, .kaerebalink-image, .tomarebalink-image, .product-item-thumb {
    width: 80px;
    min-width: 80px;
  }
  .booklink-info, .kaerebalink-info, .tomarebalink-info, .product-item-content {
    width: auto !important;
    overflow: visible !important;
    text-align: center !important;
    padding: 0 !important;
  }
  .booklink-link2 > *, .kaerebalink-link1 > *, .tomarebalink-link1 > *, .product-item-buttons > * {
    width: 49%;
    margin: 0 .5% !important;
  }
}
.fb-like-box {
  background-color: #444;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.fb-like-box .fb-like-thumb, .fb-like-box .fb-like-content {
  width: 100%;
}
.fb-like-box .fb-like-thumb > *, .fb-like-box .fb-like-content > * {
  min-width: 100%;
}
.fb-like-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.fb-like-box .fb_reset {
  display: none;
}
.fb-like-thumb {
  max-width: 56%;
}
.fb-like-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  text-align: center;
}
.fb-like-content > div {
  padding-top: 8px;
}
.fb-like-message {
  color: #eee;
  font-size: 0.9em;
}
.fb-like-sub-message {
  color: #ccc;
  font-size: 0.7em;
  margin-bottom: 8px;
}
.fb-like-buttons {
  padding: 0;
  text-align: center;
}
.fb-like-buttons > div {
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb-like-buttons > div > * {
  height: 100%;
}
.fb-like-facebook {
  margin-bottom: -7px;
}
.sidebar .fb-like-box {
  max-width: 640px;
  display: block;
}
.sidebar .fb-like-box > div, .sidebar .fb-like-box > figure {
  width: 100%;
  max-width: none;
}
/************************************
** Facebookページを「いいね！」するエリアのスタイル
************************************/
div.fb-like-mobile {
  display: none;
}
.fb-like-balloon {
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.fb-like-balloon-thumb {
  float: left;
  width: 100px;
}
.fb-like-balloon-thumb img {
  display: block;
}
.fb-like-balloon-body {
  margin-right: 140px;
  float: none;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
  height: 100px;
  overflow: hidden;
  color: #000;
  box-sizing: border-box;
}
.fb-like-balloon-body::after {
  content: '\f054';
  position: absolute;
  right: 110px;
  top: 27px;
  color: #ccc;
  font-size: 50px;
  font-family: FontAwesome;
  line-height: 100%;
}
.fb-like-balloon-button {
  background-color: #f3f3f3;
  width: 100px;
  height: 100px;
  text-align: center;
  float: right;
  padding-top: 27px;
  box-sizing: border-box; /*  display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;*/
}
.fb-like-balloon-button iframe {
  background-color: #fff;
}
.fb-like-balloon-arrow-box {
  float: left;
  position: relative;
  border: 1px solid #bbb;
  margin-left: 12px;
  width: calc(100% - 114px);
  border-radius: 5px;
  background-color: #fff;
}
.fb-like-balloon-arrow-box-in {
  border-radius: 5px;
  overflow: hidden;
}
.fb-like-balloon-arrow-box:after, .fb-like-balloon-arrow-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fb-like-balloon-arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.fb-like-balloon-arrow-box:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #bbb;
  border-width: 11px;
  margin-top: -11px;
}
/************************************
** Facebookページを「いいね！」するエリアのスタイル（サイドバーの時）
************************************/
.sidebar .fb-like-balloon-body::after {
  display: none;
}
.sidebar .fb-like-balloon-body {
  font-size: 0.8em;
  padding: 5px;
  line-height: 1.1em;
  margin-right: 0;
  height: 70px;
}
.sidebar .fb-like-balloon-button {
  float: none;
  width: 100%;
  height: 30px;
  display: block;
  line-height: 24px;
  padding-top: 0;
}
.sidebar div.fb-like-mobile {
  display: block;
}
.sidebar div.fb-like-pc {
  display: none;
}
/************************************
** Facebookページを「いいね！」するエリアのスタイル
************************************/
@media screen and (max-width: 639px) {
  .fb-like-balloon-body {
    margin-right: 100px;
    font-size: 1em;
    line-height: 1.2em;
  }
  .fb-like-balloon-body::after {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .fb-like-balloon-body {
    font-size: 0.8em;
    padding: 5px;
    line-height: 1.1em;
    margin-right: 0;
    height: 70px;
  }
  .fb-like-balloon-button {
    float: none;
    width: 100%;
    height: 30px;
    display: block;
    padding-top: 0;
    line-height: 24px;
  }
  div.fb-like-mobile {
    display: block;
  }
  div.fb-like-pc {
    display: none;
  }
}
.mobile-menu-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  /* line-height: 1.4; */
  /*height: 70px;*/
  /* background-color: #fff; */
  z-index: 10000;
  /* box-shadow: rgba(0, 0, 0, .1) 0 -4px 10px 0; */
  opacity: .95;
  border-top: none;
}
.mobile-menu-buttons .menu-icon {
  margin-top: 3px;
  text-align: center;
  display: block;
}
.mobile-menu-buttons .menu-icon::before {
  font-family: FontAwesome;
  font-size: 20px;
}
.mobile-menu-buttons .menu-caption {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: -9px;
}
.mobile-menu-buttons .menu-button {
  position: relative;
}
.mobile-menu-buttons .menu-button > a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.mobile-menu-buttons .menu-button:hover {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #fff;
}
.mobile-menu-buttons .ad-area {
  display: none;
}
.navi-menu-icon::before {
  content: '\f0c9';
}
.home-menu-icon::before {
  content: '\f015';
}
.search-menu-icon::before {
  content: '\f002';
}
.top-menu-icon::before {
  content: '\f062';
}
.sidebar-menu-icon::before {
  content: '\f03b';
}
/*閉じる用の薄黒カバー*/
#navi-menu-close, #sidebar-menu-close, #search-menu-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: .3s ease-in-out;
}
/*中身*/
.menu-content {
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  /*最前面に*/
  width: 100%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 400px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  opacity: 1;
  overflow: scroll;
  color: #333;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}
.menu-content .menu-drawer {
  padding: 0 0 30px;
}
.menu-content .sidebar {
  width: 100%;
  display: block;
  margin: 0;
}
.navi-menu-content {
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.sidebar-menu-content {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
.search-menu-content {
  transition: .3s ease-in-out;
  position: fixed;
  top: 40%;
  z-index: 9999;
  width: 90%;
  left: 5%;
  right: 5%;
  -webkit-transform: translateY(600%);
  transform: translateY(600%);
}
.search-menu-content .search-edit {
  width: 100%;
}
/*チェックが入ったらもろもろ表示*/
#navi-menu-input:checked ~ #navi-menu-close, #sidebar-menu-input:checked ~ #sidebar-menu-close, #search-menu-input:checked ~ #search-menu-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}
#navi-menu-input:checked ~ #navi-menu-content, #sidebar-menu-input:checked ~ #sidebar-menu-content, #search-menu-input:checked ~ #search-menu-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.menu-drawer ul {
  list-style: none;
}
.menu-drawer li {
  display: block;
}
.menu-drawer a {
  color: #333;
  text-decoration: none;
  padding: 6px;
  display: block;
}
.menu-drawer a:hover {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
.menu-drawer .sub-menu {
  padding-left: 20px;
}
.menu-close-button {
  display: block;
  cursor: pointer;
  text-align: center;
}
.menu-close-button::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
  padding: 0;
  font-size: 2em;
}
.ranking-items {
  line-height: 1.4;
}
.ranking-items p {
  font-size: 18px;
  margin-top: 0;
}
.ranking-item, .timeline-box {
  padding: 3%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ranking-item img[width="1"], .timeline-box img[width="1"] {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ranking-item-name-text {
  font-size: 24px;
  font-weight: bold;
}
.ranking-item-name {
  padding: 3px 2px 6px;
}
.ranking-item-rating {
  color: #f5bc55;
  font-size: 1.2em;
}
.rating-number {
  color: #333;
  font-size: 0.9em;
  margin-left: 0.4em;
}
.ranking-item-img-desc, .ranking-item-link-buttons {
  display: flex;
}
.ranking-item-img-desc > div, .ranking-item-link-buttons > div {
  width: 100%;
  padding: 2px 0;
}
.ranking-item-img-desc {
  margin-top: 6px;
}
.ranking-item-name {
  display: flex;
}
.ranking-item-name-crown {
  margin-right: 10px;
}
.ranking-item-name-text {
  width: 100%;
}
.ranking-item-image-tag {
  max-width: 302px;
  margin-right: 1em;
  position: relative;
}
.ranking-item-description {
  width: 100px;
  position: relative;
}
.ranking-item-link-buttons {
  margin-top: 6px;
}
.ranking-item-link-buttons > div {
  padding: 0 3px;
  position: relative;
}
.ranking-item-link-buttons a {
  margin: 0 0 8px;
  padding: 14px 0;
}
.ranking-item-link-buttons a:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.g-crown, .s-crown, .c-crown {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-bottom-width: 35px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: relative;
}
.g-crown:after, .s-crown:after, .c-crown:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
}
.g-crown-circle, .s-crown-circle, .c-crown-circle {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: -21px;
}
.g-crown-circle:before, .s-crown-circle:before, .c-crown-circle:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
}
.g-crown-circle:after, .s-crown-circle:after, .c-crown-circle:after {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
}
.g-crown {
  border-bottom: 35px solid #bfa930;
}
.g-crown:after {
  border-bottom: 20px solid #ffe973;
  border-left: 20px solid #ffe973;
  border-right: 20px solid #ffd700;
}
.g-crown-circle {
  background-color: #a68c00;
}
.g-crown-circle:before {
  background-color: #a68c00;
}
.g-crown-circle:after {
  background-color: #a68c00;
}
.s-crown {
  border-bottom: 35px solid #909090;
}
.s-crown:after {
  border-bottom: 20px solid #e0e0e0;
  border-left: 20px solid #e0e0e0;
  border-right: 20px solid silver;
}
.s-crown-circle {
  background-color: #909090;
}
.s-crown-circle:before {
  background-color: #909090;
}
.s-crown-circle:after {
  background-color: #909090;
}
.c-crown {
  border-bottom: 35px solid #69433f;
}
.c-crown:after {
  border-bottom: 20px solid #8c4841;
  border-left: 20px solid #8c4841;
  border-right: 20px solid #5b1c15;
}
.c-crown-circle {
  background-color: #69433f;
}
.c-crown-circle:before {
  background-color: #69433f;
}
.c-crown-circle:after {
  background-color: #69433f;
}
.widget_item_ranking .main-widget-label {
  font-size: 23px;
  padding: 6px;
  margin: 28px 0 12px;
  font-weight: bold;
}
/************************************
** フッター
************************************/
.footer {
  margin-top: 20px;
  padding-top: 10px;
}
.footer-widgets, .footer-widgets-mobile {
  margin: 10px auto;
  display: flex;
}
.footer-left, .footer-center, .footer-right, .footer-mobile {
  padding: 10px 16px;
}
.footer-left, .footer-center, .footer-right {
  width: 33.33%;
}
.footer-widgets-mobile {
  display: none;
}
/************************************
** フッターボトム
************************************/
.footer-bottom {
  padding: 8px;
  position: relative;
  font-size: 12px;
  color: #a9a9a9;
}
.footer-bottom.fdt-left-and-right .footer-bottom-logo {
  display: none;
}
.footer-bottom.fdt-left-and-right .footer-bottom-content {
  float: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.footer-bottom.fdt-up-and-down .footer-bottom-logo {
  display: none;
}
.footer-bottom.fdt-up-and-down .footer-bottom-content {
  float: none;
  display: block;
  text-align: center;
}
.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in > ul {
  justify-content: center;
}
.footer-bottom.fnm-text-width .menu-footer li {
  width: auto;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  padding: 0 10px;
}
.footer-bottom-logo {
  float: left;
  bottom: 0;
  position: absolute;
}
.footer-bottom-logo .logo-text {
  padding: 0;
}
.footer-bottom-logo .site-name-text {
  font-size: 18px;
  padding-bottom: 8px;
}
.footer-bottom-logo .logo-image {
  padding: 0;
  max-width: 120px;
}
.footer-bottom-logo img {
  height: 50px;
  width: auto;
}
.footer-bottom-content {
  float: right;
  text-align: right;
}
/************************************
** トップへ戻るボタン
************************************/
.go-to-top {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
}
.go-to-top-button {
  background-color: #eee;
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  font-size: 22px;
}
.go-to-top-button:hover {
  color: #333;
}
.go-to-top-button-image {
  background-color: transparent;
  padding: 0;
  max-width: 120px;
}
#wpforo-wrap .anchor-icon, .gallery .anchor-icon, .amazonjs_item .anchor-icon, .kaerebalink-box .anchor-icon, .booklink-box .anchor-icon, .tomarebalink-box .anchor-icon, .wpf-sbtn-wrap .anchor-icon, .btn .anchor-icon, .ranking-item-link-buttons a .anchor-icon, .btn-wrap a .anchor-icon, .no-icon .anchor-icon {
  display: none !important;
}
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  height: auto;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16%;
}
.gallery-columns-7 .gallery-item {
  width: 14%;
}
.gallery-columns-8 .gallery-item {
  width: 12%;
}
.gallery-columns-9 .gallery-item {
  width: 11%;
}
.gallery amp-img {
  border: 2px solid #cfcfcf;
}
.gallery br {
  clear: both;
}
.gallery .gallery-item dd {
  margin: 0;
}
/*検索フォーム*/
.search-box {
  margin: 1em 0 2em;
  position: relative;
}
.search-edit {
  font-family: "Meiryo", sans-serif;
}
.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  cursor: pointer;
  line-height: 49px;
  border: none;
  color: #ccc;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0);
}
.search-submit::before {
  font-family: FontAwesome;
  content: "";
  padding-right: 3px;
}
.timeline-box {
  padding: 16px 5px;
}
.timeline-box .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-title {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}
.timeline > li {
  margin-bottom: 60px;
}
/* for Desktop */
.timeline > li.timeline-item {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-item-label {
  width: 110px;
  float: left;
  padding-top: 18px;
  text-align: right;
  padding-right: 1em;
  font-size: 14px;
}
.timeline-item-title {
  font-weight: bold;
}
.timeline-item-content {
  width: calc(100% - 110px);
  float: left;
  padding: .8em 1.4em;
  border-left: 3px #e5e5d1 solid;
}
.timeline-item:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #6fc173;
  position: absolute;
  left: 105px;
  top: 24px;
  border-radius: 100%;
}
/* for Smartphone */
@media screen and (max-width: 480px) {
  .timeline-box .timeline {
    padding-left: 10px;
  }
  .timeline > li.timeline-item {
    overflow: visible;
    border-left: 3px #e5e5d1 solid;
  }
  .timeline-item-label {
    width: auto;
    float: none;
    text-align: left;
    padding-left: 16px;
  }
  .timeline-item-content {
    width: auto;
    padding: 8px;
    float: none;
    border: none;
  }
  .timeline-item::before {
    left: -12px;
    top: 19px;
    width: 21px;
    height: 21px;
  }
}
/*Cocoon用記事ボックス*/
.navi-card-wrap.a-wrap {
  position: relative;
  padding: 5px 3px;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navi-card-box {
  background-color: #fff;
  padding: 0;
}
.navi-card-type-1 {
  padding-bottom: 2px;
  border-bottom: 2px dotted #f3f4f5;
}
.navi-card-type-1:first-of-type {
  border-top: 2px solid #f3f4f5;
}
.navi-card-type-1:last-of-type {
  border-bottom: 2px solid #f3f4f5;
}
.navi-card-type-2 .navi-card-box {
  border-radius: 5px;
  border: 1px solid #ccc;
}
.navi-card-wrap:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #697b91;
  border-right: solid 2px #697b91;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}
.navi-card-wrap .navi-card-thumb {
  float: left;
  margin: 6px 10px;
  width: 120px;
}
.navi-card-wrap .navi-card-content {
  margin: 0 24px 0 140px;
}
.navi-card-wrap .navi-card-title {
  margin: 2px 0 6px;
  font-size: 0.9em;
  color: #333;
  font-weight: 700;
}
.navi-card-wrap .navi-card-snippet {
  margin: 0px 0 2px;
  font-size: 0.7em;
  color: #777;
}
/* リボン部分 */
/*  リボンCSSはnxworld様のページの斜めリボンを改変して利用。
多くのカスタマイズを公開していらっしゃるので 「リボン css nxworld」などgoogle検索すると便利。
Copyright (c)
https://www.nxworld.net/tips/pure-css-corner-ribbon.html
https://codepen.io/nxworld/pen/oLdoWb
*/
.ribbon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 4px solid #224963;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 185px;
  padding: 5px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 11px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-color-1 span {
  background-color: #ea7e7e;
}
.ribbon-color-2 span {
  background-color: #7e95ea;
}
/* top left*/
.ribbon-top-left {
  top: -1px;
  left: -5px;
}
.ribbon-top-left::before, .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left:before {
  top: -1px;
  right: 4px;
}
.ribbon-top-left::after {
  bottom: 4px;
  left: 1px;
}
.ribbon-top-left span {
  right: -45px;
  top: 18px;
  transform: rotate(-45deg);
}
[class*="fab-"] {
  font-family: FontAwesome;
}
.fab-info-circle::before {
  content: '\f05a';
}
.fab-question-circle::before {
  content: '\f059';
}
.fab-exclamation-circle::before {
  content: '\f06a';
}
.fab-pencil::before {
  content: '\f040';
}
.fab-edit::before {
  content: '\f044';
}
.fab-comment::before {
  content: '\f075';
}
.fab-ok::before {
  content: '\f10c';
}
.fab-bad::before {
  content: '\f00d';
}
.fab-lightbulb::before {
  content: '\f0eb';
}
.fab-graduation-cap::before {
  content: '\f19d';
}
.fab-book::before {
  content: '\f02d';
}
.fab-amazon::before {
  content: '\f270';
}
.fab-envelope::before {
  content: '\f0e0';
}
.fab-flag::before {
  content: '\f024';
}
.fab-ban::before {
  content: '\f05e';
}
.fab-bolt::before {
  content: '\f0e7';
}
.fab-calendar::before {
  content: '\f073';
}
.fab-clock::before {
  content: '\f017';
}
.fab-cutlery::before {
  content: '\f0f5';
}
.fab-heart::before {
  content: '\f004';
}
.fab-camera::before {
  content: '\f030';
}
.fab-search::before {
  content: '\f002';
}
.fab-folder::before {
  content: '\f07b';
}
.fab-tag::before {
  content: '\f02b';
}
.fab-trophy::before {
  content: '\f091';
}
.fab-car::before {
  content: '\f1b9';
}
.fab-truck::before {
  content: '\f0d1';
}
.fab-bicycle::before {
  content: '\f206';
}
.fab-motorcycle::before {
  content: '\f21c';
}
.fab-bus::before {
  content: '\f207';
}
.fab-plane::before {
  content: '\f072';
}
.fab-train::before {
  content: '\f238';
}
.fab-subway::before {
  content: '\f239';
}
.fab-taxi::before {
  content: '\f1ba';
}
.fab-file-text::before {
  content: '\f15c';
}
.fab-jpy::before {
  content: '\f157';
}
.fab-usd::before {
  content: '\f155';
}
.fab-eur::before {
  content: '\f153';
}
.fab-btc::before {
  content: '\f15a';
}
.fab-apple::before {
  content: '\f179';
}
.fab-android::before {
  content: '\f17b';
}
.fab-ship::before {
  content: '\f21a';
}
.fab-wordpress::before {
  content: '\f19a';
}
.fab-thumbs-up::before {
  content: '\f164';
}
.fab-thumbs-down::before {
  content: '\f165';
}
.fab-check::before {
  content: '\f00c';
}
.fab-bell::before {
  content: '\f0f3';
}
.fab-star::before {
  content: '\f005';
}
.fab-bookmark::before {
  content: '\f02e';
}
.fab-download::before {
  content: '\f019';
}
.fab-coffee::before {
  content: '\f0f4';
}
.fab-user::before {
  content: '\f007';
}
.no-border {
  border: none !important;
}
.no-after::after {
  display: none;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.notice-area-wrap {
  display: block;
  text-decoration: none;
}
.notice-area-wrap:hover {
  opacity: 0.8;
}
.notice-area {
  color: #fff;
  text-align: center;
  background-color: #4cae4c;
  padding: 0.6em;
  font-size: 0.8em;
}
.notice-area.nt-warning {
  background-color: #f7ab00;
}
.notice-area.nt-danger {
  background-color: #ff6666;
}
/************************************
** アピールエリア
************************************/
.no-appeal-area .appeal {
  display: none;
}
.appeal-in {
  position: relative;
  display: flex;
  min-height: 200px;
}
.appeal-content {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center;
  display: block;
  line-height: 0;
}
.appeal-content p {
  position: absolute;
  top: 275px;
  max-width: 580px;
  line-height: 1.7;
  left: 16.5%;
  font-weight: 700;
  text-shadow: #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0;
}
@media only screen and (max-width: 480px) {
  .appeal-content p {
    top: 185px;
    width: 100%;
    max-width: 280px;
    font-weight: 700;
    display: inline-table;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 320px) {
  .appeal-content p {
    top: 165px;
    max-width: 280px;
  }
}
.appeal-title {
  font-size: 1.1em;
  font-weight: bold;
}
.appeal-message {
  margin-bottom: 1em;
}
.appeal-button {
  color: #fff;
  text-decoration: none;
  background-color: #dd4b39;
  font-weight: bold;
  text-align: center;
  display: block;
  max-width: 80%;
  margin: auto;
  padding: 10px 2em;
  border-radius: 4px;
}
.appeal-button:hover {
  color: #fff;
  opacity: 0.7;
}
/************************************
** 入力フォーム
************************************/
textarea {
  min-height: 260px;
}
option {
  padding: 12px;
}
input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {
  padding: 11px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.bp-login-widget-register-link {
  display: block;
  margin-top: 10px;
}
.bp-login-widget-register-link a {
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 1px solid #777;
  padding: 6px;
  border-radius: 2px;
}
.bp-login-widget-register-link a:hover {
  background-color: #f5f8fa;
  transition: all 0.5s ease;
  color: #333;
}
.widget.buddypress #bp-login-widget-form input#bp-login-widget-submit {
  margin: 0;
}
#wp-comment-cookies-consent {
  margin-right: 5px;
}
/************************************
** カルーセル
************************************/
.carousel {
  margin-top: 10px;
  line-height: 1.1;
}
.carousel .slick-arrow:before {
  color: #ccc;
}
.carousel-in {
  background-color: #fff;
  padding: 2px 0;
}
.carousel-content {
  margin: 0 30px;
  padding-bottom: 4px;
}
.carousel-content a {
  float: left;
  width: 10%;
}
.carousel-content .slick-track {
  display: flex;
}
.carousel-content .slick-slide {
  height: auto;
}
.carousel-content .a-wrap {
  margin: 0 3px 3px;
}
.carousel-entry-card-thumb {
  float: none;
  display: inline-block;
}
.carousel-entry-card-title {
  font-size: 16px;
  margin-top: 4px;
  max-height: 3.2em;
  overflow: hidden;
}
/************************************
** カルーセルの非表示設定
************************************/
.no-carousel .carousel {
  display: none;
}
.carousel {
  display: none;
}
.carousel .a-wrap {
  padding: 0.2em 0.3em;
}
.ccb-carousel-border .a-wrap {
  border: 1px solid #ccc;
}
.admin-panel {
  background-color: #333;
  color: #fff;
  opacity: 0.8;
  padding: 10px;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: .3s;
  z-index: 9999;
}
.admin-panel a {
  color: #fff;
}
.admin-pv, .admin-edit, .admin-amp, .admin-checks, .admin-cresponsive {
  border-radius: 3px;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin: 6px 4px;
}
.admin-pv > span, .admin-edit > span, .admin-amp > span, .admin-checks > span, .admin-cresponsive > span {
  padding: 0 4px;
}
.admin-amp a, .admin-checks a, .admin-cresponsive a {
  margin: 0 4px;
  font-size: 0.8em;
}
.admin-pv {
  position: relative;
}
.admin-pv .admin-pv-by {
  position: absolute;
  bottom: -1em;
  right: 0.4em;
  font-size: 0.6em;
  background-color: #333;
  padding: 0 5px;
}
.apdt-pc-only {
  display: flex;
}
.apdt-mobile-only {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul, .slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.flow:before, .flow:after, .slicknav_menu:before, .slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after, .flow:after {
  clear: both;
}
/* IE6/7 support */
.slicknav_menu, .flow {
  *zoom: 1;
}
/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
}
/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222222;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
.slicknav_nav .caption-wrap, .slicknav_nav .item-label, .slicknav_nav .item-description {
  display: inline;
}
.slicknav_nav .item-description {
  margin-left: 1em;
}
.slicknav_menu {
  display: none;
}
/*bbPressのスタイルを整える*/
.bbp-breadcrumb-home, .bbp-breadcrumb-home + .bbp-breadcrumb-sep, .topic .post-date, .topic .post-update, .topic .footer-post-meta, .post-0 .post-date, .post-0 .post-update, .post-0 .footer-post-meta, .forum .post-date, .forum .post-update, .forum .footer-post-meta {
  display: none;
}
#bbp_search {
  font-size: 17px;
  height: 28px;
}
.post-0 .post-meta {
  height: 27px;
}
.bbp-reply-content {
  font-size: 16px;
  line-height: 170%;
}
.bbp-forum-title {
  font-size: 16px;
}
.bbp-topic-permalink {
  font-size: 14px;
}
div#bbpress-forums {
  font-size: 16px;
}
div#bbpress-forums .bbp-topic-permalink {
  font-size: 16px;
}
div#bbpress-forums #bbp-user-wrapper {
  margin-top: 1.6em;
}
div#bbpress-forums .entry-title {
  background-color: transparent;
  color: #333;
  padding-left: 0;
}
div#bbpress-forums #bbp_topic_submit {
  padding: 12px 24px;
}
div#bbpress-forums input[type=text] {
  width: 100%;
}
div#bbpress-forums div.odd, div#bbpress-forums ul.odd {
  background-color: #fefefe;
}
div#bbpress-forums span.bbp-admin-links a, div#bbpress-forums .status-closed, div#bbpress-forums .status-closed a {
  color: #555;
}
div#bbpress-forums a.bbp-topic-permalink {
  text-decoration: none;
}
div#bbpress-forums a.bbp-topic-permalink:before {
  content: " \f096";
  font-family: FontAwesome;
  margin-right: 3px;
}
div#bbpress-forums .status-closed a.bbp-topic-permalink:before {
  content: " \f046";
  font-family: FontAwesome;
}
div#bbpress-forums .status-closed .bbp-reply-content:before {
  content: " \f046\00A0 Closed";
  font-family: FontAwesome, "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#bbp_search_submit {
  padding: 4px;
  width: auto;
}
@media screen and (max-width: 480px) {
  div#bbpress-forums div.bbp-reply-author img.avatar {
    position: static;
  }
  div#bbpress-forums .bbp-body div.bbp-reply-author {
    padding-left: 0;
    width: 80px;
    text-align: center;
  }
  div#bbpress-forums .bbp-body div.bbp-reply-content {
    clear: none;
    margin: 0;
  }
  div#bbpress-forums .bbp-body div.bbp-reply-content p {
    margin-top: 0;
  }
}
#buddypress h2 {
  background-color: transparent;
  color: #333;
  padding: 0;
}
#buddypress #members-friends {
  margin-left: 6px;
}
#buddypress #members-friends select, #buddypress #members-friends option {
  padding: 3px;
  font-size: 16px;
}
#buddypress div.item-list-tabs ul li.last select {
  min-width: 210px;
}
div#wpforo-wrap {
  padding: 0;
}
div#wpforo-wrap .wpfl-1 .wpforo-forum-description, div#wpforo-wrap .wpfl-1 .wpforo-last-post-title, div#wpforo-wrap .wpforo-post-head {
  font-size: 16px;
}
div#wpforo-wrap .wpfl-1 .head-title, div#wpforo-wrap .wpforo-topic-title a {
  font-size: 20px;
}
div#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content, div#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-title .wpf-spost-title-link, div#wpforo-wrap .wpf-htr td {
  font-size: 18px;
}
div#wpforo-wrap .wpfl-1 .wpforo-post, div#wpforo-wrap #wpforo-stat-body {
  background-color: transparent;
}
div#wpforo-wrap pre, div#wpforo-wrap .wpforo-post .wpf-right code {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-size: 17px;
}
div#wpforo-wrap .wpforo-post .wpf-right ol, div#wpforo-wrap .wpforo-post .wpf-right ul {
  margin: 2em 1em;
}
.wpforo-list-item p {
  margin: 0;
}
div#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {
  line-height: 1.8;
}
.bleft {
  font-weight: bold;
}
#wpf-form-wrapper .mce-edit-area iframe {
  min-height: 400px;
}
.mce-wpf-emoji-extra-wrap {
  min-width: 300px !important;
  min-height: 300px !important;
}
.wpf-emoji-wrap .wpf-emoji {
  font-size: 24px;
}
.wpforo-attached-file {
  word-break: break-all;
}
.live-writer .main {
  max-width: 860px;
  width: 860px;
  min-width: 860px;
}
.live-writer .article {
  width: 800px;
}
.live-writer blockquote, .live-writer .information-box, .live-writer .question-box, .live-writer .alert-box {
  padding: 10px;
}
.live-writer blockquote::before, .live-writer blockquote::after, .live-writer .information-box::before, .live-writer .information-box::after, .live-writer .question-box::before, .live-writer .question-box::after, .live-writer .alert-box::before, .live-writer .alert-box::after {
  display: none;
}
.gsc-search-box table {
  margin-bottom: 0;
}
.gsc-search-box table th, .gsc-search-box table td {
  border: 0;
}
/**
 * Cocoon WordPress Theme
 * @author: yhira
 * @link: https://wp-cocoon.com/
 * @license: http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 *
 * Cocoon WordPress Theme incorporates code from "Youtube SpeedLoad" WordPress Plugin, Copyright 2017 Alexufo[http://habrahabr.ru/users/alexufo/]
"Youtube SpeedLoad" WordPress Plugin is distributed under the terms of the GNU GPL v2
 */
.video-click {
  cursor: pointer;
}
.video-click:hover .video-play {
  background: url("images/youtube-play.png") no-repeat scroll -101px -13px rgba(0, 0, 0, 0);
}
.video-play {
  background: url("images/youtube-play.png") no-repeat scroll 2px -13px rgba(0, 0, 0, 0);
  height: 62px;
  left: 50%;
  margin-left: -45px;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  width: 100px;
  opacity: 0.8;
}
.video-title-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=");
  background-position: center top;
}
.video-title-text {
  color: #eeeeee;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 17px;
  overflow: hidden;
  padding: 12px 16px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .wp-block-embed__wrapper::before {
  display: none;
}
.entry-content .wp-block-gallery .blocks-gallery-item {
  display: list-item;
}
/* 検索フォーム風スタイルのボタンを装飾 */
.search-form div.sbtn {
  transition: 0.3s; /* 変化をなめらかにする */
}
/* ボタンにカーソルを合わせた時のスタイル */
.search-form div.sbtn:hover {
  color: #333;
  /* 文字色 */
  background: #fff;
  /* 背景色 */
  border-color: #333;
  /* ボーダーの色 */
  cursor: pointer; /* カーソルをポインターに */
}
@media screen and (max-width: 1023px) {
  .navi-footer {
    float: none;
    margin: 0;
    width: 100%;
  }
  .copyright {
    width: 100%;
  }
  .navi-footer-in > ul {
    justify-content: center;
    padding: 1em;
  }
  .footer-widgets {
    display: block;
  }
  .footer-widgets > div {
    width: 100%;
  }
  .content-in {
    display: block;
  }
  main.main, div.sidebar {
    display: block;
    margin: 10px;
    width: auto;
  }
  .footer-bottom-logo, .footer-bottom-content {
    float: none;
  }
  .footer-bottom-logo {
    line-height: 1;
  }
  .footer-bottom-content {
    text-align: center;
  }
  .fb-like-message {
    font-size: 0.8em;
    line-height: 1.4;
  }
  .sidebar-scroll {
    position: static;
  }
  .ba-fixed.header, .ba-fixed.appeal {
    background-attachment: scroll;
  }
  .header, .appeal {
    background-size: cover;
  }
  .footer-bottom-logo {
    position: relative;
    bottom: auto;
  }
  .logo-footer {
    margin: 8px auto;
  }
  .mobile-menu-buttons {
    display: flex;
  }
  .mobile-button-slide-in .go-to-top-button {
    display: none;
  }
  .navi-footer-in > .menu-footer {
    justify-content: center;
  }
  .footer-bottom.fdt-left-and-right .footer-bottom-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .navi-in > .menu-header {
    display: none;
  }
  #navi .navi-in > .menu-mobile {
    display: flex;
  }
  #navi .navi-in > .menu-mobile > .menu-item-has-description > a > .caption-wrap {
    height: 40px;
    line-height: 16px;
  }
  #navi .navi-in > .menu-mobile li {
    width: 50%;
    height: 40px;
    line-height: 40px;
  }
  #navi .navi-in > .menu-mobile li a {
    font-size: 14px;
  }
  #navi .navi-in > .menu-mobile li a:after {
    display: none;
  }
  main.main, div.sidebar {
    padding: 10px;
    margin: 10px 0;
    border-width: 0;
  }
  .article ul, .article ol {
    padding-left: 26px;
  }
  .entry-card-title, .related-entry-card-title {
    font-size: 17px;
  }
  .entry-card-snippet, .related-entry-card-snippet {
    font-size: 14px;
  }
  table th, table td {
    padding: 3px;
    font-size: 0.8em;
  }
  .blogcard-wrap {
    width: 100%;
  }
  .blogcard-thumbnail {
    width: 30%;
  }
  .blogcard-snipet {
    font-size: 12px;
  }
  .blogcard-content {
    margin-left: 31.6%;
    margin-right: 0;
    max-height: 120px;
    min-height: 70px;
    font-size: 0.9em;
    line-height: 1.2;
  }
  .ib-right .blogcard-content, .eb-right .blogcard-content {
    margin-right: 31.6%;
    margin-left: 0;
  }
  .ss-top .sns-share-buttons a, .ss-bottom .sns-share-buttons a {
    font-size: 14px;
  }
  .ss-top .sns-share-buttons a .button-caption, .ss-bottom .sns-share-buttons a .button-caption {
    font-size: 14px;
    margin-left: 4px;
  }
  .sns-share.ss-top.ss-col-6 a, .sns-share.ss-bottom.ss-col-6 a {
    width: 32%;
  }
  .sns-follow-buttons {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sns-follow-buttons a {
    margin-right: 0;
    width: 48%;
  }
  /************************************
  ** 関連記事
  ************************************/
  .rect-vartical-card .related-entry-card-wrap {
    width: 49%;
  }
  .rect-mini-card .related-entry-card-wrap {
    margin-bottom: 10px;
  }
  .rect-mini-card .cat-label {
    font-size: 8px;
  }
  .rect-mini-card .related-entry-card-thumb {
    width: 100%;
  }
  .rect-mini-card .related-entry-card-content {
    margin-left: 32%;
  }
  .header-container-in.hlt-top-menu {
    flex-direction: column;
  }
  .ect-vertical-card-3 .entry-card-wrap {
    width: 49%;
  }
  .header div.header-in, .appeal div.appeal-in {
    min-height: auto;
  }
  .footer-widgets {
    display: none;
  }
  .footer-widgets-mobile {
    display: block;
  }
  .widget_pc_text, .widget_pc_ad, .widget_pc_double_ads {
    display: none;
  }
  .widget_mobile_text, .widget_mobile_ad {
    display: block;
  }
  .slicknav_menu {
    display: block;
  }
  .fb-like-box {
    max-width: 640px;
    display: block;
  }
  .fb-like-box > div, .fb-like-box > figure {
    width: 100%;
    max-width: none;
  }
  .fb-like-box {
    max-width: none;
  }
  .cta-box {
    font-size: 0.8em;
  }
  .cta-heading {
    font-size: 20px;
    padding: 8px;
  }
  .cta-left-and-right .cta-content, .cta-right-and-left .cta-content {
    display: block;
  }
  .cta-left-and-right .cta-content div, .cta-right-and-left .cta-content div {
    width: 100%;
  }
  .cta-message {
    margin-top: 1em;
  }
  .cta-button .btn-l, .cta-button .ranking-item-link-buttons a, .ranking-item-link-buttons .cta-button a {
    padding: 1em;
    font-size: 16px;
  }
  .sbp-l {
    margin-right: auto;
  }
  .sbp-r {
    margin-left: auto;
  }
  .speech-wrap.sbs-think.sbp-l {
    margin-right: 0;
  }
  .speech-wrap.sbs-think.sbp-r {
    margin-left: 0;
  }
  .admin-panel {
    padding: 5px;
    font-size: 14px;
    line-height: 1.4;
  }
  .admin-panel > div {
    margin: 3px;
  }
  .apdt-pc-only {
    display: none;
  }
  .apdt-mobile-only {
    display: flex;
  }
  .ranking-item-image-tag {
    max-width: 30%;
  }
  #header .site-name-text {
    font-size: 22px;
  }
  .header-container-in.hlt-top-menu {
    display: block;
  }
  .header-container-in.hlt-top-menu #header .header-in, .header-container-in.hlt-top-menu #header .logo-text {
    display: block;
    height: 100%;
  }
  .header-container-in.hlt-top-menu .site-name-text {
    white-space: normal;
  }
  .header-container-in.hlt-top-menu .logo-header {
    max-height: none;
  }
  .eye-catch .cat-label {
    font-size: 10px;
    padding: 2px 4px;
  }
  textarea {
    min-height: 160px;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    width: 32%;
    border: 1px solid #ddd;
    margin: 2px;
    display: flex;
    flex: 1 1 auto;
    text-align: center;
  }
  .navi-footer-in > .menu-footer li.menu-item a {
    padding: 0;
    width: 100%;
  }
  .footer-bottom.fdt-left-and-right .footer-bottom-content {
    flex-direction: column;
  }
  #wpf-form-wrapper .mce-edit-area iframe {
    min-height: 200px;
  }
  .content {
    margin-top: 0;
  }
  .no-mobile-sidebar #sidebar, .product-item-thumb-l, .swatchimages {
    display: none;
  }
  .image-content amp-img {
    min-width: 360px;
    max-width: 360px;
  }
  .btn-l, .ranking-item-link-buttons a, .btn-wrap.btn-wrap-l > a {
    padding: 14px 18px;
    font-size: 14px;
  }
  .btn-l::after, .ranking-item-link-buttons a::after, .btn-wrap.btn-wrap-l > a::after {
    font-size: 18px;
    right: -4px;
    margin-top: 0;
  }
  .slick-dots {
    display: none !important;
  }
  .carousel-entry-card-title {
    font-size: 0.7em;
  }
  .header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .column-wrap {
    flex-direction: column;
  }
  .column-wrap .column-left, .column-wrap .column-right {
    width: 100%;
    padding: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  h2, h3 {
    font-size: 20px;
  }
  .related-entry-heading, .comment-title {
    margin: 1.2em 0 1em;
  }
  .entry-card, .related-entry-card, .e-card-title {
    line-height: 1.7;
  }
  .e-card-title {
    font-size: 12px;
  }
  .e-card-snippet {
    font-size: 13px;
  }
  .cat-label {
    font-size: 10px;
    padding: 1px 3px;
  }
  .page-numbers {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .pagination-next-link, .comment-btn {
    font-size: 1em;
  }
  .related-entry-card-content {
    margin-left: 40%;
    font-size: 0.9em;
  }
  /*本文の見出し*/
  .entry-title, .article h2, .article h3, .article h4, .article h5, .article h6 {
    padding: 0;
    margin: 1.2em 0 0.8em;
  }
  .entry-title, .article h2 {
    font-size: 20px; /*padding: 0.6em 0.8em;*/
  }
  .article h3 {
    font-size: 18px;
  }
  .article h4, .article h5, .article h6 {
    font-size: 16px;
  }
  .entry-title {
    margin: 0;
    margin-bottom: 15px;
  }
  body {
    font-size: 16px;
  }
  .pager-post-navi a figure {
    min-width: 30%;
    max-width: 30%;
  }
  .pager-post-navi a.prev-post .prev-post-title {
    margin-left: 1.6%;
  }
  .pager-post-navi a.next-post .next-post-title {
    margin-right: 1.6%;
  }
  .pager-post-navi a::before {
    font-size: 16px;
  }
  .rect-mini-card .related-entry-card-wrap {
    width: 100%;
  }
  .pager-post-navi.post-navi-square {
    flex-direction: column;
  }
  .pager-post-navi.post-navi-square a {
    width: 100%;
    padding: 7px;
  }
  .pager-post-navi.post-navi-square a:last-child {
    border-top-width: 0;
    border-left-width: 1px;
  }
  .author-box {
    font-size: 0.74em;
    line-height: 1.3;
  }
  .author-box .author-thumb {
    width: 24%;
  }
  .author-box .author-content {
    margin-left: 26%;
  }
  .speech-person {
    width: 40px;
    min-width: 40px;
  }
  .speech-name {
    font-size: 10px;
  }
  .speech-wrap .speech-balloon {
    padding: 7px;
  }
  .speech-wrap .speech-balloon::before, .speech-wrap .speech-balloon::after {
    border-bottom-width: 7px;
    border-right-width: 7px;
    border-top-width: 7px;
  }
  .speech-wrap .speech-balloon::before {
    left: -7px;
  }
  .speech-wrap .speech-balloon::after {
    left: -5px;
  }
  .speech-wrap.sbp-l .speech-balloon {
    margin-left: 10px;
  }
  .speech-wrap.sbp-r .speech-balloon {
    margin-right: 10px;
  }
  .speech-wrap.sbp-r .speech-balloon::before {
    right: -7px;
    left: auto;
    border-left-width: 7px;
  }
  .speech-wrap.sbp-r .speech-balloon::after {
    border-left-width: 7px;
    right: -5px;
    left: auto;
  }
  .speech-wrap.sbs-think.sbp-l .speech-balloon {
    margin-left: 28px;
  }
  .speech-wrap.sbs-think .speech-balloon::before {
    top: 4px;
    left: -19px;
    width: 12px;
    height: 12px;
  }
  .speech-wrap.sbs-think .speech-balloon::after {
    top: 16px;
    width: 6px;
    height: 6px;
    left: -27px;
  }
  .speech-wrap.sbs-think.sbp-r .speech-balloon {
    margin-right: 28px;
  }
  .speech-wrap.sbs-think.sbp-r .speech-balloon::before {
    border: 2px solid #ccc;
    left: auto;
    right: -19px;
  }
  .speech-wrap.sbs-think.sbp-r .speech-balloon::after {
    border: 2px solid #ccc;
    left: auto;
    right: -27px;
  }
  .admin-panel > div {
    margin-bottom: 0.6em;
    padding: 2px;
  }
  .menu-content {
    max-width: 84%;
  }
  .ranking-item-img-desc, .ranking-item-link-buttons {
    display: block;
  }
  .ranking-item-image-tag {
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .ranking-item-name-text, .widget_item_ranking .main-widget-label {
    font-size: 20px;
  }
  a.facebook-follow-button {
    top: 3px;
  }
  #header .site-name-text {
    font-size: 18px;
    max-width: 260px;
    height: 50px;
    overflow: hidden;
    margin: -4px auto 0;
  }
  .tagline {
    font-size: 11px;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    width: 46%;
  }
  .blogcard-content {
    font-size: 0.84em;
  }
  .blogcard-snipet {
    font-size: 0.74em;
  }
  .ect-vertical-card .entry-card-wrap {
    margin-bottom: 8px;
  }
  .ect-vertical-card.sp-entry-card-1-column .entry-card-wrap {
    display: block;
  }
  .ect-vertical-card.sp-entry-card-1-column > * {
    width: 100%;
  }
  #bbpress-forums .form-allowed-tags code {
    width: 100% !important;
  }
  .no-sp-snippet .entry-card-snippet {
    display: none;
  }
  .no-sp-snippet-related .related-entry-card-snippet {
    display: none;
  }
  .e-card-meta {
    margin-top: 2px;
  }
  .ect-entry-card .card-thumb, .rect-entry-card .card-thumb, .ect-big-card-first .card-thumb {
    margin-bottom: 6px;
  }
  .ect-entry-card .card-content, .rect-entry-card .card-content, .ect-big-card-first .card-content {
    margin: 0;
  }
  .ect-entry-card .card-snippet, .rect-entry-card .card-snippet, .ect-big-card-first .card-snippet {
    margin-bottom: 0;
    clear: both;
  }
  .ect-entry-card .card-meta, .rect-entry-card .card-meta, .ect-big-card-first .card-meta {
    clear: both;
  }
  .list .ect-vertical-card > * {
    width: 48%;
    padding: 0.5% !important;
    margin: 0.5% 0.5% 1.5% !important;
  }
  .sp-display-none {
    display: none;
  }
  .image-content amp-img {
    min-width: 200px;
    max-width: 200px;
  }
  .blogcard {
    padding-top: 3%;
  }
}
@media screen and (max-width: 356px) {
  .ect-vertical-card .entry-card-wrap, .rect-vartical-card .related-entry-card-wrap, .ect-2-columns > *, .ect-3-columns > * {
    width: 100% !important;
  }
}
@media print {
  /************************************
  ** 印刷用スタイル
  ************************************/
  #container {
    font-size: 11pt;
  }
  #container .header-container, #container .ad-area, #container .pager-links, #container .under-entry-content, #container .breadcrumb-category, #container .entry-footer, #container .sidebar, #container .footer, #container #admin-panel, #container #go-to-top, #container .go-to-top-button, #container #fb-root, #container .mobile-menu-buttons, #container .toc, #container .sns-share, #container .widget {
    display: none !important;
  }
  #container .main, #container .content, #container .wrap {
    width: auto;
    margin: 0;
    float: none;
    padding: 0;
    border: none;
    overflow-wrap: normal;
  }
  #container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
    background-color: transparent;
    border-width: 0;
    padding: 0;
    margin: 10px 0;
  }
  #container h1 {
    font-size: 21.5pt;
  }
  #container h2 {
    font-size: 18.5pt;
  }
  #container h3 {
    font-size: 16pt;
  }
  #container h4, #container h5, #container .article h6 {
    font-size: 14pt;
  }
}
/************************************
** ソースコード
************************************/
pre {
  background-color: #f3f4f5;
  border: 1px solid #ccc;
  overflow: auto;
  padding: 10px;
  margin: 1em 0;
}
/************************************************************************

** ここからオリジナル追加

************************************************************************/
.b {
  font-weight: 700;
}
.m {
  background: linear-gradient(transparent 80%, #ffdc39 0%);
}
.fs10 {
  font-size: 10px;
  line-height: 1;
}
.fs12 {
  font-size: 12px;
  line-height: 1;
}
.fs18 {
  font-size: 18px;
  line-height: 1;
}
.fs19 {
  font-size: 19px;
  line-height: 1;
}
.fs20 {
  font-size: 20px;
  line-height: 1;
}
.fs21 {
  font-size: 21px;
  line-height: 1;
}
.fs22 {
  font-size: 22px;
  line-height: 1;
}
.fs23 {
  font-size: 23px;
  line-height: 1;
}
.fs24 {
  font-size: 24px;
  line-height: 1;
}
.fs25 {
  font-size: 25px;
  line-height: 1;
}
.fs25 {
  font-size: 26px;
  line-height: 1;
}
.red {
  color: #ff0030;
}
.r {
  color: #ff0030;
}
.gray {
  color: #B4B4B4;
  ;
}
.rig {
  text-align: right !important;
}
.lef {
  text-align: left !important;
}
.cen {
  text-align: center !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
/*吹き出し*/
.entry-content .l-fuki, .entry-content .r-fuki {
  position: relative;
  width: 68%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #ababab;
  /* box-shadow: 1px 1px 5px #aaa; */
  background-color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 481px) {
  .entry-content .l-fuki, .entry-content .r-fuki {
    margin: 0.5em auto 2.5em !important;
  }
}
@media only screen and (max-width: 480px) {
  .entry-content .l-fuki, .entry-content .r-fuki {
    width: 80%;
    margin-bottom: 1.7em !important;
  }
}
.entry-content .l-fuki {
  margin: 0 0 50px 20%;
}
.entry-content .r-fuki {
  margin: 0 20% 50px 0;
}
.entry-content .l-fuki::before, .entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 23px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  background-color: #fff;
  z-index: 2;
}
.entry-content .r-fuki::before {
  right: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .l-fuki::before {
  left: -5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after, .entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -10px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; /* box-shadow: 1px 1px 5px #aaa; */
}
.entry-content .r-fuki::after {
  right: -108px;
}
.entry-content .l-fuki::after {
  left: -108px;
}
@media screen and (max-width: 620px) {
  .entry-content .l-fuki, .entry-content .r-fuki {
    width: 79%;
  }
  .entry-content .r-fuki {
    margin-right: 30%;
  }
  .entry-content .l-fuki {
    margin-left: 21%;
  }
}
@media screen and (max-width: 478px) {
  .entry-content .l-fuki::after, .entry-content .r-fuki::after {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .entry-content .r-fuki::after {
    right: -77px;
  }
  .entry-content .l-fuki::after {
    left: -75px;
    top: -2px;
  }
}
.entry-content .r-fuki span, .entry-content .l-fuki span {
  display: block;
  line-height: 1.4;
  position: absolute;
  width: 80px;
  text-align: center;
  top: 75px;
  z-index: 2;
  font-size: 11px;
  color: #9f9f9f;
}
.entry-content .r-fuki span {
  right: -110px;
}
.entry-content .l-fuki span {
  left: -110px;
}
@media screen and (max-width: 478px) {
  .entry-content .r-fuki span {
    width: 70px;
    right: -84px;
    top: 55px;
  }
  .entry-content .l-fuki span {
    width: 70px;
    left: -80px;
    top: 64px;
  }
}
/*会話吹き出しの顔アイコン登録*/
.master::after {
  background-image: url(face/master.jpg);
}
.customer1::after {
  background-image: url(face/customer1.jpg);
}
.hiyoko1::after {
  background-image: url(face/hiyoko1.jpg);
}
.hiyoko2::after {
  background-image: url(face/hiyoko2.jpg);
}
.hiyoko3::after {
  background-image: url(face/hiyoko3.jpg);
}
.hiyoko4::after {
  background-image: url(face/hiyoko4.jpg);
}
.hiyoko5::after {
  background-image: url(face/hiyoko5.jpg);
}
.woman1::after {
  background-image: url(face/woman1.jpg);
}
.cast1::after {
  background-image: url(face/cast1.jpg);
}
.cast2::after {
  background-image: url(face/cast2.jpg);
}
.cast3::after {
  background-image: url(face/cast3.jpg);
}
.capacity1::after {
  background-image: url(face/capacity1.jpg);
}
.r-nayami1::after {
  background-image: url(face/r-nayami1.jpg);
}
.r-nayami2::after {
  background-image: url(face/r-nayami2.jpg);
}
.r-ikari::after {
  background-image: url(face/r-ikari.jpg);
}
.waruihito::after {
  background-image: url(face/waruihito.jpg);
}
/* hタグ */
.entry-content h2 {
  color: #fff;
  background: #fa628b !important;
  box-shadow: 0 0 0 5px #fa628b !important;
  border: dashed 1px #ffffff;
  padding: 0.35em 0.5em !important;
  font-size: 24px;
  margin: 80px 5px 10px !important;
  border-radius: 0;
}
.page h2 {
  margin: 80px 5px 30px !important;
}
@media only screen and (max-width: 480px) {
  .entry-content h2 {
    font-size: 18px;
  }
}
.entry-content h3 {
  width: 100%;
  display: table;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 1.6em;
  position: relative;
  border: none;
  padding: 10px 0 5px;
  color: #fa628b;
}
@media only screen and (max-width: 480px) {
  .entry-content h3 {
    font-size: 19px;
  }
}
.entry-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  background: -webkit-repeating-linear-gradient(-45deg, #fa628b, #fa628b 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #fa628b, #fa628b 2px, #fff 2px, #fff 4px);
}
.entry-content h4 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #fa628b;
  display: inline-block;
  position: relative;
  margin: 25px 0;
  font-size: 18px;
}
/*PCのみ改行*/
.br-pc {
  display: block;
}
.br2-pc {
  display: block;
  margin: 0 0 30px 0;
}
.br-sp {
  display: none;
}
/*スマホのみ改行*/
@media screen and (max-width:480px) {
  .br-sp {
    display: block;
  }
  .br-pc, .br2-pc {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .br2-sp {
    display: block;
    margin: 0 0 30px 0;
  }
  .br-pc, .br2-pc {
    display: none;
  }
}
.entry-content table {
  font-size: 16px;
  border-collapse: collapse;
  margin: 0 auto 2em;
  border: solid 3px #ffe7ed;
}
.entry-content thead th {
  border: solid 1px #fff;
}
.entry-content tbody {
  font-size: 16px;
  table-layout: auto;
  padding: 3px 3px 0 3px;
}
.entry-content td, .entry-content th {
  padding: 12px;
  border: 1px solid #ffe7ed;
  text-align: left;
}
.entry-content td {
  display: table-cell;
}
.entry-content th {
  font-weight: bold;
  background: #fff;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.7em;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*リストマーク*/
ul.nuri, ol.nuri {
  width: 100%;
  background: #fdf6f8;
  padding: 20px !important;
  margin-bottom: 2em;
}
ul.check li {
  background-position: 0% 50%;
  background-image: url(img/check.gif);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  line-height: 2;
  padding: 0;
  padding-left: 20px;
  list-style-type: none !important;
}
ul.mark li {
  background-position: 0% 50%;
  background-image: url(img/list.gif);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  line-height: 2;
  padding: 0;
  padding-left: 20px;
  list-style-type: none !important;
}
.entry-content ol, .entry-content ul {
  padding-left: 0;
}
.entry-content ol {
  counter-reset: number;
  list-style-type: none !important;
}
.entry-content ol li {
  position: relative;
  padding-left: 25px;
  line-height: 2;
}
.entry-content ol li:before {
  position: absolute;
  font: italic 1em/1.3em Georgia, serif;
  color: #fa628b;
  counter-increment: number;
  content: counter(number) ".";
  ;
  display: inline-block;
  border-radius: 50%;
  left: 0;
  font-size: 25px;
  line-height: 1.75;
  top: 45%;
  background: none !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.space-l {
  margin-top: 5em !important;
}
.space-m {
  margin-top: 4em !important;
}
.space-s {
  margin-top: 3em !important;
}
/*引用*/
blockquote {
  position: relative;
  font-size: 16px;
  padding: 15px 25px;
  box-sizing: border-box;
  margin: 2.5em 5px !important;
  color: #333;
  border: solid 1px #fa628b;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  content: "\f10d";
  font-family: FontAwesome;
  background: #FFF;
  color: #fa628b;
}
blockquote:after {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: -10px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  content: "\f10e";
  font-family: FontAwesome;
  background: #fff;
  color: #fa628b;
}
blockquote p {
  padding: 0;
  margin: 0;
  line-height: 1.7;
  margin-bottom: 0 !important;
}
blockquote img {
  margin: 10px;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #fa628b;
  font-size: 0.9em;
}
hr {
  border-top: none;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  overflow: initial;
  margin: 2em 0 2em !important;
  height: 0px;
}
hr:after {
  content: '';
  background: url(img/hr-icon.jpg) no-repeat;
  background-size: 45px 30px;
  width: 45px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0;
  font-size: 18px;
}
/*関連記事*/
.kanren {
  margin-top: 2em;
  text-align: center;
}
.kanren p {
  display: none;
}
.kanren a {
  text-decoration: none;
  display: inline-block;
  padding: 0.9em;
  width: 100%;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  margin: 0 auto 10px;
  color: #333;
  transition: .3s ease-in-out;
  line-height: 1.75;
}
.kanren a:hover {
  color: #fa628b;
}
.kanren a:hover img {
  filter: grayscale(0%);
}
.kanren-thum {
  width: 30%;
  float: left;
  margin-right: 20px;
  line-height: 0;
}
.kanren-thum img {
  filter: grayscale(100%);
  width: 100%;
  margin-bottom: 0;
  transition: .3s ease-in-out;
}
.kanren-thum img:hover {
  filter: grayscale(0%);
  opacity: 1 !important;
}
.kanren-text {
  text-align: left;
  overflow: hidden;
}
.kanren-text::before {
  content: "\95A2\9023\8A18\4E8B";
  font-size: 12px;
  /* font-weight: bold; */
  color: rgb(255, 255, 255);
  width: 5em;
  display: block;
  position: relative;
  text-align: center;
  background: #fa628b;
  padding: 0.3em 0.2em 0.2em 0.2em;
  border-radius: 2px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .kanren a {
    width: 100%;
    padding: 15px 10px 10px;
  }
  .kanren-thum {
    width: 35%;
    margin-right: 10px;
  }
  .kanren-thum img {
    filter: grayscale(0%);
  }
  .kanren-text::before {
    content: "\95A2\9023\8A18\4E8B";
    font-size: 10px;
    top: 3px;
    left: 0px;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 4.5em;
  }
  .kanren-text {
    overflow: visible;
    margin-top: -32px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .kanren-text::before {
    content: "\95A2\9023";
    display: inline-block;
  }
}
/*記事最下部おすすめリンク*/
.osusume-link {
  position: relative;
  margin: 2em 0;
  padding: 40px 10px 7px;
  border: solid 2px #fa628b;
}
.osusume-link br {
  display: none;
}
.osusume-link a {
  display: block;
  margin-bottom: 10px;
}
.osusume-link .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 14px;
  background: #fa628b;
  color: #ffffff;
}
.osusume-link p {
  margin: 0;
  padding: 0;
}
.osusume-link a.icon:before {
  top: 2px;
  font-size: 16px;
  left: 1px;
} /*LINEを送るボタン*/
.line_btn {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  height: 70px;
  max-width: 450px;
  margin: 0 auto 40px;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #41c508;
  color: #FFF !important;
  border-bottom: solid 4px #349e06;
  border-radius: 3px;
  line-height: 50px;
  padding-left: 70px;
}
.line_btn:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  line-height: 25px;
  content: url(img/line_btn.gif);
  background: #FFF;
}
@media only screen and (max-width: 480px) {
  .line_btn {
    font-size: 19px;
    display: inline-block;
    width: 100%;
    margin: 0 auto 40px;
    line-height: 1.5;
    text-align: left;
    padding: 20px 15px 20px 55px;
    height: auto;
  }
  .line-zone .line_btn {
    /*padding: 15px 0px 15px 40px;*/
  }
  .line_btn:before {
    content: '';
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 40px; /*画像の高さ*/
    background-image: url(img/line_btn.gif?05);
    background-size: contain;
    vertical-align: middle;
    top: 15px;
  }
}
.reflection-img {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  max-height: 70px;
  margin: 0 auto 1.7em;
}
.reflection-img p, .reflection-img a {
  margin: 0;
}
.reflection {
  height: 100%;
  width: 17px;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-ms-keyframes reflection {
  0% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -ms-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-o-keyframes reflection {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*ご利用手順*/
/* スマホ用登録フロー */
.flow {
  width: 85%;
  max-width: 450px;
  margin: 0 auto;
}
.flow br {
  display: none;
}
.flow p {
  float: left;
  margin: 0;
  margin-top: 20px !important;
  display: table-cell;
}
.flow ul li {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  width: 100%;
  padding: 0;
  margin-bottom: 1.5em;
  position: relative;
}
.flow ul li, .flow ul li div {
  display: table;
  background: #fff;
  box-sizing: border-box;
  float: left;
}
.flow ul .icon_arrow:before {
  color: #777;
  font-size: 27px;
  font-size: 1.7rem;
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -.85rem;
  background: none;
}
.flow ul li div i {
  display: table-cell !important;
  vertical-align: middle;
  font-style: normal;
  position: relative;
}
.flow ul li div:after {
  content: "";
  width: 1px;
  width: .09rem;
  height: 67px;
  height: 4.2rem;
  background: #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: .7rem;
  position: relative;
  top: 5px;
}
.icon_arrow:before {
  content: url(img/arrow_thin2.jpg);
}
.flow ul li span {
  float: none;
  display: table-cell;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1;
}
.flow ul li span small {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 100;
  margin-bottom: 0.5em;
}
.flow img {
  width: 40px;
  height: auto;
  margin: 20px;
}
/*この記事のまとめまとめ*/
.post-matome {
  border: 1px solid #ababab;
  border-radius: 2px;
  margin: 40px 0 !important;
  padding: 20px 20px 0px;
}
.post-matome p {
  width: 80%;
  text-align: center;
  margin: 0 auto 10px;
  padding: 10px 10px 5px;
  color: #3e3e3e;
  border-bottom: 2px solid #3e3e3e;
  font-weight: 700;
}
.post-matome p:before {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 105%;
  margin-right: 5px;
}
.post-matome ul {
  list-style-type: disc;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.post-matome ul li {
  border-bottom: dotted 1px #ccc;
  line-height: 1.3;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.post-matome ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 105%;
  margin-right: 5px;
  color: #fa628b;
  background: none !important;
}
@media only screen and (max-width: 480px) {
  .post-matome {
    border: 1px solid #ababab;
    border-radius: 2px;
    margin: 30px 0;
    padding: 0 10px 0px;
  }
  .post-matome p {
    padding: 20px 10px 5px;
  }
  .post-matome ul {
    padding: 15px;
    margin: 0 auto 15px;
  }
}
/*こちらの記事もおすすめです*/
.osusume-link {
  position: relative;
  margin: 4em 0 0.5em;
  padding: 1em 0.5em 0.5em;
  border: solid 1px #fa628b;
}
.osusume-link .title {
  position: absolute;
  display: inline-block;
  top: -26px;
  font-size: 12px;
  left: -3px;
  padding: 0 10px;
  height: 25px;
  line-height: 26px;
  vertical-align: middle;
  background: #fa628b;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.osusume-link p {
  margin: 0;
  padding: 0;
}
/*フレーム*/
div.wk {
  -webkit-box-shadow: 0 0 0 5px #ffecec;
  box-shadow: 0 0 0 5px #ffecec;
  border: 1px solid #fa628b;
  margin: 2em 5px 2.5em !important;
  padding: 15px 22px;
}
div.wk p:last-of-type {
  margin-bottom: 0;
}
/*youtube*/
.yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.7em;
}
.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*口コミ 評判*/
div.good, div.bad {
  margin: 5px;
  position: relative;
  padding: 20px 15px 20px 55px;
  margin-bottom: 1.7em;
}
div.good::after, div.bad::after {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 40px;
  float: left;
}
div.good {
  border: 1px solid #ffc150;
  -webkit-box-shadow: 0 0 0 5px #fff5e1;
  box-shadow: 0 0 0 5px #fff5e1;
}
div.good::after {
  font-family: "fontawesome";
  content: '\f118';
  color: #ffa201;
}
div.bad {
  border: 1px solid #c2abff;
  -webkit-box-shadow: 0 0 0 5px #f5f1ff;
  box-shadow: 0 0 0 5px #f5f1ff;
}
div.bad::after {
  font-family: "fontawesome";
  content: '\f119';
  color: #a988ff;
}
/*自己紹介のタイムライン*/
/*タイムライン*/
.cp_timeline01 {
  position: relative;
  width: 100%;
  margin: 3em auto;
  padding: 1em 0;
  list-style-type: none;
}
.cp_timeline01:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgba(234, 234, 234, 1);
  z-index: 5;
}
.cp_timeline01 li {
  padding: 1em 0;
}
.cp_timeline01 li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cp_timeline01 li:nth-child(odd) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  float: left;
  text-align: right;
}
.cp_timeline01 li:nth-child(even) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  float: right;
}
.cp_timeline01 li .timeline_item .flag_cont {
  position: relative;
  display: inline-block;
  text-align: center;
}
.cp_timeline01 li .timeline_item .flag {
  position: relative;
  display: inline;
  background: rgba(26, 35, 126, 1);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: left;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
  position: absolute;
  top: 10px;
  right: -41px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: rgba(255, 151, 177, 1);
  border-radius: 12px;
  border: 6px solid rgba(255, 80, 124, 1);
  z-index: 10;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
  left: -41px;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
  position: absolute;
  top: 12px;
  right: -39px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 1);
  z-index: 10;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
  left: -39px;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-left-color: rgba(26, 35, 126, 1);
  border-width: 6px;
}
.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-right-color: rgba(26, 35, 126, 1);
  border-width: 6px;
}
.cp_timeline01 li .timeline_item .time {
  display: block;
  margin-top: 1em;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1em;
  color: rgb(255, 80, 124);
  text-align: right;
}
.cp_timeline01 li:nth-child(even) .timeline_item .time {
  text-align: left;
}
.cp_timeline01 li .timeline_item .desc {
  font-size: 14px;
  line-height: 1.5em;
  margin: 1em 1em 0 1em;
  padding: 1em;
  border: 1px solid #ff97b1;
  background: #fff;
  border-radius: 6px;
}
@media only screen and (max-width:768px) {
  .cp_timeline01 {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  .cp_timeline01 li {
    padding: 2em 0;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item, .cp_timeline01 li:nth-child(even) .timeline_item {
    float: none;
    width: 100%;
    text-align: center;
  }
  .cp_timeline01 li .timeline_item .flag_cont {
    text-align: center;
  }
  .cp_timeline01 li .timeline_item .flag {
    z-index: 15;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
    top: -30px;
    right: calc(50% - 12px);
    left: calc(50% - 12px);
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after, .cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
    top: -28px;
    right: calc(50% - 10px);
    left: calc(50% - 10px);
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .flag:after, .cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    height: 0;
    width: 0;
    margin-left: -6px;
    border: solid transparent;
    border-bottom-color: rgba(26, 35, 126, 1);
    border-width: 6px;
    pointer-events: none;
  }
  .cp_timeline01 li .flag_cont {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  .cp_timeline01 li:nth-child(odd) .timeline_item .time, .cp_timeline01 li:nth-child(even) .timeline_item .time {
    float: none;
    text-align: center;
    background: #ffffff;
  }
  .cp_timeline01 li .timeline_item .desc {
    position: relative;
    z-index: 15;
  }
}
/*固定ページのシェア機能を削除*/
.page .sns-share, .page .sns-follow {
  display: none;
}
/*カテゴリータブの非表示*/
.eye-catch .cat-label {
  display: none;
}
/*記事ラスト「LINE＠紹介サービスの枠」*/
.line-zone {
  border: double 4px #4ec4d3;
  padding: 15px 20px 1px;
  margin-bottom: 2em;
  position: relative;
  display: block;
}
.line-zone p {
  margin: 0 0 1.7em !important;
  line-height: 1.75;
  font-size: 17px;
}
.line-zone img {
  margin-bottom: 1em;
}
.line-zone h3 {
  line-height: 1.3;
  text-align: center;
  border-bottom: double 4px #4ec4d3;
  padding-bottom: 10px;
  width: 70%;
  margin: 0 auto;
  font-size: 28px;
}
.line-zone hr {
  margin: 2em 0 0.5em;
  width: 100%;
}
.last-prf {
  float: left;
}
.last-img {
  display: block;
  margin-right: 20px;
  margin-bottom: 5px !important;
  width: 70px;
  border-radius: 50%;
}
.last-name {
  font-size: 12px !important;
  color: #9f9f9f;
  margin-left: 12px;
}
.last-text {
  display: table;
  border: 1px solid #c7c7c7;
  padding: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  .line-zone {
    padding: 10px 20px 1px;
    margin: 0 1em 1em;
    background: #fff;
  }
  .line-zone h3 {
    font-size: 20px;
    width: auto;
    margin-bottom: 0.5em
  }
  .line-zone p {
    font-size: 15px;
  }
  .line-zone-cover {
    background: #4ec4d3;
    padding: 20px 0 10px;
  }
  .line-zone img {
    margin-bottom: 0.5em;
  }
  .last-img {
    width: 60px;
    margin-right: 10px;
  }
  .last-name {
    margin-left: 8px;
  }
  p.last-text {
    font-size: 12px;
  }
}
.whatsnew p {
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}
.whatsnew p:before {
  font-family: "fontawesome";
  content: '\f02d';
  position: absolute;
  left: 0;
}
.entry-content p {
  margin-top: 0;
  margin-bottom: 1.7em;
}
/*iphone5s用*/
@media only screen and (max-width: 320px) {
  .entry-content p, .line-zone p {
    font-size: 0.9em !important;
  }
  .entry-content .l-fuki, .entry-content .r-fuki {
    width: 74%;
  }
  .entry-content .l-fuki {
    margin-left: 25%;
  }
  .line-zone .line_btn {
    font-size: 15px;
    width: 100%;
    padding: 10px 10px 10px 50px;
  }
}
/*ヘッダーメニューの最初だけにアイコン*/
#navi .navi-in > ul > li:first-child {
  position: relative;
  padding-left: 35px;
  width: 100%;
  max-width: 360px;
}
#navi .navi-in > ul > li:nth-child(4) {
  max-width: 240px;
  width: 100%;
}
#navi .navi-in > ul > li:first-child:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  content: '';
  background: url(images/menu_icon.gif);
  background-size: 40px auto;
}
#navi .navi-in > ul > li {
  border-left: solid 1px #eaeaea;
}
#navi .navi-in > ul > li:last-child {
  border-right: solid 1px #eaeaea;
}
/*フッターデザイン*/
.footer {
  text-align: center;
  border-top: 3px solid #000;
  padding-top: 20px;
  background-color: #282828 !important;
  color: #696969;
}
a.fmenu {
  font-size: 12px;
  color: #a9a9a9;
}
a.fmenu:hover {
  text-decoration: none;
}
.footer-logo img {
  max-width: 220px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .footer-logo img {
    max-width: 160px;
  }
}
/*お仕事紹介のボタン*/
.work-kaisetsu {
  width: 100%;
}
.work-kaisetsu {
  zoom: 1; /* float解除 for IE6/7  */
}
.work-kaisetsu:after, .work-kaisetsu:before {
  content: "";
  clear: both;
  display: block;
}
.work-kaisetsu br {
  display: none;
}
.work-kaisetsu .square_btn {
  float: left;
}
.work-kaisetsu .line {
  float: right;
}
.work-kaisetsu .line, .work-kaisetsu .square_btn {
  width: calc((100% - 75px) / 2);
  width: -webkit-calc((100% - 75px) / 2);
  width: -moz-calc((100% - 75px) / 2);
}
@media only screen and (max-width: 480px) {
  .work-kaisetsu .square_btn, .work-kaisetsu .line {
    float: inherit;
    width: 300px;
  }
  .work-kaisetsu {
    text-align: center;
  }
  .work-kaisetsu .square_btn {
    margin-bottom: 20px;
  }
}
/*画面分割*/
.top-half, .top-half-sp {
  margin: 0 auto 1.6em;
  overflow: hidden;
}
.top-half ul {
  text-align: left;
}
.top-half-l img {
  padding: 3px;
  float: right;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
}
.top-half p.cen img {
  float: inherit;
}
.top-half-l {
  width: 48%;
  float: left;
}
.top-half-r {
  width: 48%;
  float: right;
}
.top-half-l-3 {
  width: 28%;
  float: left;
}
.top-half-r-7 {
  width: 70%;
  float: right;
}
.top-half-sp img {
  max-width: 100%;
}
.top-half-l-sp {
  width: 60%;
  float: left;
}
.top-half-r-sp {
  width: 39%;
  float: right;
}
.top-half-l-sp5 {
  width: 49%;
  float: left;
}
.top-half-r-sp5 {
  width: 49%;
  float: right;
}
.top-half p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .top-half {
    margin-bottom: 0;
  }
  .top-half-l img {
    float: none;
  }
  .top-half-l {
    text-align: center;
    width: 100%;
    float: none;
  }
  .top-half-r {
    width: 100%;
    float: none;
  }
}
.square_btn {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0.3em 1em;
  background: #ff5781;
  color: white;
  text-decoration: none;
  border: solid 2px #ff5781;
  border-bottom: solid 4px #d03c61;
  border-radius: 3px;
  transition: .4s;
}
.square_btn:hover {
  color: #fff000;
}
.square_btn i {
  margin: 10px 5px 10px 0;
}
a.line {
  display: table;
  padding: 0.7em 1em;
  background: #4ecd00;
  color: white;
  text-decoration: none;
  border: solid 2px #4ecd00;
  border-bottom: solid 4px #389300;
  border-radius: 3px;
  transition: .4s;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto 20px;
  position: relative;
  width: 100%;
}
a.line:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -7px;
  width: 25px;
  height: 25px;
  background: url(img/icon_parts.gif);
  background-size: 130px auto;
  background-position: 191px 39px;
  vertical-align: middle;
}
a.mail {
  display: inline-block;
  padding: 0.7em 1em;
  background: #497cda;
  color: white;
  text-decoration: none;
  border: solid 2px #497cda;
  border-bottom: solid 4px #0157a8;
  border-radius: 3px;
  transition: .4s;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
}
a.mail:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -7px;
  width: 25px;
  height: 25px;
  background: url(img/icon_parts.gif);
  background-size: 130px auto;
  background-position: 165px 39px;
  vertical-align: middle;
}
.zoom:after {
  content: "▲ クリックで拡大 ▲";
  display: block;
  font-size: 12px;
  line-height: 0;
  color: #999;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .zoom:after {
    content: "▲ 画像をタップして拡大 ▲";
    font-size: 11px;
  }
}
/*お問い合わせがありました*/
.application {
  border: 1px solid #eee;
  padding: 20px;
  margin: 30px 0 30px;
  -moz-box-shadow: 0 0 5px #cacaca;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  border-top: 4px solid #000;
  position: relative; /*background-image:  url(img/oubo_girl.jpg?1);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
  vertical-align: middle;*/
}
.application::after {
  position: absolute;
  top: -4px;
  left: -1px;
  z-index: 2;
  content: '';
  width: 35%;
  height: 4px;
  background-color: #fa628b;
}
.application p.toiawase {
  color: #fa628b;
  font-size: 50px;
  line-height: 0;
  text-align: center;
  margin: 40px auto;
}
.application p.toiawase span {
  font-size: 32px !important;
}
.application p.day {
  text-align: center;
}
.application ul li {
  border: 1px solid #ababab;
  display: inline-block;
  width: 50%;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  position: relative;
}
.application ul li:first-child {
  border-right: none;
}
.application ul li:first-child:before {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  content: '';
  background: url(img/icon_parts.gif);
  background-size: 200px auto;
  background-position: 170px -100px;
  vertical-align: middle;
}
.application ul li:last-child:before {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  content: '';
  background: url(img/icon_parts.gif);
  background-size: 200px auto;
  background-position: 170px -125px;
  vertical-align: middle;
}
p.message {
  margin: 2em 0;
  font-size: 15px;
}
/*プロフィールエリア*/
.prf {
  border-top: 3px solid #000;
  /* margin-bottom: 30px; */
  padding: 30px 20px;
  position: relative;
  margin: 15px 0;
  text-align: center;
}
.prf::after {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 35%;
  height: 3px;
  background-color: #fa628b;
}
.plf-img {
  width: 210px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}
p.name {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
p.pr {
  line-height: 1.75;
  text-align: left;
  margin: 0 0 1.5em;
  overflow: auto;
  font-size: 15px;
}
p.name span {
  font-size: 12px;
  display: block;
  color: #999;
}
a.pr-page {
  display: block;
  text-align: center;
  padding: 10px 10px;
  background: #fa628b;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
a.pr-page:hover {
  color: #fff;
  opacity: 0.7;
}
ul.sns_icon {
  max-width: 80px;
  height: 30px;
  margin: 2em auto 0.5em;
}
ul.sns_icon li {
  display: inline;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
}
ul.sns_icon li:last-child {
  margin-right: 0px;
}
ul.sns_icon li a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
ul.sns_icon li a.twitter {
  background: url(img/icon_parts.gif);
  background-size: 200px auto;
  background-position: 0px -100px;
}
ul.sns_icon li a.line {
  background: url(img/line.gif) no-repeat center center;
  background-size: contain;
}
ul.sns_icon li a.rss {
  background: url(img/icon_parts.gif);
  background-size: 200px auto;
  background-position: 0px -130px;
}
/*サイドバーのタイトル*/
.widget-title span {
  display: block;
  width: 100%;
  height: 100%;
  padding: .75em .8em;
}
.widget-title {
  background: none !important;
  color: #333 !important;
  border-top: 4px solid #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.widget-title::after {
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 35%;
  height: 4px;
  background-color: #fa628b;
}
/*カテゴリー*/
ul.ct {
  margin-bottom: 2em;
}
ul.ct a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: .5em 0 .5em 0;
  margin: 0;
  position: relative;
  color: #333;
}
ul.ct li {
  list-style: none;
  margin-bottom: 10px;
}
ul.ct a:hover {
  color: #fa628b;
  text-decoration: underline;
}
ul.ct a:after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  right: .2em;
  font-size: 1em;
  color: #e95d6f;
  top: 50%;
  margin-top: -.7em;
  margin-right: .2em;
}
/*目次*/
.toc {
  margin-bottom: 40px;
  padding: 20px 15px 10px 15px !important;
  background: #fff;
  border: 5px solid #dfdfdf;
  border-radius: 2px;
  width: 80%;
  color: #666;
}
@media only screen and (max-width: 480px) {
  .toc {
    width: 100%;
    color: #666;
  }
}
.toc ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.3em;
  margin-top: 15px;
}
.toc ul li ul li a {
  color: #adadad;
}
.toc ul li ul li {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 13px;
}
.toc ul li ul li:before {
  font-family: FontAwesome;
  content: '\f0da';
  color: #636363;
  width: 0;
  background: 0 0;
  position: absolute;
  left: 0;
}
/*ここがポイント*/
.check-waku {
  border: solid 1px #fa628b;
  padding: 20px;
  margin-top: 2em !important;
  position: relative;
  z-index: 0;
  top: 10px;
}
.check-waku br:first-child {
  display: none;
}
.check-waku::before {
  content: '';
  position: absolute;
  background: url(img/check-icon.jpg) no-repeat;
  background-size: auto 30px;
  height: 30px;
  width: 154px;
  top: -20px;
  left: 15px;
  z-index: 1;
}
/*人気記事*/
.wpp-thumbnail {
  width: 120px;
  margin: 0 20px 0 0;
}
.popularity li a {
  font-size: 12px;
}
.popularity {
  margin-bottom: 2em;
  padding: 0 10px 0
}
.popularity a {
  color: #333 !important;
  text-decoration: none !important;
}
.popularity a:hover {
  color: #fa628b !important;
  text-decoration: underline !important;
}
.popularity ul {
  width: 100%;
}
.popularity li {
  display: table;
  margin-bottom: 25px;
  line-height: 1.2;
}
/*WPツールバー*/
#wpadminbar {
  position: absolute !important;
}
/*人気記事アイコン*/
.side-image img {
  width: 140px;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .side-image img {
    width: 100px;
  }
}
.p-post li:first-child .side-image {
  position: relative;
}
.p-post li:first-child .side-image::after {
  position: absolute;
  content: '1';
  color: white;
  background: #fa628b;
  width: 10px;
  height: 15px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 1.5;
  border: solid #fff 1px;
  font-family: Quicksand, sans-serif;
  top: 0;
  left: 0;
}
.p-post li:nth-child(2) .side-image {
  position: relative;
}
.p-post li:nth-child(2) .side-image::after {
  position: absolute;
  content: '2';
  color: white;
  background: #fa628b;
  width: 10px;
  height: 15px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 1.5;
  border: solid #fff 1px;
  font-family: Quicksand, sans-serif;
  top: 0;
  left: 0;
}
.p-post li:nth-child(3) .side-image {
  position: relative;
}
.p-post li:nth-child(3) .side-image::after {
  position: absolute;
  content: '3';
  color: white;
  background: #fa628b;
  width: 10px;
  height: 15px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 1.5;
  border: solid #fff 1px;
  font-family: Quicksand, sans-serif;
  top: 0;
  left: 0;
}
/*記事IDの表示*/
ul.kanri {
  list-style: none;
  margin: 0 0 -15px;
  padding: 0;
  font-size: 14px;
  color: #999;
}
/*こちらの記事もおすすめです*/
.osusume-link a.icon:before, .osusume-link a.icon-post:before {
  font-family: FontAwesome;
  content: "\f08e";
  position: absolute;
  top: 2px;
  left: 0;
}
.osusume-link {
  position: relative;
  margin: 2em 0;
  padding: 20px 10px 10px;
  border: solid 2px #fa628b;
  top: 30px;
}
.osusume-link br {
  display: none;
}
.osusume-link a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.osusume-link .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 14px;
  background: #fa628b;
  color: #ffffff;
}
.osusume-link p {
  margin: 0;
  padding: 0;
}
.osusume-link a.icon:before {
  top: 2px;
  font-size: 16px;
  left: 1px;
}
/* 黒線の引用 */
dl {
  line-height: 1.9;
  padding: 0px 20px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  margin: 40px auto !important;
}
dt {
  background: #fff;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  top: -15px;
  left: -10px;
}
dl > dd p {
  margin-bottom: 5px;
  color: #a7a7a7;
}
dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/*スマホ用ボタン*/
.sidebar-menu-button {
  background-color: #ececec;
  border-radius: 50%;
  height: 60px;
  width: 60px !important;
  padding-top: 7px;
  margin: 15px;
  right: 0;
  bottom: 0;
  position: absolute !important;
}
@media only screen and (max-width: 320px) {
  .sidebar-menu-button {
    margin: 10px;
  }
}
.sidebar-menu-caption, .home-menu-button span {
  font-size: 10px !important;
}
.home-menu-button a {
  font-weight: 700;
  background: #ffa5be;
  margin: 6px 6px 10px;
  border-radius: 5px;
  padding: 10px 15px;
  display: block;
}
.home-menu-button a.green {
  background: #31c619;
}
@media only screen and (max-width: 320px) {
  .home-menu-button a {
    font-size: 13px;
  }
}
.home-menu-button {
  padding-top: 8px;
}
.home-menu-button span {
  display: block;
  font-weight: normal;
}
@media only screen and (max-width: 480px) {
  .header {
    height: 60px;
    border-top: 4px solid #333;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    background: #fff !important;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    opacity: .95;
  }
  .logo-header img {
    max-width: 150px;
  }
  .logo-image {
    padding: 5px 0;
  }
  body {
    padding-top: 60px;
  }
  #sidebar-menu-content .application {
    border: none;
    padding: 20px 0;
    box-shadow: none;
    border-top: 4px solid #000;
    position: relative;
  }
}
#sidebar-menu-content a.line, #sidebar-menu-content a.mail {
  width: 100%;
}
a.top-button {
  display: block;
  border-bottom: 3px solid #c72222;
  max-width: 340px;
  top: 360px;
  left: 24.5%;
  margin: 0 auto;
  padding: 30px 45px 30px 29px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #fd4545;
  position: absolute;
}
a.top-button:hover {
  opacity: 0.6;
}
a.top-button:after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  right: 1em;
  color: #fff;
  top: 50%;
}
@media only screen and (max-width: 480px) {
  .appeal-content img {
    display: none !important;
  }
  .appeal {
    background-image: url(img/topimg-sp.jpg) !important;
  }
  .appeal-content {
    height: 370px;
    background-image: url(img/topimg-sp.jpg);
    background-size: cover;
  }
  a.top-button {
    left: 50%;
    transform: translateX(-50%);
    padding: 25px !important;
    width: 100%;
    max-width: 300px;
    top: 285px;
  }
}
@media only screen and (max-width: 320px) {
  a.top-button {
    width: 280px;
    top: 265px;
  }
}
/*応募フォーム*/
.fukidashi-form {
  border-radius: 5px;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0.5em 0 2em;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #fa628b;
}
.fukidashi-form:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fa628b;
}
.fukidashi-form p {
  margin: 0;
  padding: 0;
}
form table {
  width: 100% !important;
  border: none !important;
}
form tbody {
  border: none !important;
}
form tbody th {
  text-align: left;
  background: none !important;
  border-bottom: dotted 1px #999 !important;
}
form tbody th {
  text-align: left;
  background: none !important;
  border-bottom: dotted 1px #999 !important;
  width: 25%;
}
form tbody td {
  border-bottom: dotted 1px #999 !important;
  border-left: 1px #fff solid;
}
form tbody span.text {
  float: left;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
form tbody span.hissu, form tbody span.nini {
  padding: 2px 5px 2px 3px;
  border-radius: 5px;
  margin: 5px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
form tbody span.hissu {
  background: #fa628b;
}
form tbody span.nini {
  background: #666;
}
@media only screen and (max-width: 480px) {
  form tbody span.hissu, form tbody span.nini {
    display: none;
  }
  .fukidashi-form {
    font-weight: normal;
  }
  form tbody input {
    max-width: 250px;
  }
}
.mw_wp_form input[type=submit], .wpcf7-submit {
  background: #fa628b;
  border: solid 2px #fa628b;
  color: #fff;
  padding: 1em 3em !important;
  width: 300px !important;
  border-radius: 5px;
  display: block;
  margin: 2.5em auto !important;
}
/*YES NOチャート*/
.yesno_q dt span {
  color: #ff8787 !important;
  background: none !important;
}
ul#choices li button {
  width: 46% !important;
  cursor: pointer;
}
ul#choices li button:hover {
  opacity: 0.7;
}
ul#choices li:first-child button {
  float: left
}
ul#choices li:nth-child(2) button {
  float: right;
}
ul#choices li:nth-child(3) button {
  color: #fa628b !important;
  width: 100% !important;
  text-decoration: underline;
  background: none !important;
  border: none !important;
  font-size: 16px !important;
  margin-top: 20px;
}
ul#choices li button {
  border: none !important;
  border-bottom: solid 4px #da6868 !important;
  background: #ff8787 !important;
  font-weight: 700;
  border-radius: 0 !important;
}
.yesno_q {
  border: none !important;
  box-shadow: none;
}
/*文字の装飾*/
p.ex, p.good {
  padding-left: 20px;
  margin-bottom: 0px !important;
  font-weight: 700;
}
p.ex:before {
  content: "\f06a";
  color: #d1444b; /*赤色*/
  font-size: 100%;
  float: left;
  line-height: 1.6;
  font-family: FontAwesome;
  font-weight: normal !important;
  text-indent: -20px;
}
p.good:before {
  content: "\f164";
  color: #3573c7; /*青色*/
  font-size: 100%;
  float: left;
  line-height: 1.6;
  font-family: FontAwesome;
  font-weight: normal !important;
  text-indent: -20px;
}
/*サイドバーの最新記事*/
.widget-sidebar ul {
  font-size: 15px;
}
/*カテゴリーページの調整*/
#list .a-wrap {
  width: 100%;
  float: none;
}
#list .entry-card-title {
  float: none;
  font-size: 20px;
}
#list .entry-card-thumb {
  width: 320px;
  margin-right: 30px;
}
/*サイトマップ調整*/
ul#sitemap_list a {
  color: #333;
}
ul#sitemap_list a:hover {
  color: #333;
  text-decoration: underline;
}
/*CVゾーン*/
.cv-zone {
  background: #f5f5f5;
  padding: 20px 15px;
  margin-bottom: 2em !important;
  text-align: center;
}
.cv-zone-a {
  text-align: center;
}
.cv-zone p {
  display: none;
}
/*カテゴリーボタン*/
.ct-half img {
  max-width: 380px;
  width: 100%;
}
.ct-half img:hover {
  opacity: 0.7;
}
.ct-half a:first-of-type {
  float: right;
}
@media only screen and (max-width: 480px) {
  .ct-half img {
    max-width: 170px;
  }
}
@media only screen and (max-width: 320px) {
  .ct-half img {
    max-width: 145px;
  }
}
/*比較テーブル*/
table.taigu-hikaku {
  max-width: 500px;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center !important;
  border: none;
}
table.taigu-hikaku tbody {
  display: table-footer-group;
}
table.taigu-hikaku th {
  font-weight: bold;
  color: #FFFFFF;
  padding: 20px 10px;
  border: none !important;
}
table.taigu-hikaku tr:nth-child(even) {
  background: #F5F5F5 !important;
}
table.taigu-hikaku td {
  border: solid 1px #E8E8E8 !important;
}
table.taigu-hikaku th.teitaigu {
  width: 25%;
  text-align: center;
  background: #d4aab4 !important;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}
table.taigu-hikaku th.koutaigu {
  width: 25%;
  text-align: center;
  background: #ff527d !important;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}
.hikaku {
  background: #FFFFFF !important;
  border-top: none !important;
  width: 10% !important;
}
table.taigu-hikaku tbody td:nth-child(even) {
  font-size: 12px;
  text-align: center;
  color: #717171;
  padding: 20px;
  font-weight: bold;
}
table.taigu-hikaku tbody td:nth-child(odd) {
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  table.taigu-hikaku tbody td:nth-child(even) {
    padding: 30px 0px;
  }
  table.taigu-hikaku th {
    font-size: 12px !important;
  }
}
.top-half-merit {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.top-half-merit-l {
  width: 28%;
  float: left;
}
.top-hal-meritf-l img {
  float: right;
  margin-top: 80px;
  max-width: 150px;
}
.top-half-merit-r {
  width: 75%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .top-hal-meritf-l img {
    float: right;
    margin-top: 25%;
    width: 38%;
  }
  .top-half-merit-r {
    width: 60%;
    float: left;
  }
}
hr.taikendan {
  margin: 1.8em auto;
  width: 250px;
}
/*ポイント見出し*/
h3.point, h4.point {
  margin: 2em auto 0;
  color: #333;
}
h3.point span, h4.point span {
  display: block;
  float: left;
  background: #fa628b;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 10px;
}
h3.point::after, h4.point::after {
  content: none;
}
/*Q&A*/
h3.qa, h3.step1, h3.step2, h3.step3, h3.step4 {
  margin: 0;
  color: #fa628b;
}
h3.qa::after, h3.step1::after, h3.step2::after, h3.step3::after, h3.step4::after {
  content: none;
}
h3.qa:first-letter, h3.step:first-letter {
  color: #333;
}
h3.qa::before, h3.step1::before, h3.step2::before, h3.step3::before, h3.step4::before {
  color: #fff;
  display: inherit;
  background: #fa628b;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 10px;
}
h3.qa::before {
  content: 'Q.';
  position: relative;
  top: -3px;
  display: inline;
}
/*執筆者プロフィール*/
.writer {
  width: 100%;
  background: #fff4f7;
  position: relative;
  padding: 15px;
  margin: 40px 0 !important;
}
.writer br {
  display: none;
}
.writer span {
  display: block;
  padding: 5px 10px;
  background: #fa628b;
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  top: -10px;
  left: 20px;
}
.writer img {
  float: left;
  margin: 25px 15px 15px 0;
  width: 160px;
}
.writer p {
  font-size: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .writer img {
    float: none;
    margin: 15px auto 0;
    width: 160px;
    display: block;
  }
  .writer span {
    left: 50%;
    transform: translateX(-50%);
  }
}
/*サイドバーのリンク＆記事下のリンク*/
.application a, a.recruit-link {
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-bottom: solid 3px #c23b60;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  background: #fa628b;
  color: #fff;
  border-radius: 5px;
}
.application a:hover, a.recruit-link:hover {
  opacity: 0.7;
}
a.recruit-link {
  max-width: 450px;
  margin-bottom: 40px;
  padding: 15px 10px !important;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  a.recruit-link {
    font-size: 16px;
  }
}
.archive .entry-card-title {
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .archive .entry-card-thumb {
    width: 100% !important;
    margin: 0 auto;
    margin-right: 0 !important;
  }
  .archive .entry-card {
    height: 250px;
    margin-bottom: 40px;
  }
  .archive .entry-card-title {
    font-size: 17px !important;
    font-weight: normal;
  }
}
/*******************************************************

	診断チャート(テンプレート度に書き直す必要あり)

********************************************************/
.yesno_q dt:first-child span {
  color: #333 !important;
  font-size: 21px !important;
}
.q1 dt span:before {
  content: "Q.1";
  background: #fa628b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 18px !important;
}
#q1 dt span:before {
  content: "Q.1";
}
#q2 dt span:before {
  content: "Q.2";
}
#q3 dt span:before {
  content: "Q.3";
}
#q4 dt span:before {
  content: "Q.4";
}
#q5 dt span:before {
  content: "Q.5";
}
#q7 dt span:before, #q8 dt span:before, #q9 dt span:before, #q10 dt span:before, #q11 dt span:before, #q12 dt span:before, #q13 dt span:before, #q17 dt span:before, #q13 dt span:before {
  content: "診断結果";
}
#q17 dd, #q8 dd, #q9 dd, #q13 dd, #q10 dd, #q11 dd {
  text-align: left;
}
img.qaimg {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.yesno_q dt {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  top: 25px;
  line-height: 18px;
  background: none;
}
.yesno_q dd {
  padding: 0 !important;
  margin: 0;
  font-weight: normal;
  color: #333;
  font-size: 18px;
}
.yesno_q dd:nth-child(1) {
  margin: 0 !important;
}
dl.q1 {
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 480px) {
  .yesno_q dt:first-child span {
    font-size: 18px !important;
  }
  .yesno_q dd {
    font-size: 16px;
  }
}
div.yesno {
  border: solid #ffb7b7 1px;
  padding: 0 0 20px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
ul#choices {
  margin: 0 5% !important;
}
ul#choices li:nth-child(1) button, ul#choices li:nth-child(2) button, ul#choices li:nth-child(3) button, ul#choices li:nth-child(4) button {
  background: #fff !important;
  color: #fa628b;
  border: solid 1px #fa628b !important;
  border-radius: 50px !important;
  font-size: 16px;
  margin: 0 2% 2% !important;
  width: 45% !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 480px) {
  ul#choices li:nth-child(1) button, ul#choices li:nth-child(2) button, ul#choices li:nth-child(3) button, ul#choices li:nth-child(4) button {
    font-size: 14px;
  }
}
ul#choices li#back button {
  color: #333 !important;
  border: none !important;
  width: 100% !important;
  text-decoration: underline !important;
  background: none !important;
}
div#yesno_wrap .line_btn {
  margin-bottom: 0;
}
p.job-list {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
  text-align: center;
  padding-top: 5px;
}
p.job-list::before, p.job-list::after {
  background: url(img/jobdot.jpg);
  background-size: 50px auto;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
}
p.job-list::before {
  left: 130px;
  transform: scaleX(-1);
}
p.job-list:after {
  right: 130px;
}
p.job-list span {
  max-width: 120px;
  display: block;
  margin: 10px auto 20px;
  padding: 5px;
  background-color: #fbacc9;
  outline: 1px solid #fbacc9;
  outline-offset: 2px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  p.job-list::before {
    left: 0;
    top: 20px;
    transform: scaleX(-1);
  }
  p.job-list:after {
    right: 0;
    top: 20px;
  }
}
ul.job {
  zoom: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.job p {
  margin-bottom: 0;
  font-size: 14px;
}
ul.job:after, ul.job:before {
  content: "";
  clear: both;
  display: block;
}
ul.job li:nth-child(1) {
  border: 1px solid #4fc6ff;
}
ul.job li:nth-child(odd) {
  border: 1px solid #4fc6ff;
  margin-right: 3%;
}
ul.job li:nth-child(even) {
  float: right;
}
ul.job li {
  width: 46%;
  height: auto;
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
}
ul.job li:nth-child(2) {
  border: 1px solid #ff6481;
}
ul.job li:nth-child(3) {
  border: 1px solid #39c784;
}
ul.job li:nth-child(4) {
  border: 1px solid #ff9f17;
}
ul.job p.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
ul.job span.blue, ul.job span.pink, ul.job span.green, ul.job span.orange {
  padding: 2px 5px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border: none;
  margin-bottom: 10px;
}
ul.job span.blue {
  background-color: #4fc6ff;
}
ul.job span.pink {
  background-color: #ff6481;
}
ul.job span.green {
  background-color: #39c784;
}
ul.job span.orange {
  background-color: #ff9f17;
}
@media only screen and (max-width: 480px) {
  ul.job li {
    width: 100%;
    margin-right: 0 !important;
    margin: 0 auto 20px;
  }
}
/*テーブル*/
thead th {
  background: #ffeff4 !important;
  color: #fa628b;
  border: 1px solid #fff !important;
}
/*LINE求人紹介サービス*/
a.contact {
  font-size: 20px;
  background: #41c508;
  max-width: 450px;
  margin: 0 auto;
  display: block;
  padding: 15px 45px 15px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 4px solid #349e06;
  border-radius: 10px;
  position: relative;
  margin-bottom: 1.7em;
}
@media only screen and (max-width: 480px) {
  a.contact {
    font-size: 15px;
    width: 100%;
    padding: 15px 40px 15px 10px;
  }
}
a.contact span {
  background: #fff;
}
a.contact span {
  background: #fff;
  color: #41c508;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 15px;
}
a.contact::after {
  font-family: FontAwesome;
  content: "\f138";
  padding-right: 3px;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/*軽量アコーディオン*/
.accordion-box {
  position: relative;
}
.accordion-box label {
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 40.95) 90%);
}
.accordion-box input:checked + label {
  background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
  content: "\3059\3079\3066\898B\308B"; /* ラベルの文字 */
  letter-spacing: .05em;
  line-height: 2.5rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fa628b;
  background-color: #ffffff;
  border: 1px solid #fa628b;
  font-weight: 700;
  width: 18.75rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.accordion-box label:before {
  content: "↓";
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 50%;
  color: #fa628b;
  -webkit-transform: translate(-140px, 0);
  transform: translate(-140px, 0);
  background-color: #fff;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.accordion-box input {
  display: none;
}
.accordion-box .accordion-container {
  overflow: hidden;
  height: 300px; /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.accordion-box input:checked + label {
  display: none;
}
.accordion-box input:checked + label:after {
  content: "閉じる";
}
.accordion-box input:checked + label:before {
  content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
/*稼げるソープランドのarea*/
table.area img {
  width: 70px;
}
table.area td:first-child {
  width: 180px;
}
table.area td:first-child a {
  color: #333;
  display: block;
  width: 130px;
}
table.area td:first-child a:hover {
  text-decoration: none;
  color: #fa628b;
}
table.area td:first-child img {
  vertical-align: middle;
  margin-right: 10px;
}
table.area td:nth-child(2) {
  color: #ccc;
}
table.area td:nth-child(2) span {
  color: #ffb716;
}
/*稼げるエリアランキング*/
h3.no1, h3.no2, h3.no3 {
  font-size: 26px;
  color: #333;
  line-height: 1.4;
  position: relative;
  padding-left: 80px;
  margin: 80px 0 0;
}
h3.no1 span, h3.no2 span, h3.no3 span {
  display: block;
  font-size: 14px;
}
h3.no1::after, h3.no2::after, h3.no3::after {
  display: none;
}
h3.no1::before, h3.no2::before, h3.no3::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 0;
  top: -5px;
  float: left;
  position: absolute;
}
h3.no1::before {
  background-image: url(img/no1.gif);
  background-size: contain;
  vertical-align: middle;
}
h3.no2::before {
  background-image: url(img/no2.gif);
  background-size: contain;
  vertical-align: middle;
}
h3.no3::before {
  background-image: url(img/no3.gif);
  background-size: contain;
  vertical-align: middle;
}
/*ランキングボタン*/
.ranking-button {
  margin-top: 2em;
}
.ranking-button a:hover {
  opacity: 0.8;
}
.ranking-button a {
  width: 48%;
  text-align: center;
  display: block;
  padding: 10px 20px;
  border: 1px solid #fa628b;
  border-radius: 5px;
  text-decoration: none;
  color: #fa628b;
  font-weight: 700;
  position: relative;
}
.ranking-button a::after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  right: 1em;
  color: #fa628b;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.ranking-button a:first-child::after {
  color: #fff;
}
.ranking-button a:first-child {
  float: right;
  border: #fa628b solid 1px;
  background: #fa628b;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .ranking-button a {
    width: 90%;
    margin: 20px;
  }
  .ranking-button a:first-child {
    float: none;
  }
}
/*体験談*/
.voice-area {
  position: relative;
  margin-top: 70px !important;
}
.voice-area h3 {
  display: inline;
}
.voice-area h3::after {
  display: none;
}
.voice-area img {
  border-radius: 50%;
  width: 150px;
  float: left;
  margin-right: 20px;
}
.voice-area span.name {
  position: absolute;
  top: 135px;
  left: 10px;
  line-height: 1.3;
  text-shadow: #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0;
  font-weight: 700;
  text-align: center;
}
.voice-area span span {
  display: block;
  font-size: 12px !important;
}
.voice-txt {
  overflow: auto;
  text-align: left;
  background: #fff;
  padding: 20px;
  margin-top: -20px;
  margin-bottom: 1.7em;
  font-size: 15px;
  line-height: 1.75;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}
.voice-txt p {
  margin: 15px auto 0;
}
.voice-area img.voice-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 1.7em;
}
.voice-area span.name-r {
  position: absolute;
  top: 135px;
  right: 29px;
  text-shadow: #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 480px) {
  .voice-area img {
    width: 100px;
  }
  .voice-area span.name {
    top: 80px;
    left: 0;
  }
  .voice-area span.name-r {
    top: 80px;
    right: 15px;
  }
}
.twitter-tweet.twitter-tweet-rendered {
  margin: 0 auto !important;
}
/*テーブルにスクロールをつけない*/
table.no-scroll {
  border-collapse: initial;
  max-width: 100%;
}
/*カテゴリーのPR*/
ul.category-pr br, ul.category-pr p {
  display: none;
}
ul.category-pr {
  text-align: center;
  margin-top: -10px;
}
ul.category-pr::after {
  content: "";
  clear: both;
  display: block;
}
ul.category-pr li a {
  display: block;
}
ul.category-pr li {
  width: 31%;
  float: left;
  list-style: none;
  margin-right: 2%;
}
ul.category-pr li:last-child {
  margin-left: 0;
}
ul.category-pr img.crown {
  width: 40px;
}
ul.category-pr img.thumbnail {
  width: 100%;
  margin: 0 auto 10px;
}
ul.category-pr span {
  text-decoration: underline;
}
ul.category-pr span:hover {
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  ul.category-pr {
    text-align: left;
    float: left;
    margin: 0 0 1em;
  }
  ul.category-pr li {
    width: 100%;
    float: left;
    list-style: none;
    margin-right: 0;
    position: relative;
    height: 80px;
  }
  ul.category-pr img.crown {
    float: left;
    width: 25px;
  }
  ul.category-pr img.crown, ul.category-pr span {
    position: absolute;
    top: 19px;
  }
  ul.category-pr img.thumbnail {
    max-width: 120px;
    float: left;
    margin: 0 10px 0 30px;
  }
}
div.wk {
  -webkit-box-shadow: 0 0 0 5px #ffe5eb;
  box-shadow: 0 0 0 5px #ffe5eb;
  border: 1px solid #e42757;
  margin: 2em 5px 2.5em !important;
  padding: 15px 22px;
}
div.wk p:last-of-type {
  margin-bottom: 0;
}
/*検索結果の表示バグ 2021.07 */
@media only screen and (max-width: 480px) {
  body.search-results #list .a-wrap {
    display: inline-block;
    margin-bottom: 80px;
  }
}
/*Q&A*/
ul.qa {
  list-style: none;
}
ul.qa b {
  color: #fff;
  background: #fa628b;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 10px;
}
ul.qa div:first-of-type {
  color: #fa628b;
  font-weight: 700;
  margin-bottom: 10px;
}
/*求人４つ並びボタン*/
#job {
  width: 90%;
  margin: 0 auto;
}
#job ul {
  overflow: hidden;
  display: inline-block;
}
#job ul li {
  border: solid 1px #fa628b;
  border-radius: 5px;
  display: inline;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  width: calc((100% - 50px)/2);
}
#job ul li.img1 {
  background: #ddd url(img/job1.jpg) no-repeat center center;
  background-size: cover;
}
#job ul li.img2 {
  background: #ddd url(img/job2.jpg) no-repeat center center;
  background-size: cover;
}
#job ul li.img3 {
  background: #ddd url(img/job3.jpg) no-repeat center center;
  background-size: cover;
}
#job ul li.img4 {
  background: #ddd url(img/job4.jpg) no-repeat center center;
  background-size: cover;
}
#job ul li a {
  font-size: 14px;
  color: #333;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 20px 10px;
  line-height: 23px;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#job ul li a span {
  font-size: 22px;
  margin-bottom: 2px;
  color: #fa628b;
  display: block;
}
#job ul li a span span {
  font-size: 16px;
  margin-left: 2px;
  color: #333;
  display: inline;
}
@media only screen and (max-width: 480px) {
  #job {
    width: 100%;
  }
  #job ul li a {
    font-size: 12px;
  }
  #job ul li a span {
    font-size: 20px;
    margin-bottom: 0px;
  }
  #job ul li a span span {
    font-size: 12px;
  }
}