@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: WING-AFFINGER5
Theme URI: on-store.net
Description:AFFINGER5
Author: ENJI
Author URI: on-store.net/law/
Tags: custom-header, custom-menu
Text Domain: affigner5
Version: 20200206
---------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
*,
code {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  margin: 0px;
  padding: 0px;
}
/* futura */
.futura {
  font-family: Futura, "Century Gothic", "Noto Sans JP", sans-serif !important;
}
/* Noto Sans Japanese */
.st-notosans,
.st-notosans * {
  font-family: "Noto Sans JP", sans-serif !important;
}
/* 明朝体 */
.mincho{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}
/* Rounded M+ 1c */
.st-m1c,
.st-m1c * {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

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

html,
body {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

body {
  min-width: 320px;
  word-wrap: break-word;
  background-color: #fafafa;
  counter-reset: stcnt;
}

body.mceContentBody {
  background-color: #fff;
}

figure {
  margin: 0;
}
p {
	color: #333;
}
/* リダイレクト専用固定ページテンプレート */
.page-template-page-redirect {
  background: #fff !important;
}

.wp-video {
  margin: 0 auto 20px;
}

.st-hide {
  display: none;
}

hr {
  height: 1px;
  background-color: #e0e0e0;
  border: none;
  margin: 40px 0;
}

.post h4 .point-in i,
.n-entry i,
.p-entry i {
  margin-right: 5px;
}

/* Gutenberg */
:root .has-white-background-color {
  background-color: #ffffff;
}
:root .has-white-color {
  color: #ffffff;
}

:root .has-soft-red-color {
  color: #e6514c;
}
:root .has-soft-red-background-color {
  background-color: #e6514c;
}

:root .has-light-grayish-red-color {
  color: #fdebee;
}
:root .has-light-grayish-red-background-color {
  background-color: #fdebee;
}

:root .has-vivid-yellow-color {
  color: #ffc107;
}
:root .has-vivid-yellow-background-color {
  background-color: #ffc107;
}

:root .has-very-pale-yellow-color {
  color: #fffde7;
}
:root .has-very-pale-yellow-background-color {
  background-color: #fffde7;
}

:root .has-very-light-gray-color {
  color: #fafafa;
}
:root .has-very-light-gray-background-color {
  background-color: #fafafa;
}

p.has-background {
  padding: 10px 15px;
}

/* ショートコードのbr非表示 */
.st-tab-content > br, /* タブ > default */
.st_table_sc > br, /* table */
.post .st-box-btn > br, /* ボックスメニュー */
.st-box-btn > br {
  display: none;
}

/* 挿入アイコン2 */
.hatenamark2:before {
  content: "\f059";
  font-family: FontAwesome;
  margin-right: 7px;
}

.attentionmark2:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 7px;
}

.usermark2:before {
  content: "\f2bd";
  font-family: FontAwesome;
  margin-right: 7px;
}

.memomark2:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 7px;
}

.checkmark2:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 7px;
}

.bigginermark:before {
  content: "\e910";
  font-family: stsvg;
  margin-right: 7px;
}

.oukanmark:before {
  content: "\e908";
  font-family: stsvg;
  margin-right: 7px;
}

.fa-question-circle,
.fa-check-circle,
.fa-exclamation-triangle,
.fa-exclamation-circle,
.fa-pencil-square-o,
.fa-user,
.st-svg-biggner:before {
  margin-right: 7px;
}

.clip-fonticon .fa-question-circle,
.clip-fonticon .fa-check-circle,
.clip-fonticon .fa-exclamation-triangle,
.clip-fonticon .fa-exclamation-circle,
.clip-fonticon .fa-pencil-square-o,
.clip-fonticon .fa-user,
.clip-fonticon .st-svg-biggner:before {
  margin-right: 0;
}

/* リンクの色 */
a {
  color: #20a4b2;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
  color: #b22222;
}

img:not(.size-st_header_slider, .contact-inner__right__img),
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  box-sizing: border-box;
}

.wp-block-image {
  /* Gutenberg調整 */
  margin-bottom: 20px;
}

.inline-img img {
  display: inline;
}

img[width="1"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
}

.scroll-box img[width="1"] {
  position: static;
}

/*画像にボーダー*/
.is-style-st-photoline img,
.photoline img {
  border: solid 1px #ccc;
}

/*写真風*/
.is-style-st-photohu,
.st-photohu {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 8px -6px #bebebe;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}

.st-photohu p.wp-caption-text {
  margin-bottom: -10px;
}

.is-style-st-photohu.wp-block-image figcaption {
  margin-bottom: 0;
}

.st-photohu div img,
.is-style-st-photohu {
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

img.size-full,
img.size-large {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.resetwidth img,
.resetwidth video,
.resetwidth object,
.resetwidth iframe {
  max-width: initial; /* 初期状態にリセット */
  display: inline;
}

.wp-caption {
  height: auto;
  max-width: 100%;
}

/* ステップ */
.st-step-box {
  position: absolute;
  left: -5px;
  display: block;
}

.st-step {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 5px 7px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #ccc;
  box-sizing: border-box;
  line-height: 18px;
}

.st-step:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #ccc;
  z-index: 0;
}

.st-step .step-arrow {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #70a6ff;
  z-index: 0;
}

.st-step-no {
  font-size: 150%;
  font-weight: bold;
}

.st-step-title {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px 10px 10px 65px;
  background: #fff;
  margin-top: 30px;
}

.st-step-title .st-step {
  font-weight: normal;
}

/* ポイント */
.st-point:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "POINT";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 50%;
  line-height: 1.5;
  background: #ccc;
  border-radius: 2em;
  width: 4em;
  height: 4em;
}

.st-in-mybox .st-point,
.st-point {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-left: calc(2em + 20px);
  margin-bottom: 20px;
}

/* カスタムフォント */
.st-designfont {
  line-height: 1.5;
}

/*続きを読む（改ページ）*/
.tuzukicenter {
  text-align: center;
  padding-top: 10px;
}
.tuzuki {
  margin: 0 auto;
  padding: 10px 0;
}

.tuzuki a {
  margin: 5px auto;
  border: 1px solid #ccc;
  padding: 7px 15px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.tuzuki a:hover {
  background: #f3f3f3;
}

/* 前のページ（履歴）に戻る */
.st-back-btn {
  text-align: center;
}

.st-back-btn .fa {
  margin-right: 5px;
}

/* この記事タイトルとURLをコピーボタン */
.st-copyurl-btn {
  text-align: center;
  margin: 30px 0 20px;
}

.st-copyurl-btn .fa {
  margin-right: 5px;
}

.st-copyurl-btn a {
  border: 1px solid #bdbdbd;
  padding: 10px 15px;
  display: inline-block;
  color: #424242;
  text-decoration: none;
  box-shadow: 3px 3px #cccccc;
  background: #ffffff;
  max-width: 100%;
  box-sizing: border-box;
}

.st-copyurl-btn a:hover {
  color: #ccc;
  box-shadow: 1px 1px #cccccc;
}

/* ロゴ画像の最大サイズ */
.sitename img {
  max-width: 300px;
  margin: 0 auto;
}

/* スマートフォンは表示しない */
.smanone {
  display: none;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* pre */
pre {
  margin-bottom: 20px;
}

pre.st-pre {
  font-family: "Lucida Console", sans-serif;
  font-weight: inherit !important;
  line-height: 1.8;
  padding: 20px;
  background: #eceff1;
  font-size: 85%;
  color: #616161;
  position: relative;
  padding-top: 1.5em;
  margin-bottom: 20px;
  white-space: pre;
  overflow: auto;
}

pre.st-pre .st-pre-text {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 10px;
  background: #b0bec5;
  color: #fff;
}

/** terminal */
pre.st-pre.st-terminal {
  background: #212121;
  color: #f5f5f5;
}

pre.st-pre.st-terminal .st-pre-text {
  content: "\f120";
  font-family: FontAwesome;
  background: #424242;
  color: #fff;
}

/* code */
.st-code,
code {
  padding: 2px 4px;
  background: #f3f3f3;
  margin: 2px;
  border-radius: 2px;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

@media print, screen and (max-width: 599px) {
  .sp-center {
    text-align: center;
  }
}

.st-opacity {
  opacity: 0.8;
}

/* sticky */
.st-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99998;
}

thead th,
thead td {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 99998;
}

/* iframeのレスポンシブ */
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*YouTube画像*/
.st-youtube {
  position: relative;
  margin-bottom: 20px;
}

.st-youtube .fa-youtube-play {
  font-size: 40px;
  color: #f40000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 8;
}

.st-youtube:hover .fa-youtube-play {
  color: #db0000;
}

/*YouTube背景*/
#st-player {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: relative;
}

#tubular-player {
  max-width: none;
}

/*YouTubeのPLAYNOWボタン*/
#playnow {
  position: fixed;
  bottom: 20px;
  left: -3px;
  font-size: 70%;
  background: #d62423;
  color: #fff;
  padding: 2px 10px;
  z-index: 999;
  border-radius: 3px;
}
#playnow a {
  color: #fff;
  text-decoration: none;
}

#playnow .fa-youtube-play {
  margin-right: 5px;
}

/* ヘッダースライドショー: スライド */
.header-post-slider .post-slide {
  position: relative;
}

.header-post-slider .post-slide-image {
  position: relative;
  overflow: hidden;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-post-slider .post-slide-image::before {
  display: block;
  padding-top: 75%; /* 画像の高さ (795px) / 幅 (1,060px) * 100% */
  width: 100%;
  content: "";
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-image::before {
    padding-top: 37.73584%; /* 画像の高さ (400px) / 幅 (1,060px) * 100% */
  }
}

.header-post-slider .post-slide-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-post-slider .post-slide.has-image .post-slide-image img {
  width: auto;
  height: 100%;
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide.has-image .post-slide-image img {
    width: 100%;
    height: auto;
  }
}

.header-post-slider .post-slide-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #fff;
  pointer-events: none;
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-body {
    right: auto;
    padding: 20px 20px 20px 45px;
    width: 40%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 960px) {
  .header-post-slider .post-slide-body {
    padding: 45px;
  }
}

.header-post-slider .post-slide-body-content,
.header-post-slider .post-slide-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.header-post-slider .post-slide-body-content {
  width: 100%;
}

.header-post-slider .post-slide-text {
  overflow: hidden;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-post-slider.has-cat .post-slide-text {
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-text {
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0)
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0)
    ); /* IE, Edge 未対応 */
  }
}

.header-post-slider .post-slide-text .st-catgroup.itiran-category {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  width: 100%;
  text-align: left;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  ); /* IE, Edge 未対応 */
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-text .st-catgroup.itiran-category {
    overflow: visible;
    margin: 0 0 10px;
    padding: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media only screen and (max-width: 599px) {
  /* 2カラム以下のカテゴリサイズ */
  .header-post-slider .post-slide-text .st-catgroup.itiran-category {
    padding: 10px;
  }
  .header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
    font-size: 14px;
  }
}

.header-post-slider .post-slide-text .st-catgroup.itiran-category .catname {
  vertical-align: top;
}

.header-post-slider .post-slide-text .st-catgroup.itiran-category a {
  pointer-events: auto;
}

.header-post-slider .post-slide-title {
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.4;
}

.header-post-slider.has-date .post-slide-title {
  padding-bottom: 5px;
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-title,
  .header-post-slider.has-date .post-slide-title {
    padding: 0;
    background: transparent;
  }
}

@media only screen and (min-width: 960px) {
  .header-post-slider .post-slide-title {
    font-size: 1.25em;
  }
}

.header-post-slider .post-slide-title a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.header-post-slider .post-slide-title a:hover {
  text-decoration: underline;
}

.header-post-slider .post-slide-date {
  margin: 0;
  padding: 0 10px 10px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.4;
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-date {
    padding: 5px 0 0;
    background: transparent;
  }
}

.header-post-slider .post-slide-excerpt {
  display: none;
  font-size: 1em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-excerpt {
    display: block;
    padding: 10px 0 0;
  }
}

.header-post-slider .post-slide-excerpt p {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

.header-post-slider .post-slide-more {
  display: none;
  margin: 20px 0 0;
}

@media only screen and (min-width: 600px) {
  .header-post-slider .post-slide-more {
    display: block;
  }
}

.header-post-slider .post-slide-more a {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}

.header-post-slider .post-slide-more a:hover {
  background: #fff;
  color: #333;
}

/* ヘッダースライドショー: スライダー */
.header-post-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 600px) {
  .header-post-slider.is-wide,
  .header-post-slider.is-wide .slick-list {
    overflow: visible !important;
  }
}

.header-post-slider .slider-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* 記事スライドショー: スライド
   記事/関連記事一覧 (カードデザイン): 記事 */
.content-post-slider .post-slide,
.post-card-list .post-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff; /* 背景色 */
}

.content-post-slider.is-fullsize .post-slide {
  background: transparent;
}

.content-post-slider .post-slide-image,
.post-card-list .post-card-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 8px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content-post-slider.is-fullsize-card .post-slide-image {
  margin: 0;
}

.content-post-slider .post-slide-image::before,
.post-card-list .post-card-image::before {
  display: block;
  padding-top: 74.25742%; /* 画像の高さ / 幅 * 100% */
  width: 100%;
  content: "";
}

.content-post-slider .post-slide-image img,
.post-card-list .post-card-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  background: #fff;
}

.content-post-slider .post-slide-image .st-catgroup.itiran-category,
.post-card-list .post-card-image .st-catgroup.itiran-category {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  text-align: left;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 70%,
    rgba(0, 0, 0, 0)
  ); /* IE, Edge 未対応 */
  flex-grow: 1;
  z-index: 1;
}

@media only screen and (max-width: 959px) {
  /* 2カラム以下のカテゴリサイズ */
  .post-card-list:not(.is-medium-columns-3)
    .post-card-image
    .st-catgroup.itiran-category {
    top: 5px;
    left: 5px;
  }
  .post-card-list:not(.is-medium-columns-3)
    .post-card-list-item
    .st-catgroup.itiran-category
    .catname {
    font-size: 14px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  /* タブレット時の3カラムのカテゴリサイズ */
  .post-card-list.is-medium-columns-3
    .post-card-image
    .st-catgroup.itiran-category {
    top: 0;
    left: 0;
  }
  .post-card-list.is-medium-columns-3
    .post-card-list-item
    .st-catgroup.itiran-category
    .catname {
    font-size: 11px;
  }
}

@media only screen and (max-width: 599px) {
  /* スマホ時の2カラム */
  .post-card-list.is-small-columns-2
    .post-card-image
    .st-catgroup.itiran-category {
    top: 0;
    left: 0;
  }
  .post-card-list.is-small-columns-2
    .post-card-list-item
    .st-catgroup.itiran-category
    .catname {
    font-size: 11px;
  }
  .post-card-list.is-small-columns-2 .post-card-list-item .post-card-body {
    padding: 0 10px 10px;
  }
}

@media only screen and (min-width: 600px) {
  .content-post-slider .post-slide-image .st-catgroup.itiran-category,
  .post-card-list .post-card-image .st-catgroup.itiran-category {
    flex-grow: 0;
  }
}

.content-post-slider .post-slide-image .st-catgroup.itiran-category .catname,
.post-card-list .post-card-image .st-catgroup.itiran-category .catname {
  vertical-align: top;
}

.content-post-slider .post-slide-image .st-catgroup.itiran-category a,
.post-card-list .post-card-image .st-catgroup.itiran-category a {
  pointer-events: auto;
}

.post-card-list .st-wppviews-label {
  /* WPP */
  position: absolute;
  top: 5px;
  left: 5px;
}

.content-post-slider .post-slide-rank,
.post-card-list .post-card-rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  width: 1em;
  height: 1.75em;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.content-post-slider.slick-slides-to-show-1 .post-slide-rank,
.post-card-list.is-small-columns-1 .post-card-rank {
  /* 1 カラム */
  width: 1.5625em;
  font-size: 2em;
}

.content-post-slider.slick-slides-to-show-2 .post-slide-rank,
.post-card-list.is-small-columns-2 .post-card-rank {
  /* 2 カラム */
  width: 1.25em;
  font-size: 1.25em;
}

@media only screen and (min-width: 600px) {
  .post-card-list.is-medium-columns-1 .post-card-rank {
    /* 1 カラム */
    width: 1.5625em;
    font-size: 2em;
  }

  .post-card-list.is-medium-columns-2 .post-card-rank {
    /* 2 カラム */
    width: 1.25em;
    font-size: 1.25em;
  }

  .post-card-list.is-medium-columns-3 .post-card-rank {
    /* 3 カラム */
    width: 1em;
    font-size: 1em;
  }
}

@media only screen and (min-width: 960px) {
  .post-card-list.is-large-columns-1 .post-card-rank {
    /* 1 カラム */
    width: 1.5625em;
    font-size: 2em;
  }

  .post-card-list.is-large-columns-2 .post-card-rank {
    /* 2 カラム */
    width: 1.25em;
    font-size: 1.25em;
  }

  .post-card-list.is-large-columns-3 .post-card-rank {
    /* 3 カラム */
    width: 1em;
    font-size: 1em;
  }
}

.content-post-slider .post-slide-rank::before,
.post-card-list .post-card-rank::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  border-width: 3.25em 3.5em 0 0;
  border-style: solid;
  border-color: #78909c transparent transparent transparent;
  content: "";
}

.content-post-slider .post-slide-rank-1::before,
.post-card-list .post-card-rank-1::before {
  border-color: #c4bf2c transparent transparent transparent;
}

.content-post-slider .post-slide-rank-2::before,
.post-card-list .post-card-rank-2::before {
  border-color: #9e9e9e transparent transparent transparent;
}

.content-post-slider .post-slide-rank-3::before,
.post-card-list .post-card-rank-3::before {
  border-color: #795548 transparent transparent transparent;
}

.content-post-slider .post-slide-body,
.post-card-list .post-card-body {
  padding: 0 10px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.content-post-slider.is-fullsize .post-slide-body {
  padding: 5px 10px 10px 10px;
}

.content-post-slider .post-slide-text,
.post-card-list .post-card-text {
  position: relative;
  overflow: hidden;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text {
  /* 1 カラム */
  height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 3)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text {
  /* 2 カラム */
  height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 3)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text {
  /* 3 カラム */
  height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 4)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.content-post-slider.slick-slides-to-show-4.has-excerpt .post-slide-text {
  /* 4 カラム */
  height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 4)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.content-post-slider.slick-slides-to-show-5.has-excerpt .post-slide-text {
  /* 5 カラム */
  height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 4)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-1.has-excerpt .post-card-text {
  /* 1 カラム */
  max-height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 + 10px) + (1em * 1.4 * 4)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-2.has-excerpt .post-card-text {
  /* 2 カラム */
  max-height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 3)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-3.has-excerpt .post-card-text {
  /* 3 カラム */
  max-height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 4)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-4.has-excerpt .post-card-text {
  /* 4 カラム */
  max-height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 4)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

.post-card-list.is-small-columns-5.has-excerpt .post-card-text {
  /* 5 カラム */
  max-height: calc(
    (1em * 1.4 + 5px) + (1em * 1.4 * 4)
  ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
}

@media only screen and (min-width: 960px) {
  .content-post-slider.slick-slides-to-show-1.has-excerpt .post-slide-text {
    /* 1 カラム */
    height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .content-post-slider.slick-slides-to-show-2.has-excerpt .post-slide-text {
    /* 2 カラム */
    height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .content-post-slider.slick-slides-to-show-3.has-excerpt .post-slide-text {
    /* 3 カラム */
    height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .content-post-slider.slick-slides-to-show-4.has-excerpt .post-slide-text {
    /* 4 カラム */
    height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .content-post-slider.slick-slides-to-show-5.has-excerpt .post-slide-text {
    /* 5 カラム */
    height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .post-card-list.is-large-columns-1.has-excerpt .post-card-text {
    /* 1 カラム */
    min-height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .post-card-list.is-large-columns-2.has-excerpt .post-card-text {
    /* 2 カラム */
    max-height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 3)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .post-card-list.is-large-columns-3.has-excerpt .post-card-text {
    /* 3 カラム */
    max-height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .post-card-list.is-large-columns-4.has-excerpt .post-card-text {
    /* 4 カラム */
    max-height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }

  .post-card-list.is-large-columns-5.has-excerpt .post-card-text {
    /* 5 カラム */
    max-height: calc(
      (1em * 1.4 + 5px) + (0.8em * 1.4 * 4)
    ); /* (タイトル font-size * line-height) + margin-bottom + (日付 font-size * line-height) + margin-bottom + (抜粋 font-size * line-height * 行数) */
  }
}

.content-post-slider .post-slide-title,
.post-card-list .post-card-title {
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: inherit;
  background: none;
}

.content-post-slider.is-fullsize-text .post-slide-title {
  margin-bottom: 0;
}

.content-post-slider.is-fullsize .post-slide-image,
.post-card-list.is-fullsize .post-card-image,
#st-header-under-widgets-box .content-post-slider.is-fullsize .post-slide-title,
.is-fullsize .post-slide-title {
  margin-bottom: 0;
}

/* is-fullsizeの非表示項目 */
.is-fullsize .st-catgroup,
.is-fullsize .post-slide-date,
.is-fullsize .post-slide-rank {
  display: none;
}

.post-card-list
  .post-card-title:not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t):not(.popular-t) {
  /* 関連記事タイトル */
  padding: 0 !important;
  border-bottom: 0;
  background: none;
  color: inherit;
  text-align: left;
}

.content-post-slider .post-slide-title a,
.post-card-list .post-card-title a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

#st-header-under-widgets-box .slider,
#st-header-under-widgets-box .slick-slider {
  margin-bottom: 10px;
}

#st-header-under-widgets-box .content-post-slider .post-slide-title {
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.4;
}

#st-header-under-widgets-box .slick-slider.slick-dotted {
  padding-top: 10px;
}

#st-header-under-widgets-box .textwidget {
  max-width: 100%;
  overflow: hidden;
}

.content-post-slider .post-slide-date,
.post-card-list .post-card-date {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1em;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 999;
  color: #fff;
}

/* カード+テキスト */
#st-header-under-widgets-box
  .content-post-slider.is-fullsize-text
  .post-slide-title,
.content-post-slider.is-fullsize-text .post-slide-title,
.post-card-list .post-card-title {
  font-size: 0.9em;
  line-height: 1.5;
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  #st-header-under-widgets-box
    .content-post-slider.is-fullsize-text
    .post-slide-title,
  .content-post-slider.is-fullsize-text .post-slide-title,
  .post-card-list .post-card-title {
    font-size: 1em;
  }
}

.post-card-date .fa,
.post-slide-date .fa {
  margin-right: 5px;
}

@media only screen and (min-width: 960px) {
  .content-post-slider .post-slide-date,
  .post-card-list .post-card-date {
    font-size: 0.8em;
  }
}

.content-post-slider .post-slide-excerpt,
.post-card-list .post-card-excerpt {
  overflow: hidden;
  font-size: 1em;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0px;
  color: #616161;
  text-align: left;
}

.content-post-slider.slick-slides-to-show-1 .post-slide-excerpt {
  /* 1 カラム */
  height: calc(1em * 1.4 * 3); /* 抜粋: font-size * line-height * 行数 */
}

.content-post-slider.slick-slides-to-show-2 .post-slide-excerpt {
  /* 2 カラム */
  height: calc(1em * 1.4 * 3); /* 抜粋: font-size * line-height * 行数 */
}

.content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
  /* 3 カラム */
  height: calc(1em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
}

.content-post-slider.slick-slides-to-show-4 .post-slide-excerpt {
  /* 4 カラム */
  height: calc(1em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
}

.content-post-slider.slick-slides-to-show-5 .post-slide-excerpt {
  /* 5 カラム */
  height: calc(1em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
}

@media only screen and (min-width: 960px) {
  .content-post-slider .post-slide-excerpt,
  .post-card-list .post-card-excerpt {
    font-size: 0.8em;
  }

  .content-post-slider.slick-slides-to-show-1 .post-slide-excerpt {
    /* 1 カラム */
    height: calc(0.8em * 1.4 * 3); /* 抜粋: font-size * line-height * 行数 */
  }

  .content-post-slider.slick-slides-to-show-2 .post-slide-excerpt {
    /* 2 カラム */
    height: calc(0.8em * 1.4 * 3); /* 抜粋: font-size * line-height * 行数 */
  }

  .content-post-slider.slick-slides-to-show-3 .post-slide-excerpt {
    /* 3 カラム */
    height: calc(0.8em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
  }

  .content-post-slider.slick-slides-to-show-4 .post-slide-excerpt {
    /* 4 カラム */
    height: calc(0.8em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
  }

  .content-post-slider.slick-slides-to-show-5 .post-slide-excerpt {
    /* 5 カラム */
    height: calc(0.8em * 1.4 * 4); /* 抜粋: font-size * line-height * 行数 */
  }
}

.content-post-slider .post-slide-excerpt::after,
.post-card-list .post-card-excerpt::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: calc(
    1em * 1.4 * 1 + 0.25em
  ); /* 抜粋 font-size * line-height * 隠す行数 (± 微調整) */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  ); /* 背景色 */
  content: "";
}

.content-post-slider .post-slide-excerpt p,
.post-card-list .post-card-excerpt p {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

.content-post-slider .post-slide-more {
  margin: 15px 0 0;
  text-align: center;
}

.content-post-slider .post-slide-more a {
  display: block;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #757575;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}

@media only screen and (min-width: 600px) {
  .content-post-slider .post-slide-more a {
    display: inline-block;
  }
}

.content-post-slider .post-slide-more a:hover {
  background: #f3f3f3;
}

/* 記事スライドショー: スライダー
   記事/関連記事一覧 (カードデザイン): 一覧 */
.content-post-slider,
.post-card-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  width: calc(100% + 16px); /* 100% + margin-{right, left} */
}

@media only screen and (max-width: 599px) {
  .content-post-slider.is-center-mode {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.content-post-slider {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-card-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -8px;
  margin-bottom: -8px;
}

.content-post-slider .slider-item {
  margin: 0 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.post-card-list .post-card-list-item.st-infeed-adunit {
  /* インフィード広告 */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-infeed-adunit .custom-html-widget {
  width: 100%;

  /* 3 列でも無理矢理表示させたい場合は以下を追加
       (はみだす可能性あり) */
  /* min-width: 250px; */

  /* 配置を変更する場合は、以下の A か B を追加 */
  /* A. 広告を上揃えにする場合は以下を追加 */
  align-self: flex-start;

  /* B. 広告を下揃えにする場合は以下を追加 */
  /* align-self: flex-end; */
}

.post-card-list .post-card-list-item,
.post-card-list.is-small-columns-1 .post-card-list-item {
  margin: 8px;
  width: calc(100% - 16px);
}

.post-card-list.is-small-columns-2 .post-card-list-item {
  width: calc(50% - 16px); /* n% - margin-{right, left} */
}

.post-card-list.is-small-columns-3 .post-card-list-item {
  width: calc(33.33333% - 16px); /* n% - margin-{right, left} */
}

@media only screen and (min-width: 600px) {
  .post-card-list.is-medium-columns-1 .post-card-list-item {
    width: 100%;
  }

  .post-card-list.is-medium-columns-2 .post-card-list-item {
    width: calc(50% - 16px); /* n% - margin-{right, left} */
  }

  .post-card-list.is-medium-columns-3 .post-card-list-item {
    width: calc(33.33333% - 16px); /* n% - margin-{right, left} */
  }
}

@media only screen and (min-width: 960px) {
  .post-card-list.is-large-columns-1 .post-card-list-item {
    width: 100%;
  }

  .post-card-list.is-large-columns-2 .post-card-list-item {
    width: calc(50% - 16px); /* n% - margin-{right, left} */
  }

  .post-card-list.is-large-columns-3 .post-card-list-item {
    width: calc(33.33333% - 16px); /* n% - margin-{right, left} */
  }
}

.content-post-slider.is-fullsize-text .slick-track {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.content-post-slider .slick-next {
  right: 8px;
}

.content-post-slider .slick-prev {
  left: 8px;
}

@media only screen and (max-width: 599px) {
  .content-post-slider.is-center-mode .slick-next {
    right: 0;
  }

  .content-post-slider.is-center-mode .slick-prev {
    left: 0;
  }
}

/* アイキャッチ画像のみのスライドショークラス st-slider-img */
.st-slider-img {
  width: 100%;
}

.st-slider-img .post-slide-body,
.widget_text.top-content.widget_st_custom_html_widget
  .post-card-list
  .post-card-body {
  display: none;
}

.st-slider-img .post-slide {
  background-color: transparent;
}

/* 記事スライドショー: ヘッダー画像エリア下のウィジェット */
#st-header-under-widgets-box .content-post-slider .post-slide-body {
  padding-right: 8px;
  padding-left: 8px;
}

@media only screen and (min-width: 1076px) {
  /* 1,060px + padding-{right, left} */
  #st-header-under-widgets-box .content-post-slider .post-slide-body {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* ヘッダースライドショー */
#st-header .slick-slider {
  margin-bottom: 0;
}

/* ヘッダー画像下ウィジェット */
#st-header-under-widgets-box {
  margin: 0 auto;
}

/* ヘッダー画像エリア用ショートコード */
a.st-flexbox-link,
a.st-flexbox-link:visited {
  text-decoration: none;
  color: inherit;
}

.st-header-flexwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.st-header-flexwrap.st-blur::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: blur(5px);
  transition: filter 0.3s ease;
  z-index: -1;
}

.st-header-flexwrap.st-blur:hover::before {
  filter: blur(0);
}

.st-header-flexbox {
  text-align: center;
  width: 80%;
}

.st-header-flexbox p:last-child {
  margin-bottom: 0;
}

.st-header-flextitle {
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}

.st-header-flextitle .fa {
  margin-right: 7px;
}

/* 左寄せ */
.st-header-flexwrap.st-flexbox-center {
  margin-right: auto;
  margin-left: auto;
}

.st-header-flexwrap.st-flexbox-left {
  display: flex;
  justify-content: flex-start;
}

.st-header-flexwrap.st-flexbox-left .st-header-flexbox {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

/*-------------------------------------
記事ごとのヘッダー（EX）
--------------------------------------*/
/* 最低の高さ */
#st-header-post-under-box.st-header-post-data {
  min-height: 200px;
}

#st-header-post-under-box.st-header-post-data .st-content-width .st-catgroup {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 960px) {
  #st-header-post-under-box.st-header-post-data,
  #st-header-post-under-box.st-header-post-no-data {
    margin: -10px 0 10px;
  }
  .st-header-post-data + #content > #contentInner > main {
    padding-top: 10px;
  }
}

/* 暗くする */
#st-header-post-under-box.st-dark .st-dark-cover {
  position: relative;
  z-index: 2;
}

#st-header-post-under-box.st-dark {
  position: relative;
}

#st-header-post-under-box.st-dark::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 1;
}

#st-header-post-under-box.st-dark .blogbox p,
#st-header-post-under-box.st-dark .entry-title {
  color: #fafafa;
}

/*--------------------------------
各フォント設定
---------------------------------*/

/*基本のフォントサイズ*/
p, /* テキスト */
.st-kaiwa-hukidashi, /* ふきだし */
.st-kaiwa-hukidashi2, /* ふきだし */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond, /* コメント */
#comments h4, /* コメントタイトル */
.post h5, /* H5 */
.post h6 /* H6 */ {
  font-size: 18px;
  line-height: 30px;
}

/* 記事タイトル */
.entry-title:not(.st-css-no2),
.post .entry-title:not(.st-css-no2) {
  font-size: 22px;
  line-height: 35px;
}

/* H2 */
h2:not(.st-css-no2),
.h2modoki {
  font-size: 20px;
  line-height: 27px;
}

/* H3 */
.post h3:not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
.h3modoki,
.st-step-title {
  font-size: 19px;
  line-height: 27px;
}

/* H4 */
.post h4:not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
  font-size: 17px;
  line-height: 26px;
}

/* hタグ用 キャッチコピー */
.st-h-copy-toc,
.st-h-copy {
  display: block !important;
  font-size: 65%;
  line-height: 1.4;
}

#breadcrumb .st-h-copy-toc, /* ぱんくずを除外 */
#breadcrumb .st-h-copy {
  display: inline-block !important;
  font-size: inherit;
  line-height: inherit;
}

/* 基本の文字 */

/*ブログタイトル*/
header h1 {
  margin-top: 0;
}

header .descr.sitenametop,
header .sitename.sitenametop {
  margin-bottom: 5px;
  padding-top: 5px;
}

header .descr.sitename-only,
header .sitename.sitename-only {
  padding-top: 5px;
}

#headbox img.sitename-only-img {
  margin-bottom: 5px;
  padding-top: 5px;
}

