/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/******************************************************
* サイト全体
******************************************************/
/* フォント */
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/******************************************************
* ヘッダー
******************************************************/

/* タイトルロゴ */
.device-pc .keblog-header {
	max-width: 1200px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	height: 70px;
	box-shadow: none;
	align-items: center;
	margin: 0 auto;
}
.device-mobile .keblog-header {
	display: flex;
	align-items: center;
	height: 60px;
}
.keblog-logo {
	width: 140px;
	line-height: 0;
}
.keblog-logo img {
	width: 140px;
	height: 30px;
}
.site-logo {
	line-height: 0;
}
.site-logo img {
	height: 30px;
	padding: 0;
	width: 347px;
}
.device-mobile .site-logo {
	width: 88%;
}
.device-mobile .site-logo a {
	width: 90%;
	display: block;
	height: auto;
	margin: 0 auto;
}
.device-mobile .site-logo img {
	width: 378px;
	height: auto;
}
.keblog-header .search {
	width: 250px;
}
#onlynav {
  padding: 0.7em 0;
}
#onlynav ul li {
  border-right: 1px solid #fff;
}
#onlynav ul li:last-child {
  border: none;
}
#onlynav ul li:hover {
  background-color: #175297;
}
#onlynav ul li a {
  padding: 0.8em 2em;
}

/* ドロワーメニュー */
.drawer-nav-btn-wrap {
	right: 3px;
	left: initial;
}

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

/* 検索 */
input[type="submit"].searchsubmit {
	background-color: #006ccc;
}
.searchform .s {
  border: 1px solid #000;
}
#sidebar .widget {
	margin-bottom: 30px;
}

#ezw_tco-2 .ez-toc-title {
  position: relative;
  font-size: 16px !important;
	font-weight: normal !important;
  padding: 8px 15px;
  margin: -10px;
  margin-bottom: 10px;
	color: #fff !important;
	background-color: #333;
}

.diver_ad {
	margin-bottom: 30px;
}

#sidebar .widget_ad_dairy_widget {
	text-align: center;
}

/******************************************************
* メインカラム
******************************************************/

/* メインコンテンツ */
.hentry .post-meta, .article_footer {
  padding: 1em 10px;
}
.single-post-main {
  padding: 3em 10px 0;
}

.post-box-thumbnail__wrap img{
	height: auto;
}

/* テーブル */
:where(.content) table img {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px){
.content .mobile_table {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 24px;
}
.content .mobile_table img {
  max-width: initial;
  width: 60px;
}
}

/* ボックス */
.sc_frame_wrap .sc_frame {
	padding: 0.5em 1em;
}
.sc_frame_wrap .sc_frame_title {
	padding: 0 1em;
	top: 3px;
}

/* 関連記事 */
.hvr-fade-post {
  margin: 3px 0;
}

/* おすすめ記事 */
.recommended-posts p.recommended-title {
	font-size: 1.2em;
	font-weight: 500;
	margin: 1.5em 0 0.5em;
}
.recommended-posts p.recommended-title::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0 7px 0 0;
	color: #006ccc;
}
.recommended-posts .simpleblogcard_wrap {
	margin: 0 0 1em !important;
}
.recommended-posts .simpleblogcard_wrap a {
	padding: 10px;
}
.recommended-posts p.simpleblogcard_point {
	display: none;
}

/* 固定ページのPR表示 */
.page .pr-tag {
	margin: 10px 0 0 30px;
}

/* ページネーション */
.navigation-post__thumb {
  position: relative;
  width: 120px;
  background-color: #eee;
  height: 63px;
}

/* 見出し */

.content h2 {
  background: #175297;
  padding: .75em 1em;
  color: #fff;
  line-height: 1.4;
  margin: 2.5em 0 1em;
  position: relative;
  z-index: 1;
  font-size: 1.4em;
}
.content h2::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px #175297;
  border-bottom: solid 2px #175297;
}
.device-mobile .content h2 {
  font-size: 1.2em;
}

