/* 自動<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: #EA677C;
	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%;
}


/*フォントサイズ指定(HP)*/
h2 {
font-size: clamp(2.4rem, 3.5vw, 3.4rem)!important;
min-height: 0;
line-height: 1.2;
padding: 0;
background: none!important;
color: #444!important;
}


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

h3 {
font-size: clamp(2.3rem, 3.4vw, 3rem) !important;
min-height: 0;
margin-top: 3rem!important;
padding: 0;
border: none;
}

.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%;
}