#headbox img.sitename-bottom {
  margin-bottom: 5px;
}

header .sitename {
  font-size: 22px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

header .sitename a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

/*ブログ名の下のキャプション */
header h1 {
  font-size: 12px;
  font-weight: normal;
}

header .descr {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

/*投稿のカテゴリ*/
.post .st-catgroup {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 5px 0 10px;
}

.catname {
  font-size: 13px;
  line-height: 1em;
  color: #1a1a1a;
  display: inline-block;
  white-space: nowrap;
  padding: 8px 8px;
  margin-top: 5px;
  border-radius: 2px;
  text-decoration: none;
  background: #f3f3f3;
}

.post .st-catgroup a {
  text-decoration: none;
  color: #000;
}

/*一覧に表示するカテゴリ*/
p.itiran-category {
  margin-bottom: 0;
}

.post .st-catgroup.itiran-category {
  padding: 0 0 5px;
}

.st-catgroup.itiran-category .catname {
  font-size: 10px;
  margin: 0 0 10px;
  padding: 5px;
}

@media only screen and (max-width: 959px) {
  .st-catgroup.itiran-category .catname {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px;
  }
}

.st-post .st-catgroup.itiran-category .catname,
.st-page .st-catgroup.itiran-category .catname {
  margin-bottom: 5px;
}

/** 下に移動 */

.post .st-catgroup-under .st-catgroup,
.st-catgroup-under .st-catgroup {
  padding-top: 7px;
}

.st-catgroup-under .st-catgroup .catname {
  border-radius: 0;
}

.st-catgroup-under .st-catgroup.itiran-category .catname {
  margin-bottom: 4px;
}

/*WordPress Popular Posts連携*/

.st-wppviews-label {
  position: relative;
}

.st-wppviews-label .wpp-views {
  white-space: nowrap;
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  z-index: 200;
  font-size: 70%;
  background: #000;
  padding: 3px 7px;
  border-radius: 5px 0 5px 0;
}

.st-wppviews-label .wpp-views-limit {
  /* リミット数を超えた場合のデザイン */
  white-space: nowrap;
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  z-index: 200;
  font-size: 70%;
  background: #bcb72f !important;
  padding: 3px 7px;
  border-radius: 5px 0 5px 0;
}

.st-wppviews-label .wpp-text {
  font-size: 60%;
  margin-left: 3px;
}

.st-cardbox-label-text .wpp-text {
  font-size: 80%;
  margin-left: 3px;
}

.post-card .st-wppviews-label .wpp-views {
  font-size: 90%;
}

.post .st-wpp-views-widgets ul {
  /*ウィジェット*/
  padding: 0;
  margin: 0;
}

.blog_info .fa {
  margin-right: 4px;
}

#side .blog_info .fa {
  margin-right: 3px;
}

/* スクロールナビ */
.post .st-sc-listnavi-box {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 5px !important;
}

.post .st-sc-listnavi-box.box80 .st-sc-listnavi {
  max-width: 80%;
}

.post .st-sc-listnavi {
  display: inline-block;
  margin-right: 3px;
}

.post .st-sc-listnavi a {
  display: block;
  border: solid #bdbdbd 1px;
  padding: 3px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #757575;
  font-size: 90%;
}

.post .st-sc-listnavi a:hover {
  background: #fafafa;
}

.post .st-sc-listnavi-box::-webkit-scrollbar {
  height: 5px;
}

.post .st-sc-listnavi-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f2f2f2;
}

.post .st-sc-listnavi-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}

/* 記事タイトル */
.entry-title:not(.st-css-no2),
.post .entry-title:not(.st-css-no2) {
  color: #333;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

#st-page .entry-title:not(.st-css-no2) {
  margin-bottom: 20px;
}

.entry-title:not(.st-css-no2) a:hover {
  text-decoration: underline;
}

.entry-title:not(.st-css-no2) a {
  color: #333;
  text-decoration: none;
}

h1:not(.st-css-no2) {
  margin: 0px;
  padding: 0px;
}

/* 中見出し */
h2:not(.st-css-no2)
:not(.section-title)
:not(.section-title_02)
:not(.elementor-heading-title.elementor-size-default ),
.h2modoki {
  background: #f3f3f3;
  color: #1a1a1a;
  margin: 20px 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/*小見出し*/
.post h3:not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
.h3modoki {
  background: #f3f3f3;
  color: #1a1a1a;
  margin: 20px 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

h3:not(.st-css-no2) a {
  color: #333;
  text-decoration: none;
}

dd h3:not(.st-css-no2) {
  line-height: 20px;
}

.post h4:not(.st-css-no2):not(.point):not(.rankh4),
.h4modoki {
  padding: 10px 15px;
  margin: 20px 0;
  background-color: #f3f3f3;
}

.h2modoki,
.h3modoki,
.h4modoki,
.h5modoki,
.st-step-title {
  font-weight: bold;
}
/*amazonプラグインのh4は除外*/
.post .amazonjs_info h4 {
  background-color: transparent !important;
  background-image: none !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.post .amazonjs_info h4:before,
.post .amazonjs_info h4:after {
  border: none !important;
}

.post h5:not(.st-css-no2).kanren-t {
  margin-bottom: 5px;
}

.post h6:not(.st-css-no2) {
  margin-bottom: 10px;
  font-weight: bold;
}

.wp-block-image figcaption a,
.wp-block-image figcaption,
.wp-caption-text a,
.wp-caption-text {
  font-size: 12px;
  color: #757575;
  line-height: 1.4;
  text-align: center;
  margin: 0.5em 0 0;
}

/* サイドバーの見出し */
aside h4:not(.st-css-no2),
#side aside h4:not(.st-css-no2),
.st-widgets-title:not(.st-css-no2) {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px;
}

.screen-reader-text {
  display: none;
}

/* サイドバーのウィジェット */
#side .widget_recent_entries ul li,
#side .widget_recent_comments ul li,
#side .widget_meta ul li,
#side .widget_archive ul li {
  padding-bottom: 3px;
}

/*サイドバー固定ページ*/

#side li.page_item:not(.menu-item) {
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
}

#side li.page_item:not(.menu-item) li {
  border: none;
}

#side li.page_item:not(.menu-item) a {
  color: #1a1a1a;
  text-decoration: none;
}

#side li.page_item:not(.menu-item) a:hover {
  color: #ccc;
}

/* カテゴリコンテンツがある場合の記事一覧 */
.cat-itiran p.point {
  background-color: transparent;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
  padding: 20px 15px 10px;
  position: relative;
}

.cat-itiran p.point .point-in {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  left: 0;
  margin: 0;
  padding: 3px 20px;
  position: absolute;
  top: 15px;
}

.cat-itiran h3 {
  border: none;
}

/* 記事タイトル下 */
.blogbox p {
  font-size: 14px;
  margin: 0px;
  color: #ccc;
  line-height: 18px;
}

.blogbox {
  margin-bottom: 10px;
  padding: 0px;
}

.post .blogbox .fa,
#st-header-post-under-box.st-header-post-data .blogbox .fa {
  margin-right: 5px;
}

/*投稿タグ*/
.tagst {
  font-size: 13px;
  color: #ccc;
  padding: 10px 0 0;
}

/*サムネイルなし*/
.no-thumbitiran {
  margin-bottom: 20px;
}

.kanren .no-thumbitiran h3 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 27px;
  padding: 5px 0 0;
}

.no-thumbitiran h3 a {
  color: #4682b4;
}

.no-thumbitiran h5 a {
  color: #1a1a1a;
  text-decoration: none;
}

.no-thumbitiran h3 a:hover,
.no-thumbitiran h5 a:hover {
  color: #b22222;
}

.no-thumbitiran p {
  color: #616161;
}

.no-thumbitiran .blog_info p {
  font-size: 12px;
  margin: 0px;
  color: #666666;
  line-height: 18px;
}

.no-thumbitiran .blog_info {
  margin-bottom: 0px;
  padding: 5px 0;
}

/* 引用 */
.post blockquote {
  background-color: #f3f3f3;
  background-image: url(file:///Untitled/Users/matsumotoyui/Desktop/OPT%20LIFE/HP/affinger5/images/quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}

/* オリジナルスタイルsmartphone */
.huto {
  font-weight: bold;
}

.hutoaka {
  font-weight: bold;
  color: #ff3333;
}

.st-aka {
  color: #ff3333;
}

.maru {
  border-radius: 5px;
}

.noborder {
  border: none;
}

.oomozi {
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold;
}

.komozi {
  font-size: 80% !important;
  line-height: 1.5 !important;
}

.ymarker,
.ymarker-s,
.gmarker,
.gmarker-s,
.rmarker,
.rmarker-s,
.bmarker,
.bmarker-s {
  font-weight: bold;
}

.ymarker {
  background: #fff9c4;
}

.ymarker-s {
  background: linear-gradient(transparent 70%, #fff9c4 0%);
}

.gmarker {
  background: #eeeeee;
}

.gmarker-s {
  background: linear-gradient(transparent 70%, #eeeeee 0%);
}

.rmarker {
  background: #ffcdd2;
}

.rmarker-s {
  background: linear-gradient(transparent 70%, #ffcdd2 0%);
}

.bmarker {
  background: #e1f5fe;
}

.bmarker-s {
  background: linear-gradient(transparent 70%, #e1f5fe 0%);
}

.yellowbox {
  padding: 20px;
  background-color: #ffffe0;
  margin-bottom: 20px;
}
.yellowbox:not(.noborder) {
  border: solid 1px #fffacd;
}

.redbox {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffebee;
}
.redbox:not(.noborder) {
  border: solid 1px #ef5350;
}

.graybox {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fafafa;
}
.graybox:not(.noborder) {
  border: solid 1px #ccc;
}

.post .yellowbox .maruck,
.post .yellowbox .maruno,
.post .yellowbox p:last-child,
.post .yellowbox ol:last-child,
.post
  .yellowbox
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post .graybox .maruck,
.post .graybox .maruno,
.post .graybox p:last-child,
.post .graybox ol:last-child,
.post
  .graybox
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post .redbox .maruck,
.post .redbox .maruno,
.post .redbox p:last-child,
.post .redbox ol:last-child,
.post
  .redbox
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* フリーボックス・マイボックス */
.post .freebox .maruck,
.post .freebox .maruno,
.post .st-mybox .maruck,
.post .st-mybox .maruno {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
}

.post
  .freebox
  ul:not(.toc_list):not(.st_toc_list):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.post
  .st-mybox
  ul:not(.toc_list):not(.st_toc_list):not(.slick-dots):not(.st-pvm-nav-list):last-child,
.post .freebox ol:not(.slick-dots):last-child,
.post .st-mybox ol:not(.slick-dots):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.inyoumodoki {
  background-color: #f3f3f3;
  background-image: url(file:///Untitled/Users/matsumotoyui/Desktop/OPT%20LIFE/HP/affinger5/images/quote.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}

.post .inyoumodoki p:last-child,
.post .inyoumodoki ol:last-child,
.post .inyoumodoki ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sankou {
  font-size: 70%;
  background-color: #f57c00;
  color: #fff;
  padding: 3px 4px;
  margin: 0 5px;
  white-space: nowrap;
}

.sankou.green {
  background-color: #4caf50;
}

.sankou.blue {
  background-color: #2196f3;
}

.st-hisu {
  font-size: 70%;
  background-color: #ff0000;
  color: #fff;
  padding: 3px 4px;
  margin: 0 5px;
  white-space: nowrap;
}

/*ドット線*/
.dotline {
  border-bottom: 1px dotted #212121;
}

.dotliner {
  border-bottom: 1px dotted #ff0000;
}

.dotline-s {
  border-bottom: 1px solid #212121;
}

.dotline-sr {
  border-bottom: 1px solid #ff0000;
}

/*下矢印*/
.st-down {
  position: relative;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #999;
  color: #999;
  margin: 0 auto;
}

.st-down:after {
  position: absolute;
  content: "";
  top: -32px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #999;
}

/*下三角*/
.st-triangle-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #ccc;
  margin: 0 auto 20px;
}

/* 震える */
.st-shake {
  display: inline-block;
  animation: beatshake 0.2s infinite;
}

@keyframes beatshake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

/* マーキー風 */
.st-marquee {
  width: calc(100% - 20px);
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.st-marquee p {
  padding-left: 100%;
  white-space: nowrap;
  display: inline-block;
  animation-name: marquee;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  to {
    transform: translate(-100%);
  }
}

/*固定ページの子ページリンク*/
.pagelist-box .kanrenh4 {
  background-color: #fff;
}

.pagelist-box .st-childlink {
  padding: 20px 0px;
}

.post .pagelist-box .st-childlink .kopage-t {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 26px;
}

/*スター*/
.st-star {
  color: #ffb400;
  font-size: 15px;
}

.y-star,
.w-star {
  font-size: 90% !important;
  margin: 0;
}

.y-star .fa-star,
.w-star .fa-star-half-o,
.w-star .fa-star-o {
  color: #ffb400;
}

/*--------------------------------
任意の人気記事
---------------------------------*/

.pop-box {
  position: relative;
  border-top: solid 1px #feb20a;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
}

.pop-box.kanren {
  margin-top: 40px;
}
.pop-box.st-wpp-views-widgets {
  margin-top: 20px;
}

.kanren.pop-box dl:last-child {
  margin-bottom: 0px;
}

#content-w .p-entry {
  padding: 5px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background: #feb20a;
  color: #fff;
  position: absolute;
  top: -11px;
  left: 0;
  max-width: 80%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}

#content-w .p-entry::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #5462ab;
  border-left: 5px solid #5462ab;
  z-index: 9999;
}

#content-w .p-entry::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
  z-index: 10000;
  opacity: 0.2;
}

.post .p-entry-t,
#side .p-entry-t,
.home-post .p-entry-t {
  margin-bottom: 30px;
}

/* フッター */
#footer .pop-box:not(.st-wpp-views-widgets) {
  padding: 0;
}

#footer .pop-box,
.nowhits .pop-box,
#footer .nowhits-eye .pop-box,
#footer .st-eyecatch + .nowhits .pop-box {
  border-top: none;
  background-color: transparent;
}

#footer .pop-box.kanren {
  margin-top: 0;
}

#footer .p-entry {
  top: 0;
  left: 0;
  font-weight: bold;
}

#footer .p-entry::after {
  content: none;
}

/** フッター内のサイドバーウィジェット */
footer #sidebg {
  background-color: transparent;
  margin-bottom: 10px;
}

footer #sidebg ul {
  padding-left: 0;
}

footer #sidebg li {
  list-style: none;
}

footer #sidebg li a {
  padding: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer #sidebg li a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}

/** アイコンロゴ（フッター） */
footer #st-footer-logo-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

footer .footer-wbox .head-telno,
footer .footer-wbox .headbox,
footer .footer-wbox .headbox p {
  text-align: left;
  padding-right: 0;
}

@media only screen and (min-width: 600px) {
  footer #st-footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  footer #st-footer-logo #st-text-logo {
    text-align: left;
  }
}

footer #st-footer-logo + .st-footer-tel {
  padding-top: 10px;
}

/*アイキャッチのない場合（トップ）
-----------------------------*/

.nowhits .pop-box {
  position: relative;
  margin: -20px 0 20px;
  border-top: solid 1px #feb20a;
  padding: 20px 15px 10px;
}

/*アイキャッチのある場合（トップ）
-----------------------------*/

.nowhits-eye .pop-box {
  position: relative;
  margin: -25px 0 20px;
  border-top: solid 1px #feb20a;
  padding: 20px 15px 10px;
}

#content-w .category .p-entry,
#content-w .nowhits .p-entry {
  padding: 3px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background: #feb20a;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 5px 0;
}

#content-w .post .category .p-entry,
#content-w .post .nowhits .p-entry {
  border-radius: 0 0 5px 0;
}

#content-w .category .p-entry::after,
#content-w .nowhits .p-entry::after,
#content-w .nowhits .p-entry::before {
  content: none;
}

/*ヘッダーの無い場合*/
.nowhits.noheader .p-entry {
  top: 0px;
  left: 0;
}

.category .p-entry-t,
.nowhits.noheader .p-entry-t {
  margin-bottom: 40px;
}

/*ランキング*/
.poprank-no2 {
  /*font-family: 'Montserrat', sans-serif;*/
  background: #feb20a;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 80%;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

/* 三角ランキング */
.st-triangle-rank {
  position: relative;
  overflow: hidden;
}

.st-triangle-rank:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #ffc400;
  position: absolute;
  z-index: 1;
}

.st-triangle-rank:after {
  content: "ｵｽｽﾒ";
  display: block;
  top: 6px;
  left: 7px;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: 90%;
}

/** 1位 */
.st-triangle-rank.rank-1:after {
  content: "1位";
  left: 8px;
}
.st-triangle-rank.rank-1:before {
  border-left: 4em solid #c4bf2c;
}

/** 2位 */
.st-triangle-rank.rank-2:after {
  content: "2位";
  left: 8px;
}
.triangle-rank.rank-2:before {
  border-left: 4em solid #9e9e9e;
}

/** 3位 */
.st-triangle-rank.rank-3:after {
  content: "3位";
  left: 8px;
}
.st-triangle-rank.rank-3:before {
  border-left: 4em solid #795548;
}

/*スクロール用*/
.poprank {
  position: relative;
}

.poprank-no {
  /*font-family: 'Montserrat', sans-serif;*/
  position: absolute;
  top: 0;
  left: 0;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 80%;
  background: #feb20a;
  color: #fff;
  font-weight: bold;
  z-index: 9999;
}

/* PVモニター調整 */
.st-pvm-ranking-body .smanone.st-excerpt p {
  font-size: 80%;
  line-height: 1.7;
  color: #616161;
}

/*--------------------------------
フッターコンテンツ
---------------------------------*/

/* フッター文字 */
#footer .footerlogo {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

#footer p {
  font-size: 12px;
  margin-bottom: 5px;
}

#footer .footer-description {
  line-height: 1.5em;
}

#footer .footerlogo img {
  max-width: 300px;
  margin: 0 auto 10px;
  text-align: center;
}

#footer a {
  text-decoration: none;
  color: #212121;
}

#footer a:hover {
  color: #b22222;
}

#footer .copy,
#footer .rcopy {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  padding: 20px 10px 0;
}

#footer .copy a,
#footer .rcopy a {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

footer h4 a {
  color: #666;
  text-decoration: none;
}

/*電話番号*/
.head-telno a,
footer .head-telno a {
  font-family: Lato, sans-serif;
}

footer .head-telno a {
  font-size: 25px;
  padding: 5px 10px;
  text-align: center;
}

/*ウィジェットテキスト*/
.headbox,
.headbox p {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

/*固定広告*/
#footer-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

/*--------------------------------
ウィジェットエリア
---------------------------------*/

.ad {
  margin: 0px;
}

.ad > * {
  margin-bottom: 10px;
}

.ad > a.st-originallink,
.ad > a.st-formbtnlink {
  display: block;
}

/* 最近の投稿・コメント・アーカイブ */
.widget_recent_entries ul li a,
.widget_archive ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 0 4px;
}

.widget_recent_entries ul li,
.widget_archive ul li {
  border-bottom: 1px dotted #ccc;
  list-style: none;
}

footer .widget_recent_comments li:last-child,
footer .widget_recent_entries ul li:last-child,
footer .widget_archive ul li:last-child,
#side aside .widget_recent_comments li:last-child,
#side aside .widget_recent_entries ul li:last-child,
#side aside .widget_archive ul li:last-child {
  margin-bottom: 20px;
}

.widget_recent_entries ul li .post-date {
  font-size: 11px;
}

footer .widget_recent_entries ul,
footer .widget_archive ul {
  padding-left: 0;
}

footer .widget_recent_entries ul li a,
footer .widget_archive ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #000;
}

footer .widget_recent_entries ul li,
footer .widget_archive ul li {
  border-bottom: 1px dotted #ccc;
  list-style: none;
  padding: 7px 0;
}

footer .widget_recent_comments li {
  padding: 5px 0;
}

.widget_recent_entries ul li .post-date {
  font-size: 11px;
}

/*--------------------------------
ウィジェットボックス（投稿・固定・カテゴリ・スライド）
---------------------------------*/

.st-widgets-box > * {
  margin-bottom: 20px;
}

/*--------------------------------
ウィジェットボックス（カテゴリ）
---------------------------------*/

.widget_st_categories_widget .cat-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_st_categories_widget .children {
  margin: 0;
  padding: 0;
}

.widget_st_categories_widget .children .cat-item {
  padding-left: 10px;
}

.widget_st_categories_widget .children .cat-item .cat-item {
  list-style-type: none;
  margin: 0;
}

.widget_st_categories_widget .cat-item a::after {
  content: " \f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}

.widget_st_categories_widget .cat-item a {
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}

.widget_st_categories_widget .cat-item a:hover {
  opacity: 0.5;
}

.widget_st_categories_widget .cat-item.has-thumbnail a,
#side .widget_categories .cat-item.has-thumbnail a {
  display: flex;
  align-items: center;
  padding-right: 25px;
}

.widget_st_categories_widget .cat-item.has-thumbnail img,
#side .widget_categories .cat-item.has-thumbnail img {
  width: 2em;
  margin-right: 10px;
}

.widget_st_categories_widget .cat-item.has-thumbnail a::after,
#side .widget_categories .cat-item.has-thumbnail a::after {
  top: 50%;
  transform: translate(0, -50%);
}

div .cat-item img {
  margin-bottom: 0;
}

/* 本文エリア */
.post
  .widget_st_categories_widget
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*media Queries タブレット（600px）以上で2カラム表示
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
  .st-widget-cat-2colum .widget_st_categories_widget > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .st-widget-cat-2colum .widget_st_categories_widget > ul > li {
    width: 50%;
    box-sizing: border-box;
  }

  .st-widget-cat-2colum .widget_st_categories_widget .children {
    display: none;
  }
}

/*--------------------------------
ウィジェットボックス（フッター）
---------------------------------*/

.footer-r {
  text-align: left;
  margin-bottom: 20px;
}

footer .widget_st_categories_widget ul {
  padding-left: 0;
}

footer .widget_tag_cloud,
footer .widget_st_categories_widget {
  margin-bottom: 20px;
}

#footer .st-formbtn,
#footer .rssbox,
#footer .st-author-box,
#footer .st-originalbtn {
  margin-bottom: 10px;
}

/*--------------------------------
ウィジェットボックス（トップページ）
---------------------------------*/

.top-wbox-t > * {
  margin-bottom: 20px;
}

.top-wbox-u {
  padding: 10px 0 0;
}

.top-wbox-u > * {
  margin-bottom: 20px;
}

/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/

/* タイトル名 */
#topnews dd h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

#topnews dt {
  float: left;
  width: 100px;
}

#topnews dt img {
  width: 100%;
}

#topnews dd {
  padding-left: 110px;
}

#topnews dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}

#topnews dl:first-child {
  padding-top: 20px;
}

#topnews dl:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: none;
}

#topnews .clearfix dd h5 {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 5px;
}

/* 抜粋文字 */
#topnews .clearfix dd p {
  color: #666;
}

#topnews .clearfix dd h5 a {
  color: #333;
  text-decoration: none;
}

/* 一覧タイトル下 */
.kanren .blog_info p {
  margin: 0 0 5px;
}

#side .kanren .blog_info p {
  margin: 0 0 3px;
}

.kanren h3 {
  margin: 0 0 3px;
}

.kanren h3 a,
.post .kanren h3 a {
  color: #1a1a1a;
}

.post .kanren h5 {
  margin-bottom: 10px;
}

.blog_info p a {
  color: #666;
  text-decoration: none;
}

#topnews .clearfix dd .blog_info p {
  font-size: 12px;
}

/*--------------------------------
PC閲覧時の記事上の一括表示部分
---------------------------------*/

.pc-kizi-top-box {
  margin-bottom: 20px;
}

/*--------------------------------
記事の一括表示部分
---------------------------------*/

.st-widgets-box {
  margin-bottom: 20px;
}

/*--------------------------------
関連記事表示部分
---------------------------------*/

.kanren {
  padding-top: 20px;
  margin-top: 20px;
}

.kanren.shortcode-kanren {
  margin-top: 0;
}

.category .kanren:not(.st-cardbox) {
  padding-top: 0;
  margin-top: 0;
}

aside .kanren {
  padding-top: 20px;
  margin-top: 0px;
}

.kadomaru img {
  border-radius: 100px;
}

/* タイトル名 */
.kanren.pop-box h5,
#side .kanren.pop-box h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 10px;
}

.kanren.pop-box dd h5:not(.st-css-no2),
#side .kanren.pop-box dd h5:not(.st-css-no2) {
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  padding: 0px;
  margin-bottom: 5px;
}

.kanren dt {
  float: left;
  width: 100px;
}

.kanren dt img {
  width: 100px;
}

.kanren dd {
  padding-left: 115px;
}

.kanren dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f3f3f3;
}

.kanren dl p {
  margin-bottom: 0px;
}

.kanren dl:last-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: none;
}

/* 抜粋文字 */
.kanren:not(.st-cardbox) .clearfix dd p {
  font-size: 13px;
  color: #888;
  line-height: 18px;
}

/* 記事タイトル */
dd h3:not(.st-css-no2) a, /*TOPとアーカイブ*/
.kanren .clearfix dd h5:not(.st-css-no2) a {
  /*関連記事*/
  color: #1a1a1a;
  text-decoration: none;
  padding: 0;
}

