@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/********************
全体共通_調整
********************/

body {
  background-color: #f1f1f1;
  color: rgb(37, 37, 37);
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Hiragino sans,
    "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", -system-ui,
    sans-serif !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.53;
  overflow-wrap: break-word;
  word-break: normal;
}

object {
  pointer-events: none;
}

:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}

.dfont {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Hiragino sans,
    "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", -system-ui,
    sans-serif;
}

.entry-content p {
  margin: 0 0 1.64em;
}

.entry-content > p {
  line-height: 1.53;
}

.entry-content table thead tr {
  border-bottom: 1px solid #ebebeb;
}

img.fuchi-ari {
  border: 1px solid #ebebeb;
}

.quote-link {
  color: #a4a9ad;
  font-size: 0.672em;
  text-align: right;
  text-decoration: none;
}

/* 全体_調整_ヘッダー調整 */
#inner-header.wrap {
  max-width: 100%;
  width: 100%;
}

#logo {
  align-items: center;
  display: flex;
  padding: 0 10px;
}

#logo::before {
  height: 56px;
}

#logo a {
  color: #f3a712;
  display: flex;
  font-size: 28px;
  line-height: 1em;
  vertical-align: middle;
}

#logo img {
  height: 74px;
  padding: 0 !important;
}

#logo .subtitle {
  display: inline-flex;
  align-items: end;
  color: #555;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.26;
  margin: 0 1.3em;
  text-align: left;
}

#logo .header-link {
  display: flex;
  margin-left: auto;
  padding-top: 6px;
}

#logo .header-link img {
  max-height: 28px;
}

#logo .header-link .header-link__notification {
  display: flex;
  height: 42px;
  padding: 4px;
  position: relative;
  width: 42px;
}

#logo .header-link .header-link__user {
  display: flex;
  justify-content: flex-end;
  padding: 4px 0 4px 4px;
  width: 42px;
}

@media only screen and (min-width: 1240px) {
  .wrap,
  .maximg,
/*   .single #inner-content, */
  .page #inner-content,
  .inner-footer {
    display: block;
    width: 1010px;
  }
}

@media only screen and (min-width: 1030px) {
  #inner-header.wrap {
    max-width: 1010px;
  }

  .single .d-5of7,
  .post .d-5of7,
  .page .d-5of7 {
    padding-right: 1.2em;
  }

  .d-5of7 {
    width: 72%;
  }

  .d-2of7 {
    width: 28%;
  }
}

@media only screen and (min-width: 768px) {
  .header--center #logo {
    display: flex;
    padding: 2px 0;
  }
}

/* 全体_調整_フッター調整 */
.footer {
  background-color: #f1f1f1;
}

.footer #footer-menu a {
  color: #3c3c3c;
}

#footer-menu,
.drawer__title {
  background-color: transparent !important;
}

@media only screen and (min-width: 769px) {
  .fblock {
    width: 100%;
    font-size: 10px;
	}
}

/* 全体_調整_sangoのレスポンシブテーブルの幅を変更 */

.entry-content table.tb-responsive {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

/* 全体_調整_カードパーツ調整 */
.c_linkto .c_linkto_text {
  font-size: 0.9em;
  line-height: 1.53;
}

/* 全体_パーツ追加_オリジナルフラットボタン */
.btn.btn-orn {
  border: solid 2px #ff9800;
  border-radius: 3px;
  color: #ff9800;
  display: inline-block;
  padding: 0.3em 1em;
  text-align: center;
}

/********************
記事共通_調整
********************/

/* 記事_調整_パンくず・ページタイトル・日時調整 */
#breadcrumb {
  font-size: 13px;
  overflow-x: scroll;
  padding: 8px 15px 1px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #breadcrumb::-webkit-scrollbar {
    display: none;
  }
}

header #breadcrumb {
  background: #fff;
}

header nav ol {
  list-style: none;
  margin: 0 0 0.4em !important;
}

nav ol li a {
  color: gray !important;
  font-size: 13px;
}

header h1.single-title,
header h1.page-title {
  line-height: 1.4;
  margin: 0;
}

header div.entry-meta {
  font-size: 13px;
  padding: initial;
  margin: initial;
	
	
}

header.header.header--center {
  box-shadow: none !important;
}

.header-info a {
  font-size: 0.9em;
  padding: 4px 10px;
}

/* 記事_調整_テーブル・リンク・画像・ボタン */
.entry-content table ul {
  border: none;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content img {
  display: block;
  margin: 0 auto;
}

.entry-content .btn {
  margin: 0.5em 0.5em 1.5em 0;
  text-decoration: none;
}

/* 記事_調整_snsバーの縮小化 */
.sns-dif ul {
  background-color: #f1f1f1;
  margin: 0;
  padding: 7px 0 9px;
}

/* 記事_調整_見出しデザイン */
.entry-content h2 {
  background: #fff9f4; /* 背景色 */
  border: none;
  border-left: solid 5px #ff9800; /* 左線 */
  box-shadow: none;
  color: #252525;
  font-size: 1.3em;
  line-height: 1.4;
  margin: 2em 0 0.7em;
  padding: 0.5em; /* 文字まわり（上下左右）の余白 */
}

.entry-content h3 {
  background: none;
  border-bottom: solid 2px #252525;
  border-left: none;
  color: #252525;
  line-height: 1.38;
  margin: 2em 0 1em;
  padding: 0.2em 0;
}

/* sangoアプデのオーバーライド用 */
.entry-content h2.article-heading2 {
  font-size: 1.6em;
}

.entry-content h3.article-heading3 {
  border-color: #252525;
}

.entry-content h4 {
  border-left: solid 4px #ff9800;
  font-size: 1.1em;
  margin: 2em 0 0.7em;
  padding: 0.1em 0.4em;
}

/* 記事_調整_フォント装飾系 */
.bold {
  font-weight: 700;
}

.small,
#inner-content .small {
  font-size: 0.8em;
}

.blue {
  background: linear-gradient(transparent 80%, #e2eaff 80%);
  color: #252525;
  font-weight: 700;
}

h4.blue {
  border-left: none;
  display: inline-block;
  font-size: 1.1em;
  margin: 2px;
  padding: 0;
}

.red {
  background: linear-gradient(transparent 80%, #ffcac4 80%);
  color: #252525;
  font-weight: 700;
}

/* 記事_調整_引用枠 */
.entry-content .quote-source {
  color: rgba(66, 66, 66, 0.87);
  font-size: 0.8em;
  padding: 2px 0;
  text-align: right;
}

/* 記事_調整_目次パーツ */
#toc_container,
#ez-toc-container {
  font-size: 0.87em;
}

#toc_container .toc_list li a {
  text-decoration: unset;
}

#toc_container .toc_title::before,
.entry-content .ez-toc-title-container::before {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  left: -45px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: -6px;
  width: 40px;
}

#toc_container .toc_title,
.entry-content .ez-toc-title-container {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 45px;
  padding: 0 0 5px 10px;
  position: relative;
}

#toc_container ul,
#ez-toc-container ul {
  margin-top: 0.6em;
}

/* 記事_パーツ追加_ミニhタグ */
.post .entry-content .mini {
  background: initial;
  border-left: initial;
  border-left-style: initial;
  border-left-width: initial;
  color: #252525;
  font-size: 1em;
  line-height: 1.5;
  margin: 2em 0 0.7em;
  padding: 0;
}

/* 記事_パーツ追加_商品部分hタグ_旧 */
.entry-content h3.article-heading-product-title,
.entry-content h4.article-heading-product-title {
  background: none;
  border-bottom: solid 2px #252525;
  border-left: none;
  clear: both;
  line-height: 1.38;
  margin: 2em 0 0.7em;
  padding: 10px 0 10px 0;
}

.entry-content h4.article-heading-product-detail,
.entry-content h5.article-heading-product-detail {
  border-left: solid 4px #ff9800;
  display: inline-block;
  font-size: 1.1em;
  margin: 1em 0 0.7em;
  padding: 0.1em 0.4em;
  width: 100%;
}

/* 記事_パーツ追加_box共通ラベル */
.article-label {
  display: inline-block;
}

/* 記事_パーツ追加_box系 */
.article-box {
  margin: 2em 0;
  padding: 1.2em 1em 0;
}

.article-box p {
  margin: 0;
  padding: 0;
}

.article-box ul {
  background: transparent;
  border: 0;
  box-shadow: none;
  list-style-type: none !important;
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
  position: relative;
}

.article-box ul li {
  list-style-type: none !important;
  padding: 0.5em 0 0 0.5em;
}

.article-box ul li::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0.3em;
  position: absolute;
}

.article-box ol {
  background: transparent;
  border: 0;
  box-shadow: none;
  counter-reset: number;
  list-style-type: none !important;
  margin: 0 0 1em;
  padding: 0 0 0 1.4em;
}

.article-box ol li {
  line-height: 1.5;
  padding: 0.5em 0 0 0.5em;
  position: relative;
}

.article-box ol li::before {
  border-radius: 50%;
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 17px;
  left: -20px;
  line-height: 17px;
  position: absolute;
  text-align: center;
  top: 11px;
  vertical-align: middle;
  width: 17px;
}

.article-box li:last-child {
  margin-bottom: 1.6em;
}

/* 記事_パーツ追加_boxシンプル */
.article-box-simple {
  background: #fff;
  border: solid 2px rgba(68, 143, 163, 0.5);
  border-radius: 3px;
}

.article-box-simple .article-label {
  color: #448fa3;
}

.article-box-simple ul li::before {
  color: #448fa3;
}

.article-box-simple ol li::before {
  background: #448fa3;
  color: #fff;
}

/* 記事_パーツ追加boxまとめ */
.article-box-matome {
  background: #fff;
  border: solid 2px rgba(240, 135, 0, 0.5);
  border-radius: 3px;
}

.article-box-matome .article-label {
  color: #f08700;
}

.article-box-matome ul li::before {
  color: #f08700;
}

.article-box-matome ol li::before {
  background: #f08700;
  color: #fff;
}

/* 記事_パーツ追加_box補足 */
.article-box-hosoku {
  background: #fff;
  border: solid 2px rgba(164, 169, 173, 0.5);
  border-radius: 3px;
  font-size: 0.85em;
}

.article-box-hosoku p {
  margin: 0 0 1em;
  padding: 0;
}

