@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:  master.css
 *
 ********************************************************************** */

/* IE用印刷設定CSS
======================================================= */

@media print {
	body {
		_zoom: 67%; /*WinIE only */
	}
}

/* 基本設定
======================================================= */

* {
	margin: 0;
	padding: 0;
}

html { font-size: 62.5%; }

body {
	padding-top: 100px;
	font-size: 10px;
	font-size: 1.0rem;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
	line-height: 2;
	position: relative;
	min-width: 1100px;
	text-align: left;
	color: #2D2F36;
	background: #fff;
	word-break: break-word;
}

body.top {
	padding-top: 0;
}

header,
.breadcrumb,
.page_tit .inner .tit,
.wrapper .block h2,
.wrapper .block h3,
.wrapper .block h4,
.top_back,
.common_btn,
.common_btn_s,
.pagenav,
.faq_list li .trigger,
.faq_list li .accordion:before,
.back_btn,
.info_btn,
.article_btn,
.wrappertop h2,
.notoserif,
.list_type03 li:before,
.article h1 {
	font-family:'Noto Serif JP', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 0.1em;
}

.playfair {
	font-family:'Playfair Display', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 0;
}

header .head_r .nav_top li.lang,
header .nav_btm ul li a .en,
.wrappertop h2 .en,
.yumiin {
	font-family:"游明朝体", "Yu Mincho", YuMincho, 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 0;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #143C96;
}
a:hover,
a:active {
	text-decoration: none;
	color: #143C96;
}

a:focus {
	outline: none;
}

address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}

ul {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
}

ul li::marker {
	color: #143C96;
}

ol {
	margin: 5px 0 5px 15px;
	padding: 0 0 0 20px;
}

iframe {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}

img {
	max-width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: top;
	border: 0;
}

.trigger {
	cursor: pointer;
}

.accordion {
	display: none;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.indent2 {
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.indent3 {
	text-indent: -2em;
	padding-left: 2em;
}

.overimg {
	transition: .3s;
}

.overimg:hover {
	opacity: .7;
}

.stt-lang-select {
	display: none !important;
}

/* レイアウト設定
======================================================= */

.wrappertop {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}

.wrapper {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}

.wrapper .main {
	width: 1080px;
	margin: 0 auto;
	padding: 100px 0 80px;
	min-height: 500px;
}

/* header
======================================================= */

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	min-width: 1100px;
	height: 100px;
	/*overflow: hidden;*/
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(45,47,54,0.1);
	/*transition: .3s;*/
}

.top.active header {
	background: none;
	box-shadow: none;
}

header .logo {
	width: 136px;
	margin: 18px 30px;
}

header .logo a {
	display: block;
	height: 0;
	padding-top: 62px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/logo.svg) no-repeat 0 0;
}

.top.active header .logo a {
	background: url(../img/logo_w.svg) no-repeat 0 0;
}

header .logo span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

}

header .head_r {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: auto;
	margin-right: 30px;
}

header .head_r .nav_top {
	display: flex;
	align-items: center;
	min-height: 22px;
	margin: 10px 0 13px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-size: 1.2rem;
}

header .head_r .nav_top > li {
	margin: 0 0 0 20px;
}

header .head_r .nav_top > li:first-child {
	margin: 0;
}

header .head_r .nav_top > li a {
	padding: 0 16px 0 0;
	color: #2D2F36;
	text-decoration: none;
	background: url(../img/arw_g.svg) no-repeat right center;
	transition: .3s;
}

.top.active header .head_r .nav_top > li > a {
	color: #fff;
	background: url(../img/arw_w.svg) no-repeat right center;
}

header .head_r .nav_top > li > a:hover {
	text-decoration: underline;
}

header .head_r .nav_top li.lang {
	font-size: 12px;
	font-size: 1.2rem;
	color: #6A6D78;
	position: relative;
}

header .head_r .nav_top li.lang .trigger {
	display: flex;
	align-items: center;
	width: 87px;
	height: 22px;
	padding: 0 0 0 25px;
	border: 1px solid rgba(106,109,120,.3);
	box-sizing: border-box;
	border-radius: 3px;
	color: #6A6D78;
	background: url(../img/ico_lang.svg) no-repeat 10px center;
	transition: .3s;
}

.top.active header .head_r .nav_top li.lang .trigger {
	color: #fff;
	border: 1px solid rgba(255,255,255,.3);
	background: url(../img/ico_lang_w.svg) no-repeat 10px center;
}