.kanren .clearfix dd h5 a:hover {
  color: #b22222;
}

/* ランキング風 */
.kanren-rank-label {
  position: relative;
}

.kanren .kanren-no {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #78909c;
  font-size: 80%;
  font-weight: bold;
  color: #fff;
}

.kanren.kadomaru .kanren-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 0;
  min-width: 2.15em;
  min-height: 2.15em;
  border-radius: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kanren .kanren-rank1 {
  background: #c4bf2c;
}
.kanren .kanren-rank2 {
  background: #9e9e9e;
}
.kanren .kanren-rank3 {
  background: #795548;
}

/* もっと読むボタン (汎用) */
.load-more-action {
  text-align: center;
}

.load-more-btn {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #757575;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 10px;
}

.load-more-btn:before {
  content: "\f107";
  font-family: FontAwesome;
  margin-right: 7px;
}

.load-more-btn:hover {
  background: #f3f3f3;
}

@media only screen and (max-width: 599px) {
  .load-more-btn {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 600px) {
  .load-more-btn {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .load-more-btn {
    font-size: 15px;
    line-height: 27px;
  }
}

.load-more-state {
  width: 0;
  height: 0;
  text-align: center;
}

.load-more-state.is-loading {
  padding-top: 20px;
  width: auto;
  height: auto;
}

/* もっと読むボタン (関連記事) */
.kanren-load-more-action {
  margin-bottom: 40px;
}

/*--------------------------------
この記事を書いた人
---------------------------------*/

.st-author-box .fa {
  margin-right: 4px;
}

ul#st-tab-menu,
.post ul#st-tab-menu {
  margin: 0;
  padding: 0;
}

#st-tab-menu {
  list-style: none;
}

#st-tab-menu li {
  display: inline-block;
  padding: 5px 10px !important;
  background: #eee;
  cursor: pointer;
  font-size: 90%;
  font-weight: bold;
}

#st-tab-menu li.active {
  background: #000;
  color: #fff;
}

/* タブの中身 */
#st-tab-box {
  padding: 15px;
  border: 1px solid #000;
  margin-bottom: 20px;
  background: #fff;
}

#st-tab-box p {
  font-size: 90%;
  line-height: 1.5;
}

.st-author-master #st-tab-box {
  margin-bottom: 0;
}

#st-tab-box div {
  display: none;
}

#st-tab-box div.active {
  display: block;
}

#st-tab-box div dt {
  float: left;
  width: 80px;
}

#st-tab-box div dd {
  padding-left: 100px;
}

#st-tab-box p.st-author-post,
.post #st-tab-box p.st-author-post {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

#st-tab-box p.st-author-post a,
.post #st-tab-box p.st-author-post a {
  text-decoration: none;
  font-weight: bold;
  color: #1a1a1a;
}

.st-author-date {
  margin: 0;
  color: #ccc;
  font-size: 80%;
  line-height: 1.5;
}

.st-author-nickname {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #1a1a1a;
}

.st-author-sns,
.st-author-homepage {
  margin-bottom: 0px;
}

.st-author-sns .fa {
  font-size: 200%;
}

.st-author-sns a,
.st-author-homepage a {
  text-decoration: none;
}

a.st-author-twitter {
  color: #55acee;
  white-space: nowrap;
}

a.st-author-facebook {
  color: #3b5998;
  white-space: nowrap;
}

a.st-author-instagram {
  color: #1a1a1a;
  white-space: nowrap;
}

a.st-author-youtube {
  color: #f40000;
  white-space: nowrap;
}

a.st-author-homepage {
  font-size: 90%;
}

.st-author-archive {
  text-align: right;
  padding-top: 10px;
  margin: 0;
}

/*--------------------------------
サイドバー
---------------------------------*/

#side aside ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#side aside .children li {
  padding-left: 10px;
}

#side aside ul li ul li {
  list-style-type: none;
  margin: 0px;
}

#side aside .sub-menu {
  padding-left: 10px;
}

#side aside #mybox ul li ul li {
  font-size: 14px;
  line-height: 24px;
}

#side aside .kanren {
  padding-top: 10px;
}

/* RSS購読するボタン */
.fa-rss-square {
  margin-right: 10px;
}

.rssbox a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #1a1a1a;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

#scrollad {
  padding: 20px 0;
}

/*--------------------------------
サイドバー固定ページ用のナビ
---------------------------------*/

#sidebg {
  background: #f3f3f3;
  /*margin-bottom:10px;*/
  box-sizing: border-box;
}

/*ulタグの階層*/
#side aside .st-pagelists ul {
  padding: 0px;
}

#side aside .st-pagelists .sub-menu {
  padding: 0px;
}

/*liタグの階層*/
#side aside .st-pagelists .fa {
  margin-right: 5px;
}

#side aside .st-pagelists ul li {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#side aside .st-pagelists ul .sub-menu li {
  border: none;
}

#side aside .st-pagelists ul li:last-child {
  border-bottom: 1px solid #ccc;
}

#side aside .st-pagelists ul .sub-menu li:first-child {
  border-top: 1px solid #ccc;
}

#side aside .st-pagelists ul li li:last-child {
  border: none;
}

#side aside .st-pagelists ul .sub-menu .sub-menu li {
  border: none;
  padding-left: 15px;
}

#side aside .st-pagelists ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*aタグの第一階層*/
#side aside .st-pagelists ul li a {
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
  width: 100%;
  box-sizing: border-box;

  /*Other Browser*/
  background: #ccc;
  /*For Old WebKit*/
  background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
  /*For Modern Browser*/
  background: linear-gradient(#fff 0%, #f3f3f3 100%);
}

/*aタグの第二階層*/
#side aside .st-pagelists .sub-menu a {
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  background: transparent;
  color: #000;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}

#side aside .st-pagelists .sub-menu a:hover {
  color: #ff0000;
}

/*aタグの第三階層*/
#side aside .st-pagelists .sub-menu .sub-menu a {
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  border: none;
  margin-bottom: 0px;
}

#side aside .st-pagelists .sub-menu .sub-menu a:hover {
  color: #ff0000;
}

/*タグクラウド*/
.tagcloud {
  margin-bottom: 20px;
}

.tagcloud a {
  font-size: 13px !important;
  line-height: 1em;
  color: #1a1a1a;
  display: inline-block;
  border: 1px #757575 solid;
  white-space: nowrap;
  padding: 10px;
  margin: 3px 3px 5px;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
}

/*--------------------------------
ウィジェット問合せボタン
---------------------------------*/

.st-formbtn {
  vertical-align: middle;
  background: #616161;
  padding: 10px 15px;
  margin-bottom: 0;
}

.st-formbtnlink .fa {
  margin: 0 !important;
  padding: 0 !important;
}

.st-originalbtn-l {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.st-originalbtn-r {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.originalbtn-bold {
  font-weight: bold; /*太字にする*/
}

a.st-formbtnlink {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------
ウィジェットオリジナルボタン
---------------------------------*/

.st-originalbtn {
  vertical-align: middle;
  background: #616161;
  padding: 12px 15px;
  margin-bottom: 0;
}

.st-originalbtn .fa-question-circle,
.st-originalbtn .fa-check-circle,
.st-originalbtn .fa-exclamation-triangle,
.st-originalbtn .fa-pencil-square-o {
  margin-right: 0px;
}

a.st-originallink {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------
エディタ用
---------------------------------*/

/*テーブル */
.post table {
  box-sizing: border-box;
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}

.post table thead {
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
}

.post table thead th,
.post table thead td {
  border-bottom: 1px #999 solid;
  border-left: 1px #999 solid;
}

table > thead > tr > td,
table > thead > tr > th,
table > tr > td,
table > tr > th {
  background-color: #fafafa;
}

/*For IE*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post table {
    table-layout: fixed;
  }
}

table tr td {
  padding: 10px;
  border: 1px solid #999;
}

table th {
  padding: 10px;
  border: 1px solid #999;
}

table th,
table th p,
.post table tr td p,
.post table tr td {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}

.post table tr td p:last-child {
  margin-bottom: 0;
}

#main .post table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  color: #333;
}

/*テーブル（装飾なし） */
.post .notab table {
  border: none;
  width: initial; /* 初期状態にリセット */
  max-width: initial; /* 初期状態にリセット */
}

.notab table tr td {
  border: none;
  text-align: left;
  vertical-align: top;
}

.notab table th {
  border: none;
}

.post .notab table tr:nth-child(even) {
  background-color: transparent;
}

/*中央配置*/
tr.st-centertable,
td.st-centertable,
.st-centertable table td {
  text-align: center;
  vertical-align: middle;
}

/*スクロール*/
.post .scroll-box table {
  max-width: initial;
}

.scroll-box {
  overflow-x: auto;
  margin-bottom: 10px;
}

.scroll-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}

/* PC横スクロール */
.post .scroll-box.pc table td,
.post .scroll-box.pc table td p {
  white-space: nowrap;
}

.scroll-box.pc {
  overflow-x: auto;
  position: relative;
  cursor: ew-resize;
}

/* PC縦スクロール */
.scroll-box.pc.h-sc {
  overflow: auto;
  position: relative;
  height: 75vh;
  cursor: all-scroll;
}

/*画像 */
img.alignright {
  float: right;
  margin: 0 0 5px 10px;
}

img.alignleft {
  float: left;
  margin: 0 10px 5px 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.float-left {
  float: left;
}

img.float-right {
  float: right;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 10px;
}

.ie8 img {
  width: auto;
}

/*リスト */
.post
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  list-style-type: disc;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.post ul ul,
.post ul ol,
.post ol ol,
.post ol ul {
  margin-bottom: 10px;
}

.post ul li {
  padding-bottom: 5px;
}

.post ul li:last-child {
  padding-bottom: 0px;
}

.post ol {
  list-style-type: decimal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.post ol li {
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0px;
}

/*マルリスト・チェックリスト*/
.post ol.is-style-st-maruno,
.post ul.is-style-st-maruck,
.post .maruno,
.post .maruck {
  margin-bottom: 20px;
}

.post ol.is-style-st-maruno:not(.toc_list):not(.st_toc_list):not(.slick-dots),
.post
  ul.is-style-st-maruck:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list),
.post .maruno ol:not(.toc_list):not(.st_toc_list):not(.slick-dots),
.post
  .maruck
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post ol.is-style-st-maruno li,
.post .maruno ol li {
  counter-increment: st-section;
}

.post ol.is-style-st-maruno li:before,
.post .maruno ol li:before {
  content: counters(st-section, "");
}

.post ul.is-style-st-maruck li:before,
.post .maruck ul li:before {
  content: " \f00c";
  font-family: FontAwesome;
}

.post ol.is-style-st-maruno li,
.post ul.is-style-st-maruck li,
.post .maruno ol li,
.post .maruck ul li {
  list-style-type: none;
  padding-bottom: 5px;
  line-height: 23px;
  margin-bottom: 7px;
}

.post ol.is-style-st-maruno li:before,
.post ul.is-style-st-maruck li:before,
.post .maruno ol li:before,
.post .maruck ul li:before {
  border-radius: 50%;
  float: left;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 60%;
  margin-right: 10px;
  background: #f3f3f3;
  color: #000;
  margin-left: -3em;
}

/* ボーダーあり */
ol.is-style-st-border li,
ul.is-style-st-border li,
ol.is-style-st-circle-border li,
ul.is-style-st-circle-border li,
ol.is-style-st-check-border li,
ul.is-style-st-check-border li,
ol.is-style-st-no-border li,
ul.is-style-st-no-border li,
.st-list-border ol li,
.st-list-border ul li {
  border-bottom: dotted 1px #ccc;
  padding-top: 10px;
}

.post ol.is-style-st-border li:last-child,
.post ul.is-style-st-border li:last-child,
.post ol.is-style-st-circle-border li:last-child,
.post ul.is-style-st-circle-border li:last-child,
.post ol.is-style-st-check-border li:last-child,
.post ul.is-style-st-check-border li:last-child,
.post ol.is-style-st-no-border li:last-child,
.post ul.is-style-st-no-border li:last-child,
.post .is-style-st-border li:last-child,
.post .is-style-st-circle-border li:last-child,
.post .is-style-st-no-border li:last-child,
.post .st-list-border ol li:last-child,
.post .st-list-border ul li:last-child {
  padding-bottom: 5px;
}

/* マル */
ol.is-style-st-circle,
ul.is-style-st-circle,
ol.is-style-st-circle-border,
ul.is-style-st-circle-border,
.st-list-circle ol,
.st-list-circle ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ol.is-style-st-circle li,
ul.is-style-st-circle li,
ol.is-style-st-circle-border li,
ul.is-style-st-circle-border li,
.st-list-circle li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}

ol.is-style-st-circle li:before,
ul.is-style-st-circle li:before,
ol.is-style-st-circle-border li:before,
ul.is-style-st-circle-border li:before,
.st-list-circle li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}

ol.is-style-st-circle-border li:before,
ul.is-style-st-circle-border li:before,
.st-list-circle.st-list-border li:before {
  top: calc(0.5em + 10px);
}

/* 簡易チェックマーク */
ol.is-style-st-check,
ul.is-style-st-check,
ol.is-style-st-check-border,
ul.is-style-st-check-border,
.st-list-check ol,
.st-list-check ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ol.is-style-st-check li,
ul.is-style-st-check li,
ol.is-style-st-check-border li,
ul.is-style-st-check-border li,
.st-list-check ol li,
.st-list-check ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
}

ol.is-style-st-check li:before,
ul.is-style-st-check li:before,
ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before,
.st-list-check ol li:before,
.st-list-check ul li:before {
  /* チェック */
  content: "";
  position: absolute;
  top: 0.6em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

ol.is-style-st-check li:before,
ul.is-style-st-check li:before,
ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before {
  /* Gutenberg調整 */
  top: 0.3em;
}

ol.is-style-st-check li:after,
ul.is-style-st-check li:after,
ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after,
.st-list-check ol li:after,
.st-list-check ul li:after {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid 1px #ccc;
  border-radius: 2px;
}

ol.is-style-st-check li:after,
ul.is-style-st-check li:after,
ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after {
  /* Gutenberg調整 */
  top: 0.2em;
}

.st-list-check.st-list-border ul li:before {
  /* チェック */
  top: calc(10px + 0.6em);
}

ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before {
  top: calc(10px + 0.3em);
}

ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after,
.st-list-check.st-list-border ul li:after {
  /* Gutenberg調整 */
  top: calc(10px + 0.4em);
}

ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after {
  /* Gutenberg調整 */
  top: calc(10px + 0.2em);
}

ol.is-style-st-check li:after:hover,
ul.is-style-st-check li:after:hover,
ol.is-style-st-check-border li:after:hover,
ul.is-style-st-check-border li:after:hover,
.st-list-check ul li:after:hover {
  color: #ff0000;
}

/* 四角背景 */
ol.is-style-st-no,
ul.is-style-st-no,
ol.is-style-st-no-border,
ul.is-style-st-no-border,
.st-list-no ol,
.st-list-no ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ol.is-style-st-no li,
ul.is-style-st-no li,
ol.is-style-st-no-border li,
ul.is-style-st-no-border li,
.st-list-no li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  counter-increment: st-list-count;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

ol.is-style-st-no li:before,
ul.is-style-st-no li:before,
ol.is-style-st-no-border li:before,
ul.is-style-st-no-border li:before,
.st-list-no li:before {
  content: counter(st-list-count);
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #ccc;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0.4em;
  left: 0;
}

ol.is-style-st-no-border li:before,
ul.is-style-st-no-border li:before,
.st-list-no.st-list-border ol li:before,
.st-list-no.st-list-border ul li:before {
  top: calc(0.4em + 10px);
}

/*均等横並び */
.post
  .kintou
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
}

.post
  .kintou
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list)
  li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}

/*カウント*/
.st-link-guide li a,
.st-count {
  counter-increment: stcnt;
}

.st-count::before {
  content: counter(stcnt) ". ";
  font-size: 150%;
}

.st-link-guide li a::before {
  content: counter(stcnt) ". ";
  font-size: 110%;
  font-weight: bold;
}

.st-link-guide .sub-menu li a::before {
  font-weight: normal;
}

.st-link-guide .st-link-guide-menu > li:last-child a::before {
  content: none;
}

.st-count-reset,
.st-link-guide,
.st-link-guide .sub-menu {
  counter-reset: stcnt;
}

footer .st-link-guide ul,
footer .st-link-guide ul ol {
  padding-left: 0;
}

/* ボックスメニュー */
.post .st-box-btn,
.st-box-btn {
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 !important;
  margin-bottom: 20px;
}

.st-box-btn p {
  word-break: break-all;
}

#side aside ul.st-box-btn li,
.st-box-btn li,
.post .st-box-btn li,
.post ul.st-box-btn li:last-child {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-shadow: 1px 1px 0 0 #bdbdbd inset, 1px 1px 0 0 #bdbdbd, 1px 0 0 0 #bdbdbd;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  padding: 0;
}

#footer .st-box-btn p {
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .st-box-btn.st-pc-show-4 li,
  .post .st-box-btn.st-pc-show-4 li,
  .post ul.st-box-btn.st-pc-show-4 li:last-child {
    width: 25%;
  }

  .st-box-btn.st-pc-show-3 li,
  .post .st-box-btn.st-pc-show-3 li,
  .post ul.st-box-btn.st-pc-show-3 li:last-child {
    width: 33.333%;
  }

  /* スライドメニュー内 */
  .acordion_tree .st-box-btn.st-pc-show-4 li,
  .acordion_tree .post .st-box-btn.st-pc-show-4 li,
  .acordion_tree .post ul.st-box-btn.st-pc-show-4 li:last-child,
  .acordion_tree .st-box-btn.st-pc-show-3 li,
  .acordion_tree .post .st-box-btn.st-pc-show-3 li,
  .acordion_tree .post ul.st-box-btn.st-pc-show-3 li:last-child {
    width: 50%;
  }
}

.st-box-btn li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #424242;
  line-height: 1.2;
  padding: 20px;
  box-sizing: border-box;
}

.st-box-btn li a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

.st-box-btn .fa,
.st-box-btn img {
  display: block;
  margin: 0 auto 7px;
  max-width: 100%;
  font-weight: normal;
}

.post .st-box-btn-text,
.st-box-btn-text {
  margin-bottom: 0;
  line-height: 1.5;
}

.post .st-box-btn-memo,
.st-box-btn-memo {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 80%;
  color: #757575;
  padding-top: 5px;
}

/* ボックスメニュー（verticalタイプ） */
#side aside ul.st-box-btn.st-box-btn-list-vertical,
.post .st-box-btn.st-box-btn-list-vertical,
.st-box-btn.st-box-btn-list-vertical {
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical li,
.st-box-btn.st-box-btn-list-vertical li,
.post .st-box-btn.st-box-btn-list-vertical li,
.post ul.st-box-btn.st-box-btn-list-vertical li:last-child {
  width: 100%;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical li a,
.st-box-btn.st-box-btn-list-vertical li a,
.post .st-box-btn.st-box-btn-list-vertical li a,
.post ul.st-box-btn.st-box-btn-list-vertical li:last-child a {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: left;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical .fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical img,
.st-box-btn.st-box-btn-list-vertical .fa,
.st-box-btn.st-box-btn-list-vertical img {
  display: block;
  font-size: 300%;
  font-weight: normal;
  padding-right: 20px;
  margin: 0;
  max-width: 30%;
}

@media print, screen and (max-width: 599px) {
  /* モバイル最低幅 */
  .st-box-btn .fa,
  .st-box-btn img {
    min-width: 50%;
  }

  .st-box-btn.st-box-btn-list-vertical .fa,
  .st-box-btn.st-box-btn-list-vertical img {
    min-width: 20%;
  }
}

footer ul.st-box-btn .fa,
footer ul.st-box-btn img,
#side aside ul.st-box-btn .fa,
#side aside ul.st-box-btn img {
  min-width: 50%;
}

footer ul.st-box-btn.st-box-btn-list-vertical .fa,
footer ul.st-box-btn.st-box-btn-list-vertical img,
#side aside ul.st-box-btn.st-box-btn-list-vertical .fa,
#side aside ul.st-box-btn.st-box-btn-list-vertical img {
  min-width: 20%;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-text,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-text,
.st-box-btn.st-box-btn-list-vertical .st-box-btn-text {
  display: block;
  margin-bottom: 3px;
  padding-top: 0;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-memo,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-memo,
.st-box-btn.st-box-btn-list-vertical .st-box-btn-memo {
  display: block;
  margin-bottom: 0;
  padding-top: 0;
}

#side aside ul.st-box-btn.st-box-btn-list-vertical .st-box-btn-text-wrap,
.post .st-box-btn.st-box-btn-list-vertical .st-box-btn-text-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 70%;
  box-sizing: border-box;
}

/* ガイドマップメニュー（ウィジェット） */
.widget_guidemap_widget.is-no-underline a {
  text-decoration: none;
}

.widget_guidemap_widget.is-rounded .st-link-guide-menu > .menu-item > a {
  border-radius: 8px;
}

/* ガイドマップメニュー */
.post .st-link-guide-menu:not(.toc_list):not(.st_toc_list) {
  padding-left: 0;
  padding-right: 0;
}

#side aside .st-link-guide li a:after,
.post .entry-content .st-link-guide ul li a:after,
.st-link-guide li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ccc;
}

#side aside .st-link-guide > ul li:last-child a:after,
.post .entry-content .st-link-guide > ul li:last-child a:after,
.st-link-guide > ul li:last-child a:after {
  content: none;
}

#side aside .st-link-guide li,
.post .entry-content .st-link-guide ul li,
.st-link-guide li {
  list-style: none;
}

#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
  position: relative;
  background: #ccc;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: center;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

#side aside .st-link-guide li a,
.post .entry-content .st-link-guide ul li a,
.st-link-guide li a {
  color: #000;
  font-weight: bold;
}

.post .st-link-guide li a:last-child,
.post .entry-content .st-link-guide ul li a:last-child,
.post .st-link-guide li a:last-child {
  padding-bottom: 10px;
}

#side aside .st-link-guide li a:hover,
.post .entry-content .st-link-guide ul li a:hover,
.st-link-guide li a:hover {
  opacity: 0.7;
}

/* ガイドマップサブメニュー */
.st-link-guide .sub-menu,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list),
#side aside .st-link-guide .sub-menu {
  margin-bottom: 10px;
  padding-top: 0;
}

.st-link-guide .sub-menu:last-child,
.post .st-link-guide .sub-menu:not(.toc_list):not(.st_toc_list):last-child {
  margin-bottom: 0;
}

#side aside .st-link-guide .sub-menu li a:after,
.post .entry-content .st-link-guide .sub-menu li a:after,
.st-link-guide .sub-menu li a:after {
  content: none;
}

#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
  position: relative;
  background-color: transparent;
  padding: 5px;
  border-bottom: none;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}

#side aside .st-link-guide .sub-menu li a,
.post .entry-content .st-link-guide .sub-menu li a,
.st-link-guide .sub-menu li a {
  color: #000;
  font-weight: normal;
}

.post .st-link-guide .sub-menu li a:last-child,
.post .entry-content .st-link-guide .sub-menu li a:last-child,
.post .st-link-guide .sub-menu li a:last-child {
  padding-bottom: 0;
}

/*スライドボックス*/
.st-slidebox-c {
  margin-bottom: 20px;
}
.post .st-btn-open {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
}
.st-slidebox {
  padding-top: 10px;
  display: none;
}

.post .st-slidebox p:last-child {
  margin-bottom: 0;
}

.st-btn-open .fa {
  margin-right: 10px;
}

.st-btn-open {
  cursor: pointer;
}

/* クリックして下さいを消す
.st-btn-open-click {
	display: none;
}
*/

/*メモボックス2*/
.st-memobox2 {
  position: relative;
  margin: 25px 0 20px;
  padding: 20px 20px 0;
  border: solid 1px #9e9e9e;
  border-radius: 0;
}

.st-memobox2 .fa {
  margin-right: 5px;
}

.st-memobox2 .st-memobox-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  color: #000;
  font-weight: normal;
  font-size: 90%;
}

.st-memobox2 .st-memobox-title:before {
  content: "\f0f6\00a0";
  font-family: FontAwesome;
}

.st-memobox2 > * {
  font-size: 95%;
  line-height: 1.5;
}

/*旧メモボックス*/
.st-memobox {
  position: relative;
  margin: 20px 0;
  padding: 20px 20px 0;
  border: solid 2px #9e9e9e;
  border-radius: 8px;
}

.st-memobox .fa {
  margin-right: 5px;
}

.st-memobox .st-memobox-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  color: #9e9e9e;
  font-weight: bold;
}

/*マイボックスメモ*/
.st-mybox {
  position: relative;
  margin: 25px 0;
  padding: 0 20px;
  border: solid 2px #9e9e9e;
  border-radius: 8px;
}

.wp-block-st-blocks-my-box.st-mybox {
  /* Gutenberg */
  border-radius: 5px;
}

.st-in-mybox {
  padding: 20px 0;
}

.st-in-mybox p {
  margin-bottom: 10px;
}

.st-in-mybox p:last-child {
  margin-bottom: 0;
}

.st-mybox .fa {
  margin-right: 5px;
}

.st-mybox .st-mybox-title {
  position: absolute;
  display: inline-block;
  top: -0.8em;
  left: 10px;
  padding: 0 10px;
  line-height: 1.5;
  color: #9e9e9e;
  font-weight: bold;
  margin-bottom: 10px;
}

/** 見出しを下に */
.st-mybox.st-title-under .st-mybox-title {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  margin-bottom: 10px;
  top: 0;
  left: 0;
  text-shadow: none !important;
}

/** 見出しにボーダー */
.st-mybox.st-title-border .st-mybox-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}

.st-mybox.st-title-under .st-in-mybox {
  padding: 0 0 20px;
}

/** 見出し下 + 見出しにボーダー */
.st-mybox.st-title-border.st-title-under .st-mybox-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/** 見出しにボーダー ※見出し下ではない  */
.st-mybox.st-title-border:not(.st-title-under) .st-in-mybox {
  padding-top: 35px;
}

.st-mybox.st-title-border:not(.st-title-under) .st-mybox-title {
  padding-left: 10px;
  padding-right: 10px;
  left: 20px;
}

/*見出し付ボックス*/

.freebox {
  border-top: solid 1px #feb20a;
  padding: 10px 0;
  background: #f3f3f3;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
}

.p-free {
  padding: 0;
}

.p-free:after {
  content: "";
  display: block;
  margin-bottom: 30px;
}

.p-entry-f {
  padding: 3px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background: #feb20a;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80%;
}

.p-entry-f .fa {
  margin-right: 5px;
}

.free-inbox {
  padding: 10px 15px 10px;
  text-align: left;
}

.free-inbox p {
  margin-bottom: 10px;
}

.free-inbox p:last-child {
  margin-bottom: 10px;
}

/**見出し付ボックス（タイトル幅100%ver）*/

.freebox-intitle {
  border-top: none;
  padding-top: 0;
}

.freebox-intitle .p-free {
  margin-bottom: 0;
}

.freebox-intitle .p-free:after {
  content: none;
}

.freebox-intitle .p-entry-f {
  padding: 6px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background: #feb20a;
  color: #fff;
  position: relative;
  max-width: 100%;
  display: block;
  text-align: center;
  border-bottom-right-radius: 0 !important;
}

.freebox-intitle .free-inbox {
  padding-top: 15px;
}

/*ミニふきだし*/
.post .st-minihukidashi,
.st-minihukidashi {
  font-size: 100%;
  display: inline-block;
  position: relative;
  background: #f3f3f3;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 2;
}

.post .st-minihukidashi span.st-minihukidashi-arrow,
.st-minihukidashi span.st-minihukidashi-arrow {
  content: "";
  position: absolute;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f3f3f3;
  top: 100%;
  left: 40px;
}

.st-minihukidashi .fa {
  margin-right: 5px;
}

