@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
body {
	line-height: 2;
	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: #111;
}
a {
	color: #fcab30;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	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;
}


/* header
------------------------------------------*/
#header {
}
#header-inner {
	position: relative;
	padding: 0 40px;
	height: 110px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 10px;
	left: 40px;
	font-size: 11px;
	color: #999999;
}
.header-logo {
	position: absolute;
	top: 36px;
	left: 40px;
}
.header-con {
	position: absolute;
	top: 24px;
	right: 40px;
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
}
.header-tel{
	flex: 0 0 310px;
	margin-left: 13px;
	text-align: right;
	font-size: 12px;
	line-height: 1.2;
}
.header-tel a{
	font-size: 32px;
}

a.tmp-tel {
	display: flex;
	align-items: center;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.tmp-tel::before{
	content: '\f095';
	color: #fcab30;
	padding-left: 5px;
	transform: scale(0.8);
	transform-origin: center;
    transform: scale(-1, 1);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.header-mail{
	flex: 0 0 121px;
	margin-left: 9px;
}

.gnav {
	background: #eaeaea;
}
.gnav-list{
	max-width: 1080px;
	margin: 0 auto;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1920px + 1080px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}


/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner {
	width: 100%;
	padding: 0;
}

#main {
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 790px;
}

.main-reason {
	margin: 81px auto 80px;
	padding-bottom: 60px;
	background: linear-gradient(to right, #f3f3f3, #f3f3f3) no-repeat center 140px / 100% 40%;
}
.main-reason-title {
	margin-bottom: 45px;
	text-align: center;
}
.main-reason-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-reason-list{
	display: flex;
	gap: 30px;
	counter-reset: sample;
}
.main-reason-list > li{
	flex: 0 1 340px;
}
.main-reason-img {
	position: relative;
	margin-bottom: 40px;
}
.main-reason-img::after {
	counter-increment: sample;
	content: "0" counter(sample);
	display: block;
	width: 80px;
	height: 90px;
	padding-top: 25px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: url(/images/default/reason-li.png) no-repeat center 0;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
.main-reason-text h3{
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0a3978;
}
.main-reason-text small{
	font-size: 12px;
	opacity: 1;
}
.main-reason-more{
	margin-top: 30px;
	text-align: center;
}

.main-menu {
	margin: 60px auto 120px;
}
.main-menu-title {
	text-align: center;
}
.main-menu-list > li{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.main-menu-img {
	flex: 0 0 calc(50% + 40px);
}
.main-menu-body{
	flex: 0 0 400px;
	margin: 0 100px;
}
.main-menu-list > li:nth-child(odd) .main-menu-img {order: 1}
.main-menu-list > li:nth-child(even) .main-menu-img {}
.main-menu-list > li:nth-child(odd) .main-menu-body {margin-left: auto;}
.main-menu-list > li:nth-child(even) .main-menu-body {margin-right: auto;}
.main-menu-text h3{
	text-align: center;
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: bold;
	color: #0a3978;
}
.main-menu-more{
	margin-top: 35px;
	text-align: center;
}

.main-menu2-list{
	display: flex;
	flex-flow: row wrap;
	gap: 30px;
	max-width: 1080px;
	margin: 80px auto 0;
}
.main-menu2-list > li{
	position: relative;
	flex: 0 1 340px;
}
.main-menu2-list > li > a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease;
	z-index: 10;
}
.main-menu2-list > li > a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.main-menu2-list > li > p{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 5px;
	background: rgba(255,255,255,.88);
	font-size: 18px;
	font-weight: bold;
}
.main-menu2-list > li > p::before{
	content:"";
	margin-right: auto;
}
.main-menu2-list > li > p::after{
	content: '\f105';
	margin-left: auto;
	color: #fe6d23;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



.main-service {
	margin-bottom: 80px;
	padding: 79px 0 80px;
	background: #f3f3f3;
}
.main-service-title {
	margin-bottom: 29px;
	text-align: center;
}
.main-service-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-service-list {
}
.main-service-list-item + .main-service-list-item{
	margin-top: 60px;
}
.main-service-list-title {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.main-service-list-title::before{
	content:"サービス内容：";
	padding: 10px 25px;
	margin-right: 20px;
	background: #254979;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.main-service-list-title > a {
	font-size: 18px;
	font-weight: bold;
	color: inherit;
}
.main-service-list-img{
	display: flex;
	margin-bottom: 20px;
	background: url(/images/default/service-arrow.png) no-repeat 465px 102px;
}
.main-service-list-before{
	flex: 0 0 520px;
	margin-right: 20px;
}
.main-service-list-before-img{
	padding-right: 70px;
	text-align: right;
}
.main-service-list-tbl{
	width: 100%;
	margin-top: 21px;
	background: #fff;
}
.main-service-list-tbl th,
.main-service-list-tbl td{
	padding: 15px;
	text-align: center;
}
.main-service-list-tbl th{
	background: #0a3978;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.main-service-list-tbl td{
	font-size: 16px;
	font-weight: bold;
}

.main-service-list-after{
	flex: 0 0 540px;
}
.main-service-list-after img{
	height: 405px;
	object-fit: cover;
}
.main-service-more {
	margin-top: 50px;
	text-align: center;
}

.main-gallery {
	position: relative;
	max-width: 1080px;
	margin: 0 auto 90px;
}
.main-gallery-title {
	margin-bottom: 30px;
	text-align: center;
}
.main-gallery-inner {
}
.main-gallery-list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.main-gallery-list-item {
	flex: 0 0 20%;
	background: #f3f3f3;
}
.main-gallery-list-img {
	display: flex;
	justify-content: center;
	align-items: center; 
	/*height: 340px;*/
	margin-bottom: 5px;
}
.main-gallery-list-img img{
	max-width: 100%;
	/* max-height: 340px; */
}
.main-gallery-list-body{
	padding: 10px 15px;
	width:235px;
}
.main-gallery-list-cat a{
	color: #254979;
}
.main-gallery-list-cat a::before{
	content: '\f02b';
	color: inherit;
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.main-gallery-list-title > a {
	display: block;
	margin-top: 5px;
	color: inherit;
}
.main-gallery-more {
	position: absolute;
	top: 8px;
	right: 0;
	/* right: calc(50vw - 540px) */
}

.blog-banner-wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto 90px;
}
.main-blog {
	position: relative;
	flex: 0 0 700px;
}
.main-blog-title {
	margin-bottom: 21px;
}
.main-blog-list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-blog-list-item + .main-blog-list-item {
	margin-top: 17px;
}
.main-blog-list-img {
	flex: 0 0 200px;
}
.main-blog-list-body{
	flex: 0 0 460px;
	margin-right: 20px;
}
.main-blog-list-title {
	line-height: 1.5;
	overflow: hidden;
}
.main-blog-list-title > a {
	display: block;
	margin-top: 3px;
	font-size: 16px;
	font-weight: bold;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-list-date {
	margin-right: 10px;
	font-size: 12px;
	color: #999;
}
.main-blog-list-cat {
	display: inline-block;
}
.main-blog-list-cat a {
	display: block;
	padding: 0px 10px;
	background: #f3f3f3;
	font-size: 10px;
	color: #42638b;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.main-blog-list-cat a:hover{
	opacity: .7;
}
.main-blog-list-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main-blog-more {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main-banner{
	flex: 0 0 320px;
}
.main-banner li + li{
	margin-top: 22px;
}

.main-blog .scroll-area{
	height: 445px;
}

.main-con {
	padding: 81px 0 138px;
	background: url(/images/default/con-bg.jpg) no-repeat center center / cover;
	text-align: center;
}
.main-con-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.main-con-title {
	margin-bottom: 30px;
}
.main-con-text {
	margin-bottom: 25px;
}
.main-con-text h3{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #254979;
}
.main-con-text p {
	margin-bottom: 5px;
}
.main-con-list{
	display: flex;
	justify-content: space-between;
}
.main-tel{
	font-size: 12px;
	line-height: 1.2;
	text-align: right;
}
.main-tel a{
	font-size: 46px;
}
.main-tel p{
	color: #555;
}
/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	padding: 70px 0 110px;
	background: #f3f3f3;
}
#footer-inner {
	width: 1080px;
	margin: 0 auto;
}
.footer-logo{
	margin-bottom: 20px;
}
.footer-about ul{
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 15px;
}
.footer-copyright {
	margin-top: 30px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: #2d5991;
	z-index: 20;
}
.fix-con{
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding: 12px 0;
}
.fix-con > a{
	position: absolute;
	top: -30px;
	right: 0;
}
.fix-tel{
	line-height: 1.2;
	color: #fff;
}
.fix-tel > a{
	font-size: 40px;
}
.fix-tel p{
	color: #b8cbe3;
}

/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title-wrap{
	padding: 80px 0;
	background: url(/images/default/page-title-bg.jpg) no-repeat center center / cover;
}
.page-title {
	font-size: 30px;
	font-weight: bold;
}
.entry-title, .entry-content h2 {
	margin: 0 0 25px;
	padding: 10px 25px;
	border-radius: 10px 10px 0 0;
	background: #254979;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	position: relative;
	padding: 5px 25px;
	border-bottom: 2px solid #f2f2f2;
	font-size: 18px;
	font-weight: bold;
}
.entry-content h3::before, .h3::before {
	content:"";
	display: block;
	width: 4px;
	height: 18px;
	background: #254979;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.entry-content h4, .h4 {
	position: relative;
	padding: 8px 25px 8px 0;
	border-bottom: 1px solid #86a2c6;
	font-size: 16px;
	font-weight: bold;
	color: #254979;
}
.entry-content h4::before, .h4::before {
	content: '\f192';
	color: inherit;
	padding-right: 12px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 15px 0 25px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	color: #fcab30;
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-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-group {
	float: left;
	width: 270px;
}
.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;
}
.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 */
.gal-nav{
	display: flex;
	flex-flow: row wrap;
	gap: 25px;
	margin-bottom: 40px;
	padding: 25px;
	background: #f3f3f3;
}
.gal-nav li a{
	color: inherit;
}
.gal-nav li a::before{
	content: '\f138';
	color: #fcab30;
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0px 40px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
}
.ba-detail-before{
	flex: 0 0 430px;
}
.ba-detail-after {
	flex: 0 0 521px;
}
.ba-detail-before::after,
.ba-detail-after::after {
	content:"Before";
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100px;
	padding: 8px 18px;
	background: #254979;
	border-radius: 0 0 10px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.ba-detail-after::after {
	content:"After";
	background: #fcab30;
}

.template-type-ba .main-service-list-tbl th,
.template-type-ba .main-service-list-tbl td{
	border: 1px solid #86a2c6;
}
.template-type-ba .main-service-list-tbl th{
	width: 320px;
}


.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
	color: #fff;
	background: #ccc;
	padding: 10px;
	border-radius: 5px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* 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: #f6c375;
}

/* 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: #fcab30;
	background-color: #fcab30;
	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: #254979;
	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: #fcab30;
	color: #fff;
}
