@charset "UTF-8";

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

/*アドミンバーを半透明に*/
#wpadminbar {
	background: rgba(29, 35, 39, 0.8);
}

.entry-content p:first-of-type img {
	display: none;
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@font-face {
	font-family: 'fonttitle';
	src: url('./ShipporiMincho-ExtraBold.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'fontserif';
	src: url('./NotoSerifJP.woff2') format('woff2');
	font-display: swap;
}

:root {
	--color_key: #56D6A6;
	--color_sub: #004a63;
	--color_font: #4D5156;
	--color_bg: #FAFAFA;
	--color_link: #1B95E0;
	--color_line: #CCC;
	--color_shadow: 0px 3px 8px -2px rgba(0,0,0,0.2);
	--font_serif: "fontserif", serif;
	--list_space: 0.5em; /*番号と文字の隙間*/
	--width_body: 1200px;
}

@media screen and (max-width: 768px) {
	main.main {
    	max-width: 640px;
	}
}
/*ページのゆらゆらを防止*/
body.home #content,
body[class*="scrollable-sidebar"] #main {
	overflow-x: hidden;
}
/*リンク*/
a,
a:hover {
	color: var(--color_link);
	outline: none;
	text-underline-offset: 1px;
}
a[href*="https://kimetaru.com/to"]::after {
	font-family: 'Font Awesome 5 Free';
		content: '\f35d';
		font-weight: 900;
	margin: 0 0.3em;
	font-size: 0.5em;
}
/*リンク背景色を無効化（メニューやサイドバー）*/
.cf a:hover {
	background: transparent;
}
/*外部リンクFontAwesome*/
.fa-external-link-alt::before {
    font-size: 0.6em;
}
/*折り返さない*/
.nowrap {
	white-space: nowrap;
}
/*固定ページのプロフィールを非表示*/
.page .author-box {
	display: none;
}
table th,
table td {
	line-height: 1.4em;
}


/*--------------------------------
	カラム横並び（おもに比較表に使うassy内のdata）
--------------------------------*/
@media screen and (max-width: 834px) {
	.column-wrap.flexrow {
		flex-direction: row;
	}
}


/*--------------------------------
	ヘッダー
	Cocoon：トップメニュー（右寄せ）
--------------------------------*/
/*ロゴ*/
#header .logo-text {
	text-align: unset;
	margin: 0 1rem;
}
#header .site-name-text,
#footer .site-name-text {
	/*background: linear-gradient(to right, var(--color_key) 40%, #000 40%);*/
	background: #000;
	color: var(--color_sub);
	font-family: "fonttitle";
	font-size: 3em;
	padding-left: 0.1em;
	/*background-clip: text;*/
	-webkit-background-clip: text;
}
@media screen and (max-width: 480px) {
	#header .site-name-text {
    	font-size: 2.5em;
	}
}


/*--------------------------------
	ヘッダーからのグラデーション
--------------------------------*/
.header-container {
	background: transparent;
	/*background: linear-gradient(to bottom, #A2DDF6, #B4E4F8);*/
	padding-bottom: 0.5rem;
}



/*--------------------------------
	ボックス 1カラムワイド背景
--------------------------------*/
/*背景色を横幅いっぱいに*/
.fullwide {
	padding: 1rem 32px 3rem;
	margin: 0 calc((100% - 100vw)/2);
}
/*Swellのフルワイズの場合*/
/*:root {
	--scrollbar_width: 17px;
}
.fullwide {
	padding: 1rem 32px 3rem;
	margin: 0 calc(50% - 50vw + var(--scrollbar_width, 0)/2);
	width: calc(100vw - var(--scrollbar_width, 0));
	max-width: 100vw !important;
}*/
.fullwide > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
@media screen and (max-width: 490px) {
	.fullwide {
		padding: 0.5rem 1rem;
	}
}
/*背景色*/
.fullwide:nth-of-type(even) {
	background: #F1F7F9;
}



