@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 14px;
}
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: #333;
}
a {
	color: #00a0e9;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 0.7;
}

/* 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;
}
.main-btn{
	position: fixed;
	top: 230px;
	right: 25px;
	z-index: 100;
}
.main-sns{
	margin-bottom: 10px;
}
.main-sns-btn1{
	margin-bottom: 20px;
}


/* header
------------------------------------------*/
#header {
	border-top: 4px solid #00a0e9;
	border-bottom: 1px solid #cccccc;
}
#header-inner {
	width: 1080px;
	padding: 12px 0 27px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	z-index: 20;

}
.site-description {
	flex-grow:3 ;
	font-size: 11px;
	color: #aaa;
	padding-right: 150px;
}

.header-logo {
}
.header-con {
	padding-top: 15px;
	margin-right: -10px;
}
.gnav {
	width: 1080px;
	margin: auto;
}
.gnav-list{
	margin: 18px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-right: -15px;
}
.gnav-list a{
	color: #333;
}
.gnav-list li{
	font-family: 'りょうゴシック PlusN';
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 2px;
}
.gnav-list img{
	margin-bottom: 3px ;
}

/* 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: 170px; background: rgba(0,160,233,.7);padding-left: 3px; }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; margin: 2px 0 2px; color: #fff; font-size: 13px; zoom: 1;font-weight: 100; }
.gnav-list ul li a:hover { text-decoration: none; background: #00a0e9; color: #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;
	margin: 20px auto 0;
}
#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

/* slideshow */
.slideshow {
	margin: 0 calc((-1180px + 1080px)/ 2);
}
.slideshow .slick-slide {
	backface-visibility: hidden;
	width: 280px;
}
.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/main-instructors-arrow1.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-instructors-arrow2.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;
}
.home #content-inner {
	width: 100vw;
}

#main {
	text-align: left;
}
/* フロンティアの３つの強み */
.main-point{
	padding: 31px 0 83px;
	background: #f0f6f8;
}
.main-point-inner{
	width: 1080px;
	margin: auto;
}
.main-point-title{
	margin-bottom: 53px;
	text-align: center;
}

.main-point-list{
	display: flex;
	justify-content: space-between;
}
.main-point-list-item{
	padding: 40px 0 41px;
	background-color: #fff;
}
.main-point-list-item h3{
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
}
.main-point-list-item-image{
	margin-bottom: 50px;
}
.main-point-more{
	margin-top: 25px;
	text-align: center;
}