.article-box-hosoku .article-label {
  color: #a4a9ad;
  font-size: 1em;
  margin: 0 0 0.5em;
}

.article-box-hosoku ul li::before {
  color: rgba(164, 169, 173, 0.5);
}

.article-box-hosoku ol li::before {
  background: rgba(164, 169, 173, 0.5);
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 15px;
  left: -16px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 9px;
  vertical-align: middle;
  width: 15px;
}

/* 記事_パーツ追加_モノシルの回答 */
.post .entry-content h3.monocil-answer {
  background: initial;
  border-bottom: initial;
  border-left: initial;
  border-left-style: initial;
  border-left-width: initial;
  color: #252525;
  font-size: 1em !important;
  line-height: 1.5;
  margin: 0.6em 0.8em;
  padding: 0;
}

.post .entry-content h4.monocil-answer {
  background: initial;
  border-left: initial;
  border-left-style: initial;
  border-left-width: initial;
  color: #252525;
  font-size: 1em !important;
  line-height: 1.5;
  margin: 0.6em 0.8em;
  padding: 0;
}

/* 記事_パーツ追加_box商品情報_旧(フライパン) */
.article-box-product {
  background: #f7f0f0;
  color: rgba(37, 37, 37, 0.87);
  margin: 2em 0;
  padding: 1.5em 1em;
}

.article-box-product li {
  font-size: 0.8em;
  margin-bottom: -0.4em;
}

/* 記事_パーツ追加_商品情報_旧(シャンプー〜ファンデ) */
.entry-content .product-info table {
  font-size: 12px;
  padding: 0.2rem !important;
}

.entry-content .product-info th {
  font-size: 12px;
  padding: 2px 4px !important;
}

.entry-content .product-info td {
  font-size: 12px;
  min-width: 68px;
  padding: 1px 3px !important;
}

/* 記事_パーツ追加_専門家セリフパーツ */

.specialist-comment {
  font-size: 0.85em;
  margin-bottom: 1em;
}

.specialist-comment-img {
  border-radius: 40px;
  float: left;
  height: 70px;
  margin-right: 10px;
  width: 70px;
}

.specialist-comment-img img {
  border: solid 2px #ebebeb !important;
  border-radius: 50%;
  margin: 0;
  max-width: 60px;
  min-width: 60px;
  object-fit: contain;
}

.specialist-comment-name {
  color: rgba(66, 66, 66, 0.87);
  font-size: 11px;
}

.specialist-comment-name p {
  font-size: 11px;
  margin: 0;
}

.specialist-comment-text {
  background: white;
  border: 2px solid #ebebeb;
  border-radius: 3px;
  color: rgba(66, 66, 66, 0.87);
  display: inline-block;
  margin: 15px 0;
  padding: 15px;
  position: relative;
  width: 100%;
}

.specialist-comment-text p:last-child {
  margin-bottom: 0 !important;
}

.specialist-comment .specialist-comment-text::before {
  border: 12px solid transparent;
  border-bottom: 13px solid #ebebeb;
  left: 21px;
  top: -25px;
}

.specialist-comment-text::before {
  content: "";
  position: absolute;
  top: 15px;
}

.specialist-comment .specialist-comment-text::after {
  border: 10px solid transparent;
  border-bottom: 12px solid #fff !important;
  left: 23px;
  top: -20px;
}

.specialist-comment-text::after {
  content: "";
  position: absolute;
  top: 15px;
}

/* 記事_パーツ追加_専門家プロフィール */
.specialist-prof {
  border: 1px solid #efefef;
  box-sizing: border-box;
  display: table-cell;
  padding: 14px 10px;
  vertical-align: top;
  width: 100%;
}

.specialist-prof-head {
  align-items: center;
  display: flex;
}

.specialist-prof-img {
  border-radius: 40px;
  float: left;
  height: 70px;
  margin-right: 10px;
  width: 70px;
}

.specialist-prof-img img {
  border: solid 2px #ebebeb !important;
  border-radius: 50%;
  margin: 0;
  object-fit: contain;
}

.specialist-prof-right {
  color: rgba(66, 66, 66, 0.87);
  padding: 9px 0 0;
  width: calc(100% - 70px);
}

.specialist-prof-right .specialist-prof-title {
  font-size: 0.85em;
  line-height: 1.1em;
  margin: 0 0 0.1em !important;
}

.specialist-prof-right .specialist-prof-name {
  font-weight: 700;
  margin: 0 0 0.1em !important;
}

.specialist-prof-text {
  color: rgba(66, 66, 66, 0.87);
  display: inline-block;
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  padding: 10px 5px 0;
  position: relative;
  width: 100%;
}

.specialist-prof-text {
  font-size: 11px;
}

.related-posts li .specialist-prof-text a {
  color: #0099e8;
  display: inline-block;
}

.specialist-prof-text p:last-child {
  margin-bottom: 0 !important;
}

.page .page-content .specialist-prof {
  border: none;
  padding: 0;
}

.page .page-content .specialist-prof-text {
  padding: 10px 0 0;
}

/* 専門家snsアイコン一覧用 */

ul.list-sns {
  border: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-sns li {
  display: inline-block;
  padding: 5px 28px 0 2px !important;
}

.list-sns li a {
  color: rgba(66, 66, 66, 0.87);
  font-weight: bold;
  text-decoration: none;
}

/* 新型記事用 */

/* 記事_調整_新型_テーブル調整 */
.entry-content table {
  border: 1px solid #ebebeb;
}

.entry-content table tr:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.entry-content table tr:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.entry-content table th {
  background-color: #fcfcfc;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  font-size: 0.85em;
  text-align: center;
}

.entry-content table th:last-child {
  border-right: 1px solid #ebebeb;
}

.entry-content table td {
  border-right: 1px solid #ebebeb;
  font-size: 0.85em;
}

.entry-content table td:last-child {
  border-right: 1px solid #ebebeb;
}

/* 記事_パーツ追加_新型_下線付き見出し追加 */
#inner-content .hh1 {
  background: 0 0;
  border-bottom: solid 2px #252525;
  border-left: none;
  color: #252525;
  line-height: 1.4;
  margin: 2em 0 1em;
  padding: 0.2em 0;
}

#inner-content p.hh1 {
  font-size: 1.2em;
}

/* 記事_調整_新型_専門家フォント調整 */
.specialist-comment {
  font-size: 0.85em;
  line-height: 1.4;
  margin-bottom: 0;
}

.specialist-comment-context {
  padding: 12px !important;
}

/* 記事_パーツ追加_新型_スライドパーツ */
.related-posts.slide.slide-list {
  display: flex;
  margin-bottom: 1em;
  min-width: 290px;
}

.related-posts.slide.slide-list ul {
  -scroll-behavior: smooth;
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  -scroll-snap-type: x mandatory;
}

.related-posts.slide ul::after {
  content: none;
  min-width: initial;
}

.related-posts.slide.slide-list ul li {
  display: flex;
  margin: 8px;
  max-width: 240px;
  min-width: 240px;
}

.page-type-db .related-posts li a.slide-anchor-link {
  font-size: 12px;
  margin: 2em 0 0;
}

@media only screen and (min-width: 360px) {
  .related-posts.slide.slide-list ul li {
    max-width: 300px;
    min-width: 300px;
  }
}

@media only screen and (min-width: 1030px) {
  .related-posts.slide-list li {
    margin: 1em 1.5%;
  }
}

/* 記事_パーツ追加_新型_スライド商品一覧用 */
.slide-list-product {
  margin: 1em 0;
}

.slide-list-product span.bold {
  font-size: 0.85em;
}

.related-posts.slide.slide-list-product ul {
  -scroll-behavior: smooth;
  border: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  -scroll-snap-type: x mandatory;	
}

.related-posts.slide.slide-list-product ul li {
  border-right: 1px solid #ebebeb;
  margin: 0 0 0 6px;
  max-width: 200px;
  min-width: 200px;
  text-align: center;
}

.related-posts.slide.slide-list-product ul li:last-child {
  border-right: none;
}

.slide-list-product li a:hover img {
  box-shadow: none;
  transform: none;
}

/* 新型記事商品パート部分 */

/* 記事_調整_新型_プラグインwpapデザイン */
.wpap-tpl-original {
  background-color: #fff;
  display: block;
  line-height: 1.2;
  margin: 0 0 1em;
  max-width: 100%;
  position: relative;
  text-decoration: none;
}

.wpap-tpl-original .wpap-image img {
  display: block;
  height: auto;
  max-height: 150px;
  max-width: 150px;
  width: auto;
}

.wpap-tpl-original .wpap-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 2px;
  text-align: center;
}

.table-comp .wpap-tpl-original .wpap-title {
  font-size: 12px;
  line-height: 1.24;
  white-space: normal;
}

.wpap-tpl-original .wpap-title a {
  color: #252525;
  text-decoration: unset;
}

.wpap-tpl-original .wpap-price {
  color: #f33712;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.9;
  margin-top: 5px;
  text-align: center;
}

.wpap-tpl-original .wpap-quote-source {
  color: #55565a;
  font-size: 9px;
  font-weight: initial;
}

.wpap-tpl-original .wpap-link {
  clear: both;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px 0;
  padding: 6px 0;
  text-align: center;
}

.table-comp .wpap-tpl-original .wpap-link {
  display: inherit;
}

