@charset "UTF-8";
/* CSS Document */

	
	
/* pagetitle
--------------------- */
#pagetitle {
	width: 100%;
	background: #F8F8F8;
	padding: 30px 30px 0 30px;
}
	#pagetitle .whitebox {
		width: 100%;
		height: 360px;
		background: #fff;
		border-radius: 30px;
		overflow: hidden;
		position: relative;
	}
	#pagetitle.detail .whitebox {
		height: 230px;
	}
		#pagetitle .whitebox .loopSlider {
			width: 100%;
			height: 100%;
			text-align: left;
			position: relative;
			overflow: hidden;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#pagetitle .whitebox .loopSlider.is-animation {
			position: fixed;
			z-index: -1;
		}
			#pagetitle .whitebox .loopSlider .loopSliderWrap {
				width: 100%;
				top: 0;
				left: 0;
				overflow: hidden;
				position: absolute;
				pointer-events: none;
				z-index: 0;
			}

			#pagetitle .whitebox .loopSlider .loopSliderWrap  ul {
				width: 100%;
				overflow: hidden;
			}
				#pagetitle .whitebox .loopSlider .loopSliderWrap  ul li {
					width: 100%;
					height: auto;
					overflow: hidden;
				}
					#pagetitle .whitebox .loopSlider .loopSliderWrap  ul li img {
						width: 100%;
						height: auto;
					}

		#pagetitle .whitebox .area {
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
		}
			#pagetitle .whitebox .area .inner {
				display: flex;
				justify-content: space-between;
				align-items: center;
				padding-top: 30px;
				height: 360px;
			}
			#pagetitle.detail .whitebox .area .inner {
				padding-top: 55px;
				height: 230px;
			}
				#pagetitle .whitebox .area .inner .en {
					font-size: 6.0rem;
					font-weight: 500;
					line-height: 1;
				}

				#pagetitle .whitebox .area .inner .jp {
					font-size: 1.6rem;
					font-weight: 500;
					line-height: 1;
					margin-top: 5px;
				}

	#pagetitle .breadcrumb {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.2rem;
		line-height: 1;
		font-weight: 500;
		padding: 15px 0;
	}
		#pagetitle .breadcrumb a {
			text-decoration: underline;
		}
		#pagetitle .breadcrumb a:hover {
			text-decoration: none;
		}
		#pagetitle .breadcrumb .current-item {
			color: #ED6D34;
		}
		#pagetitle .breadcrumb br {
			display: none;
		}

	
	
/* news
--------------------- */
#news .list a.linkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 70px 15px 15px;
	border-radius: 10px;
	overflow: hidden;
	background: #F8F8F8;
	margin-bottom: 20px;
	position: relative;
}
#news .list a.linkbox:nth-last-child(1) {
	margin-bottom: 0;
}
#news .list a.linkbox:before {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: url("../img/icon_arrow_white.svg") no-repeat left 11px center;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -14px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	z-index: 2;
}
#news .list a.linkbox:after {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -14px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	z-index: 1;
}
#news .list a.linkbox:hover:after {
	width: 34px;
	height: 34px;
	right: 22px;
	margin-top: -17px;
}
	#news .list a.linkbox .pht {
		width: 150px;
		border-radius: 5px;
	}

	#news .list a.linkbox .text {
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
		padding-left: 15px;
	}
		#news .list a.linkbox .text .info {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			margin-bottom: 8px;
		}
			#news .list a.linkbox .text .info .en {
				font-size: 1.4rem;
				font-weight: 400;
				line-height: 1;
				margin-top: 2px;
				margin-right: 10px;
			}

			#news .list a.linkbox .text .info .cat {
				display: inline-block;
				height: 22px;
				background: #FFF;
				border-radius: 11px;
				font-size: 1.1rem;
				font-weight: 700;
				color: #ED6D34;
				line-height: 22px;
				padding: 0 8px;
			}

		#news .list a.linkbox .text h3 {
			font-size: 1.6rem;
			font-weight: 400;
			line-height: 1.6em;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}

	
	
