@charset "UTF-8";
/* --------------------------------------------

  FileName  : style.css
  Generator : Sass

-------------------------------------------- */
@font-face {
	font-family: "icon";
	src: url("./fonts/icon.eot");
	src: url("./fonts/icon.eot?#iefix") format("eot"), url("./fonts/icon.woff") format("woff"), url("./fonts/icon.ttf") format("truetype"), url("./fonts/icon.svg#icon") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swipe;
}

@font-face {
	font-family: "icon";
	src: url("/assets/icon/icon.eot");
	src: url("/assets/icon/icon.eot?#iefix") format("eot"), url("/assets/icon/icon.woff") format("woff"), url("/assets/icon/icon.ttf") format("truetype"), url("/assets/icon/icon.svg#icon") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swipe;
}

/*
html5doctor.com Reset Stylesheet
v1.2
2009-07-15
Author: Richard Clark - http://richclarkdesign.com
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video, source {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	color: #222;
}

article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu, main {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	font-style: italic;
	font-weight: 600;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1rem 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

* {
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
}

::-moz-selection {
	color: #fff;
	background: #87b1da;
}

::selection {
	color: #fff;
	background: #87b1da;
}

@-ms-viewport {
	width: auto;
}

:root {
	--scroll-bar: 0px;
}

strong,
b {
	font-weight: 700;
}

html {
	position: relative;
	color: #222;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 100%;
}

body {
	position: relative;
	font-weight: 500;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "pkna" 1;
	        font-feature-settings: "pkna" 1;
	padding: 0 40px;
}

body::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 450px;
	background: -webkit-linear-gradient(top, #BAEEFF 0%, transparent 100%);
	background: linear-gradient(to bottom, #BAEEFF 0%, transparent 100%);
	z-index: -1;
}

a {
	color: #087AAD;
	text-decoration: underline;
}

section > :first-child,
aside > :first-child,
nav > :first-child {
	margin-top: 0;
}

section > :last-child,
aside > :last-child,
nav > :last-child {
	margin-bottom: 0;
}

article:not([class]) {
	margin-bottom: 4rem;
}

article:not([class]):before, article:not([class]):after {
	display: table;
	content: '';
}

article:not([class]):after {
	clear: both;
}

article:not([class]) > :last-child {
	margin-bottom: 0;
}

article:not([class]) p:not([class]):before, article:not([class]) p:not([class]):after,
article:not([class]) p[class^="sw-"]:before,
article:not([class]) p[class^="sw-"]:after,
article:not([class]) p[class^="-"]:before,
article:not([class]) p[class^="-"]:after {
	display: table;
	content: '';
}

article:not([class]) p:not([class]):after,
article:not([class]) p[class^="sw-"]:after,
article:not([class]) p[class^="-"]:after {
	clear: both;
}

h1:not([class]),
h1[class^="sw-"],
h1[class^="-"] {
	position: relative;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0.75rem 1rem 0.75rem calc(1.5rem + 18px);
	margin-bottom: 2.5rem;
	border-top: 4px solid #087AAD;
	background: #fff;
	border-bottom: 1px solid #cecece;
}

h1:not([class])::before,
h1[class^="sw-"]::before,
h1[class^="-"]::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 16px;
	left: 1rem;
	width: 18px;
	height: 18px;
	border: 4px solid #087AAD;
	border-radius: 50%;
	margin-top: -9px;
}

h2:not([class]),
h2[class^="sw-"],
h2[class^="-"] {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	padding: 0.25rem 0 0.25rem calc(1rem - 5px);
	border-left: 5px solid #087AAD;
}

h3:not([class]),
h3[class^="sw-"],
h3[class^="-"] {
	font-size: 1.125rem;
	line-height: 1.35;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #cecece;
}

h4:not([class]),
h4[class^="sw-"],
h4[class^="-"] {
	position: relative;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	padding-left: calc(0.75rem + 12px);
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

h4:not([class])::before,
h4[class^="sw-"]::before,
h4[class^="-"]::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	height: 2px;
	background: #087AAD;
	margin-top: -1px;
}

h5:not([class]),
h5[class^="sw-"],
h5[class^="-"] {
	font-size: 1.125rem;
	font-weight: 700;
	color: #087AAD;
	line-height: 1.35;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

h6:not([class]),
h6[class^="sw-"],
h6[class^="-"] {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

p:not([class]),
p[class^="sw-"],
p[class^="-"] {
	margin-bottom: 1.5rem;
}

ul:not([class]),
ul[class^="sw-"],
ul[class^="-"] {
	margin-bottom: 1.5rem;
}

ul:not([class]) > li:not([class]),
ul:not([class]) > li[class^="sw-"],
ul:not([class]) > li[class^="-"],
ul[class^="sw-"] > li:not([class]),
ul[class^="sw-"] > li[class^="sw-"],
ul[class^="sw-"] > li[class^="-"],
ul[class^="-"] > li:not([class]),
ul[class^="-"] > li[class^="sw-"],
ul[class^="-"] > li[class^="-"] {
	position: relative;
	padding-left: 1.25em;
}

ul:not([class]) > li:not([class])::before,
ul:not([class]) > li[class^="sw-"]::before,
ul:not([class]) > li[class^="-"]::before,
ul[class^="sw-"] > li:not([class])::before,
ul[class^="sw-"] > li[class^="sw-"]::before,
ul[class^="sw-"] > li[class^="-"]::before,
ul[class^="-"] > li:not([class])::before,
ul[class^="-"] > li[class^="sw-"]::before,
ul[class^="-"] > li[class^="-"]::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.7em;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #087AAD;
}

ol:not([class]),
ol[class^="sw-"],
ol[class^="-"] {
	counter-reset: ol;
	margin-bottom: 1.5rem;
}

ol:not([class]) > li:not([class]),
ol:not([class]) > li[class^="sw-"],
ol:not([class]) > li[class^="-"],
ol[class^="sw-"] > li:not([class]),
ol[class^="sw-"] > li[class^="sw-"],
ol[class^="sw-"] > li[class^="-"],
ol[class^="-"] > li:not([class]),
ol[class^="-"] > li[class^="sw-"],
ol[class^="-"] > li[class^="-"] {
	counter-increment: ol;
	padding-left: 1.25em;
	text-indent: -1.25em;
}

ol:not([class]) > li:not([class]) > *,
ol:not([class]) > li[class^="sw-"] > *,
ol:not([class]) > li[class^="-"] > *,
ol[class^="sw-"] > li:not([class]) > *,
ol[class^="sw-"] > li[class^="sw-"] > *,
ol[class^="sw-"] > li[class^="-"] > *,
ol[class^="-"] > li:not([class]) > *,
ol[class^="-"] > li[class^="sw-"] > *,
ol[class^="-"] > li[class^="-"] > * {
	text-indent: 0;
}

ol:not([class]) > li:not([class]) > :last-child,
ol:not([class]) > li[class^="sw-"] > :last-child,
ol:not([class]) > li[class^="-"] > :last-child,
ol[class^="sw-"] > li:not([class]) > :last-child,
ol[class^="sw-"] > li[class^="sw-"] > :last-child,
ol[class^="sw-"] > li[class^="-"] > :last-child,
ol[class^="-"] > li:not([class]) > :last-child,
ol[class^="-"] > li[class^="sw-"] > :last-child,
ol[class^="-"] > li[class^="-"] > :last-child {
	margin-bottom: 0;
}

ol:not([class]) > li:not([class])::before,
ol:not([class]) > li[class^="sw-"]::before,
ol:not([class]) > li[class^="-"]::before,
ol[class^="sw-"] > li:not([class])::before,
ol[class^="sw-"] > li[class^="sw-"]::before,
ol[class^="sw-"] > li[class^="-"]::before,
ol[class^="-"] > li:not([class])::before,
ol[class^="-"] > li[class^="sw-"]::before,
ol[class^="-"] > li[class^="-"]::before {
	content: counter(ol) ".";
	display: inline-block;
	color: #087AAD;
	min-width: 1.25em;
	text-indent: 0;
}

dl:not([class]),
dl[class^="sw-"],
dl[class^="-"] {
	margin-bottom: 1.5rem;
}

table:not([class]),
table[class^="sw-"],
table[class^="-"] {
	width: 100%;
	margin: 2rem 0;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

table:not([class]) caption,
table[class^="sw-"] caption,
table[class^="-"] caption {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 0.75rem;
	line-height: 1.35;
}

table:not([class]) th,
table:not([class]) td,
table[class^="sw-"] th,
table[class^="sw-"] td,
table[class^="-"] th,
table[class^="-"] td {
	padding: 0.75rem 1rem;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

table:not([class]) th > :last-child,
table:not([class]) td > :last-child,
table[class^="sw-"] th > :last-child,
table[class^="sw-"] td > :last-child,
table[class^="-"] th > :last-child,
table[class^="-"] td > :last-child {
	margin-bottom: 0;
}

table:not([class]) th,
table[class^="sw-"] th,
table[class^="-"] th {
	text-align: left;
	background: #eee;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	line-height: 1;
}

figure {
	text-align: center;
}

figure:not([class]), figure[class^="sw-"], figure[class^="-"] {
	margin-bottom: 1.5rem;
}

figcaption {
	text-align: center;
	margin-top: 0.75rem;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

sub {
	font-size: smaller;
	vertical-align: sub;
}

.sw-Loading {
	position: relative;
	width: 48px;
	height: 48px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.hero-Container .sw-Loading {
	z-index: 10;
}

.hero-Container.-play .sw-Loading {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
}

.sw-Loading.-c {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.sw-Loading_Item {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.sw-Loading_Item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #087AAD;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	        animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	        transform-origin: 100% 100%;
}

.sw-Loading_Item:nth-child(2) {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	        transform: scale(1.1) rotateZ(90deg);
}

.sw-Loading_Item:nth-child(2)::before {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.sw-Loading_Item:nth-child(4) {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	        transform: scale(1.1) rotateZ(180deg);
}

.sw-Loading_Item:nth-child(4)::before {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}

.sw-Loading_Item:nth-child(3) {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	        transform: scale(1.1) rotateZ(270deg);
}

.sw-Loading_Item:nth-child(3)::before {
	-webkit-animation-delay: 0.9s;
	        animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		        transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		        transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		        transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		        transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		        transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		        transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.sw-L {
	text-align: left;
}

.sw-C {
	text-align: center;
}

.sw-R {
	text-align: right;
}

.sw-TelLink.-disable {
	cursor: default;
	color: #222;
	text-decoration: none;
}

.st-Footer .sw-TelLink.-disable {
	color: #fff;
}

.sw-Large {
	font-size: 125%;
	vertical-align: -1px;
}

.sw-Small {
	font-size: 75%;
}

.st-Address {
	text-align: center;
	font-style: normal;
	font-size: 0.875rem;
	margin-bottom: 2rem;
}

.st-Address > b {
	font-weight: 700;
}

.st-Contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto 7.5rem;
}

.st-Contents_Hero {
	width: 100%;
	margin-bottom: 2.5rem;
}

.st-Footer {
	margin: 0 -40px;
	padding: 2.5rem 40px 4rem;
	background: #087AAD;
}

.st-Footer_Inner {
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.st-Footer_Copyright {
	text-align: center;
	font-size: 0.75rem;
}

.st-Header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1200px;
	height: 120px;
	margin: 0 auto;
}

.st-Header_Logo {
	line-height: 1;
}

.st-Header_Logo > a {
	font-size: 2.25rem;
	font-weight: 700;
	text-decoration: none;
	color: #222;
}

.st-Main {
	width: 71.6667%;
}

.st-Main > :last-child {
	margin-bottom: 0;
}

.st-Menu {
	display: none;
}

.st-Menu.-expanded {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.st-Menu_Item {
	display: block;
	position: absolute;
	left: 50%;
	width: 30px;
	height: 1px;
	background: #fff;
	border-radius: 0;
	margin-left: -15px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.st-Menu_Item:nth-of-type(1) {
	top: 22px;
}

.st-Menu.-expanded .st-Menu_Item:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	        transform: translateY(8px) rotate(-45deg);
}

.st-Menu_Item:nth-of-type(2) {
	top: 30px;
}

.st-Menu.-expanded .st-Menu_Item:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}

.st-Menu_Item:nth-of-type(3) {
	top: 38px;
}

.st-Menu.-expanded .st-Menu_Item:nth-of-type(3) {
	opacity: 0;
}

.st-Sub {
	width: calc(28.3333% - 40px);
	margin-left: 40px;
}

.st-Sub_Inner > :last-child {
	margin-bottom: 0;
}

.c-Btn {
	margin-bottom: 1.5rem;
}

.c-Btn > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.125rem;
	width: 100%;
	max-width: 384px;
	height: 100px;
	background: #087AAD;
	border: 1px solid #087AAD;
	border-radius: 10px;
	margin: 0 auto;
	-webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.c-Btn.-w > a {
	color: #087AAD;
	background: #fff;
	border-color: #087AAD;
}

.c-Gallery {
	margin: 2rem 0;
}

.c-Gallery_Row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -2rem -1rem 0;
}

.c-Gallery_Item {
	margin: 2rem 1rem 0;
}

.c-Grid {
	margin-bottom: 1.5rem;
}

.c-Grid_Row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -24px -12px 0;
}

.c-Grid.-c .c-Grid_Row {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-Grid.-m .c-Grid_Row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.c-Grid_Item {
	margin: 24px 12px 0;
}

.c-Grid_Item.-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.c-Grid_Item > :first-child {
	margin-top: 0;
}

.c-Grid_Item > :last-child {
	margin-bottom: 0;
}

.c-Grid.-col-2 .c-Grid_Item {
	width: calc(50% - 24px);
}

.c-Grid.-col-3 .c-Grid_Item {
	width: calc(33.33333% - 24px);
}

.c-Grid.-col-4 .c-Grid_Item {
	width: calc(25% - 24px);
}

.c-Header {
	border-bottom: 2px solid #087AAD;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

.c-Header_Title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.5rem;
}

.c-Header_Title > a {
	color: #222;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.c-Header_Bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 -10px;
}

.c-Header_Date {
	margin: 0 10px;
}

.c-Header_Category {
	margin: 0 10px;
	padding: 0.5rem 10px;
	min-width: 120px;
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1;
	background: #C3A70C;
	border-radius: 5px;
}

.c-ImgGrid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
}

.c-ImgGrid_Item {
	margin: 0 20px;
}

.c-ImgGrid_Item.-company-logo {
	max-width: 430px;
	width: calc(100% - 40px);
}

.c-ImgGrid_Body {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
	margin: 0 20px;
}

.c-ImgGrid_Body > :last-child {
	margin-bottom: 0;
}

.c-Pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 2.5rem -2px 1.5rem;
}

.c-Pagination_Item {
	display: block;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 5px;
	margin: 4px 2px 0;
	text-decoration: none;
}

.c-Pagination_Item.-current {
	color: #fff;
	background: #087AAD;
}

.c-Pagination_Item.-prev {
	padding: 0 5px;
}

.c-Pagination_Item.-next {
	padding: 0 5px;
}

a.c-Pagination_Item {
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

img.alignnone, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	float: left;
	display: block;
	margin-right: 1rem;
	max-width: calc(50% - 1rem);
	margin-bottom: 1rem;
}

img.alignright {
	float: right;
	display: block;
	margin-left: 1rem;
	max-width: calc(50% - 1rem);
	margin-bottom: 1rem;
}

.more-link {
	line-height: 1.35;
	padding: 0.35rem 15px;
	text-decoration: none;
	border: 1px solid #087AAD;
	border-radius: 5px;
	margin-left: auto;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.sub-Address > dt {
	font-weight: 700;
	font-size: 1.125rem;
}

.sub-Box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #cecece;
	margin-bottom: 40px;
}

.sub-Box_Title {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	min-height: 60px;
	padding: 0.75rem 20px 0.75rem 47px;
	color: #fff;
	font-size: 1.125rem;
	background: #087AAD;
}

.sub-Box_Title::before {
	position: absolute;
	top: 50%;
	left: 20px;
	color: #fff;
}

.sub-Box_Title.-category::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 500;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	content: "";
	font-size: 13px;
	margin-top: -6px;
}

.sub-Box_Title.-monthly::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 500;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	content: "";
	font-size: 20px;
	margin-top: -11px;
}

.sub-Box_Title.-recent::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 500;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	content: "";
	font-size: 20px;
	margin-top: -10px;
}

.sub-Box_Title.-link::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 500;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	content: "";
	font-size: 20px;
	margin-top: -10px;
}

.sub-Box_Title.-school::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 500;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	content: "";
	font-size: 18px;
	margin-top: -10px;
}

.sub-Box_Body {
	width: 100%;
	padding: 20px;
	background: #fff;
}

.sub-Links {
	line-height: 1.35;
}

.sub-Links > li {
	margin-bottom: 0.5rem;
}

.sub-Links > li:last-child {
	margin-bottom: 0;
}

.sub-Links > li > a {
	position: relative;
	display: block;
	color: #222;
	text-decoration: none;
	padding-left: 25px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sub-Links > li > a::before {
	content: '';
	display: block;
	border-left: 6px solid #087AAD;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 8px;
	top: 0.35em;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #000;
	opacity: 0;
	-webkit-transition-duration: inherit;
	        transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	        transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .8;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide.-business .fancybox-content {
	padding: 0 60px 60px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	        animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	width: 100%;
}

.fancybox-slide--html .fancybox-content {
	width: 100%;
	max-width: 1080px;
	max-height: 80%;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(8, 122, 173, .8);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	        animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	        transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	        transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	        transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	        transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	        transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	        transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	        transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/*
 * 	Core Swipe Table scss file
 */