/*--------------------------------
	フロントページ
--------------------------------*/
/*.body {
	max-width: var(--width_body);
	margin: 0 auto;
}*/
/*アピールエリアの画像の縦横比を保持*/
#appeal {
    height: calc(1vw * 100 * calc(1000 / 2000));
	max-width: var(--width_body);
	margin: 0 auto;
}
@media screen and (min-width: 1200px) {
	#appeal {
		height: calc(var(--width_body) / 2);
	}
}
.home.page [id$="-assy"] {
	margin-bottom: unset;
}
.home.page a,
.home.page a:hover {
	outline: none;
	text-decoration: none;
}
/*フロント固定ページのヘッダー周りを非表示*/
.home.page .entry-title,
.home.page .post-date,
.home.page .post-update,
.home.page .author-info {
	display: none;
}
/*h2見出しデザインを解除*/
.home.page h2 {
	position: relative;
	color: var(--color_sub);
	font-family: "fonttitle";
	font-size: 2rem;
	padding: unset;
	margin: unset;
	text-align: center;
}
.home.page h2,
.home.page h2::before,
.home.page h2::after {
	background: transparent;
	border: unset;
}
.home.page h2::before {
	content: '';
	position: absolute;
		top: 27px;/*線の上下位置*/
		left: 50%;
	background: linear-gradient(to right, #0095C7 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, #0095C7);
	display: inline-block;
	width: 100%;/*線の長さ*/
	height: 1px;/*線の太さ*/
	transform: translateX(-50%);/*位置調整*/
	-webkit-transform: translateX(-50%);
}
/*キャッチコピー*/
.home.page .catchcopy-wrap {
	text-align: center;
}
.home.page .catchcopy {
	display: block;
	color: #808080;
	font-family: "fonttitle";
	font-size: 1.2em;
	margin-bottom: 1rem;
}
.home.page .catchcopy::before {
	content: "！";
	color: var(--color_sub);
	font-size: 1.3em;
	margin-right: 0.2rem;
}
/*スマホのカラム縦並びを解除*/
.home.page [id^="timing"] .column-wrap,
.home.page [id^="service"] .column-wrap {
	flex-direction: row;
}
.home.page .column-wrap [class^="column"] {
	padding: 0 3px;
	margin-bottom: unset;
}
.home.page .frontcard {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.home.page [id^="feature"] .frontcard {
	height: auto;
}
.home.page .frontcard img {
	border-radius: 4px 4px 0 0;
	object-fit: cover;
}
/*タイトルリンク文字*/
.home.page [class*="card-title"] {
	display: block;
	color: var(--color_font) !important;
	font: normal 1.05rem serif !important;
	line-height: 1.4 !important;
}
.home.page .frontcard [class*="card-title"] {
	padding: 0.5rem 1rem;
}
@media screen and (max-width: 599px) {
	.home.page .frontcard [class*="card-title"] {
		font: normal 0.95rem serif !important;
		padding: 0.5rem;
	}
}
.home.page [id^="timing"] .frontcard,
.home.page [id^="feature"] .frontcard {
	background: #FFF;
	box-shadow: var(--color_shadow);
	border-radius: 4px;
	line-height: 1.2;
}
.home.page [id^="timing"] > img {
	margin-top: -40px;
}
.home.page [id^="feature"] .frontcard {
	margin-bottom: 1rem;
}
.home.page .readmore-button {
	display: block;
	margin: 1.5rem;
	text-align: center;
}
.home.page .readmore-button a {
	border: 1px solid #999;
	border-radius: 4px;
	color: #999;
	font-size: 0.8rem;
	padding: 0.4rem 0.8rem;
}
.home.page [id^="service"] .frontcard {
	position: relative;
	background: #FFF;
	border: 1px solid #EEE;
	line-height: 1.2;
}
.home.page [id^="service"] .frontcard div img + span {
	display: block;
	color: var(--color_sub);
	height: 2.5rem;
	font-weight: bold;
}
.home.page [id^="service"] .frontcard p {
	font-size: 0.9rem;
	flex-grow: 1;
	padding: 8px;
	margin-bottom: unset;
}
.home.page [id^="service"] .frontcard [id$="buttonlink"] {
	min-height: 3.2rem;
}
.home.page [id^="service"] .frontcard [id$="buttonlink"] a {
	position: absolute;
	color: #FFF;
	padding: 6px 0;
	margin: 0 auto;
	min-height: 2rem;
	bottom: 8px
}
.home.page [id^="service"] .frontcard [id$="buttonlink"] a::after {
	display: none;
}
.home.page .internal-blogcard-wrap {
	background: transparent;
	box-shadow: unset;
	border-bottom: 1px solid #CCC;
	border-radius: unset;
	margin: 0 auto;
}
.home.page .internal-blogcard-content::after {
	content: none;
}


/*--------------------------------
	フロントページリンク
--------------------------------*/
.frontpage-link {
	box-shadow: var(--color_shadow);
}
.frontpage-link img {
	vertical-align: top;
}


/*--------------------------------
	alltags（タグ）
--------------------------------*/
.tagcloud-alltags {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
.tagcloud-alltags a {
	display: inline-block;
	font-size: 0.8rem;
	padding: 0.1em 0.4em;
	margin: 0.1em;
	text-decoration: none;
}
.tagcloud-alltags a::before {
	content: "#";
}


/*--------------------------------
	タイトル周り
--------------------------------*/
/*h1見出しデザイン*/
h1.entry-title {
	color: initial;
	font:normal 1.6rem var(--font_serif);
	line-height: initial;
	padding: unset;
}
/*アイキャッチを画面の幅いっぱいに*/
.eye-catch-wrap {
	margin-left: -32px; /*左の余白*/
	margin-right: -32px; /*右の余白*/
}
@media screen and (max-width: 834px){
	.eye-catch-wrap {
		margin-left: -20px; /*左の余白*/
		margin-right: -20px; /*右の余白*/
	}
}
/*投稿日、更新日*/
.post .date-tags {
	font-family: serif;
	margin: 0 -16px 1rem;
	padding-bottom: 0.5rem;
	text-align: right;
}
.date-tags [class*="fa"]::before {
	content: none;
}
.post .post-date,
.post .post-update {
	color: var(--color_key);
	font-size: 1rem;
}
.page .post-date,
.page .post-update {
	display: none;
}
.stema {
	background: #F1F7F9;
	text-align: center;
	margin-left: -16px;
	margin-right: -16px;
}




/*--------------------------------
	目次
--------------------------------*/
/*目次デザイン変更*/
#toc_container {
	background: linear-gradient(135deg, transparent 25%, rgba(73, 94, 105, 0.05 ) 25%, rgba(73, 94, 105, 0.05 ) 50%, transparent 50%, transparent 75%, rgba(73, 94, 105, 0.05 ) 75%, rgba(73, 94, 105, 0.05 )) !important;
	background-size: 4px 4px !important;
	background-clip: padding-box !important;
	border: unset;
	border-top: 4px double var(--color_line) !important;
	border-bottom: 4px double #E2E2E2 !important;
	margin-bottom: 2rem;
	width: 100% !important;
}
#toc_container .toc_title {
	font: normal 22px var(--font_serif) !important;
	width: 33%;
}
#toc_container a,
#toc_container a:hover {
	color: var(--color_font);
	font-size: 0.9rem !important;
	text-decoration: none !important;
}
/*目次マーカー変更*/
#toc_container > ul {
	padding-left: unset;
}
#toc_container > ul > li {
	position: relative;
	list-style: none;
	padding-left: 1em !important;
}
#toc_container > ul > li::before {
	position: absolute;
	color: var(--color_link);
	font-family: 'Font Awesome 5 Free';
		content: '\f0d7';
		font-weight: 900;
	margin-right: 0.5em;
	left: 0;
	top: 0;
}
#toc_container ul ul {
	padding-left: 1em;
	margin-left: unset !important;
}
#toc_container .toc_depth_2 {
	display: none;
}



