@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #000;
}
a {
	color: #ff6600;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #ff6600;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
	padding-bottom: 80px;
}


/* header
------------------------------------------*/
#header {
	border-top: 10px solid #137533;
	text-align: left;
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 180px;
	margin: 0 auto;
	z-index: 30;
}

.header-logo {
	position: absolute;
	top: 17px;
	left: 0;
}

.header-contact {
	position: absolute;
	top: 26px;
	right: 0;
	width: 435px;
}
.header-contact-title {
	margin-bottom: 7px;
	line-height: 0;
}
.header-contact-tel {
	float: left;
}
.header-contact-mail {
	float: right;
}

.gnav {
	position: absolute;
	bottom: 17px;
	left: 0;
}
.gnav-list {
}
.gnav-list > li {
	float: left;
	z-index: 20;
}
.gnav-list > li::after {
	content: '';
	position: absolute;
	top: 14px;
	right: -5px;
	z-index: -10;
	width: 12px;
	height: 12px;
	background: url(/images/default/gnav-line.png) no-repeat 0 0;
}
.gnav-list > li:last-child::after {
	display: none;
}

/* droppy */
.gnav-list li { position: relative; }
.gnav-list ul {
	display: none;
	position: absolute;
	top: 57px;
	left: 0;
	width: 100%;
	background: rgba(19,117,51,0.8);
}
.gnav-list ul li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 11px;
	zoom: 1;
}
.gnav-list ul li a:hover {
	background: rgba(0,0,0,0.1);
	text-decoration: none;
}
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img { display: block; }


/* mainimage
------------------------------------------*/
#mainimage {
	overflow: hidden;
}
#mainimage-inner {
	position: relative;
	margin: 0 auto;
	width: 1080px;
}

.mainimage-text {
	position: absolute;
	top: 211px;
	left: 50%;
	z-index: 20;
	margin-left: -425px;
}

.mainimage-add {
	position: absolute;
	right: -319px;
	bottom: 0;
	z-index: 20;
}

/* slideshow */
.slideshow {
	margin: 0 -420px;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* dots */
.slideshow .slick-dotted {
	margin: 0;
}
.slideshow .slick-dots {
	bottom: 40px;
	line-height: 0;
}
.slideshow .slick-dots li {
	margin: 0 7px;
}
.slick-dots li button {
	overflow: hidden;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #9ad8ae;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.slick-dots li button::before {
	display: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
	background: #137533;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.home #content-inner {
	width: auto;
	padding-bottom: 80px;
}

#main {
	text-align: left;
}
.home #main {
}
.template-type-blog #main {
	float: right;
	width: 800px;
}

.main-news {
	background: #137533;
}
.main-news-inner {
	margin: 0 auto;
	padding: 17px 0;
	width: 1080px;
}
.main-news-title {
	float: left;
}
.main-news-list {
	overflow: hidden;
	float: right;
	width: 778px;
	height: 55px;
	background: #fff;
}
.main-news-list-item {
	line-height: 55px;
	padding: 0 28px;
}
.main-news-list-title {
}
.main-news-list-title .date {
	margin-right: 28px;
	color: #4eba71;
	font-size: 12px;
	font-weight: bold;
}
.main-news-list-title a {
	color: #333;
}
.main-news-btn {
	float: right;
}

.main-message {
	padding: 80px 0 92px;
	background: url(/images/default/main-message-bg.jpg) no-repeat center 0;
	background-size: cover;
	text-align: center;
}
.main-message-title {
	margin-bottom: 30px;
}
.main-message-inner {
}
.main-message-text {
	width: 1080px;
	margin: 0 auto;
	line-height: 1.885;
	font-size: 17px;
}
.main-message-text p {
	margin-bottom: 20px;
}
.main-message-text :last-child {
	margin-bottom: 0;
}
.main-message-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	max-width: 1920px;
	margin: 70px auto 0;
	padding: 0 24px;
}
.main-message-img-item {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
	width: 12.5%;

	padding: 0 0.572%;
}
.main-message-img-item .in {
	background: #fff;
}

.main-reason {
	width: 1080px;
	margin: 0 auto;
	padding: 73px 0 84px;
}
.main-reason-title {
	margin-bottom: 54px;
	text-align: center;
}
.main-reason-list {
	float: left;
	width: 580px;
	margin-top: -1px;
}
.main-reason-list-item {
	margin-bottom: 33px;
	padding: 0 0 11px 118px;
	border-bottom: 1px solid #dedede;
	background: url(/images/default/main-reason-list-icon01.png) no-repeat 0 0;
	font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 20px;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.075em;
}
.main-reason-list-item:nth-child(2) { background-image: url(/images/default/main-reason-list-icon02.png); }
.main-reason-list-item:nth-child(3) { background-image: url(/images/default/main-reason-list-icon03.png); }
.main-reason-list-item:nth-child(4) { background-image: url(/images/default/main-reason-list-icon04.png); }
.main-reason-list-item:nth-child(5) { background-image: url(/images/default/main-reason-list-icon05.png); }
.main-reason-list-item:last-child {
	margin: 0;
}
.main-reason-img {
	float: right;
	width: 470px;
}
.main-reason-btn {
	clear: both;
	padding-top: 60px;
	text-align: center;
}