.st-minihukidashi .st-minihukidashi-flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.st-minihukidashi img {
  border-radius: 50%;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.st-minihukidashi .photoline img {
  border-radius: 0;
  border: none;
}

/* 吹き出し下線 */
.hukidashi-underline {
  position: relative;
  padding: 10px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 3px solid #ccc;
}

.hukidashi-underline::before,
.hukidashi-underline::after {
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  border-top-width: 13px;
  border-right-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
}

.hukidashi-underline::before {
  left: 50px;
  bottom: -28px;
  border-top-color: #ccc;
  border-left-color: #ccc;
}

.hukidashi-underline::after {
  left: 53px;
  bottom: -21px;
  border-top-color: #fff;
  border-left-color: #fff;
}

/*まるもじ*/
.st-marumozi {
  font-size: 85%;
  padding: 8px 20px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.st-marumozi-big {
  padding: 8px 20px;
  margin: 0 10px 0 0;
  display: inline-block;
  font-weight: bold;
}

.post p.st-marumozi-big-p {
  margin-bottom: 0;
}

.st-marumozi .fa,
.st-marumozi-big .fa {
  margin-right: 7px;
}

.st-marumozi img {
  border-radius: 50%;
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.st-marumozi-big img {
  border-radius: 50%;
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.st-marumozi .photoline img,
.st-marumozi-big .photoline img {
  border-radius: 0;
  border: none;
}

/*クリップメモ*/
.clip-memobox {
  display: table;
  background: #f3f3f3;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px;
}
.clip-fonticon,
.clip-memotext {
  display: table-cell;
  vertical-align: middle;
}

.clip-fonticon {
  padding: 0 15px 0 10px;
  text-align: center;
}

.clip-memotext p:last-child {
  margin-bottom: 0;
}

.clip-memotext p {
  margin-bottom: 10px;
}

.clip-memotext {
  padding-left: 15px;
  border-left: 1px solid #e0e0e0;
  width: 100%;
  box-sizing: border-box;
}

.clip-memotext > * {
  font-size: 95%;
  line-height: 1.7;
}

.clip-memobox.st-text-guide .clip-memobox.st-text-guide .clip-fonticon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clip-memobox.st-text-guide .fa::before {
  display: block;
  padding-top: 10px;
}

.clip-memobox.st-text-guide .fa::after {
  font-size: 11px;
  white-space: nowrap;
}

.clip-memobox.st-text-guide .fa::before,
.clip-memobox.st-text-guide .fa::after {
  line-height: 0.8;
}

.clip-memobox.st-text-guide.st-text-guide-sankou .fa::after {
  content: "参考";
}

.clip-memobox.st-text-guide.st-text-guide-kanren .fa::after {
  content: "関連";
}

.clip-memobox.st-text-guide.st-text-guide-memo .fa::after {
  content: "メモ";
}

.clip-memobox.st-text-guide.st-text-guide-attention .fa::after {
  content: "注意";
}

.clip-memobox.st-text-guide.st-text-guide-point .fa::after {
  content: "ポイント";
}

.clip-memobox.st-text-guide.st-text-guide-recipe .fa::after {
  content: "レシピ";
}

.clip-memobox.st-text-guide.st-text-guide-quote .fa::after {
  content: "引用";
}

/** マイボックスとの組み合わせ */
.st-in-mybox.in-clip-memobox .clip-memobox {
  padding: 0;
  margin: -10px;
}

.st-in-mybox.in-clip-memobox .clip-memobox a {
  font-weight: bold;
  color: #ff0000;
}

/*参照リンク*/
.st-share {
  background: #fafafa;
  padding: 5px;
  border-radius: 3px;
  font-size: 95%;
  line-height: 1.7;
}
.st-share:before {
  content: "\00a0\00a0\f0c1\00a0\00a0\00a0";
  font-family: FontAwesome;
  color: #9e9e9e;
}

/* こんな方におすすめ */
.st-blackboard {
  padding: 10px 20px 0px;
  border: 3px solid #f3f3f3;
  background: #fff;
  margin: 30px 0;
  border-radius: 0;
}

.st-blackboard-title-box {
  text-align: center;
  margin-bottom: 10px;
}

.st-blackboard-title {
  color: #424242;
  display: inline-block;
  border-bottom: 2px solid #424242;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 5px;
  background: #fff;
}

.st-blackboard-title:before {
  content: "\f0f6\00a0\00a0";
  font-family: FontAwesome;
}

.st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) {
  padding-left: 20px;
}

.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) {
  padding-left: 30px;
}

.st-blackboard:not(.square-checkbox) ul.st-blackboard-list:not(.st-css-no) li,
.post
  .st-blackboard:not(.square-checkbox)
  ul.st-blackboard-list:not(.st-css-no)
  li:last-child {
  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;
}

.st-blackboard:not(.square-checkbox) ol.st-blackboard-list:not(.st-css-no) li,
.post
  .st-blackboard:not(.square-checkbox)
  ol.st-blackboard-list:not(.st-css-no)
  li:last-child {
  border-bottom: dotted 1px #ccc;
  line-height: 1.3;
  padding: 10px 0;
  margin: 0;
}

.st-blackboard:not(.square-checkbox)
  ul.st-blackboard-list:not(.st-css-no)
  li:before {
  content: "\f058\00a0\00a0";
  font-family: FontAwesome;
  color: #ff0000;
}

.st-blackboard:not(.square-checkbox)
  ul.st-blackboard-list:not(.st-css-no).st-no-ck
  li,
.post
  .st-blackboard:not(.square-checkbox)
  ul.st-blackboard-list:not(.st-css-no).st-no-ck
  li:last-child {
  text-indent: 0;
  padding-left: 0;
}

.st-blackboard:not(.square-checkbox) ul.st-blackboard-list.st-no-ck li:before {
  content: none;
}

/* こんな方におすすめ（チェックボックス） */
.st-blackboard.square-checkbox {
  padding: 30px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#side aside .st-blackboard.square-checkbox ul li,
.st-blackboard.square-checkbox ul li {
  position: relative;
  display: block;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
  padding-left: calc(1.5em + 15px);
}

.st-blackboard.square-checkbox
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  display: block;
  margin-bottom: 0;
  padding: 10px 0 0;
}

.st-blackboard.square-checkbox ul li:last-child {
  margin-bottom: 15px;
  padding-bottom: 0.75em;
}

.st-blackboard.square-checkbox ul.st-blackboard-list:not(.st-css-no) li:before {
  position: absolute;
  top: calc(50% - 0.95em);
  left: 0;
  content: "\e907";
  font-family: stsvg;
  color: #ff0000;
  z-index: 2;
  margin-right: 15px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),
    1px -1px 0 rgba(255, 255, 255, 1), -1px 1px 0 rgba(255, 255, 255, 1),
    1px 1px 0 rgba(255, 255, 255, 1);
  font-size: 150%;
  line-height: 1.5;
}

.st-blackboard.square-checkbox ul li:after {
  content: "\e904";
  font-family: stsvg;
  color: #ccc;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% - 0.9em);
  font-size: 150%;
  line-height: 1.5;
}

/* チェックボックス */
.st-square-checkbox:not(.st-square-checkbox-nobox) {
  border: 3px solid #f3f3f3;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#side
  aside
  .st-mybox
  .st-square-checkbox.st-square-checkbox-nobox
  ul
  li:last-child,
.post .st-mybox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
.st-mybox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
#side
  aside
  .freebox
  .st-square-checkbox.st-square-checkbox-nobox
  ul
  li:last-child,
.post .freebox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child,
.freebox .st-square-checkbox.st-square-checkbox-nobox ul li:last-child {
  margin-bottom: 0;
}

.post
  ul.is-style-st-square-checkbox:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list),
ul.is-style-st-square-checkbox:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list),
.st-square-checkbox
  ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  margin-bottom: 0;
  padding: 0;
}

.st-square-checkbox.st-bold ul li {
  font-weight: bold;
}

.post ul.is-style-st-square-checkbox li,
ul.is-style-st-square-checkbox li,
#side aside .st-square-checkbox ul li,
.post .st-square-checkbox ul li,
.st-square-checkbox ul li {
  position: relative;
  display: block;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
  padding-left: calc(1.5em + 15px);
}

.post ul.is-style-st-square-checkbox li:last-child,
ul.is-style-st-square-checkbox li:last-child,
.post .st-square-checkbox ul li:last-child,
.st-square-checkbox ul li:last-child {
  margin-bottom: 15px;
  padding-bottom: 0.5em;
}

ul.is-style-st-square-checkbox li:before,
.st-square-checkbox ul li:before {
  position: absolute;
  top: calc(50% - 0.95em);
  left: 0;
  content: "\e907";
  font-family: stsvg;
  color: #ff0000;
  z-index: 2;
  margin-right: 15px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 1),
    1px -1px 0 rgba(255, 255, 255, 1), -1px 1px 0 rgba(255, 255, 255, 1),
    1px 1px 0 rgba(255, 255, 255, 1);
  font-size: 150%;
  line-height: 1.5;
}

ul.is-style-st-square-checkbox li:after,
.st-square-checkbox ul li:after {
  content: "\e904";
  font-family: stsvg;
  color: #ccc;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% - 0.9em);
  font-size: 150%;
  line-height: 1.5;
}

/*マイボタン*/
.st-mybtn {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.st-mybtn:not(.st-mybtn-noborder) {
  border: 1px solid #ccc;
}

.st-mybtn a {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.st-mybtn .fa:not(.fa-after) {
  margin-right: 10px;
}

.st-mybtn .fa.fa-after {
  margin-left: 10px;
}

.st-mybtn:hover {
  opacity: 0.6;
}

.st-mybtn.st-btn-default {
  width: 100%;
}

.st-mybtn.wp-block-st-blocks-my-button {
  color: #ffffff;
  border: 0 solid #757575;
  background-color: #e6514c;
  border-radius: 5px;
  box-shadow: 0 3px 0 #d9251f;
}

.st-mybtn.wp-block-st-blocks-my-button a {
  color: #ffffff;
}

/*マイボタン（ミニ）*/
.st-mybtn.st-mybtn-mini {
  border: none;
  box-sizing: border-box;
  margin: 0 3px 10px;
  display: inline-block;
}

.st-mybtn.st-mybtn-mini a {
  padding: 7px 15px;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  width: inherit;
  height: auto;
  text-decoration: none;
  font-size: 95%;
}

.st-mybtn.st-mybtn-mini .fa:not(.fa-after) {
  margin-right: 10px;
}

.st-mybtn.st-mybtn-mini .fa.fa-after {
  margin-left: 10px;
}

.st-mybtn.st-mybtn-mini:hover {
  opacity: 0.6;
}

.st-mybtn.st-mybtn-mini.st-btn-default {
  width: inherit;
}

/* MCボタン */

.st-mcbtn-box {
  border-radius: 5px;
}

.st-mcbtn-box .st-mybtn,
.post .st-mcbtn-box .st-mybtn {
  margin-bottom: 10px;
}

.st-mcbox-text,
.post .st-mcbox-text {
  margin-bottom: 0;
  font-size: 80%;
  text-align: center;
}

.st-mcbox-title,
.post .st-mcbox-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/*光る演出*/
.st-reflection-on:not(.no-reflection),
.st-mybtn.st-reflection:not(.no-reflection) a {
  position: relative;
  overflow: hidden;
}
.st-reflection-on:not(.no-reflection):after,
.st-mybtn.st-reflection:not(.no-reflection) a:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 5s ease-in-out infinite;
}
@-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;
  }
}

/* アイテムボックス */
.st-itmebox img {
  border: none !important;
}

a.itembox-link {
  text-decoration: none;
  font-size: 90%;
  display: block;
  box-sizing: border-box;
}

a.itembox-link h5 {
  text-decoration: underline;
}

.st-cardbox.st-itmebox {
  padding-top: 10px;
}

a.itembox-link p,
.post a.itembox-link p {
  margin-bottom: 5px;
}

.st-cardbox.st-itmebox .clearfix dd h5,
.post .st-cardbox.st-itmebox .clearfix dd h5,
#side .st-cardbox.st-itmebox .clearfix dd h5 {
  margin-bottom: 0;
  border: none;
}

a.itembox-link:hover {
  opacity: 0.7;
}

a.itembox-link .itembox-price {
  color: #616161;
}

/* 画像付きコメントボックス */

.st-user-comment-box {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.st-user-comment-img {
  width: 40px;
}

.st-user-comment-img img {
  border-radius: 50%;
}

.st-user-comment-text {
  padding-left: 10px;
  width: calc(100% - 50px);
}

.st-user-comment-text p:not(.st-user-comment-attribute) {
  font-weight: bold;
  margin-bottom: -2px;
  line-height: 1.5;
}

.st-user-comment-box .st-star,
.st-user-comment-attribute {
  font-size: 70%;
  margin-bottom: 0;
  font-weight: normal;
}

@media print, screen and (max-width: 959px) {
  .st-user-comment-text p:not(.st-user-comment-attribute) {
    line-height: 1.3;
  }

  .st-user-comment-box .st-star,
  .st-user-comment-attribute {
    font-size: 90%;
  }
}

.st-user-comment-attribute {
  color: #9e9e9e;
}

.st-user-comment-box .st-star {
  margin-left: 7px;
}

.st-mybox .st-user-comment-box .fa-star-half-o,
.st-mybox .st-user-comment-box .fa-star-o,
.st-mybox .st-user-comment-box .fa-star {
  margin-right: 0;
}

/* 目次（カスタム） */
#st_toc_container {
  margin: 0 auto 20px;
  text-align: center;
}

#st_toc_container .st_toc_title {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #333;
  margin-bottom: 5px;
}

#st_toc_container .st_toc_title {
  margin: 0 auto 20px;
}

/* 閉じたとき */
#st_toc_container.st_toc_contracted .st_toc_title {
  margin: 0 auto 10px;
}

#st_toc_container .st_toc_title:before {
  content: "\f0f6\00a0";
  font-family: FontAwesome;
}

#st_toc_container .st_toc_title .st_toc_toggle {
  font-weight: normal;
  font-size: 95%;
  margin-left: 5px;
}

.post #st_toc_container ul,
.post #st_toc_container ol {
  list-style: none;
  margin-bottom: 0;
}

.st_toc_number {
  font-weight: bold;
  margin-right: 5px;
  color: #ccc;
}

#st_toc_container ul a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ccc;
}

#st_toc_container ul li li a {
  padding-left: 5px;
}

#st_toc_container ul a:hover {
  opacity: 0.5;
}

#st_toc_container .st_toc_list > li > li > a {
  margin-bottom: 10px;
}

#st_toc_container .st_toc_list > li > a {
  border-bottom: none;
}

.post #st_toc_container ul ul {
  padding: 5px 0;
}

.post #st_toc_container ul ul ul {
  padding-left: 10px;
}

#st_toc_container li {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0;
  list-style-type: none;
  text-align: left;
  text-indent: -0.8em;
  padding-left: 1em;
}

#st_toc_container > ul > li {
  font-size: 18px;
}

#st_toc_container li a:before {
  font-family: FontAwesome;
  content: "\f0da\00a0\00a0";
  color: #333;
}

#st_toc_container li li a:before {
  content: none;
}

#st_toc_container li li {
  text-align: left;
  font-weight: normal;
  list-style: decimal outside none;
  text-indent: 0;
  padding: 5px 0;
}

#st_toc_container li li li {
  margin-bottom: 0;
  padding: 3px 0;
  list-style-type: none;
  text-indent: -0.8em;
  padding-left: 1em;
}

#st_toc_container li li li a {
  border: none;
  margin-bottom: 0;
  padding: 0;
}

#st_toc_container li li li a:before {
  font-family: FontAwesome;
  content: "\f0da\00a0\00a0";
  color: #9e9e9e;
}

/* 第一階層のみの場合 */
#st_toc_container.only-toc .st_toc_list {
  padding: 10px 20px 20px 40px;
}

#st_toc_container.only-toc li {
  padding: 0;
  font-weight: normal;
  text-indent: 0;
  list-style-type: decimal;
  border-bottom: dotted 1px #ccc;
}

#st_toc_container.only-toc ul a {
  padding: 5px;
}

#st_toc_container.only-toc li a:before {
  content: none;
}

#st_toc_container.only-toc li a:before {
  content: none;
}

/* 目次の[非表示]を消す */
.st_toc_hierarchical:not(.st_toc_contracted) .st_toc_toggle {
  display: none;
}

/* オリジナル */
.post #st_toc_container ol.st-original-toc > li {
  list-style: decimal;
  text-align: left;
  font-weight: normal;
  padding: 0;
  text-indent: 0;
}
#st_toc_container ol.st-original-toc > li a:before {
  content: none;
}

/* 第一階層のみの場合 */
#st_container.only-toc ul {
  padding: 20px;
}

#st_toc_container.only-toc li {
  padding: 0;
  font-weight: normal;
}

#st_toc_container.only-toc li a:before {
  content: none;
}

#st_toc_container.only-toc li {
  list-style-type: decimal;
  border-bottom: dotted 1px #ccc;
}

/* 目次へ戻るボタン */
.st_toc_back,
.st_toc_back:focus,
.st_toc_back:hover,
.st_toc_back:active {
  color: #ccc;
  text-decoration: none;
}

.st_toc_back {
  position: fixed;
  bottom: 15px;
  left: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.st_toc_back.is-shown {
  opacity: 1;
  pointer-events: auto;
}

.st_toc_back.is-top {
  bottom: 75px;
}

.st_toc_back_icon {
  display: block;
  background: none;
  width: auto;
  height: auto;
  font-size: 32px;
}

.st_toc_back_icon::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f03a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.st_toc_back_label {
  margin-top: 0;
  font-size: 10px;
}

.st_toc_back.is-rounded,
.st_toc_back.is-rounded:focus,
.st_toc_back.is-rounded:hover,
.st_toc_back.is-rounded:active {
  color: #fff;
}

.st_toc_back.is-rounded {
  bottom: 20px;
  background: #ccc;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

.st_toc_back.is-rounded.is-shown {
  opacity: 0.8;
}

.st_toc_back.is-rounded.is-top {
  bottom: 80px;
}

.st_toc_back.is-rounded .st_toc_back_icon {
  font-size: 24px;
}

/* タブ */
/* タブ > default */
.st-tab-content label {
  -webkit-appearance: none;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 30%;
  box-sizing: border-box;
  opacity: 0.5;
  border-radius: 3px 3px 0 0;
  height: auto;
}

.st-tab-content {
  margin-bottom: 20px;
}

.st-tab-content label {
  margin-right: 5px;
}

.st-tab-content label:last-child {
  margin-right: 0;
}

.st-tab-content .st-tab-label:checked + label {
  opacity: 1;
}

.st-tab-label {
  display: none;
}

.entry-content .st-tab-label[value="1"]:checked ~ .st-tab-main-1,
.entry-content .st-tab-label[value="2"]:checked ~ .st-tab-main-2,
.entry-content .st-tab-label[value="3"]:checked ~ .st-tab-main-3,
.entry-content .st-tab-label[value="4"]:checked ~ .st-tab-main-4 {
  display: block;
}

.st-tab-main {
  display: none;
}

.st-tab-content label .fa {
  margin-right: 5px;
}

.st-tab-content:not(.st-tab-content-type-button) label {
  border-bottom: none !important;
}

/* タブ > button */
.st-tab-content-type-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.st-tab-content-type-button label {
  position: relative;
  margin: 0;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: block;
  width: 50%;
  opacity: 0.5;
  border-radius: 0;
  z-index: 0;
}

.st-tab-content-type-button.st-tab-content-tab-1 label {
  width: 100%;
}

.st-tab-content-type-button.st-tab-content-tab-3 label {
  width: 33.33333%;
}

.st-tab-content-type-button.st-tab-content-tab-4 label {
  width: 25%;
}

.st-tab-content-type-button label ~ label {
  border-left: 0;
}

.st-tab-content-type-button
  label
  ~ .st-tab-label:checked
  + label:not(.st-tab-noborder)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 0;
  border-left: 1px solid #e0e0e0;
}

@media only screen and (max-width: 959px) {
  .st-tab-content-type-button.st-tab-content-tab-4 label {
    width: 50%;
  }

  .st-tab-content-type-button label ~ label {
    border-left: 1px solid #e0e0e0;
  }

  .st-tab-content-type-button.st-tab-content-tab-4
    label:nth-of-type(2)
    ~ label {
    top: -1px;
  }

  .st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(2n) {
    border-left: 0;
  }

  .st-tab-content-type-button.st-tab-content-tab-4
    label
    ~ .st-tab-label:checked
    + label::before {
    content: normal;
  }

  .st-tab-content-type-button.st-tab-content-tab-4
    .st-tab-label:checked
    + label:nth-of-type(2n)::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 0;
    border-left: 1px solid #e0e0e0;
  }
}

.st-tab-content .st-tab-label:checked + label {
  z-index: 1;
}

.st-tab-content-type-button .st-tab-main {
  width: 100%;
  margin-top: 20px;
}

.st-tab-content-type-button .st-tab-main {
  /* フェードイン */
  /* stylelint-disable-next-line no-unknown-animations */
  animation-name: StFedeIn;
  animation-duration: 2s;
}

/** 角丸 */
.st-tab-content-type-button label:first-of-type {
  border-radius: 5px 0 0 5px;
}

.st-tab-content-type-button label:last-of-type {
  border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 959px) {
  .st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(1) {
    border-radius: 5px 0 0 0;
  }

  .st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(2) {
    border-radius: 0 5px 0 0;
  }

  .st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(3) {
    border-radius: 0 0 0 5px;
  }

  .st-tab-content-type-button.st-tab-content-tab-4 label:nth-of-type(4) {
    border-radius: 0 0 5px 0;
  }
}

/** 角丸解除 */

.st-tab-content-type-button.st-noradius label:first-of-type,
.st-tab-content-type-button.st-noradius label:last-of-type {
  border-radius: 0;
}

@media only screen and (max-width: 959px) {
  .st-tab-content-type-button.st-tab-content-tab-4.st-noradius
    label:nth-of-type(1),
  .st-tab-content-type-button.st-tab-content-tab-4.st-noradius
    label:nth-of-type(2),
  .st-tab-content-type-button.st-tab-content-tab-4.st-noradius
    label:nth-of-type(3),
  .st-tab-content-type-button.st-tab-content-tab-4.st-noradius
    label:nth-of-type(4) {
    border-radius: 0;
  }
}

/*フォーム*/
input:not(.st-form-nowide):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="image"]),
textarea,
select {
  box-sizing: border-box;
  width: 100%;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
textarea,
select {
  padding: 5px;
}

.post input:not(.st-tab-label):not([type="image"]),
.post textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
}

.post input:not(.st-tab-label):not([type="image"]) {
  padding: 7px 15px;
  margin: 5px auto;
}

.post #search input {
  border: none;
}

/*パスワード保護*/
.post_password input[type="submit"] {
  box-sizing: border-box;
  padding: 10px;
  margin: 10px auto;
  width: 50%;
}
.post_password {
  text-align: center;
}

/*コンタクトフォーム7の送信ボタン*/
.wpcf7-submit {
  width: 100%;
  border-radius: 20px;
  background: #f3f3f3;
  color: #000;
  border: none;
  margin: 0 auto;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

/*レスポンシブ用PC左右コンテンツ*/
.responbox,
.responbox30,
.responbox33,
.responbox40,
.responbox50,
.responbox60,
.responbox70,
.responboxfree {
  margin-bottom: 10px;
}

.responbox .lbox {
  margin-bottom: 10px;
}

/*free*/
.responboxfree {
  display: flex;
}

.responboxfree .lbox {
  padding-right: 7px;
  box-sizing: border-box;
}

.responboxfree .rbox {
  padding-left: 7px;
  box-sizing: border-box;
}

/*50%*/
.responbox50.smart50 .lbox {
  float: left;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
}

.responbox50.smart50 .rbox {
  float: right;
  box-sizing: border-box;
  width: 49%;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
}

.responbox50.smart50 {
  overflow: hidden;
}

/*30%*/
.responbox30.smart30 .lbox {
  float: left;
  width: 30%;
  box-sizing: border-box;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
}

.responbox30.smart30 .rbox {
  float: right;
  box-sizing: border-box;
  width: 70%;
  margin-bottom: -32768px;
  padding-left: 10px;
  padding-bottom: 32768px;
}

.responbox30.smart30 {
  overflow: hidden;
}

@media print, screen and (max-width: 599px) {
  /* 60%と70%はスマホでは左右逆にして縦並び */
  .responbox60,
  .responbox70 {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*AmazonJS*/
.post .amazonjs_item h4,
.post .amazonjs_item h4 a {
  color: #1a1a1a !important;
  font-size: 15px;
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
}
.post .amazonjs_item ul li {
  font-size: 12px !important;
}

/*Rinker*/
div.yyi-rinker-contents div.yyi-rinker-box {
  padding: 20px 12px;
}

.post
  ul.yyi-rinker-links:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  padding: 0;
  margin-bottom: 0;
}

div.yyi-rinker-contents div.yyi-rinker-detail {
  padding-left: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
  margin: 0 5px 5px 0;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
}

/** サイドバー用 */
#side div.yyi-rinker-contents div.yyi-rinker-box {
  flex-direction: column;
  padding: 20px;
}

#side div.yyi-rinker-contents div.yyi-rinker-info {
  width: 100%;
}

#side .yyi-rinker-img-m .yyi-rinker-image {
  width: 100%;
  margin-bottom: 20px;
}

body #side div.yyi-rinker-contents ul.yyi-rinker-links li {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}

body #side div.yyi-rinker-contents ul.yyi-rinker-links li a {
  padding: 0;
}

@media print, screen and (max-width: 599px) {
  div.yyi-rinker-contents div.yyi-rinker-box {
    flex-direction: column;
    padding: 20px;
  }

  div.yyi-rinker-contents div.yyi-rinker-info {
    width: 100%;
  }

  .yyi-rinker-img-m .yyi-rinker-image {
    width: 100%;
    margin-bottom: 20px;
  }

  body div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
  }

  body div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0;
  }
}

/*WPアソシエイト*/
.post .wpap-tpl {
  max-width: 100%;
  box-sizing: border-box;
}

.post .wpap-tpl .wpap-link,
.post .wpap-tpl .wpap-link:hover {
  box-shadow: none;
}

/*ブログカード風*/

.st-cardbox {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  box-sizing: border-box;
}

a.st-cardlink,
a .st-cardbox h5,
a .st-cardbox p {
  text-decoration: none;
  color: #1a1a1a;
}

.st-cardbox:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}

.st-cardbox.kanren {
  margin-top: 0;
  background-color: #fff;
}

.kanren.st-cardbox dl:last-child {
  border-style: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.post .st-cardbox p,
.st-cardbox p {
  margin-bottom: 10px;
}

.st-cardbox .clearfix dd h5,
.post .st-cardbox .clearfix dd h5,
#side .st-cardbox .clearfix dd h5 {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.st-cardbox .clearfix dd p {
  font-size: 80%;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #616161;
}

.st-cardbox .clearfix dd p.cardbox-more {
  margin-bottom: 0;
}

/*続きを読む（ブログカード）*/
.post p.cardbox-more {
  margin-bottom: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  color: #757575;
}

/*ブログカード風サイドバー*/
#side aside .textwidget .kanren:not(.shortcode-kanren):not(.pop-box),
#side .st-cardbox {
  padding: 0;
  margin-bottom: 0;
  background: #fff;
}

#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dt {
  float: none !important;
  width: 100% !important;
  height: auto;
  overflow: hidden;
}

#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dt img {
  width: 100% !important;
}

#side .textwidget .kanren:not(.shortcode-kanren):not(.pop-box) dd {
  padding: 10px 20px 20px;
}

#side .st-cardbox .clearfix dd p {
  line-height: 1.8;
  margin-bottom: 10px;
}

#side .shortcode-kanren dd .smanone {
  display: none;
}

/*続きを読む*/
#side .st-cardbox .clearfix dd p.cardbox-more {
  margin-bottom: 5px;
}

/*ブログカード風サイドバー（ランキング）*/

#side .rankst-cont .st-cardbox {
  padding: 15px 15px 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

#side .rankst-cont .kanren.st-cardbox dl:last-child {
  border-style: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#side .rankst-cont .post .st-cardbox p,
#side .rankst-cont .st-cardbox p {
  margin-bottom: 10px;
}

#side .rankst-cont .st-cardbox .clearfix dd h5,
#side .rankst-cont .post .st-cardbox .clearfix dd h5,
#side .rankst-cont .st-cardbox .clearfix dd h5 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

#side .rankst-cont .st-cardbox .clearfix dd p {
  font-size: 90%;
  line-height: 1.8;
  margin-bottom: 10px;
}

/*ブログカード風マガジン*/

.st-cardstyle .st-cardbox {
  border: none;
  padding: 0;
}

.st-cardstyle .kanren dl,
.st-cardstyle .kanren.st-cardbox dl:last-child {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}

.st-cardstyle .kanren dl {
  width: 100%;
}

.st-cardstyle .kanren dt {
  float: none !important;
  width: 100% !important;
  height: auto;
  overflow: hidden;
  position: relative;
}

.st-cardstyle .kanren dt img {
  width: 100% !important;
}

.st-cardstyle .kanren dd,
.st-cardstyle .kanren.st-cardbox dd {
  padding: 20px 20px 15px;
}

.st-cardstyle .kanren .clearfix dd p {
  line-height: 1.8;
}

.st-cardstyle .kanren .st-top-box {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}

.st-cardstyle .kanren .st-top-box dl {
  margin-bottom: 0;
  position: relative;
}

.st-cardstyle .kanren .st-top-box a.st-box-a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.st-cardstyle .kanren .st-top-box img.size-full,
.st-cardstyle .kanren .st-top-box img.size-large {
  margin-bottom: 0;
}

.st-cardstyle .cardbox-more a {
  display: block;
}

#side .st-cardstyle .kanren.st-cardbox.st-cardbox-wide dt,
main .st-cardstyle .kanren.st-cardbox.st-cardbox-wide dt,
#side .st-cardstyleb .kanren.st-cardbox.st-cardbox-wide dt,
main .st-cardstyleb .kanren.st-cardbox.st-cardbox-wide dt {
  margin: 0;
}

/* 影なし */
.st-cardbox.st-no-shadow {
  box-shadow: none;
}

