/*
Theme Name: Office-K Type 2024
Template: twentytwentyfour
*/

@import url(//use.fontawesome.com/releases/v6.2.0/css/all.css);


@media (min-width:992px){



}




/*media Queries スマートフォンとタブレットサイズ（959px以下）で適用したいCSS - スマホ・タブレット
----------------------------------------------------*/
@media only screen and (max-width: 959px) {



/*-- ここまで --*/
}


/* レスポンシブ対応 600以上
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

	/* レイアウト */
	.sp-only {
		display: none!important;
	}
	
	/* 独自スタイル
	----------------------------------------------------*/

	/* ヘッダー */
	.header-google-at-text{
		font-size: 0.8rem;
	}
	select.gt_selector{
		padding: 0.3em;
	}

	/* トップページ */
	.top-eyecatch-text{
		font-size: 2.4rem;
	}
	main .entry-content .top-r-concept-text{
	}
	main .entry-content .top-item-box h3{
		font-size: 1em;
	}
	main .entry-content #ecology-banner h2{
		font-size: 2.4rem;		
	}
	#yhnt-banner{
	}
	.yhnt-banner-text1 span{
		text-shadow:
			2px  2px 1px var(--wp--preset--color--base),
			-2px  2px 1px var(--wp--preset--color--base),
			2px -2px 1px var(--wp--preset--color--base),
			-2px -2px 1px var(--wp--preset--color--base),
			2px  0px 1px var(--wp--preset--color--base),
			0px  2px 1px var(--wp--preset--color--base),
			-2px  0px 1px var(--wp--preset--color--base),
			0px -2px 1px var(--wp--preset--color--base),
			3px  3px 2px var(--wp--preset--color--accent),
			-3px  3px 2px var(--wp--preset--color--accent),
			3px -3px 2px var(--wp--preset--color--accent),
			-3px -3px 2px var(--wp--preset--color--accent),
			3px  0px 2px var(--wp--preset--color--accent),
			0px  3px 2px var(--wp--preset--color--accent),
			-3px  0px 2px var(--wp--preset--color--accent),
			0px -3px 2px var(--wp--preset--color--accent); 
	}

/*-- ここまで --*/
}


/*media Queries スマートフォンのみ（600px）以下
----------------------------------------------------*/
@media only screen and (max-width: 599px) {

	/* レイアウト */
	.pc-only {
		display: none!important;
	}
	
	/* 独自スタイル
	----------------------------------------------------*/

	/* ヘッダー */
	.header-google-at{
		gap: 0;
	}
	.header-google-at-text{
		font-size: 0.6rem;
	}
	select.gt_selector{
		padding: 0;
	}
	
	/* トップページ */
	.top-eyecatch-text{
		font-size: 1.6rem;
	}
	main .entry-content .top-r-concept-text h2{
		font-size: 0.8rem;
	}
	main .entry-content .top-item-box h3{
		font-size: 0.6em;
	}
	main .entry-content #ecology-banner h2{
		font-size: 1.4em;		
	}
	#yhnt-banner{
		min-height: 300px;
	}

	/* 商品ページ */
	.stock-list-target-icon img{
		max-width: 100px;
	}
	.stock-list-maker-title{
		width: 120px;
	}
	.stock-list-maker-navi img{
		width: 180px;
	}
	.yhnt-banner-text1 span{
		text-shadow:
			1px  1px 0px var(--wp--preset--color--base),
			-1px  1px 0px var(--wp--preset--color--base),
			1px -1px 0px var(--wp--preset--color--base),
			-1px -1px 0px var(--wp--preset--color--base),
			1px  0px 0px var(--wp--preset--color--base),
			0px  1px 0px var(--wp--preset--color--base),
			-1px  0px 0px var(--wp--preset--color--base),
			0px -1px 0px var(--wp--preset--color--base),
			2px  2px 1px var(--wp--preset--color--accent),
			-2px  2px 1px var(--wp--preset--color--accent),
			2px -2px 1px var(--wp--preset--color--accent),
			-2px -2px 1px var(--wp--preset--color--accent),
			2px  0px 1px var(--wp--preset--color--accent),
			0px  2px 1px var(--wp--preset--color--accent),
			-2px  0px 1px var(--wp--preset--color--accent),
			0px -2px 1px var(--wp--preset--color--accent); 
	}

/*-- ここまで --*/
}


/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {



/*-- ここまで --*/
}


/* テーマ独自
----------------------------------------------------*/

:where(.wp-site-blocks *:focus) {
    outline-width: 0;
    outline-style: none;
}


/* 全サイズ共通
----------------------------------------------------*/

html {scroll-behavior: smooth;}

/* ヘッダー */
.eyecath-title{
}
.eyecatch-background-dot:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTAAAAJ8qhFEAAAABdFJOUwBA5thmAAAAEklEQVQI12MwYDBgYGBoYGAAAASKAOH8MS30AAAAAElFTkSuQmCC);
	background-size: 2px;
	content: "";
	opacity: .5;
}

/* パンくずリスト */
.breadcrumb-parent {
}
.breadcrumb__list {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.breadcrumb__item {
	margin-right: 10px;
	padding-right: 12px;
	position: relative;
	font-size: 70%;
}
.breadcrumb__item:after {
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	border-right: 1px solid;
	border-top: 1px solid;
	box-sizing: content-box;
	color: inherit;
	content: "";
	display: block;
	height: 4px;
	opacity: .8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
}
.breadcrumb__item:last-child:after {
	content: none;
}
.breadcrumb__item a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}