.main-service-group {
	position: relative;
	z-index: 20;
}
.main-service-group::before,
.main-service-group::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -10;
}
.main-service-group::before {
	left: 0;
	background: url(/images/default/main-service-bg01.jpg) no-repeat center center;
	background-size: cover;
}
.main-service-group::after {
	right: 0;
	background: url(/images/default/main-service-bg02.jpg) no-repeat center center;
	background-size: cover;
}
.main-service-group-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}
.main-service {
	-ms-flex: 0 0 500px;
	flex: 0 0 500px;
	max-width: 500px;
	width: 500px;

	min-height: 360px;
	padding: 28px 30px 30px;
	background: rgba(255,255,255,0.9);
}
.main-service-title {
	margin-bottom: 28px;
}
.main-service-text {
}
.main-service-text ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 18px;
	font-family: '游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 18px;
}
.main-service-text ul li:last-child {
	margin: 0;
}
.main-service-text ul li::before {
	content: '\f192';
	position: absolute;
	top: 8px;
	left: 0;
	line-height: 1;
	color: #137533;
	font-family: 'Font Awesome 5 Free';
	font-size: 10px;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.main-service-text ul li a {
	color: inherit;
}

.main-banner {
	width: 1080px;
	margin: 0 auto;
	padding: 90px 0 76px;
}
.main-banner .row {
	margin: 0 -12px;
}
.main-banner .row > div {
	margin-bottom: 24px;
	padding: 0 12px;
}

.main-gallery {
	margin-bottom: 81px;
	background: url(/images/default/main-gallery-bg.jpg) no-repeat center 0;
	background-size: cover;
}
.main-gallery-inner {
	width: 1080px;
	margin: 0 auto;
	padding: 68px 0 65px;
}
.main-gallery-title {
	margin-bottom: 43px;
	text-align: center;
}
.main-gallery-subtitle {
	height: 120px;
	padding: 26px 40px 0;
	background: #137533;
	color: #fff;
}
.main-gallery-list {
	margin: -46px -44px 37px;
}
.main-gallery-list-item {
	padding: 0 10px;
	backface-visibility: hidden;
}
.main-gallery-list-img {
	position: relative;
	margin-bottom: 15px;
	background: #fff;
}
.main-gallery-list-img .cat {
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 75px;
	max-width: 50%;
	height: 25px;
	padding: 0 13px;
	background: #416ba1;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.main-gallery-list-title {
	line-height: 1.25;
	font-size: 16px;
}
.main-gallery-list-title a {
	color: inherit;
}
.main-gallery-btn {
	margin-bottom: 50px;
	text-align: center;
}
.main-gallery-btn:last-child {
	margin: 0;
}
/* slick */
.main-gallery .slick-list {
	overflow: visible;
}

.main-blog {
	width: 1080px;
	margin: 0 auto;
}
.main-blog-head {
	position: relative;
	margin-bottom: 10px;
}
.main-blog-btn {
	position: absolute;
	top: -3px;
	right: 0;
	line-height: 1;
}
.main-blog-inner {
}
.main-blog-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -20px;
}
.main-blog-list-item {
	display: -ms-flexbox;
	display: flex;

	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;

	padding: 0 20px;
}
.main-blog-list-item .in {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.main-blog-list-img {
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 30px;
}
.main-blog-list-detail {
	overflow: hidden;
	padding-top: 15px;
}
.main-blog-list-meta {
	margin-bottom: 7px;
	line-height: 25px;
}
.main-blog-list-meta .date {
	margin-right: 15px;
	color: #dedede;
	font-weight: bold;
}
.main-blog-list-meta .cat {
	display: inline-block;
	max-width: 150px;
	height: 25px;
	margin-right: 15px;
	padding: 0 13px;
	background: #d3ecdb;
	line-height: 26px;
	color: #4b9404;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-blog-list-meta .cat:hover {
	opacity: 0.7;
}
.main-blog-list-title {
	margin-bottom: 8px;
	line-height: 1.625;
	font-size: 16px;
	font-weight: bold;
}
.main-blog-list-title a {
	color: #555;
}
.main-blog-list-text {
	line-height: 1.86;
	color: #555;
}


/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 240px;
}


/* footer
------------------------------------------*/
#footer {
	background: #f2f2f2;
}
#footer-inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 46px 0 74px;
}