/* h3 */
.content h3 {
font-size: 1.2rem;
  line-height: 1.8rem;
  display: block;
  margin: 20px 0;
  padding: 5px 10px;
  font-weight: bold;
  color: #313131;
  border-left: 6px solid #175297;
}
/* h4 */
.content h4 {
    padding: 0 10px 0 25px;;  /*内側の余白*/
    font-size:1em;
    font-weight:bold;
    position:relative;
	margin: 0 0 0.5em 0;
}

.content h4:before {
   font: var(--fa-font-solid);
   content: "\f219";
	color: #333;
    position:absolute;
    top:8px;                 /*アイコンの位置(上)*/
    left:0;                     /*アイコンの位置(左)*/
}

/* カスタム方法のh3・h4に数字を振る */
.content .custom-method h3,
.content .custom-method h4 {
  counter-increment: number;  /* カウンタの値を計算していく */
}
.content .custom-method h3::before,
.content .custom-method h4::before {
  content: "STEP"counter(number)". "; /* 数字出力 */
}

/* 画像 */
@media(max-width:599px) {
	a.fancybox.image {
		pointer-events: none;
	}
}

/* 材料費の予算 */
.cost {
  display: block;
  margin: 5px 0 0 0;
  padding: .3em .5em;
  border-radius: 2px;
  vertical-align: middle;
  background: #333;
  color: #fff;
  font-size: .9em;
  clear: both;
  float: left;
}

/* 目次 */
#fix_sidebar .ez-toc-widget-container {
	overflow: visible;
}
#fix_sidebar .ez-toc-btn {
	display: none;
}
.widget ul.ez-toc-list:first-child > li {
  border-bottom: none;
}
.post #ez-toc-container ul li {
	font-size: 100%;
}
.ez-toc-widget-container ul li a {
  padding-bottom: 3px;
}
.post #ez-toc-container{
	width: 100%!important;
	background: #fff;
	border: 3px solid #666;
	padding: 0;
	margin-top: 30px;
}
.device-mobile .post #ez-toc-container  ul.ez-toc-list {
	padding: 0.5em 1em 1em;
}
.device-pc .post #ez-toc-container  ul.ez-toc-list{
	padding: 0.5em 2em 1em;
}
.post .ez-toc-title-container {
	text-align: center;
	color: #fff;
	background-color: #666;
	position: relative;
	padding: 0 0 0.3em;
}
.post .ez-toc-title {
	letter-spacing: 0.2em;
}
.post .ez-toc-title-toggle{
	position: absolute;
	right: 5%
}
#ez-toc-container .ez-toc-js-icon-con {
	border: none;
}
.widget .ez-toc-list li a {
	font-size: 0.9em !important;
}

/* 引用 */

blockquote {
  padding: 2em 1.5em 2.5em;
}

blockquote p {
  margin: 0;
}

/* 画像引用 */

.cite {
  width: 400px;
  text-align: right;
  display: block;
  margin-top: -3.6em;
  margin-bottom: 1.5em;
  font-size: 0.7em;
  color: #999;
}
.cite::before {
  content: "引用元：";
}
.cite a,
.cite::before {
  color: #999;
  font-size: 0.8em;
}
@media screen and (max-width: 540px) {
  .cite {
    width: 100%;
    padding-right: 0.5em;
  }
}

/* 吹き出し */

.voice .icon img, .voice .icon amp-img {
  border: 0;
}
.sc_balloon {
  border: 2px solid #666;
}
.voice .sc_balloon {
  margin-top: 20px;
}
.voice .icon img, .voice .icon amp-img {
  width: 100px;
  height: 100px;
  border-radius: 0;
}

/* Rinker */
div.yyi-rinker-contents {
	border: solid 2px #e5e5e5;
	border-radius: 5px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}

div.yyi-rinker-contents .brand {
	display: none;
}

div.yyi-rinker-contents img {
  max-width: 160px;
	max-height:160px;
	width:auto;
	height:auto;
}

div.yyi-rinker-contents div.yyi-rinker-box {
	padding: .25em 0;
}

div.yyi-rinker-contents div.yyi-rinker-image {
	margin: 2%;
	width: 30%;
}

div.yyi-rinker-info {
	padding: 0 3%;
	width: 100%;
	margin: auto;
}

.yyi-rinker-title {
	font-size: 1em;
	margin-left: .5em;
	padding-top: 1em;
}