header .head_r .nav_top li.lang .trigger.active,
.top.active header .head_r .nav_top li.lang .trigger.active {
	border-radius: 3px 3px 0 0;
	color: #6A6D78;
	background: #fff url(../img/ico_lang.svg) no-repeat 10px center;
}

header .head_r .nav_top li.lang .accordion {
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	list-style: none;
	font-weight: bold;
	text-align: center;
	background: #F3F4F8;
	overflow: hidden;
}

header .head_r .nav_top li.lang .accordion li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	cursor: pointer;
}

header .head_r .nav_top li.lang .accordion li:hover,
header .head_r .nav_top li.lang .accordion li[data-stt-active] {
	background: #fff;
}

header .nav_btm {
	display: block !important;
}

header .nav_btm ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

header .nav_btm ul li {
	margin: 0 0 0 45px;
	transition: .3s;
}

header .nav_btm ul li:first-child {
	margin: 0;
}

header .nav_btm ul li a {
	display: block;
	padding: 0 0 17px;
	color: #143C96;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	transition: .3s;
}

@media screen and (max-width: 1400px) {
	header .nav_btm ul li {
		margin: 0 0 0 30px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	header .nav_btm ul li a {
		padding: 0 0 20px;
	}
}

@media screen and (max-width: 1250px) {
	header .nav_btm ul li {
		margin: 0 0 0 20px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	header .nav_btm ul li a {
		padding: 0 0 22px;
	}
}

header .nav_btm ul li a .en {
	display: block;
	margin: 3px 0 0;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	opacity: .5;
	letter-spacing: 0;
}

@media screen and (max-width: 1400px) {
	header .nav_btm ul li a .en {
		font-size: 10px;
		font-size: 1.0rem;
	}
}

.top.active header .nav_btm ul li a {
	color: #fff;
}

header .nav_btm ul li a.selected:before,
header .nav_btm ul li a:hover:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 15px;
	background: #143C96;
	transition: .3s;
}

.top.active header .nav_btm ul li a.selected:before,
.top.active header .nav_btm ul li a:hover:before {
	background: #fff;
}

header .nav_btm ul li .trigger,
header .nav_btm ul li .accordion {
	display: none !important;
}

header .reserve_btn {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-size: 1.2rem;
}

header .reserve_btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

header .reserve_btn .reserve01 a {
	background: #143C96;
}

header .reserve_btn .reserve01 a:before {
	content: '';
	display: block;
	width: 20px;
	height: 38px;
	margin: 0 0 7px;
	background: url(../img/ico_reserve01.svg) no-repeat 0 0;
}

header .reserve_btn .reserve02 a {
	background: #8D1F3E;
}

header .reserve_btn .reserve02 a:before {
	content: '';
	display: block;
	width: 40px;
	height: 30px;
	margin: 0 0 7px;
	background: url(../img/ico_reserve02.svg) no-repeat 0 0;
}
header .sp_menu,
header .home_btn {
	display: none;
}

/* トップページ設定
======================================================= */

.wrappertop h2 {
	margin: 0 0 75px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #143C96;
	line-height: 1.5;
	text-align: center;
}

.wrappertop h2 .en {
	display: block;
	margin: 0 0 20px;
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: normal;
	line-height: 1;
}

/* 下層block設定
======================================================= */

.wrapper .block {
	margin: 0 0 80px;
}

/* 下層見出し設定
======================================================= */

.page_tit {
	position: relative;
	z-index: 0;
	overflow: hidden;
	box-shadow: 0px 5px 20px 0px rgba(45,47,54,0.1);
}

.page_tit .img img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_tit .inner {
	display: flex;
	flex-direction: column;
	width: 1080px;
	min-height: 225px;
	margin: 0 auto;
}

.page_tit .inner .tit {
	margin: auto 0;
	padding: 0;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.6;
	font-weight: normal;
	color: #fff;
}

.wrapper .block h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.6;
	color: #143C96;
	margin: 0 0 60px;
	padding: 30px 0 0;
	border-top: 2px solid #D2D4DB;
	position: relative;
}

.wrapper .block h2:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #143C96;
}

.wrapper .block h2 .time {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	padding: 8px 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #2D2F36;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 0;
	background: #F3F4F8;
}

.wrapper .block h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	color: #143C96;
	margin: 0 0 60px;
	padding: 0 0 0 30px;
	position: relative;
}

.wrapper .block h3:before {
	content: '';
	position: absolute;
	top: .8em;
	left: 0;
	width: 15px;
	height: 2px;
	background: #143C96;
}

.wrapper .block h3 .time {
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px 0 0;
	padding: 0 10px 9px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	font-style: italic;
	color: #2D2F36;
	line-height: 1.1;
	letter-spacing: 0;
	background: #F3F4F8;
}

