@charset "UTF-8";
/* YuGothicが好きではないので打ち消す */
html body {
  font-family: "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html body .dfont {
  font-family: "Quicksand","Avenir","Arial","Hiragino Sans","ヒラギノ角ゴシック",Meiryo, "メイリオ", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

blockquote.tweet_line_box {
  display: flex;
  min-width: 300px;
  max-width: 600px;
  padding: 10px;
  margin-bottom: 0;
  border: 0;
}

blockquote.tweet_line_box .col-1 {
  flex: 0 0 55px;
}

blockquote.tweet_line_box .col-1 .tw_author_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

blockquote.tweet_line_box .col-2 {
  flex-grow: 1;
}

blockquote.tweet_line_box .col-2 .tw_author {
  font-size: 11px;
  color: #999;
  cursor: pointer;
}

blockquote.tweet_line_box .col-2 .tw_author:hover {
  text-decoration: underline;
}

blockquote.tweet_line_box .col-2 .tw_content {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 14px;
  background-color: #A8CEFF;
  color: #444;
}

blockquote.tweet_line_box .col-2 .tw_content:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #A8CEFF;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

blockquote.tweet_line_box .col-2 .tw_content .tw_media {
  float: right;
  width: 35%;
  min-width: 100px;
  min-height: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
}

blockquote.tweet_line_box .col-2 .tw_content .tw_media img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 4px grey;
  border-radius: 4px;
}

blockquote.tweet_line_box .col-2 .tw_content .tw_text {
  margin: 0;
  font-size: 14px;
}

blockquote.tweet_line_box .col-2 .tw_content .tw_content_footer {
  clear: both;
  font-size: 11px;
  text-align: right;
}

blockquote.tweet_line_box .col-2 .tw_content .tw_content_footer .tw_favoriot_count {
  display: none;
}

blockquote.tweet_line_box .col-2 cite {
  font-size: 11px;
}

blockquote.tweet_line_box:before {
  content: none;
}

blockquote.tweet_line_box a:hover {
  text-decoration: none;
}

.widget_bogo_language_switcher .bogo-language-switcher .bogo-language-name a {
  display: inline-block;
  padding: 0;
}

body:not(.env-master) .adsbygoogle {
  display: none !important;
}

#entry .sp-image {
  max-width: 100%;
  width: 300px;
  height: auto;
}

.youtube-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

#entry .writer-intro .box-content {
  display: flex;
  flex-direction: row;
  font-size: 10pt;
}

#entry .writer-intro .box-content .profile {
  width: 120px;
  text-align: center;
}

#entry .writer-intro .box-content .profile img {
  max-width: 80px;
  width: 80%;
  border-radius: 50%;
}

#entry .writer-intro .box-content .description {
  flex: 1;
}

@media screen and (max-width: 425px) {
  #entry .writer-intro .box-content {
    flex-direction: column;
  }
  #entry .writer-intro .box-content .profile {
    width: 100%;
  }
}

.profile-widget-for-ppc {
  display: none;
}

.lp_page .breadcrumb,
.lp_page .desktop-nav, .lp_page .mobile-nav,
.lp_page .sidebar .widget,
.lp_page .prnx_box,
.lp_page .related-posts,
.lp_page .author-info {
  display: none;
}

.lp_page .page-title, .lp_page .single-title {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .lp_page .page-title, .lp_page .single-title {
    padding-top: 15px;
  }
}

.lp_page .sidebar .sidebar-top-adsense,
.lp_page .sidebar .profile-widget-for-ppc {
  display: block;
}

#entry {
  /**
 * article-style.css
 * このファイルではサイトの記事スタイル(#entry)と投稿画面の記事スタイル(body#tinymce.wp-editor.content)の
 * 共通で使うスタイルを定義します。
 */
  /* 20201127ボックス内のaタグアンダーラインが消えるので一時的に追加 */
}

#entry .red {
  color: #e60033;
}

#entry .crown-img {
  height: 1.3em;
  margin-right: 5px;
}

#entry .sng-box.box1 a {
  text-decoration: underline;
}

#entry .rate-star {
  color: black;
}

#entry .rate-star-empty {
  color: rgba(0, 0, 0, 0.1);
}

#entry .sng-box.box20 p {
  font-size: 9pt;
}

#entry .sng-box.box20 img:not(.emoji) {
  width: 100% !important;
  height: auto;
  max-width: 700px;
}

#entry table {
  white-space: nowrap;
  /* 文字の折り返しはなくす */
}

#entry table th, #entry table .table-header td {
  background-color: #4072b3;
  color: white;
  font-size: 13px;
  font-weight: bold;
}

#entry table td {
  font-size: 13px;
}

#entry table td a {
  text-decoration: underline;
}

#entry table.table-one-column {
  white-space: normal;
  border: 0;
}

#entry table.table-one-column tr {
  display: flex;
  flex-direction: column;
  height: auto !important;
  border: 0;
}

#entry table.table-one-column th, #entry table.table-one-column td {
  line-height: 1.5;
  height: auto !important;
  border: 0;
  font-size: 14px;
}

#entry table.table-one-column td {
  border-right: none;
  background-color: white;
  color: black;
  font-weight: normal;
  padding: 4px 2px;
}

#entry table.table-one-column td:first-child {
  background-color: #4072b3;
  color: white;
  font-weight: bold;
  padding: 3px 4px;
}

#entry .shiny-btn3 {
  display: block;
  position: relative;
  width: 90%;
  /*ボタンの幅*/
  padding: 10px 0;
  margin: 30px auto 10px;
  background-color: #ed4545;
  /*ボタンの色*/
  box-shadow: 0 3px 0 0 #c62727;
  /*影の色(rgbaの値を変更)*/
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  overflow: hidden;
}

#entry .shiny-btn3:visited {
  color: #fff;
}

#entry .shiny-btn3:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

#entry .shiny-btn3::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn3 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn3 {
  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;
  }
}

#entry .sp_ad_div {
  display: flex;
  justify-content: center;
}

#entry .pc_ad_bottom {
  display: flex;
  justify-content: space-around;
}

#entry .wp-gr.wpac a.wp-google-name {
  pointer-events: none;
  color: #000 !important;
  font-weight: normal !important;
}