.footer-about {
	float: left;
	width: 300px;
	padding-top: 14px;
	text-align: left;
}
.footer-about-logo {
	margin-bottom: 15px;
}
.footer-about-text {
	line-height: 2;
}
.footer-about-text b {
	color: #4b9404;
	font-weight: normal;
}

.footer-nav {
	float: right;
	padding: 8px 0 0 50px;
	border-left: 1px solid #fff;
	text-align: left;
}
.footer-nav-item {
	float: left;
}
.footer-nav-item:nth-child(1) {
	width: 230px;
	margin-right: 70px;
}
.footer-nav-item:nth-child(2) {
	width: 210px;
	margin-right: 70px;
}
.footer-nav-item:nth-child(3) {
}
.footer-nav-list {
}
.footer-nav-list-item {
	line-height: 2;
}
.footer-nav-list-item > a,
.footer-nav-list-item > span {
	color: #137533;
	font-weight: bold;
}
.footer-nav-list-item > span {
	display: block;
}
.footer-nav-list-item ul {
	margin-bottom: 20px;
}
.footer-nav-list-item:last-child ul {
	margin: 0;
}
.footer-nav-list-item ul li {
	line-height: 2;
}
.footer-nav-list-item ul li::before {
	content: '-';
}
.footer-nav-list-item ul li a {
	color: #222;
}

.footer-copyright {
	height: 30px;
	background: #137533;
	line-height: 30px;
	color: #fff;
	font-size: 11px;
}

.site-ad {
	position: fixed;
	bottom: -80px;
	left: 0;
	z-index: 20;
	width: 100%;
	background: #e4efda;
}
.site-ad-inner {
	width: 1080px;
	height: 80px;
	margin: 0 auto;
	padding-top: 13px;
}
.site-ad-title {
	float: left;
	margin: -3px 15px 0 0;
}
.site-ad-text {
	float: left;
	margin-right: 15px;
}
.site-ad-tel {
	float: left;
}
.site-ad-mail {
	float: right;
	background: #fff;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 60px;
}
.entry-content {
	line-height: 2;
}


/* heading */
.page-title-area {
	margin-bottom: 50px;
	background: url(/images/default/page-title-area-bg.jpg) no-repeat center center;
	background-size: cover;
}
.page-title-area-inner {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	width: 1080px;
	height: 260px;
	margin: 0 auto;
	padding-top: 30px;
}

.page-title {
	display: none;
	margin-bottom: 19px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.entry-title,
.entry-content h2 {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 12px 30px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.8;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.entry-title::before,
.entry-content h2::before {
	content: '';
	position: absolute;
	top: 7px;
	bottom: 19px;
	left: 0;
	width: 6px;
	background: #137533;
}
.entry-title::after,
.entry-content h2::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #dbdbdb;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}

.entry-content h3,
.h3 {
	margin: 1.8rem 0 1.2rem 0;
	padding: 13px 25px 10px 22px;
	border-left: 4px solid #8dc29e;
	background: #f1fff5;
	line-height: 1.8;
	font-size: 18px;
	letter-spacing: 0.06em;
}

.entry-content h4,
.h4 {
	position: relative;
	margin: 1.4rem 0 1rem 0;
	padding: 0 0 5px 25px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
	letter-spacing: 0.06em;
}
.entry-content h4::before,
.h4::before {
	content: '\f192';
	position: absolute;
	top: 10px;
	left: 0;
	line-height: 1;
	color: #137533;
	font-family: 'Font Awesome 5 Free';
	font-size: 10px;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.entry-content h5,
.h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0;
	line-height: 1;
	color: #f60;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area {
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-nav {
	margin-bottom: 40px;
	padding: 16px 29px 10px;
	border: 1px solid #d3ecdb;
	background: #f1fff5;
}
.gallery-nav-list {
}
.gallery-nav-list-item {
	float: left;
	margin: 0 25px 5px 0;
	font-weight: bold;
}
.gallery-nav-list-item a {
	color: #4b9404;
}

.gallery-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -10px;
}
.gallery-list-item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;

	padding: 0 10px 31px;
}
.gallery-list-img {
	position: relative;
	margin-bottom: 18px;
}
.gallery-list-img .cat {
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 75px;
	max-width: 50%;
	height: 30px;
	padding: 0 13px;
	background: #416ba1;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.04em;
}
.gallery-list-title {
	line-height: 1.75;
	font-size: 16px;
}
.gallery-list-title a {
	color: inherit;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.ba-detail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	margin-bottom: 50px;
}
.ba-detail-before {
	-ms-flex: 0 0 440px;
	flex: 0 0 440px;
	max-width: 440px;
	width: 440px;
}
.ba-detail-after {
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	max-width: 570px;
	width: 570px;
}
.ba-detail-before-text,
.ba-detail-after-text {
	margin-bottom: 8px;
}
.ba-detail-arrow {
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 70px;

	padding-top: 180px;
	text-align: center;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #ff6600;
	background-color: #ff6600;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