/*--------------------------------
	見出し
--------------------------------*/
/*カテゴリーページ*/
h1.archive-title {
	color: initial;
}
.archive-title span::before {
	content: '';
}
/*h2見出しデザイン*/
.article h2 {
	position: relative;
	border-bottom: 6px solid var(--color_sub);
	border-radius: unset;
	background-color: var(--color_sub);
	color: #FFF;
	font: normal 24px var(--font_serif);
	padding: 0.7em;
	margin: 12rem -16px 2.5rem;
}
.article h2:before {
	position: absolute;
	content: '';
	border-width: 21px 21px 0 0;
	border-style: solid;
	border-color: var(--color_sub) transparent transparent transparent;
	left: 16px;
	bottom: -22px;
	width: 0;
	height: 0;
}
.article h2:after {
	position: absolute;
	content: '';
	border-width: 14px 14px 0 0;
	border-style: solid;
	border-color: var(--color_sub) transparent transparent transparent;
	left: 22px;
	bottom: -10px;
	width: 0;
	height: 0;
}
/*h3見出しデザイン*/
.article h3 {
	border: unset;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: solid 6px var(--color_sub);
	background-color: unset;
	font: normal 22px var(--font_serif);
	padding: 0.4em 0.8em;
}


/*--------------------------------
	カード
--------------------------------*/
/*カードのサムネイル画像の大きさを調整
エントリー・関連・新着・人気に共通*/
/*カテゴリーラベルを非表示*/
.cat-label {
	display: none;
}
[class*="card-thumb"] {
	margin: 0 8px 0 0 !important;
	width: 108px !important;
	height: 108px !important;
}
[class*="card-content"] {
	margin: 0;
	padding: 0;
}
[class*="card-title"] {
	color: var(--color_font);
	font: normal 1rem var(--font_serif) !important;
	line-height: 1.4 !important;
	margin: 0 0 0.5em 0;
}
@media screen and (max-width: 560px){
	[class*="card-title"] {
		font-size: 1rem !important;	
	}
	[class*="card-snippet"] {
		display: none;
	}
}
[class*="card-footer"] {
	display: none;
}
/*カード類 全部の装飾*/
.a-wrap, a-wrap:hover {
	background: #FFF;
	border-radius: 4px;
	box-shadow: var(--color_shadow);
}
/*ブログカードの装飾*/
.blogcard {
	border: unset;
	padding: unset;
}
[class*="blogcard-wrap"] {
	margin: unset;
	padding: unset;
	max-width: 400px;
}
.internal-blogcard {
	padding: 0.5rem;
	word-wrap: break-word;
	position: relative;
}
.internal-blogcard-content::after {
	position: absolute;
	background: #FFF;
	content: 'この記事を読む ≫';
	color: var(--color_link);
	font-size: 0.8em;
	padding: 0.1em 0.4em;
	right: 4px;
	bottom: 4px;
}