#entry select {
  background-color: #eff1f5;
}

#entry .small-textarea {
  height: 80px;
}

#entry .acceptance-list {
  font-size: 0.8em;
  font-weight: normal;
}

#entry .acceptance-list li {
  padding: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_str {
  font-weight: normal;
  font-size: small;
  color: #a0a0a0;
  margin: 1rem 0 0.5rem !important;
}

.profile-background {
  margin: 0;
}

body.disable-google-adsense .sidebar-top-adsense,
body.disable-google-adsense .sidebar-fixed-adsense,
body.disable-google-adsense .post-bottom-adsense {
  display: none;
}

.toc_number {
  display: none;
}

body.heading_auto_number .toc_number {
  display: inline;
}

body.asp-products-template-default .asp_post_item {
  width: 100%;
}

#toc_container .article-toc ul.toc-list {
  padding-top: 5px;
  padding-left: 15px;
  margin-bottom: 0;
}

#toc_container .article-toc ul.toc-list .toc-list-item {
  line-height: 1.5;
}

#toc_container .article-toc ul.toc-list .toc-list-item .toc-list-item {
  padding: 0px 0;
}

#toc_container .article-toc ul.toc-list .toc-list-item .node-name--H2 {
  font-weight: bold;
}

#toc_container .article-toc ul.toc-list .toc-list-item .node-name--H3 {
  font-size: 0.9em;
}

.sidebar-toc-widget .sidebar-toc {
  padding: 8px 10px;
}

.sidebar-toc-widget .sidebar-toc ul.toc-list li.toc-list-item {
  font-weight: normal;
}

.sidebar-toc-widget .sidebar-toc ul.toc-list li.toc-list-item .is-active-link {
  font-weight: 700 !important;
}

.sidebar-toc-widget .sidebar-toc ul.toc-list li.toc-list-item .toc-link {
  padding: 2px 4px;
  font-size: 0.85em;
}

.toc-list .toc-link::before {
  display: none;
}

.entry-meta {
  display: flex;
  justify-content: space-between;
}

.affiliate-pr-box {
  text-align: right;
}

.affiliate-pr {
  color: black;
}

#entry.recommend-pc .entry-content a, #entry.product-pc .entry-content a, #entry.laptop .entry-content a, #entry.ranking .entry-content a {
  text-decoration: underline;
}

#entry.recommend-pc .entry-content .rank-product-img, #entry.product-pc .entry-content .rank-product-img, #entry.laptop .entry-content .rank-product-img, #entry.ranking .entry-content .rank-product-img {
  text-align: center;
  margin: 10px 0;
}

#entry.recommend-pc .entry-content .related-recommend-list, #entry.product-pc .entry-content .related-recommend-list, #entry.laptop .entry-content .related-recommend-list, #entry.ranking .entry-content .related-recommend-list {
  margin-top: 1em;
  margin-bottom: 2em;
}

#entry.recommend-pc .entry-content .related-recommend-list ul, #entry.product-pc .entry-content .related-recommend-list ul, #entry.laptop .entry-content .related-recommend-list ul, #entry.ranking .entry-content .related-recommend-list ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

#entry.recommend-pc .entry-content .related-recommend-list ul li, #entry.product-pc .entry-content .related-recommend-list ul li, #entry.laptop .entry-content .related-recommend-list ul li, #entry.ranking .entry-content .related-recommend-list ul li {
  margin-bottom: 0.5em;
}

#entry.recommend-pc .entry-content .rank-product > div, #entry.product-pc .entry-content .rank-product > div, #entry.laptop .entry-content .rank-product > div, #entry.ranking .entry-content .rank-product > div {
  margin: 10px 0;
}

#entry.recommend-pc .entry-content .rank-product h4, #entry.product-pc .entry-content .rank-product h4, #entry.laptop .entry-content .rank-product h4, #entry.ranking .entry-content .rank-product h4 {
  margin: 1em 0 0.5em;
}

#entry.recommend-pc .entry-content .rank-product-price, #entry.recommend-pc .entry-content .rank-product-cta, #entry.product-pc .entry-content .rank-product-price, #entry.product-pc .entry-content .rank-product-cta, #entry.laptop .entry-content .rank-product-price, #entry.laptop .entry-content .rank-product-cta, #entry.ranking .entry-content .rank-product-price, #entry.ranking .entry-content .rank-product-cta {
  font-size: 11pt;
}

#entry.recommend-pc .entry-content .rank-product-price .cta_link, #entry.recommend-pc .entry-content .rank-product-cta .cta_link, #entry.product-pc .entry-content .rank-product-price .cta_link, #entry.product-pc .entry-content .rank-product-cta .cta_link, #entry.laptop .entry-content .rank-product-price .cta_link, #entry.laptop .entry-content .rank-product-cta .cta_link, #entry.ranking .entry-content .rank-product-price .cta_link, #entry.ranking .entry-content .rank-product-cta .cta_link {
  font-size: 12pt;
}

#entry.recommend-pc .entry-content .store_cta, #entry.product-pc .entry-content .store_cta, #entry.laptop .entry-content .store_cta, #entry.ranking .entry-content .store_cta {
  font-size: 11pt;
}

#entry.recommend-pc .entry-content .store_cta .sale_message, #entry.product-pc .entry-content .store_cta .sale_message, #entry.laptop .entry-content .store_cta .sale_message, #entry.ranking .entry-content .store_cta .sale_message {
  font-size: 10pt;
  font-weight: bold;
  color: #CC0C39;
}

#entry.recommend-pc .entry-content .store_cta .discount-percent, #entry.product-pc .entry-content .store_cta .discount-percent, #entry.laptop .entry-content .store_cta .discount-percent, #entry.ranking .entry-content .store_cta .discount-percent {
  font-size: 14pt;
  color: white;
  background-color: #CC0C39;
  border-radius: 4px;
  padding: 4px 8px;
}

#entry.recommend-pc .entry-content .store_cta .price, #entry.product-pc .entry-content .store_cta .price, #entry.laptop .entry-content .store_cta .price, #entry.ranking .entry-content .store_cta .price {
  color: red;
  font-size: 16pt;
  font-weight: bold;
}

