@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   sp_master.css
 *
 ********************************************************************** */

/* RESET
======================================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

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

html { font-size: 62.5%; }

body {
	padding: 0 0 90px;
	font: 1.0rem 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
	text-align: left;
	color: #2D2F36;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
	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,
.list-style01 li:before,
.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 .nav_btm .lang,
.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;
}

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

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

iframe {
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.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 {
	opacity: 1 !important;
}

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

/* 全体のレイアウト設定
======================================================= */

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

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

.wrapper .main {
	padding: 48px 5% 1px;
}

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

header {
	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 header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	background: none;
	box-shadow: none;
}

header .logo {
	width: 68px;
	margin: 0 auto;
	padding: 5px 5%;
}

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

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

header .head_r .nav_top,
header .reserve_btn {
	display: none;
}

header .head_r .nav_btm {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: calc(100% - 90px);
	overflow: auto;
	padding: 0 0 20px;
	box-sizing: border-box;
	background: #fff;
}

header .head_r .nav_btm > ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #D2D4DB;
	list-style: none;
	font-size: 1.4rem;
	font-weight: 500;
}

header .head_r .nav_btm > ul > li {
	border-bottom: 1px solid #D2D4DB;
}

header .head_r .nav_btm > ul > li > a {
	display: block;
	padding: 20px 55px 20px 30px;
	color: #143C96;
	text-decoration: none;
	background: url(../img/arw.svg) no-repeat right 31px center;
	background-size: 9px auto;
}

header .head_r .nav_btm > ul > li > .trigger {
	display: block;
	padding: 20px 55px 20px 30px;
	color: #143C96;
	background: url(../img/ico_open.svg) no-repeat right 30px center;
	background-size: 10px auto;
}

header .head_r .nav_btm > ul > li > .trigger.active {
	background: #F3F4F8 url(../img/ico_close.svg) no-repeat right 30px center;
	background-size: 10px auto;
}

header .head_r .nav_btm > ul > li > .accordion {
	margin: 0;
	padding: 0 30px;
	list-style: none;
	font-size: 1.3rem;
	background: #F3F4F8;
}

header .head_r .nav_btm > ul > li > .accordion li {
	border-top: 1px solid #D2D4DB;
}

header .head_r .nav_btm > ul > li > .accordion li a {
	display: block;
	padding: 20px 25px 20px 0;
	color: #143C96;
	text-decoration: none;
	background: url(../img/arw.svg) no-repeat right 0 center;
	background-size: 9px auto;
}

header .nav_btm > ul > li > a .en {
	display: none;
}

header .nav_btm .lang {
	width: 185px;
	border: 1px solid rgba(106,109,120,.3);
	box-sizing: border-box;
	margin: 20px auto;
	border-radius: 3px;
	font-size: 1.2rem;
	color: #6A6D78;
	text-align: center;
}

header .nav_btm .lang .trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: #6A6D78;
	transition: .3s;
}

header .nav_btm .lang .trigger:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: url(../img/ico_lang.svg) no-repeat 0 0;
	background-size: 100% auto;
}


header .nav_btm .lang .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	text-align: center;
	background: #F3F4F8;
	overflow: hidden;
}

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

header .nav_btm .lang .accordion li[data-stt-active] {
	background: #fff;
}

header .sp_menu {
	position: fixed;
	display: flex;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 21;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(45,47,54,0.1);
}

header .sp_menu li {
	/*width: 20%;*/
	width: 25%;
	box-sizing: border-box;
}

header .sp_menu li + li {
	border-left: 1px solid #143C96;
}

header .sp_menu li a {
	display: flex;
	justify-content: center;
	height: 90px;
	padding: 47px 0 0;
	box-sizing: border-box;
	color: #143C96;
	text-decoration: none;
}

header .sp_menu li.access a {
	background: url(../img/sp/ico_access.svg) no-repeat center 9px;
}

header .sp_menu li.tel a {
	background: url(../img/sp/ico_tel.svg) no-repeat center 9px;
}

header .sp_menu li.reserve01 a {
	padding-top: 40px;
	color: #fff;
	background: #143C96 url(../img/sp/ico_reserve01.svg) no-repeat center 9px;
}

header .sp_menu li.reserve02 {
	border-left-color: #fff;
}

header .sp_menu li.reserve02 a {
	color: #fff;
	background: #8D1F3E url(../img/sp/ico_reserve02.svg) no-repeat center 9px;
}

header .sp_menu .sp_trigger {
	/*width: 20%;*/
	width: 25%;
	height: 90px;
	padding: 47px 0 0;
	border-left: none;
	box-sizing: border-box;
	font-size: 1.1rem;
	font-weight: 600;
	color: #143C96;
	text-align: center;
	background: #fff url(../img/sp/menu_open.svg) center 16px no-repeat;
}

header .sp_menu .sp_trigger:before {
	content: 'MENU';
}

header .sp_menu .sp_trigger.active {
	color: #fff;
	background: #6A6D78 url(../img/sp/menu_close.svg) center 14px no-repeat;
}
header .sp_menu .sp_trigger.active:before {
	content: 'CLOSE';
}

header .home_btn {
	position: fixed;
	bottom: 150px;
	right: -50px;
	z-index: 1;
	height: auto;
	display: block;
	transition: right .3s;
}

header .home_btn.active {
	right: 0;
}

