@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

Wordpress

------------------------------------------------------------ */

.wp_contents{overflow:hidden;}

.wp_contents h3,
.wp_contents h4,
.wp_contents h5,
.wp_contents h6{margin-bottom: 0.9em;}

.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{margin-bottom: 1.5em;}
.wp_contents p:last-child{margin-bottom: 0;}

.wp_contents a{
	color:#29A7E0;
	text-decoration:underline;
}

.wp_contents a:hover{text-decoration:none;}

.wp_contents em{font-style: italic;}

.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 #CCC;
}

/*--引用--*/
.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;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #003577;
	font-size: 1.6rem;
}

.wp-pagenavi span{
	background: #003577;
	color: #FFF;
	font-weight: 700;
	margin: 0 5px 5px;
	padding: 13px 18px;
	border: 1px solid #003577;
	font-family: "Roboto";
	border-radius: 4px;
}

.wp-pagenavi a{
	background: #FFF;
	color: #003577;
	margin: 0 5px 5px;
	padding: 13px 18px;
	border: 1px solid #DDE8F6;
	font-family: "Roboto";
	border-radius: 4px;
}

.wp-pagenavi a:hover{opacity: 0.7;}

.wp-pagenavi .pages{display: none;}

.wp-pagenavi .extend{
	font-weight: normal;
	background: none;
	border: none;
	color: #003577;
	padding: 0;
}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	Wordpress

	------------------------------------------------------------ */
	
	/* 
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	Wordpress

	------------------------------------------------------------ */
	
	/* wordpress ページネーション
	---------------------------------------------- */
	.wp-pagenavi{
		padding-top: 60px;
		font-size: 1.2rem;
	}
	
	.wp-pagenavi span{padding: 9px 13px;}

	.wp-pagenavi a{padding: 9px 13px;}

	
}/*--@media--*/