#entry.recommend-pc .entry-content .store_cta .regular-price, #entry.product-pc .entry-content .store_cta .regular-price, #entry.laptop .entry-content .store_cta .regular-price, #entry.ranking .entry-content .store_cta .regular-price {
  font-size: 11pt;
}

#entry.recommend-pc .entry-content .store_cta .point, #entry.product-pc .entry-content .store_cta .point, #entry.laptop .entry-content .store_cta .point, #entry.ranking .entry-content .store_cta .point {
  font-weight: bold;
}

#entry.recommend-pc .entry-content .store_cta .str-red, #entry.product-pc .entry-content .store_cta .str-red, #entry.laptop .entry-content .store_cta .str-red, #entry.ranking .entry-content .store_cta .str-red {
  font-weight: bold;
  color: red;
}

#entry.recommend-pc .entry-content .store_cta .str-bold, #entry.product-pc .entry-content .store_cta .str-bold, #entry.laptop .entry-content .store_cta .str-bold, #entry.ranking .entry-content .store_cta .str-bold {
  font-weight: bold;
}

#entry.recommend-pc .entry-content .rank-product-summary p:has(img), #entry.recommend-pc .entry-content .rank-product-feature p:has(img), #entry.product-pc .entry-content .rank-product-summary p:has(img), #entry.product-pc .entry-content .rank-product-feature p:has(img), #entry.laptop .entry-content .rank-product-summary p:has(img), #entry.laptop .entry-content .rank-product-feature p:has(img), #entry.ranking .entry-content .rank-product-summary p:has(img), #entry.ranking .entry-content .rank-product-feature p:has(img) {
  font-size: 9pt;
  text-align: left;
}

#entry.recommend-pc .entry-content .rank-product-summary p:has(img) img, #entry.recommend-pc .entry-content .rank-product-feature p:has(img) img, #entry.product-pc .entry-content .rank-product-summary p:has(img) img, #entry.product-pc .entry-content .rank-product-feature p:has(img) img, #entry.laptop .entry-content .rank-product-summary p:has(img) img, #entry.laptop .entry-content .rank-product-feature p:has(img) img, #entry.ranking .entry-content .rank-product-summary p:has(img) img, #entry.ranking .entry-content .rank-product-feature p:has(img) img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #entry.recommend-pc .entry-content .rank-product-summary p:has(img) img, #entry.recommend-pc .entry-content .rank-product-feature p:has(img) img, #entry.product-pc .entry-content .rank-product-summary p:has(img) img, #entry.product-pc .entry-content .rank-product-feature p:has(img) img, #entry.laptop .entry-content .rank-product-summary p:has(img) img, #entry.laptop .entry-content .rank-product-feature p:has(img) img, #entry.ranking .entry-content .rank-product-summary p:has(img) img, #entry.ranking .entry-content .rank-product-feature p:has(img) img {
    width: 75%;
    max-width: 300px;
    cursor: zoom-in;
  }
}

#entry.recommend-pc .entry-content .rank-product-summary figure, #entry.recommend-pc .entry-content .rank-product-feature figure, #entry.product-pc .entry-content .rank-product-summary figure, #entry.product-pc .entry-content .rank-product-feature figure, #entry.laptop .entry-content .rank-product-summary figure, #entry.laptop .entry-content .rank-product-feature figure, #entry.ranking .entry-content .rank-product-summary figure, #entry.ranking .entry-content .rank-product-feature figure {
  margin: 1em 0;
  border: none;
  text-align: left;
}

#entry.recommend-pc .entry-content .rank-product-summary figure img, #entry.recommend-pc .entry-content .rank-product-feature figure img, #entry.product-pc .entry-content .rank-product-summary figure img, #entry.product-pc .entry-content .rank-product-feature figure img, #entry.laptop .entry-content .rank-product-summary figure img, #entry.laptop .entry-content .rank-product-feature figure img, #entry.ranking .entry-content .rank-product-summary figure img, #entry.ranking .entry-content .rank-product-feature figure img {
  width: 100%;
  height: auto;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 5px;
  cursor: zoom-in;
}

#entry.recommend-pc .entry-content .rank-product-summary figure figcaption, #entry.recommend-pc .entry-content .rank-product-feature figure figcaption, #entry.product-pc .entry-content .rank-product-summary figure figcaption, #entry.product-pc .entry-content .rank-product-feature figure figcaption, #entry.laptop .entry-content .rank-product-summary figure figcaption, #entry.laptop .entry-content .rank-product-feature figure figcaption, #entry.ranking .entry-content .rank-product-summary figure figcaption, #entry.ranking .entry-content .rank-product-feature figure figcaption {
  font-size: 9pt;
  color: #666;
  text-align: left;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  #entry.recommend-pc .entry-content .rank-product-summary figure img, #entry.recommend-pc .entry-content .rank-product-feature figure img, #entry.product-pc .entry-content .rank-product-summary figure img, #entry.product-pc .entry-content .rank-product-feature figure img, #entry.laptop .entry-content .rank-product-summary figure img, #entry.laptop .entry-content .rank-product-feature figure img, #entry.ranking .entry-content .rank-product-summary figure img, #entry.ranking .entry-content .rank-product-feature figure img {
    width: 75%;
    max-width: 300px;
  }
}

#entry.recommend-pc .entry-content .rank-handson-review p:has(img), #entry.product-pc .entry-content .rank-handson-review p:has(img), #entry.laptop .entry-content .rank-handson-review p:has(img), #entry.ranking .entry-content .rank-handson-review p:has(img) {
  font-size: 9pt;
  text-align: center;
}

#entry.recommend-pc .entry-content .rank-handson-review p:has(img) img, #entry.product-pc .entry-content .rank-handson-review p:has(img) img, #entry.laptop .entry-content .rank-handson-review p:has(img) img, #entry.ranking .entry-content .rank-handson-review p:has(img) img {
  width: 100%;
  height: auto;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #entry.recommend-pc .entry-content .rank-handson-review p:has(img) img, #entry.product-pc .entry-content .rank-handson-review p:has(img) img, #entry.laptop .entry-content .rank-handson-review p:has(img) img, #entry.ranking .entry-content .rank-handson-review p:has(img) img {
    width: 80%;
    max-width: 600px;
  }
}