/* 会話レイアウト */

.st-kaiwa-box {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: table;
}

.st-kaiwa-face {
  text-align: center;
  display: table-cell;
  width: 60px;
  vertical-align: top;
}

.st-kaiwa-face img {
  border-radius: 60px;
  border: 1px solid #ccc;
}

.st-kaiwa-face-name {
  color: #616161;
  font-size: 70%;
  line-height: 1.5;
  max-width: 60px;
}

.st-kaiwa-area {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.st-kaiwa-hukidashi {
  display: inline-block;
  padding: 15px 20px;
  margin-left: 20px;
  border-radius: 7px;
  position: relative;
  background-color: #f9f9f9;
}

.post .st-kaiwa-hukidashi p:last-child {
  margin-bottom: 0px;
}

.st-kaiwa-hukidashi:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f9f9f9 transparent transparent;
}

/*ふきだし反対*/

.st-kaiwa-face2 {
  text-align: center;
  display: table-cell;
  width: 60px;
  vertical-align: top;
}

.st-kaiwa-face2 img {
  border-radius: 60px;
  border: 1px solid #ccc;
}

.st-kaiwa-face-name2 {
  color: #616161;
  font-size: 70%;
  line-height: 1.5;
  max-width: 60px;
}

.st-kaiwa-area2 {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

.st-kaiwa-hukidashi2 {
  display: inline-block;
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 7px;
  position: relative;
  background-color: #f9f9f9;
  text-align: left;
}

.post .st-kaiwa-hukidashi2 p:last-child {
  margin-bottom: 0px;
}

.st-kaiwa-hukidashi2:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f9f9f9;
}

/*--------------------------------------------------------------- 
   吹き出しプラグインのボーダーの幅の変更する場合 (2px の例)
   ※スタイルの優先順位や線のサイズにより、微調整が必要になる場合があります

.st-kaiwa-hukidashi,
.st-kaiwa-hukidashi2 {
	border-width: 2px;
}

.st-kaiwa-hukidashi::before {
	margin-top: -13px;
	left: -13px;
	border-width: 13px 13px 13px 0;
}

.st-kaiwa-hukidashi::after {
	left: -10px;
	border-width: 10px 10px 10px 0;
}

.st-kaiwa-hukidashi2::before {
	margin-top: -13px;
	right: -13px;
	border-width: 13px 0 13px 13px;
}

.st-kaiwa-hukidashi2::after {
	right: -10px;
	border-width: 10px 0 10px 10px;
}
--------------------------------------------------------------- */

/*--------------------------------
スライドメニュー
---------------------------------*/

.st-ac-box {
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.st-ac-box-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-navigation-container {
  overflow: hidden;
}

nav li a:hover {
  text-decoration: underline;
}

#s-navi {
  margin: 0 -10px;
}

#s-navi ul.sub-menu {
  display: none;
}

#s-navi dl.acordion p {
  margin: 0;
}

#s-navi dl.acordion {
  margin: 0px;
  box-sizing: border-box;
  width: 100%;
}

#s-navi dt.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 48px;
  overflow: hidden;
}

.trigger .fa:not(.fa-bars) {
  font-size: 20px;
}

.trigger .op .fa:not(.fa-bars) {
  font-size: 23px;
}

/*モバイル用ロゴタイトル*/
#st-mobile-logo {
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 20px;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

header h1#st-mobile-logo,
header p#st-mobile-logo {
  font-weight: bold;
}

#st-mobile-logo a {
  text-decoration: none;
  color: #000;
  line-height: 20px;
  font-size: 16px;
}

#st-mobile-logo img {
  height: 20px;
  width: auto;
  box-sizing: border-box;
}

/** モバイル用アイコンロゴ */
.st-icon-logo-sp {
  margin-right: 10px;
}

#st-icon-logo {
  margin-bottom: 10px;
}

/*スライドメニューボタン*/
#s-navi dt.trigger .acordion_button {
  max-width: 20%;
  order: 1;
  flex-grow: 0;
}

#s-navi dt.trigger .op {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  overflow: hidden;
  width: 52px;
  box-sizing: border-box;
}

#s-navi dt.trigger .op .fa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#s-navi dt.trigger .op.has-text .fa::after {
  margin-top: 3px;
  font-family: Futura, "Century Gothic", "Noto Sans JP", sans-serif !important;
  content: "MENU";
  font-size: 8px;
  letter-spacing: -0.25px;
color: #135056;
}

.s-navi-active #s-navi dt.trigger .op.has-text .fa::after {
  content: "CLOSE";
}

/* オープン時 */
.s-navi-active #s-navi dt.trigger .acordion_button .fa-bars::before {
  content: "\f00d";
}

/* オープン時（上書き） */
.st-svg-menu:before{
	color: #135056;
	margin-top: 7px;
}

.s-navi-active .st-svg-menu::before {
  content: "\e90e";
}

.s-navi-active .st-svg-menu_thin::before {
  content: "\e90c";
}

.s-navi-active .st-svg-menu_cut::before {
  content: "\e90d";
}

/*スライドメニュー追加ボタン1*/
#s-navi dt.trigger .acordion_extra_1 {
  max-width: 40%;
  order: 3;
  flex-grow: 0;
}

#s-navi dt.trigger .acordion_extra_1 a {
  text-decoration: none;
}

#s-navi dt.trigger .op-st {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #ccc;
  line-height: 30px;
  background: #000;
  display: block;
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
  padding: 10px;
}

#s-navi dt.trigger .op-st .fa {
  margin-right: 7px;
}

.op-text,
.op-text a {
  font-size: 13px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/*スライドメニュー追加ボタン2*/
#s-navi dt.trigger .acordion_extra_2 {
  max-width: 40%;
  order: 4;
  flex-grow: 0;
}

#s-navi dt.trigger .acordion_extra_2 a {
  text-decoration: none;
}

#s-navi dt.trigger .op-st2 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 30px;
  color: #ccc;
  background: #1a1a1a;
  display: block;
  box-sizing: border-box;
  height: 48px;
  overflow: hidden;
  padding: 10px;
}

#s-navi dt.trigger .op-st2 .fa {
  margin-right: 7px;
}

.op-text2,
.op-text2 a {
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}

#s-navi:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 5px;
}

#s-navi dd.acordion_tree {
  box-sizing: border-box;
  text-align: left;
  position: fixed;
  top: 0;
  width: 250px; /* スライドメニューの幅 */
  transition: all 0.3s;
  z-index: 10000;
  height: 100vh;
  left: -250px; /* スライドメニューの幅 */
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
}

#s-navi dd.acordion_tree .acordion_tree_content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 10px;
}

.acordion_tree ul.menu li {
  position: relative;
  float: none;
  font-size: 15px;
  list-style: none;
}

.acordion_tree ul.menu li:hover {
  cursor: pointer;
}

.acordion_tree ul.menu li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  text-decoration: none;
  color: #000;
}

.acordion_tree ul.menu li .fa,
#s-navi .acordion_tree ul.menu li .menu-item-icon.fa {
  margin: -12px -15px -12px 0;
  padding: 0 15px 0 8px;
  min-width: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}

#s-navi .acordion_tree ul.menu li .fa {
  margin: 0 0.25em;
  padding: 0;
  min-width: 0;
  display: inline-block;
}

/* 子孫メニュー */
.acordion_tree ul.menu li .sub-menu a {
  padding-left: 30px;
}

.acordion_tree ul.menu li .sub-menu .sub-menu a {
  padding-left: 45px;
}

.acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
  padding-left: 60px;
}

.menu-close {
  padding: 10px;
}

/* メニューオープン時 */
.s-navi-active #s-navi dl.acordion {
  left: 250px; /* スライドメニューの幅 */
}

.s-navi-active #s-navi dd.acordion_tree {
  left: 0;
}

/* 右表示 */
.s-navi-right #s-navi dt.trigger {
  justify-content: flex-end;
}

.s-navi-right #st-mobile-logo {
  order: 1;
}

.s-navi-right #s-navi dt.trigger .acordion_button {
  order: 4;
}

.s-navi-right #s-navi dt.trigger .acordion_extra_1 {
  order: 2;
}

.s-navi-right #s-navi dt.trigger .acordion_extra_2 {
  order: 3;
}

.s-navi-right #s-navi dd.acordion_tree {
  left: auto;
  right: -250px; /* スライドメニューの幅 */
}

.s-navi-active.s-navi-right #s-navi dl.acordion {
  left: -250px; /* スライドメニューの幅 */
}

.s-navi-active.s-navi-right #s-navi dd.acordion_tree {
  right: 0;
}

/* スライドメニュー内のタイトル */
#s-navi dl.acordion .acordion_tree .st-ac-box .st-widgets-title {
  font-size: 85%;
  margin-bottom: 10px;
  font-weight: bold;
}

/* スライドメニュー内のカテゴリ */
.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}

.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat > li.cat-item {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.acordion_tree .st-ac-box .widget_categories ul.st-ac-cat li.cat-item a {
  text-decoration: none;
  padding: 10px;
  font-size: 80%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.acordion_tree .st-ac-box .widget_categories ul li.cat-item:hover {
  opacity: 0.7;
}

.acordion_tree .st-ac-box ul.st-ac-cat .children {
  display: none;
}

/*--------------------------------
ミドルメニュー
---------------------------------*/
.st-middle-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.st-middle-menu .menu > li {
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  align-items: center;
}

.st-middle-menu .menu li a {
  text-decoration: none;
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.st-middle-menu .fa {
  margin-right: 5px;
}

/*--------------------------------
スマホフッターメニュー
---------------------------------*/

#st-footermenubox {
  position: fixed;
  bottom: 0px;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 7px 10px;
  background: #fff;
  box-shadow: 0px 0px 5px;
  z-index: 99999;
}

#st-footermenubox a {
  text-decoration: none;
}

#st-footermenubox ul.menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#st-footermenubox ul.menu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
}

#st-footermenubox ul.menu li .fa {
  font-size: 13px;
}

/* スライドメニュー: オープン時 */
.s-navi-active #st-footermenubox {
  left: 250px; /* スライドメニューの幅 */
}

/* スライドメニュー: 右表示 */
.s-navi-active.s-navi-right #st-footermenubox {
  left: -250px; /* スライドメニューの幅 */
}

/*--------------------------------
メニューst5 未設定
---------------------------------*/

nav.st5,
#st-menuwide div.menu,
#st-menuwide nav.menu {
  display: none;
}

#st-menubox nav.menu ul {
  list-style: none;
}

/*--------------------------------
ヘッダーカードリンク
---------------------------------*/

.st-cardlink-card img {
  width: 100%;
  margin: 0;
}

.st-cardlink-column-d {
  margin: auto;
  padding: 10px 0 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.st-cardlink-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.st-cardlink-column-1 .st-cardlink-card {
  width: calc(100% - 10px);
}

.st-cardlink-column-2 .st-cardlink-card {
  width: calc(50% - 10px);
}

.st-cardlink-column-3 .st-cardlink-card {
  width: calc(33.33% - 10px);
}

.st-cardlink-column-4 .st-cardlink-card {
  width: calc(25% - 10px);
}

.st-cardlink-card:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.st-cardlink-card a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.st-cardlink-card.has-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 50% 50%;
  position: relative;
  z-index: 0;
  padding: 20px;
  background-size: cover;
  font-weight: bold;
  color: #fff;
  font-size: 120%;
  text-shadow: 1px 1px 1px #424242;
  text-align: center;
  min-height: 50px;
}

.st-cardlink-card.has-bg .st-cardlink-card-link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

@media only screen and (min-width: 600px) {
  .st-cardlink-card.has-bg {
    min-height: 100px;
  }
}

.st-cardlink-card.has-link {
  padding: 0;
  align-items: stretch;
}

.st-cardlink-card.has-bg.has-link .st-cardlink-card-link {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (max-width: 599px) {
  .st-cardlink-card-link,
  .st-cardlink-card-text {
    font-size: 90%;
  }
}

/* テキストのある背景画像をぼかす */
.st-cardlink-card.has-bg.is-blurable::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: -1;
}

.st-cardlink-card.has-bg.is-blurable:hover::before {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* テキストのある背景画像を暗くする */
.st-cardlink-card.has-bg.is-darkable::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 1;
}
.st-cardlink-card.has-bg.is-darkable {
  text-shadow: none !important;
}

.st-cardlink-card.has-bg.is-darkable .st-cardlink-card-text {
  z-index: 2;
}

@media only screen and (max-width: 959px) {
  .st-cardlink-column-d {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }

  .st-cardlink-column-3 .st-cardlink-card,
  .st-cardlink-column-4 .st-cardlink-card {
    width: calc(50% - 10px);
  }
}

/*--------------------------------
検索フォーム
---------------------------------*/

#search,
.cs-text {
  padding-bottom: 0;
  position: relative;
  width: 100%;
}

#search {
  background-color: #fff;
}

#searchform {
  border: #ccc 1px solid;
}

#s,
.s {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  height: 34px;
  color: #333;
  font-size: 14px;
  border-radius: 0;
  border-style: none;
  z-index: 10;
  padding: 10px 65px 10px 10px;
  width: 100%;
  box-sizing: border-box;
}

#searchsubmit,
.searchsubmit {
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 34px;
  z-index: 20;
  box-sizing: border-box;
}

*:first-child + html #searchsubmit,
*:first-child + html .searchsubmit {
  top: 1px;
}

main #searchsubmit,
main .searchsubmit {
  top: 5px;
}

/*カスタム検索プラグイン*/
.st-custom-search-box {
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}

.st-custom-search-box-tpl-default .cs-text,
.st-custom-search-box-tpl-result .cs-text {
  border: #ccc 1px solid;
}

main .cs-text-input {
  border: 0 !important;
  padding: 10px 65px 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.cs-term {
  margin: 1em 0 0;
}

main .widget_st-custom-search .st-widgets-title,
.cs-term-title {
  margin: 1em 0 0.25em;
  font-weight: bold;
}

.cs-term-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0;
}

.cs-term-item {
  display: flex;
  margin: 0.25em 0.5em;
  width: calc(50% - 1em);
  align-items: center;
}

.st-custom-search-box-vertical .cs-cat-item {
  width: 100%;
}

.cs-term-label {
  display: flex;
  align-items: center;
}

.cs-term-label:hover {
  cursor: pointer;
}

.cs-term-checkbox {
  margin: 0 0.5em 0 0 !important;
}

.cs-search-button {
  display: block;
  margin: 2em auto;
  padding: 0.25em 0.75em;
  box-sizing: border-box;
  width: 50%;
}

.cs-order,
.cs-order-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cs-order-item,
.cs-order-button {
  margin: 1em 0.5em 0;
}

.cs-order-label {
  display: flex;
  align-items: center;
}

.cs-order-label:hover {
  cursor: pointer;
}

.cs-order-radio {
  margin: 0 0.5em 0 0 !important;
}

.cs-order-button {
  padding: 0.25em 0.75em;
}

#side .cs-search-button {
  margin: 1em auto;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .cs-term-item,
  .st-custom-search-box-horizontal .cs-cat-item {
    /*width: calc(33.33333% - 1em); 3列*/
    width: calc(25% - 1em);
  }
}

@media only screen and (min-width: 960px) {
  #side .cs-term-item {
    width: calc(50% - 1em);
  }

  #side .st-custom-search-box-vertical .cs-cat-item {
    width: 100%;
  }
}

/*カスタム検索プラグイン（チェックボックス周り）*/
.st-custom-search-box label input[type="checkbox"] {
  display: none;
}
.st-custom-search-box label input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 22px;
}
.st-custom-search-box label input[type="checkbox"] + span::before,
.st-custom-search-box label input[type="checkbox"] + span::after {
  position: absolute;
  content: "";
}
.st-custom-search-box label input[type="checkbox"] + span::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-sizing: border-box;
}
.st-custom-search-box label input[type="checkbox"] + span::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #757575; /* チェックの太さ */
  border-bottom: 2px solid #757575; /* チェックの太さ */
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  box-sizing: border-box;
}
.st-custom-search-box label input[type="checkbox"] + span:hover::before {
  background-color: transparent;
}
.st-custom-search-box label input[type="checkbox"]:checked + span::before {
  background-color: transparent;
  border: 1px solid #9e9e9e;
}
.st-custom-search-box label input[type="checkbox"]:checked + span::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

/*--------------------------------
カウントダウン
---------------------------------*/
.st-countdown-expired,
.st-countdown-timer {
  display: none;
}

.st-countdown.is-active .st-countdown-timer {
  display: inline;
}

.st-countdown.is-expired .st-countdown-expired {
  display: inline;
}

.ms-delete .st-countdown-item-ms {
  /* ミリ秒の非表示 */
  display: none;
}

/*スライド内*/
.acordion_tree .search-box {
  padding: 10px;
}

/*フッター*/
.footermenust {
  text-align: center;
  padding: 20px;
  margin-bottom: 5px;
}

.footermenust li {
  display: inline;
  font-size: 14px;
  padding: 0 10px;
}

footer .footermenust li {
  border-right: 1px solid #ccc;
  font-size: 12px;
  line-height: 18px;
}

footer .footermenust li:last-child {
  border-right: none;
}

#footer .footermenust a {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  color: #757575;
}

footer ul,
footer ol {
  padding-left: 30px;
}

#footer p.copyr {
  margin-bottom: 0;
  line-height: 1.2;
}

/*--------------------------------
ページャー
---------------------------------*/

/*コメントナビ*/

.st-pagelink {
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.st-pagelink-in {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.st-pagelink:after {
  content: "";
  display: block;
  clear: both;
}

.st-pagelink a {
  text-decoration: none;
  font-size: 13px;
  color: #9e9e9e;
}

.st-pagelink .page-numbers {
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin: 0 2px 5px;
  font-size: 15px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
}

.st-pagelink .page-numbers.current,
.st-pagelink .page-numbers.disabled {
  opacity: 0.5;
}

/* 投稿・固定ページ内ナビ */

.st-pagelink-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.st-pagelink-pages .page-numbers {
  margin-right: 5px;
}

.pagination {
  clear: both;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background-color: #999;
}

.pagination a:hover {
  color: #fff;
  background-color: #666666;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  color: #fff;
  background-color: #cccccc;
}

/*--------------------------------
ぱんくず
---------------------------------*/

#breadcrumb,
#breadcrumb ol,
#breadcrumb li,
#breadcrumb h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#breadcrumb.st-post-data-breadcrumb {
  margin-bottom: 20px;
}

#breadcrumb ol li {
  color: #ccc;
  font-size: 13px;
  list-style: none;
  display: inline-block;
  line-height: 1.5;
}

#breadcrumb ol li a,
#breadcrumb ol li h1 a {
  text-decoration: none;
  color: #ccc;
}

/* ぱんくず内の記事タイトル */

#breadcrumb.st-post-data-breadcrumb ol {
  display: inline;
}

#breadcrumb.st-post-data-breadcrumb ol li {
  font-size: 12px;
}

#breadcrumb h1.entry-title {
  display: inline;
  background-color: transparent !important;
  font-weight: normal;
  font-size: 12px;
  color: #ccc;
  line-height: 1.5;
}

/*--------------------------------
SNS
---------------------------------*/

.sns {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}

.sns.st-sns-top {
  padding: 0;
}

.snstext,
.snscount {
  font-size: 13px;
  padding: 0 13px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.post .sns ul {
  list-style: none;
  padding: 0px !important;
  margin: 0px 0px 20px;
}

.sns li {
  float: left;
  list-style: none;
  width: 50%;
}

.sns li a {
  box-sizing: border-box;
  font-size: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 6px 10px 4px 15px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  height: 38px;
  margin: 5px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 25px;
}

.sns li a .fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  min-width: 1.25em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 13px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns li a:hover {
  transform: translate(0px, 1px);
}

/* ツイッター */
.sns .twitter a {
  background: #55acee;
  box-shadow: 0 3px 0 #4892cb;
}

.sns .twitter a:hover {
  box-shadow: 0 2px 0 #4892cb;
}

.sns .fa-twitter {
  border-right: 1px solid #9acff4;
}

/* Facebook */
.sns .facebook a {
  background: #3b5998;
  box-shadow: 0 3px 0 #2c4373;
}

.sns .facebook a:hover {
  box-shadow: 0 2px 0 #2c4373;
}

.sns .fa-facebook {
  border-right: 1px solid #607bb2;
}

/* グーグル */
.sns .googleplus a {
  background: #dc4e41;
  box-shadow: 0 3px 0 #d51e31;
}

.sns .googleplus a:hover {
  box-shadow: 0 2px 0 #d51e31;
}

.sns .fa-google-plus {
  border-right: 1px solid #e0776d;
}

/* URLコピー */
.sns .share-copy a {
  background: #f3f3f3;
  box-shadow: 0 3px 0 #ccc;
  color: #757575;
}

.sns .share-copy a:hover {
  box-shadow: 0 2px 0 #757575;
}

.sns .share-copy .fa-clipboard {
  border-right: 1px solid #ccc;
}

/* はてぶ */
.sns .hatebu a {
  background: #00a5de;
  box-shadow: 0 3px 0 #0081b8;
}

.sns .hatebu a:hover {
  box-shadow: 0 2px 0 #0081b8;
}

.sns .st-svg-hateb {
  border-right: 1px solid #48b6db;
}

/* LINE */
.sns .line a {
  background: #25af00;
  box-shadow: 0 3px 0 #219900;
}

.sns .line a:hover {
  box-shadow: 0 2px 0 #219900;
}

.sns .fa-comment {
  border-right: 1px solid #29c200;
}

.sns .fa-comment::before {
  position: relative;
  top: -1px;
}

/* Pocket */
.sns .pocket a {
  background: #f03e51;
  box-shadow: 0 3px 0 #c0392b;
}

.sns .fa-get-pocket {
  border-right: 1px solid #f27985;
}

.sns .pocket a:hover {
  box-shadow: 0 2px 0 #f27985;
}

/*--------------------------------
カレンダー
---------------------------------*/

#wp-calendar {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  width: 100%;
}

#wp-calendar thead tr th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  font-size: 14px;
  padding: 10px 3px;
  text-align: center;
  background-color: #f3f3f3;
}

#wp-calendar td {
  text-align: center;
  padding: 10px 0;
  background-color: #fff;
}

#wp-calendar caption {
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 14px;
}

#wp-calendar tbody tr #today {
  background-color: #b0e0e6;
}

/*--------------------------------
PAGE TOP
---------------------------------*/

#page-top {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 0;
  font-size: 27px;
}

#page-top:not(.page-top-img) a {
  text-decoration: none;
  background: #ccc;
  color: #fff;
  text-align: center;
  display: block;
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 15px 19px;
  cursor: pointer;
}

#page-top a:hover {
  text-decoration: none;
  color: #fff;
}

#page-top.page-top-img {
  /* 画像 */
  bottom: 0;
}

.page-top-img img {
  max-height: 300px;
  max-width: 100%;
}

/*--------------------------------
コメント
---------------------------------*/
.comment-form-comment label {
  display: none !important;
}

#comments .comment-form-comment {
  padding-top: 10px;
}

/* フォーム: スター */
#comments .comment-form-rating-label {
  display: block;
}

#comments .comment-form-rating-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 5px;
}

#comments .comment-form-rating-rate {
  margin: 5px 10px;
  display: flex;
  align-items: center;
}

#comments .comment-form-rating-input {
  width: auto;
}

#comments .comment-form-rating-text {
  margin: 0 0 0 5px;
}

.post .commets-list {
  padding: 10px 0 0;
}

#comments li.comment {
  padding: 5px 10px 5px 80px;
  position: relative;
}

.comment-author {
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

.comment-author img {
  margin-bottom: 5px;
}

#comments ol > li.comment:nth-child(even) {
  background: #fafafa;
}

.comment-author {
  float: left;
  width: 75px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.vcard .fn,
.comment-author a,
.comment-author {
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
  color: #757575;
}

div.comment-meta a {
  color: #757575;
  text-decoration: none;
}

#comments p a {
  color: #333;
}

.post #comments h3 {
  background-color: transparent;
}

#comments p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 0px;
  color: #333;
  padding: 5px 0;
}

#comments label {
  display: block;
}

.metadata dd a {
  color: #333;
}

.metadata {
  font-size: 13px;
  line-height: 20px;
}

#comments {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}

.comment-body {
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
  clear: both;
}

.says {
  /* よりを非表示 */
  display: none;
}

.commentmetadata {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.3;
  width: 100%;
}

.reply {
  padding: 5px;
  font-size: 13px;
  text-align: right;
}

#comments #respond {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #666;
}

#comments #commentform .tags {
  padding: 10px;
  background-color: #f3f3f3;
  font-size: 13px;
}

#comments #commentlist img {
  padding: 10px;
}

#comments .commets-list {
  padding-left: 0px;
  list-style-type: none;
}

ul.sub-menu {
  padding: 0px;
}

.commets-list li {
  list-style-type: none;
}

/*コメントの入れ子*/
.post .commets-list .children {
  padding-left: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.post .commets-list .children .children {
  padding-left: 0px;
}

#comments .children li.comment {
  padding-left: 0;
  padding-right: 0;
}

#comments .children .comment-author {
  left: -80px;
}

/* コメント欄の下にある使用できるタグの表記を消す */

.form-allowed-tags {
  display: none;
}

#comments h3 {
  background-image: none;
  border: none;
  margin-bottom: 0px;
  padding: 0;
}

#comments h4 {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0px;
}

#comments textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  border: 1px #f2f2f2 solid;
}

#comments input {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-radius: 2px;
  border: 1px #f2f2f2 solid;
}

/* Cookie オプトイン用チェックボックス */
#comments input#wp-comment-cookies-consent {
  width: initial;
  margin-right: 5px;
  float: left;
}

#comments p.comment-form-cookies-consent {
  clear: both;
}

/* コメントボタン */
#comments input[type="submit"] {
  background-color: #f3f3f3;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px #f2f2f2 solid;
}

/* ピンバック */
li.pingback .comment-author a,
li.pingback .comment-author {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 0 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* コメント: タイトル, スター */
#comments .comment-title {
  padding-top: 0;
  font-weight: bold;
}

.comment-rating {
  margin: 0 5px 0 0;
}

/* コメント: サイト URL */
#comments .comment-author-url {
  padding-top: 0;
  word-break: break-all;
  word-break: break-word;
  hyphens: none;
  line-height: 1.3;
}

/*--------------------------------
PREV NEXT
---------------------------------*/

.p-navi dl dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  float: left;
  width: 50px;
  color: #666;
}

.p-navi dl dd {
  font-size: 15px;
  padding-left: 55px;
  line-height: 25px;
}

/*--------------------------------
NEWS（お知らせ）
---------------------------------*/

#topnews-box div {
  padding: 0 10px 10px;
}

#topnews-box {
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.st-topin #topnews-box {
  padding: 10px 0 10px;
}

.news-ca {
  font-size: 13px;
}

#topnews-box div.rss-bar {
  font-size: 14px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 5px 15px;
  margin-top: -10px;
}

.rss-bar a {
  color: #333;
  text-decoration: none;
}

#topnews-box dt {
  font-size: 14px;
  color: #727272;
  padding-bottom: 5px;
}

#topnews-box dd {
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}

#topnews-box div dl dd a {
  color: #333;
  text-decoration: none;
}

#topnews-box div dl dd a:hover {
  color: #b22222;
}

/*--------------------------------
スライドショー
---------------------------------*/

#header-slides[dir="rtl"] {
  direction: rtl;
}

.header-slides-slide {
  display: none;
}

.header-slides-slide:first-child {
  display: block;
}

.header-slides-slide img {
  width: auto;
  height: auto;
}

/*--------------------------------
Photo Gallery プラグイン
---------------------------------*/
main .st-gallery {
  margin-bottom: 20px;
}

#side .st-gallery,
footer .st-gallery {
  margin-bottom: 10px;
}

/*--------------------------------
子テーマ調整
---------------------------------*/
#st-magazine .kanren .st-catgroup {
  z-index: 10000;
}
#magazine .st-catgroup {
  position: relative;
  z-index: 10000;
}
#magazine .kanren .st-top-box a.st-box-a {
  z-index: 2 !important;
}

/*レイアウト スマートフォン
---------------------------------------------------------------------------------------------------*/

#wrapper {
  margin: 0 auto;
}

body.fixed-footer #wrapper {
  height: 100%;
  min-height: 100%;
}

header {
  text-align: center;
}

#headbox {
  padding: 0 10px 10px;
  margin: 0;
}

#side aside {
  padding: 0 15px 20px;
}

footer {
  clear: both;
  padding: 0;
}

#footer {
  padding: 20px 15px;
  text-align: center;
}

#header-l {
  padding-top: 0;
}

main {
  padding: 20px 15px;
  margin: 0 0 20px;
  background: #fff;
}

.post {
  padding-bottom: 10px;
}

.post.post-search,
.post.st-header-content {
  padding-bottom: 0;
}

section {
  margin-bottom: 3em;
}

.st-eyecatch {
  margin: -20px -15px 15px;
  position: relative;
}

.st-eyecatch-width {
  margin: 0 -15px 20px;
}