/* news-detail
--------------------- */
#news-detail .content {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	padding-right: 8.5%;
}
	#news-detail .content .info {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 12px;
	}
		#news-detail .content .info .en {
			font-size: 1.4rem;
			font-weight: 400;
			line-height: 1;
			margin-top: 2px;
			margin-right: 10px;
		}

		#news-detail .content .info .cat {
			display: inline-block;
			height: 22px;
			background: #F8F8F8;
			border-radius: 11px;
			font-size: 1.1rem;
			font-weight: 700;
			color: #ED6D34;
			line-height: 22px;
			padding: 0 8px;
		}

	#news-detail .content h1 {
		font-size: 3.0rem;
		font-weight: 500;
		line-height: 1.3em;
		margin-bottom: 25px;
	}

	#news-detail .content .pht {
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	#news-detail .content .free {
		margin-bottom: 60px;
		padding-bottom: 60px;
		border-bottom: dashed 1px #ddd;
	}
		#news-detail .content .free h2 {
			margin-top: 60px;
			margin-bottom: 25px;
			padding-bottom: 15px;
			padding-left: 18px;
			border-bottom: solid 1px #ddd;
			font-size: 2.8rem;
			font-weight: 500;
			line-height: 1.3em;
			position: relative;
		}
		#news-detail .content .free h2:before {
			content: "";
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
			position: absolute;
			top: 15px;
			left: 0;
		}

		#news-detail .content .free h3 {
			font-size: 2.2rem;
			font-weight: 500;
			line-height: 1.3em;
			color: #E6002D;
			margin-top: 10px;
			margin-bottom: 20px;
		}

		#news-detail .content .free p {
			font-size: 1.6rem;
			line-height: 1.8em;
			margin-bottom: 25px;
		}
			#news-detail .content .free p a {
				color: #ED6D34;
				text-decoration: underline;
			}
			#news-detail .content .free p a:hover {
				text-decoration: none;
			}

		#news-detail .content .free img {
			max-width: 100%;
			width: auto;
			height: 100%;
			margin-bottom: 30px;
		}

		#news-detail .content .free .wp-block-buttons>.wp-block-button {
			display: block;
			width: 100%;
			margin-top: 10px;
		}
			#news-detail .content .free .wp-block-button__link {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				width: 100%;
				height: 66px;
				background: #F8F8F8;
				font-size: 1.6rem;
				font-weight: 500;
				color: #000;
				border-radius: 5px;
				padding: 0 20px;
				text-align: left;
				position: relative;
			}
			#news-detail .content .free .wp-block-button__link:hover {
				color: #ED6D34;
			}
			#news-detail .content .free .wp-block-button__link:before {
				content: "";
				width: 28px;
				height: 28px;
				border-radius: 5px;
				background: #ED6D34 url("../img/icon_arrow_white.svg") no-repeat left 11px center;
				position: absolute;
				top: 50%;
				right: 20px;
				margin-top: -14px;
				z-index: 2;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#news-detail .content .free .wp-block-button__link:hover:before {
				width: 34px;
				height: 34px;
				background: #ED6D34 url("../img/icon_arrow_white.svg") no-repeat left 14px center;
				top: 50%;
				right: 17px;
				margin-top: -17px;
			}

	#news-detail .content a.btn-link {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin: 0 auto;
	}


#news-detail .sidenav {
	width: 300px;
}
	#news-detail .sidenav h2 {
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 15px;
	}

	#news-detail .sidenav .list a.linkbox {
		display: block;
		background: #F8F8F8;
		border-radius: 10px;
		padding: 20px;
		margin-bottom: 15px;
	}
	#news-detail .sidenav .list a.linkbox:nth-last-child(1) {
		margin-bottom: 0;
	}
		#news-detail .sidenav .list a.linkbox .area {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			margin-bottom: 10px;
			position: relative;
		}
		#news-detail .sidenav .list a.linkbox .area:before {
			content: "";
			width: 28px;
			height: 28px;
			border-radius: 5px;
			background: url("../img/icon_arrow_white.svg") no-repeat left 11px center;
			position: absolute;
			top: 50%;
			right: 3px;
			margin-top: -14px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			z-index: 2;
		}
		#news-detail .sidenav .list a.linkbox .area:after {
			content: "";
			width: 28px;
			height: 28px;
			border-radius: 5px;
			background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
			position: absolute;
			top: 50%;
			right: 3px;
			margin-top: -14px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			z-index: 1;
		}
		#news-detail .sidenav .list a.linkbox .area:hover:after {
			width: 34px;
			height: 34px;
			right: 0;
			margin-top: -17px;
		}
			#news-detail .sidenav .list a.linkbox .area .pht {
				width: 86px;
				border-radius: 5px;
			}

			#news-detail .sidenav .list a.linkbox .area .info {
				width: -webkit-calc(100% - 86px);
				width: calc(100% - 86px);
				padding-left: 15px;
			}
				#news-detail .sidenav .list a.linkbox .area .info .en {
					display: block;
					font-size: 1.4rem;
					font-weight: 400;
					line-height: 1;
				}

				#news-detail .sidenav .list a.linkbox .area .info .cat {
					display: inline-block;
					height: 22px;
					background: #fff;
					border-radius: 11px;
					font-size: 1.1rem;
					font-weight: 700;
					color: #ED6D34;
					line-height: 22px;
					padding: 0 8px;
				}

		#news-detail .sidenav .list a.linkbox h3 {
			font-size: 1.4rem;
			font-weight: 400;
			line-height: 1.6em;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}

	
	