/* コース案内 */
/* ベーシック英会話コース */
.main-course-inner{
	width: 1080px;
	margin: auto;
	padding:86px 0 50px;
}
.main-course-title{
	text-align: center;
	margin-bottom: 54px;
}
.main-course-list{
	display: flex;
	justify-content: center;
	gap: 8px;
}
.main-course-list-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	border: 2px solid #00a0e9;
	padding: 24px 13px 23px;
	height: 350px;
}
.main-course-list-item h3{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-course-list-item img{
}
.main-course-more{
	margin-top: 25px;
}
/* 目的別特化コース */
.main-course2-inner{
	width: 1080px;
	margin: auto;
}
.main-course2-title{
	text-align: center;
	margin-bottom: 54px;
}
.main-course2-list{
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-bottom: 75px;
}
.main-course2-list-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	border: 2px solid #f4c520;
	padding: 20px 8px 23px;
	height: 350px;
}
.main-course2-list-item h3{
	font-size: 23px;
	font-weight: bold;
	line-height: 0.7;
	margin-bottom: 20px;
}
.main-course2-list-item p{
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
.main-course2-list-item-text{
	padding: 14px 0;
}
.main-course2-more{
	margin-top: 25px;
}
/* 各種検定・TOEIC対策 */
.main-eiken-inner{
	width: 1080px;
	margin: auto;
	display: flex;
	border: 2px solid #00a0e9;
	margin-bottom: 45px;
}
.main-eiken-list{
	padding: 40px 41px 10px 52px;
	background: url(/images/default/main-eiken-bg.png) repeat left top;
	display: flex;
	flex-direction: column;
	gap: 19px;
}
.main-eiken-list-text{
	margin-left: 22px;
}
.main-eiken-list-text li{
	width: 463px;
	font-size: 18px;
	list-style: disc;
}
.main-eiken-list-text li::marker{
	color: #00a0e9;
	font-size: 20px;
	text-combine-upright: inherit;
}
/* オンラインレッスン */
.main-online{
	width: 880px;
	margin: auto;
	padding: 40px 0 39px;
	background: url(/images/default/main-online-bg.jpg) no-repeat center center;
}
.main-online-inner{
	width: 501px;
	text-align: left;
	margin-left: 379px;
}
.main-online-title{
	margin-bottom: 10px;
}
.main-online-text h3{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
.main-online-text p{
	line-height: 1.5;
	font-size: 15px;
}
.main-online-more {
	margin-top: 18px;
}
/* 法人向けコース */
.main-company-course{
	width: 1080px;
	margin: 60px auto 0;
}
.main-company-course-title{
	text-align: center;
	margin-bottom: 65px;
}
.main-company-course-inner{
	display: flex;
	justify-content: space-between;
}
.main-company-course-list{
	display: flex;
	border: 2px solid #37ac95;
}
.main-company-course-item{
	padding: 10px 0 0 30px;
}
.main-company-course-subtitle{
	font-size: 31px;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: 3px;
}
.main-company-course-text{
	margin-right: 20px;
}
.main-company-course-text li{
	font-size: 15px;
	list-style: disc;
	margin-left: 20px;
}
.main-company-course-text li::marker{
	color: #37ac95;
	font-size: 20px;
}
.main-company-course-more{
	margin: 25px 0 0 10px;
}
/* フロンティアの想い */
.main-vision{
	margin-top: 104px;
	padding: 80px 0 75px;
	background: url(/images/default/main-vision-bg.png) repeat center center;
}	
.main-vision-title{
	text-align: center;
	margin-bottom: 55px;
}
.main-vision-inner{
	position: relative;
	width: 1470px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.main-vision-image{
	margin-left: -65px;
}
.main-vision-list{
	position: absolute;
	top: 60px;
	right: 70px;
	padding: 45px 100px 50px 65px;
	background-color: #fff;
}
.main-vision-text h3{
	font-size: 30px;
	font-weight: bold;
	color: #006c9d;
	margin-bottom: 15px;
}
.main-vision-text p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
.main-vision-more{
	text-align: center;
	margin-top: 114px;
}
/* 講師紹介 */
.main-instructors{
	position: relative;
	width: 1080px;
	margin: auto;
	padding: 69px 0 65px;
}
.main-instructors-title{
	text-align: center;
	margin-bottom: 73px;
}
.main-instructors-inner{
	margin: auto;
	text-align: center;
}
.main-instructors-list{
	padding: 0 60px;
}
.main-instructors-image img{
	margin: 0 20px;
	border-radius: 50%;
}
.main-instructors-text{
	margin-top: 30px;
	font-weight: bold;
	font-size: 15px;
}
.main-instructors-more{
	margin-top: 60px;
}
/*講師紹介 arrows */
.main-instructors .slick-arrow,
.main-instructors .slick-arrow::before {
	height: 100px;
}
.main-instructors .slick-arrow {
	position: absolute;
	top: 32%;
}
.main-instructors .slick-arrow.slick-prev {

}

.main-instructors .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/main-instructors-arrow1.png) no-repeat left center;
}
.main-instructors .slick-arrow.slick-next {
}

.main-instructors .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/main-instructors-arrow2.png) no-repeat right center;
}
/* イベントの様子 */
.main-gallery{
	padding: 69px 0 70px;
	background: #fffddb;
}
.main-gallery-title{
	text-align: center;
	margin-bottom: 51px;
}
.main-gallery-inner{
	width: 1080px;
	margin: auto;
}
.main-gallery-list{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.main-gallery-list-img{
	width: 255px;
}
.main-gallery-more{
	margin-top: 46px;
	text-align: center;
}
/* フロンティアからのお知らせ */
.main-news {
	position: relative;
	margin: 0 auto 20px;
	padding-top: 112px
}
.main-news-title {
	text-align: center;
	margin-bottom: 79px;
}
.main-news-inner {
	width: 1080px;
	margin: auto;
}
.main-news-list {
	display: flex;
	justify-content: center;
	gap: 25px;
}
.main-news-list-item {
	padding: 6px 0;
	font-size: 13px;
}
.main-news-list-item li{
	position: relative;
}
.main-news-list img{
	width: 240px;
	margin-bottom: 23px;
}
.main-news-list-item-image{
	position: relative;
}
.main-news-list-item:nth-child(-n+3) .main-news-list-item-image::before{
	content: '';
	position: absolute;
	width: 61px;
	height: 61px;
	top: 0;
	left: 0;
	background: url(/images/default/new-bg.png) no-repeat left top;
	z-index: 20;
}
.main-news-list-title {
	width: 255px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 20px;
	font-size: 15px;
}
.main-news-list-inner{
	display: flex;
	justify-content: space-between;
}
.main-news-list-title > a {
	font-weight: bold;
	color: inherit;
}
.main-news-list-date {
}
.main-news-list-cat {
	display: inline-block;
}
.main-news-list-cat a {
	display: block;
	padding: 0 20px;
	margin-right: 15px;
	color: #5594b8;
	background: #cdebf8;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-align: right;
}
.main-news-list-cat a:hover{
	opacity: .7;
}
.main-news-more {
	margin-top: 39px;
	text-align: center;
}
.main-news-school{
	margin-top: 58px;
	display: flex;
	justify-content: center;
	gap: 18px;
}
.main-news-banner1{
	margin-top: 61px;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.main-news-banner2{
	margin: 40px 0 187px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border:3px solid #ffab48;
	background: #fffddb;
}
.main-news-banner2-list{
	padding: 31px 36px 38px 35px;
}
.main-news-banner2-title{
	margin-bottom: 20px;
}
.main-news-banner2-text{
	width: 426px;
	margin-bottom: 24px;
	letter-spacing: 1;
}
/* 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 {
	width: 100vw;
	background:#00a0e9;
}
#footer-inner {
	position: relative;
}
/* Scool Information */
.footer-information{
	background: #f0f6f8;
	padding: 64px 0 83px;
}
.footer-information-title{
	margin-bottom: 45px;
}
.footer-information-list{
	width: 1080px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 15px;
	text-align: left;
}
.footer-information-list li{
	background: #fff;
}
.footer-information-inner2{
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-information-text{
	width: 310px;
	margin: 15px 0 0 22px;
	line-height: 1.7;
}
.footer-information-text h3{
	font-size: 20px;
}
.footer-information-text p{
	font-size: 16px;
}
.footer-information-link-text{
	text-align: right;
	margin: 0 18px 16px 22px;
}
.footer-information-link-text a{
	color: #333;
}
.footer-information-link-text a{
	text-decoration: none;
	border-bottom: 1px solid #202020;
}
.footer-information-con{
	margin-top: 44px;
}



.footer-nav {
	padding: 95px 0 88px;
	font-size: 11px;
	font-size: 15px;
	border-bottom: 1px solid #44bbf2;
}
.footer-nav li {
	display: inline-block;
	color: #fff;
}

.footer-nav li a {
	color: inherit;
	margin: 0 10px;
	background:none;
}
.footer-nav li ul {
	display: none;
}

.footer-copyright {
	text-align: center;
	font-size: 11px;
	color: #fff;
	padding: 26px 0;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title {
	margin: 0 0 30px 0;
	padding: 85px;
	background-color: #daf8ff;
	font-size: 34px;
	font-weight: bold;
	color: #282828;
}
.entry-title, .entry-content h2 {
	position: relative;
	margin: 0 0 25px;
	padding: 23px 30px;
	border-bottom: 2px solid #ffe035;
	background: #fffddb;
	font-size: 26px;
	font-weight: bold;
}
.entry-title a, .entry-content h2 a {
	color: #282828;
}
.entry-content h2::before, .h2 ::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	border-bottom: 3px solid #00a0e9;
}
.entry-content h3, .h3 {
	position: relative;
	padding: 5px;
	border-bottom: 2px solid #b3b3b3;
	font-size: 24px;
	font-weight: bold;
}
.entry-content h3::before, .h3 ::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 200px;
	border-bottom: 2px solid #00a0e9;
}
.entry-content h4, .h4 {
	padding: 5px;
	font-size: 17px;
	font-weight: bold;
}
.entry-content h4::before, .h4::before {
	content: '\f138';
	padding: 0 5px 0 0;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #00a0e9;
}
.entry-content h5, .h5 {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-end;
	margin: 10px 0 30px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	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;
	display: none;
}


/* 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;
}
.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-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: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.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: #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: #00a0e9;
	background-color: #00a0e9;
	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: #00a0e9;
	background-color: #00a0e9;
	color: #fff;
}

.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;
}