.st-eyecatch.st-eyecatch-under {
  margin-top: 0;
}

.st-eyecatch-under {
  margin-bottom: 20px;
  position: relative;
}

.st-eyecatch img {
  width: 100%;
}

.eyecatch-copyurl {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  bottom: 17px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  border-radius: 2px;
  margin: 0;
  vertical-align: middle;
}

.eyecatch-copyurl .fa-camera-retro {
  margin-right: 5px;
}

.eyecatch-copyurl a,
p.eyecatch-copyurl {
  color: #212121;
}

.eyecatch-copyurl a:hover {
  color: #b22222;
}

.eyecatch-copyurl:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* 記事下アイキャッチポラロイドの説明 */

.st-eyecatch-under.st-photohu p.wp-caption-text {
  text-align: center;
}

.st-eyecatch-under.st-photohu img {
  margin-bottom: 5px;
}

.st-eyecatch-under.st-photohu p.wp-caption-text .fa {
  margin-right: 5px;
}

/* LPワイド */
.colum1.st-lp-wide .st-lp-wide-wrapper:first-child {
  padding-top: 0;
}

.colum1.st-lp-wide .st-lp-wide-wrapper {
  margin: 0 -15px 0;
  padding: 30px 15px 10px;
}

/*アドセンス*/
.adbox {
  padding: 20px 0px;
  margin: 0 -15px;
  text-align: center;
}

.middle-ad {
  margin: 0 -15px 10px;
  text-align: center;
}

/*見出し前の挿入広告*/
.st-h-ad {
  margin: 0 0 20px;
}

/*スマホセンター寄せ*/
.adbox div {
  margin: 0px auto;
}

/*インフィード広告*/
.kanren .st-infeed-adunit {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/*-------------------------------------
カラム1適用
--------------------------------------*/

.colum1 .st-eyecatch {
  margin: -20px -15px 15px;
}

.colum1 .st-eyecatch-width {
  margin: 0 -15px 20px;
}

.colum1 .st-eyecatch.st-eyecatch-under {
  margin-top: 0;
}

.colum1 .st-eyecatch img {
  border-radius: 0;
}

/*-------------------------------------
LP
--------------------------------------*/

.lp header,
.lp #gazou,
.lp #itiran,
body:not(.search)
  .lp
  .kanren:not(.shortcode-kanren):not(.st-cardbox):not(.st-cardbox-ex),
.lp #breadcrumb,
.lp nav,
.lp .blogbox,
.lp .tagst,
.lp .point,
.lp .p-navi,
.lp .pagination,
.lp .n-entry-t,
.lp .load-more-action,
.lp .st-pagelink {
  display: none;
}

.lp .post img,
.lp .post video,
.lp .post object {
  max-width: 100%;
  height: auto;
  display: block;
}

/*-------------------------------------
白紙ノート
--------------------------------------*/
#hakusinote {
  background: #fff;
}

#hakusinote hr {
  page-break-after: always;
  color: #ff0000 !important;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

#hakusinote .copyr {
  display: none;
}

/* IEのみ
---------------------------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  .rss-bar {
    padding-top: 5px;
  }

  #s {
    color: #ccc;
    padding-top: 7px;
  }
}

/* stylelint-disable declaration-block-no-duplicate-properties */
@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */
  /* iPhoneX */
  #headbox {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
  }
  #side,
  #s-navi dt {
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px);
  }
  .adsbygoogle {
    margin-right: calc(constant(safe-area-inset-right));
    margin-left: calc(constant(safe-area-inset-left));
    margin-right: calc(env(safe-area-inset-right));
    margin-left: calc(env(safe-area-inset-left));
  }
  #footer {
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px);
  }
  #st-footermenubox {
    padding-right: calc(constant(safe-area-inset-right));
    padding-left: calc(constant(safe-area-inset-left));
    padding-bottom: calc(constant(safe-area-inset-bottom) + 7px);

    padding-right: calc(env(safe-area-inset-right));
    padding-left: calc(env(safe-area-inset-left));
    padding-bottom: calc(env(safe-area-inset-bottom) + 7px);
  }
  .st-ac-box,
  .s-navi-active .acordion_tree ul.menu li a {
    /* 左メニュー */
    padding-left: calc(constant(safe-area-inset-left) + 10px);
    padding-left: calc(env(safe-area-inset-left) + 10px);
  }
  .st-ac-box,
  .s-navi-right .acordion_tree ul.menu li a {
    /* 右メニュー */
    padding-right: calc(constant(safe-area-inset-right) + 10px);
    padding-right: calc(env(safe-area-inset-right) + 10px);
    padding-left: 10px;
  }
  /* 子孫メニュー */
  .s-navi-active .acordion_tree ul.menu li .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 30px);
    padding-left: calc(env(safe-area-inset-left) + 30px);
  }
  .s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 45px);
    padding-left: calc(env(safe-area-inset-left) + 45px);
  }
  .s-navi-active .acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
    padding-left: calc(constant(safe-area-inset-left) + 60px);
    padding-left: calc(env(safe-area-inset-left) + 60px);
  }
}

@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
  /* iPhoneX */
  #st-footermenubox {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  #s-navi dd.acordion_tree {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
/* stylelint-enable declaration-block-no-duplicate-properties */

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #st-text-logo {
    padding-bottom: 10px;
  }

  .s-navi-active body {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  #st-ami {
    position: relative;
    transition: all 0.3s;
    left: 0;
  }

  .s-navi-active #st-ami {
    left: 250px; /* スライドメニューの幅 */
  }

  /* スライドメニュー: 右表示 */
  .s-navi-active.s-navi-right #st-ami {
    left: -250px; /* スライドメニューの幅 */
  }

  /* スライドメニュー（ヘッダー画像下ウィジェット） */
  .st-header-under-widgets .slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  #side aside {
    clear: both;
    float: none;
    width: auto;
    position: static;
  }

  /*SNSボタン*/
  .sns .fa {
    font-size: 20px;
  }

  .sns li a {
    box-sizing: border-box;
    height: 48px;
    padding: 10px 15px;
  }

  /*--------------------------------
	ウィジェットオリジナルボタン
	---------------------------------*/

  /* RSS購読するボタン */
  .rssbox a,
  .st-originalbtn {
    padding: 10px 15px;
  }

  .originalbtn-bold {
    font-weight: bold;
    font-size: 120%;
  }

  .btnwebfont i {
    font-size: 120%;
  }

  /*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .tabnone {
    display: none;
  }

  .s-navi-active #st-ami {
    left: 320px; /* スライドメニューの幅 */
  }

  /* スライドメニュー: 右表示 */
  .s-navi-active.s-navi-right #st-ami {
    left: -320px; /* スライドメニューの幅 */
  }

  /*SNSボタン*/
  .sns .fa {
    font-size: 25px;
  }

  .sns li a {
    box-sizing: border-box;
    height: 58px;
    padding: 15px 20px;
  }

  /*--------------------------------
	サイドバー固定ページ用のナビ
	---------------------------------*/

  /*aタグの第一階層*/
  #side aside .st-pagelists ul li a {
    padding: 15px 20px;
  }

  /*aタグの第二階層*/
  #side aside .st-pagelists .sub-menu a {
    padding: 15px 20px;
  }

  /*aタグの第三階層*/
  #side aside .st-pagelists .sub-menu .sub-menu a {
    padding: 15px 20px;
  }

  /*--------------------------------
	スライドメニュー
	---------------------------------*/

  #s-navi dd.acordion_tree {
    width: 320px; /* スライドメニューの幅 */
    left: -320px; /* スライドメニューの幅 */
  }

  /* メニューオープン時 */
  .s-navi-active #s-navi dl.acordion {
    left: 320px; /* スライドメニューの幅 */
  }

  /* 右表示 */
  .s-navi-right #s-navi dd.acordion_tree {
    left: auto;
    right: -320px; /* スライドメニューの幅 */
  }

  .s-navi-active.s-navi-right #s-navi dl.acordion {
    left: -320px; /* スライドメニューの幅 */
  }

  #s-navi dt.trigger {
    height: 58px;
  }

  .trigger .fa:not(.fa-bars) {
    font-size: 25px;
  }

  .op-text,
  .op-text a,
  .op-text2,
  .op-text2 a {
    font-size: 25px;
    line-height: 40px;
    padding: 10px 0;
    margin: 0 0 0 7px;
  }

  /*モバイル用ロゴタイトル*/
  #st-mobile-logo {
    padding: 15px 20px;
    line-height: 30px;
    font-size: 25px;
  }

  #st-mobile-logo a {
    line-height: 30px;
    font-size: 25px;
  }

  #st-mobile-logo img {
    height: 30px;
  }

  /*スライドメニューボタン*/
  #s-navi dt.trigger .op {
    font-size: 30px;
    width: 66px;
    height: 58px;
  }

  #s-navi dt.trigger .op.has-text .fa::after {
    margin-top: 4px;
  }

  /*スライドメニュー追加ボタン1, 2*/
  #s-navi dt.trigger .op-st,
  #s-navi dt.trigger .op-st2 {
    line-height: 40px;
  }

  /*スライドメニュー追加ボタン1*/
  #s-navi dt.trigger .op-st {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
    padding: 9px 20px;
    overflow: hidden;
    height: 58px;
  }

  /*スライドメニュー追加ボタン2*/
  #s-navi dt.trigger .op-st2 {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
    padding: 9px 20px;
    overflow: hidden;
    height: 58px;
  }

  /*メニュー*/
  .acordion_tree ul.menu li {
    font-size: 20px;
  }

  .acordion_tree ul.menu li a {
    padding: 15px 20px;
  }

  /* 子孫メニュー */
  .acordion_tree ul.menu li .sub-menu a {
    padding-left: 40px;
  }

  .acordion_tree ul.menu li .sub-menu .sub-menu a {
    padding-left: 60px;
  }

  .acordion_tree ul.menu li .sub-menu .sub-menu .sub-menu a {
    padding-left: 80px;
  }

  /*--------------------------------
	フッターメニュー
	---------------------------------*/
  /* スライドメニュー: オープン時 */
  .s-navi-active #st-footermenubox {
    left: 320px; /* スライドメニューの幅 */
  }

  /* スライドメニュー: 右表示 */
  .s-navi-active.s-navi-right #st-footermenubox {
    left: -320px; /* スライドメニューの幅 */
  }

  /*--------------------------------
	PAGE TOP
	---------------------------------*/

  #page-top {
    font-size: 30px;
  }

  #page-top a {
    padding: 15px 19px;
  }

  /*--------------------------------
	マルリスト・チェックリスト
	---------------------------------*/

  .post ol.maruno li,
  .post ul.maruck li,
  .post .maruno ol li,
  .post .maruck ul li {
    line-height: 27px;
  }

  .post ol.maruno li:before,
  .post ul.maruck li:before,
  .post .maruno ol li:before,
  .post .maruck ul li:before {
    min-width: 27px;
    height: 27px;
    line-height: 27px;
  }

  /*-- ここまで --*/
}

/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
  /*--------------------------------
	各フォント設定
	---------------------------------*/

  /*基本のフォントサイズ*/
  p, /* テキスト */
	.st-kaiwa-hukidashi, /* ふきだし */
	.st-kaiwa-hukidashi2, /* ふきだし */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li, /* olリスト */
	.post h5, /* H5 */
	.post h6 /* H6 */ {
    font-size: 20px;
    line-height: 30px;
  }

  /*記事タイトル*/
  .entry-title:not(.st-css-no2),
  .post .entry-title:not(.st-css-no2) {
    font-size: 27px;
    line-height: 40px;
  }

  /* H2 */
  .h2modoki,
  h2:not(.st-css-no2):not(.section-title):not(.section-title_02){
    font-size: 24px;
    line-height: 35px;
  }

  /* H3 */
  .post
    h3:not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
  .h3modoki,
  .st-step-title {
    font-size: 22px;
    line-height: 32px;
  }

  /* H4 */
  .h4modoki,
  .post h4:not(.st-css-no2):not(.point):not(.rankh4) {
    font-size: 21px;
    line-height: 31px;
  }

  header {
    text-align: left;
  }

  #headbox {
    padding: 0 10px 10px;
    margin: 0;
    text-align: center;
  }

  #headbox img {
    margin: 0 auto;
  }

  .sitename img {
    max-width: 100%;
    margin: 0;
  }

  main {
    background-color: #fff;
    padding: 20px 30px;
    padding-right: calc(constant(safe-area-inset-right) + 10px); /* iPhoneX */
    padding-left: calc(constant(safe-area-inset-left) + 10px); /* iPhoneX */
  }

  .st-eyecatch {
    margin: -20px -30px 10px;
  }

  .st-eyecatch-width {
    margin: 0 -30px 20px;
  }

  .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /*アイキャッチのない場合（トップ）
	-----------------------------*/
  .nowhits .pop-box {
    margin: -20px 0 20px;
  }

  /*任意のおすすめ記事トップのアイキャッチあり*/
  .nowhits-eye .pop-box {
    margin: -20px 0 20px;
  }

  /* LPワイド */
  .colum1.st-lp-wide .st-lp-wide-wrapper {
    margin: 0 -30px 0;
    padding: 30px 30px 10px;
  }

  /*--------------------------------
	フリーのウィジェットボックス
	---------------------------------*/
  .freebox {
    font-size: 18px;
    line-height: 28px;
  }

  /*--------------------------------
	各フォント設定
	---------------------------------*/

  p,
  .post h5 {
    margin-bottom: 10px;
  }

  dd p {
    margin-bottom: 5px;
  }

  /*記事タイトル*/
  .entry-title:not(.st-css-no2),
  .post .entry-title:not(.st-css-no2) {
    color: #333;
    margin-bottom: 10px;
  }

  .h2modoki:after,
  h2:not(.st-css-no2):after {
    bottom: -10px;
    left: 50px;
  }

  .h2modoki:before,
  h2:not(.st-css-no2):before {
    bottom: -10px;
    left: 50px;
  }

  /*続きを読む（改ページ）*/
  .tuzuki a {
    width: 50%;
  }

  /*続きを読む（ブログカード）*/
  .post p.cardbox-more {
    display: inline-block;
  }

  .kanren:not(.st-cardbox) .clearfix dd p {
    font-size: 16px;
    line-height: 26px;
  }

  /*関連記事タイトルサムネイルなし*/
  .kanren .no-thumbitiran h3:not(.st-css-no2) {
    font-size: 16px;
    line-height: 26px;
  }

  /* 任意記事サムネイルありタイトル名 */
  .kanren.pop-box dd h5:not(.st-css-no2),
  #side .kanren.pop-box dd h5:not(.st-css-no2) {
    font-size: 18px;
    line-height: 27px;
  }

  /*サイドバーの記事タイトル*/
  aside h4:not(.st-css-no2),
  #side aside h4:not(.st-css-no2),
  .st-widgets-title:not(.st-css-no2) {
    font-size: 16px;
  }

  #side aside #mybox ul li ul li {
    font-size: 16px;
    line-height: 26px;
  }

  /* オリジナルスタイルタブレット */
  .yellowbox,
  .redbox,
  .graybox {
    margin-bottom: 20px;
  }

  /* マイボタン */
  .st-mybtn.st-btn-default {
    width: 60%;
  }

  /*アドセンス*/
  .adbox {
    margin: 0;
    text-align: left;
  }

  .adbox div {
    margin: 0;
  }

  .middle-ad {
    margin: 0 0 10px;
    text-align: left;
  }

  /*レスポンシブ用PC左右コンテンツ*/
  .responbox .lbox img {
    width: 100%;
    box-sizing: border-box;
  }

  /*30%*/
  .responbox30 .lbox {
    float: left;
    padding-right: 15px;
    width: 30%;
    box-sizing: border-box;
  }

  .responbox30 .rbox {
    float: left;
    box-sizing: border-box;
    width: 70%;
  }

  /*33%*/
  .responbox33 .lbox {
    float: left;
    padding: 5px;
    width: 33.33%;
    box-sizing: border-box;
  }

  /*40%*/
  .responbox .lbox {
    float: left;
    padding-right: 15px;
    width: 40%;
    box-sizing: border-box;
  }

  .responbox .rbox {
    float: left;
    box-sizing: border-box;
    width: 60%;
  }

  .responbox40 .lbox {
    float: left;
    padding-right: 15px;
    width: 40%;
    box-sizing: border-box;
  }

  .responbox40 .rbox {
    float: left;
    box-sizing: border-box;
    width: 60%;
  }

  /*50%*/
  .responbox50 .lbox {
    float: left;
    padding-right: 7px;
    width: 50%;
    box-sizing: border-box;
  }

  .responbox50 .rbox {
    float: left;
    padding-left: 7px;
    box-sizing: border-box;
    width: 50%;
  }

  /*60%*/
  .responbox60 .lbox {
    float: left;
    padding-right: 15px;
    width: 60%;
    box-sizing: border-box;
  }

  .responbox60 .rbox {
    float: left;
    box-sizing: border-box;
    width: 40%;
  }

  /*70%*/
  .responbox70 .lbox {
    float: left;
    padding-right: 15px;
    width: 70%;
    box-sizing: border-box;
  }

  .responbox70 .rbox {
    float: right;
    box-sizing: border-box;
    width: 30%;
  }

  /*--------------------------------
	NEWS（お知らせ）
	---------------------------------*/

  #topnews-box div {
    padding: 0 10px 10px;
  }

  #topnews-box div.rss-bar {
    font-size: 14px;
  }

  #topnews-box dt {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
    width: 90px;
    clear: both;
  }

  #topnews-box dd {
    padding-left: 100px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #topnews-box div dl dd a {
    text-decoration: none;
  }

  /*--------------------------------
	一覧記事表示部分
	---------------------------------*/

  #topnews dt {
    float: left;
    width: 150px;
  }

  #topnews dt img {
    width: 100%;
  }

  #topnews dd {
    padding-left: 170px;
  }

  #topnews .clearfix dd h5 {
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 5px;
  }

  #topnews .clearfix dd p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
  }

  #topnews .clearfix dd h5 a {
    color: #333;
    text-decoration: none;
  }

  /*-------------------------------------
	カラム1適用
	--------------------------------------*/

  .colum1 #side {
    display: none;
  }

  .colum1 main {
    margin: 0px -10px 20px;
    padding: 20px 30px;
    padding-right: calc(constant(safe-area-inset-right) + 10px); /* iPhone */
    padding-left: calc(constant(safe-area-inset-left) + 10px); /* iPhone */
  }

  .home .colum1 main,
  .category .colum1 main {
    padding-right: calc(
      constant(safe-area-inset-right) + 10px
    ) !important; /* iPhone */
    padding-left: calc(
      constant(safe-area-inset-left) + 10px
    ) !important; /* iPhone */
  }

  /*白紙ノート*/
  #hakusinote .colum1 main {
    margin: 0px;
    padding: 20px;
  }

  .colum1 .st-eyecatch {
    margin: -20px -50px 10px;
  }

  .colum1 .st-eyecatch-width {
    margin: 0 -50px 20px;
  }

  .colum1 .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
  }

  /*ウィジェット問合せフォーム*/
  main .st-formbtn {
    width: 60%;
    margin: 20px auto;
  }

  /*YouTube画像*/
  .st-youtube .fa-youtube-play {
    font-size: 60px;
    width: 60px;
    height: 60px;
  }

  /*ブログカード風*/
  .st-cardbox .clearfix dd h5 {
    margin-bottom: 10px;
  }

  /*ブログカード風マガジン タイプB*/

  .st-cardstyleb .st-cardbox {
    border: none;
    padding: 0;
  }

  .st-cardstyleb .kanren dl,
  .st-cardstyleb .kanren.st-cardbox dl:last-child {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
  }

  .st-cardstyleb .kanren dl {
    width: 100%;
  }

  .st-cardstyleb .kanren dt {
    float: none !important;
    width: 100% !important;
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .st-cardstyleb .kanren dt img {
    width: 100% !important;
  }

  .st-cardstyleb .kanren dd {
    padding: 20px;
  }

  .st-cardstyleb .kanren .clearfix dd p {
    line-height: 1.8;
  }

  .st-cardstyleb .kanren .st-top-box {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
  }

  .st-cardstyleb .kanren .st-top-box dl {
    margin-bottom: 0;
    position: relative;
  }

  .st-cardstyleb .kanren .st-top-box a.st-box-a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }

  .st-cardstyleb .kanren .st-top-box a:hover {
    text-decoration: none;
    background: #fff;
    opacity: 0.3;
  }

  .st-cardstyleb .kanren .st-top-box img.size-full,
  .st-cardstyleb .kanren .st-top-box img.size-large {
    margin-bottom: 0;
  }

  .st-cardstyleb .cardbox-more a {
    display: block;
  }

  /*目次*/
  #st_toc_container > ul > li {
    font-size: 20px;
  }

  /*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
  /*--------------------------------
	各フォント設定
	---------------------------------*/

  p, /* テキスト */
	.st-kaiwa-hukidashi, /* ふきだし */
	.st-kaiwa-hukidashi2, /* ふきだし */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li, /* olリスト */
	.post h5, /* H5 */
	.post h6, /* H6 */
	.post table tr td,
	table tr td /* テーブル */ {
    font-size: 15px;
    line-height: 27px;
  }

  /* 記事タイトル */
  .entry-title:not(.st-css-no2),
  .post .entry-title:not(.st-css-no2) {
    font-size: 27px;
    line-height: 40px;
  }

  /* H2 */
  .h2modoki,
  h2:not(.st-css-no2) {
    font-size: 22px;
    line-height: 32px;
  }

  /* H3 */
  .post
    h3:not(.st-css-no2):not(.rankh3):not(.post-card-title):not(#reply-title),
  .h3modoki,
  .st-step-title {
    font-size: 20px;
    line-height: 30px;
  }

  /* H4 */
  .h4modoki,
  .post h4:not(.st-css-no2):not(.point):not(.rankh4) {
    background-color: #f3f3f3;
    font-size: 16px;
    line-height: 26px;
  }

  /* ブログカードタイトル */
  .st-cardbox .clearfix dd h5,
  .post .st-cardbox .clearfix dd h5,
  #side .st-cardbox .clearfix dd h5 {
    border-bottom: 1px dotted #ccc;
  }

  .st-cardbox.st-cardbox-wide .clearfix dd h5,
  .post .st-cardbox.st-cardbox-wide .clearfix dd h5,
  #side .st-cardbox.st-cardbox-wide .clearfix dd h5 {
    border-bottom: none;
  }

  /* 記事カード化のカテゴリ */
  .post-card-list-item .st-catgroup.itiran-category .catname {
    padding: 8px;
  }

  /*--------------------------------
	hoverのopacity
	---------------------------------*/

  a:hover img {
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  #playnow:hover {
    opacity: 0.6;
  }

  header .sitename a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  .post .st-catgroup a:hover {
    opacity: 0.5;
  }

  .rssbox a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  #side aside .st-pagelists ul li a:hover {
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  .tagcloud a:hover {
    opacity: 0.5;
  }

  a:hover .st-formbtn {
    opacity: 0.7;
  }

  a:hover .st-originalbtn {
    opacity: 0.7;
  }

  .wpcf7-submit:hover {
    opacity: 0.9;
  }

  .st-cardstyle .kanren .st-top-box a:hover {
    text-decoration: none;
    background: #fff;
    opacity: 0.3;
  }

  .op-st:hover {
    opacity: 0.5;
  }

  .op-st2:hover {
    opacity: 0.5;
  }

  .st-pagelink a:hover {
    opacity: 0.5;
  }

  /*--------------------------------
	NEWS（お知らせ）
	---------------------------------*/

  #topnews-box {
    padding: 10px 0;
  }

  /*--------------------------------
	この記事を書いた人
	---------------------------------*/

  .st-author-sns .fa {
    font-size: 150%;
  }

  .st-author-description {
    margin-bottom: 10px;
  }

  #side .st-author-description {
    font-size: 80%;
  }

  /*--------------------------------
	メニュー
	---------------------------------*/

  #st-menuwide {
    border-radius: 1px;
    border: solid 1px #e0dede;
    padding: 0px;
    margin: 0 auto;

    /*Other Browser*/
    background: #f3f3f3;
    /*For Old WebKit*/
    background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
    /*For Modern Browser*/
    background: linear-gradient(#fff 0%, #f3f3f3 100%);
  }

  nav.smanone {
    margin: 0 auto;
  }

  nav.st5 {
    margin: 0 auto;
  }

  header .smanone ul.menu li .fa,
  header nav.st5 ul.menu li .fa,
  header #st-menuwide div.menu li .fa,
  header #st-menuwide nav.menu li .fa {
    margin-right: 5px;
  }

  header .smanone ul.menu li {
    box-sizing: border-box;
    list-style-type: none;
    float: left;
    height: 40px;
    text-align: center;
    border-right: solid 1px #f3f3f3;
    position: relative;
  }

  header .smanone ul.menu > li:last-child {
    border: none;
  }

  header .smanone ul.menu li a {
    display: block;
    font-size: 13px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 1;
  }

  header .smanone ul.menu li li a {
    background: #f3f3f3;
    border-top: #ccc dotted 1px;
    z-index: 99999;
  }

  header .smanone ul.menu li a:hover {
    color: #ff0000;
  }

  header .smanone ul.sub-menu li ul.sub-menu {
    position: absolute;
    top: 0;
  }

  header .smanone ul.sub-menu {
    display: none;
  }

  /* IE7 対策 */
  header .smanone ul.menu {
    zoom: 1;
  }

  * + html header .smanone ul.menu li {
    display: inline;
    zoom: 1;
  }
  * + html header .smanone ul.sub-menu {
    zoom: 1;
    position: relative;
  }

  /*--------------------------------
	ヘッダー用メニュー（横列）
	---------------------------------*/

  #header-r .footermenust.st-menu-side a:hover {
    opacity: 0.7;
  }

  /*--------------------------------
	サイドバー固定ページ用のナビ
	---------------------------------*/

  /*aタグの第一階層*/
  #side aside .st-pagelists ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /*aタグの第二階層*/
  #side aside .st-pagelists .sub-menu a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /*aタグの第三階層*/
  #side aside .st-pagelists .sub-menu .sub-menu a {
    padding-top: 8px;
    padding-bottom: 0;
  }

  #side aside .st-pagelists .sub-menu .sub-menu li:last-child {
    padding-bottom: 8px;
  }

  .smanone {
    display: block;
  }

  .pcnone {
    display: none !important;
  }

  header {
    padding: 0;
  }

  #header-l {
    padding-top: 0;
  }

  #headbox {
    padding: 10px 10px 15px;
    margin: 0 auto;
    text-align: left;
  }

  #headbox img {
    margin: 0;
  }

  #st-headwide #headbox img {
    margin: 0 auto;
  }

  nav {
    display: block;
  }

  /*IEで要素がズレるのを対応*/
  .ie7 aside ul li,
  .ie8 aside ul li,
  .ie9 aside ul li {
    display: list-item;
    padding: 0;
  }

  /*--------------------------------
	フリーのウィジェットボックス
	---------------------------------*/

  .freebox {
    font-size: 14px;
    line-height: 24px;
  }

  /*--------------------------------
	各フォント設定
	---------------------------------*/

  dd p {
    margin-bottom: 5px;
  }

  /*記事タイトル*/
  .entry-title:not(.st-css-no2),
  .post .entry-title:not(.st-css-no2) {
    color: #333;
    margin-bottom: 10px;
  }

  /* 記事タイトル下 */
  .blogbox p {
    font-size: 13px;
    margin: 0px;
    color: #ccc;
    line-height: 18px;
  }

  .h2modoki:after,
  h2:not(.st-css-no2):not(.section-title_02):after {
    position: initial;
  }

  .h2modoki:before,
  h2:not(.st-css-no2):not(.section-title_02):before {
    bottom: -10px;
    left: 50px;
  }

  .post dd h5:not(.st-css-no2) {
    margin-bottom: 5px;
  }

  /*サイドバー*/
  #side aside ul li {
    font-size: 14px;
    line-height: 24px;
  }

  #side aside #mybox ul li ul li {
    font-size: 14px;
    line-height: 24px;
  }

  /* 任意記事サムネイルありタイトル名 */
  .kanren.pop-box dd h5:not(.st-css-no2),
  #side .kanren.pop-box dd h5:not(.st-css-no2) {
    font-size: 16px;
    line-height: 26px;
  }

  /* オリジナルスタイルPC */

  .yellowbox,
  .redbox,
  .graybox {
    margin-bottom: 20px;
  }

  /*クリップメモ*/
  .clip-memotext > * {
    font-size: 90%;
  }

  /*メモボックス2*/
  .st-memobox2 > * {
    font-size: 90%;
  }

  /*ミニふきだし*/
  .post .st-minihukidashi,
  .st-minihukidashi {
    font-size: 90%;
  }

  /*--------------------------------
	ヘッダーコンテンツ
	---------------------------------*/

  #headbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header-l {
    display: flex;
    align-items: center;
    max-width: 450px;
  }

  #st-icon-logo {
    padding-right: 15px;
    margin-bottom: 0;
  }

  #header-r {
    padding-top: 0px;
    max-width: calc(100% - 450px);
  }

  #header-r a {
    text-decoration: none;
  }

  #header-r p {
    margin: 0px;
  }

  #header-r .footermenubox {
    margin-bottom: 10px;
  }

  /*ヘッダーリンク*/
  #header-r .footermenust {
    padding: 0 10px 0 0;
    margin: 0px 0 5px;
    text-align: right;
  }

  #header-r .footermenust li {
    border-right: 1px solid #000;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }

  #header-r .footermenust li:last-child {
    border-right: none;
  }

  #header-r .footermenust a {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #000;
  }

  /*電話番号*/
  .head-telno {
    font-size: 25px;
    padding: 0 10px 10px;
    text-align: center;
  }

  #header-r .head-telno {
    text-align: center;
  }

  .head-telno a {
    color: #000;
  }

  header .headbox .textwidget {
    padding: 5px 10px;
    border-radius: 3px;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* フッターウィジェット */
  #footer .headbox .textwidget {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 0 auto 10px;
    background: #ccc;
    max-width: 100%;
    box-sizing: border-box;
  }

  #footer .headbox p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0;
  }

  /*ヘーダーワイド*/
  #st-headwide #header-l {
    float: none;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  #st-headwide #header-r {
    display: none;
  }

  /*--------------------------------
	フッターのウィジェットボックス
	---------------------------------*/

  .footer-r {
    box-sizing: border-box;
    padding: 0 15px 10px 0px;
    text-align: left;
  }

  .footer-r > * {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
  }

  .footer-l {
    float: left;
    width: 30%;
    min-width: 300px;
    box-sizing: border-box;
    text-align: left;
    padding: 0 20px 0 0;
  }

  .footer-l > * {
    text-align: left;
  }

  .footer-l .head-telno {
    padding-left: 0;
  }

  .footer-r {
    float: right;
    width: 70%;
    box-sizing: border-box;
  }

  .footer-r.footer-column3 {
    padding-right: 0;
  }

  .footer-r-2 {
    /* 3列目がある時の2列目 */
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .footer-r-3 {
    /* 3列目 */
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  /*--------------------------------
	ページャー
	---------------------------------*/

  .st-pagelink .page-numbers {
    padding: 7px 8px;
  }

  /*--------------------------------
	サイドバー固定ページ用のナビ
	---------------------------------*/

  #side aside .st-pagelists li {
    font-size: 13px;
    line-height: 24px;
  }

  /*サイドバーの記事タイトル*/
  aside h4:not(.st-css-no2),
  #side aside h4:not(.st-css-no2),
  .st-widgets-title:not(.st-css-no2) {
    font-size: 14px;
  }

  /*--------------------------------
	PCのレイアウト
	---------------------------------*/

  #wrapper {
    overflow: visible; /*グローバルメニューの下層リンクを表示する為*/
    padding: 0;
    width: 100%;
  }

  #st-header {
    margin: 0 auto;
  }

  #content {
    margin: 0 auto;
  }

  #content-w {
    padding-top: 10px;
  }

  #side {
    padding: 0;
  }

  footer {
    width: 100%;
  }

  #footer {
    margin: 0 auto;
  }

  #footer-in {
    margin: 0 auto;
  }

  .st-eyecatch {
    margin: -30px -50px 10px;
  }

  .st-eyecatch-width {
    margin: 0 -50px 20px;
  }

  .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
  }

  .st-eyecatch img {
    border-radius: 4px 4px 0 0;
  }

  .st-eyecatch.st-eyecatch-under img {
    border-radius: 0;
  }

  /* LPワイド */
  .colum1.st-lp-wide .st-lp-wide-wrapper {
    margin: 0 -70px 0;
    padding: 40px 70px 20px;
  }

	/*
	@media only screen and (min-width: 960px){
		#contentInner {
		width: auto !important;
		}
	}
	*/
	
  /*--------------------------------
	PCのレイアウト（左サイドバー）

	#contentInner {
		float: right;
		width: 100%;
		margin-left: -320px;
	}

	main {
		margin-right: 0px;
		margin-left: 320px;
		background-color: #fff;
		border-radius: 4px;
		padding: 30px 50px 30px;
	}

	#side aside {
		float: left;
		width: 300px;
	---------------------------------*/

  /*-------------------------------------
	カラム1適用
	--------------------------------------*/

  .colum1 #side {
    display: none;
  }

  .colum1 main {
    margin: 0 0 20px;
    padding: 30px 70px;
  }

  /*白紙ノート*/
  #hakusinote #st-header, /*ヘッダー*/
	#hakusinote #content, /*コンテンツ*/
	#hakusinote #footer-in /*フッター*/ {
    max-width: 800px;
  }
  #hakusinote .colum1 main {
    margin: 0px;
    padding: 20px;
  }

  /*--------------------------------
	SNS
	---------------------------------*/

  .sns {
    width: 90%;
  }

  .sns li {
    width: 33%;
  }

  .snstext {
    display: inline;
  }

  /*トップ記事一覧*/
  dd h3 a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
  }

  .kanren:not(.st-cardbox) .clearfix dd p {
    font-size: 75%;
    line-height: 1.7;
  }

  .colum1 .st-eyecatch {
    margin: -30px -70px 10px;
  }

  .colum1 .st-eyecatch-width {
    margin: 0 -70px 20px;
  }

  .colum1 .st-eyecatch.st-eyecatch-under {
    margin-top: 0;
  }

  /*--------------------------------
	メニューst5
	---------------------------------*/

  nav.st5 {
    padding: 5px;
    display: block;
  }

  nav.st5 li {
    list-style: none;
    position: relative;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  nav.st5 li:last-child {
    border: none;
  }

  nav.st5 li .sub-menu,
  nav.menu li .children {
    display: none;
  }

  nav.st5 li a {
    color: #333;
    text-decoration: none;
  }

  .menu-nav.st5igation-container {
    overflow: hidden;
  }

  nav.st5 li a:hover {
    text-decoration: underline;
  }

  /*--------------------------------
	メニュー未設定
	---------------------------------*/

  #st-menuwide div.menu,
  #st-menuwide nav.menu {
    margin: 0 auto;
    padding: 5px;
    display: block;
  }

  #st-menuwide div.menu:after,
  #st-menuwide nav.menu:after {
    content: "";
    display: block;
    clear: both;
  }

  #st-menuwide div.menu li,
  #st-menuwide nav.menu li {
    position: relative;
    float: left;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #st-menuwide div.menu li:last-child,
  #st-menuwide nav.menu li:last-child {
    border: none;
  }

  #st-menuwide div.menu li .sub-menu,
  #st-menuwide nav.menu li .sub-menu {
    display: none;
  }

  #st-menuwide div.menu li a,
  #st-menuwide nav.menu li a {
    color: #333;
    text-decoration: none;
  }

  /*--------------------------------
	トップおすすめタイトル
	---------------------------------*/

  .nowhits .pop-box {
    position: relative;
    margin: -30px 0 20px;
    border-top: solid 1px #feb20a;
  }
  /*アイキャッチがある場合*/
  .st-eyecatch + .nowhits .pop-box {
    position: relative;
    margin: -20px 0 20px;
    border-top: solid 1px #feb20a;
  }

  .nowhits-eye .pop-box {
    position: relative;
    margin: -20px 0 20px;
    border-top: solid 1px #feb20a;
  }

  .nowhits .p-entry {
    top: 0;
    left: 0;
  }

  .nowhits .p-entry-t {
    margin-bottom: 30px;
  }

  /*コンタクトフォーム7の送信ボタン*/
  .wpcf7-submit {
    width: 50%;
  }

  /*--------------------------------
	ミドルメニュー
	---------------------------------*/
  .st-middle-menu {
    display: none;
  }

  /*--------------------------------
	目次
	---------------------------------*/
  #st_toc_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #st_toc_container > ul > li {
    font-size: 16px;
  }

  /* 第一階層のみの場合 */
  #st_toc_container.only-toc > ul > li {
    font-size: 15px;
  }

  /*--------------------------------
	スクロール表のバー
	---------------------------------*/
  .scroll-box.pc:before {
    content: none;
  }
  .scroll-box.pc::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }

  .scroll-box.pc::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f3f3f3;
  }
  .scroll-box.pc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
  }

  /*-- ここまで --*/
}