.wrapper .block h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	color: #143C96;
	margin: 0 0 40px;
	padding: 0 0 15px;
	border-bottom: 1px solid #143C96;
}

/* パンくず
======================================================= */

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 17px 0 0;
	list-style-type: none;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.breadcrumb li {
	margin: 0 0 0 10px;
}

.breadcrumb li:before {
	content: '/';
	padding: 0 10px 0 0;
}

.breadcrumb li:first-child {
	margin: 0;
}

.breadcrumb li:first-child:before {
	content: none;
	padding: 0;
}

.breadcrumb li a {
	color: #fff;
}

/* pagetop
======================================================= */

.pagetop {
	position: absolute;
	z-index: 10;
	right: 40px;
	bottom: 0;
}

.pagetop a {
	float: left;
	padding-top: 60px;
	height: 0;
	margin: 0;
	overflow: hidden;
	outline: none;
	background: #143C96 url(../img/pagetop.svg) no-repeat 50% 50%;
	width: 60px;
}

/* footer
======================================================= */

footer {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #143C96;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .f_top {
	background: #143C96 url(../img/bg_footer.png) no-repeat center bottom;
}

footer .f_top .inner {
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0 55px;
}

footer .f_top .inner .nav01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 20px;
}

footer .f_top .inner .nav01 li {
	margin: 0 0 15px;
	padding: 0 30px;
	border-left: 1px solid rgba(255,255,255,.3);
}

footer .f_top .inner .nav01 li:nth-child(6),
footer .f_top .inner .nav01 li:last-child {
	border-right: 1px solid rgba(255,255,255,.3);
}

footer .f_top .inner .nav01 li a {
	color: rgba(255,255,255,.9);
	text-decoration: none;
}

footer .f_top .inner .nav01 li a:hover {
	text-decoration: underline;
}

footer .f_top .inner .nav02 {
	display: flex;
	justify-content: center;
}

footer .f_top .inner .nav02 li {
	padding: 0 20px;
}

footer .f_top .inner .nav02 li a {
	color: rgba(255,255,255,.7);
	text-decoration: none;
}

footer .f_top .inner .nav02 li a:hover {
	text-decoration: underline;
}

footer .f_btm {
	background: #F3F4F8;
}

footer .f_btm .inner {
	display: flex;
	align-items: center;
	width: 1080px;
	margin: 0 auto;
	padding: 60px 0;
}