/*--------------------------------
	インライン
--------------------------------*/
.bold {
  font-weight: bold;
  /*background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.5) 60%);*/
}
.bold.red {
	color: #F30;
	font-weight: bold;
}
.small {
	color: inherit;
	font-size: 12px;
}
.big {
	font-size: 1.2rem;
}



/*--------------------------------
	ボックス
--------------------------------*/
/*引用blockquote*/
blockquote {
	background: #F3F6FF;
	border: unset;
	border-radius: 4px;
	font-family: "fontmono";
	padding: 15px;
}
blockquote::before {
	color: var(--color_sub);
	font-size: 4rem;
	top: -20px;
	left: -9px;
}
blockquote::after {
	content: none;
}
blockquote p {
	margin-bottom: .5rem !important;
}
blockquote p + hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	color: #DDD;
	margin: 1rem;
}
/*スタイル > ボックス（案内） > プライマリー*/
.primary-box {
	background: transparent;
	border: 2px dashed var(--color_key);
	border-radius: unset;
	color: inherit;
	padding: 0.5rem
}
/*プライマリーボックスの中のリストは装飾*/
.primary-box ul {
	list-style: none;
	/*margin-left: var(--list_space);*/
}
.primary-box ul li {
	text-indent: calc(-1em - var(--list_space));
}
.primary-box ul li::before {
	padding-right: var(--list_space);
}
.primary-box :not(ul li) {
	text-indent: initial;
}
.primary-box ul li::before {
	font-family: 'Font Awesome 5 Free';
		content: '\f00c';
		font-weight: 900;
	color: var(--color_key);
}
/*スタイル > ボックス（案内） > セカンダリー*/
.secondary-box {
	background: transparent;
	border: solid 1px #CCC;
	border-radius: unset;
	color: inherit;
	padding: 0.5rem
}
.secondary-box p:first-child {
	background-color: transparent;
	border-bottom: solid 1px #ccc;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
	padding: 0 1rem 0.5rem;
	margin-bottom: 0.5rem;
}
/*スタイル > ボックス（案内） > サクセス*/
.success-box {
	background: #F2F2F2;
	/*border: 2px solid #CCC;*/
	border-radius: 6px;
	color: inherit;
	padding: 0.5rem;
}
.leadwire-box {
	background: transparent;
	border: 2px solid #C21500;
	border-image: linear-gradient(to right, #0095C7 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, #0095C7);
	border-image-slice: 1;
	padding: 0.5rem;
}


/*--------------------------------
	番号付きリスト黒丸
--------------------------------*/
ol {
	list-style: none;
}
ol li {
	text-indent: calc(-1.3em - var(--list_space));
}
ol li::before {
	color: var(--color_key);
	font: 1.2em serif;
	padding-right: var(--list_space);
}
ol :not(li){
	text-indent: initial;
}
ol > li:nth-of-type(1)::before {content: '\2776';}
ol > li:nth-of-type(2)::before {content: '\2777';}
ol > li:nth-of-type(3)::before {content: '\2778';}
ol > li:nth-of-type(4)::before {content: '\2779';}
ol > li:nth-of-type(5)::before {content: '\277a';}
ol > li:nth-of-type(6)::before {content: '\277b';}
ol > li:nth-of-type(7)::before {content: '\277c';}
ol > li:nth-of-type(8)::before {content: '\277d';}
ol > li:nth-of-type(9)::before {content: '\277e';}
ol > li:nth-of-type(10)::before {content: '\277f';}



/*--------------------------------
	テーブル
--------------------------------*/
/*テーブルの装飾を無効化*/
.article table {
	border-top: 1px solid var(--color_font);
	border-bottom: 1px solid var(--color_font);
}
.article table th,
.article table td {
	background-color: #FFF;
	border: none;
}
.article table th {
	color: var(--color_key);
}
/*.article table tr:not(:last-child) th {
	border-bottom: 1px solid var(--color_font);
}*/
.article table tr:not(:last-child) th,
.article table tr:not(:last-child) td {
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}
.article table th:not(:last-child),
.article table td:not(:last-child) {
	border-right: 1px solid #EEE;
}


/*--------------------------------
	ステップ
--------------------------------*/
/*スタイル > ボックス（案内） > サクセス*/
.step {
	max-width: 540px;
	margin: 0 auto;
}
.step h3 {
	position: relative;
	border: unset;
	margin-bottom: unset;
}
@media screen and (min-width: 440px) {
	.step h3 {
		padding-left: 30%;
	}
}
.step h3::before {
	color: var(--color_key);
	padding-right: 0.5em;
}
.step h3:nth-of-type(1)::before {content: "Step1";}
.step h3:nth-of-type(2)::before {content: "Step2";}
.step h3:nth-of-type(3)::before {content: "Step3";}
.step h3:nth-of-type(4)::before {content: "Step4";}
.step h3:nth-of-type(5)::before {content: "Step5";}
.step p+h3::after {
	content: "▼";
	position: absolute;
		top: -28px;
		left: 50%;
	transform: scale(2, 1) translateX(-20%);/*位置調整*/
	-webkit-transform: scale(2, 1) translateX(-20%);
	color: var(--color_sub);

}



/*--------------------------------
	タイムライン
--------------------------------*/
.timeline ul {
	border-left: 1px solid var(--color_key);
	padding-left: 14px;
}
.timeline ul li {
	margin: 1rem 0;
}
.timeline ul li::marker {
	color: var(--color_key);
}



/*--------------------------------
	Q&A
--------------------------------*/
.qa h3 {
	font: 1.5em var(--font_serif) !important;
}
.qa h3:first-letter {
	color: var(--color_key);
}
.qa ul {
	padding-left: unset;
}
.qa li {
	list-style: none;
}
.qa li:nth-child(odd)::before {
	content: "Q.";
	color: var(--color_key);
	font: normal 1.5em var(--font_serif);
	padding-right: 0.5em;
}
.qa li:nth-child(odd) {
	font: normal 1.1rem var(--font_serif);
}
.qa li:nth-child(even)::before {
	content: "A.";
	font: normal 1.5em var(--font_serif);
	padding-right: 0.5em;
}
.qa li:nth-child(even) {
	padding-bottom: 2em;
}


/*--------------------------------
	ASSYボタンリンクbuttonlink
--------------------------------*/
.entry-content [id$="buttonlink"] {
	text-align: center;
}
.entry-content [id$="buttonlink"] a {
	display: block;
	background: linear-gradient(to bottom, #84CBE3, #0095C7);
	border: 1px solid #44B1D5;
	border-radius: 4px;
	box-shadow: var(--color_shadow);
	color: #FFF;
	font-size: 0.85rem;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: 2rem;
	width: 90%;
}



/*--------------------------------
	tx内部リンク
--------------------------------*/
.tx {
	display: inline-block;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.tx-wrap .tx {
	display: block;
}
.tx-wrap .tx a {
	font-family: var(--font_serif);
	
}
.tx-wrap .tx::before {
	content: "！";
	color: #1F3742;
	font: normal 2rem "fonttitle";
}



/*--------------------------------
	ページネーション
--------------------------------*/
/*ページネーション「次のページ」*/
.pagination-next {
	display: none;
}
/*ページネーショントップページのページ番号*/
.page-numbers,
.page-numbers:hover,
.page-numbers.dots {
	border: none;
	background-color: #fff;
	color: var(--color_link) !important;
}
.pagination .current {
	background: none;
	color: initial !important;
}



/*--------------------------------
	taggroupタググループ
--------------------------------*/
.tagcloud-taggroup a,
.tagcloud-taggroup a:hover {
	font-size: 0.8rem;
	margin-left: 0.5em;
	text-decoration: unset;
}
.tagcloud-taggroup a::before {
	content: "#";
}



/*--------------------------------
	tagpostsタグ付けされた記事群
--------------------------------*/
.tagposts [class*="tx"] {
	display: block;
	padding: 0.2em 0;
}
#sidebar .tagposts-title {
	font: normal 18px var(--font_serif);
	padding: 12px;
}
#sidebar [class*="tx"] {
	border-bottom: 1px solid #EEE;
	padding: 0.5em;
	margin: 0.5rem auto;
}
#sidebar [class*="tx"] a {
	display: inline-block;
	color: #808080; /*var(--color_font);*/
	font-size: 0.95em;
	line-height: 1.2;
	text-decoration: unset;
}


