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

  FileName  : style.css
  Generator : Sass

-------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@font-face {
	font-family: "icon";
	src: url("/hospital/top/resident/assets/css/fonts/icon.eot");
	src: url("/hospital/top/resident/assets/css/fonts/icon.eot?#iefix") format("eot"), url("/hospital/top/resident/assets/css/fonts/icon.woff") format("woff"), url("/hospital/top/resident/assets/css/fonts/icon.ttf") format("truetype"), url("/hospital/top/resident/assets/css/fonts/icon.svg") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*
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 {
	font-weight: 700;
}

b {
	font-weight: 900;
}

html {
	color: #222;
	font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
}

body {
	position: relative;
	line-height: 1.875;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "pkna" 1;
	        font-feature-settings: "pkna" 1;
	background: url("/hospital/top/resident/assets/img/common/bg.webp") no-repeat top center/100% 375px;
}

.not-work-webp body {
	background-image: url("/hospital/top/resident/assets/img/common/bg.png");
}

a {
	color: #0F366D;
	text-decoration: underline;
}

h1:not([class]),
h1[class^="sw-"],
h1[class^="-"] {
	font-size: 2.28571rem;
	font-weight: 900;
	color: #0F366D;
	line-height: 1.3125;
	border-left: 8px solid #EB6D8E;
	margin-bottom: 4.285rem;
	padding-left: 16px;
}

h2:not([class]),
h2[class^="sw-"],
h2[class^="-"] {
	position: relative;
	font-size: 1.42857rem;
	color: #0F366D;
	font-weight: 900;
	line-height: 1.3125;
	margin-top: 5.714rem;
	margin-bottom: 2rem;
	padding: 1rem 0;
	border-top: 3px solid #dcdcdd;
	border-bottom: 1px solid #ddd;
}

h2:not([class])::before,
h2[class^="sw-"]::before,
h2[class^="-"]::before {
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: -3px;
	width: 200px;
	height: 3px;
	background: #0F366D;
}

section > h2:not([class]):first-child,
aside > h2:not([class]):first-child,
nav > h2:not([class]):first-child, section >
h2[class^="sw-"]:first-child,
aside >
h2[class^="sw-"]:first-child,
nav >
h2[class^="sw-"]:first-child, section >
h2[class^="-"]:first-child,
aside >
h2[class^="-"]:first-child,
nav >
h2[class^="-"]:first-child {
	margin-top: 0;
}

h3:not([class]),
h3[class^="sw-"],
h3[class^="-"] {
	font-size: 1.28571rem;
	font-weight: 900;
	color: #0F366D;
	line-height: 1.3125;
	margin-top: 4.285rem;
	margin-bottom: 1.5rem;
	padding-left: 1rem;
	border-left: 5px solid #0F366D;
}

section > h3:not([class]):first-child,
aside > h3:not([class]):first-child,
nav > h3:not([class]):first-child,
h2:not([class]) + h3:not([class]),
h2[class^="sw-"] + h3:not([class]),
h2[class^="-"] + h3:not([class]),
.c-H2 + h3:not([class]), section >
h3[class^="sw-"]:first-child,
aside >
h3[class^="sw-"]:first-child,
nav >
h3[class^="sw-"]:first-child,
h2:not([class]) +
h3[class^="sw-"],
h2[class^="sw-"] +
h3[class^="sw-"],
h2[class^="-"] +
h3[class^="sw-"],
.c-H2 +
h3[class^="sw-"], section >
h3[class^="-"]:first-child,
aside >
h3[class^="-"]:first-child,
nav >
h3[class^="-"]:first-child,
h2:not([class]) +
h3[class^="-"],
h2[class^="sw-"] +
h3[class^="-"],
h2[class^="-"] +
h3[class^="-"],
.c-H2 +
h3[class^="-"] {
	margin-top: 0;
}

h4:not([class]),
h4[class^="sw-"],
h4[class^="-"] {
	font-size: 1.28571rem;
	font-weight: 900;
	line-height: 1.3125;
	margin-top: 4.285rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

section > h4:not([class]):first-child,
aside > h4:not([class]):first-child,
nav > h4:not([class]):first-child,
h3:not([class]) + h4:not([class]),
h3[class^="sw-"] + h4:not([class]),
h3[class^="-"] + h4:not([class]),
.c-H3 + h4:not([class]), section >
h4[class^="sw-"]:first-child,
aside >
h4[class^="sw-"]:first-child,
nav >
h4[class^="sw-"]:first-child,
h3:not([class]) +
h4[class^="sw-"],
h3[class^="sw-"] +
h4[class^="sw-"],
h3[class^="-"] +
h4[class^="sw-"],
.c-H3 +
h4[class^="sw-"], section >
h4[class^="-"]:first-child,
aside >
h4[class^="-"]:first-child,
nav >
h4[class^="-"]:first-child,
h3:not([class]) +
h4[class^="-"],
h3[class^="sw-"] +
h4[class^="-"],
h3[class^="-"] +
h4[class^="-"],
.c-H3 +
h4[class^="-"] {
	margin-top: 0;
}

h5:not([class]),
h5[class^="sw-"],
h5[class^="-"] {
	font-size: 1.14286rem;
	font-weight: 900;
	color: #0F366D;
	margin-top: 2.85rem;
	margin-bottom: 1.5rem;
}

section > h5:not([class]):first-child,
aside > h5:not([class]):first-child,
nav > h5:not([class]):first-child,
h4:not([class]) + h5:not([class]),
h4[class^="sw-"] + h5:not([class]),
h4[class^="-"] + h5:not([class]),
.c-H4 + h5:not([class]), section >
h5[class^="sw-"]:first-child,
aside >
h5[class^="sw-"]:first-child,
nav >
h5[class^="sw-"]:first-child,
h4:not([class]) +
h5[class^="sw-"],
h4[class^="sw-"] +
h5[class^="sw-"],
h4[class^="-"] +
h5[class^="sw-"],
.c-H4 +
h5[class^="sw-"], section >
h5[class^="-"]:first-child,
aside >
h5[class^="-"]:first-child,
nav >
h5[class^="-"]:first-child,
h4:not([class]) +
h5[class^="-"],
h4[class^="sw-"] +
h5[class^="-"],
h4[class^="-"] +
h5[class^="-"],
.c-H4 +
h5[class^="-"] {
	margin-top: 0;
}

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

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

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

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

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

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: '';
	position: absolute;
	top: 0.85em;
	left: 5px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #0F366D;
}

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

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

.c-Grid.-fluid ol:not([class]), .c-Grid.-fluid
ol[class^="sw-"], .c-Grid.-fluid
ol[class^="-"] {
	counter-reset: none;
}

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

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.5em;
	text-indent: -1.5em;
}

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;
	min-width: 1.5em;
	text-indent: 0;
}

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

dl:not([class]) > dt,
dl[class^="sw-"] > dt,
dl[class^="-"] > dt {
	font-weight: 900;
}

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

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

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

table:not([class]).-fixed,
table[class^="sw-"].-fixed,
table[class^="-"].-fixed {
	table-layout: fixed;
}

table:not([class]) caption,
table[class^="sw-"] caption,
table[class^="-"] caption {
	font-size: 1.28571rem;
	font-weight: 900;
	text-align: left;
	color: #0F366D;
	margin-bottom: 1rem;
}

.sw-Swipe table:not([class]) caption, .sw-Swipe
table[class^="sw-"] caption, .sw-Swipe
table[class^="-"] caption {
	display: none;
}

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

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]).-comp th,
table:not([class]).-comp td,
table[class^="sw-"].-comp th,
table[class^="sw-"].-comp td,
table[class^="-"].-comp th,
table[class^="-"].-comp td {
	padding: 0.75rem 12px;
}

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