.wpap-tpl-original .wpap-link a,
.table-comp .button,
.related-posts.slide-list-product .button {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  margin: 4px;
  max-width: 225px;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.table-comp .wpap-tpl-original .wpap-link a {
  margin: 0 auto 10px;
}

.table-comp .wpap-tpl-original .wpap-link a.wpap-link-yahoo {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .wpap-tpl-original .wpap-link a {
    padding: 6px;
    width: 100%;
  }
}

.wpap-tpl-original .wpap-link a.wpap-link-amazon {
  background-color: #f90;
}

.wpap-tpl-original .wpap-link a.wpap-link-rakuten {
  background-color: #bf0000;
}

.wpap-tpl-original .wpap-link a.wpap-link-yahoo {
  background-color: #ff0027;
}

.wpap-tpl-original .wpap-link a.wpap-link-official {
  background-color: #125ef3;
  font-size: 15px;
}

.table-comp .button,
.related-posts.slide-list-product .button {
  background-color: #f90;
  font-size: 14px;
  margin: 0 auto;
  max-width: 142px;
}

.slide-list-product .wpap-tpl-original {
  font-size: 0.85em;
  height: auto;
  margin: 0.1em 0;
  overflow: inherit;
  padding: 0.6em 1em;
  width: 190px;
}

.slide-list-product .wpap-tpl-original .wpap-link a {
  height: 44px;
  margin: 0 0 10px;
}

.related-posts.slide-list-product .button {
  margin: 0 0.9em 1em 1.5em;
}

.slide-list-product .wpap-tpl-original .wpap-image img {
  margin: 20px auto;
  max-height: 90px;
  max-width: 108px;
}

.slide-list-product .wpap-tpl-original .wpap-title {
  color: #252525;
  font-size: 0.9em;
  line-height: 1.24;
}

.slide-list-product .wpap-tpl-original .wpap-link {
  display: inherit;
}

/* 記事_パーツ追加_新型_商品詳細バッジ */
.product-badge {
  display: flex;

  margin: 0 0 0.6em;
  width: 100%;
}

.product-badge ul {
  border: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-badge ul li {
  align-items: center;
  background: transparent no-repeat 2px 3px;
  background-size: 18px 18px;
  border: 1px solid #4b4b4b;
  border-radius: 3px;
  box-sizing: border-box;
  color: #4b4b4b;
  display: flex;
  float: left;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  margin: 2px;
  padding: 4px 6px 3px 8px;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

.product-badge ul li img {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}

.product-badge ul li svg {
  height: 16px !important;
  margin-right: 4px !important;
  width: 16px !important;
}

/* 記事_パーツ追加_新型_商品詳細点灯バー */
.product-bar {
  margin: 0.1em 0 1em;
  width: 100%;
}

.product-bar ul {
  border: 0;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-bar ul li {
  background: transparent;
  border: 1px solid rgba(142, 144, 150, 0.3);
  border-radius: 1px;
  box-sizing: border-box;
  color: rgba(142, 144, 150, 0.3);
  float: left;
  font-size: 12px;
  margin: 0 auto;
  padding: 3px 1px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.product-bar ul li.small {
  font-size: 11px !important;
  padding-top: 5px;
}

.product-bar ul li.is-1-yes,
.product-bar ul li.is-2-yes,
.product-bar ul li.is-3-yes,
.product-bar ul li.is-4-yes,
.product-bar ul li.is-5-yes {
  background-color: #55565a;
  border-bottom: 1px solid #55565a;
  border-top: 1px solid #55565a;
  color: #fff;
  font-weight: 700;
}

.product-bar ul li.is-1-yes + li.is-2-yes,
.product-bar ul li.is-2-yes + li.is-3-yes,
.product-bar ul li.is-3-yes + li.is-4-yes,
.product-bar ul li.is-4-yes + li.is-5-yes {
  border-left: 1px solid #fff;
}

.product-bar ul li.is-1-no + li.is-2-no,
.product-bar ul li.is-2-no + li.is-3-no,
.product-bar ul li.is-3-no + li.is-4-no,
.product-bar ul li.is-4-no + li.is-5-no {
  border-left: none;
}

@media screen and (min-width: 481px) {
  .product-bar ul li {
    font-size: 12px;
  }
}

/* 記事_パーツ追加_新型_商品詳細まるばつテーブル */
table.marubatsu-table {
  line-height: 1.3;
  margin: 0 0 0.9em;
  table-layout: fixed;
}

.marubatsu-table td {
  text-align: center;
}

.marubatsu-table img.maru {
  max-width: 13px;
  min-width: 13px;
}

.marubatsu-table img.batsu {
  max-width: 11px;
  min-width: 11px;
}

/* 記事_パーツ追加_新型_商品詳細評価テーブル */
table.table-product-eval {
  line-height: 1.3;
  margin: 0 0 0.9em;
  table-layout: fixed;
}

.table-product-eval tr {
  height: 33px;
}

.table-product-eval td {
  text-align: center;
  width: 40px;
}

.table-product-eval .eval-total {
  color: #f78670;
  font-size: 15px;
  font-weight: 700;
}

.eval-s {
  color: #ffd400;
  font-size: 18px;
  font-weight: 700;
  -webkit-text-stroke: 0.1px #999;
  text-stroke: 0.1px #999;
}

.eval-a {
  color: #ff0054;
  font-size: 16px;
  font-weight: 700;
}

.eval-b {
  color: #f33712;
  font-size: 15px;
  font-weight: 700;
}

.eval-c {
  color: #ff9800;
  font-size: 14px;
  font-weight: 700;
}

.eval-d {
  color: #1c77c3;
  font-size: 13px;
  font-weight: 700;
}

.table-product-eval .rate-star {
  padding: 1px 0 0;
  vertical-align: top;
  width: 90px;
}

.rate-star {
  color: #ebebeb;
}

.rate-star .fa,
.rate-star .fa-star-half-alt {
  color: #ff9800;
}

.review-rate img {
  display: inline-block;
}

/* 記事_パーツ追加_新型_モノシル編集部コメントパーツ */
.comment-box {
  border: 1px solid #ebebeb;
  margin: 1em 0;
  position: relative;
}

.comment-box-title {
  font-size: 0.9em;
  font-weight: 700;
  padding: 1.2em 0.8em 0.4em;
}

.entry-content .comment-box ul {
  border: none;
  border-radius: 0;
  font-size: 0.9em;
  margin: 0;
  padding: 0 0.8em 1em 2.2em;
}

.entry-content .comment-box ol {
  border: none;
  border-radius: 0;
  font-size: 0.9em;
  margin: 0;
  padding: 0.3em 0.8em 1em 2.4em;
}

/* 記事_パーツ追加_新型_商品詳細情報テーブル(ショトコ化するなら仮) */
.entry-content table.table-product-info {
  font-size: 12px;
  margin-bottom: 0.9em;
  padding: 0.2rem !important;
  table-layout: auto;
}

.entry-content .table-product-info th {
  font-size: 12px;
  padding: 2px 4px;
}

.entry-content .table-product-info td {
  font-size: 12px;
  min-width: 90px;
  padding: 2px 3px;
}

.entry-content .table-product-info .accordion {
  margin: 0.1em 0 0.2em;
  padding: 0;
}

.entry-content .table-product-info .accordion label {
  border: none;
  border-radius: inherit;
  color: #a4a9ad;
  font-weight: 700;
  padding: 0;
  transition: none;
}

.entry-content .table-product-info .accordion label::after {
  color: #a4a9ad;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  position: initial;
  right: 0;
  top: 0;
}

/* 記事_パーツ追加_新型_商品詳細情報テーブル内アコーディオン */
.product-info .accordion {
  border-top: solid 1px #ebebeb;
  margin: 0.1em 0 0.2em;
  padding: 3px 0 0;
}

.product-info .accordion label {
  border: none;
  border-radius: inherit;
  font-weight: 400;
  padding: 0;
  transition: none;
}

.product-info .accordion label::after {
  top: -1px;
}

.product-info .accordion_input:checked + label {
  background: #fff !important;
}

/* 記事_パーツ追加_比較表 */
.type-page table.table-comp td {
  min-width: 165px;
}

.type-page table.table-comp img {
  display: block;
  height: auto;
  max-height: 150px;
  max-width: 150px;
  object-fit: contain;
}

/* 記事_パーツ追加_商品画像swiper */
#wrapper {
  margin: 20px auto;
  max-width: 300px;
}

.swiper-slide {
  align-items: center;
  display: flex;
  height: auto;
  min-height: 200px;
}

.swiper-container .swiper-wrapper img {
  max-height: 250px;
  width: auto;
}

.swiper-container .thumblist {
  border: none;
  display: flex;
  list-style-type: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow-x: scroll;
  padding: 0;
  scrollbar-width: none;
  white-space: nowrap;
}

.swiper-container .thumblist::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.swiper-container .thumblist::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

.swiper-container .thumblist::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 1px;
  box-shadow: inset 0 0 0 2px #fff;
}

.swiper-container .thumblist-item {
  align-items: center;
  background-color: transparent;
  border: 1px solid #ebebeb;
  cursor: pointer;
  display: flex;
  flex: none;
  height: 61px;
  justify-content: center;
  margin: 2%;
  padding: 0;
  width: 61px;
}

.swiper-container .thumblist-item img {
  height: auto;
  max-height: 60px;
  max-width: 60px;
  object-fit: cover;
  opacity: 0.5;
  padding: 0;
  width: auto;
}

.swiper-container .thumblist-item.current img {
  opacity: 1;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 0;
  top: 39%;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: 39%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #454545;
  font-size: 100% !important;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  color: #454545;
  font-size: 100% !important;
}

/* デザイン新パターン1 */
body .new-model_1 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Hiragino sans,
    "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", -system-ui,
    sans-serif;
  font-size: 16px;
  line-height: 1.53;
}

.new-model_1 .entry-content p {
  margin: 0 0 1.64em;
}

.new-model_1 .entry-content > p {
  line-height: 1.53;
}

/* デザイン新パターン2 */

body .new-model_2 {
  font-size: 94%;
  line-height: 1.6;
}

.new-model_2 .entry-content p {
  margin: 0 0 1.64em;
}

.new-model_2 .entry-content > p {
  line-height: 1.53;
}

/* デザイン新パターン3 */

body .new-model_3 {
  font-size: 15px;
  line-height: 1.68;
}

.new-model_3 .entry-content p {
  margin: 0 0 1.8em;
}

.new-model_3 .entry-content > p {
  line-height: 1.49;
}

.new-models .article-box-simple,
.new-models .article-box-matome {
  background: #f7f9f9;
  border: none;
  border-radius: 1px;
  margin: 1em 0;
  padding: 1.2em 1em 0.2em;
  position: relative;
}

.new-models .article-box-simple .article-label,
.new-models .article-box-matome .article-label {
  color: #ff9800;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 0.5em;
  padding: 0.2em 0;
}

.new-models .article-box-simple .article-label::before,
.new-models .article-box-matome .article-label::before {
  color: #ff9800;
  content: none;
  font-family: "Font Awesome 5 Free";
  font-size: 1.3em;
  font-weight: 900;
  left: 1px;
  padding: 0 0 0 0.6em;
  position: absolute;
  top: 18px;
}

.new-models .article-box-simple ul,
.new-models .article-box-matome ul,
.new-models .article-box-simple ol,
.new-models .article-box-matome ol {
  border: none;
  border-radius: 1px;
  font-size: 1em;
  line-height: 1.4;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.new-models .article-box-simple ul li,
.new-models .article-box-matome ul li,
.new-models .article-box-simple ol li,
.new-models .article-box-matome ol li {
  padding: 0.3em 0.4em 0.2em 1.4em;
}

.new-models .article-box-simple ul li::before,
.new-models .article-box-matome ul li::before {
  color: #ff9800;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 1px;
  position: absolute;
}

.new-models .article-box-simple ol li::before,
.new-models .article-box-matome ol li::before {
  background: #ff9800;
  color: #fff;
  left: -1px;
  top: 8px;
}

.new-models .small,
#inner-content .new-models .small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.52;
}

#inner-content .new-models ul .btn {
  font-size: 14px;
  margin: 1.2em 1.5em 1em 0;
}

.new-models .specialist-comment-text {
  border-radius: 1px;
}

.new-models .product-badge ul li {
  border: 1px solid #ebebeb;
  border-radius: 1px;
}

.new-models .grad3 {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 16px;
}

.new-models .comment-box {
  background: #f7f9f9;
  border: none;
  margin: 1em 0;
  position: relative;
}

.entry-content .new-models table th {
  background-color: #f7f9f9;
}

/* 記事_パーツ追加_専門家ページ上部余白調整_ */
.category-specialists .article-header {
  margin-bottom: 0;
}

/* 記事_パーツ追加_専門家ページ用口コミカード_ */

h2.list-sns {
  background: transparent;
  border: none;
  box-shadow: none;
  color: rgba(66, 66, 66, 0.87);
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0 4px;
  padding: 0;
}

.review-card {
  background-color: #fff;
  display: table-cell;
  padding: 14px 10px;
  vertical-align: top;
  width: 100%;
}

.review-card .wpap-image {
  display: flex;
  height: 150px;
  margin: auto;
  width: 150px;
}

.review-card .wpap-tpl-original .wpap-image img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 130px;
  width: auto;
}

