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




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


.h1_title{
	width: 100%;
	margin: 0 auto;
}
.h1_title h1{
	display: inline-block;
	width: 600px;
    margin-left: calc( 50% - 300px);
	color: #fff;
}
.aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 0em!important;
    margin-left: auto;
}
p{
	font-size: 1.5rem!important;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 1024px){
.h1_title h1 {
    width: 100%;
    margin-left: calc( 50% - 48%);
}
p{
	font-size: 1.4rem!important;
}
	.section_inner p{
		font-size: 1.4rem!important;
	}
.pc{
	display: none;
}
.sp{
	display: block;
}
}
.col1 .keni-section_wrap {
    max-width: 600px!important;
}
.keni-main_inner {
    padding: 0px 0!important;
}
.keni-container,.fn-keni-container{
	padding-bottom: 0!important;
}
/* pc時の全体幅 */
.keni-main .keni-section_wrap {
    padding: 0px 0px!important;
	margin: 0;
}
img{
	width: 100%;
}
.section_inner{
	width: 90%;
	margin: 0 auto;
}



#frontpage_section{
	width: 100%;
	padding: 100px;
	background-color: #fdefef;
}
.frontpage_inner h2{
	text-align: center;
	color: #eb637d!important;
	background: transparent!important;
}
.front-page-section{
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.pattern{
	width: 30%;
	transition: 0.5s;
	margin-top: 5%;
}
.pattern img{
	transition: 0.5s;
}
.pattern img:hover{
	transform:scale(1.1,1.1);
}
.pattern h3{
	border: none;
	margin: 0;
	background-color: #eb637d;
	color: #fff;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border-radius: 50px;
	padding: 5px 0;
}
@media (max-width: 1024px){
	#frontpage_section{
		width: 100%;
		padding: 10px;
		background-color: #fdefef;
	}
	.pattern{
		width: 90%;
		transition: 0.5s;
		margin: 5% auto;
	}
}

.new_template{
	position: relative;
}
.new_template::before{
	position: absolute;
	content:"";
	background: url(./images/new.svg);
	background-size: cover;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	z-index: 5;
}
@media screen and (min-width:500px) and (max-width:1024px){
	.new_template::before {
		top: 1%;
		right: 7%;
		width: 65px;
		height: 65px;
		z-index: 5;
	}
}