/* 本文:レイアウト */
.margin0{
	margin: 0;
}
.margin-top-0 {
	margin-top: 0;
}
.padding0, .padding0 img{
	padding: 0;
}
.padding1em{
	padding: 1em;
}
.padding-side2em{
	padding: 0 2em;
}
.padding-box{
	padding: 50px!important;
}
.border-bottom-yellow{
	border-bottom: 1px solid #fff2bf;
}
.radius10 {
	border-radius: 10px;
}
.layout-limit {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1100px !important;
}
.layout-limit1100 {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1100px !important;
}
.layout-limit900{
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 900px!important;	
}
.layout-limit800{
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 800px!important;	
}
.layout-limit640 {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 640px !important;
}
.layout-limit480 {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 480px !important;
}
.z-index5{
	z-index: 5;
}
.flex-gap0{
	gap: 0;
}
.box-shadow-gray{
	box-shadow: 0px 0px 5px 2px rgba(46,46,42,.3);
}
.display-none{
	display: none!important;
}
.display-inline{
	display: inline!important;
}
.align-right{
	text-align: right;
}


/* パンくずリスト */
.breadcrumb-parent {
}
.breadcrumb__list {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.breadcrumb__item {
	margin-right: 10px;
	padding-right: 12px;
	position: relative;
	font-size: 70%;
}
.breadcrumb__item:after {
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	border-right: 1px solid;
	border-top: 1px solid;
	box-sizing: content-box;
	color: inherit;
	content: "";
	display: block;
	height: 4px;
	opacity: .8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
}
.breadcrumb__item:last-child:after {
	content: none;
}
.breadcrumb__item a {
	color: var(--wp--preset--color--secondary);
	text-decoration: none;
}


/* 本文:見出しH2 - 共通 */
main .entry-content h2 {
	color: var(--wp--preset--color--contrast);
	font-size: 140%;
	font-weight: 700;
}

/* 本文:見出しH2 - 上下ボーダー */
/*
main .entry-content h2 {
	margin: 3em 0 1.5em;
	padding: 1.1em 0.7em 1em;
	border-top: 1px solid var(--wp--preset--color--contrast-2);
	border-bottom: 1px solid var(--wp--preset--color--contrast-2);
}
*/

/* 本文:見出しH2 - 左ボーダー */
main .entry-content h2 {
	margin: 3em 0 1.5em;
/*
	padding: 1.1em 0.7em 1em;
	border-left: 6px solid var(--wp--preset--color--contrast);
*/
}

/* 本文:見出しH2 - 短い下線 */
/*
main .entry-content h2:after{
	content: "";
	margin: 10px auto 50px auto;
	display: block;
	width: 120px;
	height: 3px;
	background: var(--wp--preset--color--primary);
}
main .entry-content h2.h2-border-clear:after{
	display: none;
}
*/

main .entry-content h2.h2-bg-secondary{
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
	text-shadow:0px 0px 3px var(--wp--preset--color--contrast);
	background-color: var(--wp--preset--color--secondary);
}

/* 本文:見出しH3 - 共通 */
main .entry-content h3 {
	color: var(--wp--preset--color--contrast-3);
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 120%;
/*
	font-weight: 700;
*/
}

/* 本文:見出しH3 - マーカー */
main .entry-content h3 {
	--alpha: 0.5;
	background: linear-gradient(transparent 60%,rgb(from var(--wp--preset--color--base-2) r g b / var(--alpha)) 60%);
}

/* 本文:見出しH3 - 下に破線 */
/*
main .entry-content h3 {
	padding-bottom: 0.5em;
	border-bottom: 2px dotted var(--wp--preset--color--base-2);
}
*/

/* 本文:見出しH3 - 短い下線 */
/*
main .entry-content h3:after{
	content: "";
	margin-top: 0.5em;
	display: block;
	width: 5em;
	height: 2px;
	text-align: inherit;
	background: var(--wp--preset--color--base-2);
}
main .entry-content h3.has-text-align-center:after{
	margin-left: auto;
	margin-right: auto;
}
main .entry-content h3.no-border:after{
	display: none;
}
*/

/* 本文:見出しH4 - 共通 */
main .entry-content h4 {
	color: var(--wp--preset--color--contrast);
	margin-top: 3em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: 700;
}

/* 本文:table */
main .entry-content table thead{
	border-bottom: none;
}
main .entry-content table tr th, .wp-block-table tr th{
	--alpha: 0.3;
	color: inherit;
	text-align: left;
	background-color: rgb(from var(--wp--preset--color--contrast-2) r g b / var(--alpha));
}
main .entry-content table tr:nth-child(2n+1), .wp-block-table tr:nth-child(2n+1){
	--alpha: 0.1;
	background-color: rgb(from var(--wp--preset--color--contrast-2) r g b / var(--alpha));
}
main .entry-content table tr:nth-child(2n), .wp-block-table tr:nth-child(2n){
    
}
main .entry-content table tr:hover, .wp-block-table tr:hover{
	--alpha: 0.4;
	background-color: rgb(from var(--wp--preset--color--contrast-2) r g b / var(--alpha));
}
main .entry-content table tr th, main .entry-content table tr td, .wp-block-table tr th, .wp-block-table tr td{
	border: none;
}

/* 本文：画像 */
.wp-block-image a img:hover{
	opacity: 0.8;
}

/* 本文：リスト要素 */
main .entry-content ul:where(:not(.wp-block-post-template)), main .entry-content ol{
	padding-left: 1.5em;
}
main .entry-content li ul, main .entry-content li ol{
	padding-left: 1.5em;
}


/* 本文：ボタン */
.wp-element-button:visited, .wp-block-button__link:visited {
	color: var(--wp--preset--color--base);
}
.wp-element-button:hover, .wp-block-button__link:hover {
	opacity: 0.8;
	color: var(--wp--preset--color--base);
}

/* 本文:投稿リスト */
.wp-block-post-featured-image img {
	height: 200px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
main .entry-content h3.wp-block-post-title{
	text-align: left;
}

/* WP Block カテゴリーリスト */
ul.wp-block-categories-list{
	padding-left: 1.5em;
}
ul.wp-block-categories-list li{
}
ul.wp-block-categories-list li a{
	text-decoration: none;
}
ul.wp-block-categories-list li a:hover{
	text-decoration: underline;
}

/* 本文：TOPお知らせ */
.entry-content h2.info-title{
	padding-left: 0;
	/*border: none;*/
	font-size: 120%;
}
.entry-content h2.info-title:before{
	margin-right: 0.7em;
	content: "\f143";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	display: inline-block;
}
.entry-content h2.info-title:after{
	display: none;
}

/* 本文：投稿リスト（wp-show-posts） */
.post_content .fl-post-feed-post{
	margin-bottom: 0.5em;
}
.post_content .fl-post-feed-text{
	position: relative;
}
.post_content .info-widjet h2{
	margin-left: 8em;
	padding: 0;
	border: none;
	line-height: 1.75;
	font-size: 90%;
}
.post_content .info-widjet .fl-post-feed-meta{
	position: absolute;
	top: 2px;
	font-size: 80%;
}
main .entry-content h2.info-title{
	border: none;
	font-size: 100%;
	text-align: inherit;
}
main .entry-content h2.info-title:before{
	margin-right: 0.7em;
	content: "\f143";
	color: #cdbf9c;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	border-bottom: none;
	position: relative;
}
main .entry-content h2.info-title:after{
	border-bottom: none;
}
main .entry-content .info-widjet .wp-show-posts-inner{
	border-bottom: 1px dotted #2e2e2a;
	position: relative;
}
main .entry-content .info-widjet h2.wp-show-posts-entry-title{
	color: #2e2e2a;
	margin-left: 120px !important;
	font-size: 90%;
	display: inline-block;
}
main .entry-content .info-widjet h2{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.75;
	font-size: 90%;
	text-align: inherit;
}
main .entry-content .info-widjet  h2.wp-show-posts-entry-title:before{
	border-bottom: none;
}
main .entry-content .info-widjet  h2.wp-show-posts-entry-title:after{
	border-bottom: none;
}
main .entry-content .info-widjet h2.wp-show-posts-entry-title a{
	color: #2e2e2a;
}
main .entry-content .info-widjet h2.wp-show-posts-entry-title a:hover{
	color: #8ab0df;
}
main .entry-content .info-widjet .wp-show-posts-entry-meta{
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0px;
}
main .entry-content .info-widjet .wp-show-posts-entry-date{
	font-size: 90% !important;	
}

/* 投稿リスト */
main .entry-content h3.wp-block-post-title{
	margin: 0;
	padding: 0;
}

/* 本文：よくある質問 */
.faq{
	position: relative;
}
.faq dt{
	margin-bottom: 20px;
	padding-left: 40px;
	border-left: none;
}
.faq dt:before{
	margin-top: -4px;
	margin-right: 10px;
	padding: 4px 10px;
	content: "Q";
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 32px;
	text-align: center;
}
.faq dd{
	padding-left: 40px;
	border-left: none;
}
.faq dd:before{
	margin-top: -4px;
	margin-right: 10px;
	padding: 4px 10px;
	content: "A";
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 32px;
	text-align: center;
}

/* 本文：よくあるご質問リスト */
.faq-list .listing-item{
	position: relative;
}
.faq-list .listing-item:before{
	color: var(--wp--preset--color--primary);
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
}
.faq-list .title{
	margin-left: 1.5em;
	display: inline-block;
}
.faq-list-more .so-widget-sow-button .ow-button-base a{
	padding-right: 1.5em !important;
}

/* 本文：PDFリスト */
main .entry-content ul.list-pdf {
	padding-left: 0;
}
ul.list-pdf li {
	display: block;
	position: relative;
}
ul.list-pdf li:before {
	color: #b30b00;
	content: "\f1c1";
	display: inline-block;
	width: 1.2em;
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
}

/* 本文：PDFダウンロード */
.download-pdf:before{
	color: #b30b00;
	content: "\f1c1";
	display: inline-block;
	width: 1.2em;
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
}

/* 本文：Excelリスト */
main .entry-content ul.list-excel {
	padding-left: 0;
}
ul.list-excel li {
	display: block;
	position: relative;
}
ul.list-excel li:before {
	color: #1e6e42;
	content: "\f1c3";
	display: inline-block;
	width: 1.2em;
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
}

/* 本文：Excelダウンロード */
.download-excel:before{
	color: #1e6e42;
	content: "\f1c3";
	display: inline-block;
	width: 1.2em;
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
}

/* 本文：チェックリスト */
ul.list-checkbox{
}
ul.list-checkbox li{
	display: block;
	position: relative;
}
ul.list-checkbox li:before{
	color: var(--wp--preset--color--accent);
	margin-bottom: 0.8em;
	position: absolute;
	left: -1.5em;
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：チェックリスト（中央寄せ） */
ul.list-check-center li{
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: max-content;
}
ul.list-check-center li:before{
	color: var(--wp--preset--color--accent);
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：交通アクセス（車） */
ul.list-access-car{
	padding-left: 0;
}
ul.list-access-car li{
	display: block;
	position: relative;
}
ul.list-access-car li:before{
	color: var(--wp--preset--color--accent);
	margin-bottom: 0.8em;
	position: absolute;
	left: -1.5em;
	content: "\f1b9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：オプションリスト */
ul.list-option, .list-option ul{
	padding-left: 0;
}
ul.list-option li, .list-option ul li{
	color: #ffffff;
	display: inline-block;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	border-radius: 5px;
	background: var(--wp--preset--color--secondary);
}
ul.list-option li:last-child,, .list-option ul li:last-child{
	margin-right: 0;
}
ul.list-option li:before, .list-option ul li:before{
	content: "";
}

/* 本文：丸数字リスト */
ol.list-ol-circle{
	counter-reset: my-counter;
	list-style: none;
}
ol.list-ol-circle li{
	padding-left: 30px;
	position: relative;
	line-height: 1.8em;
}
ol.list-ol-circle li:before{
	color: #ffffff;
	content: counter(my-counter);
	margin-right: 1em;
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	height: 1.8em;
	width: 1.8em;
	counter-increment: my-counter;
	box-sizing: border-box;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	background-color: var(--wp--preset--color--primary);
}

/* 本文：注記リスト */
ul.list-asterisk{
	padding-left: 0;
}
ul.list-asterisk li{
	display: block;
	position: relative;
}
ul.list-asterisk li:before {
	color: var(--wp--preset--color--accent);
	margin-bottom: 0.8em;
	position: absolute;
	left: -1.5em;
	content: "\f069";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：フローリスト */
ul.list-flow{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-flow li{
	margin: 5px 0.5em 0 1em;
	display: inline-block;
}
ul.list-flow li a{
	background: var(--wp--preset--color--secondary);
	padding: .8em 1em;
	border-right: 1px solid var(--wp--preset--color--secondary);
	border-left: 1px solid var(--wp--preset--color--secondary);
	text-decoration: none;
	color: var(--wp--preset--color--base);
	display: inline-block;
	position: relative;
	line-height: 1em;
}
ul.list-flow li a:hover{
	color: var(--wp--preset--color--contrast);
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	font-weight: bold;
	background: none;
}
ul.list-flow li a::before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	left: -1em;
	border-width: 1.4em 0 1.4em 1em;
	border-style: solid;
	border-color: var(--wp--preset--color--secondary) var(--wp--preset--color--secondary) var(--wp--preset--color--secondary) transparent;
	z-index: -1;
}
ul.list-flow li a:hover::before{
	content: normal;
}
ul.list-flow li a::after{
	content: "";
	position: absolute;
	top: 0px;
	border-width: 1.4em 0 1.4em 1em;
	border-style: solid;
	border-color: transparent transparent transparent var(--wp--preset--color--secondary);
	right: -1em;
}
ul.list-flow li a:hover::after{
	content: normal;
}
ul.list-flow .current,
ul.list-flow .current:hover{
	color: var(--wp--preset--color--primary);
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	font-weight: bold;
	background: none;
}
ul.list-flow .current::after,
ul.list-flow .current::before{
	content: normal;
}


/* 本文：STEP見出し */
main .entry-content .step{
}
main .entry-content .step .number{
	color: var(--wp--preset--color--primary);
	font-size: 150%;
}
main .entry-content .step:after{
	content: "\f054\00a0\00a0";
	color: var(--wp--preset--color--primary);
	margin-left: 1em;
	display: inline-block;
	font-family: FontAwesome;
}

/* 本文：YouTube埋め込み */
.youtube {
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube img {
  width: 100%;
  height: auto;
}

/* CTA */
.cta-link-tel a{
}

/* contact form 7 */
.wpcf7-textarea{
	width: 100%;
}
.wpcf7-submit{
	color: var(--wp--preset--color--base);
	background: var(--wp--preset--color--contrast-2);
}

/* 投稿：メタ */
.post-meta-category-list{
}
.post-meta-category-list:before{
	content: "\f07b";
	color: var(--wp--preset--color--accent);
	margin-right: 1em;
	display: inline-block;
	font-family: FontAwesome;
}
.post-meta-tag-list{
}
.post-meta-tag-list:before{
	content: "\f02b";
	color: var(--wp--preset--color--accent);
	margin-right: 1em;
	display: inline-block;
	font-family: FontAwesome;
}

/* 投稿：COT */
#toc{
	padding: 1.5em 1.5em;
	border-bottom: 4px double rgba(200, 200, 200, .5);
	border-top: 4px double rgba(200, 200, 200, .5);
	width: 640px;
	background: rgba(200, 200, 200, .15);
	background: linear-gradient(-45deg, transparent 25%, rgba(200, 200, 200, .15) 25%, rgba(200, 200, 200, .15) 50%, transparent 50%, transparent 75%, rgba(200, 200, 200, .15) 75%, rgba(200, 200, 200, .15));
	background-clip: padding-box;
	background-size: 4px 4px;
	float: unset;

	.index__button{
		color: var(--wp--preset--color--contrast);
		margin-left: 1em;
		padding: 0.1em 1em;
		border: 1px solid var(--wp--preset--color--contrast);
		border-radius: 0.3em;
		display: inline-block;
		cursor: pointer;
	}
}


/* アーカイブ */
body.archive .wp-block-post-title{
	height: 2.4em;
	overflow: hidden;
}
body.archive .wp-block-post-excerpt__more-text{
	margin-top: 0;
	text-align: right;
}

/* ソーシャルリンク */
.social-link{
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--large);
}

/* サイドバー */
.sidebar{
}
.sidebar h2{
	margin-bottom: 1em;
	padding: 0.5em 0;
	position: relative;
	font-size: 100%;
	font-weight: bold;
}
.sidebar h2:before, .sidebar h2:after{
	box-sizing: inherit;
	display: block;
	height: 1px;
	position: absolute;
	z-index: 0;
}
.sidebar h2:before{
	content: "";
	bottom: 0;
	left: 0;
	width: 40%;
	z-index: 1;
	background: var(--wp--preset--color--primary);
}
.sidebar h2:after{
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--wp--preset--color--cyan-bluish-gray);
	opacity: .3;
}
.sidebar-post-list{
}

/* サイドバー：カテゴリー一覧 */
.sidebar ul.wp-block-categories-list{
	padding-left: 0;
}
.sidebar ul.wp-block-categories-list li ul{
	margin-top: 0.5rem;
	padding-left: 1.5em;
}
.sidebar ul.wp-block-categories-list li ul li{
	list-style: none;
}


/* フッター */
footer.wp-block-template-part{
	margin-top: 0;
}
footer h2{
	color: var(--wp--preset--color--base);
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	position: relative;
	overflow: hidden;
	font-size: 120%;
}
footer h2:before {
	border-bottom: 1px solid var(--wp--preset--color--primary);
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer h2:after {
	border-bottom: 1px solid #3f3f3f;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* フッター：ナビゲーション */
footer .wp-block-navigation ul{
	display: block !important;
	width: 100%;
}
footer .wp-block-navigation .wp-block-navigation-item{
	padding: 1em 0 1em 2em;
	border-bottom: 1px dotted #3f3f3f;
}
footer .wp-block-navigation-item a{
	display: list-item !important;
	list-style: disc;
}
footer .wp-block-navigation .wp-block-navigation-item:last-child{
	border-bottom: none;
}

footer .wp-block-tag-cloud a{
	color: var(--wp--preset--color--base);
}
footer .wp-block-tag-cloud a:hover{
	opacity: 0.8;
}

/* フッター：ソーシャルリンク */
footer .social-link{
	color: var(--wp--preset--color--base);
}

/* 追従フッター */
#footer-fixed {
	margin-bottom: 0;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}
#footer-fixed a:hover{
}


/* 独自スタイル
----------------------------------------------------*/

/* ヘッダー */
header .wp-block-site-title{
}
header .wp-block-site-logo{
	margin-inline-end: 0!important;
}
header .header-logo-text{
	margin-inline-end: 0!important;
}
header .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{
	margin-right: auto;
	margin-left: auto;
}
header .wp-block-navigation__responsive-container-open svg{
	width: 48px;
	height: 48px;
}

select.gt_selector{
	border-color: var(--wp--preset--color--contrast-2);
	border-radius: 0.8em;
	text-align: center;
}

ul.bogo-language-switcher{
	padding-left: 0;
}
ul.bogo-language-switcher li{
	--alpha: 0.5;
	color: rgb(from var(--wp--preset--color--contrast) r g b / var(--alpha));
	margin-right: 1em;
	display: inline;
	font-size: 0.9em;
}
ul.bogo-language-switcher li:last-child{
	margin-right: 0;
}
ul.bogo-language-switcher li.current a{
	border-bottom: 1px solid var(--wp--preset--color--contrast-3);
	--alpha: 0.5;
	color: rgb(from var(--wp--preset--color--contrast) r g b / var(--alpha));
}
ul.bogo-language-switcher li:not(.current) a{
	color: var(--wp--preset--color--contrast);
}
.bogoflags, .bogoflags-before:before{
	display: none;
}

body.ja .en-US-only{
	display: none!important;
}
body.en-US .ja-only{
	display: none!important;
}

/* 本文 */
main .entry-content h2{
	padding: 0 0 0 0.5em;
	border-left: 6px solid;
}
main .entry-content h2 span.subtitle{
	margin-left: 1em;
	font-size: 60%;
}
main .entry-content h3{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6em;
}

.anshin-block{
	--alpha: 0.2;
	padding: 1.5em;
	border-radius: 1em;
	background: rgb(from var(--wp--preset--color--accent) r g b / var(--alpha));
}
.anshin-block .wp-block-group{
	margin-top: -1.2em;
}
main .entry-content .anshin-block h3{
	margin-top: 0;
	margin-bottom: 0;
}
.gizagiza a, .gizagiza a:after, .gizagiza a:before, .gizagiza a span{
	content: "";
	width: 80px;
	height: 80px;
	background-color: var(--wp--preset--color--contrast-3);
	position:absolute;
	top: 0px;
}
.gizagiza, .gizagiza a, .gizagiza a:after, .gizagiza a:before{
	rotate: 22.5deg;
}
.gizagiza a span{
	rotate: -45deg;
	text-align: center;
	z-index: 999;
	line-height: 80px;
	color: var(--wp--preset--color--base);
	font-size: 0.6em;
}
.gizagiza{
	position: relative;
	width: 80px;
	height: 80px;
	background-color: var(--wp--preset--color--contrast-3);
	margin-right: 1em!important;
}

div#toc_container{
	padding-top: 2em;
	padding-left: 2em;
	padding-bottom: 2em;
	padding-right: 2em;
}

.yajirushi a {
	padding-left: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.yajirushi a::after {
	content: '';
	margin-left: 0.5em;
	border-bottom: solid 1px;
	border-right: solid 1px;
	width: 3em;
	height: 0.5em;
	transform: skew(45deg);
}


/* トップページ */
.top-eyecatch-text{
	border-bottom: 3px solid var(--wp--preset--color--contrast-3);
	display: inline-block;
	text-shadow: 1px 1px 2px black;
}
main .entry-content .top-r-concept-text h2{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-left: none;
	line-height: 1.2em;
}

main .entry-content h2.h2-star{
	border-left: none;
}
main .entry-content h2.h2-star:before{
	content: "★";
	color: var(--wp--preset--color--accent);
	margin-right: 0.2em;
	position: relative;
	top: 0.1em;
	font-size: 1.8em;
}

main .entry-content h2.h2-youtube{
	padding-left: 0;
	border-left: none;
}
main .entry-content h2.h2-youtube svg{
	margin-right: 0.5em;
	position: relative;
	top: 0.4em;
}
.movie-list-flex{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
main .entry-content h3.movie-list-model{
	margin: 0;
	font-weight: bold;
	background: none;
}
main .entry-content .movie-list-summary{
	text-align: right;
}
main .entry-content h3.movie-list-model svg{
	margin-right: 0.5em;
	position: relative;
	top: 0.4em;
}

#youtube-banner{
	position: relative;
	cursor: pointer;
}
#youtube-banner:before, #youtube-banner:after{
	content: '';
	display: block;
	width: 50%;
	height: 4px;
	position: absolute;
	bottom: 0px;
}
#youtube-banner:before{
	right: 0px;
	background: #808080;
	z-index: 2;
}
#youtube-banner:after{
	left: 0px;
	background: #ff0000;
	z-index: 3;
}

.r-concept-r{
	color: var(--wp--preset--color--contrast-3);
	font-family:"Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 200%;
}

.wide-bg{
	position: relative;
	box-shadow: 30vw 0px 0px var(--wp--preset--color--accent-4), -30vw 0px 0px var(--wp--preset--color--accent-4);
	z-index: -1;
}
.top-info-box{
	box-shadow: 1em 1em 0px 0px var(--wp--preset--color--accent-4), -10vw -3em 0px 0px var(--wp--preset--color--accent-4);
}
.top-info-box.layout-limit800{
	margin-left: 10px!important;
}
.news-list-box{
	--alpha: 0.5;
	box-shadow: 0.7em 0.8em 0 rgb(from var(--wp--preset--color--contrast-2) r g b / var(--alpha));
}
.news-list{
	position: relative;
}
.news-list li{
	padding: 0.8em 0;
	border-bottom: 1px solid var(--wp--preset--color--accent-5);
	position: relative;
}
.news-list li:last-child{
	border-bottom: none;
}
.news-list a{
	padding-left: 6em;
}
.news-list .wp-block-latest-posts__post-date{
	--alpha: 0.8;
	color: rgb(from var(--wp--preset--color--contrast) r g b / var(--alpha));
	position: absolute;
	top: 0.8em;
	font-size: 1em;
}
main .entry-content .top-item-box h3{
	color: var(--wp--preset--color--contrast);
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#ecology-banner{
	cursor: pointer;
}

.yhnt-banner-text1 span{
	color: var(--wp--preset--color--accent);
	font-size: 120%;
}

/* 中古のメリット */
.used-merit-title{
	color: var(--wp--preset--color--base);
	margin-right: 1em;
	padding: 0.5em 2em;
	border-radius: 50%;
	display: inline-block;
	width: 7em;
	height: 5em;
	text-align: center;
	line-height: 5em;
	background: var(--wp--preset--color--contrast-3);
}
.used-merit-title span{
	color: var(--wp--preset--color--accent);
}

/* 中古のメリット：メリット */
.ribbon{
	position: relative;
	font-size: 90%;
}
.ribbon span{
	display: inline-block;
	margin-right: 1em;
	padding: 0.4em 0;
	width: 2rem;
	font-size: 110%;
	text-align: center;
	color: var(--wp--preset--color--base);
	background: var(--wp--preset--color--contrast-3);
}
.ribbon span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 1rem solid var(--wp--preset--color--contrast-3);
	border-right: 1rem solid var(--wp--preset--color--contrast-3);
	border-bottom: 0.5rem solid transparent;
}
.ribbon b{
	color: var(--wp--preset--color--contrast-3);
}