#entry.recommend-pc .entry-content .rank-product-spec .spec-container, #entry.product-pc .entry-content .rank-product-spec .spec-container, #entry.laptop .entry-content .rank-product-spec .spec-container, #entry.ranking .entry-content .rank-product-spec .spec-container {
  position: relative;
}

#entry.recommend-pc .entry-content .rank-product-spec table.spec-table-no-margin, #entry.product-pc .entry-content .rank-product-spec table.spec-table-no-margin, #entry.laptop .entry-content .rank-product-spec table.spec-table-no-margin, #entry.ranking .entry-content .rank-product-spec table.spec-table-no-margin {
  margin-bottom: 0;
}

#entry.recommend-pc .entry-content .rank-product-spec .spec-fade-overlay, #entry.product-pc .entry-content .rank-product-spec .spec-fade-overlay, #entry.laptop .entry-content .rank-product-spec .spec-fade-overlay, #entry.ranking .entry-content .rank-product-spec .spec-fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#entry.recommend-pc .entry-content .rank-product-spec .spec-hidden-wrap, #entry.product-pc .entry-content .rank-product-spec .spec-hidden-wrap, #entry.laptop .entry-content .rank-product-spec .spec-hidden-wrap, #entry.ranking .entry-content .rank-product-spec .spec-hidden-wrap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#entry.recommend-pc .entry-content .rank-product-spec table.spec-hidden-table, #entry.product-pc .entry-content .rank-product-spec table.spec-hidden-table, #entry.laptop .entry-content .rank-product-spec table.spec-hidden-table, #entry.ranking .entry-content .rank-product-spec table.spec-hidden-table {
  border-top: none;
  margin-top: -1px;
  margin-bottom: 0;
}

#entry.recommend-pc .entry-content .rank-product-spec .spec-btn-wrap, #entry.product-pc .entry-content .rank-product-spec .spec-btn-wrap, #entry.laptop .entry-content .rank-product-spec .spec-btn-wrap, #entry.ranking .entry-content .rank-product-spec .spec-btn-wrap {
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

#entry.recommend-pc .entry-content .rank-product-spec .spec-btn-wrap.is-open, #entry.product-pc .entry-content .rank-product-spec .spec-btn-wrap.is-open, #entry.laptop .entry-content .rank-product-spec .spec-btn-wrap.is-open, #entry.ranking .entry-content .rank-product-spec .spec-btn-wrap.is-open {
  margin-top: 15px;
}

#entry.recommend-pc .entry-content .rank-product-spec .spec-btn, #entry.product-pc .entry-content .rank-product-spec .spec-btn, #entry.laptop .entry-content .rank-product-spec .spec-btn, #entry.ranking .entry-content .rank-product-spec .spec-btn {
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  padding: 6px 16px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

#entry.recommend-pc .entry-content .rank-product-spec table th, #entry.product-pc .entry-content .rank-product-spec table th, #entry.laptop .entry-content .rank-product-spec table th, #entry.ranking .entry-content .rank-product-spec table th {
  background-color: #7db4e6;
  padding: 4px;
  width: 10em;
}

#entry.recommend-pc .entry-content .rank-product-spec table td, #entry.product-pc .entry-content .rank-product-spec table td, #entry.laptop .entry-content .rank-product-spec table td, #entry.ranking .entry-content .rank-product-spec table td {
  padding: 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

#entry.recommend-pc .entry-content .rank-product-detail-link, #entry.product-pc .entry-content .rank-product-detail-link, #entry.laptop .entry-content .rank-product-detail-link, #entry.ranking .entry-content .rank-product-detail-link {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

#entry.recommend-pc .entry-content .rank-product-detail-link a, #entry.product-pc .entry-content .rank-product-detail-link a, #entry.laptop .entry-content .rank-product-detail-link a, #entry.ranking .entry-content .rank-product-detail-link a {
  font-size: 0.9em;
  text-decoration: underline;
  color: #005f93;
}

#entry.recommend-pc .entry-content .rank-product-review ul, #entry.product-pc .entry-content .rank-product-review ul, #entry.laptop .entry-content .rank-product-review ul, #entry.ranking .entry-content .rank-product-review ul {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}

#entry.recommend-pc .entry-content .rank-product-review .review-box, #entry.product-pc .entry-content .rank-product-review .review-box, #entry.laptop .entry-content .rank-product-review .review-box, #entry.ranking .entry-content .rank-product-review .review-box {
  font-size: 10pt;
}

#entry.recommend-pc .entry-content .rank-product-review .review-box.pros-point dl, #entry.product-pc .entry-content .rank-product-review .review-box.pros-point dl, #entry.laptop .entry-content .rank-product-review .review-box.pros-point dl, #entry.ranking .entry-content .rank-product-review .review-box.pros-point dl {
  border: 1px solid #90d581;
}

#entry.recommend-pc .entry-content .rank-product-review .review-box.pros-point dl dt, #entry.product-pc .entry-content .rank-product-review .review-box.pros-point dl dt, #entry.laptop .entry-content .rank-product-review .review-box.pros-point dl dt, #entry.ranking .entry-content .rank-product-review .review-box.pros-point dl dt {
  background-color: #d0ffc6;
  border-bottom: 1px solid #90d581;
  color: #299911;
}

#entry.recommend-pc .entry-content .rank-product-review .review-box.cons-point dl, #entry.product-pc .entry-content .rank-product-review .review-box.cons-point dl, #entry.laptop .entry-content .rank-product-review .review-box.cons-point dl, #entry.ranking .entry-content .rank-product-review .review-box.cons-point dl {
  border: 1px solid #009EF3;
}

#entry.recommend-pc .entry-content .rank-product-review .review-box.cons-point dl dt, #entry.product-pc .entry-content .rank-product-review .review-box.cons-point dl dt, #entry.laptop .entry-content .rank-product-review .review-box.cons-point dl dt, #entry.ranking .entry-content .rank-product-review .review-box.cons-point dl dt {
  background-color: #bae7ff;
  border-bottom: 1px solid #009EF3;
  color: #005f93;
}