/*media Queries スマートフォンのみ（599px）以下
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 599px) {
  #side {
    overflow: hidden;
  }

  /*スクロール*/
  .post .scroll-box table td,
  .post .scroll-box table td p {
    white-space: nowrap;
  }

  /*スクロールマーク*/
  .scroll-box {
    position: relative;
  }
  .scroll-box:before {
    content: "\f0ec";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(204, 204, 204, 0.8);
    padding: 0.2em;
    font-size: 120%;
    border-radius: 0 0 5px 0;
    color: #fff;
  }

  /*ブログ風カードの続きを読む*/
  .cardbox-more a {
    display: block;
  }

  /*見出し前の挿入広告*/
  .st-h-ad {
    margin: 0 -15px 20px;
    text-align: center;
    width: initial !important;
  }

  /*スマホ用のアドセンス広告挿入*/
  .sp-ad {
    margin: 0 -15px;
    text-align: center;
    width: initial !important;
  }

  /*カードデザインの投稿日*/
  .slick-slides-to-show-3 .post-card-date,
  .slick-slides-to-show-2 .post-slide-date,
  .is-small-columns-2 .post-card-date,
  .is-small-columns-3 .post-card-date {
    font-size: 0.7em;
  }

  /*クリップアイコン*/
  .clip-memobox .clip-fonticon {
    font-size: 150%;
  }

  /*-- ここまで --*/
}

/*-- front-page --*/

.swiper-container {
  width: 80vw;
  background: green;
}

/*新着情報*/
.list__body {
  display: block;
  margin: 10px 0 5px;
  line-height: 1.6;
}

.list__date {
  color: #9f5900;
  width: 100%;
  margin: 0;
  text-align: left;
}

.list__title a {
  color: #2d2d2d;

  text-decoration: none;
}

.list__thumb {
  overflow: hidden;
  width: 100px;
  height: 55px;
  right: 1%;
  position: absolute;
  margin-top: -55px;
}

.list__thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .list__ {
    /* @include mq(large) */
  }
  .list__thumb img {
    display: none;
  }
  .list__date {
    float: left;
  }
  .list__title {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .list__body {
    display: contents;
  }
}

.list__category {
  position: relative;
  top: -2px;
  padding: 5px 15px;
  margin-left: 10px;
  background: #aaaaaa;
  color: #fff;
  font-size: 0.8em;
  line-height: 25px;
}

.list__category a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.list__category a:hover {
  color: #efefef;
}

.list__wordpress {
  /*.list__〇〇←カテゴリー名を変えて、カテゴリー別に色を修正可能*/
  background-color: #42b8ef;
}

/* 新着記事一覧 */
.elementor.elementor-3184 {
    margin-top: 5%;
}
.news-list__wrap {
	position: relative !important;
	width: 97vw;
	height: 40rem;
}
.news-list__inner{
	width: 100vw !important;
	position: absolute !important;
	top: 0;
	right: 0;
}
.news-list__title {
  text-align: right;
  letter-spacing: 0.5rem;
}
.news-list__con {
  background: #edf1f1;
	position: absolute !important;
	top: 25%;
    left: 10%;
    height: 70%;
    width: 100vw !important;
}
.news-list__card {
  background: #639f6e;
  padding-right: 3%;
}
.news-list__img img{
    height: 17rem !important;
    width: 25rem !important;
	object-fit: cover;
}

/*スライドショー(共通)*/
.slick-prev,
.slick-next {
  z-index: 9999;
  width: 37px;
  height: 37px;
  opacity: 0.6;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-prev {
  right: 0;
  left: auto;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.85;
}

.slick-prev:before,
.slick-next:before {
  font-size: 12px;
  font-family: FontAwesome;
  color: #fff;
}

.slick-prev:before {
  padding: 10px 15px 10px 11px;
  content: "\f053";
}

.slick-next:before {
  padding: 10px 11px 10px 15px;
  content: "\f054";
}

[dir="rtl"] .slick-prev:before {
  padding: 10px 11px 10px 15px;
  content: "\f054";
}

[dir="rtl"] .slick-next:before {
  padding: 10px 15px 10px 11px;
  content: "\f053";
}

.slick-slide:focus,
.slick-slide a:focus {
  outline: 0;
}

.slider,
.slick-slider {
  visibility: hidden;
  margin-bottom: 30px;
}

.slick-initialized {
  visibility: visible;
}

.slick-slider.slick-dotted {
  padding-bottom: 35px;
  margin-bottom: 10px;
}

.slick-list {
  width: 100%;
}

.slick-track {
  margin-left: 0;
}

.slider.slick-slider .slick-dots {
  display: none !important;
}

.slider.slick-slider.slick-dotted .slick-dots {
  bottom: 0;
  display: block !important;
  margin: 0;
  padding: 0;
  left: 0;
}

/* slick矢印設定 */

.slick-arrow:before {
  content: "" !important;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent !important;
}

/*矢印が右に移動する*/
.btnarrow4 {
  position: absolute;
  top: -5px;
  right: 0;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 2px;
  background: #333;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.btnarrow4::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 2px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before {
  left: 20%;
}

.btnarrow4:hover::after {
  right: -5%;
}

.news-list__card img {
  width: 100%;
}

li.news-list__card.slick-slide.slick-active {
  width: 200px !important;
}

/* TOP */
.site-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}
.main-wrap{
	flex: 1;
	overflow-x: hidden;
}

.firstview-flex-item__01 {
	position: relative;
    top: 0;
    left: 0;
}
.firstview-title{
    position: absolute;
    top: 16vh;
    left: 4vw;
    font-size: 2.5vw;
    letter-spacing: 1.5vw;
    line-height: 9vh;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: bold;
    color: #333;
}
.gr-color{
	color: #20a4b2;
	font-weight: bold;
}
.firstview-flex-item__text__white{
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    overflow: hidden;
    margin-left: auto;
    z-index: 100;
}
.firstview-text__white{
	position: absolute;
    top: 30rem;
    left: 7rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.3rem;
	font-family: "Noto Sans JP", sans-serif !important;
	color: white;
}

.firstview-flex-item__text__black{
    position: relative;
    top: 0;
    left: 0;
	z-index: -1;
}
.firstview-text__black{
	position: absolute;
    width: 500px;
    top: 30rem;
    left: 7rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
    letter-spacing: 0.3rem;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #333;
}
.firstview-flex-item__img{
    position: relative;
    width: 80vw;
    margin-left: auto;
    z-index: 1;
}
.firstview-flex-item__img img{
	width: 80vw;
	object-fit: cover;
    animation: bgAnime 9s;
    animation-fill-mode: forwards;
}

.firstview-flex-item__02{
	right: 0;
    top: 0;
    overflow: hidden;
    position: relative;
	z-index: -1;
}
.firstview-flex-item__02 img{
	width: 80vw;
	height: 74vh;
	object-fit: cover;
    animation: bgAnime 9s;
    animation-fill-mode: forwards;
}


/*top-about*/
.section-wrap{
	text-align: center;
}
.section-title__sub{
	color: #20A4B2;
	text-align: center;
	font-weight: bold;
	font-family: Futura, "Century Gothic", "Noto Sans JP", sans-serif !important;
	font-size: 1.2rem;
	letter-spacing: .2rem;
}
.section-title__sub_02{
	color: white;
	text-align: center;
	font-weight: bold;
	font-family: Futura, "Century Gothic", "Noto Sans JP", sans-serif !important;
	font-size: 1.2rem;
	letter-spacing: .2rem;
	position: relative;
	z-index: 1;
}
.section-title{
	width: 90vw;
    margin: 2rem auto 0;
    font-size: 1.7rem;
	text-align: center;
    letter-spacing: 0.3rem;
    font-weight: bolder;
    font-family: "Noto Sans JP", sans-serif !important;
    color: #444 !important;
	background: none !important;
}
.section-title_02{
    font-size: 1.7rem;
	margin: 2rem;
	text-align: center;
    letter-spacing: 0.3rem;
    font-weight: bolder;
    font-family: "Noto Sans JP", sans-serif !important;
	color: white !important;
	position: relative;
	z-index: 1;
}
.section-title::after{
    background-color: #4FA2B0;
    content: "";
    display: block;
    width: 60px;
    height: 4px;
	border-radius: 999px;
    margin: 3rem auto;
	position: relative;
	z-index: 1;
}
.section-title::before {
	background: none !important;
}
.section-title_02{
	background: none !important;
}
.section-title_02::after{
    background-color: white;
    content: "";
    display: block;
    width: 60px;
    height: 4px;
	border-radius: 999px;
    margin: auto;
	margin-top: 50px;
}
.solution-inner__num{
    font-size: 6rem;
    line-height: 1.6em;
    font-weight: bold;
    color: #20a4b2;
    line-height: 1;
    margin-top: 10px;
}
.solution-inner__title{
	margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #20A4B2;
}
.solution-inner__text{
	max-width: 600px;
	padding: 1rem 2rem 0 0;
    font-size: 1rem;
    line-height: 2.2em;
	color: #333;
}

.about-content-textbox{
	width: 60vw;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: white;
	font-family: "Noto Sans JP", sans-serif !important;
}
.about-content-textbox::after{
	content: "";
	margin-bottom: 50px;
}
.about-q__wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
    margin: 0 auto;
	margin-bottom: 50px;
	width: 83%;
}
.about-q__box{
	position: relative;
	width: calc(100% / 4);
    padding: 3em 2em;
    margin: 2rem 1rem;
    color: #333;
    background: white;
    border-top: solid 16px #20A4B2;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    border-radius: 5px;
}
.about-q__box p{
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.about-q__box::before{
	content: "？";
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    position: absolute;
    bottom: 82%;
    right: 90%;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background: #20A4B2;
}
.about-content{
	position: relative;
    background: #20A4B2;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.about-content::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 40px solid #20A4B2;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}
.solution-wrap{
	padding-top: 80px;
	margin: 0 auto;
    width: 90%;
}
.solution-inner__right{
	max-width: 600px;
}
.solution-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 6%;
}
.solution-inner__sec{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	margin-bottom: 6%;
}
.solution-inner__sec__right{
	
}
.solution-inner__sec__left{
	max-width: 600px;
    text-align: right;
    padding-right: 4%;
}
.line-up__wrap{
	width: 100%;
	padding: 100px 0;
	background: url("images/top/lineup_back.jpg");
	height: inherit;
 	background-size: cover;
 	background-position: center;
    background-attachment: fixed;
 	position: relative;
	z-index: 0;
}
.line-up__wrap::after{
	content: '';
  	background-color: #20A4B2;
	opacity: 0.7;
  	position: absolute;
  	left: 0;
 	 right: 0;
  	top: 0;
  	bottom: 0;
	z-index: 0;
}
.line-up__wrap>div{
	max-width: 90%;
	margin: 0 auto;
	
}
.line-up__container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	color: ghostwhite;
	font-size: 1.2rem;
	position: relative;
	z-index: 2;
	margin: 0 0;
}
.line-up__container__02{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	color: ghostwhite;
	font-size: 1.2rem;
	position: relative;
	z-index: 3;
	margin: -3% 0;
}
.line-up__item{
    max-width: 250px;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
}
.line-up__item:last-child{
	margin-right: 0;
}
.line-up__item span.shine{
	position: relative;
	display: block;
	line-height: 0;
	overflow: hidden;
	border-radius: 50%;
}
.line-up__item span.shine::before{
	position: absolute;
	content: "";
	border-radius: 50%;
	width: 50%;
	height: 100%;
	top: 0;
	left: -75%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
.line-up__item span.shine:hover::before{
	animation: shine 0.7s;
}
@keyframes shine {
  100% {
	  left: 125%;
	}
}
.line-up__item__02{
    display: flex;
    flex-basis: calc(100% / 4);
    max-width: 250px;
    margin-right: 3%;
}
.line-up__item__02:last-child{
	margin-right: 0;
}

.balloon2-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1.2em 0 2rem;
  padding: 1rem;
  min-width: 120px;
  max-width: 100%;
  min-height: 85px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #111;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #111;
  z-index: 1;
}

.balloon2-top p {
  	margin: 0;
    padding: 1rem 0.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1rem;
}
.balloon2-top>div{
	display: flex;
	align-content: stretch;
}
.balloon2-top>a:link{
    color: #444;
    text-decoration: none;
    font-weight: bolder;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    text-align: center;
}
.balloon2-top>a:hover{
	color: #20a4b2;
}
.contact__wrap{
	width: 100%;
	display: flex;
	margin: 10% 0;
}
.contact-inner__left{
	width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgb(130,199,203);
background: linear-gradient(332deg, rgba(130,199,203,1) 0%, rgba(190,221,218,1) 14%, rgba(240,239,230,1) 50%, rgba(255,244,234,1) 100%);
}
.contact-inner__left__wrap{

}
.contact-inner__left__title{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    color: #20A4B2;
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
    line-height: 2rem;
    margin: 1rem 0;
}
.contact-inner__left__text{
	color: #6A6A6A;
    font-size: .9rem;
    letter-spacing: 0.05rem;
    line-height: 1.7rem;
    margin: 0.8rem;
}
.contact-inner__right{
	width: 50%;
	margin:0 auto;
	overflow: hidden;
	line-height: 0;
}
.contact-inner__right img{
	transition:1s all;
}
.contact-inner__right img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}
.contact-inner__right__img {
    max-height: 380px;
}
.section-title__contact{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    color: #333;
    font-size: 2rem !important;
    letter-spacing: 0.5rem;
}
/****** ボタン右矢印 ******/
.btnarrow5{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    position: relative;
    border: 1px solid #333;
    margin: 0.8rem;
    padding: 1rem 2rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #20a4b2;
    font-size: .9rem;
    letter-spacing: 0.3rem;
    outline: none;
    transition: all .7s linear;
}
.btnarrow5::before{
  	content: "";
    position: absolute;
    top: 50%;
    right: -35%;
    width: 80px;
    height: 1px;
    border-radius: 10px;
    background: #333;
    transition: all .7s linear;
}
.btnarrow5::after{
  	content: "";
    position: absolute;
    top: 28%;
    right: -32%;
    width: 1px;
    height: 12px;
    border-radius: 100px;
    background: #333;
    transform: skewX(45deg);
    transition: all .7s linear;
}
.btnarrow5:hover::before{
  right: -45%;
	width: 80px;
}
.btnarrow5:hover::after{
  right: -42%;
}
/****** ボタン下矢印 ******/
.btn_arrow{
    position: relative;
    border: 1px solid #333;
    margin: 0.8rem;
    padding: 1rem 2rem;
    display: inline-block;
    text-align: center;
    outline: none;
    transition: all .7s linear;
}
.btn_arrow p{
	text-decoration: none;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    font-size: .9rem;
    letter-spacing: 0.3rem;
	color: #20a4b2;
	margin-bottom: 0 !important;
}
.btn_arrow p:hover{
	color: #333;
}
.btn_arrow:hover{
	background:#D8F1FA;
}
.btn_arrow::after{
  	content: "";
    position: absolute;
    top: 85%;
    left: 50%;
    width: 1px;
    height: 80px;
    background: #20a4b2;
    transition: all .7s linear;
}
.btn_arrow:hover::after{
	top: 100%;
  	height: 120px;
}


.jet-arrow.next-arrow {
    position: absolute !important;
    top: -1rem !important;
    right: 0 !important;
    display: inline-block !important;
    padding: 0 20px;
    color: #333 !important;
    text-decoration: none;
	outline: none;
}
.jet-carousel .jet-arrow svg{
	width: 4em !important;
    height: 1em !important;
    position: absolute;
    top: 10px;
    right: 10px;
	transition: .3s;
}
.jet-carousel .jet-arrow svg:hover{
	width: 6em;
    right: -20px;
}
.jet-posts__item{
	padding: 2rem !important;
}
.elementor-3239 .elementor-element.elementor-element-e7b65a6 .elementor-nav-menu .elementor-item{
	line-height: 1.4em !important;
}
.contact_tel{
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
}
.timing-ease-out{
animation-timing-function:ease-out;
}

.scroll_fadein_margin1 {
    -webkit-transition: 0.6s 0s ease-in-out;
    transition: 0.6s 0s ease-in-out;
}
.fadein_mv {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.kv{
  height: 100vh;
	width: 100vw;
  position: relative;
}
.text-inner{
	position: absolute;
	bottom: 20%;
	width: 100%;
}
.text-block{
  width: 100%;
  position: absolute;
  bottom: 20%;
  left: 57%;
  transform: translateX(-50%);
}
.text-black{
	z-index: -1;
	color: #333;
}
.text{
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 1rem;
}

.text-white{
    color: #fff;
    z-index: 1;
}

.wrap{
    margin-left: 5%;
    width: 100%;
	height: 90vmin;
    position: relative;
    overflow: hidden;
}
.img-box{
    margin-left: 20%;
	height: 80vmin;
	position: relative;
	top: 0;
    right: 0;
	overflow: hidden;
}
.img-box::after{
    content: '';
	background: url("images/top/toi_39.jpg") no-repeat center/cover;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	animation: bgAnime 9s;
	animation-fill-mode: forwards;
}
.img-box img{
    width: 100%;
    vertical-align: bottom;	
}
.bg{
    position: absolute;
	top: 0;
    right: 0;
	height: 100%;
	width: 80vw;
	overflow: hidden;
}
.bg::after{
  	content: '';
	background: url("images/top/toi_39.jpg") no-repeat center/cover;
	display: block;
	width: 100%;
	height: 100%;
	margin-left: auto;
	animation: bgAnime 9s;
	animation-fill-mode: forwards;
}

.black-color,
.white-color{
    margin: 0;
    font-weight: bold;
    font-size: 1.4vw;
    line-height: 6vh;
    letter-spacing: .7vw;
    position: absolute;
    top: 52vh;
    left: 4vw;
    height: 100%;
    overflow: hidden;
}

.white-color{
    width: 80%;
    margin-left: 20%;
    left: 0;
}

.black-color{
    width: 16%;
}

.white-color span,
.black-color span{
    display: block;
    position: absolute;
}

.white-color span{
    width: 100%;
    color: #fff;
    left: -20%;
}

.black-color span{
    width: 500%;
	color: #333;
}
.head_tel{
    font-size: 22px !important;
    font-weight: 600;
	margin-bottom: 0;
}
.notice-list__wrap{
	display: flex;
	justify-content: center;
	margin-top: 2vh;
}
.notice-list__title{
	position: relative;
    top: -1vh;
	left: 2vw;
    margin-right: 5rem;
	overflow: hidden;
}
.notice-list__title p{
	font-size: 2.5rem;
	color: #20A4B2;
	letter-spacing: 0.5rem;
}
img.notice-list__line{
	max-height: 7vh;
    position: relative;
    left: -5vw;
}

.notice-list__textbox{
	
}
a.news_title:link,
a.news_title:visited,
a.news_title:hover,
a.news_title:active {
	color: #333;
	text-decoration: none;
}
.news_date{
	margin-right: 2rem;
}
.news_list{
	letter-spacing: 0.08rem;
}
.news_list li{
    margin-bottom: 0.5rem;
	list-style: none;
}
.container__zenhaba{
    max-width: 70vw;
    margin: 0 auto;
}
@media only screen and (max-width: 599px){
.container__zenhaba{
    max-width: 90vw;
	}
}
a.elementor-post__read-more{
	margin: 0 0 0 auto;
    display: block;
    background: #20A4B2;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 0.8rem;
}
.elementor-grid-3 .elementor-grid{
	grid-gap: 10px !important;
}
.elementor-grid .elementor-grid-item{
	margin-top: 0 !important;
}
.elementor-59 .elementor-element.elementor-element-42bd78a .elementor-posts-container .elementor-post__thumbnail{
	padding-bottom: inherit !important;
}
@media (max-width: 767px){
.elementor-59 .elementor-element.elementor-element-42bd78a .elementor-posts-container .elementor-post__thumbnail {
	padding-bottom: inherit !important;
	}
}
.elementor-icon-list-items{
	list-style: none;
}
.elementor-price-table__features-list{
	list-style: none;
}
.elementor-price-table{
	 padding-bottom: 2rem;
}
.elementor-price-table__footer {
    display: flex;
    justify-content: center;
	padding-top: 1rem;
}
.elementor-price-table__feature-inner{
	color: #76898E;
    line-height: 2rem;
}
.elementor-price-table__integer-part{
	 font-family: Futura, "Century Gothic", "Noto Sans JP", sans-serif !important;
}
.elementor-price-table__header{
	text-align: center;
}
.elementor-price-table__price {
    display: flex;
    justify-content: center;
    padding: 2rem 0 1.3rem;
}
.elementor-price-table__after-price {
    font-size: 0.8rem;
}
span.elementor-price-table__period.elementor-typo-excluded{
	font-size: 0.8rem;
}
.elementor-price-table__header {
    background: #20A4B2;
    padding: 1rem 0;
}
.elementor-price-table__feature-inner {
    border-top: 1px solid rgba(0,0,0,0.1);
}
@media (max-width: 1024px){
	.elementor-price-table__price {
    margin-top: 1.7rem;
	}
	.elementor-icon-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-right: 5%;	
	}
	p.elementor-icon-box-description {
    width: 90%;
	}
	.elementor-icon-wrapper {
    right: -8%;
	}
}