footer .f_btm .inner .address {
	width: 280px;
	margin: 0 0 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

footer .f_btm .inner .address .tit {
	font-size: 14px;
	font-size: 1.4rem;
}

footer .f_btm .inner .sns {
	display: flex;
	align-items: center;
	margin: 0 0 0 60px;
}

footer .f_btm .inner .sns li {
	margin: 0 0 0 40px;
}

footer .f_btm .inner .sns li:first-child {
	margin: 0;
}

footer .f_btm .inner .copy {
	margin-left: auto;
	font-size: 12px;
	font-size: 1.2rem;
}

/* ボタン
======================================================= */

.common_btn {
	display: table;
	width: 100%;
	max-width: 360px;
	height: 58px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.common_btn a {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 40px;
	border: 1px solid #143C96;
	color: #143C96;
	text-decoration: none;
	text-align: center;
	background: url(../img/arw.svg) no-repeat right 21px center;
	border-radius: 3px;
}

.common_btn.blank a {
	padding: 8px 40px;
	background: url(../img/ico_blank.svg) no-repeat right 19px center;
}

.common_btn.down a {
	padding: 8px 40px;
	background: url(../img/arw_down.svg) no-repeat right 19px center;
}

.common_btn_s {
	display: table;
	width: 100%;
	max-width: 315px;
	height: 48px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}

.common_btn_s a {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 40px;
	border: 1px solid #143C96;
	color: #143C96;
	text-decoration: none;
	text-align: center;
	background: url(../img/arw.svg) no-repeat right 21px center;
	border-radius: 3px;
}

.common_btn_s.blank a {
	padding: 8px 40px;
	background: url(../img/ico_blank.svg) no-repeat right 19px center;
}

.common_btn_s.down a {
	padding: 8px 40px;
	background: url(../img/arw_down.svg) no-repeat right 19px center;
}


.fixed_btn {
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 11;
	text-align: center;
}

.fixed_btn .txt {
	padding: 3px 50px 5px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: #143C96 url(../img/arw_w.svg) no-repeat right 13px center;
}

.fixed_btn .fixed_btn_close_label,
.fixed_btn a {
	transition: opacity .3s, visibility 0s .3s;
}

.fixed_btn input[name="fixed_btn"]:checked + .fixed_btn_close_label,
.fixed_btn input[name="fixed_btn"]:checked + .fixed_btn_close_label + a {
	opacity: 0;
	visibility: hidden;
}

.fixed_btn .fixed_btn_close_label {
	position: absolute;
	bottom: 99.9%;
	right: 0;
	width: 28px;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
	z-index: 1;
	cursor: pointer;
}

.fixed_btn .fixed_btn_close_label::before,
.fixed_btn .fixed_btn_close_label::after {
	content: "";
	position: absolute;
	left: calc(50% - 9px);
	top: calc(50% - 1px);
	width: 18px;
	height: 2px;
	background: #464954;
	transform: rotate(45deg);
}
.fixed_btn .fixed_btn_close_label::after {transform: rotate(-45deg);}

/* CV
======================================================= */

.common_cv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: fit-content;
	margin: 0 auto 80px;
	border: 1px solid #143C96;
	padding: 20px 60px;
	box-sizing: border-box;
	border-radius: 3px;
}

.common_cv .tit {
	margin-right: 20px;
	font-size: 24px;
	font-size: 2.4rem;
}

.common_cv .tel {
	display: block;
	padding: 0 0 0 51px;
	color: #2D2F36;
	text-decoration: none;
	line-height: 1.5;
	background: url(../img/ico_tel.svg) no-repeat 0 1em;
	pointer-events: none;
}

.common_cv .tel .num {
	display: block;
	font-size: 40px;
	font-size: 4.0rem;
	font-style: italic;
	color: #143C96;
}

/* 汎用スタイル設定
======================================================= */

.iframe iframe {
	width: 100%;
} 

.gmap iframe {
	width: 100%;
	height: 600px;
} 

.arw a {
	padding: 0 19px 0 0;
	background: url(../img/arw.svg) no-repeat right .4em;
}

.blank a {
	padding: 0 22px 0 0;
	background: url(../img/ico_blank.svg) no-repeat right .3em;
}

.pdf a {
	padding: 0 23px 0 0;
	background: url(../img/ico_pdf.svg) no-repeat right .2em;
}

.top_back {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #6A6D78;
	text-align: center;
}

.top_back a {
	padding: 0 15px;
}

.blue {
	color: #143C96;
}

span.texts {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}
span.textn {
	display: inline-block;
}
span.textl {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}
span.textll {
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
}
span.textxl {
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
}
span.textxxl {
	display: inline-block;
	font-size: 28px;
	font-size: 2.8rem;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	font-size: 1.6rem;
}

table.nbr,
table.tbr table.nbr {
	border-collapse: collapse;
	border-top: none;
	border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
	font-weight: bold;
	padding: 0;
	border-right: none;
	border-bottom: none;
	text-align: center;
}

table.nbr td,
table.tbr table.nbr td {
	padding: 0;
	text-align: center;
	border-right: none;
	border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
	border-collapse: collapse;
	border-top: 1px solid #D2D4DB;
	border-left: 1px solid #D2D4DB;
}

table.tbr th,
table.nbr table.tbr th {
	font-weight: bold;
	padding: 16px;
	text-align: center;
	border-right: 1px solid #D2D4DB;
	border-bottom: 1px solid #D2D4DB;
	background: #F3F4F8;
	line-height: 1.6;
}

table.tbr td,
table.nbr table.tbr td {
	padding: 16px;
	text-align: center;
	border-right: 1px solid #D2D4DB;
	border-bottom: 1px solid #D2D4DB;
}


.tac { text-align: center !important; }
.tal { text-align: left !important; }
.tar { text-align: right !important; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }

.pc_none { display: none !important; }
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
*:after {
	display: block;
	clear: both;
}

/* ちらつき防止
======================================================= */

.overimg {
	box-shadow: #fff 0 0 0;
}

.overimg:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	background: #fff¥9;
}

/* slick
======================================================= */

.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider * {
	outline: none;
	vertical-align: top;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
	margin: 0 auto;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	background: #2D2F36 url(../img/slides_prev.svg) no-repeat center center;
}

.slick-next {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 1;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	background: #2D2F36 url(../img/slides_next.svg) no-repeat center center;
}

.slide-arrow {
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.slide-arrow:hover {
	opacity: 0.7;
}

.slick-dots {
	position: absolute;
	bottom: -42px;
	left: 0;
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 2px;
	margin: 0 5px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #D2D4DB;
	cursor: pointer;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
	background: #143C96;
}

.slide-arrow.slick-disabled {
    display: none !important;
}
