@charset "utf-8";
/* CSS Document */
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	color: #333;
}
body {
	/* overflow: hidden;*/
}
a {
	transition: 0.3s;
}
img {
	width: 100%;
	vertical-align: middle;
}
.tsp {
	display: none;
}
.common_wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
h2 {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: bold;
}
h2 span:first-of-type {
	font-size: 50px;
	letter-spacing: 0.2em;
	line-height: 1.625;
	padding-bottom: 15px;
	display: block;
}
h2 span:last-of-type {
	display: block;
	font-weight: normal;
}
h3 {
	text-align: center;
	margin-bottom: 60px;
/*	font-family: 'Staatliches', cursive;*/
}
h3 span {
    font-weight: bold;
    margin-bottom: 25px;
	font-size: 50px;
	display: block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
}

.current{
	border-bottom: 1px solid;
}
.blueback{
	background: #2088b4!important;
}
/****パンくず****/
.breadcrumbs ol {
	display: flex;
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	margin: 20px auto 0;
	font-size: 14px;
}
.breadcrumbs ol li:not(:last-child) a {
	text-decoration: underline;
}

.breadcrumbs ol li:not(:last-child) a:hover{
	opacity: 0.8;
}

.breadcrumbs ol li::after {
	content: '＞';
	display: inline-block;
	padding: 0 10px;
}
.breadcrumbs ol li:last-child::after {
	display: none;
}
/****パンくず****/
.com_btn a {
	display: block;
	padding: 30px;
	position: relative;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
}
.com_btn a::after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	margin-right: 18px;
	position: absolute;
	top: 48%;
	right: 15px;
	box-sizing: border-box;
}
.com_btn a:hover {
	opacity: 0.8;
}

/* Pagenation */
.pagenations{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.prev,.next,.dots{
	border:none!important;
}
.pagenations .page-numbers{
	width: 40px;
	height: 40px;
	color: #2088b4;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #2088b4;
	margin-right: 10px;
	line-height: 40px;
	margin-top: 60px;
}
.pagenations .page-numbers:hover{
	color:#fff;
	background: #2088b4;
}
.pagenations .current{
	color:#fff;
	background: #2088b4;
}
.prev,.next{
	color: #333333!important;
}
.prev:hover,.next:hover{
	color: #2088b4!important;
	background: none!important;
}
.pagenation {
	padding: 20px;
}
.pagenation a{
	color: #2e2e2e;
	text-decoration: none;
}
.pagenation ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pagenation li{
	text-align: center;
	background: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #2e2e2e;
	-webkit-border-radius: 50%;
	margin-right: 10px;
	line-height: 40px;
}
.pagenation li:last-child{
	margin-right: 10px;
}
.pagenation li.active{
	color:#fff;
	background: #2e2e2e;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #2e2e2e;
	-webkit-border-radius: 50%;
}
.pagenation li.next,.pagenation li.prev{
	background: none;
	border-radius: 0;
	border: none;
}
/********************************************/
.postContents{
	width: 100%;
	max-width: 1000px;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #333333;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 40px;
}
.postContents a{
	text-decoration: underline;
}
.postContents strong{
	font-weight: bold;
}
.postContents p{
	margin-bottom: 40px;
}
.postContents p:last-child{
	margin-bottom: 0;
}
.postContents img{
	width: auto!important;
	height: auto!important;
}
.postContents img{
	max-width: 100%!important;
	max-height: 100%!important;
}
/********************************************/
.blogPager{
	width: 100%;
	max-width: 650px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.blogPager dt{
	text-align: center;
	margin-bottom: 15px;
}
.blogPager dt img{
	width: auto;
}
.blogPager dd{
	font-size: 14px;
	font-weight: bold;
}
.blogPager a.prev{
	position: absolute;
	top: 0;
	left: 0;
}
.blogPager a.next{
	position: absolute;
	top: 0;
	right: 0;
}
/********************************************/
.category-select{
	display: none;
}
/********************************************/
/********************************************/
@media screen and (max-width:768px) {
	h2 span:first-of-type {
		font-size: 39px;
	}
		h3 span {
		font-size: 30px;
	}
	.com_btn a {
		padding: 20px;
		max-width: 400px;
	}
/********************************************/
	.category-select{
		display: block;
		margin-bottom: 40px;
	}
	.category-select select {
		width: 100%;
		padding-right: 1em;
		cursor: pointer;
		text-indent: 0.01px;
		text-overflow: ellipsis;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.category-select select::-ms-expand {
		display: none;
	}
	.category-select.cp_sl04 {
		position: relative;
		border-radius: 10px;
		border: 2px solid #333333;
		background: #ffffff;
	}
	.category-select.cp_sl04::before {
		position: absolute;
		top: 23px;
		right: 10px;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #333333;
		pointer-events: none;
	}
	.category-select.cp_sl04 select {
		padding: 15px 38px 15px 8px;
		font-size: 16px;
		line-height: 25px;
		color: #333333;
	}
}
@media screen and (max-width:420px) {
	.tsp {
		display: block;
	}
	h2 span:first-of-type {
		font-size: 20px;
	}
	h2 span:last-of-type {
		font-size: 14px;
		line-height: 1.6;
	}
	h3 {
		font-size: 12px;
		margin-bottom: 35px;
	}
	h3 span {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.breadcrumbs ol {
		height: 18px;
    margin: 20px auto 0;
		font-size: 12px;
		display:block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.breadcrumbs ol li{
		display:inline;
		flex: 0 0 40%;
	}
	.breadcrumbs ol li::after {
			padding: 0 6px;
	}
	.com_btn a {
		padding: 20px;
		font-size: 16px;
	}
	.postContents{
		width: 100%;
		max-width: 1000px;
		margin-bottom: 40px;
		padding: 20px 15px;
	}
	/********************************************/
	.blogPager dt{
		text-align: center;
		margin-bottom: 15px;
	}
	.blogPager dt img{
		width: 25px;
	}
	.blogPager dd{
		font-size: 10px;
		font-weight: bold;
	}
	.blogPager a.prev{
		position: absolute;
		top: 0;
		left: 0;
	}
	.blogPager a.prev img{
		width: 15px;
	}
	.blogPager a.next{
		position: absolute;
		top: 0;
		right: 0;
	}
	.blogPager a.next img{
		width: 15px;
	}
}
@media screen and (max-width:320px) {}