#entry.recommend-pc .entry-content .rank-product-review .review-box dl, #entry.product-pc .entry-content .rank-product-review .review-box dl, #entry.laptop .entry-content .rank-product-review .review-box dl, #entry.ranking .entry-content .rank-product-review .review-box dl {
  border: 1px solid #333;
  /* dl全体に枠 */
  margin: 0;
}

#entry.recommend-pc .entry-content .rank-product-review .review-box dl dt, #entry.product-pc .entry-content .rank-product-review .review-box dl dt, #entry.laptop .entry-content .rank-product-review .review-box dl dt, #entry.ranking .entry-content .rank-product-review .review-box dl dt {
  font-weight: bold;
}

#entry.recommend-pc .entry-content .rank-product-review .review-box dl dt, #entry.recommend-pc .entry-content .rank-product-review .review-box dl dd, #entry.product-pc .entry-content .rank-product-review .review-box dl dt, #entry.product-pc .entry-content .rank-product-review .review-box dl dd, #entry.laptop .entry-content .rank-product-review .review-box dl dt, #entry.laptop .entry-content .rank-product-review .review-box dl dd, #entry.ranking .entry-content .rank-product-review .review-box dl dt, #entry.ranking .entry-content .rank-product-review .review-box dl dd {
  background: none;
  padding: 8px;
  /* 余白をつける */
  margin: 0;
  color: black;
}

@media only screen and (min-width: 769px) {
  #entry.recommend-pc .entry-content .rank-product-review ul, #entry.product-pc .entry-content .rank-product-review ul, #entry.laptop .entry-content .rank-product-review ul, #entry.ranking .entry-content .rank-product-review ul {
    display: flex;
    justify-content: space-between;
  }
  #entry.recommend-pc .entry-content .rank-product-review .review-box, #entry.product-pc .entry-content .rank-product-review .review-box, #entry.laptop .entry-content .rank-product-review .review-box, #entry.ranking .entry-content .rank-product-review .review-box {
    width: 49%;
  }
}

#entry.recommend-pc .entry-content .comparision-table, #entry.product-pc .entry-content .comparision-table, #entry.laptop .entry-content .comparision-table, #entry.ranking .entry-content .comparision-table {
  position: relative;
}

#entry.recommend-pc .entry-content .comparision-table table, #entry.product-pc .entry-content .comparision-table table, #entry.laptop .entry-content .comparision-table table, #entry.ranking .entry-content .comparision-table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid grey;
  /* --- 最初の1列を固定 --- */
  /* 2列目以降の幅を120pxにして */
  /* そのあとに書くことで個別指定 */
}

#entry.recommend-pc .entry-content .comparision-table table tr, #entry.product-pc .entry-content .comparision-table table tr, #entry.laptop .entry-content .comparision-table table tr, #entry.ranking .entry-content .comparision-table table tr {
  border-bottom: 1px solid grey;
}

#entry.recommend-pc .entry-content .comparision-table table th, #entry.product-pc .entry-content .comparision-table table th, #entry.laptop .entry-content .comparision-table table th, #entry.ranking .entry-content .comparision-table table th {
  font-weight: bold;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}

#entry.recommend-pc .entry-content .comparision-table table td, #entry.product-pc .entry-content .comparision-table table td, #entry.laptop .entry-content .comparision-table table td, #entry.ranking .entry-content .comparision-table table td {
  border-right: 1px solid grey;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

#entry.recommend-pc .entry-content .comparision-table table th, #entry.recommend-pc .entry-content .comparision-table table td, #entry.product-pc .entry-content .comparision-table table th, #entry.product-pc .entry-content .comparision-table table td, #entry.laptop .entry-content .comparision-table table th, #entry.laptop .entry-content .comparision-table table td, #entry.ranking .entry-content .comparision-table table th, #entry.ranking .entry-content .comparision-table table td {
  font-size: 9pt;
}

#entry.recommend-pc .entry-content .comparision-table table .small-font, #entry.product-pc .entry-content .comparision-table table .small-font, #entry.laptop .entry-content .comparision-table table .small-font, #entry.ranking .entry-content .comparision-table table .small-font {
  font-size: 0.8rem;
}

#entry.recommend-pc .entry-content .comparision-table table td:first-child, #entry.recommend-pc .entry-content .comparision-table table th:first-child, #entry.product-pc .entry-content .comparision-table table td:first-child, #entry.product-pc .entry-content .comparision-table table th:first-child, #entry.laptop .entry-content .comparision-table table td:first-child, #entry.laptop .entry-content .comparision-table table th:first-child, #entry.ranking .entry-content .comparision-table table td:first-child, #entry.ranking .entry-content .comparision-table table th:first-child {
  position: sticky;
  width: 120px;
  left: 0px;
  z-index: 2;
  /* ほかのセルの上に表示 */
}

#entry.recommend-pc .entry-content .comparision-table table td:first-child:before, #entry.recommend-pc .entry-content .comparision-table table th:first-child:before, #entry.product-pc .entry-content .comparision-table table td:first-child:before, #entry.product-pc .entry-content .comparision-table table th:first-child:before, #entry.laptop .entry-content .comparision-table table td:first-child:before, #entry.laptop .entry-content .comparision-table table th:first-child:before, #entry.ranking .entry-content .comparision-table table td:first-child:before, #entry.ranking .entry-content .comparision-table table th:first-child:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  pointer-events: none;
}

#entry.recommend-pc .entry-content .comparision-table table td:first-child, #entry.product-pc .entry-content .comparision-table table td:first-child, #entry.laptop .entry-content .comparision-table table td:first-child, #entry.ranking .entry-content .comparision-table table td:first-child {
  background-color: white;
}

#entry.recommend-pc .entry-content .comparision-table table th:nth-child(n+2), #entry.product-pc .entry-content .comparision-table table th:nth-child(n+2), #entry.laptop .entry-content .comparision-table table th:nth-child(n+2), #entry.ranking .entry-content .comparision-table table th:nth-child(n+2) {
  width: 120px;
}