table:not([class]) thead th,
table[class^="sw-"] thead th,
table[class^="-"] thead th {
	color: #fff;
	background: #0F366D;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table:not([class]) thead th:last-child,
table[class^="sw-"] thead th:last-child,
table[class^="-"] thead th:last-child {
	border-right: 1px solid #0F366D;
}

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 {
	line-height: 1.5;
	text-align: center;
	margin-top: 0.75rem;
}

pre {
	margin-bottom: 2.85rem;
	padding: 1rem 20px;
	font-family: monospace;
	color: #fff;
	background: #666;
	width: 100%;
	overflow-x: auto;
}

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

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

ruby {
	ruby-position: before;
}

rt {
	font-size: 10px;
}

wbr::before {
	content: '\200B';
}

.sw-Frame {
	border: 1px solid #ddd;
}

.sw-Loading {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	-webkit-animation: loadSpin 2s linear infinite;
	        animation: loadSpin 2s linear infinite;
	-webkit-transition: opacity 1s, visibility 1s;
	transition: opacity 1s, visibility 1s;
}

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

.sw-Loading_Item {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	border: 8px solid #0F366D;
	border-radius: 50%;
	-webkit-animation: loadSpin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	        animation: loadSpin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #0F366D transparent transparent transparent;
}

.sw-Loading_Item:nth-child(1) {
	-webkit-animation-delay: -0.45s;
	        animation-delay: -0.45s;
}

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

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

.sw-Loading.-w .sw-Loading_Item {
	border-color: #fff transparent transparent transparent;
}

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

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

.sw-Mt-3l {
	margin-top: 8.57rem;
}

.sw-Mt-2l {
	margin-top: 7.142rem;
}

.sw-Mt-xl {
	margin-top: 5.714rem;
}

.sw-Mt-lg {
	margin-top: 4.285rem;
}

.sw-Mt-md {
	margin-top: 2.85rem;
}

.sw-Mb-3l {
	margin-bottom: 8.57rem;
}

.sw-Mb-2l {
	margin-bottom: 7.142rem;
}

.sw-Mb-xl {
	margin-bottom: 5.714rem;
}

.sw-Mb-lg {
	margin-bottom: 4.285rem;
}

.sw-Mb-md {
	margin-bottom: 2.85rem;
}

.sw-ObjectFit {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

.sw-ObjectFit.-contain {
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: 'object-fit: contain; object-position: center center;';
}

.sw-ObjectFit.-scale-down {
	-o-object-fit: scale-down;
	   object-fit: scale-down;
	font-family: 'object-fit: scale-down; object-position: center center;';
}

.sw-ObjectFit.-tc {
	-o-object-position: 50% 0;
	   object-position: 50% 0;
	font-family: 'object-fit: cover; object-position: 50% 0;';
}

.sw-ObjectFitVideo {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover; object-position: center center;';
}

.sw-ObjectFitVideo.-contain {
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: 'object-fit: contain; object-position: center center;';
}

.sw-ObjectFitVideo.-scale-down {
	-o-object-fit: scale-down;
	   object-fit: scale-down;
	font-family: 'object-fit: scale-down; object-position: center center;';
}

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

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

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

.sw-Smaller.-xs {
	font-size: 58%;
}

.sw-Key {
	color: #0F366D;
}

.sw-Key.-light {
	color: #567198;
}

.sw-Key.-bold {
	font-weight: 900;
}

.sw-Red {
	color: #C30D23;
}

.sw-White {
	color: #fff;
}

.sw-NumIndent {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

.sw-1 {
	width: 1%;
}

.sw-2 {
	width: 2%;
}

.sw-3 {
	width: 3%;
}

.sw-4 {
	width: 4%;
}

.sw-5 {
	width: 5%;
}

.sw-6 {
	width: 6%;
}

.sw-7 {
	width: 7%;
}

.sw-8 {
	width: 8%;
}

.sw-9 {
	width: 9%;
}

.sw-10 {
	width: 10%;
}

.sw-11 {
	width: 11%;
}

.sw-12 {
	width: 12%;
}

.sw-13 {
	width: 13%;
}

.sw-14 {
	width: 14%;
}

.sw-15 {
	width: 15%;
}

.sw-16 {
	width: 16%;
}

.sw-17 {
	width: 17%;
}

.sw-18 {
	width: 18%;
}

.sw-19 {
	width: 19%;
}

.sw-20 {
	width: 20%;
}

.sw-21 {
	width: 21%;
}

.sw-22 {
	width: 22%;
}

.sw-23 {
	width: 23%;
}

.sw-24 {
	width: 24%;
}

.sw-25 {
	width: 25%;
}

.sw-26 {
	width: 26%;
}

.sw-27 {
	width: 27%;
}

.sw-28 {
	width: 28%;
}

.sw-29 {
	width: 29%;
}

.sw-30 {
	width: 30%;
}

.sw-31 {
	width: 31%;
}

.sw-32 {
	width: 32%;
}

.sw-33 {
	width: 33%;
}

.sw-34 {
	width: 34%;
}

.sw-35 {
	width: 35%;
}

.sw-36 {
	width: 36%;
}

.sw-37 {
	width: 37%;
}

.sw-38 {
	width: 38%;
}

.sw-39 {
	width: 39%;
}

.sw-40 {
	width: 40%;
}

.sw-41 {
	width: 41%;
}

.sw-42 {
	width: 42%;
}

.sw-43 {
	width: 43%;
}

.sw-44 {
	width: 44%;
}

.sw-45 {
	width: 45%;
}

.sw-46 {
	width: 46%;
}

.sw-47 {
	width: 47%;
}

.sw-48 {
	width: 48%;
}

.sw-49 {
	width: 49%;
}

.sw-50 {
	width: 50%;
}

.sw-51 {
	width: 51%;
}

.sw-52 {
	width: 52%;
}

.sw-53 {
	width: 53%;
}

.sw-54 {
	width: 54%;
}

.sw-55 {
	width: 55%;
}

.sw-56 {
	width: 56%;
}

.sw-57 {
	width: 57%;
}

.sw-58 {
	width: 58%;
}

.sw-59 {
	width: 59%;
}

.sw-60 {
	width: 60%;
}

.sw-61 {
	width: 61%;
}

.sw-62 {
	width: 62%;
}

.sw-63 {
	width: 63%;
}

.sw-64 {
	width: 64%;
}

.sw-65 {
	width: 65%;
}

.sw-66 {
	width: 66%;
}

.sw-67 {
	width: 67%;
}

.sw-68 {
	width: 68%;
}

.sw-69 {
	width: 69%;
}

.sw-70 {
	width: 70%;
}

.sw-71 {
	width: 71%;
}

.sw-72 {
	width: 72%;
}

.sw-73 {
	width: 73%;
}

.sw-74 {
	width: 74%;
}

.sw-75 {
	width: 75%;
}

.sw-76 {
	width: 76%;
}

.sw-77 {
	width: 77%;
}

.sw-78 {
	width: 78%;
}

.sw-79 {
	width: 79%;
}

.sw-80 {
	width: 80%;
}

.sw-81 {
	width: 81%;
}

.sw-82 {
	width: 82%;
}

.sw-83 {
	width: 83%;
}

.sw-84 {
	width: 84%;
}

.sw-85 {
	width: 85%;
}

.sw-86 {
	width: 86%;
}

.sw-87 {
	width: 87%;
}

.sw-88 {
	width: 88%;
}

.sw-89 {
	width: 89%;
}

.sw-90 {
	width: 90%;
}

.sw-91 {
	width: 91%;
}

.sw-92 {
	width: 92%;
}

.sw-93 {
	width: 93%;
}

.sw-94 {
	width: 94%;
}

.sw-95 {
	width: 95%;
}

.sw-96 {
	width: 96%;
}

.sw-97 {
	width: 97%;
}

.sw-98 {
	width: 98%;
}

.sw-99 {
	width: 99%;
}

.sw-100 {
	width: 100%;
}

.st-Address {
	font-size: 0.92857rem;
}

.st-Address_Label {
	font-weight: 900;
	margin-bottom: 0.5rem;
}

.st-Address_Body {
	line-height: 1.56;
}

.st-Assist {
	position: absolute;
	right: 40px;
	top: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.st-Assist_Item {
	margin: 0 12px;
}

.st-Assist_Item:first-child {
	margin-left: 0;
}

.st-Assist_Item:last-child {
	margin-right: 0;
}

.st-Assist_Item > a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 0.025em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.st-Contents {
	max-width: 980px;
	margin: 0 auto 8.57rem;
	padding: 40px 40px 0;
}

.st-Contents_Inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px;
}

.st-Footer {
	position: relative;
	border-top: 2px solid #ddd;
	padding: 2.85rem 40px 0;
}

.st-Footer_Inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.85rem;
}

.st-Footer_Row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 2.85rem;
}

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

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

.st-Footer_Copyright {
	margin-left: -40px;
	margin-right: -40px;
	font-size: 0.85714rem;
	padding: 0.25rem 40px;
	color: #fff;
	text-align: center;
	background: #0F366D;
}

.st-Global {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.st-Global_Item {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.st-Global_Item::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 100%;
	bottom: 5px;
	width: 1px;
	background: #fff;
	z-index: 5;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.st-Global_Item:last-child::after {
	content: none;
}

.st-Global_Link {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	width: 100%;
	min-height: 3rem;
	color: #fff;
	text-decoration: none;
	background: #0F366D;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.st-Global_Link.-current {
	color: #0F366D;
	background-color: #fff;
}

.st-Header {
	position: relative;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 40px 0;
	z-index: 100;
}

.st-Header_Logo {
	margin-bottom: 40px;
}

.st-Header_Logo > a {
	display: inline-block;
}

.st-Link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px;
}

.st-Link_Item {
	margin: 0 12px;
}

.st-Link_Item > a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 0.92857rem;
	padding-left: 10px;
}

.st-Link_Item > a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: 11px;
	position: absolute;
	left: 0;
	top: 6px;
}

.st-Local {
	padding: 14px;
	border: 3px solid #ddd;
}

.st-Local_Title {
	line-height: 1.3125;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.st-Local_Title > a {
	display: inline-block;
	color: #0F366D;
	font-size: 1.14286rem;
	font-weight: 900;
	text-decoration: none;
}

.st-Local_Item {
	border-bottom: 1px solid #ddd;
}

.st-Local_Item:last-child {
	border-bottom: 0;
}

.st-Local_Link {
	display: block;
	font-size: 0.92857rem;
	color: #0F366D;
	line-height: 1.3125;
	text-decoration: none;
	padding: 1rem 10px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.st-Local_Link.-current {
	background-color: #DEE2F2;
}

.st-Main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0 30px;
	min-height: 500px;
}

.st-Main > :first-child {
	margin-top: 0;
}

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

.st-Menu_Btn {
	display: none;
}

.st-Menu_Btn_Bar {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	width: 50%;
	height: 1px;
	background: #0F366D;
	margin: 0 auto;
	-webkit-transition: opacity 0.5s linear, width 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.5s linear, width 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), width 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s;
	transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), width 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

body.tp .st-Menu_Btn_Bar {
	background-color: #fff;
}

body.tp .st-Header.-w .st-Menu_Btn_Bar {
	background-color: #0F366D;
}

body.tp .st-Header.-w .st-Menu.-expanded .st-Menu_Btn_Bar {
	background-color: #fff;
}

.st-Menu_Btn_Bar:nth-child(1) {
	-webkit-transform: translate(0, -11px);
	        transform: translate(0, -11px);
}

.st-Menu_Btn_Bar:nth-child(2) {
	-webkit-transform: translate(0, -1px);
	        transform: translate(0, -1px);
}

.st-Menu_Btn_Bar:nth-child(3) {
	-webkit-transform: translate(0, 9px);
	        transform: translate(0, 9px);
}

.st-Menu.-expanded .st-Menu_Btn_Bar {
	background-color: #fff;
}

.st-Menu.-expanded .st-Menu_Btn_Bar:nth-child(1) {
	width: 50%;
	-webkit-transform: translate(0, -1px) rotate(-45deg);
	        transform: translate(0, -1px) rotate(-45deg);
}

.st-Menu.-expanded .st-Menu_Btn_Bar:nth-child(2) {
	-webkit-transform: translate(100%, -1px);
	        transform: translate(100%, -1px);
	opacity: 0;
}

.st-Menu.-expanded .st-Menu_Btn_Bar:nth-child(3) {
	width: 50%;
	-webkit-transform: translate(0, -1px) rotate(45deg);
	        transform: translate(0, -1px) rotate(45deg);
}

.st-Page2Top {
	position: fixed;
	bottom: 30px;
	right: 0;
	width: 100%;
	right: 30px;
	margin: 0 auto;
	z-index: 500;
}

.st-Page2Top.-static {
	position: absolute;
	top: 25px;
	bottom: auto;
}

.st-Page2Top.-visible {
	opacity: 1;
	visibility: visible;
}

body.tp .st-Page2Top {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

body.tp .st-Page2Top.-visible {
	opacity: 1;
	visibility: visible;
}

.st-Page2Top > a {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 50px;
	padding-left: 50px;
	background: #fff;
	border: 1px solid #0F366D;
	border-radius: 50%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	margin-left: auto;
}

.st-Page2Top > a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}

.st-Related {
	border-bottom: 1px solid #0F366D;
}

.st-Related_Label {
	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;
	font-size: 0.92857rem;
	font-weight: 900;
	color: #0F366D;
}

.st-Related_Label::after {
	content: '';
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: block;
	height: 1px;
	margin-left: 14px;
	background: #0F366D;
}

.st-Related_Body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0.25rem 30px 1rem 0;
}

.st-Related_Item {
	position: relative;
	display: block;
	font-size: 0.92857rem;
	padding-left: 1em;
	margin: 0 10px;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.st-Related_Item[target="_blank"]::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	display: inline-block;
	color: #0F366D;
	font-size: 10px;
	margin-left: 7px;
	vertical-align: -1px;
	overflow: hidden;
	line-height: 1;
}

.st-Related_Item[href*=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/pdf.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp .st-Related_Item[href*=".pdf"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/pdf.png");
}

.st-Related_Item[href*=".doc"]::after, .st-Related_Item[href*=".docx"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/doc.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp .st-Related_Item[href*=".doc"]::after, .not-work-webp .st-Related_Item[href*=".docx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/doc.png");
}

.st-Related_Item[href*=".xls"]::after, .st-Related_Item[href*=".xlsx"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/xls.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp .st-Related_Item[href*=".xls"]::after, .not-work-webp .st-Related_Item[href*=".xlsx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/xls.png");
}

.st-Related_Item::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 5px;
	width: 3px;
	height: 3px;
	background: #0F366D;
	border-radius: 50%;
}

.st-SNS_Label {
	font-weight: 900;
	font-size: 0.92857rem;
	color: #0F366D;
	margin-bottom: 0.75rem;
}