/* contact
--------------------- */
#contact .inner {
	width: 860px;
}
	#contact fieldset {
		width: 100%;
		max-width: 860px;
		margin-bottom: 25px;
	}
		#contact .form-columns-2 .hs-form-field {
			width: 49%;
			margin-right: 2%;
		}
		#contact .form-columns-2 .hs-form-field:nth-last-child(1) {
			margin-right: 0;
		}

		#contact .form-columns-1 .hs-form-field {
			width: 100%;
		}
			#contact fieldset label {
				display: block;
				margin-bottom: 5px;
				font-size: 1.6rem;
			}
				#contact fieldset label strong {
					font-weight: 500;
				}
				#contact fieldset label .hs-form-required {
					color: #E6002D;
				}

			#contact fieldset .hs-field-desc {
				display: block;
				margin-bottom: 13px;
				font-size: 1.2rem;
				font-weight: 400;
				line-height: 1;
			}

			#contact fieldset .hs-fieldtype-text .hs-input,
			#contact fieldset .hs-fieldtype-phonenumber .hs-input {
				width: 100%;
				padding: 17px 15px 15px 15px;
				border: solid 1px #BDBFC4;
				border-radius: 5px;
				font-size: 1.6rem;
			}
			#contact fieldset .hs-fieldtype-textarea .hs-input {
				width: 100%;
				height: 200px;
				padding: 17px 15px 15px 15px;
				border: solid 1px #BDBFC4;
				border-radius: 5px;
				font-size: 1.6rem;
			}

			#contact fieldset .hs-form-booleancheckbox-display {
				text-align: center;
				font-size: 1.5rem;
				font-weight: 500;
			}
				#contact fieldset .hs-form-booleancheckbox-display a {
					text-decoration: underline;
					color: #ED6D34;
					padding-left: 5px;
				}
				#contact fieldset .hs-form-booleancheckbox-display a:hover {
					text-decoration: none;
				}

			#contact fieldset .hs-error-msgs {
				display: block;
				margin-top: 5px;
				font-size: 1.2rem;
				color: #E6002D;
			}
				#contact fieldset .hs-error-msgs .hs-error-msg {
					font-size: 1.2rem;
				}

		#contact .actions {
			width: 100%;
			max-width: 350px;
			margin: 0 auto;
		}
			#contact .actions .hs-button {
				width: 100%;
				height: 70px;
				background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
				border-radius: 5px;
				border: none;
				font-size: 1.8rem;
				font-weight: 700;
				color: #fff;
				cursor: pointer;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#contact .actions .hs-button:hover {
				opacity: 0.7;
			}

	
	
/* thanks
--------------------- */
#thanks h2 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 20px;
}

#thanks .txt {
	text-align: center;
	margin-bottom: 40px;
}

#thanks a.btn-link {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

	
	
/* pagenavi
--------------------- */
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 40px;
	font-weight: 500;
	font-size: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	background: #fff;
	border: solid 1px #ddd;
	color: #000;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	padding: 0;
	transition: 0.3s;
	-webkit-ransition: 0.3s;
}
.wp-pagenavi a:hover{
	opacity: 1;
	background: #ddd;
}
.wp-pagenavi span.current{
	color: #fff;
	border: solid 1px #000;
	background: #000;
	font-weight: 500;
}
.wp-pagenavi .pages {
	display: none;
}







/* 1200px */
@media screen and (max-width: 1200px) {

	
	
/* news-detail
--------------------- */
#news-detail .content {
	width: -webkit-calc(100% - 280px);
	width: calc(100% - 280px);
	padding-right: 5%;
}

#news-detail .sidenav {
	width: 280px;
}




}