#entry.recommend-pc .entry-content .comparision-table table th.product_image, #entry.product-pc .entry-content .comparision-table table th.product_image, #entry.laptop .entry-content .comparision-table table th.product_image, #entry.ranking .entry-content .comparision-table table th.product_image {
  width: 80px;
}

#entry.recommend-pc .entry-content .comparision-table table th.product_cta_url, #entry.product-pc .entry-content .comparision-table table th.product_cta_url, #entry.laptop .entry-content .comparision-table table th.product_cta_url, #entry.ranking .entry-content .comparision-table table th.product_cta_url {
  width: 140px;
}

#entry.recommend-pc .entry-content .comparision-table table td.product_price .price, #entry.product-pc .entry-content .comparision-table table td.product_price .price, #entry.laptop .entry-content .comparision-table table td.product_price .price, #entry.ranking .entry-content .comparision-table table td.product_price .price {
  color: red;
  font-weight: bold;
}

#entry.recommend-pc .entry-content .summary ol, #entry.product-pc .entry-content .summary ol, #entry.laptop .entry-content .summary ol, #entry.ranking .entry-content .summary ol {
  counter-reset: ranking;
  /* カウンターをリセット */
  padding-left: 3em;
  /* リストの左の余白を調整 */
}

#entry.recommend-pc .entry-content .summary ol li, #entry.product-pc .entry-content .summary ol li, #entry.laptop .entry-content .summary ol li, #entry.ranking .entry-content .summary ol li {
  counter-increment: ranking;
  /* カウンターをインクリメント */
  list-style: none;
  /* デフォルトのリストスタイルを無効化 */
  position: relative;
  /* 擬似要素の位置を相対的に */
}

#entry.recommend-pc .entry-content .summary ol li::before, #entry.product-pc .entry-content .summary ol li::before, #entry.laptop .entry-content .summary ol li::before, #entry.ranking .entry-content .summary ol li::before {
  content: counter(ranking) "位 ";
  /* カウンターの値と "位" を表示 */
  position: absolute;
  /* 擬似要素の位置を絶対的に */
  left: -2em;
  /* 擬似要素の左位置を調整 */
}

/* 比較表のソートボタン */
.compare-sort-buttons {
  margin-bottom: 0.25em;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  /* 右寄せにする */
}

.compare-sort-buttons .sort-btn {
  background-color: #fff;
  border: 2px solid #999;
  color: #999;
  padding: 3px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.compare-sort-buttons .sort-btn:hover {
  background-color: #f0f7ff;
  border-color: #4072b3;
  color: #4072b3;
}

.compare-sort-buttons .sort-btn.active {
  background-color: #4072b3;
  border-color: #4072b3;
  color: #fff;
}

/* 結論カードスタイル */
.recommend-conclusion-card-container {
  display: flex;
  flex-wrap: nowrap;
  /* PC: Always single row */
  gap: 12px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 880px;
  /* Tablet/PC: Prevent too wide stretching */
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  /* Allow horizontal scroll if squeezed too much on tiny screens */
  padding-bottom: 5px;
  /* Space for shadow */
  scrollbar-width: none;
  /* Firefox */
}

.recommend-conclusion-card-container::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.recommend-conclusion-card {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  /* Label: Contained inside the card */
}

.recommend-conclusion-card .recommend-conclusion-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 3px 10px;
  border-bottom-right-radius: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  z-index: 10;
}

.recommend-conclusion-card .rank-label-1 {
  background: #E6B422;
}

.recommend-conclusion-card .rank-label-2 {
  background: #8e8e8f;
}

.recommend-conclusion-card .rank-label-3 {
  background: #C47222;
}

.recommend-conclusion-card .img-col {
  text-align: center;
  margin-bottom: 8px;
  height: 120px;
  /* 揃えるために高さを固定 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.recommend-conclusion-card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.recommend-conclusion-card .text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* PC: テキスト中央寄せ */
}

.recommend-conclusion-maker {
  font-size: 0.7rem;
  color: #888;
  margin-bottom: 3px;
  line-height: 1;
}

.recommend-conclusion-name {
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 6px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.7em;
  /* PCで2行分のスペースを確保 */
}

.recommend-conclusion-campaign {
  color: #d32f2f;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
  min-height: 1.2em;
  /* 高さ確保 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-top: auto;
  /* 下に押しやる */
}

/* 価格行のスタイル */
.recommend-conclusion-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 0px;
  /* ボタンのマージンで調整するため0に */
  flex-wrap: wrap;
  line-height: 1;
}

.recommend-conclusion-discount {
  background-color: #bf0000;
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.recommend-conclusion-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #d32f2f;
  font-family: 'Lato', sans-serif;
}

.recommend-conclusion-regular-price {
  color: #888;
  font-size: 0.8rem;
  text-decoration: line-through;
}

/* Specs Style */
.recommend-conclusion-specs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
  flex-wrap: wrap;
  width: 100%;
}

.recommend-conclusion-specs .recommend-spec-chip {
  display: inline-block;
  background-color: #f7f7f7;
  color: #555;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.6rem;
  font-weight: bold;
  border: 1px solid #ddd;
  line-height: 1.2;
}

.recommend-conclusion-btn {
  display: flex;
  flex-direction: column;
  /* サブテキストを下に配置 */
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #ffa500, #ff8c00);
  color: white !important;
  text-align: center;
  height: auto;
  /* 高さを自動調整 */
  min-height: 44px;
  /* 最小高さを確保 */
  width: 100%;
  border-radius: 4px;
  text-decoration: none !important;
  /* 強制的に下線を削除 */
  border-bottom: none !important;
  /* SANGOテーマ等のスタイルを上書き */
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
  transition: opacity 0.3s;
  line-height: 1.1;
  margin-top: 18px;
  /* 価格との余白を追加 10px->18px */
  padding: 4px 0;
}

.recommend-conclusion-btn .recommend-conclusion-btn-sub {
  font-size: 0.65rem;
  font-weight: normal;
  opacity: 0.95;
}