header .home_btn a {
	display: block;
	width: 50px;
	height: 0px;
	padding-top: 50px;
	border-radius: 3px 0 0 3px;
	background: #143C96 url(../img/sp/ico_home.svg) no-repeat 50% 50%;
}


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

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

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

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

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

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

.page_tit {
	min-height: 176px;
	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: 90%;
	min-height: 176px;
	margin: 0 auto;
}

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


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

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

.wrapper .block h2 .time {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
	padding: 6px 10px;
	font-size: 1.4rem;
	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: 1.8rem;
	font-weight: normal;
	line-height: 1.6;
	color: #143C96;
	margin: 0 0 30px;
	padding: 0 0 0 25px;
	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: 2.2rem;
	font-weight: normal;
	font-style: italic;
	color: #2D2F36;
	line-height: 1.1;
	letter-spacing: 0;
	background: #F3F4F8;
}

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

/* パンくずのレイアウト設定
======================================================= */

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

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

.breadcrumb li:before {
	content: '/';
	padding: 0 5px 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: fixed !important;
	bottom: 95px !important;
	right: -50px !important;
	height: auto !important;
	display: block !important;
	transition: right .3s;
}

.pagetop.active {
	right: 0 !important;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 0px;
	padding-top: 50px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	border-radius: 3px 0 0 3px;
	background: #143C96 url(../img/pagetop.svg) no-repeat 50% 50%;
	background-size: 15px auto;
}


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

footer {
	font-size: 1.2rem;
	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;
	background-size: auto 50px;
}

footer .f_top .inner {
	padding: 30px 5% 15px;
}

footer .f_top .inner .nav01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 320px;
	margin: 0 auto;
	font-size: 1.2rem;
}

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

footer .f_top .inner .nav01 li:nth-child(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;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 280px;
	margin: 0 auto;
	font-size: 1.1rem;
}

footer .f_top .inner .nav02 li {
	margin: 0 0 12px;
	padding: 0 7px;
}

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;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 5%;
}

footer .f_btm .inner .logo {
	width: 102px;
}

footer .f_btm .inner .address {
	width: calc(100% - 122px);
	margin: 0 0 0 20px;
	font-size: 1.2rem;
}

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

footer .f_btm .inner .sns {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 25px 0;
}

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

footer .f_btm .inner .copy {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
}

/* 電話
======================================================= */

.tel a {
	cursor: pointer !important;
	text-decoration: none;
	pointer-events: auto !important;
}

/* Youtube
======================================================= */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

.common_btn {
	display: table;
	width: 100%;
	height: 45px;
	margin: 0 auto;
	font-size: 1.4rem;
	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 16px center;
	border-radius: 3px;
}

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

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

.common_btn_s {
	display: table;
	width: 100%;
	height: 45px;
	margin: 0 auto;
	font-size: 1.4rem;
}

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

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

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

.fixed_btn {
	position: fixed;
	bottom: 210px;
	right: 0;
	z-index: 10;
	text-align: center;
}

.fixed_btn .txt {
	padding: 3px 20px 5px;
	font-size: 1.0rem;
	font-weight: bold;
	color: #fff;
	background: #143C96 url(../img/arw_w.svg) no-repeat right 6px center;
	background-size: 7px auto;
}

.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: 22px;
	height: 22px;
	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% - 7px);
	top: calc(50% - 1px);
	width: 14px;
	height: 2px;
	background: #464954;
	transform: rotate(45deg);
}
.fixed_btn .fixed_btn_close_label::after {transform: rotate(-45deg);}


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

.common_cv {
	margin: 0 0 40px;
	border: 1px solid #143C96;
	padding: 20px 5%;
	border-radius: 3px;
	font-size: 1.4rem;
	text-align: center;
}

.common_cv .tit {
	font-size: 1.8rem;
}

.common_cv .tel {
	display: inline-block;
	padding: 0 0 0 40px;
	color: #2D2F36;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	background: url(../img/ico_tel.svg) no-repeat 0 1.3em;
	background-size: 30px auto;
}

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

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

.iframe,
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.iframe iframe,
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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: 1.2rem;
}
span.textn {
	display: inline-block;
}
span.textl {
	display: inline-block;
	font-size: 1.8rem;
}
span.textll {
	display: inline-block;
	font-size: 2.0rem;
}
span.textxl {
	display: inline-block;
	font-size: 2.4rem;
}
span.textxxl {
	display: inline-block;
	font-size: 2.8rem;
}

table {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	font-size: 1.4rem;
}

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

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

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;
	word-break: break-all;
}

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

table.tbr.s_tbl th,
table.tbr.s_tbl td {
	padding: 4px;
	font-size: 1.2rem;
}

/*テーブルbasic02設定*/

table.tbr {
	width: 100%;
}

table.sp_tbr th,
table.sp_tbr td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
	border-left: none;
}

table.sp_tbr td {
	padding: 16px;
}

table.sp_tbr td[data-title]:before {
	content: attr(data-title) " :";
	font-weight: bold;
	padding: 0 10px 0 0;
	text-transform: none;
	display: block;
	float: left;
}

table.sp_tbr td span {
	display: block;
	overflow: hidden;
}

.scroll_tbl {
	overflow: auto;
}

.scroll_tbl .tbr {
	width: 640px;
	font-size: 1.2rem;
}

.scroll_tbl .tbr tr th,
.scroll_tbl .tbr tr td {
	padding: 16px 8px;
}

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

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

/* 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: 44px;
	height: 44px;
	margin: -22px 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: 44px;
	height: 44px;
	margin: -22px 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;
}