.sw-Swipe {
	position: relative;
	margin-bottom: 1.75rem;
}

.sw-Swipe_Icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 1rem 10px;
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
	z-index: 10;
}

.sw-Swipe_Icon.-visible {
	opacity: 1;
	visibility: visible;
}

.sw-Swipe_Icon_Inner {
	position: relative;
	z-index: 12;
}

.sw-Swipe_Icon_Bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(34, 34, 34, .7);
	z-index: 11;
}

.sw-Swipe_Contents {
	position: relative;
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

.sw-Swipe_Contents > :first-child {
	margin-top: 0;
}

.sw-Swipe_Contents > :last-child {
	margin-bottom: 0;
}

.sw-Swipe_Caption {
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	margin-bottom: 1rem;
}

@media screen and (max-width: 1599px) {
	table {
		border-collapse: collapse;
	}
	.sw-Hidden.-wpc {
		display: none;
	}
	.fancybox-slide.-business .fancybox-content {
		padding: 0 calc(2.27437px + 3.61011vw) calc(2.27437px + 3.61011vw);
	}
}

@media screen and (max-width: 1199px) {
	table {
		border-collapse: collapse;
	}
	.sw-Hidden.-pc {
		display: none;
	}
}

@media screen and (max-width: 991px), print {
	table {
		border-collapse: collapse;
	}
	html {
		font-size: 15px;
	}
	body {
		padding: 0 30px;
	}
	body::before {
		height: 300px;
	}
	.sw-Hidden.-tbl {
		display: none;
	}
	.sub-Address .sw-TelLink.-disable {
		color: #fff;
	}
	.st-Contents_Hero {
		margin-bottom: 30px;
	}
	.st-Footer {
		margin: 0 -30px;
		padding: 2.5rem 30px 4rem;
	}
	.st-Header {
		height: 90px;
	}
	.st-Header_Logo > a {
		font-size: 2rem;
	}
	.st-Main {
		width: 100%;
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
	.st-Menu {
		display: block;
		position: fixed;
		right: 30px;
		bottom: 30px;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		padding: 0 0 0 60px;
		width: 0;
		height: 60px;
		white-space: nowrap;
		overflow: hidden;
		border: 0;
		border-radius: 50%;
		outline: 0;
		cursor: pointer;
		background: #087AAD;
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.st-Sub {
		position: fixed;
		top: calc(100% - 60px);
		left: calc(100% - 60px);
		right: 60px;
		bottom: 60px;
		width: auto;
		margin-left: 0;
		overflow: hidden;
		background: rgba(3, 53, 76, .9);
		-webkit-transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0.5s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0.5s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.st-Sub.-expanded {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	body.ie .st-Sub {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
		transition: opacity 0.5s linear, visibility 0.5s linear;
	}
	body.ie .st-Sub.-expanded {
		opacity: 1;
		visibility: visible;
	}
	.st-Sub_Inner {
		height: 100%;
		padding: 30px;
		overflow: auto;
	}
	.sub-Address {
		color: #fff;
	}
	.sub-Box {
		margin-bottom: 30px;
		border: 0;
	}
	.sub-Box_Title {
		min-height: 0;
		background: none;
		padding: 0 0 0 27px;
		margin-bottom: 1rem;
	}
	.sub-Box_Title::before {
		left: 0;
	}
	.sub-Box_Body {
		padding: 0;
		background: transparent;
	}
	.sub-Links > li > a {
		color: #fff;
	}
	.sub-Links > li > a::before {
		border-left-color: #fff;
		-webkit-transition: border-color 0.3s;
		transition: border-color 0.3s;
	}
}

@media screen and (max-width: 767px) {
	table {
		border-collapse: collapse;
	}
	html {
		font-size: 14px;
	}
	body {
		padding: 0 20px;
	}
	body::before {
		height: 200px;
	}
	h1:not([class]),
	h1[class^="sw-"],
	h1[class^="-"] {
		font-size: 1.28571rem;
	}
	h1:not([class])::before,
	h1[class^="sw-"]::before,
	h1[class^="-"]::before {
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}
	.sw-Hidden.-sp {
		display: none;
	}
	.st-Footer {
		margin: 0 -20px;
		padding: 2.5rem 20px 7.5rem;
	}
	.st-Header {
		height: 65px;
	}
	.st-Header_Logo > a {
		font-size: 1.42857rem;
	}
	.st-Menu {
		right: 20px;
		bottom: 20px;
	}
	.st-Menu_Item {
		width: 30px;
	}
	.st-Menu.-expanded .st-Menu_Item:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		        transform: translateY(7px) rotate(-45deg);
	}
	.st-Sub {
		top: calc(100% - 50px);
		left: calc(100% - 50px);
		right: 50px;
		bottom: 50px;
	}
	.st-Sub.-expanded {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	body.ie .st-Sub {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
		transition: opacity 0.5s linear, visibility 0.5s linear;
	}
	body.ie .st-Sub.-expanded {
		opacity: 1;
		visibility: visible;
	}
	.c-Btn > a {
		height: 80px;
	}
	.c-Gallery {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.c-Gallery_Item {
		margin: 0 0 1.5rem;
	}
	.c-Gallery_Item:last-child {
		margin-bottom: 0;
	}
	.c-Grid_Row {
		margin: -12px -6px 0;
	}
	.c-Grid_Item {
		margin: 12px 6px 0;
	}
	.c-Grid.-col-2 .c-Grid_Item {
		width: calc(100% - 12px);
	}
	.c-Grid.-col-3 .c-Grid_Item {
		width: calc(100% - 12px);
	}
	.c-Grid.-col-4 .c-Grid_Item {
		width: calc(100% - 12px);
	}
	.c-Grid.-col-sp-2 .c-Grid_Item {
		width: calc(50% - 12px);
	}
	.c-Grid.-col-sp-3 .c-Grid_Item {
		width: calc(33.33333% - 12px);
	}
	.c-Grid.-col-sp-4 .c-Grid_Item {
		width: calc(25% - 12px);
	}
	.c-Header_Title {
		font-size: 1.28571rem;
	}
	.c-Header_Bar {
		margin: 0 -5px;
	}
	.c-Header_Date {
		margin: 0 5px;
	}
	.c-Header_Category {
		margin: 0 5px;
	}
	.c-ImgGrid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.c-ImgGrid_Item {
		margin-bottom: 2.5rem;
	}
	.c-ImgGrid_Item.-company-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.c-ImgGrid_Item.-company-logo > img {
		max-width: 160px;
	}
	img.alignleft {
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	img.alignright {
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.fancybox-slide.-business .fancybox-content {
		padding: 0 20px 20px;
	}
}

@media screen and (max-width: 575px) {
	table {
		border-collapse: collapse;
	}
}

@media (pointer: fine) {
	a:hover {
		text-decoration: none;
	}
	.c-Btn > a:hover {
		color: #087AAD;
		background-color: #fff;
	}
	.c-Btn.-w > a:hover {
		color: #fff;
		background-color: #087AAD;
		border-color: #fff;
	}
	.c-Header_Title > a:hover {
		color: #087AAD;
	}
	a.c-Pagination_Item:hover {
		color: #fff;
		background: rgba(8, 122, 173, .5);
	}
	.more-link:hover {
		color: #fff;
		background: #087AAD;
	}
	.sub-Links > li > a:hover {
		color: #087AAD;
	}
}

@media (-ms-high-contrast: none) {
	a:hover {
		text-decoration: none;
	}
	.c-Btn > a:hover {
		color: #087AAD;
		background-color: #fff;
	}
	.c-Btn.-w > a:hover {
		color: #fff;
		background-color: #087AAD;
		border-color: #fff;
	}
	.c-Header_Title > a:hover {
		color: #087AAD;
	}
	a.c-Pagination_Item:hover {
		color: #fff;
		background: rgba(8, 122, 173, .5);
	}
	.more-link:hover {
		color: #fff;
		background: #087AAD;
	}
	.sub-Links > li > a:hover {
		color: #087AAD;
	}
}

@media (pointer: coarse) {
	a:active {
		text-decoration: none;
	}
	.c-Btn > a:active {
		color: #087AAD;
		background-color: #fff;
	}
	.c-Btn.-w > a:active {
		color: #fff;
		background-color: #087AAD;
		border-color: #fff;
	}
	.c-Header_Title > a:active {
		color: #087AAD;
	}
	a.c-Pagination_Item:active {
		color: #fff;
		background: rgba(8, 122, 173, .5);
	}
	.more-link:active {
		color: #fff;
		background: #087AAD;
	}
	.sub-Links > li > a:active {
		color: #087AAD;
	}
}

@media screen and (min-width: 1600px) {
	.sw-Hidden.-over-wpc {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.sw-Hidden.-over-pc {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.sw-Hidden.-over-tbl {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.sw-Hidden.-over-sp {
		display: none;
	}
}

@media screen and (pointer: fine) and (max-width: 991px), print and (pointer: fine) {
	.sub-Links > li > a:hover {
		color: #26b5f5;
	}
	.sub-Links > li > a:hover::before {
		border-left-color: #26b5f5;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 991px), print and (-ms-high-contrast: none) {
	.sub-Links > li > a:hover {
		color: #26b5f5;
	}
	.sub-Links > li > a:hover::before {
		border-left-color: #26b5f5;
	}
}

@media screen and (pointer: coarse) and (max-width: 991px), print and (pointer: coarse) {
	.sub-Links > li > a:active {
		color: #26b5f5;
	}
	.sub-Links > li > a:active::before {
		border-left-color: #26b5f5;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}
.sub-Links > li .children {
	margin-top: 0.5rem;
	padding-left: 25px;
}

.sub-Links > li .children > li > a {
	position: relative;
	display: block;
	color: #222;
	text-decoration: none;
	padding-left: 25px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sub-Links > li .children > li > a::before {
	content: '';
	display: block;
	border-left: 6px solid #087AAD;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 8px;
	top: 0.35em;
}
.sub-Links > li .children > li > a:hover {
	color: #087AAD;
}