.recommend-conclusion-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* コメントスタイル（共通） */
.recommend-conclusion-comment {
  display: -webkit-box;
  padding-top: 26px;
  /* ラベルとの間隔を広げる */
  padding-bottom: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.4;
  /* PC版のみ高さ固定で位置揃え 2行(1.4*2*flex)+padding(26+5) = ~70px */
  height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* スマホ用スタイル */
@media screen and (max-width: 768px) {
  .recommend-conclusion-card-container {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width: 440px;
    /* モバイル/タブレット用に幅を制限 */
  }
  .recommend-conclusion-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    /* 左: 画像(固定), 右: テキスト(可変) */
    grid-template-rows: auto 1fr;
    grid-template-areas: "comment comment" "specs   specs" "img     info";
    padding: 8px 10px 10px 8px;
    gap: 0px 8px;
    /* Row gap 0, Col gap 8 */
    height: auto;
    min-height: 110px;
  }
  .recommend-conclusion-card .img-col {
    grid-area: img;
    width: 96px;
    flex-shrink: 0;
    height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    /* テキストとのバランス調整 */
    display: flex;
    align-items: flex-start;
    /* 上揃え */
    justify-content: center;
  }
  .recommend-conclusion-card img {
    max-height: 90px;
    max-width: 100%;
  }
  .recommend-conclusion-card .text-col {
    grid-area: info;
    align-items: flex-start;
    /* 左寄せ */
    justify-content: center;
    padding-top: 0;
  }
  .recommend-conclusion-comment {
    grid-area: comment;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
    /* SPでもラベルとの間隔確保 */
    margin-bottom: 4px;
    /* SPは高さ自動 */
    height: auto;
    display: block;
    -webkit-line-clamp: none;
  }
  .recommend-conclusion-maker {
    font-size: 0.65rem;
    margin-bottom: 2px;
  }
  .recommend-conclusion-name {
    font-size: 0.85rem;
    text-align: left;
    height: auto;
    margin-bottom: 4px;
    -webkit-line-clamp: 2;
  }
  .recommend-conclusion-campaign {
    text-align: left;
    font-size: 0.7rem;
    margin-top: 0;
  }
  .recommend-conclusion-price-row {
    justify-content: flex-start;
    margin-bottom: 6px;
    gap: 4px;
  }
  .recommend-conclusion-price {
    font-size: 1.1rem;
  }
  .recommend-conclusion-discount {
    font-size: 0.7rem;
    padding: 2px 4px;
  }
  .recommend-conclusion-regular-price {
    font-size: 0.7rem;
  }
  .recommend-conclusion-specs {
    grid-area: specs;
    justify-content: flex-start;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .recommend-conclusion-specs .recommend-spec-chip {
    font-size: 0.65rem;
    padding: 2px 6px;
  }
  .recommend-conclusion-btn {
    height: auto;
    min-height: 40px;
    font-size: 0.8rem;
    padding: 4px 0;
  }
}

.recommend-conclusion-detail-link {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #888;
  margin-top: 5px;
  text-decoration: underline;
  cursor: pointer;
}

.recommend-conclusion-detail-link:hover {
  color: #555;
  text-decoration: none;
}

a.recommend-conclusion-name {
  text-decoration: underline;
  color: #333;
  display: -webkit-box;
  /* To maintain line-clamp */
  cursor: pointer;
}

a.recommend-conclusion-name:hover {
  text-decoration: none;
  color: #4072b3;
}

/* =========================================================================
   モバイル用最下部固定CTA
   ========================================================================= */
.bottom-fixed-cta {
  display: none;
}

@media screen and (max-width: 768px) {
  .bottom-fixed-cta {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    border-top: 1px solid #e5e7eb;
    padding-bottom: env(safe-area-inset-bottom);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(100%);
    /* 初期状態は隠しておく */
    /* 初期状態(隠れ)は上向き */
  }
  .bottom-fixed-cta .bottom-fixed-cta-toggle i {
    transform: rotate(180deg);
  }
  .bottom-fixed-cta.is-visible {
    transform: translateY(0);
    margin-bottom: 0;
    /* Ensures no extra gap below */
    /* 見えている時は下向き */
  }
  .bottom-fixed-cta.is-visible .bottom-fixed-cta-toggle i {
    transform: rotate(0deg);
  }
  .bottom-fixed-cta-toggle {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 20px;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    border-radius: 12px 12px 0 0;
    color: #bbb;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.03);
  }
  .bottom-fixed-cta-toggle i {
    transition: transform 0.3s ease;
  }
  .bottom-fixed-cta.is-minimized {
    transform: translateY(100%);
  }
  .bottom-fixed-cta.is-minimized .bottom-fixed-cta-toggle i {
    transform: rotate(180deg);
  }
  .bottom-fixed-cta.is-minimized .bottom-fixed-cta-content {
    opacity: 0;
    pointer-events: none;
  }
  .bottom-fixed-cta-content {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 10px;
    min-height: 84px;
    /* Flexible height */
    box-sizing: border-box;
    transition: opacity 0.3s ease;
  }
  .bottom-fixed-cta-img-wrap {
    flex-shrink: 0;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .bottom-fixed-cta-img-wrap .bottom-fixed-cta-maker-under-img {
    font-size: 9px;
    color: #777;
    margin-top: 2px;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .bottom-fixed-cta-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .bottom-fixed-cta-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    /* text-overflow: ellipsis 用 */
  }
  .bottom-fixed-cta-message {
    color: #ab834c;
    /* 上品で彩度を抑えた色 */
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 2px;
  }
  .bottom-fixed-cta-title {
    font-size: 11px;
    font-weight: bold;
    /* 製品名を太字に変更 */
    line-height: 1.3;
    color: #333;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 1行に制限 */
    -webkit-box-orient: vertical;
    word-break: break-all;
    /* 行を折り返す */
  }
  .bottom-fixed-cta-price-area {
    display: flex;
    flex-direction: column;
    /* 2行に分ける */
    gap: 1px;
    /* 行間の隙間を詰める */
    font-family: Arial, sans-serif;
    line-height: 1.2;
    overflow: hidden;
  }
  .bottom-fixed-cta-price-area .bottom-fixed-cta-regular {
    color: #999;
    font-size: 10px;
    white-space: nowrap;
  }
  .bottom-fixed-cta-price-area .bottom-fixed-cta-regular .price-strike {
    text-decoration: line-through;
  }
  .bottom-fixed-cta-price-area .bottom-fixed-cta-current-wrap {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .bottom-fixed-cta-price-area .bottom-fixed-cta-current-wrap .discount-rate {
    background-color: #bb3f4b;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 3px;
    line-height: 1.1;
    margin-right: 4px;
  }
  .bottom-fixed-cta-price-area .bottom-fixed-cta-current-wrap .price-val {
    color: #e74c3c;
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
  }
  .bottom-fixed-cta-price-area .bottom-fixed-cta-current-wrap .tax-in {
    color: #e74c3c;
    font-size: 9px;
    font-weight: normal;
    align-self: flex-end;
    line-height: 1.2;
    margin-left: 1px;
  }
  .bottom-fixed-cta-btn-wrap {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    /* 指定の幅 */
    max-width: 42%;
  }
  .bottom-fixed-cta-btn-wrap .bottom-fixed-cta-sale-text {
    color: #bb3f4b;
    /* セールテキスト色 */
    font-size: 9px;
    /* 長いテキストに対応するため小さく */
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 1.1;
    text-align: center;
    width: 100%;
    /* コンテナ幅に合わせる */
    white-space: nowrap;
    /* 1行に収める */
    overflow: hidden;
    /* はみ出した分を隠す */
    text-overflow: ellipsis;
    /* 「...」にする */
  }
  .bottom-fixed-cta-btn-wrap .bottom-fixed-cta-btn {
    display: inline-block;
    background: #e67e22;
    /* Sangoのアクセントに近い色 */
    color: #fff;
    text-decoration: none;
    padding: 6px 8px;
    /* 幅をさらに狭める */
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(230, 126, 34, 0.3);
    width: 100%;
    /* ボタン幅をコンテナに合わせる */
  }
  .bottom-fixed-cta-btn-wrap .bottom-fixed-cta-btn .btn-main {
    display: block;
    font-size: 9px;
    /* 少し小さく */
    font-weight: normal;
    margin-bottom: 2px;
  }
  .bottom-fixed-cta-btn-wrap .bottom-fixed-cta-btn .btn-sub {
    display: block;
    font-size: 12px;
    /* 少し小さく */
    font-weight: bold;
  }
  .bottom-fixed-cta-btn-wrap .bottom-fixed-cta-btn:active {
    background: #d35400;
    transform: translateY(1px);
    box-shadow: none;
  }
  /* 記事本文に下余白を追加してCTAに隠れないようにする */
  .single-recommend-pc, .single-product-pc, .single-ranking {
    /* 下部CTAと被るためトップへ戻るボタンは非表示 */
  }
  .single-recommend-pc #content, .single-product-pc #content, .single-ranking #content {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
  .single-recommend-pc .totop, .single-product-pc .totop, .single-ranking .totop {
    display: none !important;
  }
}

#kahoo-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

#kahoo-lightbox #kahoo-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: zoom-out;
}

#kahoo-lightbox #kahoo-lightbox-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

#kahoo-lightbox #kahoo-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #333;
  padding: 0;
  transition: background 0.15s;
}

#kahoo-lightbox #kahoo-lightbox-close:hover {
  background: #fff;
}