div.yyi-rinker-contents div.yyi-rinker-title p {
	margin: 0;
}

div.yyi-rinker-contents div.yyi-rinker-detail {
	font-size: .8em;
	color: #42424280;
	padding-left: 0;
	margin-top: 0;
	margin-left: .5em;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
	margin: .5em 0;
	margin-left: .5em;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
	letter-spacing: 0.1em;
	font-size: 1.2em;
	margin-right: .5em;
}

div.yyi-rinker-contents ul.yyi-rinker-links {
	display: inline-block;
	text-align: center;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
	width: 70%;
	padding: 0 .7em;
	margin: .5em .5em .4em .5em;
	font-size: .8em;
	display: inline-block;
	height: 40px;
	border-radius: 3px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 40px;
	transition: .3s ease-in-out;
	text-align: center;
}

div.yyi-rinker-contents ul.yyi-rinker-links li:hover{
	opacity: 0.9;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink{
	background: #90CAF9;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
	background: #FFC266;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
	color: #fff;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
	background: #ff7c74;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
	background: #95cad7;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 {
	background: #90d581;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
	height: 40px;
	line-height: 40px;
	font-size: 0.95em;
	padding-left: 0px;
	padding-right: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:after {
	position: absolute;
	right: auto;
	padding-left: 5px;
	font-family: FontAwesome;
	content: "\f138"!important;
	transition: .3s ease-in-out;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:hover::after {
	opacity: .9;
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
}

@media screen and (max-width: 540px) {

div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 1em 0 0 0;
	display: block;
}
div.yyi-rinker-contents div.yyi-rinker-image {
	width: auto;
}
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
	padding: 0;
	margin: auto;
	width: 90%;
	text-align: center;
}
.yyi-rinker-title {
	font-size: .9em;
	text-align: center
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
	display: block;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
	width: 85%;
	font-size: .9em;
}
body div.yyi-rinker-contents ul.yyi-rinker-links li a {
	padding: 0;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:after {
}

}

/* 記事下ナビゲーション */
.navigation-post__title {
  font-size: 1.0em;
}

/* メリット・デメリット比較表 */
.merit-table {
	width: 100%;
}
.merit-table .merit-th {
	background-color: #70c0a2;
	color: #fff;
	width: 50%!important;
}
.merit-table .demerit-th {
	background-color: #f69f78;
	color: #fff;
	width: 50%!important;
}
.merit-table td {
	vertical-align: top;
}
.merit-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.merit-table ul li {
  position: relative;
	line-height: 2.0;
  padding: 0 0 0 1.5em;
  margin: 0;
}
.merit-table ul li::before {
  position: absolute;
  left: 0;
  font-family: icomoon;
}
.merit-table .merit-td ul li::before {
  content: '\ea56';
  color: #86dd7b;
}
.merit-table .demerit-td ul li::before {
  content: '\e903';
  color: #f36060;
}

/* 商品比較表 */
table.hikaku_table {
	text-align: center;
}
table.hikaku_table.line {
	border: 0;
	border-top: 1px solid #ccc;
}
.hikaku_table.line td,
.hikaku_table.line th {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.hikaku_table td {
	position: relative;
}
.itemHikaku-bg::before {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.d-maru::before {
	content: url(https://keb-log.com/wp-content/themes/diver_child/parts-image/hikaku_table/d-circle.png);
}
.maru::before {
	content: url(https://keb-log.com/wp-content/themes/diver_child/parts-image/hikaku_table/circle.png);
}
.sankaku::before {
	content: url(https://keb-log.com/wp-content/themes/diver_child/parts-image/hikaku_table/triangle.png);
}
.batsu::before {
	content: url(https://keb-log.com/wp-content/themes/diver_child/parts-image/hikaku_table/batsu.png);
}

/* HCBをVSCode風のカラーにする */
.hcb_wrap.hcb_wrap code, .hcb_wrap.hcb_wrap pre { color: #9cdcfe!important; background: #1e1e1e!important;}/* 全体 */
.token.keyword { color: #c586c0!important;}/* 予約語 */
.token.keyword.def { color: #569cd6!important; font-style: initial!important;}/* 予約語def */
.token.string { color: #ce9178!important;}/* 文字列 */
.token.comment { color: #7ba85f!important;}/* コメント */
.token.class-name {color: #38cdae!important;}/* クラス名 */
.token.function { color: #dcdcaa!important;}/* 関数 */
.token.operator, .token.punctuation { color: #c8c8c8!important;}/* 演算子・記号(句読点) */
.token.number { color: #bcd2b0!important;}/* 数字 */
.token.boolean { color: #569cd6!important;}/* ブール */
.token.interpolation .token.punctuation { color: #569cd6!important;}/* リテラル内の記号(句読点) */
.token.builtin { color: #e3e3e3!important; font-style: initial!important;}/* 組み込み */

/************************************
** ■ステップブロック
************************************/
.content .wp-block-sgb-timeline div {
	margin: 0;
}
.wp-block-sgb-timeline p {
	display: none;
}
.sgb-tl-item__main p {
	display: block;
	margin-top: 1em;
}
.sgb-tl {
	margin: 1em 0 !important;
	counter-reset: item;
}
.sgb-tl-item::before {
	content: '';
	width: 3px;
	background: #ccd5db;
	display: block;
	position: absolute;
	top: 24px;
	bottom: 0;
	left: 6px;
}
.sgb-tl-item {
	position: relative;
	padding: 0 0 1.5em 1.8em;
}
.sgb-tl-item:not(:first-of-type):not(:last-of-type) .sgb-tl-item__marker {
	background: 0 0;
}
.sgb-tl-item:last-of-type::before {
	content: none;
}
.sgb-tl-item__label--default::before {
	content: '';
	counter-increment: item;
	content: "STEP." counter(item);
}
.sgb-tl-item__label, .sgb-tl-item__label--default {
	line-height: 1.3;
	font-size: 14px;
	color: #90969a;
	font-weight: 700;
	padding-top: 3.5px;
}
.sgb-tl-item__title {
	margin-top: 5px !important;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5;
}
.sgb-tl-item__main {
	margin-top: .5em !important;
	padding: 0 0 1.5em;
	font-size: .9em;
	line-height: 1.6;
	border-bottom: dashed 1px #ccd5db;
}
.sgb-tl-item__main img {
	margin-bottom: 7px;
}
.content .wp-block-sgb-timeline div.sgb-tl-item__main p {
	margin: 0;
	padding: 0;
}
.content .wp-block-sgb-timeline div.sgb-tl-item__main div {
	margin: 0 0 15px;
	padding: 0;
}
.sgb-tl-item__marker {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0.9px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
}
.main-bdr, #inner-content .main-bdr {
	border-color: #d7dae0;
}
.main-bc, .has-sango-main-background-color {
	background-color: #d7dae0;
}
.wp-block-sgb-timeline ul {
	margin-bottom: 0;
}

/******************************************************
* コメント
******************************************************/

/* タイトル */
div#comment-area .single_title,
div#comment-area .respondform_title {
	background-color: unset;
	display: block;
	border: none;
	font-size: 1.4em;
}
div#comment-area .single_title {
	padding: 0 0 10px;
}
div#comment-area .single_title:before {
	content: "\f086";
	font-family: FontAwesome;
	margin-right: 0.3em;
}
div#comment-area .respondform_title {
	margin: 0 0 10px;
}
div#comment-area .respondform_title:before {
	content: "\f304";
	font-family: FontAwesome;
	margin-right: 0.3em;
}

div#comment-area {
	margin-top: 2em;
}
.commets-list li:first-child,
.commets-list li:first-child .comment-body:first-child {
	padding-top: 0;
}
.commets-list li {
	border-bottom: 1px solid #aaa;
	padding: 0.5em;
}
.commets-list .children li.comment .comment-body,
div#comment-area .children .children {
	border: none;
}
div#comment-area,
.commets-list {
	background-color: unset;
}
div#comment-area #respond {
  border: none;
	padding: 0;
}
div#comment-area .children .comment-body,
div#comment-area .children .children .comment-body,
div#comment-area .children .children .children .comment-body,
div#comment-area .children .children .children .children .comment-body {
	margin-bottom: 1em;
}
div#comment-area .children,
div#comment-area .children .children,
div#comment-area .children .children .children,
div#comment-area .children .children .children .children {
	margin-left: 1em;
}
.comment-body:not(:last-child) .reply {
	display: none;
}
.commets-list .children li.comment {
	background-color: unset;
}
.commets-list .children li.comment .comment-body {
	border-left: 3px solid #eee;
}
.comment-form input#author,
div#comment-area textarea {
  background-color: #fff;
  border: 1px solid #313131;
  font-size: 1.2em;
  color: #333;
}
.comment-form input#author {
  font-size: 1.0em;
}
div#comment-area .reply a,
div#comment-area input[type="submit"] {
  background-color: #006ccc;
  color: #fff;
}
p.comment-form-cookies-consent {
  margin-bottom: 0.5em;
}

/******************************************************
* トップページ
******************************************************/
.top-recommend {
	margin-bottom: 20px;
}
.top-parts-body {
	margin-top: 40px;
}
@media screen and (max-width: 540px) {
.top-parts-body {
	margin-top: 30px;
}
}
h2.top-list-title {
	margin: 0 0 20px 0;
	padding:5px 10px;
	border-bottom:5px solid #4b4b4b;
	color: #4b4b4b;
	font-size: 1.3em;
}
h2.top-list-title::before {
    margin-right:8px;  /*画像右の余白*/
    position: relative;
    top: 8px;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.top-new-list h2.top-list-title::before {
    content: url("https://keb-log.com/wp-content/themes/diver_child/parts-image/top_icon/new.svg");  /*画像のURL*/
}
.top-custom h2.top-list-title::before {
    content: url("https://keb-log.com/wp-content/themes/diver_child/parts-image/top_icon/tools.svg");  /*画像のURL*/
}
.top-subbattery h2.top-list-title::before {
    content: url("https://keb-log.com/wp-content/themes/diver_child/parts-image/top_icon/battery.svg");  /*画像のURL*/
}
.top-item h2.top-list-title::before {
    content: url("https://keb-log.com/wp-content/themes/diver_child/parts-image/top_icon/good.svg");  /*画像のURL*/
}
.more-box {
	text-align: center;
}
.more-box a::after {
    content: url("https://keb-log.com/wp-content/themes/diver_child/parts-image/top_icon/right.svg");  /*画像のURL*/
    margin-right:10px;  /*画像右の余白*/
	display: inline-block;
    position: relative;
    left: 5px;
	top: 3px;
	width: 16px;
	height: 16px;
}
.more-box a {
	font-weight: bold;
	color: #6495ed;
	text-decoration: underline;
}

/******************************************************
* Mermaid(フローチャート)
******************************************************/
.mermaid polygon {
  fill: #009900 !important;
  stroke: #333 !important;
}
.mermaid rect {
  fill: #0066ff !important;
  stroke: #333 !important;
}
.mermaid rect[ry="5"] {
  fill: #dd0033 !important;
  stroke: #333 !important;
}
.mermaid .node span {
  color: #fff !important;
}

.edgeLabels .edgeLabel,
.edgeLabels .edgeLabel p {
	background-color: #fff !important;
}

/******************************************************
* LiTimeバッテリー価格比較ページ
******************************************************/
table.litimeBattery {
	width: 100%;
	table-layout: fixed;
}
.litimeBattery .itemPrice {
	font-size: 1.3em;
}
.litimeBattery th {
	background-color: #333;
	color: #fff;
}
.litimeBattery td {
	line-height: 1.5;
}
table.litimeBattery th.itemName,
table.litimeBattery td.itemName {
	white-space: nowrap;
}

/******************************************************
* LiTimeバッテリーの選び方
******************************************************/
.batterySelect th {
  background-color: #2662b626;
  font-size: 1.2rem;
}
.batterySelect .radioLabel,
.batterySelect button {
  display: inline-block;
  padding: 15px 5px;
  background-color: #fff;
  border: 1px solid #333;
  cursor: pointer;
  width: 95%;
  line-height: 8px;
  margin: 2px;
  font-size: 1.2rem;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.batterySelect input[type="radio"]:checked + .radioLabel,
.batterySelect button {
  background-color: #3a7bd5;
  border-color: #2e6891;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.batterySelect.mobileTable .radioLabel {
  width: 98%;
}
.batterySelect.mobileTable th {
  width: 35%;
}

/******************************************************
* DIVERのブログカード（内部リンク用）
******************************************************/
.sc_getpost {
	box-shadow: none;
	border: 2px solid #006ccc;
	margin: 0px 0px 2em;
}
.sc_getpost:hover {
	background: #fff;
}
.sc_getpost .title {
	font-size: 1.0em;
}
.sc_getpost .substr {
	font-size: 0.8em;
	margin-bottom: 0;
}
.sc_getpost .title,
.sc_getpost .substr {
	transition: all 0.5s;
}
.sc_getpost:hover .post-box-thumbnail__wrap,
.sc_getpost:hover .title,
.sc_getpost:hover .substr {
	transform: translate(0,1px);
}
.sc_getpost a {
	padding: 30px 10px 10px 10px !important;
}
.sc_getpost a::before {
	content: "関連記事";
	font-size: 0.9em;
	background-color: #006ccc;
	color: #fff;
	padding: 2px 15px;
	position: absolute;
	top: 0;
	right: 0;
}
.sc_getpost .post-box-thumbnail__wrap {
  margin: -10px 10px 0 0;
}
.sc_getpost_cat {
	display: none;
}
.recommended-posts .sc_getpost a::before {
	display: none;
}
.recommended-posts .post-box-thumbnail__wrap {
  margin: 0 10px 0 0;
}
.recommended-posts .sc_getpost {
	margin: 0px 0px 1em;
}
.recommended-posts .sc_getpost a {
	padding: 10px !important;
}

/******************************************************
* Simple Blog Card（外部・固定ページリンク用）
******************************************************/
.simpleblogcard_wrap {
	border: 2px solid #006ccc;
	word-wrap: break-word;
	max-width: 880px;
	margin: 0px 0px 2em !important;
	width: 100%;
	background: #fff;
	color: #333;
	border-radius: 0 !important;
	position: relative;
}
.simpleblogcard_wrap a {
	padding: 10px;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	position: relative;
	transform: translate(0,0) !important;
}
.simpleblogcard_wrap a:hover {
  box-shadow: none !important;
  transform: translate(0,0) !important;
}
.simpleblogcard_wrap a div {
	padding: 0 0 0 5px !important;
	float: none !important;
	flex-shrink: 0;
}
.simpleblogcard_wrap a > *:first-child {
	width: 30%;
}
.simpleblogcard_wrap a > *:has(> img) {
	width: 30% !important;
}
.simpleblogcard_wrap a div img {
	margin: 0;
	width: 90% !important;
	height:auto !important;
	border-radius: 0 !important;
	display: block;
}
.simpleblogcard_inner,
.simpleblogcard_border {
	padding: 0 !important;
}
.simpleblogcard_inner {
	width: 70% !important;
}
.simpleblogcard_border {
	font-size: 0;
	line-height: 0;
}
.simpleblogcard_title {
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	text-decoration: none;
	color: #222;
}
.simpleblogcard_title {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; 
}
.simpleblogcard_wrap img {
    border: none !important;
    box-shadow: none !important;
    margin: 0;
}
[class^="simpleblogcard_description"] {
    font-size: 0.8em;
}
.simpleblogcard_wrap > a:after {
    bottom: 5px;
    right: 0px;
}
.simpleblogcard_wrap a > *:first-child {
    width: 23%;
}
.simpleblogcard_wrap a > *:has(> img) {
    width: 23% !important;
}
.simpleblogcard_wrap a:hover {
    box-shadow: 0 0 10px rgba(125, 125, 125, 0.5);
    transform: translate(0,-3px) !important;
}
.simpleblogcard_inner {
    width: 77% !important;
}
.simpleblogcard_title {
    font-size: 16px !important;
    -webkit-line-clamp: 2; 
}
.simpleblogcard_description {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-decoration: none;
    margin-top: 0.4em;
}
.simpleblogcard_description:empty {
	margin-top: 0 !important;
}
@media only screen and (max-width: 540px) {
.simpleblogcard_wrap a > *:has(> img) {
    width: 50% !important;
}
.simpleblogcard_inner {
    width: 50% !important;
}
[class^="simpleblogcard_description"] {
    display: none;
}
}