.elementor-widget-container p{
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    line-height: 1.5rem;
}
@media (max-width: 767px){
	.elementor-icon-box-content {
	margin-right: 0;	
	}
	.elementor-price-table__feature-inner {
    line-height: 2.5rem;
		}
	.elementor-widget-container p{
	font-size: 0.9rem;
    letter-spacing: 0.05rem;
    line-height: 1.6rem;
		margin-right: 1%;
		}
	.elementor-4580 .elementor-element.elementor-element-26db1140 .elementor-heading-title {
    font-size: 7vw !important;
		}
	.elementor-icon-box-icon{
		text-align: left;
    	position: relative;
    	top: 2.5em;
    	left: -1em;
	}
	.elementor-4580 .elementor-element.elementor-element-745489f4 .elementor-icon,
	.elementor-4580 .elementor-element.elementor-element-1389e1e .elementor-icon,
	.elementor-4580 .elementor-element.elementor-element-d49677b .elementor-icon,
	.elementor-4580 .elementor-element.elementor-element-a163293 .elementor-icon{
		font-size: 25px !important;
	}
	.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 3% !important;
	}
	p.elementor-icon-box-description {
    text-align: left;
		margin: 0 5%;
	}
	.elementor-icon-box-icon {
    position: relative;
    left: 1rem;
	top: 2.7rem;
	}
	.elementor-icon-wrapper {
    right: 0%;
	}
	
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-2f8af792.elementor-section-content-top.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default{
	margin: 0;
}
.elementor-icon-wrapper {
    position: relative;
    top: 3rem;
}
h2.elementor-icon-box-title {
    width: 100%;
}
a.elementor-cta__button.elementor-button.elementor-size-md {
    background: none;
	    border: 2px solid;
	margin-top: 2rem;
}
a.elementor-cta__button.elementor-button.elementor-size-md :hover{
    background: #20a4b2;
	color: white;
}
h3.elementor-cta__title.elementor-cta__content-item.elementor-content-item{
	margin-bottom: 2rem;
}
.elementor-4580 .elementor-element.elementor-element-f9e2eab .elementor-cta__content,
.elementor-4580 .elementor-element.elementor-element-7ec66f91 .elementor-cta__content,
.elementor-4580 .elementor-element.elementor-element-645e75d .elementor-cta__content
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
a.elementor-cta__button.elementor-button.elementor-size-sm{
	    margin-top: 1em;
	letter-spacing: 0.2rem;
}
.link{
	color: #20A4B2;
}
.figure.jet-banner.jet-effect-sarah{
	height: 40vh;
}
.elementor-divider {
    border-bottom: solid 2px;
    color: #20A4B2;
    width: 5%;
    margin: -10px auto;
}
.elementor-4580 .elementor-element.elementor-element-e4eb125:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4580 .elementor-element.elementor-element-e4eb125 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    border-radius: 15px;
}
.arrow_box {
	position: relative;
	background: #e5eaec;
	padding: 2rem;
	border-radius: 15px;
}
.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #e5eaec;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box_right {
	position: relative;
	background: #e5eaec;
	padding: 2rem;
	border-radius: 15px;
}
.arrow_box_right:after {
	left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    transform: scale(-1, 1);
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #e5eaec;
    border-width: 30px;
    margin-top: -30px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 89vw;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 3vw;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
.c-txtsp{
	text-align: center;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#place:checked ~ #place_content,
#floor:checked ~ #floor_content,
#month:checked ~ #month_content,
#year:checked ~ #year_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/*  下層ページ共通パーツ  */
.common_first_wrap{
    width: 100%;
	height: 120vmin;
    position: relative;
    overflow: hidden;
}
.common_first_wrap.online_sup{
    width: 100%;
	height: 116vmin;
    position: relative;
    overflow: hidden;
}
.common_first_wrap.house_sup{
    width: 100%;
	height: 90vmin;
    position: relative;
    overflow: hidden;
}
.common_first_wrap_bg{
	position: absolute;
    width: 100vw;
	height: 30vh;
	background: linear-gradient(to right, white 70%,rgba(32, 164, 178, 0.4));
}
.common_first-title{
	position: absolute;
    width: 44vw;
    top: 13vh;
    right: 0;
	z-index: 2;
	}
.common_first-title .sub_title{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
	color: #ceb56a;
	font-size: 1.5rem;
	letter-spacing: 0.4rem;
}
.common_first-title .main_title{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    color: #333;
    font-size: 2.2rem;
    letter-spacing: 0.8rem;
    line-height: 2;
}
.sub_title_border{
	height: 1px;
    background: #707070;
    width: 4rem;
    margin: 0 !important;
}
.common_img-box{
	margin-right: 30%;
    height: 33vmin;
    position: relative;
    top: 20vh;
    right: 0;
    overflow: hidden;
	z-index: 1;
}
.common_img-box::after{
    content: '';
	background: url("images/onsite_head.png") no-repeat center/cover;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	animation: bgAnime 9s;
	animation-fill-mode: forwards;
}
.common_img-box.org_ser::after{
	content: '';
	background: url("images/org_ser_img01.png") no-repeat center/cover;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	animation: bgAnime 9s;
	animation-fill-mode: forwards;
}
.common_img-box.house_ser::after{
	content: '';
	background: url("https://optlife.co.jp/wp-content/uploads/2022/06/80580-4-60a15778fe76a82ae3a37cde498d75be-1999x1333-1.jpg") no-repeat center/cover;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	animation: bgAnime 9s;
	animation-fill-mode: forwards;
}
.img-box img{
    width: 100%;
    vertical-align: bottom;	
}
.onsite_first_wrap{
	background: white;
    width: 80vw;
    position: absolute;
    top: 43vh;
    right: 0;
    z-index: 3;
}
.common_menu_wrap{
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 10%;
}
.common_menu_wrap li{
	list-style: none;
	text-align: center;
	margin: 0 2rem;
	transition: 1s all;
}
.common_menu_wrap li{
	transform: translateY(-10px);
}
.common_menu_wrap a{
	color: #333;
	text-decoration: none;
}
.common_menu_wrap a:hover, :active {
	text-decoration: none;
}
.common_menu_title{
	font-size: 1.3rem;
    letter-spacing: 0.3rem;
    margin-bottom: 2rem;
}
.common_menu_subtitle{
	font-size: 0.7rem;
    color: #20A4B2;
    letter-spacing: 0.2rem;
	margin-top: 0.5rem;
}
.common_menu_sub_border{
	height: 1px;
    background: #707070;
    margin: 0 !important;
}

.common_wrap{
	width: 100vw;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.wos_center_con{
	width: 54%;
	text-align: center;
	display: flex;
    flex-flow: column;
	align-items: center;
}
.orange_shadow{
	 box-shadow: 5px -5px 20px rgb(234 221 208 / 60%);
}
.blue_white_bk{
	background: linear-gradient(to right, white 70%,rgba(32, 164, 178, 0.4));
}
.common_wrap.blue_white_bk{
	display: flex;
    flex-direction: column;
	width: 100%;
}
.inner.orange_shadow{
	padding: 5% 10%;
}
.inner_box{
	display: flex;
}
.all_height{
	height: 100vh;
}
.all_height img{
	height: 100%;
    object-fit: cover;
}
.inner_box.left{
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 10%;
}
.inner_box.right{
	flex: 5;
}
.inner_box.right p{
	font-size: 0.9rem;
    letter-spacing: 0.1rem;
    line-height: 200%;
}
.wos_center_con_02{
	width: 54%;
}
.beige_blue_back{
	background-image: linear-gradient(to right, #FFF7EF, #EDF8FC);
}
.wos_center_con_02.beige_blue_back.space_05{
	text-align: center;
	margin: 0 1%;
}
.wos_right_con ,.wos_left_con{
	width: 23%;
}
.text_center{
	text-align: center;
}
.main_title{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    color: #333;
    font-size: 2rem !important;
    letter-spacing: 0.5rem;
	margin: 1rem 0 2rem;
	position: relative;
    z-index: 1;
}
.main_title_02{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
    color: #333;
    font-size: 2rem !important;
    letter-spacing: 0.5rem;
	margin: 1rem 0 0;
}
.sub_size{
    font-size: 1.5rem !important;
}
.common_short_border{
	display: inline-block;
	height: 1px;
    background: #707070;
    margin: 4rem !important;
	width: 3rem;
}
.common_text_con{
	display: inline-block;
	max-width: 600px;
}
.common_text{
	font-size: 0.9rem;
	letter-spacing: 0.2rem;
	line-height: 400%;
	text-align: center;
	color: #333;
}
.text_blue{
    color: #20A4B2;
}
.space{
	padding: 10% 0;
}
.space_05{
	padding: 5% 0;
}
.blue_back{
	background: #EAF5F7;
}
.arrow_down{
	margin: 0 auto;
	padding: 5% 0;
}
.common_text.center{
	margin: 0 auto;
	padding: 5% 0;
}
.bold{
	font-weight: bold;
}
.main_title.text_blue.space{
	line-height: 200% !important;
}
.small_text{
	font-size: 0.8rem;
    margin-bottom: 2rem;
}
.border_line{
	border: 1px solid gainsboro;
	
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.jus_center{
	justify-content: center;
}
.title_box{
	width: 75%;
	background: #FAFAFA;
	top: -15%;
	z-index: 3;
}
.title_box_subtitle{
	opacity: 0.3;
    font-size: 2rem !important;
    letter-spacing: 0.4rem;
	z-index: 2;
	left: 0;
 	right: 0;
	top: 2rem;
 	margin: auto;
}
.title_box_subtitle_white{
	color: white;
    font-size: 3.5rem !important;
    letter-spacing: 0.4rem;
	z-index: 1;
	left: 0;
 	right: 0;
	top: 4rem;
 	margin: auto;
}
.wos_center_con.border_line{
	height: 280px;
	background: #FAFAFA;
}
.wos_center_con.border_line.online{
	height: 380px;
	background: #FAFAFA;
}
.size_1{
	font-size: 1rem;
}
.four_services_text{
	width: 90%;
    margin: 0 auto;
	text-align: left;
	font-size: 0.9rem;
	letter-spacing: 0.2rem;
	line-height: 300%;
}
.title_box h3{
	margin: 1.5rem 0;
    font-size: 0.9rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
}
.grada_beige{
background: -webkit-linear-gradient(left, #fbecdd, #FAFAFA);
background: -o-linear-gradient(left, #fbecdd, #FAFAFA);
background: linear-gradient(to right, #fbecdd, #FAFAFA);
	width: 84%;
	height: 500px;
    top: 210px;
    z-index: -1;
}
.grada_beige_02{
background: -webkit-linear-gradient(left, #fbecdd, #FAFAFA);
background: -o-linear-gradient(left, #fbecdd, #FAFAFA);
background: linear-gradient(to right, #fbecdd, #FAFAFA);
	width: 84%;
	height: 90%;
    top: 210px;
	right: 0;
    z-index: -1;
}
.grada_beige_title{
	font-size: 3.4rem;
    text-align: right;
    letter-spacing: 0.7rem;
    width: 100vw;
	font-weight: bold;
	background: linear-gradient(90deg, #d4e4cc, 30%, #e3f5f8);
  background: -webkit-linear-gradient(0deg, #d4e4cc, #e3f5f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common_wrap.relative{
	flex-wrap: wrap;
}
.row_reverse{
	flex-direction: row-reverse;
}

.four_services_select_left{
	width: 77%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 7%;
}
.four_services_select_inner{
	text-align: center;
  	width : -webkit-calc(90% / 4) ;
  	width : calc(90% / 4) ;
	transition: 1s all;
	display: inline-block;
}
.four_services_select_inner:hover{
	transform: translateY(-10px);
}
.four_services_select_inner a{
	text-decoration: none;
}
.text_blue.size_1.futura{
	font-weight: bold;
}
.common_inner_text, .common_inner_text p{
	font-size: 0.7rem;
    color: #333;
    letter-spacing: 0.1rem;
    line-height: 1.3rem;
    margin: 0.5rem 1rem;
    text-align: left;
}
.yazirusi {
  display: inline-flex;
  transform: rotate(90deg);
} 
.yazirusi::after {
  content: '';
margin-left: 0.5rem;
  width: 32px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
.four_services_select_left.arrow{
	width: 77%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 0;
}
.four_services_textbox{
	width: 60%;
}
.four_services_textbox.service_flow{
	width: 60%;
    position: relative;
    top: 0;
    right: -20%;
}
.four_services_imgbox{
	width: 40%;
	text-align: right;
}
.four_services_imgbox img{
	height: 100%;
	object-fit: cover;
}
.four_services_imgbox.service_flow img{
	height: 40%;
	object-fit: cover;
}
.four_services_textbox_innerwrap{
	max-width: 700px;
	margin: 0 0 0 auto;
	padding: 0 15% 0 10%;
}
.check_text{
	margin-bottom: 7px;
    font-weight: bold;
    font-size: 88%;
    letter-spacing: 0.3rem;
    color: #333;
}
.check_text img{
	position: relative;
    top: -4px;
    margin-right: 1.3rem;
}
.check_wrap{
	width: 70%;
	text-align: left;
}
.plan_inner_wrap{
	width: 70%;
	margin: 0 auto;
}
.plan_inner_wrap p{
	text-align: left;
}
.four_services_textbox_innerwrap h3{
	font-weight: bold;
	margin-bottom: 1rem;
	letter-spacing: 0.5rem;
}
.check_hr{
	height: 1px;
    background: #CECECE;
    margin: 1rem 0 2rem !important;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.column{
	flex-direction: column;
}
.inner.width70{
	padding-bottom: 6%;
}
.inner.width70 hr{
	margin: 1rem auto !important;
	width: 75%;
}
.box_shadow{
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
}
.inner{
	background: white;
}
.inner.box_shadow{
    padding: 2rem 3rem;
    margin-top: 4%;
}
.inner.box_shadow p{
	color: #333;
	font-size: 90%;
    line-height: 170%;
}
.inner.box_shadow hr{
	height: 1px;
    background: #CECECE;
    margin: 1rem 0 !important;
}
.inner.box_shadow.margin-top{
	margin-top: 10%;
}
.four_services_subtitle{
    color: #20A4B2;
    letter-spacing: 0.2rem;
}
.margin_top_20{
	margin-top: 20%;
}
.four_service_btn{
	padding: 1rem;
	text-align:center;
	color:#20A4B2;
	font-weight:bold;
	font-size: 90%;
	text-decoration: none;
 	display:block;
 	max-width:300px;
 	margin: 3rem auto 0;
	border:solid 2px #20A4B2;
	transition:.8s all;
}
.four_service_btn :hover{
	color:#fff;
	background:#20A4B2;
}
.mouse {
	margin: 0 auto;
	width: 20px;
    height: 50px;
    border: 2px solid #20A4B2;
    border-radius: 60px;
    position: relative;
}
.mouse::before {
		content: '';
		width: 8px;
		height: 8px;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #20A4B2;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
@keyframes wheel {
	to {
		opacity: 0;
		top: 40px;
	}
}
@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 40px;
	}
}
.online_ser_flex{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-end;
}
.testfade{
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}
.fadeIn {
	position: relative;
	top: 5%;
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
	top: 0;
  opacity: 1;
}
.price_list_wrap{
	display: flex;
	justify-content: space-between;
	margin: 5% 0;
}
.pricetable{
	 border-collapse:separate;
  border-spacing: 2rem 0;
}
.flexbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

tr:nth-child(2n)>td,
tr:nth-child(2n)>th {
	background-color: #efefef;
	border: none !important;
}
tr:nth-child(odd)>td,
tr:nth-child(odd)>th,
tr:last-child td,
tr:last-child th{
	background-color: white;
	border: none;
}
tr:nth-child(1)>td,
tr:nth-child(1)>th {
	background: white !important;
}
tr:nth-child(2)>td,
tr:nth-child(2)>th {
	background: white !important;
}
.btn{
	box-shadow: 0 3px #20A4B2 ;
	top: -2px;
	margin: 10px 0;
	width: 75%;
}
.btn:hover {
	box-shadow: 0 1px #20A4B2;
	top: 1px;
}
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
	border: 2px solid #20A4B2;
}

a.btn-gradient {
  border-radius: 0;
  background: rgb(32,164,178);
background: linear-gradient(332deg, rgba(32,164,178,1) 0%, rgba(197,225,223,1) 20%, rgba(255,247,239,1) 53%, rgba(255,247,239,1) 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgb(32,164,178);
background: linear-gradient(141deg, rgba(32,164,178,1) 0%, rgba(197,225,223,1) 20%, rgba(255,247,239,1) 53%, rgba(255,247,239,1) 100%);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #20A4B2;
}
a.btn-gradient:hover:after {
  opacity: 0;
}




.group1, .group2, .group3, .group4{
	border: none;
	color: white;
	font-weight: bold;
  font-size: 1rem;
    padding: 1.1rem 0;
    letter-spacing: 0.3rem;
} 
.group1_price{
	text-align: center;
	font-size: 3rem;
    padding: 3rem 2rem 2rem;
    color: #20A4B2 !important;
}
.price_small{
	font-size:0.8rem;
	color: #333;
}
.group1_text{
	padding: 0.7rem;
	border: none;
	color: #333;
	padding: 0.8rem 3rem;
}
.white_bk{
	background: white;
}
.white_bk td{
	box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
	border: none;
	min-height: 100%;
    height: 1px;
}
.group1_flex{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	height: 100%;
}
.card-group{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.card{
  width: calc((100% - 120px * 1) / 3);
	margin: 40px 10px;
  	height: auto;
  	overflow: hidden;
	position: relative;
	transition: 1s all;
}
.card:hover{
	transform: translateY(-10px);
}
.card a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card__imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.card__imgframe:hover{
	display: block;
	opacity: 0.5;
}
.card__textbox{
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #fff;
  box-sizing: border-box;
}
.card__textbox > * + *{
  margin-top: 10px;
}
.card__titletext{
  font-size: 1rem;
    font-weight: bold;
    color: #20A4B2;
    letter-spacing: 0.1rem;
    line-height: 170%;
}
.card__overviewtext{
  font-size: 0.8rem;
    font-weight: bold;
    color: #666666;
    letter-spacing: 0.1rem;
    line-height: 180%;
}
/****** card内リンクボタン******/
.cta {
 position: relative;
 margin: 15px auto 0;
 padding: 12px 18px;
 transition: all 0.2s ease;
 border: none;
 background: none;
}

.cta:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 border-radius: 50px;
 background: #EBE5CD;
 width: 45px;
 height: 45px;
 transition: all 0.3s ease;
}

.cta span {
 position: relative;
 font-size: 0.8rem;
 font-weight: bold;
 letter-spacing: 0.1rem;
 color: #20A4B2;
}

.cta svg {
 position: relative;
 top: 0;
 margin-left: 10px;
 fill: none;
 stroke-linecap: round;
 stroke-linejoin: round;
 stroke: #000000;
 stroke-width: 2;
 transform: translateX(-5px);
 transition: all 0.3s ease;
}

.cta:hover:before {
 width: 100%;
 background: #EBE5CD;
}

.cta:hover svg {
 transform: translateX(0);
}

.cta:active {
 transform: scale(0.95);
}
.cta_link{
	display: inline-block !important;
	position: inherit !important;
	width: auto !important;
	text-decoration: none;
    font-weight: bold;
}
 .plan-table {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
  }





/* 
LARGE DISPLAY
================================================ */
@media ( min-width : 700px ){
	.flexbox {
		-webkit-flex-direction: row;
		flex-direction: row;
		margin: 70px auto;
	}
  .plan-table {
    margin-left: 3%;
  }
  .plan-table:first-of-type {
    margin-left: 0;
  }
}


/*--------------------------------------　スマホ　--------------------------------------*/
@media only screen and (max-width: 599px){
	.plan-table {
		width: 85%;
    	margin: 25px auto;
	}
	h2.elementor-icon-box-title{
		margin-bottom: 2rem;
	}
	.elementor-icon-box-icon{
		margin-bottom: -1.5rem !important;
	}
	.wrap{
		height: 63vh;
	}
	.solution-wrap{
		margin: 2rem auto 7rem;
	}
	.solution-inner__sec{
		flex-direction: column-reverse;
	}
	.solution-inner__sec__right {
    width: 100%;
	}
	.solution-inner__sec__left{
		width: 100%;
	}
	.solution-inner__text{
		padding: 1rem 0 2rem;
		line-height: 1.5rem;
		font-size: 0.9rem;
    	letter-spacing: 0.08rem;
	}
	.solution-inner__text br {
    	display: none;
	}
	.solution-inner__title{
		font-size: 1.2rem;
	}
	.solution-inner__right{
		padding-left: initial !important;
		width: 100%;
	}
	.solution-inner-img{
	    max-height: 380px;
	}
	.solution-inner__num.futura{
		font-size: 3.5rem;
	}
	.about-q__wrap{
		width: 100%;
	}
	.about-q__box{
		width: 33%;
		margin: 1rem 0.5rem;
		padding: 1rem;
	}
	.about-q__box p {
    	font-size: .8rem;
    	line-height: 1.1rem;
	}
	.about-q__box::before{
		font-size: 1.5rem;
		bottom: 88%;
    	right: 84%;
    	width: 40px;
    	height: 40px;
	}
	.section-title {
		letter-spacing: 0.1rem;
	}
	.section-title::after{
		margin: 2rem auto;
	}
	.section-title__sub{
		font-size: 0.8rem;
	}
	.section-title::after{
		margin-top: 30px;
	}
	.about-content-textbox{
		width: 88vw;
		font-size: 1rem;
		line-height: 1.8rem;
		letter-spacing: 0.1rem;
		padding: 20px 0;
	}
	.about-content-textbox br{
		display: none;
	}
	.contact__wrap{
	margin: 20% 0;
	flex-direction: column-reverse;
	}
	.contact-inner__left__wrap{
		width: 90%;
	}
	.contact-inner__left{
		width: 100%;
	    padding: 10% 0;
	}
	.contact-inner__right {
	    width: 100%;
	}
	.contact-inner__right__img {
    max-height: 200px;
    object-fit: cover;
	}
	.contact-inner__left__title{
		font-size: .8rem;
		line-height: 1.5rem;
	}
	.contact-inner__left__text{
		font-size: .8rem;
		line-height: 1.5rem;
		margin: 0.5rem;
	}
	.line-up__item{
		max-width: 45%;
	}
	.balloon2-top{
		padding: 0.5rem;
	}
	.balloon2-top>a:link{
		font-size: .8rem;
	}
	.pc-br{
		display: none;
	}
	.firstview-title{
		width: 90vw;
	    top: 6vh;
    	left: 3vw;
    	font-size: 7vw;
    	letter-spacing: .5rem;
		line-height: 7vh;
	}
	.firstview-text{
	    width: 90vw;
		top: 5vh;
    	left: 1vw;
		font-size: 1rem;
    	line-height: 2rem;
	}
	.news-list__title{
		font-size: 1.7rem !important;
	}
	.elementor-3184 .elementor-element.elementor-element-d554624 .elementor-heading-title{
		font-size: 1.6rem !important;
	}
	.jet-carousel .jet-arrow svg{
		width: 3em !important;
		top: 8px;
	}
	.jet-carousel .jet-arrow svg:hover{
		width: 3em !important;
		right: 10px;
	}
	.news-list__wrap{
	    height: 35rem;
	}
	.black-color,
	.white-color{
		font-size: 4vw;
		letter-spacing: 0.15rem;
	    top: 35vh;
		
    	line-height: 4vh;
	}
	.img-box img{
		width: auto;
    	height: 50vh;
		object-fit: cover;
	}
	.head_tel{
    	font-size: 6vw !important;
		margin-bottom: 3vw;
	}
	.img-box{
		height: 100vmin;
	}
	.notice-list__wrap{
		flex-direction: column;
	}
	.notice-list__title{
		left: 8vw;
	}
	.notice-list__title p{
		font-size: 2rem;
	}
	.notice-list__line {
    	position: relative;
    left: 33vw;
    top: -2vh;
	}
	.notice-list__textbox {
    	display: flex;
		justify-content: center;
		margin-right: 5vw;
		margin-left: auto; 
		position: relative;
    	top: -2vh;
	}
	.news_date {
    margin: 0 0.5rem 0 2rem;
    align-self: center;
	}
	.common_menu_wrap li{
		margin: 0 10px;
	}
	.wos_left_con, .wos_right_con{
		display: none;
	}
	.common_img-box{
		height: 60vmin;
		top: 33vh;
		margin-right: 15%;
	}
	.common_first-title{
		width: 80vw;
		top: 6vh;
		margin: 3% 0;
	}
	.common_first-title .main_title{
		line-height: 1.6;
		font-size: 1.7rem !important;
	}
	.common_first_wrap{
		overflow: initial;
	}
	.common_first_wrap_bg{
		height: 40vh;
	}
	.common_menu_wrap{
		margin: 0 auto 10%;
    	width: 90vw;
	}
	.wos_center_con{
		width: 80vw;
		margin: 0 auto;
	}
	.main_title{
		line-height: 3rem;
    	font-size: 1.5rem !important;
	}
	.common_short_border{
		margin: 1rem 0 2.5rem !important;
    	width: 5rem;
	}
	.common_text{
		line-height: 240%;
	}
	.title_box{
		width: 80%;
		top: -7%;
	}
	.title_box.absolute.four_service{
		top: -20%;
	}
	.check_wrap{
		width: 100%;
	}
	.wos_center_con.border_line{
		height: 480px;
	}
	.wos_center_con.border_line.online{
		height: 600px;
	}
	.four_services_textbox{
		width: 100%;
	}
	.four_services_textbox.service_flow{
		width: 100%;
		right: -10%;
	}
	.four_services_select_left{
		width: 100%;
	}
	.four_services_select_left.fadeIn.animated{
		display: contents;
		
	}
	.four_services_imgbox{
		display: none;
	}
	.four_services_select_inner{
		width: 50vw;
	}
	.grada_beige_02{
		width: 90%;
	    height: 93%;
	}
	.inner.width70.fadeIn.animated{
		width: 85%;
	}
	.four_services_select_left.arrow{
		display: none;
	}
	.wos_center_con_02{
		width: 85%;
    	margin: 0 auto !important;
	}
	.inner_box{
		flex-direction: column;
	}
	.inner_box.left{
		width: 40%;
    	margin: 0 auto;
	}
	.small_text{
		margin-bottom: 1rem;
	}
	.all_height img{
		height: 70%;
	}
	#costmer_voice{
		margin-bottom: 30vh;
	}
	.common_wrap.all_height.fadeIn.animated{
		height: 70vh;
	}
	.sub_title_border{
		margin: 1rem 0 !important;
	}
	ul.common_menu_wrap.fadeIn.animated{
		margin-top: 10vh;
	}
	.card{
		width: calc((100% - 30px*1)/3);
		margin: 40px 5px;
	}
	.card__textbox{
		padding: 0;
	}
	.onsite_first_wrap{
	    width: 93vw;
	    top: 56vh;
	}
	.common_wrap.relative{
		margin-top: 16%;
	}

}

/******************** タブレット ********************/
@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.wrap{
		height: 65vh;
	}
	.firstview-title{
    left: 3vw;
    top: 13vmin;
    font-size: 4vw;
    line-height: 6vh;
	}
	.firstview-text{
    	left: -6rem;
	}
	
	.about-q__box{
		width: calc(100% / 3);
	}
	.solution-inner__sec{
		flex-direction: column-reverse;
	}
	.line-up__item{
	    max-width: calc(33%);
	}
	.contact-inner__left__wrap{
		width: 85%;
	}
	.solution-inner__text{
		padding: 1rem 0 2rem;
	}
	.black-color,
	.white-color{
		font-size: 2.5vw;
    	line-height: 5vh;
    	top: 47vmin;
	}
	img.notice-list__line{
    left: -4vw;
    height: inherit;
	}
	.notice-list__title{
		width: 22vw;
		left: 6vw;
		margin-right: 0;

	}
	.notice-list__textbox{
		margin-right: 3vw;
	}
	h2.elementor-heading-title.elementor-size-default {
    position: relative;
    top: -1.5rem;
	}
}

/******************** タブレットとモバイル ********************/
@media screen and (max-width : 1024px){
	.pc-only-br{
		display: none;
	}
	.elementor-3239 .elementor-element.elementor-element-7687f80d > .elementor-element-populated{
		padding: 0 !important;
	}
	.news_list li{
		display: flex;
	}
}
/******************* タブレットとPC *******************/
@media screen and (min-width: 600px){
	.sp-br{
		display: none;
	}
}
/****************** アニメーション *******************/
.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
@keyframes bgAnime{
	0%{
		opacity: 0.4;
		transform: scale(1.2, 1.2);
	}
	20%{
		opacity: 1;
	}
	100%{
		opacity: 1;
		transform: scale(1, 1)
	}
}
@keyframes zoom{
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.5);
   }
}