.st-SNS_Body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.st-SNS_Item {
	margin: 0 5px;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.st-Sub {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 220px;
	margin: 0 30px;
}

.st-Topicpath {
	margin-bottom: 4.285rem;
}

.st-Topicpath_List {
	font-size: 0.85714rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.st-Topicpath_Item {
	display: inline;
}

.st-Topicpath_Item_Inner {
	position: relative;
	display: inline;
	color: #222;
	text-decoration: none;
}

.st-Topicpath_Item_Inner::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	display: inline-block;
	font-size: 10px;
	font-weight: 900;
	height: 10px;
	overflow: hidden;
	padding: 0 8px 0 12px;
	color: #222;
}

.st-Topicpath_Item_Inner[aria-current="page"] {
	color: #222;
	text-decoration: none;
}

.st-Topicpath_Item_Inner[aria-current="page"]::after {
	content: none;
}

a.st-Topicpath_Item_Inner {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.c-Box {
	padding: 20px;
	margin-bottom: 1.5rem;
	border: 3px solid #ddd;
}

.c-Box.-mt-3l {
	margin-top: 8.57rem;
}

.c-Box.-mt-2l {
	margin-top: 7.142rem;
}

.c-Box.-mt-xl {
	margin-top: 5.714rem;
}

.c-Box.-mt-lg {
	margin-top: 4.285rem;
}

.c-Box.-mt-md {
	margin-top: 2.85rem;
}

.c-Box.-mt-sm {
	margin-top: 1.5rem;
}

.c-Box.-inner {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

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

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

.c-Btn {
	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;
}

.c-Btn.-mt-3l {
	margin-top: 8.57rem;
}

.c-Btn.-mt-2l {
	margin-top: 7.142rem;
}

.c-Btn.-mt-xl {
	margin-top: 5.714rem;
}

.c-Btn.-mt-lg {
	margin-top: 4.285rem;
}

.c-Btn.-mt-md {
	margin-top: 2.85rem;
}

.c-Btn.-mt-sm {
	margin-top: 1.5rem;
}

.c-Btn.-inner {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.c-Btn > a {
	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%;
	max-width: 360px;
	min-height: 72px;
	font-size: 1.28571rem;
	color: #0F366D;
	line-height: 1.2222;
	text-decoration: none;
	background: #DEE2F2;
	padding: 1rem 18px 1rem 36px;
	border: 1px solid #BDBEBF;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.c-Btn > a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 10px;
	margin-top: -4px;
}

.c-Btn > a[href*=".pdf"] {
	padding-right: 40px;
}

.c-Btn > a[href*=".pdf"]::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	margin-top: -9px;
	background: url("/hospital/top/resident/assets/img/common/pdf.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp .c-Btn > a[href*=".pdf"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/pdf.png");
}

.c-Btn > a[href*=".doc"], .c-Btn > a[href*=".docx"] {
	padding-right: 40px;
}

.c-Btn > a[href*=".doc"]::after, .c-Btn > a[href*=".docx"]::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	margin-top: -9px;
	background: url("/hospital/top/resident/assets/img/common/doc.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp .c-Btn > a[href*=".doc"]::after, .not-work-webp .c-Btn > a[href*=".docx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/doc.png");
}

.c-Btn > a[href*=".xls"], .c-Btn > a[href*=".xlsx"] {
	padding-right: 40px;
}

.c-Btn > a[href*=".xls"]::after, .c-Btn > a[href*=".xlsx"]::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	margin-top: -9px;
	background: url("/hospital/top/resident/assets/img/common/xls.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp .c-Btn > a[href*=".xls"]::after, .not-work-webp .c-Btn > a[href*=".xlsx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/xls.png");
}

.c-Btn.-c > a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1rem 24px;
}

.c-Btn.-c > a::before {
	position: static;
	margin-top: 3px;
	margin-right: 10px;
}

.c-Btn.-c > a[href*=".pdf"], .c-Btn.-c > a[href*=".doc"], .c-Btn.-c > a[href*=".docx"], .c-Btn.-c > a[href*=".xls"], .c-Btn.-c > a[href*=".xlsx"] {
	padding-right: 18px;
}

.c-Btn.-c > a[href*=".pdf"]::after, .c-Btn.-c > a[href*=".doc"]::after, .c-Btn.-c > a[href*=".docx"]::after, .c-Btn.-c > a[href*=".xls"]::after, .c-Btn.-c > a[href*=".xlsx"]::after {
	position: static;
	margin-top: 0;
}

.c-Btn.-sm > a {
	font-size: 1rem;
	min-height: 60px;
}

.c-Btn.-sitemap > a {
	font-size: 1rem;
	white-space: normal;
	min-height: 60px;
}

.c-Btn.-sitemap.c-Grid_Item > a {
	white-space: normal;
}

.c-Btn.c-Grid_Item > a {
	max-width: none;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.c-Btn.c-Grid_Item > a wbr {
	display: none;
}

.c-Btn.c-Grid_Item > a span {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.c-Caution {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 1.5rem;
}

ul.c-Caution {
	text-indent: 0;
	padding-left: 0;
}

ul.c-Caution > li {
	text-indent: -1em;
	padding-left: 1em;
}

span.c-Caution {
	display: inline-block;
	margin-bottom: 0;
}

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

.c-Grid.-mt-3l {
	margin-top: 8.57rem;
}

.c-Grid.-mt-2l {
	margin-top: 7.142rem;
}

.c-Grid.-mt-xl {
	margin-top: 5.714rem;
}

.c-Grid.-mt-lg {
	margin-top: 4.285rem;
}

.c-Grid.-mt-md {
	margin-top: 2.85rem;
}

.c-Grid.-mt-sm {
	margin-top: 1.5rem;
}

.c-Grid.-inner {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.c-Grid.-lg {
	margin-bottom: 2.85rem;
}

.c-Grid.-pad {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.c-Grid.-section {
	margin-top: 5.714rem;
}

.st-Main > .c-Grid.-section:first-child {
	margin-top: 0;
}

.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.-fluid .c-Grid_Row {
	margin-top: 0;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

.c-Grid.-lg .c-Grid_Row {
	margin: -32px -16px 0;
}

.c-Grid.-section .c-Grid_Row {
	margin-top: -5.714rem;
}

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

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

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

.c-Grid.-lg .c-Grid_Item {
	margin: 32px 16px 0;
}

.c-Grid.-section .c-Grid_Item {
	margin-top: 5.714rem;
}

.c-Grid.-fluid .c-Grid_Item {
	margin-top: 0;
}

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

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

.c-Grid.-col-2 .c-Grid_Item {
	-webkit-flex-basis: calc(50% - 24px);
	    -ms-flex-preferred-size: calc(50% - 24px);
	        flex-basis: calc(50% - 24px);
	width: calc(50% - 24px);
}

.c-Grid.-lg.-col-2 .c-Grid_Item {
	-webkit-flex-basis: calc(50% - 32px);
	    -ms-flex-preferred-size: calc(50% - 32px);
	        flex-basis: calc(50% - 32px);
	width: calc(50% - 32px);
}

.c-Grid.-col-3 .c-Grid_Item {
	-webkit-flex-basis: calc(33.33333% - 24px);
	    -ms-flex-preferred-size: calc(33.33333% - 24px);
	        flex-basis: calc(33.33333% - 24px);
	width: calc(33.33333% - 24px);
}

.c-Grid.-lg.-col-3 .c-Grid_Item {
	-webkit-flex-basis: calc(33.33333% - 32px);
	    -ms-flex-preferred-size: calc(33.33333% - 32px);
	        flex-basis: calc(33.33333% - 32px);
	width: calc(33.33333% - 32px);
}

.c-Grid.-col-4 .c-Grid_Item {
	-webkit-flex-basis: calc(25% - 24px);
	    -ms-flex-preferred-size: calc(25% - 24px);
	        flex-basis: calc(25% - 24px);
	width: calc(25% - 24px);
}

.c-Grid.-lg.-col-4 .c-Grid_Item {
	-webkit-flex-basis: calc(25% - 32px);
	    -ms-flex-preferred-size: calc(25% - 32px);
	        flex-basis: calc(25% - 32px);
	width: calc(25% - 32px);
}

.c-Grid.-col-5 .c-Grid_Item {
	-webkit-flex-basis: calc(20% - 24px);
	    -ms-flex-preferred-size: calc(20% - 24px);
	        flex-basis: calc(20% - 24px);
	width: calc(20% - 24px);
}

.c-Grid.-lg.-col-5 .c-Grid_Item {
	-webkit-flex-basis: calc(20% - 32px);
	    -ms-flex-preferred-size: calc(20% - 32px);
	        flex-basis: calc(20% - 32px);
	width: calc(20% - 32px);
}

.c-Grid.-col-6 .c-Grid_Item {
	-webkit-flex-basis: calc(16.66667% - 24px);
	    -ms-flex-preferred-size: calc(16.66667% - 24px);
	        flex-basis: calc(16.66667% - 24px);
	width: calc(16.66667% - 24px);
}

.c-Grid.-lg.-col-6 .c-Grid_Item {
	-webkit-flex-basis: calc(16.66667% - 32px);
	    -ms-flex-preferred-size: calc(16.66667% - 32px);
	        flex-basis: calc(16.66667% - 32px);
	width: calc(16.66667% - 32px);
}

.c-H2 {
	position: relative;
	font-size: 1.42857rem;
	color: #0F366D;
	font-weight: 900;
	line-height: 1.3125;
	margin-top: 5.714rem;
	margin-bottom: 2rem;
	padding: 1rem 0;
	border-top: 3px solid #dcdcdd;
	border-bottom: 1px solid #ddd;
}

.c-H2::before {
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: -3px;
	width: 200px;
	height: 3px;
	background: #0F366D;
}

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

.c-H3 {
	font-size: 1.28571rem;
	font-weight: 900;
	color: #0F366D;
	line-height: 1.3125;
	margin-top: 4.285rem;
	margin-bottom: 1.5rem;
	padding-left: 1rem;
	border-left: 5px solid #0F366D;
}

section > .c-H3:first-child,
aside > .c-H3:first-child,
nav > .c-H3:first-child,
h2:not([class]) + .c-H3,
h2[class^="sw-"] + .c-H3,
h2[class^="-"] + .c-H3,
.c-H2 + .c-H3 {
	margin-top: 0;
}

.c-H4 {
	font-size: 1.28571rem;
	font-weight: 900;
	line-height: 1.3125;
	margin-top: 4.285rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

section > .c-H4:first-child,
aside > .c-H4:first-child,
nav > .c-H4:first-child,
h3:not([class]) + .c-H4,
h3[class^="sw-"] + .c-H4,
h3[class^="-"] + .c-H4,
.c-H3 + .c-H4 {
	margin-top: 0;
}

.c-Img {
	margin-bottom: 2.85rem;
}

.c-Img.-mt-3l {
	margin-top: 8.57rem;
}

.c-Img.-mt-2l {
	margin-top: 7.142rem;
}

.c-Img.-mt-xl {
	margin-top: 5.714rem;
}

.c-Img.-mt-lg {
	margin-top: 4.285rem;
}

.c-Img.-mt-md {
	margin-top: 2.85rem;
}

.c-Img.-mt-sm {
	margin-top: 1.5rem;
}

.c-Img.-inner {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.c-Img.-full {
	width: 100vw;
	width: calc(100vw - var(--scroll-bar));
	margin-left: calc(-50vw - -50%);
	margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
}

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

.c-ImgFloat.-mt-3l {
	margin-top: 8.57rem;
}

.c-ImgFloat.-mt-2l {
	margin-top: 7.142rem;
}

.c-ImgFloat.-mt-xl {
	margin-top: 5.714rem;
}

.c-ImgFloat.-mt-lg {
	margin-top: 4.285rem;
}

.c-ImgFloat.-mt-md {
	margin-top: 2.85rem;
}

.c-ImgFloat.-mt-sm {
	margin-top: 1.5rem;
}

.c-ImgFloat.-inner {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.c-ImgFloat_Inner::before, .c-ImgFloat_Inner::after {
	display: block;
	content: '';
}

.c-ImgFloat_Inner::after {
	clear: both;
}

.c-ImgFloat_Item {
	float: right;
	margin-left: 30px;
	margin-bottom: 1.5rem;
}

.c-ImgGrid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -24px;
	margin-right: -24px;
	margin-bottom: 1.5rem;
}

.c-ImgGrid.-mt-3l {
	margin-top: 8.57rem;
}

.c-ImgGrid.-mt-2l {
	margin-top: 7.142rem;
}

.c-ImgGrid.-mt-xl {
	margin-top: 5.714rem;
}

.c-ImgGrid.-mt-lg {
	margin-top: 4.285rem;
}

.c-ImgGrid.-mt-md {
	margin-top: 2.85rem;
}

.c-ImgGrid.-mt-sm {
	margin-top: 1.5rem;
}

.c-ImgGrid.-inner {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.c-ImgGrid.-border {
	border-bottom: 1px dashed #222;
}

.c-ImgGrid_Item {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 24px;
	max-width: calc(50% - 24px);
}

.c-ImgGrid.-l .c-ImgGrid_Item {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}

.c-ImgGrid_Body {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0 24px;
}

.c-ImgGrid.-l .c-ImgGrid_Body {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

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

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

.c-Lead {
	font-size: 1.71429rem;
	font-weight: 900;
	color: #0F366D;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.c-Lead.-mt-3l {
	margin-top: 8.57rem;
}

.c-Lead.-mt-2l {
	margin-top: 7.142rem;
}

.c-Lead.-mt-xl {
	margin-top: 5.714rem;
}

.c-Lead.-mt-lg {
	margin-top: 4.285rem;
}

.c-Lead.-mt-md {
	margin-top: 2.85rem;
}

.c-Lead.-mt-sm {
	margin-top: 1.5rem;
}

.c-Lead.-inner {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.c-Lead.-sm {
	font-size: 1.14286rem;
}

a.c-Link {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

a.c-Link::before {
	content: '';
	display: inline-block;
	border-left: 5px solid #0F366D;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-left-color 0.3s;
	transition: border-left-color 0.3s;
	position: absolute;
	left: 5px;
	top: 0.8em;
}

a.c-Link[target="_blank"]::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	display: inline-block;
	color: #0F366D;
	font-size: 10px;
	margin-left: 7px;
	vertical-align: -1px;
	overflow: hidden;
	line-height: 1;
}

a.c-Link[href*=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/pdf.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp a.c-Link[href*=".pdf"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/pdf.png");
}

a.c-Link[href*=".doc"]::after, a.c-Link[href*=".docx"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/doc.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp a.c-Link[href*=".doc"]::after, .not-work-webp a.c-Link[href*=".docx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/doc.png");
}

a.c-Link[href*=".xls"]::after, a.c-Link[href*=".xlsx"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/xls.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp a.c-Link[href*=".xls"]::after, .not-work-webp a.c-Link[href*=".xlsx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/xls.png");
}

a.c-Link.-lg {
	padding-left: 28px;
}

a.c-Link.-lg::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	left: 10px;
	top: 0.5em;
	font-size: 14px;
	border: 0;
}

p.c-Link {
	position: relative;
	padding-left: 20px;
	margin-bottom: 1.5rem;
}

p.c-Link::before {
	content: '';
	display: inline-block;
	border-left: 5px solid #0F366D;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-left-color 0.3s;
	transition: border-left-color 0.3s;
	position: absolute;
	left: 5px;
	top: 0.8em;
}

p.c-Link > a[target="_blank"]::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	display: inline-block;
	color: #0F366D;
	font-size: 10px;
	margin-left: 7px;
	vertical-align: -1px;
	overflow: hidden;
	line-height: 1;
}

p.c-Link > a[href*=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/pdf.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp p.c-Link > a[href*=".pdf"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/pdf.png");
}

p.c-Link > a[href*=".doc"]::after, p.c-Link > a[href*=".docx"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/doc.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp p.c-Link > a[href*=".doc"]::after, .not-work-webp p.c-Link > a[href*=".docx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/doc.png");
}

p.c-Link > a[href*=".xls"]::after, p.c-Link > a[href*=".xlsx"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/xls.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp p.c-Link > a[href*=".xls"]::after, .not-work-webp p.c-Link > a[href*=".xlsx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/xls.png");
}

ul.c-Link {
	margin-bottom: 1.5rem;
}

ul.c-Link > li {
	position: relative;
	padding-left: 20px;
}

ul.c-Link > li::before {
	content: '';
	display: inline-block;
	border-left: 5px solid #0F366D;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-left-color 0.3s;
	transition: border-left-color 0.3s;
	position: absolute;
	left: 5px;
	top: 0.8em;
}

ul.c-Link > li > a[target="_blank"]::after {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	display: inline-block;
	color: #0F366D;
	font-size: 10px;
	margin-left: 7px;
	vertical-align: -1px;
	overflow: hidden;
	line-height: 1;
}

ul.c-Link > li > a[href*=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/pdf.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp ul.c-Link > li > a[href*=".pdf"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/pdf.png");
}

ul.c-Link > li > a[href*=".doc"]::after, ul.c-Link > li > a[href*=".docx"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/doc.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp ul.c-Link > li > a[href*=".doc"]::after, .not-work-webp ul.c-Link > li > a[href*=".docx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/doc.png");
}

ul.c-Link > li > a[href*=".xls"]::after, ul.c-Link > li > a[href*=".xlsx"]::after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 18px;
	vertical-align: -3px;
	background: url("/hospital/top/resident/assets/img/common/xls.webp") no-repeat 0 0/13px 18px;
}

.not-work-webp ul.c-Link > li > a[href*=".xls"]::after, .not-work-webp ul.c-Link > li > a[href*=".xlsx"]::after {
	background-image: url("/hospital/top/resident/assets/img/common/xls.png");
}

ul.c-Link.-border > li {
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px dashed #ccc;
}

ul.c-Link.-border > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

ul.c-Link.-program > li b {
	display: inline-block;
	font-weight: normal;
	width: 2em;
}

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

.c-List > li:not([class]),
.c-List > li[class^="sw-"],
.c-List > li[class^="-"] {
	position: relative;
	padding-left: 1.5rem;
}

.c-List > li:not([class])::before,
.c-List > li[class^="sw-"]::before,
.c-List > li[class^="-"]::before {
	content: '';
	position: absolute;
	top: 0.85em;
	left: 5px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #0F366D;
}

.c-List.-lg > li:not([class]),
.c-List.-lg > li[class^="sw-"],
.c-List.-lg > li[class^="-"] {
	padding-left: 1.75rem;
}

.c-List.-lg > li:not([class])::before,
.c-List.-lg > li[class^="sw-"]::before,
.c-List.-lg > li[class^="-"]::before {
	width: 10px;
	height: 10px;
	top: 0.65em;
}

.c-List.-num {
	counter-reset: ol;
}

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

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

.c-List.-num > li:not([class])::before,
.c-List.-num > li[class^="sw-"]::before,
.c-List.-num > li[class^="-"]::before {
	content: counter(ol) ".";
	position: static;
	display: inline-block;
	color: #0F366D;
	min-width: 1.5em;
	width: auto;
	height: auto;
	background: transparent;
	text-indent: 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.85rem -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: #0F366D;
}

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

.c-Table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 2rem;
}

.c-Table.-fixed {
	table-layout: fixed;
}

.c-Table caption {
	font-size: 1.28571rem;
	font-weight: 900;
	text-align: left;
	color: #0F366D;
	margin-bottom: 1rem;
}

.sw-Swipe .c-Table caption {
	display: none;
}

.c-Table th,
.c-Table td {
	padding: 1rem 20px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.c-Table th > :last-child,
.c-Table td > :last-child {
	margin-bottom: 0;
}

.c-Table.-comp th,
.c-Table.-comp td {
	padding: 0.75rem 12px;
}

.c-Table th {
	text-align: center;
	background: #DEE2F2;
}

.c-Table thead th {
	color: #fff;
	background: #0F366D;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.c-Table thead th:last-child {
	border-right: 1px solid #0F366D;
}

.c-Table.-mt-3l {
	margin-top: 8.57rem;
}

.c-Table.-mt-2l {
	margin-top: 7.142rem;
}

.c-Table.-mt-xl {
	margin-top: 5.714rem;
}

.c-Table.-mt-lg {
	margin-top: 4.285rem;
}

.c-Table.-mt-md {
	margin-top: 2.85rem;
}

.c-Table.-mt-sm {
	margin-top: 1.5rem;
}

.c-Table.-inner {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.c-Title_Center {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5.714rem;
	margin-bottom: 2rem;
	font-size: 1.28571rem;
	font-weight: 400;
	color: #0F366D;
	text-align: center;
}

.c-Title_Center::before, .c-Title_Center::after {
	content: '';
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 1;
	    -ms-flex: 0 0 1;
	        flex: 0 0 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 1px;
	background: #0F366D;
}

.c-Title_Center::before {
	margin-right: 20px;
}

.c-Title_Center::after {
	margin-left: 20px;
}

.c-Video {
	position: relative;
	margin-bottom: 2rem;
	padding-top: 56.25%;
}

.c-Video > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fac-Gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -6px -3px 1.5rem;
}

.fac-Gallery_Item {
	margin: 6px 3px 0;
}

.fac-Private::before, .fac-Private::after {
	display: block;
	content: '';
}

.fac-Private::after {
	clear: both;
}

.fac-Private dt {
	float: left;
}

.fac-Private dd {
	padding-left: 4em;
}

.lat-Contact {
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
}

.lat-Contact thead,
.lat-Contact tbody {
	display: block;
}

.lat-Contact tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -6px 12px;
}

.lat-Contact tbody tr:last-child {
	margin-bottom: 0;
}

.lat-Contact th, .lat-Contact td {
	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 6px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 3px rgba(51, 51, 51, .5);
}

.lat-Contact th {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 190px;
	font-weight: 400;
}

.lat-Contact td {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 0.5rem 15px;
	background: #fff;
}

.lat-Contact thead th {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.75rem 15px;
	text-align: center;
	background: #DEE2F2;
}

.lat-Contact thead th:last-child {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
}

.lat-Contact tbody th {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	text-align: left;
}

.lat-Contact tbody th > a {
	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%;
	padding: 1.5rem 15px;
	background: #DEE2F2;
	line-height: 1.3125;
	text-decoration: none;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.lat-Contact tbody th > a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: 12px;
	margin-right: 6px;
	margin-top: 2px;
}

.msg-Philosophy {
	font-size: 1.14286rem;
	font-weight: 900;
	margin-bottom: 1.5rem;
}

.msg-Philosophy > li {
	text-indent: -2em;
	padding-left: 2em;
}

.news-Body a {
	word-break: break-all;
}

.news-Body > :first-child {
	margin-top: 0;
}

.news-Body > :last-child {
	margin-bottom: 0;
}

.news-Body table {
	width: 100% !important;
}

.news-Body th, .news-Body td {
	width: auto !important;
}

.news-Header {
	position: relative;
	padding: 1rem 0;
	border-top: 3px solid #dcdcdd;
	border-bottom: 1px solid #ddd;
	margin-top: 5.714rem;
	margin-bottom: 2rem;
}

.news-Header::before {
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: -3px;
	width: 200px;
	height: 3px;
	background: #0F366D;
}

.news-Header_Title {
	font-size: 1.42857rem;
	color: #0F366D;
	font-weight: 900;
	line-height: 1.3125;
}

.news-Header_Date {
	font-weight: 900;
}

.news-List_Item {
	padding: 1.3rem 12px;
	border-bottom: 1px solid #ddd;
}

.news-List_Date {
	display: block;
	margin-bottom: 0.5rem;
	line-height: 1.3125;
}

.news-List_Title {
	font-weight: 400;
}

.news-List_Title > a {
	display: inline-block;
	text-decoration: none;
	color: #222;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.news-More {
	text-align: right;
	margin-top: 1rem;
}

.news-More > a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.news-More > a::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	left: 10px;
	top: 0.55em;
	font-size: 10px;
	border: 0;
	margin-right: 5px;
}

.tp-Contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5.714rem;
}

.tp-Contents_Left {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	width: calc(45.5555% - 40px);
	margin-right: 40px;
	padding-top: 0.5rem;
}

.tp-Contents_Right {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	width: calc(54.4445% - 40px);
	margin-left: 40px;
}

.tp-Main {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8.57rem;
	min-height: 500px;
	padding: 0 40px;
}

.tp-Mainvis {
	width: 100vw;
	width: calc(100vw - var(--scroll-bar));
	margin-left: calc(-50vw - -50%);
	margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
	position: relative;
	margin-bottom: 4.285rem;
}

.tp-Mainvis_Slider {
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}

.tp-Mainvis_Slider.slick-initialized {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
}

.tp-Mainvis_Slider_Item {
	display: none;
}

.tp-Mainvis_Slider.slick-initialized .tp-Mainvis_Slider_Item {
	display: block;
}

.tp-Mainvis_Slider_Item:first-child {
	display: block;
}

.tp-Mainvis_Slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	width: 18px;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 18px;
	outline: 0;
	color: #0F366D;
	margin-top: -55px;
	cursor: pointer;
	z-index: 10;
}

.tp-Mainvis_Slider .slick-arrow::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 36px;
	text-shadow: 0 0 3px white;
}

.tp-Mainvis_Slider .slick-prev {
	left: 10px;
}

.tp-Mainvis_Slider .slick-prev::before {
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.tp-Mainvis_Slider .slick-next {
	right: 10px;
}

.tp-Mainvis_Loading {
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
}

.tp-Mainvis_Slider.slick-initialized + .tp-Mainvis_Loading {
	opacity: 0;
	visibility: hidden;
}

.tp-Nav {
	width: 100vw;
	width: calc(100vw - var(--scroll-bar));
	margin-left: calc(-50vw - -50%);
	margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
	padding: 20px 40px;
	margin-bottom: 4.285rem;
	background: #DEE2F2;
}

.tp-Nav_Inner {
	max-width: 900px;
	margin: 0 auto;
}

.tp-Nav_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -10px;
}

.tp-Nav_Item {
	width: calc(20% - 20px);
	margin: 0 10px;
}

.tp-Nav_Link {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	line-height: 1.2;
	padding: 16px 10px;
	text-decoration: none;
	background: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.tp-Nav_Icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 auto 0.5rem;
	border-radius: 50%;
}

.tp-Nav_Link.-web .tp-Nav_Icon {
	border: 3px solid #E2557C;
}

.tp-Nav_Link.-senimar .tp-Nav_Icon {
	border: 3px solid #1CADC4;
}

.tp-Nav_Link.-facility .tp-Nav_Icon {
	border: 3px solid #E65333;
}

.tp-Nav_Link.-message .tp-Nav_Icon {
	border: 3px solid #8CB808;
}

.tp-Nav_Link.-news .tp-Nav_Icon {
	border: 3px solid #002A5B;
}

.tp-Nav_Icon picture {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.tp-Nav_Label {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	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;
	font-weight: 900;
	font-size: 1.14286rem;
}

.tp-Nav_Label::before {
	font-family: 'icon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-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: 12px;
	font-weight: 700;
	margin-right: 5px;
	margin-top: 3px;
}

.tp-News_Title {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	color: #0F366D;
	font-size: 1.85714rem;
	line-height: 1.3125;
	margin-bottom: 2rem;
}

.tp-News_Title::before, .tp-News_Title::after {
	content: '';
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 1;
	    -ms-flex: 0 0 1;
	        flex: 0 0 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 1px;
	background: #0F366D;
}

.tp-News_Title::before {
	margin-right: 20px;
}

.tp-News_Title::after {
	margin-left: 20px;
}

.tp-Pamph {
	padding: 23px;
	background: #dce4f1;
}

.tp-Pamph_Inner {
	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;
	margin: 0 -12px;
}

.tp-Pamph_Item {
	margin: 0 12px;
}

.tp-Pamph_Item > a {
	display: block;
	background: #fff;
}

.tp-Pamph_Item > a > img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.tp-Section {
	margin-bottom: 2rem;
}

.tp-Section:last-child {
	margin-bottom: 0;
}

.tp-Section_Title {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	color: #0F366D;
	font-size: 1.28571rem;
	line-height: 1.3125;
	margin-bottom: 1.5rem;
}

.tp-Section_Title::before, .tp-Section_Title::after {
	content: '';
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 1;
	    -ms-flex: 0 0 1;
	        flex: 0 0 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 1px;
	background: #0F366D;
}

.tp-Section_Title::before {
	margin-right: 20px;
}

.tp-Section_Title::after {
	margin-left: 20px;
}

.tp-Slider {
	position: relative;
	padding: 0 0 calc(37px + 0.5rem);
}

.tp-Slider_Img {
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	height: 430px;
	margin: 0 auto;
	z-index: 1;
}

.tp-Slider_Label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	font-size: 2.57143rem;
	font-weight: 900;
	line-height: 1.38;
	color: #fff;
	letter-spacing: 0.06em;
	padding: 0 40px;
	text-shadow: 0 0 1px #0F366D, 0 0 1px #0F366D, 0 0 1px #0F366D, 0 0 1px #0F366D, 0 0 1px #0F366D, 0 0 1px #0F366D, 0 0 1px #0F366D, 0 0 1px #0F366D;
	z-index: 2;
}

.tp-Slider_Label picture {
	display: block;
	margin-top: 0.5rem;
	width: 40.5%;
}

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 {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	width: 100%;
	height: 100%;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 99992;
}

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

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

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

.fancybox-bg {
	position: absolute;
	bottom: 50%;
	left: 50%;
	right: 50%;
	top: 50%;
	background: #000;
	opacity: 0.8;
	-webkit-transition-property: top, left, right, bottom;
	transition-property: top, left, right, bottom;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fancybox-is-open .fancybox-bg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition-delay: 0;
	        transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 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;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear 0.2s;
	transition: opacity 0.5s linear 0.2s;
}

.fancybox-is-open .fancybox-stage.-hidden {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
}

.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: 20px;
}

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

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

.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 {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #0F366D;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 56px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 56px;
}

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

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

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

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

.fancybox-button[disabled] {
	background: #999;
}

.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: #fff;
	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: #fff;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	background: #0F366D;
	z-index: 401;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

/* 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 */

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	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);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

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

/*
 * 	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: 1.14286rem;
	font-weight: 400;
	text-align: left;
	margin-bottom: 1rem;
}

@media all and (-ms-high-contrast: none) {
	table {
		border-collapse: collapse;
	}
	.c-Img.-full {
		width: calc(100vw - 17px);
		margin-left: calc((100vw - 17px - 100%) / -2);
	}
	.tp-Mainvis {
		width: calc(100vw - 17px);
		margin-left: calc((100vw - 17px - 100%) / -2);
	}
	.tp-Nav {
		width: calc(100vw - 17px);
		margin-left: calc((100vw - 17px - 100%) / -2);
	}
}

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

@media (max-width: 1399px) {
	table {
		border-collapse: collapse;
	}
}

@media screen and (max-width: 1199px) {
	table {
		border-collapse: collapse;
	}
	.sw-Hidden.-pc {
		display: none;
	}
	.tp-Slider {
		padding-bottom: calc(3% + 0.5rem);
	}
	.tp-Slider_Label {
		font-size: calc(3.98786px + 2.6699vw);
	}
}

@media (max-width: 1179px) {
	table {
		border-collapse: collapse;
	}
}

@media all and (-ms-high-contrast: none) and (max-width: 1179px) {
	table {
		border-collapse: collapse;
	}
}

@media screen and (max-width: 991px) {
	table {
		border-collapse: collapse;
	}
	.sw-Hidden.-tbl {
		display: none;
	}
	.sw-WidePC {
		display: none !important;
	}
	.sw-Mt-3l {
		margin-top: 5.714rem;
	}
	.sw-Mt-2l {
		margin-top: 5.714rem;
	}
	.sw-Mt-xl {
		margin-top: 4.285rem;
	}
	.sw-Mb-3l {
		margin-bottom: 5.714rem;
	}
	.sw-Mb-2l {
		margin-bottom: 5.714rem;
	}
	.sw-Mb-xl {
		margin-bottom: 4.285rem;
	}
	.sw-C.-tbl-l {
		text-align: left;
	}
	.sw-R.-tbl-l {
		text-align: left;
	}
	.st-Assist {
		right: 30px;
	}
	.st-Contents {
		max-width: 960px;
		margin-bottom: 7.142rem;
		padding: 30px 30px 0;
	}
	.st-Contents_Inner {
		margin: 0 -15px;
	}
	.st-Footer {
		padding: 2.85rem 30px 0;
	}
	.st-Footer_Copyright {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.st-Header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.st-Main {
		margin: 0 15px;
	}
	.st-Sub {
		width: calc(27.7778% - 30px);
		margin: 0 15px;
	}
	.c-Box.-mt-3l {
		margin-top: 5.714rem;
	}
	.c-Box.-mt-2l {
		margin-top: 5.714rem;
	}
	.c-Box.-mt-xl {
		margin-top: 4.285rem;
	}
	.c-Btn.-mt-3l {
		margin-top: 5.714rem;
	}
	.c-Btn.-mt-2l {
		margin-top: 5.714rem;
	}
	.c-Btn.-mt-xl {
		margin-top: 4.285rem;
	}
	.c-Grid.-mt-3l {
		margin-top: 5.714rem;
	}
	.c-Grid.-mt-2l {
		margin-top: 5.714rem;
	}
	.c-Grid.-mt-xl {
		margin-top: 4.285rem;
	}
	.c-Grid.-lg .c-Grid_Row {
		margin: -24px -12px 0;
	}
	.c-Grid.-lg .c-Grid_Item {
		margin: 24px 12px 0;
	}
	.c-Grid.-lg.-col-2 .c-Grid_Item {
		-webkit-flex-basis: calc(50% - 24px);
		    -ms-flex-preferred-size: calc(50% - 24px);
		        flex-basis: calc(50% - 24px);
		width: calc(50% - 24px);
	}
	.c-Grid.-lg.-col-3 .c-Grid_Item {
		-webkit-flex-basis: calc(33.33333% - 24px);
		    -ms-flex-preferred-size: calc(33.33333% - 24px);
		        flex-basis: calc(33.33333% - 24px);
		width: calc(33.33333% - 24px);
	}
	.c-Grid.-lg.-col-4 .c-Grid_Item {
		-webkit-flex-basis: calc(25% - 24px);
		    -ms-flex-preferred-size: calc(25% - 24px);
		        flex-basis: calc(25% - 24px);
		width: calc(25% - 24px);
	}
	.c-Grid.-lg.-col-5 .c-Grid_Item {
		-webkit-flex-basis: calc(20% - 24px);
		    -ms-flex-preferred-size: calc(20% - 24px);
		        flex-basis: calc(20% - 24px);
		width: calc(20% - 24px);
	}
	.c-Grid.-lg.-col-6 .c-Grid_Item {
		-webkit-flex-basis: calc(16.66667% - 24px);
		    -ms-flex-preferred-size: calc(16.66667% - 24px);
		        flex-basis: calc(16.66667% - 24px);
		width: calc(16.66667% - 24px);
	}
	.c-Grid.-col-tbl-2 .c-Grid_Item {
		-webkit-flex-basis: calc(50% - 24px);
		    -ms-flex-preferred-size: calc(50% - 24px);
		        flex-basis: calc(50% - 24px);
		width: calc(50% - 24px);
	}
	.c-Grid.-lg.-col-tbl-2 .c-Grid_Item {
		-webkit-flex-basis: calc(50% - 24px);
		    -ms-flex-preferred-size: calc(50% - 24px);
		        flex-basis: calc(50% - 24px);
		width: calc(50% - 24px);
	}
	.c-Grid.-col-tbl-3 .c-Grid_Item {
		-webkit-flex-basis: calc(33.33333% - 24px);
		    -ms-flex-preferred-size: calc(33.33333% - 24px);
		        flex-basis: calc(33.33333% - 24px);
		width: calc(33.33333% - 24px);
	}
	.c-Grid.-lg.-col-tbl-3 .c-Grid_Item {
		-webkit-flex-basis: calc(33.33333% - 24px);
		    -ms-flex-preferred-size: calc(33.33333% - 24px);
		        flex-basis: calc(33.33333% - 24px);
		width: calc(33.33333% - 24px);
	}
	.c-Grid.-col-tbl-4 .c-Grid_Item {
		-webkit-flex-basis: calc(25% - 24px);
		    -ms-flex-preferred-size: calc(25% - 24px);
		        flex-basis: calc(25% - 24px);
		width: calc(25% - 24px);
	}
	.c-Grid.-lg.-col-tbl-4 .c-Grid_Item {
		-webkit-flex-basis: calc(25% - 24px);
		    -ms-flex-preferred-size: calc(25% - 24px);
		        flex-basis: calc(25% - 24px);
		width: calc(25% - 24px);
	}
	.c-Grid.-col-tbl-5 .c-Grid_Item {
		-webkit-flex-basis: calc(20% - 24px);
		    -ms-flex-preferred-size: calc(20% - 24px);
		        flex-basis: calc(20% - 24px);
		width: calc(20% - 24px);
	}
	.c-Grid.-lg.-col-tbl-5 .c-Grid_Item {
		-webkit-flex-basis: calc(20% - 24px);
		    -ms-flex-preferred-size: calc(20% - 24px);
		        flex-basis: calc(20% - 24px);
		width: calc(20% - 24px);
	}
	.c-Grid.-col-tbl-6 .c-Grid_Item {
		-webkit-flex-basis: calc(16.66667% - 24px);
		    -ms-flex-preferred-size: calc(16.66667% - 24px);
		        flex-basis: calc(16.66667% - 24px);
		width: calc(16.66667% - 24px);
	}
	.c-Grid.-lg.-col-tbl-6 .c-Grid_Item {
		-webkit-flex-basis: calc(16.66667% - 24px);
		    -ms-flex-preferred-size: calc(16.66667% - 24px);
		        flex-basis: calc(16.66667% - 24px);
		width: calc(16.66667% - 24px);
	}
	.c-Img.-mt-3l {
		margin-top: 5.714rem;
	}
	.c-Img.-mt-2l {
		margin-top: 5.714rem;
	}
	.c-Img.-mt-xl {
		margin-top: 4.285rem;
	}
	.c-Img.-full {
		margin-left: -30px;
		margin-right: -30px;
	}
	.c-ImgFloat.-mt-3l {
		margin-top: 5.714rem;
	}
	.c-ImgFloat.-mt-2l {
		margin-top: 5.714rem;
	}
	.c-ImgFloat.-mt-xl {
		margin-top: 4.285rem;
	}
	.c-ImgFloat_Item {
		margin-left: 20px;
	}
	.c-ImgGrid.-mt-3l {
		margin-top: 5.714rem;
	}
	.c-ImgGrid.-mt-2l {
		margin-top: 5.714rem;
	}
	.c-ImgGrid.-mt-xl {
		margin-top: 4.285rem;
	}
	.c-ImgGrid {
		margin-left: -16px;
		margin-right: -16px;
	}
	.c-ImgGrid_Item {
		margin: 0 16px;
		max-width: calc(50% - 16px);
	}
	.c-ImgGrid_Body {
		margin: 0 16px;
	}
	.c-Lead.-mt-3l {
		margin-top: 5.714rem;
	}
	.c-Lead.-mt-2l {
		margin-top: 5.714rem;
	}
	.c-Lead.-mt-xl {
		margin-top: 4.285rem;
	}
	.c-Table.-mt-3l {
		margin-top: 5.714rem;
	}
	.c-Table.-mt-2l {
		margin-top: 5.714rem;
	}
	.c-Table.-mt-xl {
		margin-top: 4.285rem;
	}
	.tp-Contents {
		margin-top: 4.285rem;
	}
	.tp-Contents_Left {
		width: calc(45.5555% - 20px);
		margin-right: 20px;
	}
	.tp-Contents_Right {
		width: calc(54.4445% - 20px);
		margin-left: 20px;
	}
	.tp-Main {
		max-width: 960px;
		margin-bottom: 7.142rem;
		padding: 0 30px;
	}
	.tp-Mainvis {
		margin-bottom: 2.85rem;
	}
	.tp-Mainvis_Slider .slick-arrow {
		width: 12px;
		height: 24px;
		margin-top: -49px;
		padding-left: 12px;
	}
	.tp-Mainvis_Slider .slick-arrow::before {
		font-size: 24px;
	}
	.tp-Nav {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 2.85rem;
	}
	.tp-Nav_Icon {
		width: 70px;
		height: 70px;
	}
	.tp-Slider {
		padding-left: 0;
		padding-right: 0;
	}
	.tp-Slider_Img {
		height: 360px;
	}
	.tp-Slider_Label {
		padding: 0 30px;
	}
}

@media screen and (max-width: 959px) {
	table {
		border-collapse: collapse;
	}
	.tp-Mainvis {
		margin-left: -30px;
		margin-right: -30px;
	}
	.tp-Nav {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media screen and (max-width: 767px) {
	table {
		border-collapse: collapse;
	}
	html {
		font-size: 13px;
	}
	body {
		background-size: 100% 200px;
	}
	h1:not([class]),
	h1[class^="sw-"],
	h1[class^="-"] {
		font-size: 1.84615rem;
		border-left-width: 6px;
		margin-bottom: 2.85rem;
	}
	h2:not([class]),
	h2[class^="sw-"],
	h2[class^="-"] {
		font-size: 1.23077rem;
		margin-top: 4.285rem;
	}
	h2:not([class])::before,
	h2[class^="sw-"]::before,
	h2[class^="-"]::before {
		width: 120px;
	}
	h3:not([class]),
	h3[class^="sw-"],
	h3[class^="-"] {
		margin-top: 2.85rem;
		font-size: 1.15385rem;
	}
	h4:not([class]),
	h4[class^="sw-"],
	h4[class^="-"] {
		font-size: 1.15385rem;
		margin-top: 2.85rem;
	}
	h5:not([class]),
	h5[class^="sw-"],
	h5[class^="-"] {
		font-size: 1.07692rem;
		margin-top: 2rem;
	}
	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 12px;
	}
	table:not([class]).-comp th,
	table:not([class]).-comp td,
	table[class^="sw-"].-comp th,
	table[class^="sw-"].-comp td,
	table[class^="-"].-comp th,
	table[class^="-"].-comp td {
		padding: 0.5rem 10px;
	}
	.sw-Hidden.-sp {
		display: none;
	}
	.sw-PC {
		display: none !important;
	}
	.sw-Mt-3l {
		margin-top: 4.285rem;
	}
	.sw-Mt-2l {
		margin-top: 4.285rem;
	}
	.sw-Mt-xl {
		margin-top: 2.85rem;
	}
	.sw-Mt-lg {
		margin-top: 2.85rem;
	}
	.sw-Mb-3l {
		margin-bottom: 4.285rem;
	}
	.sw-Mb-2l {
		margin-bottom: 4.285rem;
	}
	.sw-Mb-xl {
		margin-bottom: 2.85rem;
	}
	.sw-Mb-lg {
		margin-bottom: 2.85rem;
	}
	.sw-C.-sp-l {
		text-align: left;
	}
	.sw-R.-sp-l {
		text-align: left;
	}
	.st-Address {
		text-align: center;
	}
	.st-Assist {
		position: static;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
	.st-Assist_Item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		width: 100%;
		margin: 0;
		border-right: 1px solid rgba(255, 255, 255, .5);
	}
	.st-Assist_Item:last-child {
		border-right: 0;
	}
	.st-Assist_Item > a {
		display: block;
		width: 100%;
		color: #fff;
		font-size: 1.07692rem;
		font-weight: 400;
		text-align: center;
		padding: 1rem 12px;
		-webkit-transition: color 0.3s, background-color 0.3s;
		transition: color 0.3s, background-color 0.3s;
	}
	.st-Contents {
		margin-bottom: 4.285rem;
		padding: 85px 20px 0;
	}
	.st-Contents_Inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0;
	}
	.st-Footer {
		padding: 2rem 20px 0;
	}
	.st-Footer_Inner {
		margin-bottom: 2rem;
	}
	.st-Footer_Row {
		display: block;
	}
	.st-Footer_Left {
		margin-bottom: 2rem;
	}
	.st-Footer_Right {
		margin-bottom: 2rem;
	}
	.st-Footer_Copyright {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.st-Global {
		display: block;
	}
	.st-Global_Item {
		display: block;
	}
	.st-Global_Item::after {
		content: none;
	}
	.st-Global_Link {
		position: relative;
		display: block;
		font-size: 1.07692rem;
		text-align: left;
		min-height: 0;
		margin: 0;
		padding: 1rem 40px 1rem 20px;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
	.st-Global_Link::after {
		font-family: 'icon' !important;
		speak: none;
		font-style: normal;
		font-weight: 400;
		-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: "";
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: 14px;
		margin-top: -7px;
	}
	.st-Header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		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;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		height: 65px;
		padding: 10px 0 10px 20px;
		-webkit-transition: background-color 0.5s;
		transition: background-color 0.5s;
	}
	.st-Header.-fixed {
		background-color: rgba(255, 255, 255, .8);
	}
	.st-Header_Logo {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.st-Header_Logo > a > picture > img {
		width: 100%;
		max-width: 220px;
		height: auto;
	}
	.st-Link {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.st-Main {
		margin: 0 0 4.285rem;
		min-height: 0;
	}
	.st-Menu {
		position: relative;
	}
	.st-Menu_Btn {
		position: relative;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border: 0;
		padding: 0;
		display: block;
		width: 60px;
		height: 65px;
		font-size: 1rem;
		text-decoration: none;
		overflow: hidden;
		background: transparent;
		-webkit-transition: background-color 0.3s;
		transition: background-color 0.3s;
		outline: 0;
		cursor: pointer;
	}
	.st-Menu.-expanded .st-Menu_Btn {
		background-color: #0F366D;
	}
	.st-Menu_Btn_Bar:nth-child(1) {
		-webkit-transform: translate(0, -8px);
		        transform: translate(0, -8px);
	}
	.st-Menu_Btn_Bar:nth-child(3) {
		-webkit-transform: translate(0, 6px);
		        transform: translate(0, 6px);
	}
	.st-Menu_Body {
		position: fixed;
		top: 65px;
		left: 0;
		right: 0;
		height: calc(100vh - 65px);
		height: calc(var(--vh, 1vh) * 100 - 65px);
		visibility: hidden;
		-webkit-transition: visibility 0.5s;
		transition: visibility 0.5s;
	}
	.st-Menu.-expanded .st-Menu_Body {
		visibility: visible;
	}
	.st-Menu_Body_Inner {
		height: 0;
		overflow: hidden;
		background: #0F366D;
		-webkit-transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.st-Menu.-expanded .st-Menu_Body_Inner {
		height: 100%;
	}
	.st-Page2Top {
		right: 10px;
		bottom: 20px;
	}
	.st-Page2Top.-static {
		bottom: auto;
	}
	.st-SNS_Label {
		text-align: center;
	}
	.st-SNS_Body {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.st-Sub {
		width: 100%;
		margin: 0;
	}
	.st-Topicpath {
		margin-bottom: 2.85rem;
	}
	.st-Topicpath_List {
		font-size: 0.76923rem;
	}
	.st-Topicpath_Item_Inner::after {
		padding: 0 3px 0 7px;
		-webkit-transform-origin: center center;
		        transform-origin: center center;
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
		vertical-align: -2px;
	}
	.c-Box.-mt-3l {
		margin-top: 4.285rem;
	}
	.c-Box.-mt-2l {
		margin-top: 4.285rem;
	}
	.c-Box.-mt-xl {
		margin-top: 2.85rem;
	}
	.c-Box.-mt-lg {
		margin-top: 2.85rem;
	}
	.c-Btn.-mt-3l {
		margin-top: 4.285rem;
	}
	.c-Btn.-mt-2l {
		margin-top: 4.285rem;
	}
	.c-Btn.-mt-xl {
		margin-top: 2.85rem;
	}
	.c-Btn.-mt-lg {
		margin-top: 2.85rem;
	}
	.c-Btn > a {
		font-size: 1.15385rem;
		min-height: 60px;
		padding: 1rem 20px 1rem 32px;
	}
	.c-Btn > a::before {
		left: 18px;
	}
	.c-Btn.-c > a {
		padding: 1rem 20px;
	}
	.c-Grid.-mt-3l {
		margin-top: 4.285rem;
	}
	.c-Grid.-mt-2l {
		margin-top: 4.285rem;
	}
	.c-Grid.-mt-xl {
		margin-top: 2.85rem;
	}
	.c-Grid.-mt-lg {
		margin-top: 2.85rem;
	}
	.c-Grid.-section {
		margin-top: 4.285rem;
	}
	.c-Grid_Row {
		margin: -12px -6px 0;
	}
	.c-Grid.-lg .c-Grid_Row {
		margin: -16px -8px 0;
	}
	.c-Grid.-section .c-Grid_Row {
		margin-top: -4.285rem;
	}
	.c-Grid_Item {
		margin: 12px 6px 0;
	}
	.c-Grid.-lg .c-Grid_Item {
		margin: 16px 8px 0;
	}
	.c-Grid.-section .c-Grid_Item {
		margin-top: 4.285rem;
	}
	.c-Grid.-col-2 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 12px);
		    -ms-flex-preferred-size: calc(100% - 12px);
		        flex-basis: calc(100% - 12px);
		width: calc(100% - 12px);
	}
	.c-Grid.-lg.-col-2 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 16px);
		    -ms-flex-preferred-size: calc(100% - 16px);
		        flex-basis: calc(100% - 16px);
		width: calc(100% - 16px);
	}
	.c-Grid.-col-3 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 12px);
		    -ms-flex-preferred-size: calc(100% - 12px);
		        flex-basis: calc(100% - 12px);
		width: calc(100% - 12px);
	}
	.c-Grid.-lg.-col-3 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 16px);
		    -ms-flex-preferred-size: calc(100% - 16px);
		        flex-basis: calc(100% - 16px);
		width: calc(100% - 16px);
	}
	.c-Grid.-col-4 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 12px);
		    -ms-flex-preferred-size: calc(100% - 12px);
		        flex-basis: calc(100% - 12px);
		width: calc(100% - 12px);
	}
	.c-Grid.-lg.-col-4 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 16px);
		    -ms-flex-preferred-size: calc(100% - 16px);
		        flex-basis: calc(100% - 16px);
		width: calc(100% - 16px);
	}
	.c-Grid.-col-5 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 12px);
		    -ms-flex-preferred-size: calc(100% - 12px);
		        flex-basis: calc(100% - 12px);
		width: calc(100% - 12px);
	}
	.c-Grid.-lg.-col-5 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 16px);
		    -ms-flex-preferred-size: calc(100% - 16px);
		        flex-basis: calc(100% - 16px);
		width: calc(100% - 16px);
	}
	.c-Grid.-col-6 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 12px);
		    -ms-flex-preferred-size: calc(100% - 12px);
		        flex-basis: calc(100% - 12px);
		width: calc(100% - 12px);
	}
	.c-Grid.-lg.-col-6 .c-Grid_Item {
		-webkit-flex-basis: calc(100% - 16px);
		    -ms-flex-preferred-size: calc(100% - 16px);
		        flex-basis: calc(100% - 16px);
		width: calc(100% - 16px);
	}
	.c-Grid.-col-sp-2 .c-Grid_Item {
		-webkit-flex-basis: calc(50% - 16px);
		    -ms-flex-preferred-size: calc(50% - 16px);
		        flex-basis: calc(50% - 16px);
		width: calc(50% - 16px);
	}
	.c-Grid.-lg.-col-sp-2 .c-Grid_Item {
		-webkit-flex-basis: calc(50% - 12px);
		    -ms-flex-preferred-size: calc(50% - 12px);
		        flex-basis: calc(50% - 12px);
		width: calc(50% - 12px);
	}
	.c-Grid.-col-sp-3 .c-Grid_Item {
		-webkit-flex-basis: calc(33.33333% - 16px);
		    -ms-flex-preferred-size: calc(33.33333% - 16px);
		        flex-basis: calc(33.33333% - 16px);
		width: calc(33.33333% - 16px);
	}
	.c-Grid.-lg.-col-sp-3 .c-Grid_Item {
		-webkit-flex-basis: calc(33.33333% - 12px);
		    -ms-flex-preferred-size: calc(33.33333% - 12px);
		        flex-basis: calc(33.33333% - 12px);
		width: calc(33.33333% - 12px);
	}
	.c-Grid.-col-sp-4 .c-Grid_Item {
		-webkit-flex-basis: calc(25% - 16px);
		    -ms-flex-preferred-size: calc(25% - 16px);
		        flex-basis: calc(25% - 16px);
		width: calc(25% - 16px);
	}
	.c-Grid.-lg.-col-sp-4 .c-Grid_Item {
		-webkit-flex-basis: calc(25% - 12px);
		    -ms-flex-preferred-size: calc(25% - 12px);
		        flex-basis: calc(25% - 12px);
		width: calc(25% - 12px);
	}
	.c-Grid.-col-sp-5 .c-Grid_Item {
		-webkit-flex-basis: calc(20% - 16px);
		    -ms-flex-preferred-size: calc(20% - 16px);
		        flex-basis: calc(20% - 16px);
		width: calc(20% - 16px);
	}
	.c-Grid.-lg.-col-sp-5 .c-Grid_Item {
		-webkit-flex-basis: calc(20% - 12px);
		    -ms-flex-preferred-size: calc(20% - 12px);
		        flex-basis: calc(20% - 12px);
		width: calc(20% - 12px);
	}
	.c-Grid.-col-sp-6 .c-Grid_Item {
		-webkit-flex-basis: calc(16.66667% - 16px);
		    -ms-flex-preferred-size: calc(16.66667% - 16px);
		        flex-basis: calc(16.66667% - 16px);
		width: calc(16.66667% - 16px);
	}
	.c-Grid.-lg.-col-sp-6 .c-Grid_Item {
		-webkit-flex-basis: calc(16.66667% - 12px);
		    -ms-flex-preferred-size: calc(16.66667% - 12px);
		        flex-basis: calc(16.66667% - 12px);
		width: calc(16.66667% - 12px);
	}
	.c-H2 {
		font-size: 1.23077rem;
		margin-top: 4.285rem;
	}
	.c-H2::before {
		width: 120px;
	}
	.c-H3 {
		margin-top: 2.85rem;
		font-size: 1.15385rem;
	}
	.c-H4 {
		font-size: 1.15385rem;
		margin-top: 2.85rem;
	}
	.c-Img.-mt-3l {
		margin-top: 4.285rem;
	}
	.c-Img.-mt-2l {
		margin-top: 4.285rem;
	}
	.c-Img.-mt-xl {
		margin-top: 2.85rem;
	}
	.c-Img.-mt-lg {
		margin-top: 2.85rem;
	}
	.c-Img.-full {
		margin-left: -20px;
		margin-right: -20px;
	}
	.c-ImgFloat.-mt-3l {
		margin-top: 4.285rem;
	}
	.c-ImgFloat.-mt-2l {
		margin-top: 4.285rem;
	}
	.c-ImgFloat.-mt-xl {
		margin-top: 2.85rem;
	}
	.c-ImgFloat.-mt-lg {
		margin-top: 2.85rem;
	}
	.c-ImgFloat_Item {
		float: none;
		margin-left: 0;
	}
	.c-ImgGrid.-mt-3l {
		margin-top: 4.285rem;
	}
	.c-ImgGrid.-mt-2l {
		margin-top: 4.285rem;
	}
	.c-ImgGrid.-mt-xl {
		margin-top: 2.85rem;
	}
	.c-ImgGrid.-mt-lg {
		margin-top: 2.85rem;
	}
	.c-ImgGrid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
	.c-ImgGrid_Item {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1.5rem;
		max-width: none;
	}
	.c-ImgGrid.-b .c-ImgGrid_Item {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 0;
	}
	.c-ImgGrid_Body {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		margin-left: 0;
		margin-right: 0;
	}
	.c-ImgGrid.-b .c-ImgGrid_Body {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		margin-bottom: 1.5rem;
	}
	.c-Lead.-mt-3l {
		margin-top: 4.285rem;
	}
	.c-Lead.-mt-2l {
		margin-top: 4.285rem;
	}
	.c-Lead.-mt-xl {
		margin-top: 2.85rem;
	}
	.c-Lead.-mt-lg {
		margin-top: 2.85rem;
	}
	.c-Lead {
		font-size: 1.23077rem;
	}
	.c-Lead.-sm {
		font-size: 1.07692rem;
	}
	.c-Table th,
	.c-Table td {
		padding: 0.75rem 12px;
	}
	.c-Table.-comp th,
	.c-Table.-comp td {
		padding: 0.5rem 10px;
	}
	.c-Table.-mt-3l {
		margin-top: 4.285rem;
	}
	.c-Table.-mt-2l {
		margin-top: 4.285rem;
	}
	.c-Table.-mt-xl {
		margin-top: 2.85rem;
	}
	.c-Table.-mt-lg {
		margin-top: 2.85rem;
	}
	.c-Table.-row-sp tr,
	.c-Table.-row-sp th,
	.c-Table.-row-sp td {
		display: block;
		width: 100%;
	}
	.c-Title_Center {
		margin-top: 4.285rem;
		font-size: 1.15385rem;
	}
	.fac-Gallery {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.fac-Gallery_Item {
		max-width: calc(33.333% - 6px);
	}
	.fac-Gallery_Item.-sm {
		max-width: calc(19.525% - 6px);
	}
	.lat-Contact tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.lat-Contact th {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		width: auto;
	}
	.lat-Contact td {
		font-size: 0.92308rem;
	}
	.lat-Contact thead th:last-child {
		width: auto;
	}
	.news-Header {
		margin-top: 4.285rem;
	}
	.news-Header::before {
		width: 120px;
	}
	.news-Header_Title {
		font-size: 1.23077rem;
	}
	.tp-Contents {
		display: block;
		margin-top: 2.85rem;
	}
	.tp-Contents_Left {
		width: 100%;
		margin-right: 0;
		padding-top: 0;
	}
	.tp-Contents_Right {
		width: 100%;
		margin-left: 0;
		margin-bottom: 2.85rem;
	}
	.tp-Main {
		margin-bottom: 4.285rem;
		padding: 65px 20px 0;
		min-height: 0;
	}
	.tp-Mainvis {
		margin-left: -20px;
		margin-right: -20px;
	}
	.tp-Mainvis {
		margin-bottom: 2rem;
	}
	.tp-Mainvis_Slider .slick-arrow {
		margin-top: -36px;
	}
	.tp-Nav {
		margin-left: -20px;
		margin-right: -20px;
	}
	.tp-Nav {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 2rem;
	}
	.tp-Nav_List {
		margin: -16px -8px 0;
	}
	.tp-Nav_Item {
		width: calc(50% - 16px);
		margin: 16px 8px 0;
	}
	.tp-News_Title {
		font-size: 1.53846rem;
		margin-bottom: 1.5rem;
	}
	.tp-Pamph {
		padding: 20px;
	}
	.tp-Pamph_Inner {
		margin: 0 -10px;
	}
	.tp-Pamph_Item {
		margin: 0 10px;
	}
	.tp-Section_Title {
		font-size: 1.23077rem;
	}
	.tp-Slider {
		padding: 0 0 calc(16px + 0.5rem);
	}
	.tp-Slider_Img {
		height: 200px;
	}
	.tp-Slider_Label {
		padding: 0 20px;
	}
	.tp-Slider_Label picture {
		width: 200px;
	}
	.fancybox-slide {
		padding-left: 20px;
		padding-right: 20px;
	}
	.fancybox-slide--html {
		padding: 6px;
	}
	.fancybox-content {
		padding: 56px 20px 32px;
	}
	.fancybox-button {
		width: 44px;
		height: 44px;
	}
	.fancybox-navigation .fancybox-button--arrow_left {
		display: none;
	}
	.fancybox-navigation .fancybox-button--arrow_right {
		display: none;
	}
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
	table {
		border-collapse: collapse;
	}
}

@media screen and (max-width: 575px) {
	table {
		border-collapse: collapse;
	}
	.sw-OverMin {
		display: none !important;
	}
}

@media (pointer: fine) {
	a:hover {
		text-decoration: none;
	}
	.st-Assist_Item > a:hover {
		color: #567198;
	}
	.st-Global_Item:hover::after {
		opacity: 0;
	}
	.st-Global_Link:hover {
		color: #0F366D;
		background-color: #fff;
	}
	.st-Link_Item > a:hover {
		color: #567198;
	}
	.st-Local_Link:hover {
		background-color: #DEE2F2;
	}
	.st-Menu_Btn:hover .st-Menu_Btn_Bar {
		background-color: #fff;
	}
	body.tp .st-Header.-w .st-Menu_Btn:hover .st-Menu_Btn_Bar {
		background-color: #fff;
	}
	.st-Page2Top > a:hover {
		background-color: #0F366D;
	}
	.st-Page2Top > a:hover::before {
		color: #fff;
	}
	.st-Related_Item:hover {
		opacity: 0.7;
	}
	.st-SNS_Item:hover {
		opacity: 0.7;
	}
	a.st-Topicpath_Item_Inner:hover {
		color: #0F366D;
	}
	a.st-Topicpath_Item_Inner:hover[aria-current="page"] {
		color: #222;
	}
	.c-Btn > a:hover {
		color: #fff;
		background-color: #0F366D;
	}
	a.c-Pagination_Item:hover {
		color: #fff;
		background: rgba(15, 54, 109, .3);
	}
	.lat-Contact tbody th > a:hover {
		color: #fff;
		background-color: #0F366D;
	}
	.news-List_Title > a:hover {
		color: #0F366D;
	}
	.news-More > a:hover {
		opacity: 0.8;
	}
	.tp-Nav_Link.-web:hover {
		background-color: #ebb8be;
	}
	.tp-Nav_Link.-senimar:hover {
		background-color: #b8dce5;
	}
	.tp-Nav_Link.-facility:hover {
		background-color: #eebca2;
	}
	.tp-Nav_Link.-message:hover {
		background-color: #d1e0a0;
	}
	.tp-Nav_Link.-news:hover {
		background-color: #838bad;
	}
	.tp-Pamph_Item > a:hover > img {
		opacity: 0.7;
	}
}

@media (-ms-high-contrast: none) {
	a:hover {
		text-decoration: none;
	}
	.st-Assist_Item > a:hover {
		color: #567198;
	}
	.st-Global_Item:hover::after {
		opacity: 0;
	}
	.st-Global_Link:hover {
		color: #0F366D;
		background-color: #fff;
	}
	.st-Link_Item > a:hover {
		color: #567198;
	}
	.st-Local_Link:hover {
		background-color: #DEE2F2;
	}
	.st-Menu_Btn:hover .st-Menu_Btn_Bar {
		background-color: #fff;
	}
	body.tp .st-Header.-w .st-Menu_Btn:hover .st-Menu_Btn_Bar {
		background-color: #fff;
	}
	.st-Page2Top > a:hover {
		background-color: #0F366D;
	}
	.st-Page2Top > a:hover::before {
		color: #fff;
	}
	.st-Related_Item:hover {
		opacity: 0.7;
	}
	.st-SNS_Item:hover {
		opacity: 0.7;
	}
	a.st-Topicpath_Item_Inner:hover {
		color: #0F366D;
	}
	a.st-Topicpath_Item_Inner:hover[aria-current="page"] {
		color: #222;
	}
	.c-Btn > a:hover {
		color: #fff;
		background-color: #0F366D;
	}
	a.c-Pagination_Item:hover {
		color: #fff;
		background: rgba(15, 54, 109, .3);
	}
	.lat-Contact tbody th > a:hover {
		color: #fff;
		background-color: #0F366D;
	}
	.news-List_Title > a:hover {
		color: #0F366D;
	}
	.news-More > a:hover {
		opacity: 0.8;
	}
	.tp-Nav_Link.-web:hover {
		background-color: #ebb8be;
	}
	.tp-Nav_Link.-senimar:hover {
		background-color: #b8dce5;
	}
	.tp-Nav_Link.-facility:hover {
		background-color: #eebca2;
	}
	.tp-Nav_Link.-message:hover {
		background-color: #d1e0a0;
	}
	.tp-Nav_Link.-news:hover {
		background-color: #838bad;
	}
	.tp-Pamph_Item > a:hover > img {
		opacity: 0.7;
	}
}

@media (pointer: coarse) {
	a:active {
		text-decoration: none;
	}
	.st-Assist_Item > a:active {
		color: #567198;
	}
	.st-Global_Item:active::after {
		opacity: 0;
	}
	.st-Global_Link:active {
		color: #0F366D;
		background-color: #fff;
	}
	.st-Link_Item > a:active {
		color: #567198;
	}
	.st-Local_Link:active {
		background-color: #DEE2F2;
	}
	.st-Menu_Btn:active .st-Menu_Btn_Bar {
		background-color: #fff;
	}
	body.tp .st-Header.-w .st-Menu_Btn:active .st-Menu_Btn_Bar {
		background-color: #fff;
	}
	.st-Page2Top > a:active {
		background-color: #0F366D;
	}
	.st-Page2Top > a:active::before {
		color: #fff;
	}
	.st-Related_Item:active {
		opacity: 0.7;
	}
	.st-SNS_Item:active {
		opacity: 0.7;
	}
	a.st-Topicpath_Item_Inner:active {
		color: #0F366D;
	}
	a.st-Topicpath_Item_Inner:active[aria-current="page"] {
		color: #222;
	}
	.c-Btn > a:active {
		color: #fff;
		background-color: #0F366D;
	}
	a.c-Pagination_Item:active {
		color: #fff;
		background: rgba(15, 54, 109, .3);
	}
	.lat-Contact tbody th > a:active {
		color: #fff;
		background-color: #0F366D;
	}
	.news-List_Title > a:active {
		color: #0F366D;
	}
	.news-More > a:active {
		opacity: 0.8;
	}
	.tp-Nav_Link.-web:active {
		background-color: #ebb8be;
	}
	.tp-Nav_Link.-senimar:active {
		background-color: #b8dce5;
	}
	.tp-Nav_Link.-facility:active {
		background-color: #eebca2;
	}
	.tp-Nav_Link.-message:active {
		background-color: #d1e0a0;
	}
	.tp-Nav_Link.-news:active {
		background-color: #838bad;
	}
	.tp-Pamph_Item > a:active > img {
		opacity: 0.7;
	}
}

@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;
	}
	.sw-Tablet {
		display: none !important;
	}
}

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

@media screen and (min-width: 576px) {
	.sw-Min {
		display: none !important;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Assist_Item > a:hover {
		color: #0F366D;
		background-color: #fff;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Assist_Item > a:hover {
		color: #0F366D;
		background-color: #fff;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Assist_Item > a:active {
		color: #0F366D;
		background-color: #fff;
	}
}

@media screen and (max-width: 767px) and (pointer: fine) {
	.st-Menu_Btn:hover {
		background-color: #0F366D;
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
	.st-Menu_Btn:hover {
		background-color: #0F366D;
	}
}

@media screen and (max-width: 767px) and (pointer: coarse) {
	.st-Menu_Btn:active {
		background-color: #0F366D;
	}
}

@media (max-width: 1640px) {
	.st-Page2Top {
		left: auto;
		right: 20px;
	}
}

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