@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 860px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		width: 90%;
		max-width: 335px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 20px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		margin: 0 auto 20px;
		padding: 25px 0 0;
	}
}
.contents01 .contents01_01 .text01 {
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 19px;
	color: #5D5454;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01 {
		width: 100%;
		margin: 0 0 5px 0;
		font-size: 13px;
		line-height: 17px;
	}
}
.contents01 .contents01_01 .text02{
	width: 100%;
	height: auto;
	font-size: 25px;
	line-height: 38px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text02{
		margin: 0 auto 20px;
		font-size: 20px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

/*WysiWygエディタテンプレここからcss*/
.textarea{
	font-size: 15px;
	line-height: 28px;
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.textarea{
		font-size: 14px;
		line-height: 25px;
	}
}
.textarea h1{
	font-size: 28px;
	line-height: 34px;
	font-weight: 800;
	margin: 0;
}
.textarea h2{
	font-size: 26px;
	line-height: 32px;
	font-weight: 800;
	margin: 0;
}
.textarea h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	margin: 0;
}
.textarea h4{
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	margin: 0;
}
.textarea h5{
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	margin: 0;
}
.textarea h6{
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	margin: 0;
}
.textarea pre{
	font-size: 15px;
	line-height: 28px;
	margin: 0;
}
.textarea p{
	font-size: 15px;
	line-height: 28px;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.textarea p{
		font-size: 14px;
		line-height: 25px;
	}
}
.textarea a{
	text-decoration: underline;
}
.textarea p strong{
	font-weight: 600;
}
.textarea p em{
	font-style: italic;
}
.textarea p a{
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	text-decoration: underline;
	opacity: 1;
	transition: all .5s;
}
.textarea p a:hover{
	text-decoration: none;
	opacity: .8;
	transition: all .5s;
}
.textarea ul,
.textarea ol{
	margin: 0;
}
.textarea ul li{
	list-style: inside;
	list-style-type: disc;
	font-size: 15px;
	line-height: 28px;
	margin-top: 5px;
}
.textarea ul li:nth-of-type(1){
	margin-top: 0;
}
.textarea ol li{
	list-style: inside;
	list-style-type: decimal;
	font-size: 15px;
	line-height: 28px;
	margin-top: 5px;
}
.textarea ol li:nth-of-type(1){
	margin-top: 0;
}
.textarea blockquote{
	box-sizing: border-box;
	width: 500px;
	height: auto;
	padding: 20px;
	margin: 0;
	border: 1px solid #abbcca;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.textarea blockquote{
		width: 100%;
	}
}
.textarea blockquote::before{
	content: '';
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 800;
	color: #104EA3;
	background-image: url(../img/single/icon01.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
.textarea blockquote::after{
	content: '';
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 800;
	color: #104EA3;
	background-image: url(../img/single/icon01.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
.textarea blockquote a{
	color: #104EA3;
}
.textarea img{
	width: auto;
	max-width: 100%;
}
.textarea hr{
	margin: 0;
}
/*WysiWygエディタテンプレここまでcss*/

/*.contents01ここまで*/

/*singlepaginationここから*/
.s-pagenavi{
	width: 100%;
	height: 70px;
	margin: 60px auto 100px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	border-top: 1px solid #302929;
	border-bottom: 1px solid #302929;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi{
		margin: 51px auto 59px;
		padding: 0 14px;
		justify-content: space-between;
	}
}
.s-pagenavi .s-pagenavi_01,
.s-pagenavi .s-pagenavi_03{
	width: auto;
	min-width: 45px;
	height: auto;
	display: block;
}
.s-pagenavi .s-pagenavi_02{
	width: auto;
	height: auto;
	margin: 0 78px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi .s-pagenavi_02{
		margin: 0;
	}
}
.s-pagenavi .s-pagenavi_01 a,
.s-pagenavi .s-pagenavi_02 a,
.s-pagenavi .s-pagenavi_03 a{
	box-sizing: border-box;
	width: auto;
	height: auto;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	position: relative;
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.s-pagenavi .s-pagenavi_01 a,
	.s-pagenavi .s-pagenavi_02 a,
	.s-pagenavi .s-pagenavi_03 a{
		font-size: 14px;
		line-height: 24px;
	}
}
.s-pagenavi .s-pagenavi_01 a {
	padding-left: 15px;
}
.s-pagenavi .s-pagenavi_01 a::before {
	content: "";
	width: 7px;
	height: 11px;
	background-image: url(../img/single/icon02.png);
	background-repeat: no-repeat;
	background-size: 7px 11px;
	background-position: center;
	margin: auto;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
}
.s-pagenavi .s-pagenavi_03 a {
	padding-right: 15px;
}
.s-pagenavi .s-pagenavi_03 a::before {
	content: "";
	width: 7px;
	height: 11px;
	background-image: url(../img/single/icon03.png);
	background-repeat: no-repeat;
	background-size: 7px 11px;
	background-position: center;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
}
/*singlepaginationここまで*/