.review-card .wpap-tpl-original .wpap-title {
  font-size: 14px;
  font-weight: 700;
  margin: auto 0;
}

.related-posts.slide.slide-list ul {
  padding: 0;
}

.related-posts.slide.slide-list ul li.list-review-card {
  border-radius: 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  max-width: 240px;
  min-width: 240px;
}

.review-card-text {
  border-radius: 10px;
  color: rgba(66, 66, 66, 0.87);
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 10px 5px 0;
  position: relative;
  width: 100%;
}

.review-card-text p:last-child {
  margin-bottom: 0 !important;
}

/* データベース型化粧水おすすめ記事 && 展開用用データベース型も使っているため注意 */

body .page-type-db #entry {
  background-color: #fff;
}

.page-type-db .margin-1-auto {
  margin: 1em auto;
}

.page-type-db .container {
  background: #fff;
  margin: 0 auto;
  padding: 25px 15px;
}

.page-type-db .header-container {
  background: #fff;
  margin: 0 auto;
  padding: 20px 15px;
}

.page-type-db .border-top {
  border-top: 1px solid #ebebeb;
}

.page-type-db .border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.page-type-db .divider {
  margin: 10px;
}

.page-type-db #breadcrumb {
  padding: 0;
}

.page-type-db .title {
  font-size: 1.4em;
  line-height: 1.46;
  margin: 0;
}

.page-type-db h1.title {
  font-size: 1.4em;
  line-height: 1.3;
}

.page-type-db p.title {
  background: 0 0;
  border-bottom: none;
  border-left: none;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.38;
  margin: 0.1em 0 0;
  padding: 0;
}

.page-type-db .header-container p.subtitle {
  font-size: 0.8em;
  margin: 0;
  margin-top: -2px;
}

.page-type-db .is-small {
  font-size: 0.8em;
}

.page-type-db .is-text-align-right {
  text-align: right;
}

.page-type-db .bg-white {
  background: #fff;
  padding: 10px 0;
}

.page-type-db .is-padding-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.page-type-db h2 {
  background: 0 0;
  border-bottom: none;
  border-left: none;
  font-size: 1.4em;
  line-height: 1.4;
  margin: 1em 0;
  padding: 0.2em 0;
}

.page-type-db h3 {
  background: 0 0;
  border-bottom: none;
  border-left: none;
  font-size: 1.2em;
  line-height: 1.38;
  margin: 0;
  padding: 0;
}

.page-type-db .product-container_has-rank h3 {
  margin: 1em 0 0;
}

.page-type-db h3.article-heading-product-title,
.page-type-db h3.article-heading3 {
  border-bottom: solid 2px #252525;
  margin: 0 0 0.7em;
}

.page-type-db .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.page-type-db header .header-thumbnail {
  margin: 0 0 10px;
  min-height: 190px;
}

.page-type-db header img {
  margin: 0;
  width: 100%;
}

.page-type-db .btn-switch {
  align-items: center;
  border: #b5b5b5 1px solid;
  border-radius: 290486px;
  color: #90969a;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  margin: 8px;
  padding: 1em 1.6em;
  padding-bottom: calc(0.5em - 0);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 0);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.page-type-db .btn-switch.is-active {
  background-color: #ffe0b2;
  border: #ffe0b2 1px solid;
  color: #bf360c;
  font-weight: bold;
}

.page-type-db .btn-switch-txt {
  margin: 2px 0 0;
}

.page-type-db .btn-switch svg {
  margin-right: 4px;
}

.page-type-db .product-container {
  background: #fff;
  margin: 0 0 10px;
  position: relative;
}

.page-type-db .toc-container {
  background: #fff;
}

.page-type-db .anchor-list {
  background: #fff;
  -scroll-behavior: smooth;
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  -scroll-snap-type: x mandatory;
}

.page-type-db .anchor-list li {
  align-items: center;
  border: solid 1px #ff9800;
  border-radius: 40px;
  display: inline-flex;
  flex-flow: wrap;
  font-size: 13px;
  font-weight: bold;
  justify-content: space-around;
  list-style-type: none;
  margin: 0 0 0 15px;
  min-height: 70px;
  min-width: 70px;
  padding: 5px 0;
}

.page-type-db .anchor-list li a {
  color: #ff9800;
  text-align: center;
  text-decoration: none;
}

.page-type-db .slide-container {
  background: #fff;
  -scroll-behavior: smooth;
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: -6px auto 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 15px;
  -scroll-snap-type: x mandatory;
}

.page-type-db .slide-wrapper {
  background: #fff;
  border: none;
  border-radius: 0;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 6px 0 0 0;
}

.page-type-db .product-card {
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  font-size: 90%;
  margin: 10px 15px;
  min-width: 300px;
  padding: 10px 15px;
  position: relative;
}