.zl-bench-guide {
  margin: 1.5rem 0 2rem;
}

.zl-bench-guide__title {
  display: table;
  font-size: 0.7rem;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #f1f5f9;
  border-left: 3px solid #3b82f6;
  padding: 2px 8px 2px 6px;
  margin: 0 !important;
  line-height: 1.6;
}

.zl-bench-guide__table-wrap {
  overflow-x: auto;
  margin-top: 0 !important;
}

.zl-bench-guide__table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: none !important;
  font-size: 0.88rem;
  table-layout: fixed !important;
}

.zl-bench-guide__table th, .zl-bench-guide__table td {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
}

.zl-bench-guide__table th {
  background: #1e293b;
  color: #fff;
  font-weight: 700;
  white-space: nowrap !important;
}

.zl-bench-guide__table td {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: break-word;
}

.zl-bench-guide__table th:nth-child(3) {
  white-space: normal !important;
}

.zl-bench-guide__table th:nth-child(1), .zl-bench-guide__table td:nth-child(1) {
  width: 80px;
}

.zl-bench-guide__table th:nth-child(2), .zl-bench-guide__table td:nth-child(2) {
  width: 72px;
}

.zl-bench-guide__table tr:nth-child(even) td {
  background: #f8fafc;
}

@media (min-width: 768px) {
  .zl-bench-guide__table {
    table-layout: auto !important;
  }
  .zl-bench-guide__table th:nth-child(1), .zl-bench-guide__table td:nth-child(1) {
    width: auto;
  }
  .zl-bench-guide__table th:nth-child(2), .zl-bench-guide__table td:nth-child(2) {
    width: auto;
  }
  .zl-bench-guide__table th:nth-child(3) {
    white-space: nowrap;
  }
}

.zl-bench-guide__score-range {
  font-weight: 600;
  color: #374151;
}

.zl-bench-guide__label {
  font-weight: 600;
}

.zl-bench-guide__row--highlight td {
  background: #fef9c3 !important;
  font-weight: 700;
}

.zl-bench-guide__this-pc {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #b45309;
  background: #fde68a;
  border-radius: 3px;
  padding: 1px 5px;
  white-space: nowrap;
  vertical-align: middle;
}

.zl-bench-guide__badge {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.68rem;
  font-weight: 700;
  border-radius: 3px;
  padding: 1px 5px;
  white-space: nowrap;
  vertical-align: middle;
}

.zl-bench-guide__badge--idle {
  color: #1d4ed8;
  background: #dbeafe;
}

.zl-bench-guide__badge--load {
  color: #c2410c;
  background: #ffedd5;
}

.zl-bench-guide--noise .zl-bench-guide__row--highlight td {
  background: #f0f9ff !important;
}

.zl-bench-guide__note {
  font-size: 0.78rem;
  color: #6b7280;
  margin: 0.2rem 0 0 !important;
}

.laptop-short-verdict-sub {
  font-size: 1.05em;
  color: #555;
  margin: -10px 0 18px;
  padding: 0 4px;
  line-height: 1.6;
  font-style: italic;
}
