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

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

PC、タブレット、スマートフォン共通

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

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

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{
	line-height: 2;
	margin-bottom: 1.7em;
}
.wp_contents p:last-child{margin-bottom: 0;}

.wp_contents a{
	color: #DD1A5E;
	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: 90px;
	margin-bottom: -5px;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.wp-pagenavi span,
.wp-pagenavi a{
	margin: 0 4px 5px;
	font-family: "Roboto";
	border-radius: 50%;
	width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi span{
	background: #CF0040;
	color: #FFF;
}

.wp-pagenavi a{
	background: #EAEBEC;
	color: #2E3649;
}

.wp-pagenavi a:hover{
	background: #2E3649;
	color: #FFF;
}

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

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

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last{
	font-size: 0;
	background-size: 36px !important;
}

.wp-pagenavi .first{background: #EAEBEC url("../img/ico_arrow_first01.png") no-repeat center;}

.wp-pagenavi .previouspostslink{background: #EAEBEC url("../img/ico_arrow_prev01.png") no-repeat center;}

.wp-pagenavi .nextpostslink{background: #EAEBEC url("../img/ico_arrow_next01.png") no-repeat center;}

.wp-pagenavi .last{background: #EAEBEC url("../img/ico_arrow_last01.png") no-repeat center;}

.wp-pagenavi .first:hover{background: #2E3649 url("../img/ico_arrow_first02.png") no-repeat center;}

.wp-pagenavi .previouspostslink:hover{background: #2E3649 url("../img/ico_arrow_prev02.png") no-repeat center;}

.wp-pagenavi .nextpostslink:hover{background: #2E3649 url("../img/ico_arrow_next02.png") no-repeat center;}

.wp-pagenavi .last:hover{background: #2E3649 url("../img/ico_arrow_last02.png") no-repeat center;}


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

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

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

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

	Wordpress

	------------------------------------------------------------ */
	
	/* wordpress ページネーション
	---------------------------------------------- */
	.wp-pagenavi{padding-top: 50px;}
	
	.wp-pagenavi span,
	.wp-pagenavi a{
		padding-top: 1px;
		width: 35px;
		height: 35px;
	}
	
	
}/*--@media--*/