.page-type-db .product-card::before {
  border-bottom: 2.8em solid transparent;
  border-left: 3em solid #fff3e0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}

.page-type-db .product-card::after {
  color: #bdbdbd;
  display: block;
  font-weight: bold;
  left: 7px;
  min-width: 20px;
  position: absolute;
  top: 4px;
  z-index: 100;
}

.page-type-db .card-wrapper-img,
.page-type-db .card-img-wrapper {
  max-height: 180px;
  text-align: center;
}

.page-type-db .card-wrapper-img img,
.page-type-db .card-img-wrapper img {
  max-height: 180px;
}

.page-type-db .product-card .table-product-eval tr {
  height: 26px;
}

.page-type-db .product-container_has-rank::before,
.page-type-db .product-card::before {
  border-bottom: 2.8em solid transparent;
  border-left: 3em solid #bdbdbd;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}

.page-type-db .product-container.product-container_no-number::before,
.page-type-db .product-card_no-number::before {
  content: none;
}

.page-type-db .product-container_has-rank::after,
.page-type-db .product-card::after {
  color: #fff;
  display: block;
  font-weight: bold;
  left: 7px;
  position: absolute;
  top: 4px;
  z-index: 100;
}

.page-type-db .product-container.is-hidden {
  display: none;
  height: 0;
  margin: 0;
}

.page-type-db .product-wrapper {
  background: #fff;
  margin: 0 auto;
  padding: 30px 15px;
}

.page-type-db .product-header-title {
  margin: 0 0 1em;
}

.page-type-db .product-header-subtitle {
  margin: 2.4em 0 0;
}

.page-type-db .see-more-txt {
  color: #ff9800;
  display: inline-block;
  font-weight: 700;
  margin: 0 auto;
  padding: 15px 0 5px;
}

.page-type-db .product-container_has-rank_1::before,
.page-type-db .product-card-rank1::before {
  border-left: 3em solid #ff9800;
}

.page-type-db .product-container_has-rank_1::after,
.page-type-db .product-card-rank1::after {
  color: #fff;
  content: "1";
}

.page-type-db .product-container_has-rank_2::after,
.page-type-db .product-card-rank2::after {
  color: #fff;
  content: "2";
}

.page-type-db .product-container_has-rank_3::after {
  content: "3";
}

.page-type-db .product-container_has-rank_3::after,
.page-type-db .product-card-rank3::after {
  color: #fff;
  content: "3";
}

.page-type-db .btns-wrapper {
  clear: both;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px 0 0;
  padding: 6px 0 0;
  text-align: center;
}

.page-type-db .btn-wrapper {
  padding: 4px;
  width: 100%;
}

.page-type-db .product-card .btn-wrapper .btn-ec-link {
  box-shadow: none;
}

.page-type-db .btn-wrapper .btn-ec-link {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 300px;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.page-type-db .btn-wrapper .btn-ec-link-amazon {
  background-color: #f90;
  font-size: 15px;
}

.page-type-db .btn-wrapper .btn-ec-link-rakuten {
  background-color: #bf0000;
  font-size: 15px;
}

.page-type-db .btn-wrapper .btn-ec-link-official {
  background-color: #125ef3;
  font-size: 15px;
}

.page-type-db .btn-wrapper .txt-price {
  color: #f33712;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.9;
  margin: 0.7em 0 0;
  text-align: center;
}

.page-type-db .rate-star-wrapper {
  margin: 0 0 0.5em;
}

.page-type-db .product-container_rate-wrapper {
  display: flex;
  line-height: 1.2;
}

.page-type-db .rate-star {
  margin: 0 5px 0 0;
  width: auto;
}

.page-type-db .rate-star img {
  display: inline-block;
}

.page-type-db .eval-total {
  color: #ff9800;
  font-weight: bold;
  line-height: 1.25;
  vertical-align: middle;
}

.page-type-db .roduct-container_price {
  color: #f33712;
}

.page-type-db .badge-list {
  border: 0;
  float: left;
  list-style-type: none;
  margin: 1.8em 0 0.9em;
  padding: 0;
  width: 100%;
}

.page-type-db .badge-list-item {
  border: 1px solid #4b4b4b;
  border-radius: 3px;
  box-sizing: border-box;
  color: #4b4b4b;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin: 2px;
  padding: 4px 6px 3px 8px;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

.page-type-db .badge-list-item img {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 5px;
  max-height: 17px;
}

.page-type-db .spec-container {
  background: #fff;
  padding: 0;
}

.page-type-db .spec-container h4 {
  margin: 0 15px 10px;
}

.page-type-db .specialist-comment-text {
  border-radius: 3px;
}

.page-type-db .related-posts.slide.slide-list ul li {
  margin: 0;
  max-width: 320px;
  min-width: 320px;
  padding: 0;
}

.page-type-db .related-posts.slide.slide-list ul li:last-child {
  margin: 0 15px 0 0;
}

.page-type-db .related-posts.slide.slide-list ul li:first-child {
  margin: 0 0 0 15px;
}

.page-type-db
  .product-container_no-number
  .related-posts.slide.slide-list
  ul
  li:first-child {
  margin: 0;
}

.page-type-db .related-posts.slide.slide-list .c_linkto,
.page-type-db .related-posts.slide.slide-list .specialist-comment {
  max-width: 300px;
  min-width: 300px;
}

.page-type-db .recommend-link-list {
  border: none;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 16px 0;
}

.page-type-db .recommend-link-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-type-db .recommend-link-list a {
  border: 1px solid #ebebeb;
  border-radius: 50px;
  color: #252525;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 10px 20px;
  text-decoration: none;
}

.page-type-db a.btn-simple {
  border: 1px solid #ebebeb;
  border-radius: 50px;
  color: #252525;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 1em auto;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.page-type-db a.btn-simple:hover {
  color: #252525;
}

.page-type-db a.btn-simple .fa-angle-up {
  position: absolute;
  right: 16px;
  top: 16px;
}

.page-type-db .slide-card {
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  font-size: 0.8em;
  margin: 0 15px 10px 0;
  max-width: 315px;
  min-width: 315px;
  padding: 15px;
  position: relative;
}

.page-type-db .slide-card p {
  margin: 0 0 0.9em;
}

.page-type-db .slide-card p.title {
  background: linear-gradient(transparent 80%, #e2eaff 80%);
  color: #252525;
  display: unset;
  font-size: 1em;
  font-weight: 700;
}

.page-type-db .slide-card img {
  margin: 0.6em 0;
}

.page-type-db .see-detail-link-wrapper {
  background-color: #fff;
  padding: 10px 15px;
  text-align: right;
}

.page-type-db .see-detail-link-wrapper a {
  background-color: #fff;
  color: #a4a9ad;
  font-size: 0.8em;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.page-type-db .kensho-container {
  background-color: #fff;
}

.page-type-db .kensho-container_title {
  background: 0 0;
  border-bottom: none;
  border-left: none;
  color: #a4a9ad;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0.1em 0;
  padding: 0;
  text-align: center;
}

.page-type-db .kensho-container_txt {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

.page-type-db .kensho-container_txt p {
  margin: 0;
}

.page-type-db .kensho-container_img-wrapper {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  overflow: hidden;
}

.page-type-db .kensho-container_img-wrapper img {
  display: inline-block;
  height: auto;
  margin: 0;
  max-height: 130px;
  min-height: 64px;
  padding: 0;
  width: calc(100% / 4);
}

.page-type-db .kensho-container .accordion {
  background-color: #fff;
  border-bottom: solid 1px #ebebeb;
  margin: 0;
}

.page-type-db .kensho-container .accordion label {
  border: none;
}

.page-type-db .kensho-container .accordion label:hover {
  background: #fff;
}

.page-type-db .kensho-container .accordion label::after {
  color: #a4a9ad;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  font-weight: 900;
}

.page-type-db .kensho-container .accordion_input:checked + label {
  background: #fff;
}

.page-type-db .kensho-container .accordion_input:checked + label::after {
  content: "\f106";
}

.page-type-db .kensho-container .accordion label h3 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.page-type-db .kensho-container .accordion_content {
  display: flex;
  padding: 0 15px;
  transition: 0.4s;
}

.page-type-db .kensho-container .accordion_content img {
  margin: 2px 10px auto auto;
  max-height: 90px;
  max-width: 120px;
  width: auto;
}

.page-type-db .kensho-container .accordion_content p {
  font-size: 1em;
  margin: 0 0 1.6em;
}

.page-type-db .footer-contents {
  padding: 25px 0;
}

.page-type-db .footer-contents .footer-meta,
.page-type-db .footer-contents .related-posts ul {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .page-type-db .container,
  .page-type-db .product-wrapper,
  .page-type-db .header-container,
  .page-type-db .toc-container,
  .page-type-db .slide-container,
  .page-type-db .related-posts.slide.slide-list .slide-container,
  .page-type-db .cell,
  .page-type-db .kensho-container_title,
  .page-type-db .kensho-container .accordion label,
  .page-type-db .kensho-container .accordion_content,
  .page-type-db .see-detail-link-wrapper {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .page-type-db .internal-link-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-type-db .spec-container h4 {
    margin: 0 40px 10px;
  }

  .page-type-db .related-posts.slide.slide-list ul li:first-child {
    margin: 0 0 0 40px;
  }

  .page-type-db .kensho-container_img-wrapper img {
    min-height: 130px;
  }

  .page-type-db .accordion label::after {
    right: 40px;
  }

  .page-type-db .kensho-container .accordion_content img {
    padding: 0 0 1em;
  }

  .page-type-db .footer-contents .footer-meta,
  .page-type-db .footer-contents .related-posts ul {
    padding: 5px 15px;
  }

  .page-type-db header .header-thumbnail {
    min-height: 300px;
  }
}

@media only screen and (min-width: 1030px) {
  .page-type-db header .header-thumbnail {
    min-height: 370px;
  }
}
.page-type-db .shtb2 {
  margin: 0;
}

.page-type-db .cell {
  padding: 5px 15px 20px;
}

/* データベース型ページで個別ページのパーツを使用する：一覧がすべて商品DBからの配信になると必要ない */
.page-type-db .container-item {
  background: #fff;
  margin: 0 auto;
  padding: 15px 0 0;
}

.page-type-db .btn-link-container {
  -webkit-align-items: center;
  align-items: center;
  clear: both;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px 0 0;
  padding: 6px 0;
  text-align: center;
}

.page-type-db .btn-link-wrapper {
  margin: 0 4px;
  width: 100%;
}

.page-type-db .btn-link-container_img {
  margin: 2em auto 0;
}

.page-type-db .btn-link_ec {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 100%;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.page-type-db .btn-link_ec_official {
  background-color: #125ef3;
}

.page-type-db .related-container .btn-link_ec {
  height: auto;
}

.page-type-db .btn-link_ec_amazon {
  background-color: #f90;
}

.page-type-db .btn-link_ec_rakuten {
  background-color: #bf0000;
}

.page-type-db .btn-link_ec_yahoo {
  background-color: #ff0027;
}

.page-type-db .btn-link_price {
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1.2;
  margin: 6px 0 0;
  text-align: center;
}

.page-type-db .btn-link_price_annotation {
  font-size: 10px;
  font-weight: 400;
}

.page-type-db .btn-link_price_lowest {
  color: #f33712;
}

.page-type-db .rate-table {
  margin: 0 0 0.9em;
  text-align: center;
}

.page-type-db .rate-table th {
  width: 50%;
}

.page-type-db .rate-table .rate-star {
  padding: 1px 0 0;
  vertical-align: top;
  width: 76px;
}

.page-type-db .rate-table .eval-total {
  color: #f78670;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 0 6px;
}

.page-type-db .table-product-general th {
  width: 50%;
}

.page-type-db .recommend-for-person-container ul {
  border: none;
  list-style-type: none;
  margin: 0;
  padding: 0 1em 0 1.5em;
  position: relative;
}

.page-type-db .recommend-for-person-container ul li::before {
  color: #ff9800;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.page-type-db .item-recommend-container {
  text-align: center;
}

.page-type-db .item-recommend-container_title {
  font-size: 0.8em;
  margin: 1em auto;
}

.page-type-db .item-recommend-container_item-title {
  font-size: 0.8em;
  font-weight: 700;
  margin: 0;
}

.page-type-db .item-recommend-container_item-title_has-txt-center {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-type-db .btn-link_ec {
    max-width: 226px;
  }
}

/* page-type-dbの配信用に若干調整 */

/* 商品DBからの配信HTMLは、DOM的な最適構造を満たすようにする */

/* CSSで頑張っておいて、その後一覧のリデザ時に一覧cssを破棄できるようにしておく */

.page-type-db .product-title_rank {
  background-color: #ebebeb;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  margin: 4px 0;
  padding: 3px 6px;
}

.page-type-db
  .product-container_rank-0
  > .product-wrapper
  > .product-title_rank {
  background-color: #613333;
  color: #fff;
}

.page-type-db
  .product-container_rank-1
  > .product-wrapper
  > .product-title_rank {
  background-color: #ff9800;
  color: #fff;
}

.page-type-db
  .product-container_rank-2
  > .product-wrapper
  > .product-title_rank {
  background-color: #bdbdbd;
  color: #fff;
}

.page-type-db
  .product-container_rank-3
  > .product-wrapper
  > .product-title_rank {
  background-color: #bc5400;
  color: #fff;
}

.page-type-db .product-title_brand {
  display: block;
  font-size: 0.8em;
  margin: 0;
}

.page-type-db .product-title_price {
  color: #f33712;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  margin: 6px 0 0;
  text-align: center;
}

.page-type-db .product-container_price {
  color: #f33712;
  font-weight: 700;
}

.page-type-db .list-good-feature {
  border: solid 1px #ebebeb;
  display: flow-root;
  margin: 1em 0;
  position: relative;
}

.page-type-db .list-bad-feature {
  border: solid 1px #ebebeb;
  margin: 1em 0;
  position: relative;
}

.page-type-db .list-good-feature h4.list-good-feature_title,
.page-type-db .list-bad-feature h4.list-bad-feature_title {
  background: 0 0;
  border-bottom: none;
  border-left: none;
  font-size: 1em;
  line-height: 1.4;
  margin: 0.8em 0 0;
  padding: 0 0.7em;
}

.page-type-db
  .list-good-feature
  h4.list-good-feature_title
  .list-good-feature_title_brand,
.page-type-db
  .list-bad-feature
  h4.list-bad-feature_title
  .list-bad-feature_title_brand {
  display: inline-block;
  font-size: 0.6em;
}

.page-type-db .list-good-feature ul,
.page-type-db .list-bad-feature ul {
  border: none;
  border-radius: 0;
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0.3em 0.8em 0.6em 2.4em;
}

.page-type-db .list-good-feature ul li::before {
  color: rgb(79, 195, 247);
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: 900;
  left: 4px;
  padding: 0 0 0 0.6em;
  position: absolute;
}

.page-type-db .list-bad-feature ul li::before {
  color: rgba(226, 66, 66, 0.6);
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9em;
  font-weight: 900;
  left: 4px;
  padding: 0 0 0 0.6em;
  position: absolute;
}

.page-type-db .internal-link-wrapper {
  background: #fff;
  padding: 20px 15px;
  text-align: center;
}

.page-type-db .product-wrapper .internal-link-wrapper {
  padding: 0;
}

.page-type-db .internal-link-wrapper.is-padding-10 {
  padding-top: 10px;
}

.page-type-db .internal-link_txt {
  font-size: 0.8em;
  font-weight: 700;
}

.page-type-db .internal-link_button {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 40px;
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  color: #252525 !important;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8em;
  font-weight: 700;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 100%;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
  width: 100%;
}

#inner-content .hh1.article-heading_spec-comment {
  margin: 0 15px 24px;
}

.entry-content .specialist-comment-up {
  align-items: center;
  display: flex;
}

.page-type-db .specialist-comment-text_img {
  margin: 0 0 15px;
}

.page-type-db .related-posts li .specialist-comment-text_img a {
  display: inline-block;
  height: 86px;
  max-width: 86px;
}

.page-type-db .specialist-comment-text_img img {
  display: inline-block;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title {
  font-weight: 700;
  height: 64px;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .btn-link-container {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .btn-link-wrapper {
  margin: 0;
  width: 100%;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .btn-link-wrapper
  .btn-link_price_annotation {
  display: inline-block;
  margin: 0 0 6px;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank-wrapper {
  font-size: 1em;
  font-weight: 700;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank-1 {
  background-color: #ff9800;
  color: #fff;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank-2 {
  background-color: #bdbdbd;
  color: #fff;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank-3 {
  background-color: #bc5400;
  color: #fff;
}

.page-type-db .related-posts.slide-list-product .wpap-tpl-original .wpap-image {
  align-items: center;
  display: flex;
  height: 130px;
  justify-content: center;
  position: relative;
  text-align: center;
}

.page-type-db
  .related-posts.slide-list-product
  .wpap-tpl-original
  .wpap-image
  picture {
  display: contents;
}

/* スライド画像用 */
.wpap-tpl-original .wpap-tpl-original {
  background-color: initial;
  display: initial;
  font-size: initial;
  height: initial;
  line-height: initial;
  margin: initial;
  max-width: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  text-decoration: initial;
  width: initial;
}

@media only screen and (min-width: 768px) {
  #inner-content .hh1.article-heading_spec-comment {
    margin: 0 40px 24px;
  }

  .page-type-db .internal-link-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-type-db .product-wrapper .internal-link-wrapper {
    padding: 25px 0;
  }

  .page-type-db
    .related-posts.slide.slide-list.slide-list_spec-comment
    ul
    li:first-child {
    margin: 0;
  }

  .page-type-db .related-posts.slide.slide-list.slide-list_spec-comment ul {
    margin: 0 0 0 40px;
    width: 90%;
  }
}

/* 口コミ投稿プレビュー用 */
.wpap-tpl-image-text-h .wpap-image img {
  max-height: 140px;
}

/* 一覧_商品DB配信v2 */

.page-type-db .product-img_list {
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.page-type-db .product-img_list-item {
  display: inline-block;
  height: 210px;
  margin: 0;
  max-width: 330px;
  min-height: 100%;
  min-width: 330px;
  padding: 0;
  position: relative;
  scroll-snap-align: center;
}

.page-type-db .product-img_img-wrapper {
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  display: inline-flex;
  max-height: 210px;
  max-width: 315px;
  min-height: 210px;
  min-width: 315px;
  object-fit: contain;
  width: 100%;
}

.page-type-db .product-img_img {
  max-height: 210px;
  max-width: 315px;
  object-fit: contain;
}

.page-type-db .product-img_list-item:last-child {
  margin: 0 4px 0 0;
}

.page-type-db .product-img_list-item:first-child {
  margin: 0 0 0 4px;
}

.page-type-db .product-img_thumblist {
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.page-type-db .product-img_thumblist-item {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  flex: none;
  height: 66px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 66px;
}

.page-type-db .product-img_thumblist-item:last-child {
  padding: 0 4px 0 0;
  width: 75px;
}

.page-type-db .product-img_thumblist-item:first-child {
  margin: 0 0 0 4px;
}

.page-type-db .product-img_thumblist-img-wrapper {
  align-items: center;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  object-fit: contain;
  padding: 0;
}

.page-type-db .product-img_thumblist-img {
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.page-type-db .product-container_feature-header-container {
  margin: 2em 0 0.2em;
}

.page-type-db .product-container_subtitle {
  background-color: #efefef;
  border: none;
  color: #252525;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 10px;
}

.page-type-db .product-container_subtitle_brand {
  display: inline-block;
  font-size: 0.6em;
}

.page-type-db .link-review-form {
  color: #4fc3f7;
  display: block;
  font-size: 10px;
  margin: 0 10px 8px;
  text-align: right;
}

.page-type-db ul.review-list {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-type-db .review-container {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: 0.4s;
}

.page-type-db .review-container_header {
  margin: 0 15px;
}

.page-type-db .review-container__header {
  display: flex;
  margin: 0;
  padding: 15px;
}

.page-type-db .review-container__main {
  width: 100%;
}

.page-type-db .review-container__footer {
  padding: 15px;
}

.page-type-db .review-rate {
  display: flex;
  font-size: 0.9em;
  margin-top: -4px;
  padding: 0 15px;
}

.page-type-db .review-title {
  border: none;
  font-size: 1em;
  margin: 0;
  padding: 0 15px;
}

.page-type-db .review-img_list {
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.4em 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.page-type-db .review-img_list-item {
  display: inline-block;
  height: 135px;
  margin: 0;
  max-width: 150px;
  min-width: 150px;
  padding: 0;
  position: relative;
}

.page-type-db .review-img_list-item:first-child {
  margin: 0 0 0 15px;
}

.page-type-db .review-img_img-wrapper {
  align-items: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  display: inline-flex;
  height: 135px;
  max-width: 135px;
  min-width: 135px;
  object-fit: contain;
  width: 100%;
}

.page-type-db .review-img_img {
  max-height: 135px;
  max-width: 135px;
  object-fit: contain;
}

.page-type-db .review-txt {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  transition: 0.3s;
}

.page-type-db .review-txt--hidden {
  display: block;
  margin: 0;
  max-height: 240px;
  overflow: hidden;
  position: relative;
}

.page-type-db .review-txt--hidden::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8) 90%,
    #fff
  );
  bottom: 0;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  width: 100%;
}

.page-type-db .review-txt p {
  margin: 0;
}

.page-type-db .review-txt-see-more-btn {
  appearance: none;
  background-color: transparent;
  border: none;
  color: #a4a9ad;
  cursor: pointer;
  display: block;
  font-size: 0.75em;
  margin: 0 auto;
  outline: none;
  padding: 0;
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-type-db .review-txt--hidden {
    max-height: none;
    overflow: inherit;
  }

  .page-type-db .review-txt--hidden::after {
    content: none;
    height: auto;
  }

  .page-type-db .review-txt-see-more-btn {
    display: none;
  }
}

.page-type-db .review-prof {
  display: flex;
  margin: 0;
  padding: 0;
}

.page-type-db .review-prof__link {
  align-items: center;
  color: #252525;
  display: flex;
  text-decoration: none;
}

.page-type-db .review-prof p {
  margin: 1px 0;
}

.page-type-db .review-prof_img-wrapper {
  border-radius: 50%;
  float: left;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  width: 60px;
}

.page-type-db .review-prof_img {
  border: solid 2px #ebebeb;
  border-radius: 50%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.page-type-db .review-prof_txt {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  justify-content: center;
  line-height: 1.2;
  max-width: 72vw;
  padding: 0;
}

.page-type-db .review-prof_txt p {
  font-size: 11px;
}

.fancybox-button.fancybox-button--close {
  background: transparent;
  height: 100px;
  padding: 0 0 32px 32px;
  width: 100px;
}

.fancybox-button.fancybox-button--close div {
  background: rgba(30, 30, 30, 0.6);
  padding: 20px;
}

.page-type-db .review-reaction {
  display: flex;
}

.page-type-db .review-reaction__like-btn {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .page-type-db .review-container .review-container__header,
  .page-type-db .review-container .review-rate,
  .page-type-db .review-container .review-title,
  .page-type-db .review-container .review-txt,
  .page-type-db .review-container .review-container__footer {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .page-type-db .review-container_header {
    margin: 0 40px;
  }

  .page-type-db .review-container .review-container__footer {
    margin: 0 0 15px;
  }

  .page-type-db .review-container .review-img_list {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

/***************
関連テキストリンクコンテナ
***************/

.page-type-db .list-container {
  background-color: #fff;
  border: none;
  font-size: 0.8em;
  margin: 0;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .page-type-db .list-container {
    padding: 25px 25px 15px;
  }
}

.page-type-db .txt-link-list {
  border: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-type-db .txt-link-list__wrapper {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-type-db .txt-link-list__wrapper--grad-mask {
  border: none;
  list-style-type: none;
  margin: 0;
  max-height: 96px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-type-db .txt-link-list__wrapper--grad-mask {
    max-height: none;
  }
}

.page-type-db .txt-link-list__wrapper--grad-mask::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8) 90%,
    #fff
  );
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-type-db .txt-link-list__wrapper--grad-mask::after {
    height: auto;
  }
}

.page-type-db .txt-link-list__wrapper--open {
  border: none;
  list-style-type: none;
  margin: 0;
  max-height: none;
  padding: 0;
  position: relative;
}

.page-type-db .txt-link-list__title-wrapper {
  padding: 20px 15px;
}

.page-type-db .txt-link-list__title {
  font-size: 1.2em;
  margin: 0;
}

.page-type-db .txt-link-list__item {
  display: inline-block;
  margin: 0 10px 15px 0;
  text-decoration: underline;
}

.page-type-db .list-container__see-more-btn {
  appearance: none;
  background-color: transparent;
  border: none;
  color: #a4a9ad;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin: 0 auto;
  outline: none;
  padding: 0;
  padding: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-type-db .txt-link-list,
  .page-type-items .txt-link-list {
    max-height: none;
  }

  .page-type-db .txt-link-list--grad-mask::after,
  .page-type-items .txt-link-list--grad-mask::after {
    height: auto;
  }

  .page-type-db .list-container__see-more-btn,
  .page-type-items .txt-link-list__see-more-btn {
    display: none;
  }
}

/***************
WP子記事api-product用
***************/

.post-template-default .product-container .product-title_rank {
  background-color: #ebebeb;
  display: inline-block;
  font-size: 0.7em;
  padding: 3px 6px;
}

.post-template-default .product-container .product-title__rank__pr {
  background-color: #252525;
  color: #fff;
}

.post-template-default .product-container_rank-1 .product-title_rank {
  background-color: #ff9800;
  color: #fff;
}

.post-template-default .product-container_rank-2 .product-title_rank {
  background-color: #bdbdbd;
  color: #fff;
}

.post-template-default .product-container_rank-3 .product-title_rank {
  background-color: #bc5400;
  color: #fff;
}

.post-template-default .product-title_brand {
  display: block;
  font-size: 0.85em;
}

.post-template-default h3.product-title {
  border: none;
  margin: 2em 0 0;
  padding: 0;
}

.post-template-default .product-container_price {
  color: #f33712;
  font-weight: 700;
}

.post-template-default .product-img_list {
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.post-template-default .product-img_list-item {
  display: inline-block;
  height: 210px;
  margin: 0;
  max-width: 330px;
  min-height: 100%;
  min-width: 330px;
  padding: 0;
  position: relative;
  scroll-snap-align: center;
}

.post-template-default .product-img_img-wrapper {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  display: inline-flex;
  max-height: 210px;
  max-width: 315px;
  min-height: 210px;
  min-width: 315px;
  object-fit: contain;
}

.post-template-default .product-img_img {
  max-height: 210px;
  max-width: 340px;
  object-fit: contain;
}

.post-template-default .product-img_list-item:last-child {
  margin: 0 4px 0 0;
}

.post-template-default .product-img_list-item:first-child {
  margin: 0 0 0 4px;
}

.post-template-default .product-img_thumblist {
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.post-template-default .product-img_thumblist-item {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  flex: none;
  height: 66px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 66px;
}

.post-template-default .product-img_thumblist-item:last-child {
  padding: 0 4px 0 0;
  width: 75px;
}

.post-template-default .product-img_thumblist-item:first-child {
  margin: 0 0 0 4px;
}

.post-template-default .product-img_thumblist-img-wrapper {
  align-items: center;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  object-fit: contain;
  padding: 0;
}

.post-template-default .product-img_thumblist-img {
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.post-template-default .link-feature-more {
  color: #4fc3f7;
  display: block;
  margin: 0 0 8px;
  text-align: right;
}

.post-template-default .review-container {
  background: #fff;
}

.post-template-default .product-container_feature-header-container {
  margin: 2em 0 1em;
}

.post-template-default .review-container_header {
  margin: 1em auto 0;
  padding: 1em 0 0;
}

.post-template-default .product-container_subtitle {
  background-color: #efefef;
  border: none;
  color: #252525;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.post-template-default .container-item {
  background: #fff;
  margin: 0 auto;
  padding: 15px 0 0;
}

.post-template-default .btn-link-container {
  -webkit-align-items: center;
  align-items: center;
  clear: both;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px 0 0;
  padding: 6px 0;
  text-align: center;
}

.post-template-default .btn-link-wrapper {
  margin: 0 4px;
  width: 100%;
}

.post-template-default .btn-link_ec {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 100%;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.post-template-default .btn-link_ec_official {
  background-color: #125ef3;
}

.post-template-default .related-container .btn-link_ec {
  height: auto;
}

.post-template-default .btn-link_ec_amazon {
  background-color: #f90;
}

.post-template-default .btn-link_ec_rakuten {
  background-color: #bf0000;
}

.post-template-default .btn-link_ec_yahoo {
  background-color: #ff0027;
}

.post-template-default .btn-link_price {
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1.2;
  margin: 6px 0 0;
  text-align: center;
}

.post-template-default .btn-link_price_annotation {
  font-size: 10px;
  font-weight: 400;
}

.post-template-default .btn-link_price_lowest {
  color: #f33712;
}

.post-template-default .rate-table {
  margin: 0 0 0.9em;
  text-align: center;
}

.post-template-default .rate-table th {
  width: 50%;
}

.post-template-default .rate-table .rate-star {
  padding: 1px 0 0;
  vertical-align: top;
  width: 76px;
}

.post-template-default .rate-table .eval-total {
  color: #f78670;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 0 6px;
}

.post-template-default .table-product-general th {
  width: 50%;
}

.post-template-default .recommend-for-person-container ul {
  border: none;
  list-style-type: none;
  margin: 0;
  padding: 0 1em 0 1.5em;
  position: relative;
}

.post-template-default .recommend-for-person-container ul li::before {
  color: #ff9800;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.post-template-default .item-recommend-container {
  text-align: center;
}

.post-template-default .item-recommend-container_title {
  font-size: 0.8em;
  margin: 1em auto;
}

.post-template-default .item-recommend-container_item-title {
  font-size: 0.8em;
  font-weight: 700;
  margin: 0;
}

.post-template-default .item-recommend-container_item-title_has-txt-center {
  text-align: center;
}

.post-template-default .bg-white {
  background: #fff;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .post-template-default .btn-link_ec {
    max-width: 226px;
  }
}

/***************
WP子記事api-reviews用
***************/
.post-template-default .border-top {
  border-top: 1px solid #ebebeb;
}

.post-template-default .border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.post-template-default .internal-link-wrapper {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

.post-template-default .internal-link-wrapper.is-padding-10 {
  padding: 10px 0;
}

.post-template-default .internal-link_txt {
  font-size: 0.8em;
  font-weight: 700;
}

.post-template-default .internal-link_button {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 40px;
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  color: #252525 !important;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8em;
  font-weight: 700;
  height: 48px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 100%;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.post-template-default .review-container_header .product-container_subtitle {
  color: #252525;
  line-height: 1.4;
  margin: 0;
}

.post-template-default ul.review-list {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-template-default li.review-container {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
}

.post-template-default li.review-container.is-hidden {
  border: none;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}

.post-template-default .review-rate {
  font-size: 0.9em;
  height: 24px;
  margin-top: -8px;
}

.post-template-default .review-rate .rate-star {
  margin: 0 5px 0 0;
  width: auto;
}

.post-template-default .review-rate .eval-total {
  color: #ff9800;
  font-weight: 700;
  line-height: 2;
  vertical-align: middle;
}

.post-template-default .review-title {
  border: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.post-template-default .review-img_list {
  border: none;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.6em 0 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 4px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.post-template-default .review-img_list-item {
  display: inline-block;
  margin: 0;
  max-width: 135px;
  min-height: 100%;
  min-width: 135px;
  padding: 0;
  position: relative;
}

.post-template-default .review-img_img-wrapper {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  display: block;
  height: 120px;
  object-fit: contain;
  width: 120px;
}

.post-template-default .review-img_img-wrapper picture {
  display: contents;
}

.post-template-default .review-img_img-wrapper img {
  height: 120px;
  object-fit: cover;
  width: 120px;
}

.post-template-default .review-img_list-item .product-img_expand-img {
  bottom: 6px;
  left: 6px;
  position: absolute;
  width: 18px;
}

.post-template-default .review-txt {
  padding: 15px 0;
}

.post-template-default .review-txt--hidden {
  display: block;
  margin: 0 0 2em;
  max-height: 150px;
  overflow: hidden;
  position: relative;
}

.post-template-default .review-txt--hidden::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8) 90%,
    #fff
  );
  bottom: 0;
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  width: 100%;
}

.post-template-default .review-txt p {
  margin: 0;
}

.post-template-default .review-txt-see-more-btn {
  appearance: none;
  background-color: transparent;
  border: none;
  color: #a4a9ad;
  cursor: pointer;
  display: block;
  font-size: 0.75em;
  margin: 0 auto;
  outline: none;
  padding: 0;
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .post-template-default .review-txt--hidden {
    max-height: none;
    overflow: inherit;
  }

  .post-template-default .review-txt--hidden::after {
    content: none;
    height: auto;
  }

  .post-template-default .review-txt-see-more-btn {
    display: none;
  }
}

.post-template-default .review-container__header {
  display: flex;
  margin: 0;
  padding: 15px 0;
}

.post-template-default .review-container__main {
  width: 100%;
}

.post-template-default .review-container__footer {
  padding: 15px 0;
}

.post-template-default .review-prof {
  display: flex;
  margin: 0;
  padding: 0;
}

.post-template-default .review-prof__link {
  align-items: center;
  color: #252525;
  display: flex;
  text-decoration: none;
}

.post-template-default .review-prof p {
  margin: 0;
}

.post-template-default .review-prof_img-wrapper {
  border-radius: 50%;
  float: left;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  width: 60px;
}

.post-template-default .review-prof_img {
  border: solid 2px #ebebeb;
  border-radius: 50%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.post-template-default .review-prof_txt {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  justify-content: center;
  max-width: 72vw;
}

.post-template-default .review-prof_txt p {
  font-size: 11px;
}

.post-template-default .review-reaction {
  display: flex;
}

.post-template-default .review-reaction__like-btn {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

/***************
WP子記事api-product-ranking-list用
***************/
.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank-wrapper {
  font-size: 0.9em;
  font-weight: 700;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 4px 0;
  padding: 3px 6px;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank-1 {
  background-color: #ff9800;
  color: #fff;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank-2 {
  background-color: #bdbdbd;
  color: #fff;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title_rank-3 {
  background-color: #bc5400;
  color: #fff;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .wpap-image {
  align-items: center;
  display: flex;
  height: 130px;
  justify-content: center;
  position: relative;
  text-align: center;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .wpap-image
  picture {
  display: contents;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .product-title {
  font-size: 0.9em;
  font-weight: 700;
  height: 64px;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .btn-link-container {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .btn-link-wrapper {
  margin: 0;
  width: 100%;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .btn-link-wrapper
  .btn-link_price_annotation {
  display: inline-block;
  margin: 0 0 6px;
}

.post-template-default .btn-link_price_annotation {
  font-size: 10px;
  font-weight: 400;
}

.post-template-default
  .related-posts.slide-list-product
  .wpap-tpl-original
  .btn-link-wrapper
  .btn-link_price_annotation {
  display: inline-block;
  margin: 0 0 6px;
}

.post-template-default .btn-link_price {
  font-size: 0.95em;
  font-weight: 700;
  line-height: 1.2;
  margin: 6px 0 0;
  text-align: center;
}

.post-template-default .btn-link_price_lowest {
  color: #f33712;
}

.post-template-default .divider {
  background-color: #f3f3f3;
  height: 10px;
  margin: 0;
}

@media only screen and (min-width: 481px) {
  .post-template-default .divider {
    margin: 0 -25px;
  }
}

@media only screen and (min-width: 769px) {
  .post-template-default .divider {
    margin: 0 -25px;
  }
}

@media only screen and (min-width: 1030px) {
  .post-template-default .divider {
    margin: 0 -40px;
  }
}

/***************
新規追加：追従口コミ投稿ボタン*
***************/
.btn-review-post {
  bottom: 10px;
  height: 100px;
  position: fixed;
  right: 10px;
  width: 100px;
  z-index: 2;
}

.btn-review-post-wrapper {
  background-color: #328E37;
  border-radius: 60px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 80px;
  margin: 20px 0 0 20px;
  padding: 9px;
  text-align: center;
  width: 80px;
}

/***************
上書き変更_選び方スライドの非スライド化
***************/
.page-type-db #inner-content .container.container_slide-off {
  padding-top: 0;
}

.page-type-db #inner-content .container.container_slide-off .hh1 {
  border-bottom: 2px solid #252525;
  font-size: 1.2em;
  margin-bottom: 0.4em;
  margin-top: 3.2em;
  padding-top: 0;
}

.page-type-db #inner-content .container.container_slide-off .hh1:first-child {
  margin-top: 0;
  padding-top: 0.4em;
}

.page-type-db .container_slide-off h4 {
  border-left: solid 4px #bdbdbd;
  font-size: 1.1em;
  margin: 2.4em 0 0.8em;
  padding: 0.1em 0.4em;
}

/***************
上書き変更_選び方スライドの非スライド化
***************/
.widget .linkto .tbtext {
  font-size: 13px;
}

.widget .linkto .tbimg {
  width: 72px;
}

.widget .widgettitle {
  background-color: #fff;
  color: #252525;
  font-size: 14px;
  padding: 15px 10px;
}

.widget {
  margin: 0 0 1.2em;
}

/***************
ウィジェットにて一括追加_pr説明テキスト
***************/
.article-header__pr-ex-txt {
    font-size: 0.7em;
    padding: 15px;
    background: #f3f3f3;
}

/* 投稿タイトルの上にPRを表示 */
.entry-meta-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
	@media only screen and (max-width: 1030px) {
		padding: 0 15px;
	}
}

.entry-meta-pr {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	background-color: #8e8e8e;
	padding: 1px 10px;
}


/* footer
--------------------------------------------------------------------------------*/
.wrapInner{
	padding:0 0 40px 0;
}

.footBottom	{
	/*height:94px;*/
	/*height:320px;*/
	width: 100%;
}

#footer {
	width: 100%;
	/*height: 320px;*/
	text-align:center;
	/*margin:-320px 0 0 0;*/
	font-size:13px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

#footer .f-link	{
	padding: 0 0 25px 0;
	height: 9em;
	overflow:hidden;
	width: 860px;
}

#footerOuter{
	margin:0;
	border-top:2px solid #dfdfdf;
	background: url(https://www.maneo.jp/common2/images/bk3/bk_footerBack.jpg) left top repeat-y;
	width:100%;
	padding: 0 20px;
}

#footerInner{
	/*height: 260px;*/
	/*background: url(/common2/images/bk3/bk_bar) left -290px no-repeat;*/
	padding:15px 0;
	margin:0 auto 0;
	text-align:left;
	width: 100%;
	max-width: 980px
}

#footerInner ul {
	margin: 0;
}

@media only screen and (max-width: 979px) {
	#footerInner > ul:before {
		display: none;
	}
	
	#footerInner > ul {
        display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	#footerInner.warp ul.clearfix li ul.linkar01 {
		margin: 0 !important;
	}
	
	#footerInner ul li{
        float: none !important;
	}
	
	#footerInner ul li > ul{
		display: grid;
		gap: 5px;
	}
}

@media only screen and (max-width: 400px) {	
	#footerInner > ul {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.footerInfoArea{
	border-top: 1px solid #dfdfdf;
}

.footerBlock {
	padding-bottom: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 980px
}

#maneoInfomationArea{
	float: left;
	width: 480px;
	text-align: left;
	/*background: url(/common2/images/bk3/bk_bar.gif) right top no-repeat;*/
	padding:20px 0 0 0;
}

@media only screen and (max-width: 979px) {
	#maneoInfomationArea {
		width: 100%;
	}
}

#divideLine{
	float: left;
	width: 100px;
}

#maneoInfomationArea ul{
	margin:0 20px 0px 0px;
	font-size: 12px;
	line-height: 120%;
	color:#555555;
}

#footerLinkArea{
	float: right;
	width: 480px;
	text-align: left;
	padding:20px 0 0 0;
	font-size:12px;
	line-height:120%;
}

@media only screen and (max-width: 979px) {
	#footerLinkArea {
		width: 100%;
	}
	
	#maneoInfomationArea ul{
		margin: 0;
	}
}

#footerLinkArea ul {
	margin: 0;
}

#footerLinkArea a {
	color: #003B96;
    text-decoration: none;
}

#maneoInfomationArea ul li b {
	font-weight:bold;
}

#maneoInfomationArea a {
	color: #003B96;
    text-decoration: none;
}

#footerLinkArea ul li b {
	font-weight:bold;
}

#footerLinkLeft{
	float: left;
	width: 250px;
}

#footerLinkRight{
	float: left;
	width: 160px;
}

#ssl_img{
	position: absolute;
	bottom:120px;
	right:0;
	width: 45px;
	height: 72px;
}

*:first-child+html #footer .f-link {
	width: 960px;
}
* html #footer .f-link {
	width: 960px;
}
html>/**/body #footer .f-link {
	width: 960px;
}
body:first-of-type .f-link {
	width: 860px;
}
/* 各営業者バナーの設定 */
.serviceList header h3,
.operateServiceFundInfo header h3 {
    margin: 0 0 14px 0;
    padding: 0 0 5px 0;
    border-bottom: 4px solid #55A307;
    color: #336204;
    font-size: 160%;
    font-weight: bold;
}
.footerBanner {
	width: 100%;
}
#footer .footerBanner {
	border-top:1px solid #dfdfdf;
}
.bannerArea {
	padding-top: 15px;
	padding-bottom: 11px;
	width: 1000px;
}
#fundList + .footerBanner .bannerArea {
	padding-top: 0;
	width: 100%;
}
.bannerArea ul{
	display: flex;
	align-items: flex-end;
}
.bannerArea ul li {
	position: relative;
}
.bannerArea ul + ul{
	margin-top: 10px;
}
.bannerArea ul li + li{
	margin-left: 10px;
}
#fundList + .footerBanner .bannerArea ul li + li {
	margin-left: 15px;
}
.mb10	{
margin-bottom:10px;
}