/* 1024px */
@media screen and (max-width: 1024px) {

	
	
/* pagetitle
--------------------- */
#pagetitle {
	padding: 20px 20px 0 20px;
}
	#pagetitle .whitebox {
		height: 300px;
		border-radius: 20px;
	}
	#pagetitle.detail .whitebox {
		height: 200px;
	}
		#pagetitle .whitebox .area .inner {
			padding-top: 50px;
			height: 300px;
		}
		#pagetitle.detail .whitebox .area .inner {
			padding-top: 65px;
			height: 200px;
		}
			#pagetitle .whitebox .area .inner .en {
				font-size: 5.0rem;
			}

			#pagetitle .whitebox .area .inner .jp {
				font-size: 1.5rem;
			}

	#pagetitle .breadcrumb {
		font-size: 1.2rem;
		padding: 12px 0;
	}

	
	
/* news
--------------------- */
#news .list a.linkbox {
	padding: 12px 50px 12px 12px;
	margin-bottom: 15px;
}
#news .list a.linkbox:before {
	right: 20px;
}
#news .list a.linkbox:after {
	right: 20px;
}
#news .list a.linkbox:hover:after {
	right: 17px;
}
	#news .list a.linkbox .pht {
		width: 120px;
	}

	#news .list a.linkbox .text {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
		padding-left: 12px;
	}
		#news .list a.linkbox .text .info .en {
			font-size: 1.3rem;
		}

		#news .list a.linkbox .text .info .cat {
			font-size: 1.0rem;
		}

		#news .list a.linkbox .text h3 {
			font-size: 1.5rem;
			line-height: 1.5em;
		}

	
	
/* news-detail
--------------------- */
#news-detail .content {
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
}
	#news-detail .content .info {
		margin-bottom: 12px;
	}
		#news-detail .content .info .en {
			font-size: 1.3rem;
		}

		#news-detail .content .info .cat {
			font-size: 1.0rem;
		}

	#news-detail .content h1 {
		font-size: 2.6rem;
	}

	#news-detail .content .free {
		margin-bottom: 60px;
		padding-bottom: 60px;
		border-bottom: dashed 1px #ddd;
	}
		#news-detail .content .free h2 {
			font-size: 2.4rem;
		}
		#news-detail .content .free h2:before {
			top: 12px;
		}

		#news-detail .content .free h3 {
			font-size: 2.0rem;
		}

		#news-detail .content .free p {
			font-size: 1.4rem;
			line-height: 1.7em;
		}

		#news-detail .content .free .wp-block-button__link {
			height: 60px;
			font-size: 1.5rem;
			padding: 0 15px;
		}
		#news-detail .content .free .wp-block-button__link:before {
			right: 15px;
		}
		#news-detail .content .free .wp-block-button__link:hover:before {
			right: 12px;
		}


#news-detail .sidenav {
	width: 230px;
}
	#news-detail .sidenav h2 {
		font-size: 2.0rem;
	}

	#news-detail .sidenav .list a.linkbox {
		padding: 15px;
	}
		#news-detail .sidenav .list a.linkbox .area:before {
			content: "";
			width: 28px;
			height: 28px;
			border-radius: 5px;
			background: url("../img/icon_arrow_white.svg") no-repeat left 11px center;
			position: absolute;
			top: 50%;
			right: 3px;
			margin-top: -14px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			z-index: 2;
		}
		#news-detail .sidenav .list a.linkbox .area:after {
			content: "";
			width: 28px;
			height: 28px;
			border-radius: 5px;
			background: linear-gradient(90deg, rgba(246, 173, 60, 1), rgba(230, 0, 45, 1));
			position: absolute;
			top: 50%;
			right: 3px;
			margin-top: -14px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			z-index: 1;
		}
		#news-detail .sidenav .list a.linkbox .area:hover:after {
			width: 34px;
			height: 34px;
			right: 0;
			margin-top: -17px;
		}
			#news-detail .sidenav .list a.linkbox .area .pht {
				width: 65px;
				border-radius: 5px;
			}

			#news-detail .sidenav .list a.linkbox .area .info {
				width: -webkit-calc(100% - 65px);
				width: calc(100% - 65px);
				padding-left: 10px;
			}
				#news-detail .sidenav .list a.linkbox .area .info .en {
					display: block;
					font-size: 1.2rem;
					font-weight: 400;
					line-height: 1;
				}

				#news-detail .sidenav .list a.linkbox .area .info .cat {
					height: 20px;
					border-radius: 10px;
					font-size: 1.0rem;
					line-height: 20px;
				}

		#news-detail .sidenav .list a.linkbox h3 {
			font-size: 1.3rem;
		}

	
	
