@charset "UTF-8";

/*!
Theme Name: Cocoon Childf
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 全ページ共通
************************************/
.icon-twitter-logo:before{

}

/*EWWWプラグインによるボーダーを削除*/
img.scaled-image{
	border: none !important;
}f
/*=======================
 * body
========================*/

body{
	background-color: #fff;
	letter-spacing: 0.5px;
}

a{
	transition: all 0.3s ease 0s;
}
a:hover{
	transition: all 0.3s ease 0s ;
}

a img{
 transition: all 0.3s ease 0s !important;
}
a figure{
	overflow: hidden;
}
a:hover img{
 transform: scale(1.1,1.1);
 transition: all 0.3s ease 0s !important;
}
/*480px以下*/
@media screen and (max-width: 480px){
	main.main, div.sidebar{
		padding: 8px;
	}
}


/*=======================
 * 全体のmargine/padding
========================*/
@media screen and (max-width: 480px){
	main.main, div.sidebar{
	padding: 8px 16px;
}
}

/*=======================
 * ヘッダー（パソコン）
========================*/
.header-container{
	position: relative;
	background: linear-gradient(90deg, #c46817 0%, #c46817 50%, #5d5d5a 50%, #5d5d5a 100%);
}

/*ヘッダー上*/
.header-upper{
	position: relative;
		background: rgba( 93,93,90,0.4);
	color: #333;
}

.header-upper-wrap{
	max-width: 1200px;
	padding: 4px 20px;
	display: flex;
	justify-content: space-between;
	margin: auto;

}
.header-upper-description{
	font-size: 10px;
	font-weight: bold;
}
.header-upper-search{
	width: 200px;
}
.header-upper-search .wp-block-search{
	margin-bottom: 0;
}

.header-upper .wp-element-button, .wp-block-button__link{
	padding: 4px;
}
.header-upper .wp-block-search__button{
	width: 60px;
	height: 20px;
	position: relative;
	border: none;
}

.header-upper input[type="search"]{
	width: 200px;
	padding: 4px;
	height: 20px;
	border-radius: 4px 0 0 4px;
	font-size: 12px;
}
.header-upper .wp-block-search__button{
	margin-left: 0;
	vertical-align: middle;
	border-radius: 0 4px 4px 0;
	transition: all 0.3s ease 0s;
}
.header-upper .wp-block-search__button:hover{
	background-color: #c46817;
	transition: all 0.3s ease 0s;
}
.header-upper .wp-block-search__button i{
	display: block;
	font-size: 8px;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
 .header-upper{
	display: none;
}
}
/*ヘッダー高さ*/
.header-container{
	height: 80px;
}
.header-container-in{
	height: 80px;
}
.header-container-in .navi{
	height: 80px;
}
.header-container-in .navi-in{
	height: inherit;
}
.header-container-in ul{
	height: inherit;
}
.header-container-in ul li{
	height: inherit;
}
.header-container-in ul li a{
	height: inherit;
}
.header-container-in .caption-wrap{
	height: inherit;
}
.header-container-in .caption-wrap{
	height: inherit;
	line-height: 80px;
}
.navi-in .has-icon{
	top: 50%;
	transform: translatey(-50%);
}
/*ヘッダーロゴ*/
.header-container-in.hlt-top-menu .logo-header{
	width: 100%;
	height: inherit;
}
.header-container-in.hlt-top-menu .header-in{
	height: inherit;
}
.header-container-in.hlt-top-menu .logo-header img{
	padding: 0;
	padding-top: 10px;
	width: 100%;
	max-width: 200px;
}
.header-container-in.hlt-top-menu .site-name-text{
	width: 100%;
}
.header-in{
	height: inherit;
}
.logo-header{
	position: relative;
	background-color: #c46817;
	height: 80px;
}
.logo-header a{
	height: inherit;
}
.logo-image span, .logo-image a{
	margin: 10px 0;
}
.header-container-in.hlt-top-menu .logo-header{
	max-height:none; 
}
.logo-header::before{
	content: "";
	position: absolute;
	right: -79.5px;/* 三角形の横幅と同じ値*/
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 80px 0 0;
	border-color: #c46817 transparent transparent transparent;
}

/*ヘッダーナビ*/

#navi .navi-in>ul>li{
	width: 150px;
	font-weight: 700;
}
.navi-in ul li a{
	font-size: 14px;
}
.navi-in ul li a::before{
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #c46817;
	transition: all 0.3s ease 0s;
	border-radius: 16px ;
}
.navi-in ul li a:hover::before{
	width: 100%;
	transition: all 0.3s ease 0s;
}
.navi-in ul li a::after{
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	width: 0%;
	height: 3px;
	background: #c46817;
	transition: all 0.3s ease 0s;
	border-radius: 16px ;
}
.navi-in ul li a:hover::after{
	width: 100%;
	transition: all 0.3s ease 0s;
}
.navi-in ul ul {
	background: linear-gradient(180deg,#5d5d5a,#c46817);
}
.navi-in ul ul a:hover::before,.navi-in ul ul a:hover::after{
	width: 0;
}
@media screen and (max-width: 1023px){
	.header-container{
		display: none;
	}
}
.sub-menu{
	height: auto!important;
}
/*ヘッダーナビアイコン*/
.header-icon-1,.header-icon-2,.header-icon-3,.header-icon-4{
	position:relative;
}
.header-icon-1 a,.header-icon-2 a,.header-icon-3 a,.header-icon-4 a{
	z-index: 10;
}
@media screen and (min-width: 1024px){
	.header-icon-2 .item-label,.header-icon-3 .item-label{
		font-size: 13px;
	}
}

.menu-header .header-icon-1::after{
	content: "- Home -";
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 8px;
	z-index: 1;
	color: #fff;
	opacity: 0.6;
}

.menu-header .header-icon-2::after{
	content: "- Gadgets -";
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 8px;
	z-index: 1;
	color: #fff;
	opacity: 0.6;
}


.menu-header .header-icon-3::after{
	content: "- Useful -";
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 8px;
	z-index: 1;
	color: #fff;
	opacity: 0.6;
}


/*お問い合わせボタン*/
.navi-in .header-contact{
	background: #c46817;
}
.navi-in .header-contact a{
	z-index: 10;
	padding-left: 16px;
}
.navi-in ul .header-contact a::before{
	background: #5d5d5a;
}
.navi-in ul .header-contact a::after{
	background: #5d5d5a;
}
.menu-header .header-contact::before{
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	font-size: 16px;
	top: 50%;
	left: 16px;
	transform: translatey(-50%);
	color: #fff;
}

.menu-header .header-contact::after{
	content: "- Contact -";
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 8px;
	z-index: 1;
	color: #fff;
	opacity: 0.6;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
	.header-icon-1::before,.header-icon-2::before,.header-icon-3::before,.header-contact::before{
		display: none;
	}
	.header-icon-1::after,.header-icon-2::after,.header-icon-3::after,.header-contact::after{
		display: none;
	}
}
.fixed-header .has-sub, .fixed-header .navi-in .sub-menu{
	display: none;
}
#navi .navi-in>ul>li:hover .sub-menu{
	display: block;
}
.sub-menu .caption-wrap .item-label{
	line-height: 50px;
}
/*=======================
 * ヘッダー（モバイル）
========================*/
.mobile-header-menu-buttons{
	background: #5d5d5a;
	color: #fff;
}
/*ヘッダーロゴ*/
.mobile-header-menu-buttons .navi-menu-caption{
	font-weight: bold;
}
.mobile-header-menu-buttons .search-menu-caption{
	font-weight: bold;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
	.logo-menu-button img{
		max-height: 50px;
		padding: 10px 0;
		width: auto;
	}
	.logo-menu-button{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
}
/*ハンバーガーメニューボタン*/
.navi-menu-button{
	background: #c46817;

}
.menu-button-in{
	transition: opacity 0.3s ease 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
	height: 50px;
}


.mobile-menu-buttons .menu-button:hover .menu-button-in{
	transition: opacity 0.3s ease 0s;
}
.mobile-menu-buttons .menu-button{
	height: 50px;
}

/*ハンバーガーメニュー中身*/
.navi-menu-content{
	
}
.navi-menu-close-button{
	position: relative;
	color: #fff;
	background: #5d5d5a;
	text-align: left;
	padding: 0 40px;
}
.menu-drawer{
	position:relative;
}
.menu-drawer li a{
	position: relative;
	padding: 16px;
	padding-left: 26px;
	border-bottom: 1px solid linear-gradient(90deg,#5d5d5a,#c46817);
	font-weight: bold;
}
.menu-drawer li a::before{
	content: "\f04b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	font-size: 12px;
	top: 50%;
	left: 5px;
	transform: translatey(-50%);
	color: #333;
	transition: all 0.3s ease 0s;
}
.menu-drawer li a:hover::before{
	transition: all 0.3s ease 0s;
	left: 10px;
}
.menu-drawer li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg,#5d5d5a,#c46817);
}
.menu-drawer li ul li a{
	padding-left: 20px;
}
.menu-drawer li ul li a::before{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	font-size: 16px;
	top: 50%;
	left: 5px;
	transform: translatey(-50%);
	color: #333;
}
/*検索ボタン*/
.search-menu-button{
	
}
/**/

/*=======================
 * 通知エリア
========================*/
.notice-area-wrap{
	background: linear-gradient(90deg, 	#4edc4e, #1d8d1d);
	transition: opacity 0.3s ease 0s;
}
.notice-area-wrap:hover{
	opacity: 0.8;
	transition: opacity 0.3s ease 0s;
}
.notice-area{
	position: relative;
	padding: 0;
	background: transparent;
	margin: auto;
	display: block;
}
.notice-area-link{
	transition: opacity 0.3s ease 0s;
}
.notice-area-link:hover{
	transition: opacity 0.3s ease 0s;
}
.notice-area::before{
	content: "\f06a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 16px;
}
@media screen and (max-width: 1023px){
	.notice-area{
		margin-bottom: -2px;
	}
}
/*480px以下*/
@media (min-width: 783px) and (max-width: 1023px){
	.notice-area-wrap{
		margin-top: 18px;
	}
}
/*光エフェクト*/
.notice-area-wrap{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.notice-area-wrap a::after{
  content: "";
  animation: header-action-btn 4s cubic-bezier(0.25, 0, 0.25, 1) 0s infinite;
  -webkit-animation: header-action-btn 4s cubic-bezier(0.25, 0, 0.25, 1) 0s infinite;
  background-color: #fff ;
  width: 140% ;
  height: 120% ;
  transform: skewX(-45deg) ;
  top: 0;
  left: -160%;
  position: absolute;
	opacity: 0 ;
}
@keyframes header-action-btn{
  0% {
    left: -160% ;
    opacity: 0 ;
  }

  70% {
    left: -160% ;
    opacity: 0.5;
  }

  71% {
    left: -160%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px){
	.notice-area-wrap{
		padding: 4px;
	}
}
/*=======================
 * ステマ規制対策
========================*/
.stealth-wrap{
  padding: 0 8px;
	margin: auto;
  margin-top:20px;
  margin-bottom: -24px;
}
.stealth-plan{
  max-width: 800px;
  text-align: center;
  border: solid #5d5d5a 2px;
  border-radius: 4px;
  position: relative;
	margin: auto;
}
.stealth-plan::after{
  position: absolute;
  content: "";
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  border: dashed 1px #000;
  opacity: 0;
  transition: opacity 0.6s ease 0s;
}
.stealth-plan.active::after{
  opacity: 1;
  transition: opacity 0s ease 0s;
}

.stealth-plan_up{
  position: relative;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
	font-weight: bold;
}

.stealth-plan_up::before{
    content: "\f641";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
	font-weight: 700;
    font-size: 24px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #c46817;
}
.stealth-plan_up::after{
  position: absolute;
  content: "\f04b";
  font-family: 'Font Awesome 5 Free';
	font-weight: 700;
  font-size: 16px;
  top: 46%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease 0s;
  color: #c46817;
}

.stealth-plan_down{
  position: relative;
  padding: 20px;
  text-align: left;
  border-top: none;
  display: none;
}
.stealth-plan_down::before{
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #c46817 transparent;
}
.stealth-plan_down::after{
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #5d5d5a transparent;
}

.stealth-plan_down_bold-span{
  text-decoration: underline;
  font-weight: bold;
}

.stealth-plan_down_link-span{
  display: inline-block;
  margin-top: 10px;
}

.stealth-plan_up.active{
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease 0s;
}
.stealth-plan_up.active::after{
  transform: translateY(-50%) rotate(-90deg);
}
.stealth-plan_down.active{
	display: block;
}
@media screen and (max-width: 834px){
	.stealth-wrap{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px){
	.stealth-plan{
		font-size: 14px;
	}
	.stealth-plan::after{
		top: 45px;
		transition: opacity 0.6s ease 0s;
	}
	.stealth-plan_up::before{
		left: 10px;
		font-size: 20px;
	}
	.stealth-plan_up::after{
		right: 10px;
		font-size: 14px;
	}
}
/*=======================
 * パンくずリスト
========================*/

/*=======================
 * フッダー
========================*/
.footer{
	position: relative;
	z-index: 1;
}
/*834px以下*/
@media screen and (max-width: 834px){
	.menu-footer{
		grid-gap: 8px;
	}
}
.menu-footer{
	font-weight: bold;
}
/**/
/**/
/**/
/**/
/**/
/**/
/**/

/*=======================
 * ブログパーツ
========================*/
/*ブログパーツ全体*/
.block-box{
	margin-bottom: 32px;
}
/* この記事を書いた人 */
.blog-author{
  position: relative;
  max-width: 720px;
  width: 100%;
  padding: 16px;
  padding-top: 24px;
  margin: auto;
  border: 2px solid #5d5d5a;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .blog-author{

  }
}

.blog-author-title{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 10px 1px;
  color: #fff;
  background: #5d5d5a;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0 0 0 0;
}
.blog-author-title::before{
  position: absolute;
  content: "";
  top: 0;
  right: -21px;
  border-style: solid;
  border-width: 23px 22px 0 0;
  border-color: #5d5d5a transparent transparent transparent;
}

.blog-author_content{
  display: flex;
  justify-content: center;
  grid-gap: 16px;
}
@media screen and (max-width: 500px) {
  .blog-author_content{
    display: block;
  }
}

.blog-author_left{
  width: 30%;
  border-radius: 20px;
  text-align: center;
}
.blog-author_left img{
  border-radius: 20px;
  max-width: 100px;
}
@media screen and (max-width: 500px) {
  .blog-author_left {
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}

.blog-author_right{
  width: calc(100% - 30% - 16px);
  margin: auto 0;
}
@media screen and (max-width: 500px) {
  .blog-author_right {
    width: 100%;
    margin: auto;
  }
}

.blog-author_name{
  margin: 8px 0 4px!important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.blog-author_degree{
  font-size: 14px;
  text-align: center;
	margin-bottom: 0!important;
}

.blog-author_p{
  font-size: 14px;
  margin-bottom: 12px;
}
.blog-author_p p{
	margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .blog-author_p{
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
  }
}

.blog-author_buttons{
  display: flex;
  grid-gap: 15px;
  align-items: center;
  padding-left: 0!important;
  margin-bottom: 0!important;
}

.blog-author_button::before{
	display: none;
}
.blog-author_button::after{
	display: none;
}
.blog-author_button a{
  display: inline-block;
}
.blog-author_button--profile {
  width: 160px;
}
.blog-author_button--profile a{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 8px 0 9px;
  padding-right: 16px;
  border: 1px solid #5d5d5a;
  transition: all 0.3s ease 0s;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.blog-author_button--profile a span{
	display: none;
}
.blog-author_button--profile a:hover{
  transition: all 0.3s ease 0s;
  background: #5d5d5a;
  color: #fff;
}
.blog-author_button--profile a:hover::before{
  right: 3px;
  background-color: #fff;
}

.blog-author_button--profile a::before{
  position: absolute;
  content: "";
  right: 5px;
  top: 46%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #5d5d5a;
  clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
  transition: all 0.3s ease 0s;
}

.blog-author_button--x a{
  width: 30px;
  padding-top: 8px;
}
.blog-author_button--instagram a{
  width: 33px;
  padding-top: 8px;
}
@media screen and (max-width: 500px) {
  .blog-author_buttons{
    justify-content: center;
    grid-gap: 20px;
  }
}
/* 画像 */
figcaption{
	text-align: center;
}

/*リスト*/
article li{
	position: relative;
	list-style-type: none!important;
}
article li:after{
	position:absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	font-size: 8px;
	left: -22px;
	top: 6px;
	color: #fff;
}
/*834px以下*/
@media screen and (max-width: 834px){
	article li:after{
	font-size: 8px;
}
}
@media screen and (max-width: 480px){
	article li:after{
	font-size: 10px;
		top: 5px;
}
}
article li:before{
	content: "";
	position: absolute;
	top:5px;
	left: -26px;
	width: 16px;
	height: 16px;
	background: #5d5d5a;
	border-radius: 2px;
}
/*ボックスのPaddingとmargine*/
.tab-caption-box-content{/*見出し付きブロック*/
	padding: 16px 20px;
}
.caption-box-content{
	padding: 16px 20px;
}
.label-box-content{
	padding: 16px 20px;
}

/*ボックスの見出しを太文字にする*/
.caption-box-label-text{
	font-weight: bold;
}
.label-box-label-text{
	font-weight: bold;
}
.tab-caption-box-label-text{
	font-weight: bold;
}

/*メリット・デメリットブロック*/
.bb-good .bb-label::after{
	content: "メリット";
	font-weight: bold;
}
.bb-bad .bb-label::after{
	content: "デメリット";
	font-weight: bold;
}
/*テーブル*/

thead .has-text-align-center{
	background-color: #5d5d5a!important;
	color: #fff;
}
.deer-tbody tr{
	display: flex;
	flex-flow: column;
}

.deer-tbody td{
	background: #fff;
}
.deer-th{
	color: #333333 ;
	background: rgba(240,240,240) ;
}
.wp-block-table td{
	 max-width: 400px;
}
.deer-tbody td{
	max-width: none;
}
table{
	width: 100%!important;
}

.explain-table{
	margin-top:4px;
}
.scrollable-table{
	margin-bottom: 4px !important;
}
/*プロフィール（記事中用）*/
.author-box{
border: 1px solid hsl(0deg 0% 78% / 50%);
}
article .author-widget-name{
	display: none;
}
article .author-name{
	display: none;
}
article .author-thumb{
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	padding-right: 1.6%;
	margin-right: 0;
}
@media screen and (max-width: 480px){
	article .author-box .author-thumb{
		width: 30%;
	}
}
article .author-thumb::before{
	position:absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: hsl(0deg 0% 78% / 50%);
}
article .author-thumb::after{
	display: block;
	content: "やましん";
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

article .author-thumb img{
	width: 80%;
	border: solid 2px #5d5d5a;
	
}

article .author-content{
	padding-left: 10px;
}
@media screen and (max-width: 480px){
	article .author-content{
		padding-left: 20px;
	}
}

.author-box .sns-follow-buttons a.follow-button{
	background: linear-gradient(180deg,#5d5d5a,#c46817);
	color: #fff;
	border-radius: 8px;
}
.author-box .sns-follow-buttons a.follow-button{
	width: 30px;
	height:30px;
}
.author-box-link{
	position: relative;
	padding-left: 16px;
	display: inline-block;
	text-decoration: none;
	margin-left: 4px;
	margin-top: 10px;
	text-align: center;
}
.author-box-link:hover{
	text-decoration: underline;
}
.author-box-link::before{
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    font-size: 12px;
	top: 2px;
	left: 0;
}

.sns-follow-buttons a{
	width: auto;
}

.sns-share{
	margin-bottom:40px;
}

/* h2 */
.article h2{
	position: relative;
	padding: 12px 20px;
	padding-left: 40px;
	background: linear-gradient(90deg, #c46817 0%, #c46817 30px, #5d5d5a 30px, #5d5d5a 100%);
	margin-top: 72px;
}

.article h2::before{
	position:absolute;
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	font-size: 20px;
	left: 5px;
	top: 50%;
	transform: translatey(-50%);
}
@media screen and (max-width: 480px){
	.article h2{
		font-size: 18px;
		margin-left: -16px;
    	width: calc(100% + 32px);
	}
}
/* h3 */
.article h3{
	border: none;
	position: relative;
	border-bottom: 2px solid #E2E2E2;
	margin-top: 48px;
	padding: 12px;
}

.article h3::after{
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	width: 30%;
	height: 2px;
	background: #5d5d5a;
	border-radius: 4px;
}
@media only screen and (min-width: 780px){
	.article h3{
		font-size: 17px;
	}
.post h3 {
    margin-bottom: 32px!important;

}
}
/* h4 */
.article h4{
	width: fit-content;
	padding: 6px 16px;
	padding-left: 60px;
	padding-right: 30px;
	border: solid 2px #5d5d5a;
	position: relative;
	border-radius: 2px;
	background: linear-gradient(90deg, #5d5d5a 0%, #5d5d5a 30px, transparent 30px, transparent 100%);
}
.article h4::before{
	position:absolute;
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	font-size: 18px;
	left: 5px;
	top: 50%;
	transform: translatey(-50%);
	color: #fff;
}
/*目次*/
.sidebar-scroll{
	position: sticky;
}
.sidebar #toc-2 .toc-content {
	overflow-y: scroll; /* 縦スクロールを可能に */
	max-height: 400px; /* 目次の高さ上限 */
}
article .toc{
	max-width: 600px;
	width: 100%;
	padding: 20px 40px;
	border-color: transparent;
	border: solid 1px #E2E2E2 !important;
}

article .toc-title{
	position: relative;
	width:fit-content;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-left: 30px;
}
article .toc-title::before{
	position:absolute;
	content: "\f0ca";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	font-size: 18px;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}

@media screen and (max-width: 480px){
	article .toc{
		padding: 15px 25px;
	}
	article .toc-title{
		margin-bottom: 0px;
	}
	article .toc-list{
		font-size: 14px;
	}
	article .toc-list ol{
		font-size: 12px;
	}
}

.toc-content{
	font-size: 16px;
	word-break: break-all;
}

.toc-list li{
	width: 100%;
	position: relative;
	padding-left: 20px;
}
.toc-list li a{
	position: relative;
	padding: 2px 0;
	display: block;
	padding-left: 6px;
}
.toc-list li::before{
	position: absolute;
	top: 6px;
	left: -2px;
	background: none;
}
.toc.tnt-number-detail ol li:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #5d5d5a;
	left: -6px;
	top: 7px;
	border-radius: 2px;
}
.toc.tnt-number-detail ol li:before{
	color: #fff;
	z-index: 2;
	font-weight: bold;
	font-size: 12px;
}
.toc.tnt-number-detail ol li ol li{
	padding-left: 14px;
}
.toc.tnt-number-detail ol li ol li:after{
	display: none;
}

.toc-list li a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: hsl(0deg 0% 78% / 50%);
}
.toc-list li ol li{
	padding-left: 18px;
	position: relative;
}

.toc .toc-list ol{
	padding-left: 0;
}
.toc.tnt-number-detail ol li ol li:before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #c46817;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	border-radius: 2px;
}


/*ブログカード*/
.blogcard{
	padding-top: 20px;
}
.blogcard-content{
	padding-top: 10px;
}
.internal-blogcard-footer{
	display: none;
}

/*アプリーチ*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
	display: flex;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/*タブ切り替えボックス*/
.wp-block-ub-tabbed-content-tab-title-wrap{
	width: 100%;
}

.wp-block-ub-tabbed-content-tab-title-wrap:last-child{
	margin-right: 0;
}
.wp-block-ub-tabbed-content-tab-title{
	margin: auto;
}
@media screen and (max-width: 480px){
	.wp-block-ub-tabbed-content-tab-title-wrap{
		padding: 5px 15px;
	}
}

/* 新 タブ切り替えボックス */
.tab-label-group .tab-label{
	width: 100%;
	background-color: #949495;
	font-weight: 700;
	color: #fff;
}
.tab-label-group .tab-label.is-active{
	background-color: #5d5d5a;
}
.tab-label:before{
	display:none;
}
.tab-label:after{
	display:none;
}
/*バッジ*/
.badge, .ref, .reffer, .sankou, .badge-red, .badge-pink, .badge-purple, .badge-blue, .badge-green, .badge-yellow, .badge-brown, .badge-grey{
	font-size: 16px;
	padding: 4px 8px;
	vertical-align: middle;
	align-items: center;
}
.badge, .ref, .reffer, .sankou, .badge-red, .badge-pink, .badge-purple, .badge-blue, .badge-green, .badge-yellow, .badge-brown, .badge-grey::before{
	content: "\f15c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
	margin-right: 5px;
}
.badge-grey{
	background: #5d5d5a;
}
.poteimo-link-text{
	font-weight: 700;
}
/*=======================
 * スクロールトップ
========================*/
.go-to-top{
	border: 2px solid #5d5d5a;
	border-radius: 8px;
	transition: all 0.3s ease 0s ;
}
.fa-arrow-up::before{
	color: #5d5d5a;
}
.go-to-top:hover{
	border: 2px solid #eee;
	transition: all 0.3s ease 0s ;
}
.go-to-top:hover .go-to-top-button{
	color: #eee;
	background-color: #5d5d5a;
}
.go-to-top:hover .fa-arrow-up::before{
	color: #eee;
}
/*=======================
 * サイドバー
========================*/
/*検索バー*/
.sidebar .wp-block-search__inside-wrapper {
	margin-top: 50px;
}
.sidebar .wp-block-search__label{
	display: none;
}
.sidebar .wp-block-search__button{
	margin-left: 0;
	border-radius: 0 4px 4px 0;
	border: 1px solid #5d5d5a;
	padding: 4px;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	
}

.sidebar .wp-block-search__button:hover{
	background-color: #c46817; 
	border: 1px solid #c46817;
}

.sidebar .widget_search .wp-block-search__input{
	border-right: none;
	border-radius: 0;
	border-radius: 4px 0 0 4px;
	padding: 4px;
}

@media screen and (max-width: 1023px){
  .sidebar .wp-block-search__inside-wrapper {
	margin-top: 0;
}
}

/*プロフィール（サイドバー）*/
.sidebar .author-widget-name{
	background: #5d5d5a;
	padding: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	font-size: 1.17em;
	margin-bottom: 40px; 
	display: none;
}
.sidebar .author-box{
	padding: 0;
	position: relative;
	    background: url(https://poteimoblog.com/wp-content/uploads/2022/07/cropped-%E5%86%99%E7%9C%9F-2022-07-05-0-14-20-1.jpg) no-repeat;
    background-size: 120%;
	background-position: center 0;
}

.nwa .author-box .author-thumb{
	margin-top: 70px;
}
.sidebar .author-thumb img{
	border-radius: 50px;
	border: solid 2px #5d5d5a;
}

.nwa .author-box .author-content{
	padding-top: 6px;
}

.sidebar .author-name a{
	text-decoration: none;
	color: #333;
}

.sidebar .sns-follow-buttons{
	border-top: solid 1px #E2E2E2;
	padding-top: 12px;
}

.sidebar .author-box .sns-follow-buttons a.follow-button{
	width: 40px;
	height: 26px;
}
@media screen and (max-width: 1023px){
	.sidebar .author-box{
	background: url(https://poteimoblog.com/wp-content/uploads/2022/07/cropped-%E5%86%99%E7%9C%9F-2022-07-05-0-14-20-1.jpg) no-repeat;
		background-size: 100% 120px;
	background-position: center 0;
	}

}


/*サイドバー見出し*/

.sidebar h2, .sidebar h3{
	color: #333;
	padding: 8px;
	background-color: transparent;
	background: linear-gradient(0deg, #5d5d5a 0%, #5d5d5a 6px, transparent 6px, transparent 100%);
		position: relative;
	border-bottom: #c46817 solid 4px;
}
.sidebar h2::before, .sidebar h3::before{
	position:absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #c46817 transparent;
}


/*ボックスメニュー*/
.sidebar .box-menu-box{
	margin-top: -20px;
}
.box-menu:hover{
	box-shadow: inset 2px 2px 0 0 #c46817, 2px 2px 0 0 #c46817, 2px 0 0 0 #c46817, 0 2px 0 0 #c46817;
}

/*セールボックス*/
.poteimo-sale-box .box-label-text{
	margin: auto;
}
.poteimo-sale-box p{
	margin-bottom: 8px;
}

/*目次*/
.sidebar .toc{
	width: 100%;
}
.sidebar .toc-title{
	display: none;
}

.sidebar .toc-content{
	word-break: break-all;
}

.sidebar .toc-list li{
	padding-left: 24px;
}
.sidebar .toc{
	padding: 0;
}

.sidebar .toc.tnt-number-detail ol li:after{
	left: 0px;
}
.sidebar .toc-list li::before{
	left: 5px;
	top: 7px;
}
/*サイドバー新着記事*/
.sidebar .new-entry-cards{
	margin-top: -20px;
}
.sidebar .new-entry-cards a{
	margin-left: auto;
	margin-right: auto;
}
.sidebar .new-entry-cards .display-none{
	display: block;
}
.sidebar .new-entry-cards .post-date{
	display: block;
}
.sidebar .new-entry-cards .card-title{
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	
}

.new-entry-card-update-date{
	display: none;
}
/*=======================
 * 記事一覧（カテゴリーなど共通）
========================*/
.entry-card-meta, .related-entry-card-meta{
	position: relative;
}
.e-card-info{
	justify-content: start;
}
/*=======================
 * 記事ページ（固定・投稿共通）
========================*/
/*タイトル*/
.entry-title{
	padding: 0;
	margin: 16px 0;
}
/*カテゴリー&更新日*/
.article-cat-time{
	display: flex;
	align-items: center;
	grid-gap: 10px;
	margin-bottom: 16px;
}
.article-cat-time .cat-link{
	margin-right: 0;
	white-space: nowrap;
}
.entry-categories{
	margin: 0;
	width: fit-content;
}

.entry-categories-tags div{
	margin: 0;
}
.entry-categories-tags{
	margin: 0;
}
.date-tags{
	margin: 0;
	white-space: nowrap;
}
.entry-date{
	font-size: 12px;
}
article .article-cat-time .cat-link{
	margin-right: 8px;
}
/*アイキャッチ*/
.eye-catch-wrap .cat-label{
	display: none;
}
.eye-catch{
	margin-bottom: 32px;
}
.eye-catch-follow p{
	font-weight: bold;
}

/*シェアボタン*/
.sns-share-message{
	margin-bottom: 8px;
}
.button-caption{
	display: none;
}
.sns-share-buttons{
	justify-content: center;
	grid-gap: 20px;
}

.sns-share.ss-col-6 a{
	width: 45px;
	height: 45px;
	margin-bottom: 0;
}
/*834px以下*/
@media screen and (max-width: 834px){
	.sns-share.ss-top.ss-col-6 a, .sns-share.ss-bottom.ss-col-6 a{
		width: 45px;
		height: 45px;
		margin-bottom: 0;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	.sns-share.ss-top.ss-col-6 a, .sns-share.ss-bottom.ss-col-6 a{
		width: 36px;
		height: 36px;
		margin-bottom: 0;
	}
	.sns-share-buttons{
	grid-gap: 10px;
}
}

.copy-button{
	display: block;
	width: 90% !important;
}
.copy-button .button-caption{
	display: inline-block;
}
.copy-button .button-caption::before{
	content: "URLを";
}

/*フォローボタン*/

.eye-catch-follow{
	position: relative;
	width: 100%;
	height: auto;
}

.eye-catch-follow .eye-catch img{
	height: 200px;
	object-fit:cover;
	opacity: 0.5;
	transform: translatex(3px);
}
.eye-catch-follow .eye-catch{
	position: relative;
	margin-bottom: 0;

}

.eye-catch-follow figure{
	background-color: #000;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.eye-catch-follow .sns-follow-buttons{
	justify-content: center;
	grid-gap: 10px;
	
}

.eye-catch-follow .sns-follow-buttons a{
	margin: 0;
	padding: 0 10px;
}

.sns-follow-message{
	display: none;
}
.eye-catch-follow .sns-follow{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	margin-top: 0;
}
.follow-space{
	background: #5d5d5a;
	width: 100%;
	height: 200px;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.eye-catch-follow .sns-follow{
		margin-top: 14px;
	}
}
.eye-catch-follow .website-button,
.eye-catch-follow .feedly-button,
.eye-catch-follow .rss-button{
	display: none;
}
.eye-catch-follow .instagram-button{
	position:relative;
	background:linear-gradient(135deg,#427eff,#f13f79 70%) no-repeat;
}
.eye-catch-follow .instagram-button::before {
    background: linear-gradient(15deg,#ffdb2c,#f9764c 25%,rgba(255,77,64,0) 50%) no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.eye-catch-follow .icon-instagram-logo,
.eye-catch-follow .icon-twitter-logo{
	font-size: 20px;
	z-index: 1;
}

.eye-catch-follow .instagram-button::after{
	content: "Follow Me";
	font-size: 12px;
	padding-left: 10px;
}
.eye-catch-follow  .twitter-button::after{
	content: "フォローする";
	font-size: 12px;
	padding-left: 8px;
}
.eye-catch-follow .sns-follow-buttons a{
	max-width: 150px;
	height: 30px;
}
.eye-catch-follow p{
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	width: 85%;
	color: #fff;
	margin-bottom: 0;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.eye-catch-follow p{
		font-size: 14px;
	}
}
.eye-catch-follow i{
	padding-right: 2px;
}

/*記事下h2*/
.comment-title, .related-entry-heading{
	padding-left: 16px;
	border-left: solid #5d5d5a 6px;
}
.comment-title::before, .related-entry-heading::before{

}

/*関連記事*/
.related-entry-card .cat-label{
	font-size: 11px
}
.cat-label{
	top: 0;
	left: 0;
	border: none;
	overflow: visible;
	font-size: 11px;
	line-height: 1.8;
	height: 22px;
	font-weight: 600;
}

.cat-label::after {
    content: "";
    position: absolute;
    right: -21px;
    top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 22px 0 0;
	border-color: #5d5d5a transparent transparent transparent;
	z-index: 2;
}

/*前の記事・次の記事*/
.prev-post-title{
	position: relative;
	font-size: 14px;
}


.next-post-title{
	position: relative;
	font-size: 14px;
}


.pager-post-navi a .iconfont{
	color: #5d5d5a;
}
/*コメント*/
.st-comment-body{
	border: solid 1px #E2E2E2;
	border-radius: 2px;
}
.st-comment-meta{
	display: flex;
	align-items:center;
	background: #5d5d5a;
	border-radius: 2px;
	padding: 4px;
	color: #fff;
	grid-gap: 6px;
}
.st-comment-meta a{
	color: #fff;
}
.comment-author a{
	text-decoration: none;
}
.st-comment-author{
 display: flex;
	align-items:center;
	grid-gap: 6px;
}
.st-comment-author img{
	width: 36px;
	border-radius: 90px;
}
.commets-list .avatar{
	float: none;
	
}
.comment-author-separator{
	display: none;
}
.fn .comment-author{
	display: block;
}
.st-comment-content{
	padding: 0 4px;
}
.st-comment-content p{
	margin-bottom: 0px;
}
.reply a{
	color: #fff;
	background:  #c46817;
	border: none;
	display: inline-block;
}
.tag-link:hover, .comment-reply-link:hover{
	background-color: #c46817;
	opacity: 0.8;
	color: #fff;

}
.comment-reply-link{
	margin: 4px;
	padding: 4px 16px;
}
.commets-list .children{
	margin-top: -16px;
	padding-left: 40px;
	position: relative;
}
.commets-list .children::before{
	position: absolute;
	content: "\f3e5";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	top: 20px;
	left: 5px;
	transform: translatey(-50%) rotate(180deg);
	font-size: 30px;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.comment-reply-title{
	font-size: 18px;
}
}
.comment-reply-title::after{
	content: "（お気軽にどうぞ）";
}

.form-submit{
	text-align: center;
	margin-top: 10px;
}

input[type="submit"]{
	border-radius: 2px;
	background-color: #c46817;
	color: #fff;
	border: none;
	width: 80%;
	font-weight: bold;
	transition: opacity 0.3s ease 0s;
}
input[type="submit"]:hover{
	opacity: 0.8;
	transition: opacity 0.3s ease 0s;
}
/*834px以下*/
@media screen and (max-width: 834px){
	.st-comment-datetime{
		display: none;
	}
}
/*=======================
 * 新着記事・ガテゴリー一覧ページ
========================*/
.category-page-content{
	padding: 16px 20px;
	border: solid 4px #5d5d5a;
	border-radius: 4px;
	margin-top: 32px;
	background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 20px, #fff 20px, #fff 40px);
	font-weight: bold;
}
.category-page-content p{
	margin-bottom: 0;
}
/*ページネーション（次へ）*/
.pagination-next a{
	width: 80%;
	background: #5d5d5a;
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border: none;
	border-radius: 4px;
}

.pagination-next-link:hover{
	background: #c46817;
	color: #fff;
	border: none;
}
/*ページネーション（番号）*/
.page-numbers{
	border: solid 2px #c46817;
	background: #5d5d5a;
	color: #fff;
	font-weight: bold;
	border: none;
}
.pagination a:hover{
	background: #c46817;
	color: #fff;
	border: none;
}

.pagination .current{
	background: #c46817;
	color: #fff;
	position: relative;
	border: solid 2px #5d5d5a;
}
.pagination .current::before{
	position: absolute;
    content: "";
    top: 0;
   	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #5d5d5a transparent transparent transparent;
}
.pagination .current::after{
	position: absolute;
    content: "";
    bottom: 0;
   	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #5d5d5a transparent;
}
/*ページ番号（ドット）*/
.page-numbers.dots{
	background-color: rgba(93,93,90, 0.8);
}

/*=======================
 * トップページ
========================*/
/*メインビジュアル*/
.appeal{
	height: calc(420/1200 * 98vw);
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-image: url(https://poteimoblog.com/wp-content/uploads/2024/09/toppage_background-img.jpg);
}
.appeal:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 5px 5px;
  background-position: 0 0, 6px 6px;
	opacity: 0.5;
}

.appeal-in{
	position: relative;
	min-height: 0;
	height: calc(420/1200 * 98vw);
	z-index: 2;
}
.appeal-content{
	max-width: none;
	color: #fff;
	background-color:transparent;
	margin: auto 0;
	padding: 0;
	padding-left: 24px;
	text-align: left;
}

.appeal-title{
	font-size: 48px;
	margin-bottom: 30px;
	line-height: 1.5;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}
.appeal-button{
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}
.appeal-button:hover{
	opacity: 1;
	background-color: #c46817;
}
/*834px以下*/
@media screen and (max-width: 834px){
	.appeal-content{
		text-align:center;
	}
	.appeal-title{
		font-size: 24px;
		margin-bottom: 14px;
		text-align: left;
		line-height:1.8;
	}
	.appeal-button{
		font-size: 14px;
		padding: 10px 36px;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	.appeal{
		height: calc(780/780 * 98vw);
		background-image: url(https://poteimoblog.com/wp-content/uploads/2024/09/toppage_background-img_sp.jpg);
	}
	.appeal-in{
		height: calc(780/780 * 98vw);
	}
	.appeal-content{
		padding: 0;
		width: fit-content;
		margin: auto;
	}
	.appeal-title{
		margin-bottom: 40px;
	}
}

/*コンテンツ*/
.top-section-space{
	display: none;
}
/*834px以下*/
@media screen and (max-width: 834px){
  .top-section-space{
	display: block;
}
}
.only-top-content{
	overflow: hidden;
}
.poteimo-top-page .btn{/*ボタン*/
	background-color: #5d5d5a;
	position: relative;
}
.poteimo-top-page .btn:hover{
	background: #c46817;
	filter: opacity(1);
}
.poteimo-top-page .btn::after{
	position: absolute;
	 content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    transition: all 0.3s ease 0s;
	font-size: 12px;
}
.poteimo-top-page .btn:hover::after{
	right: -4px;
}
@media screen and (max-width: 781px){
  .top-about .btn{
	margin-bottom: 30px!important;
}
}
.top-section div{
	margin: 0 auto;
	max-width:1200px;
	width: 100%;
	
}
.poteimo-top-page .display-none{
	display: inline;
}
.poteimo-top-page .display-none span{
	display: inline;
}
.poteimo-top-page .post-date{
	margin-right: 10px;
}

.poteimo-top-page .top-section{/* セクションごとのCSS*/
	padding: 80px 20px;
	position: relative;
	margin: 0 calc(-50vw + 50%);
	width: auto;
}
.poteimo-top-page .most-top-section{
	padding: 0px 20px 80px;
}
@media screen and (max-width: 781px){
  .poteimo-top-page .top-section{
	padding: 40px 20px;
}
.poteimo-top-page .most-top-section{
	padding: 0px 20px 40px;
}	
}
.poteimo-top-page .top-first-section{
	padding-top: 0;
}
.poteimo-top-page .top-last-section{
	padding-bottom: 0;
}
.top-section-background{
	background: #f6f6f6;
}
/*781px以下*/
@media screen and (max-width: 781px){
  .widget-entry-card-title{
	margin-bottom: 10px;
}
}

.poteimo-top-page h2{/* 見出し全体*/
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	color: #333;
    padding: 0 0 24px;
	margin-bottom: 48px;
	/*background: linear-gradient(0deg, #5d5d5a 0%, #5d5d5a 6px, transparent 6px, transparent 100%);*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	.poteimo-top-page h2{
		margin-bottom: 24px;
	}
}
.poteimo-top-page h2::before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	transform: translatex(-50%);
	width: 40%;
	height: 7px;
	background: #5d5d5a;
	 border-bottom: #c46817 solid 3px;
}

.poteimo-top-page h2::after{
	position: absolute;
    content: "";
    bottom: 0;
    right: 28%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #c46817 transparent;
}
@media screen and (max-width: 480px){
	.poteimo-top-page h2::after{
		border-width: 0 0 20px 20px;
		right: 28%;
	}
}
.poteimo-top-page h2 span{
	position: relative;
}
.poteimo-top-page h2 span::before{
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 14px;
	width: 120%;
	opacity: 0.7;
}


.top-new-post-h2 span::before{
	content: "- NewPost -";
}
.top-recommend-h2 span::before{
	content: "- Recommend -";
}
.top-gadget-h2 span::before{
	content: "- Gadgets -";
}
.top-item-h2 span::before{
	content: "- Useful -";
}
.top-information-h2 span::before{
	content: "- LaptopInformation -";
}
.top-keyword-h2 span::before{
	content: "- Keyword -";
}
.top-sns-h2 span::before{
	content: "- Poteimo's SNS -";
}
.poteimo-top-page h3{
	position: relative;
    border-bottom: 2px solid #e2e2e2;
	margin: auto;
	margin-bottom: 20px;
	text-align:center;
	font-size: 18px;
}
.poteimo-top-page h3::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 30%;
    height: 2px;
    background: #5d5d5a;
    border-radius: 4px;
}

/* 新着記事*/
.top-new-posts .new-entry-card{
	display: flex;
	grid-gap: 10px;
}

.top-new-posts .new-entry-card-thumb{
	width: 50%;
}

.top-new-posts .new-entry-card-content{
	padding-top: 10px;
}
.top-new-posts .new-entry-card-title{
	font-weight: 700;
}
/*834px以下*/
@media screen and (max-width: 834px){

}
@media screen and (max-width: 480px){
	.top-new-posts .new-entry-card-content{
		padding-top: 6px;
	}
	.top-new-posts .new-entry-card-title{
		font-size: 14px;
	}
}

/* タグ */
.top-section-tag-item .new-entry-cards{
	height: 150px;
}
.top-section-tag-item .wp-block-image{
	max-width: 80px;
	margin: auto;
	margin-bottom: 10px;
}

.top-section-tag-item .new-entry-card-thumb{
	display: none;
}
.top-section-tag-item .new-entry-card-content{
	position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-right: 16px;
	border-bottom: #ccc solid 1px;
}
.top-section-tag-item .new-entry-card-content:after{
	position: absolute;
	content: "...";
	top: 25%;
	transform: translatey(-50%);
	right: 0;
	font-size: 10px;
	
}
.top-section-tag-item .new-entry-card-title{
	position: relative;
	font-size: 14px;
	padding: 4px 0 16px;
	padding-left: 16px;

}

.top-section-tag-item .new-entry-card-title::after{
	position: absolute;
	content: "→";
	color: #fff;
	font-size: 10px;
	top: 31%;
	transform: translatey(-50%);
	left: 3px;
	font-weight: 700;
}

.top-section-tag-item .new-entry-card-title::before{
	position: absolute;
	content: "";
	top: 32%;
	transform: translatey(-50%);
	left: 0;
	width: 16px;
	height: 16px;
	background: #c46817;
	border-radius: 10px;
}

.top-section-tag-item .new-entry-card-date{
	display: none;
}
	.top-section-tag-item .wp-block-cocoon-blocks-button-1 a{
		padding: 8px 45px;
		margin-top: -30px;
	}

/*834px以下*/
@media screen and (max-width: 834px){
	.top-section-tag .is-layout-flex{
		gap:0.8rem;
	}
	.top-section-tag-item .new-entry-card-title{
		font-size: 12px;
	}
	.top-section-tag-item .wp-block-cocoon-blocks-button-1 a{
		font-size: 14px;
		padding: 8px 28px;
		margin-top: -30px;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	.top-section-tag .is-layout-flex{
		gap:0.8rem;
	}
}

/* ノートPC便利情報*/
.top-laptop-information .new-entry-card{
	display: flex;
	grid-gap: 10px;
}

.top-laptop-information .new-entry-card-thumb{
	width: 50%;
}

.top-laptop-information .new-entry-card-content{
	padding-top: 10px;
}
.top-laptop-information .new-entry-card-title{
	font-weight: 700;
}

@media screen and (max-width: 480px){
	.top-laptop-information .new-entry-card-content{
		padding-top: 6px;
	}
	.top-laptop-information .new-entry-card-title{
		font-size: 14px;
	}
}

/*各カテゴリー*/
.poteimo-top-page .new-entry-cards{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 10px;
}

.widget-entry-cards.card-large-image .a-wrap{
	max-width: 500px;
	width: calc(100% / 3 - 10px);
}
/*834px以下*/
@media screen and (max-width: 834px){
	.widget-entry-cards.card-large-image .a-wrap{
		max-width: 500px;
		width: calc(100% / 2 - 10px);
	}
}

/*検索*/
.poteimo-top-page .wp-block-search__inside-wrapper{
	
	height: 50px;
}
.poteimo-top-page form{
	max-width: 800px;
	margin: auto;
}
.poteimo-top-page button{
	margin-left: 0;
	background-color: #5d5d5a;
	width: 80px;
	line-height: 10px;
	transition: all 0.3s ease 0s;
	font-weight: bold;
	padding: 12px;
}
.poteimo-top-page button:hover{
	background-color: #c46817;
	transition: all 0.3s ease 0s;
}

/* 新トップページ */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){

}

