/* 自動<p>タグの非表示 */
p:empty {
	display: none;
}
/* 自動<p>タグの非表示 */


/* 執筆者情報 */
.writer {
	width: 90%;
	margin: 0 auto;
	padding: 2% 5%;
	background-color: #e9f5ff;
	border: 2px solid #397BAF;
}
.writer_title {
	width: 100%;
}
.writer_flex_box {
	width: 100%;
}
.img_float {
	float: left;
	width: 40%;
	margin: 0 3% 10px 0;
	max-width: 170px;
}
.writer_text {
	width: 100%;
	font-size: 15px;
	line-height: 25px;
}
.writer_link {
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.img_float {
		width: 35%;
		margin: 0 3% 10px 0;
	}
	.writer_text p {
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}
}
/* 執筆者情報 */


/*H1出力*/
.top-h1 {
	background: #5a544b;
	color: #fff;
}
.top-h1-write {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3px 10px 1px;
}
.top-h1-write h1 {
	font-weight: 400;
	font-size: 90%;
}
.keni-header_wrap {
	background-image: none !important;
	padding-top: 0 !important;
}
.archive_title_wrap {
	font-size: 20px;
	padding: 25px 0 0 15px;
}
@media (max-width: 768px) {
	.top-h1-write h1 {
		font-size: 70%;
	}
	.archive_title_wrap {
		font-size: 16px;
		padding: 0 0 0 5%;
		line-height: 22px;
	}
}


/* pcとspの表示非表示切り替え
「pc」で表示させたい場合は「pc」
「sp」で表示させたい場合は「sp」
をそれぞれクラス名に記載してください。*/
.pc{
	display: block;
}
.sp{
	display: none;
}

@media (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}


/* androidのダークモード対策 */
@media (prefers-color-scheme: dark) {
    body {
        background-color: #ffffff;
        color: #050505;
    }
}
/* androidのダークモード対策 */

/* ブログ記事コメントエリア非表示 */
.comments-area {
    display: none;
}
/* ブログ記事コメントエリア非表示 */

/* youtubeの埋め込み */
.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* youtubeの埋め込み */


/* FVがスライダー形式の際のpadding変更 */
.keni-slider_wrap::before {
    padding-top: 50.25%!important;
}
@media (max-width: 768px) {
	.keni-slider_wrap::before {
    padding-top: 105.25%!important;
}
}


/* ブログ記事のカテゴリ改行 */
.entry-list_style01 .entry_status > ul {
    width: 90%;
}

/*幅調整*/
.col1 .keni-header_outer, .col1 .keni-gnav_outer, .col1 .keni-mv_outer, .col1 .catch-area, .col1 .archive_title_wrap, .col1 .keni-breadcrumb-list_outer, .col1 .keni-footer_outer, .col1 .keni-copyright, .col1 .keni-section_wrap, .col1 .keni-sep-conts_outer, .col1 .keni-footer-panel_outer {
	max-width: 600px!important;
}

/*ヘッダー非表示*/
.keni-header_outer {
	display: none!important;
}

/*位置調整*/
.keni-section_wrap {
	padding: 0!important;
}

.keni-main_inner {
	padding: 0!important;
}

.top-h1-write {
	max-width: 600px!important;
	margin: 0 auto;
}

/*グロナビPC非表示*/
.keni-gnav_wrap {
	display: none;
}

/*検索窓非表示*/
.search-box {
	display:none;
}
/*最下部隙間調整*/
.behind-article-area {
    margin-top: 0!important;
}

.keni-footer_wrap {
	padding-top: 40px;
}

@media (max-width:768px) {
	/*幅調整*/
	.keni-section_wrap {
		width:100%;
		margin:0 auto;
		padding: 0 5%;
	}
	
	.keni-section_wrap {
		margin: 0!important;
	}
}

/*フォントサイズ指定(LP)*/
h2 {
	font-size: clamp(2.8rem, 3vw, 3.3rem);
	min-height: 0;
	line-height: 1.2;
	padding: 0;
	background: none;
	color: #444;
}


h3:not(.title_no-style) {
	color: #444;
}

h3 {
	font-size: clamp(2.2rem, 2.8vw, 2.8rem);
	min-height: 0;
	margin-top: 3rem;
	padding: 0;
	border: none;
}

p {
	font-size: clamp(1.6rem, 1.9vw, 1.9rem);
}

.txt__large-l {
	font-size: clamp(2.6rem, 4vw, 3.5rem)!important;
	min-height: 0;
	line-height: 1.3;
}

.txt__large-m {
	font-size: clamp(2.3rem, 3.6vw, 2.9rem)!important;
	min-height: 0;
	line-height: 1.3;
}

.txt__large-s {
	font-size: clamp(2rem, 3.4vw, 2.6rem)!important;
	min-height: 0;
	line-height: 1.3;
}

.txt__small-m {
	font-size: clamp(1.2rem, 1.1vw, 1.4rem)!important;
	min-height: 0;
	line-height: 1.3;
}

.txt__small-s {
	font-size: clamp(1rem, 1.1vw, 1.1rem)!important;
	min-height: 0;
	line-height: 1.3;
}

.keni-gnav_inner li {
	font-size: clamp(1rem, 1.2vw, 1.5rem)!important;
}

/*inner 余白*/
/*PC*/
.inner { 
	padding: 0 3%;
} 

/*SP*/
.inner {
	padding: 0 5%;
}

/*余白*/
ul {
	margin: 0;
}

.article-body p {
	margin-bottom: 2rem;
}