/*--------------------------------
	関連記事（本文直下）
--------------------------------*/
.related-entry-heading {
	font: normal 20px var(--font_serif);
}


/*--------------------------------
	フッター
--------------------------------*/
#footer {
	margin-top: unset;
}
#footer .site-name-text {
	color: #FFF;
	font-size: 2.5em;
}



/*--------------------------------
	サイドバー
--------------------------------*/
.sidebar h3 {
	background-color: transparent;
	font: normal 20px var(--font_serif);
	margin: unset;
}
#jc_banner-assy {
	display: flex;
	flex-direction: column;
}
#jc_banner-assy a {
	display: block;
	border-bottom: 1px solid #CCC;
	color: var(--color_font);
	padding: 4px 0;
	text-decoration: none;
	max-width: 400px;
}
#jc_banner-assy a::after {
	content: none;
}
#jc_banner-assy a img {
	border: 1px solid #0095C7;
	border-radius: 4px;
	float: left;
	margin-right: 8px;
	width: 128px;
	height: auto;
}
#jc_banner-assy a p {
	font-size: 0.9rem;
	line-height: 1.4;
	padding: 2px;
}


/*--------------------------------
	プロフィール
--------------------------------*/
.author-box {
	border: unset;
	padding: 4px;
	max-width: 480px;
}
.author-box .author-content {
	padding: unset;
	margin-left: unset;
}
@media screen and (max-width: 480px) {
	.author-box .author-content {
		margin-left: unset;
	}
}
@media screen and (max-width: 480px) {
	.author-box .author-thumb {
		width: 128px;
	}
}
.author-box .author-thumb {
	position: relative;
	float: left;
	margin: 0 8px;
}
.author-box .author-thumb::before {
	position: absolute;
	content: "Youu";
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	left: 36px;
	bottom: 0px;
}
.author-box .author-thumb img {
	border-radius: 8px;
}
.author-box .author-name {
	display: none;
}
.author-box .author-description p {
	font-size: 14px;
	margin: unset;
}