/* 納品までの流れ */
.flow-step-title{
	color: var(--wp--preset--color--contrast-2);
	position: relative;
	top: -0.6em;
	font-weight: 700;
}
.flow-step-title span{
	color: var(--wp--preset--color--accent);
	margin-left: 0.2em;
	font-size: 180%;
}
.flow-step-title:before{
	content: "";
	margin-left: -0.5em;
	margin-right: 1em;
	border-radius: 50%;
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background: var(--wp--preset--color--accent);
}


/* 商品ページ */
.image-bg-shadow{
	position: relative;
	box-shadow: 0.5em 0.5em 0px 0px var(--wp--preset--color--accent-4), -3em -0.7em 0px 0px var(--wp--preset--color--accent-4);
	z-index: -1;
}

main .entry-content h4.item-list-no{
	margin-top: 0;
	position: relative;
}
.item-list-no a{
	color: var(--wp--preset--color--accent-3);
}
.item-list-no span{
	font-size: 70%;
}
.item-list-no span.exist-youtube{
	color: var(--wp--preset--color--contrast);
	margin-left: 1em;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	font-size: 100%;
}
.exist-youtube svg{
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
.item-list-model{
	font-size: 160%;
}
.item-list-summary{
	font-size: 100%;
}
.item-list-main-specification{
	display: block;
	width: 100%;
	text-align: center;
}
.item-list-main-specification span{
	color: var(--wp--preset--color--contrast-2);
	padding: 0.2em 0;
	border: 2px solid var(--wp--preset--color--contrast-2);
	display: inline-block;
	width: 100%;
	font-size: 120%;
}
a.item-list-detail{
	color: var(--wp--preset--color--base);
	padding: 0.5em 2em;
	border: 2px solid var(--wp--preset--color--contrast-2);
	background: var(--wp--preset--color--contrast-2);
}

.new-item{
	color: #ffffff;
	padding: 0.3em 1em;
	opacity: 0;
	background: #2e2e2a;
}
.new-item.glow{
	animation: glow_anime_on 1s ease-out forwards;
}
@keyframes glow_anime_on{
	0% {
		opacity: 0;
		text-shadow: 0 0 0 #fff,0 0 0 #fff;
	}
	50% {
		opacity: 1;
		text-shadow: 0 0 10px #fff,0 0 15px #fff;
	}
	100% {
		opacity: 1;
		text-shadow: 0 0 0 #fff,0 0 0 #fff;
	}
}

/* 商品詳細ページ */
.item-detail-images img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	cursor: pointer;
}
.item-detail-images.popup{
	animation-name: popup-animation;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes popup-animation{
	0%{
		position: static;
		display: inherit;
		z-index: 1;
	}
	100%{
		--alpha: 0.9;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 10;
		background: rgb(from var(--wp--preset--color--contrast) r g b / var(--alpha));
	}
}
.item-detail-images.popup img{
	animation-name: popup-img-animation;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes popup-img-animation{
	0%{
		width: 100%;
		object-fit: cover;
		aspect-ratio: 4 / 3;
	}
	100%{
		width: max-content;
		object-fit: contain;
		aspect-ratio: initial;
	}
}
/*
.item-detail-images.popup figcaption{
	animation-name: popup-figcaption-animation;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes popup-figcaption-animation{
	0%{
		color: inherit;
	}
	100%{
		color: var(--wp--preset--color--base);
	}
}
*/
.item-detail-thumbnails{
	position: relative;
	cursor: pointer;
}
.item-detail-thumbnails figcaption{
	--alpha: 0.7;
	color: var(--wp--preset--color--base);
	position: absolute;
	bottom: 0.5em;
	display: block;
	width: 100%;
	font-size: 80%;
	background: rgb(from var(--wp--preset--color--contrast) r g b / var(--alpha));
}
.item-detail-youtube{
	padding-top: 100px;
}

/* 中古のメリットページ */
/*------------------------------------
  bar graph
------------------------------------*/
.bar-graph-wrap {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.bar-graph-wrap .graph {
  height: 50px;
  position: absolute;
  left: 0;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-animation: graphAnim 2.5s forwards;
          animation: graphAnim 2.5s forwards;
}
.bar-graph-wrap .graph span {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .bar-graph-wrap .graph span {
    font-size: 12px;
  }
}
.bar-graph-wrap .graph.new-a {
  top: 0;
  background: var(--wp--preset--color--contrast-2);
}
.bar-graph-wrap .graph.patec {
  top: 80px;
  background: var(--wp--preset--color--accent);
}
#bar-graph1 .bar-graph-wrap .graph.new-a {
  width: 90%;
}
#bar-graph1 .bar-graph-wrap .graph.patec {
  width: 40%;
}
#bar-graph2 .bar-graph-wrap .graph.new-a {
  width: 90%;
}
#bar-graph2 .bar-graph-wrap .graph.patec {
  width: 30%;
}
#bar-graph3 .bar-graph-wrap .graph.new-a {
  width: 60%;
}
#bar-graph3 .bar-graph-wrap .graph.patec {
  width: 50%;
}
@-webkit-keyframes graphAnim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes graphAnim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-title{
  font-size: 80%;
}
.bar-graph-wrap.vertical {
  height: 300px;
  margin: 0 auto;
  max-width: 350px;
}
.bar-graph-wrap.vertical .graph {
  width: 15%;
  bottom: 0;
  padding: 1%;
  border-radius: 4px 4px 0 0;
  animation: graphAnim02 3s forwards;
  flex-direction: column-reverse;
}
.bar-graph-wrap.vertical .graph .name {
  font-size: 10px;
}
.bar-graph-wrap.vertical .graph {
	top: auto;
	background: rgb(from var(--wp--preset--color--accent) r g b / var(--alpha));
}
#bar-graph4 .bar-graph-wrap.vertical .graph.twenty-five {
	--alpha: 0.6;
	left: 0px;
	height: 100px;
}
#bar-graph4 .bar-graph-wrap.vertical .graph.twenty-six {
	--alpha: 0.7;
	left: 20%;
	height: 120px;
}
#bar-graph4 .bar-graph-wrap.vertical .graph.twenty-seven {
	--alpha: 0.8;
	left: 40%;
	height: 200px;
}
#bar-graph4 .bar-graph-wrap.vertical .graph.twenty-eight {
	--alpha: 0.9;
	left: 60%;
	height: 240px;
}
#bar-graph4 .bar-graph-wrap.vertical .graph.twenty-nine {
	--alpha: 1;
	left: 80%;
	height: 280px;
}
@keyframes graphAnim02 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* 円グラフ */
.graph-circle{
  display:inline-block;
  transform:rotate(-90deg);
}
.graph-circle .type{
	fill: transparent;
	stroke-width: 100;
	stroke: rgb(from var(--wp--preset--color--accent) r g b / var(--alpha))
}
.graph-circle .type1 {
	--alpha: 1;
}
.graph-circle .type2 {
	--alpha: 0.4;
}
.graph-circle .type3 {
	--alpha: 0.3;
}
.graph-circle .type4 {
	--alpha: 0.2;
}
.graph-circle .type5 {
	--alpha: 0.1;
}
.typeA1{animation:circleA1 1s forwards;}
@keyframes circleA1{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:417 565;}
}
.typeA2{animation:circleA2 1s forwards;}
@keyframes circleA2{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:497 565;}
}
.typeA3{animation:circleA3 1s forwards;}
@keyframes circleA3{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:532 565;}
}
.typeA4{animation:circleA4 1s forwards;}
@keyframes circleA4{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:551 565;}
}
.typeA5{animation:circleA5 1s forwards;}
@keyframes circleA5{
  0%{stroke-dasharray:0 565;}
  99.9%,to{stroke-dasharray:565 565;}
}
.pieChartArea {
    margin: 0 auto 1.5em;
    width: 280px;
    height: 280px;
    position: relative;
}
.pieChartArea li {
    list-style: none;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.2 !important;
    position: absolute;
    text-shadow: 0 0 3px #000;
    opacity: 1;
}
.pieChartArea li span {
    margin: 0 .15em;
    font-size: 20px;
    letter-spacing: -.1em;
}
.pieChartArea li:first-child {
    top: 58%;
    right: 0%;
    animation: textFwt 1.5s ease-out 1s 1 forwards;
}
.pieChartArea li:nth-child(2) {
    top: 38%;
    left: -10%;
    animation: textFwt 1.5s ease-out 1.25s 1 forwards;
}
.pieChartArea li:nth-child(3) {
    top: 21%;
    left: 3%;
    animation: textFwt 1.5s ease-out 1.5s 1 forwards;
}
.pieChartArea li:nth-child(4) {
    top: 8%;
    left: 12%;
    animation: textFwt 1.5s ease-out 1.5s 1 forwards;
}
.pieChartArea li:last-child {
    top: -3%;
    right: 42%;
    animation: textFwt 1.5s ease-out 1.75s 1 forwards;
}

