@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

Wordpress

------------------------------------------------------------ */

.article_top{margin-bottom: 30px;}

.article_top .ttl{
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: 700;
}

.wp_contents{
	overflow:hidden;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.wp_contents h1,
.wp_contents h2,
.wp_contents h3,
.wp_contents h4,
.wp_contents h5,
.wp_contents h6{margin-bottom: 0.9em;}

.wp_contents h1.has-background,
.wp_contents h2.has-background,
.wp_contents h3.has-background,
.wp_contents h4.has-background,
.wp_contents h5.has-background,
.wp_contents h6.has-background{padding: 0.3em 1em;}

.wp_contents p{
	line-height: 2;
	margin-bottom: 2em;
}
.wp_contents p:last-child{margin-bottom: 0;}

.wp_contents a{
	color: #333;
	text-decoration:underline;
}

.wp_contents a:hover{text-decoration:none;}

.wp_contents em{font-style: italic;}

.wp_contents figure{margin-bottom: 2em;}

.wp_contents img{
	max-width: 100%;
	height:auto;
}

/*	.wp_contents .alignleft{float:left;}
.wp_contents .alignright{float:right;}
.wp_contents .aligncenter{
	display:block;
	margin:auto;
}*/

.wp_contents iframe{max-width:100%;}

/*--太字、取り消し線--*/
.wp_contents strong{font-weight: 700;}
.wp_contents s{text-decoration:line-through;}

/*--リスト--*/
.wp_contents ol{
	padding-inline-start: 40px;
	margin-bottom: 1em;
}

.wp_contents ol li{list-style: unset;}

.wp_contents ul{
	padding-inline-start: 40px;
	margin-bottom: 1em;
}

.wp_contents ul li{list-style: unset;}

/*--テーブル--*/
.wp_contents table{width: 100%;}

.wp_contents table th,
.wp_contents table td{
	padding: 10px;
	border: 1px solid #CDD3CD;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

/*--引用--*/
.wp_contents blockquote{
	max-width: 100%;
	display:inline-block;
	position: relative;
	padding: 0 0 0 40px;
	color: #999;
	margin-bottom: 1.3em;
}

.wp_contents blockquote p{margin-bottom: 1.3em;}
.wp_contents blockquote p:last-child{margin-bottom: 0;}

.wp_contents blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/

	/*フォント*/
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;

	/*ポジショニング*/
	position: absolute;
	left: 20px;
	top: 0;
}

/* wordpress ページネーション
---------------------------------------------- */
.wp-pagenavi{
	line-height: 1.2;
	padding-top: 80px;
	margin-bottom: -5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.wp-pagenavi span{
	background: #EBDE67;
	color: #403F37;
	font-weight: 700;
	margin: 0 5px 5px;
	padding: 8px 12.5px;
	border: 1px solid #EBDE67;
}

.wp-pagenavi a{
	background: #FFF;
	color: #403F37;
	margin: 0 5px 5px;
	padding: 8px 12.5px;
	border: 1px solid #CDD3CD;
}

.wp-pagenavi a:hover{opacity: 0.7;}

.wp-pagenavi .pages{display: none;}

.wp-pagenavi .extend{
	font-weight: normal;
	background: none;
	border: none;
	color: #CDD3CD;
	padding: 0;
}

/* wordpress ページャー
---------------------------------------------- */
.article_single ~ .list_pager{
	margin-top: 60px;
	border-top: 1px solid #CDD3CD;
	border-bottom: 1px solid #CDD3CD;
	height: 182px;
	position: relative;
}

.article_single ~ .list_pager .inner{
	display: flex;
	align-items: center;
	position: absolute;
	top: 30px;
}

.article_single ~ .list_pager .inner.prev{left: 0;}

.article_single ~ .list_pager .inner.next{right: 0;}

.article_single ~ .list_pager .inner .image{
	width: 180px;
	flex: none;
	position: relative;
	padding-top: 120px;
}

.article_single ~ .list_pager .inner.prev .image{margin-right: 10px;}
.article_single ~ .list_pager .inner.next .image{margin-left: 10px;}

.article_single ~ .list_pager .inner .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article_single ~ .list_pager .inner .image .noimage{
	background: #EDEFED;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.article_single ~ .list_pager .inner .image .noimage img{
	height: auto;
    position: unset;
}

.article_single ~ .list_pager .inner .txt span{
	display: block;
	margin-bottom: 2px;
}

.article_single ~ .list_pager .inner .txt a{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #333;
	text-decoration: underline;
}

.article_single ~ .list_pager .inner a:hover{text-decoration: none;}

/* wordpress 戻るボタン
---------------------------------------------- */
.article_single ~ .btn_back{
	text-align: center;
	margin: 60px auto 0;
}

.article_single ~ .btn_back a{
	display: inline-block;
	width: 300px;
	background: #EBDE67;
	color: #333;
	border-radius: 35px;
	padding: 27.5px 0;
	line-height: 1;
	transition: background .3s;
}

.article_single ~ .btn_back a:hover{background: #88CEC9;}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	Wordpress

	------------------------------------------------------------ */
	
	/* 
	---------------------------------------------- */
	.wp-pagenavi{padding-top: 40px;;}
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	Wordpress

	------------------------------------------------------------ */
	.article_top .ttl{
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	
	.wp_contents{font-size: 1.3rem;}
	
	.wp_contents p{margin-bottom: 1.5em;}

	.wp_contents figure{margin-bottom: 1.5em;}
	
	/*--テーブル--*/
	.wp_contents table th,
	.wp_contents table td{
		padding: 4px;
		font-size: 1.1rem;
	}
	
	/* wordpress ページネーション
	---------------------------------------------- */
	.wp-pagenavi{font-size: 1.3rem;}

	.wp-pagenavi span{
		margin: 0 5px 5px;
		padding: 2.5px 6.5px;
	}

	.wp-pagenavi a{
		margin: 0 5px 5px;
		padding: 2.5px 6.5px;
	}
	
	/* wordpress ページャー
	---------------------------------------------- */
	.article_single ~ .list_pager{
		display: block;
		padding: 10px 0;
		margin-top: 40px;
		height: auto;
	}

	.article_single ~ .list_pager .inner{
		position: unset;
	}

	.article_single ~ .list_pager .inner.prev{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #CDD3CD;
	}

	.article_single ~ .list_pager .inner.next{justify-content: flex-end;}
	
	.article_single ~ .list_pager .inner .image{
		width: 120px;
		padding-top: 80px;
	}
	
	.article_single ~ .list_pager .inner.prev .image{margin-right: 15px;}
	.article_single ~ .list_pager .inner.next .image{margin-left: 15px;}

	.article_single ~ .list_pager .inner .image .noimage{padding: 5px;}

	.article_single ~ .list_pager .inner .txt span{
		font-size: 1.3rem;
		letter-spacing: 0.1em;
	}

	.article_single ~ .list_pager .inner .txt a{font-size: 1.1rem;}

	/* wordpress 戻るボタン
	---------------------------------------------- */
	.article_single ~ .btn_back{margin-top: 30px;}

	.article_single ~ .btn_back a{
		width: 220px;
		border-radius: 20px;
		padding: 13.5px 0;
	}

	
}/*--@media--*/