/*--------------------------------
	カテゴリーページ
--------------------------------*/
h1#archive-title {
	font: normal 22px var(--font_serif);
	text-align: center;
}
h1#archive-title .fas {
	display: none;
}
/*スマホのカラム縦並びを解除*/
@media screen and (max-width: 599px) {
	.category-page-content .column-wrap {
		flex-direction: row;
	}
}
.column-wrap [class^="column-"] {
	padding: 3px;
	margin: unset;
}
.column-wrap [class^="column-"] .linkcard {
	background: #FFF;
	border-radius: 4px;
	box-shadow: var(--color_shadow);
	padding: 3px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.column-wrap [class^="column-"] .linkcard-text {
	display: block;
	font: normal 1rem var(--font_serif);
	line-height: 1.5;
	padding: 8px;
}
.column-wrap [class^="column-"] a {
	color: var(--font_text);
	text-decoration: none;
}


/*--------------------------------
	コンタクト wpforms
--------------------------------*/
div.wpforms-container-full .wpforms-form button[type=submit] {
	border-radius: 4px;
	padding: 0.2em 0.8em !important;
}


/*--------------------------------
	タブレットサイドバー
--------------------------------*/
/*@media screen and (max-width: 1023px) {
	.content-in {
		display: flex;
	}
	#main.main {
		display: block;
		margin: 0.5%;
		width: 58%;
	}
	div.sidebar {
		display: block;
		margin: 0.5%;
		width: 40%;
	}
	.no-mobile-sidebar .sidebar {
		display: block;
	}*/
	/*サイドバースクロール追従*/
/*	.sidebar-scroll {
		position: sticky;
	}
}
@media screen and (max-width: 800px) {
	.content-in {
		display: block;
	}
	#main.main, div.sidebar {
		display: block;
		margin: 10px 0;
		padding: 16px;
		width: auto;
	}
	.no-mobile-sidebar .sidebar {
		display: none;
	}
}*/


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

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

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