/*  吹き出し */
.balloon-left {
  color: #555;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 2em 2em;
	border-radius: 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 90%;
  background: #e0edff;
}
.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}
.balloon-left p {
	margin: 0;
	padding: 0;
}
.balloon-right {
	color: #555;
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 2em 2em;
	border-radius: 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 90%;
	background: #e0edff;
}
.balloon-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #e0edff;
}
.balloon-right p {
	margin: 0;
	padding: 0;
}

/* フッター */
footer .wp-block-navigation .wp-block-navigation-item{
	border-bottom: none;
	display: block;
	font-weight: bold;
}
footer .wp-block-navigation .wp-block-navigation-submenu{
}
footer .wp-block-navigation .wp-block-navigation__submenu-icon{
	display: none;
}
footer .wp-block-navigation .has-child .wp-block-navigation__submenu-container{
	border: none;
	position: static;
	visibility: visible;
	width: auto;
	height: auto;
	opacity: 1;
	overflow: visible;
	background-color: unset;
}
footer .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
	min-width: unset;
}
footer .wp-block-navigation-submenu .wp-block-navigation-item{
	padding-bottom: 0;
	font-weight: normal;
}
footer .wp-block-navigation-submenu .wp-block-navigation-item a{
	padding-bottom: 0;
}
footer .wp-block-navigation .wp-block-navigation-item{
	padding-top: 0;
	padding-left: 0;
}
footer .wp-block-navigation .wp-block-navigation-item a{
	padding-top: 0;
	padding-left: 0;
}
footer .wp-block-navigation-item a{
	list-style: none;
}