ul.linkar01 li a {
    background: url(https://www.maneo.jp/common2/images/bk3/btn_navi.png) -400px -85px no-repeat;
    padding: 0 0 0 11px;
	 color: #003B96;
    text-decoration: none;
}

ul.linkar01 li b {
	font-weight: 400;
}


div.footerCopy{
	text-align: center;
	background: url(https://www.maneo.jp/common2/images/bk3/bk_footer.jpg)  repeat-x left;
	color:#fff;
	padding:10px 0;
	background-position:0% 100%;
	width:100%;
	clear:both;
	}

@media only screen and (max-width: 979px) {
	div.footerCopy {
		font-size: 10px;
		padding: initial;
	}
}

#footerInner.warp ul.clearfix li ul.linkar01 {
	margin:0 50px 0 0;
}
#footerInner.warp ul.clearfix li:last-child ul.linkar01 {
	margin: 0;
}

#gotoPageTop{
	position: fixed;
	bottom:99px;
	right:0;
	display: block;
	width:45px;
	height: 49px;
	background: url(https://www.maneo.jp/common2/images/btn3/btn_toTop.png) left top no-repeat;
	z-index: 1;
	}
#gotoPageTop:hover{
	background: url(https://www.maneo.jp/common2/images/btn3/btn_toTop.png) -49px top no-repeat;
	}
#gotoPageBottom{
	position: fixed;
	bottom:50px;
	right:0;
	display: block;
	width:45px;
	height: 49px;
	background: url(https://www.maneo.jp/common2/images/btn3/btn_toTop.png) left -49px no-repeat;
	z-index: 1;
	}
#gotoPageBottom:hover{
	background: url(https://www.maneo.jp/common2/images/btn3/btn_toTop.png) -49px -49px no-repeat;
	}

/* footer end
--------------------------------------------------------------------------------*/

/* product-badgeをリリースのために取り急ぎ削除 */
.product-badge {
	display: none;
}

/* この記事を書いた人を削除 */
.author-info {
	display: none;
}

/* 詳細ページスタイル調整 */
.sgb-block-say-text p {
  margin-bottom: 0;
}

.sgb-block-say-text__after, .sgb-block-say-text__before {
  top: 10px;
}