/* contact
--------------------- */
#contact .inner {
	width: 100%;
}

	
	
/* thanks
--------------------- */
#thanks h2 {
	font-size: 2.2rem;
}

#thanks .txt {
	text-align: center;
	margin-bottom: 35px;
}




}





/* 767px */
@media screen and (max-width: 767px) {

	
	
/* pagetitle
--------------------- */
#pagetitle {
	padding: 15px 15px 0 15px;
}
	#pagetitle .whitebox {
		height: 200px;
		border-radius: 20px;
	}
	#pagetitle.detail .whitebox {
		height: 150px;
		border-radius: 20px;
	}

		#pagetitle .whitebox .area .inner {
			display: block;
			padding-top: 80px;
			height: 200px;
			text-align: center;
		}
		#pagetitle.detail .whitebox .area .inner {
			padding-top: 45px;
			height: 150px;
		}
			#pagetitle .whitebox .area .inner .en {
				font-size: 4.6rem;
			}

			#pagetitle .whitebox .area .inner .jp {
				font-size: 1.5rem;
			}

	#pagetitle .breadcrumb {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		font-size: 1.1rem;
	}
		#pagetitle .breadcrumb a {
			display: inline-block;
		}

	
	
/* news
--------------------- */
#news .list a.linkbox {
	display: block;
	padding: 15px 15px 15px 15px;
	margin-bottom: 16px;
}
#news .list a.linkbox:nth-last-child(1) {
	margin-bottom: 0;
}
#news .list a.linkbox:before {
	top: 35px;
	right: 20px;
	margin-top: 0;
}
#news .list a.linkbox:after {
	top: 35px;
	right: 20px;
	margin-top: 0;
}
#news .list a.linkbox:hover:after {
	width: 28px;
	height: 28px;
	right: 20px;
	margin-top: 0;
}
	#news .list a.linkbox .pht {
		width: 100px;
		border-radius: 5px;
	}

	#news .list a.linkbox .text {
		width: 100%;
		padding-left: 0;
	}
		#news .list a.linkbox .text .info {
			display: block;
			position: absolute;
			top: 30px;
			left: 130px;
		}
			#news .list a.linkbox .text .info .en {
				display: block;
			}

			#news .list a.linkbox .text .info .cat {
				margin-left: 0;
			}

		#news .list a.linkbox .text h3 {
			font-size: 1.4rem;
			line-height: 1.5em;
			padding-top: 12px;
		}

	
	
/* news-detail
--------------------- */
#news-detail .inner {
	display: block;
}
	#news-detail .content {
		width: 100%;
		padding-right: 0;
		margin-bottom: 60px;
	}
		#news-detail .content .info {
			margin-bottom: 12px;
		}
			#news-detail .content .info .en {
				font-size: 1.3rem;
			}

			#news-detail .content .info .cat {
				font-size: 1.0rem;
			}

		#news-detail .content h1 {
			font-size: 2.4rem;
		}

		#news-detail .content .free {
			margin-bottom: 40px;
			padding-bottom: 40px;
		}
			#news-detail .content .free h2 {
				font-size: 2.2rem;
				margin-top: 50px;
			}

			#news-detail .content .free h3 {
				font-size: 1.8rem;
			}


	#news-detail .sidenav {
		width: 100%;
	}
		#news-detail .sidenav h2 {
			font-size: 2.2rem;
		}
		#news-detail .sidenav .list a.linkbox .area .pht {
			width: 80px;
			border-radius: 5px;
		}

		#news-detail .sidenav .list a.linkbox .area .info {
			width: -webkit-calc(100% - 80px);
			width: calc(100% - 80px);
			padding-left: 15px;
		}


/* contact-area */
#contact fieldset {
	width: 100%;
	margin-bottom: 25px;
}
	#contact .form-columns-2 {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
	}

	#contact .actions {
		max-width: 60%;
	}
		#contact .actions .hs-button {
			height: 54px;
			font-size: 1.6rem;
		}

	
	
/* thanks
--------------------- */
#thanks h2 {
	font-size: 2.0rem;
}

#thanks .txt {
	text-align: left;
	margin-bottom: 30px;
}

	
	
/* pagenavi
--------------------- */
.wp-pagenavi {
	margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
	width: 36px;
	height: 36px;
	font-size: 1.2rem;
	line-height: 36px;
}


	
}