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

  FileName  : style.css
  Generator : Sass

-------------------------------------------- */
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Oswald:300,400|Noto+Serif+JP:400,500,700");
@font-face {
	font-family: "icon";
	src: url("/css/fonts/icon.eot");
	src: url("/css/fonts/icon.eot?#iefix") format("eot"), url("/css/fonts/icon.woff") format("woff"), url("/css/fonts/icon.ttf") format("truetype"), url("/css/fonts/icon.svg#icon") format("svg");
	font-weight: 400;
	font-style: normal;
}

@-webkit-keyframes linkBar {
	0% {
		left: 50%;
		right: 0;
	}
	50% {
		left: 100%;
		right: 0;
	}
	50.1% {
		left: 0;
		right: 100%;
	}
	100% {
		left: 0;
		right: 0;
	}
}

@keyframes linkBar {
	0% {
		left: 50%;
		right: 0;
	}
	50% {
		left: 100%;
		right: 0;
	}
	50.1% {
		left: 0;
		right: 100%;
	}
	100% {
		left: 0;
		right: 0;
	}
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
	-webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
html, body, div, span, object, iframe,
blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
p, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
canvas, details, figcaption, figure,
hgroup, menu, summary,
time, mark, audio, video, main,
article, aside, footer, header, nav, section {
	margin: 0;
	padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/* Grouping content
   ========================================================================== */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

figure {
	text-align: center;
}

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
a {
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	/* 2 */
}

b,
strong {
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

address {
	font-style: normal;
}

/* Embedded content
   ========================================================================== */
audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	vertical-align: top;
}

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.25;
	margin: 0;
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	outline: 0;
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

button:active,
button:focus,
button:active > span,
button:focus > span {
	position: relative;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

:placeholder-shown {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
}

/* Interactive
   ========================================================================== */
details,
menu {
	display: block;
}

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
canvas {
	display: inline-block;
}

template {
	display: none;
}

/* Hidden
   ========================================================================== */
[hidden] {
	display: none;
}

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

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

@-ms-viewport {
	width: auto;
}

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

html {
	color: #111;
	font-size: 14px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.78;
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 767px) {
	html {
		font-size: 13px;
	}
}

@media all and (-ms-high-contrast: none) {
	html {
		font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-all;
}

body.is-fixed {
	position: fixed;
}

a {
	text-decoration: underline;
	color: #cd255d;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media (pointer: fine) {
	a:hover {
		text-decoration: none;
		color: #b82154;
	}
}

@media (-ms-high-contrast: none) {
	a:hover {
		text-decoration: none;
		color: #b82154;
	}
}

@media (pointer: coarse) {
	a:active {
		text-decoration: none;
		color: #b82154;
	}
}

.st-Main-ec_economics a {
	color: #0066a2;
}

.st-Main-bizadmin_manegement a {
	color: #306751;
}

.st-Main-bizadmin_commerce a {
	color: #f39800;
}

.st-Main-public_affairs a {
	color: #cd255d;
}

h1 {
	font-size: 2.57143rem;
	line-height: 1.2375;
	margin: 0 0 3.5rem;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 2rem;
		margin-bottom: 2.5rem;
	}
}

h2 {
	font-size: 1.85714rem;
	font-weight: 600;
	line-height: 1.2375;
	margin: 4rem 0 2rem;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 1.38462rem;
		margin: 3rem 0 1.5rem;
	}
}

h2::first-letter {
	font-size: 2.57143rem;
}

@media screen and (max-width: 767px) {
	h2::first-letter {
		font-size: 1.84615rem;
	}
}

.st-Main-ec_economics h2 {
	color: #0066a2;
}

.st-Main-bizadmin_manegement h2 {
	color: #306751;
}

.st-Main-bizadmin_commerce h2 {
	color: #f39800;
}

.st-Main-public_affairs h2 {
	color: #cd255d;
}

h1 + h2,
.mc-Header + h2 {
	margin-top: 0;
}

h2:not([class]) > a {
	width: 100%;
	display: inline-block;
}

h2 a {
	color: #111;
}

h3 {
	font-size: 1.57143rem;
	font-weight: 600;
	line-height: 1.2375;
	margin: 3.75rem 0 1.5rem;
	padding: 0.5rem 0 1rem 0;
	border-bottom: 3px solid #ddd;
	position: relative;
}

h3:before {
	content: "";
	position: absolute;
	display: block;
	bottom: -3px;
	left: 0;
	background: #cd255d;
	width: 120px;
	height: 3px;
}

.st-Main-ec_economics h3:before {
	background: #0066a2;
}

.st-Main-bizadmin_manegement h3:before {
	background: #306751;
}

.st-Main-bizadmin_commerce h3:before {
	background: #f39800;
}

.st-Main-public_affairs h3:before {
	background: #cd255d;
}

@media screen and (max-width: 767px) {
	h3 {
		font-size: 1.23077rem;
		margin: 2.75rem 0 0.75rem;
	}
}

h2 + h3 {
	margin-top: 0;
}

h3 .sw-Small {
	font-size: 1.28571rem;
}

@media screen and (max-width: 767px) {
	h3 .sw-Small {
		font-size: 1rem;
	}
}

.mc-Box h3 {
	margin-top: 0;
}

.mc-ImgBox h3 {
	margin-top: 0;
}

h4 {
	font-size: 1.21429rem;
	font-weight: 600;
	line-height: 1.2375;
	margin: 2rem 0 1rem;
	padding: 0.1rem 0 0.3rem 10px;
	border-left: 5px solid #cd255d;
}

@media screen and (max-width: 767px) {
	h4 {
		font-size: 1.15385rem;
	}
}

.st-Main-ec_economics h4 {
	border-left-color: #0066a2;
}

.st-Main-bizadmin_manegement h4 {
	border-left-color: #306751;
}

.st-Main-bizadmin_commerce h4 {
	border-left-color: #f39800;
}

.st-Main-public_affairs h4 {
	border-left-color: #cd255d;
}

h3 + h4 {
	margin-top: 0;
}

h5 {
	font-size: 1.07143rem;
	font-weight: 600;
	line-height: 1.2375;
	margin: 2rem 0 1.2rem;
	padding: 0.25rem 0 0 20px;
	position: relative;
}

h5:before {
	content: "●";
	color: #cd255d;
	position: absolute;
	top: 3px;
	left: 0;
}

@media screen and (max-width: 767px) {
	h5 {
		font-size: 1.07692rem;
	}
}

h4 + h5 {
	margin-top: 0;
}

h6 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2375;
	margin: 1.5rem 0 1rem;
	padding: 0;
}

@media screen and (max-width: 767px) {
	h6 {
		font-size: 1rem;
	}
}

h5 + h6 {
	margin-top: 0;
}

p {
	line-height: 1.78;
	margin: 0 0 1.5rem;
}

ul {
	list-style-type: none;
	line-height: 1.78;
	margin: 0 0 1.5rem;
}

ul > li {
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 0.15rem;
	text-indent: 0;
}

ul > li:last-child {
	margin-bottom: 0;
}

ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 7.7px;
	top: 0.55rem;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	background: #111;
}

ul > li > ul {
	margin-top: 0.15rem;
	margin-bottom: 0;
}

ol {
	list-style-type: none;
	counter-reset: ol;
	line-height: 1.78;
	margin: 0 0 1.5rem;
}

ol > li {
	counter-increment: ol;
	text-indent: -2.25rem;
	margin: 0 0 0.5rem;
	padding: 0 0 0 2.25rem;
}

ol > li::before {
	content: counter(ol) ". ";
	display: inline-block;
	text-align: right;
	font-weight: 500;
	width: 31.5px;
	width: 2.25rem;
	padding-right: 7px;
	padding-right: 0.5rem;
	text-indent: 0;
	box-sizing: border-box;
	font-weight: 600;
}

table {
	width: 100%;
	line-height: 1.78;
	margin: 0 0 1.5rem;
	border-collapse: collapse;
}

li > table {
	margin-top: 0.5rem;
}

caption {
	font-weight: 600;
	color: #cd255d;
	font-size: 1.14286rem;
	text-align: left;
	margin-bottom: 1rem;
}

.st-Main-ec_economics caption {
	color: #0066a2;
}

.st-Main-bizadmin_manegement caption {
	color: #306751;
}

.st-Main-bizadmin_commerce caption {
	color: #f39800;
}

.st-Main-public_affairs caption {
	color: #cd255d;
}

th,
td {
	text-align: left;
	padding: 0.75rem 15px;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

@media screen and (max-width: 575px) {
	th,
	td {
		padding: 0.75rem 7px;
	}
}

th > p,
th > ul,
th > ol,
th > li,
th > dl,
th > :last-child,
td > p,
td > ul,
td > ol,
td > li,
td > dl,
td > :last-child {
	margin-bottom: 0;
}

th {
	background: #e8e8e8;
}

thead th {
	text-align: center;
	color: #fff;
	background: #444;
}

th.mc-Head {
	color: #fff;
	background: #444;
}

td {
	background: #fff;
}

figure {
	margin: 0 0 1.5rem;
}

figure img {
	max-width: 100%;
	height: auto;
}

figcaption {
	line-height: 1.4;
	padding: 0.5rem 0 0;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-webkit-keyframes spin-left {
	0% {
		-webkit-transform: rotate(130deg);
		        transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(130deg);
		        transform: rotate(130deg);
	}
}

@keyframes spin-left {
	0% {
		-webkit-transform: rotate(130deg);
		        transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(130deg);
		        transform: rotate(130deg);
	}
}

@-webkit-keyframes spin-right {
	0% {
		-webkit-transform: rotate(-130deg);
		        transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(-130deg);
		        transform: rotate(-130deg);
	}
}

@keyframes spin-right {
	0% {
		-webkit-transform: rotate(-130deg);
		        transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		        transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(-130deg);
		        transform: rotate(-130deg);
	}
}

pre {
	color: #666;
	padding: 1.5rem;
	white-space: -moz-pre-wrap;
	/* Mozilla */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	white-space: pre-wrap;
	/* CSS3 */
	word-wrap: break-word;
	/* IE 5.5+ */
	border: 1px solid #e8e8e8;
	margin: 0 0 3rem;
}

dl dt {
	font-weight: bold;
	margin-bottom: .5rem;
}

dl dd > :last-child {
	margin-bottom: 0;
}

.sw-Pink {
	color: #cd255d;
}

.sw-Red {
	color: #c00;
}

.sw-Dot {
	border-bottom: 1px dashed #111;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
}

@media screen and (max-width: 991px), print {
	.sw-WidePC {
		display: none !important;
	}
}

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

@media screen and (max-width: 767px) {
	.sw-PC {
		display: none !important;
	}
}

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

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

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

.sw-Blank {
	position: relative;
	padding-right: 22px;
}

.sw-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;
	position: absolute;
	margin: 7.7px 0 0 5px;
	margin: 0.55rem 0 0 5px;
	line-height: 10px;
	height: 10px;
	font-size: 12px;
	color: #cd255d;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

.sw-Blank > img + :after {
	color: #00c;
}

.sw-Pdf {
	position: relative;
	padding-right: 25px;
}

.sw-Pdf: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;
	position: absolute;
	margin: 4.2px 0 0 5px;
	margin: 0.3rem 0 0 5px;
	line-height: 16px;
	font-size: 16px;
	width: 12px;
	height: 16px;
	overflow: hidden;
	color: #af2715;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

@media screen and (max-width: 767px) {
	.sw-Pdf:after {
		font-size: 16px;
	}
}

.sw-Doc {
	position: relative;
	padding-right: 25px;
}

.sw-Doc: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;
	position: absolute;
	margin: 4.2px 0 0 5px;
	margin: 0.3rem 0 0 5px;
	line-height: 16px;
	font-size: 16px;
	width: 12px;
	height: 16px;
	overflow: hidden;
	color: #0081ce;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

@media screen and (max-width: 767px) {
	.sw-Doc:after {
		font-size: 16px;
	}
}

.sw-Xls {
	position: relative;
	padding-right: 25px;
}

.sw-Xls: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;
	position: absolute;
	margin: 4.2px 0 0 5px;
	margin: 0.3rem 0 0 5px;
	line-height: 16px;
	font-size: 16px;
	width: 12px;
	height: 16px;
	overflow: hidden;
	color: #3aa22b;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

@media screen and (max-width: 767px) {
	.sw-Xls:after {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.sw-Block th {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.sw-Block td {
		display: block;
	}
}

.sw-TelLink-enable {
	color: #cd255d;
}

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

.sw-TelLink-disable:hover {
	color: #111;
}

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

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

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

.sw-Small {
	font-size: 0.85em;
}

.sw-Mshort {
	margin-top: -1rem;
}

.sw-Ver {
	line-height: 1.2375;
}

.sw-Pink {
	color: #cd255d;
}

.sw-Blue {
	color: #2576a4;
}

.sw-Important {
	color: #c00;
	font-weight: 900;
}

.sw-5 {
	width: 5%;
}

.sw-10 {
	width: 10%;
}

@media screen and (max-width: 767px) {
	.sw-10 {
		width: auto;
	}
}

.sw-15 {
	width: 15%;
}

.sw-20 {
	width: 20%;
}

@media screen and (max-width: 767px) {
	.sw-20 {
		width: auto;
	}
}

.sw-25 {
	width: 25%;
}

.sw-30 {
	width: 30%;
}

@media screen and (max-width: 767px) {
	.sw-30 {
		width: auto;
	}
}

.sw-35 {
	width: 35%;
}

.sw-40 {
	width: 40%;
}

@media screen and (max-width: 767px) {
	.sw-40 {
		width: auto;
	}
}

.sw-45 {
	width: 45%;
}

.sw-50 {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.sw-50 {
		width: auto;
	}
}

.sw-55 {
	width: 55%;
}

.sw-60 {
	width: 60%;
}

@media screen and (max-width: 767px) {
	.sw-60 {
		width: auto;
	}
}

.sw-65 {
	width: 65%;
}

.sw-70 {
	width: 70%;
}

@media screen and (max-width: 767px) {
	.sw-70 {
		width: auto;
	}
}

.sw-75 {
	width: 75%;
}

.sw-80 {
	width: 80%;
}

@media screen and (max-width: 767px) {
	.sw-80 {
		width: auto;
	}
}

.sw-85 {
	width: 85%;
}

.sw-90 {
	width: 90%;
}

@media screen and (max-width: 767px) {
	.sw-90 {
		width: auto;
	}
}

.sw-95 {
	width: 95%;
}

.sw-100 {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.sw-100 {
		width: auto;
	}
}

.st-Address {
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	.st-Address {
		text-align: center;
	}
}

.st-Footer_Inner-english .st-Address {
	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%;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.st-Footer_Inner-english .st-Address {
		display: block;
	}
}

.st-Address_Logo {
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
	.st-Address_Logo {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		margin-bottom: 1rem;
		padding-right: 15px;
	}
}

.st-Footer_Inner-english .st-Address_Logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.st-Footer_Inner-english .st-Address_Logo {
		margin-bottom: 0.5rem;
	}
}

.st-Address_Logo > img {
	width: 100%;
	max-width: 190px;
	height: auto;
}

.st-Address_Txt {
	color: #fff;
	margin: 0;
}

.st-Address_Txt a,
.st-Address_Txt .sw-TelLink-disable {
	color: #fff;
	text-decoration: none;
}

.st-Footer_Inner-english .st-Address_Txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: 90%;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.st-Footer_Inner-english .st-Address_Txt {
		max-width: none;
		padding-left: 0;
	}
}

.st-Assist {
	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;
	height: 80px;
	margin: 0;
	padding-right: 30px;
}

@media screen and (max-width: 991px), print {
	.st-Assist {
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.st-Assist {
		display: none;
	}
}

.st-Assist_Item-access, .st-Assist_Item-exam, .st-Assist_Item-sitemap {
	margin: 0;
	padding: 0 10px;
}

.st-Assist_Item-access:before, .st-Assist_Item-exam:before, .st-Assist_Item-sitemap:before {
	content: none;
}

.st-Assist_Item-access > a, .st-Assist_Item-exam > a, .st-Assist_Item-sitemap > a {
	position: relative;
	display: inline-block;
	color: #111;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 8px 0 30px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 0.25rem;
}

.st-Assist_Item-access > a::after, .st-Assist_Item-exam > a::after, .st-Assist_Item-sitemap > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #111;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
	.st-Assist_Item-access > a:hover::after, .st-Assist_Item-exam > a:hover::after, .st-Assist_Item-sitemap > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Assist_Item-access > a:hover::after, .st-Assist_Item-exam > a:hover::after, .st-Assist_Item-sitemap > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (-ms-high-contrast: none) {
	.st-Assist_Item-access > a:hover::after, .st-Assist_Item-exam > a:hover::after, .st-Assist_Item-sitemap > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Assist_Item-access > a:hover::after, .st-Assist_Item-exam > a:hover::after, .st-Assist_Item-sitemap > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (pointer: coarse) {
	.st-Assist_Item-access > a:active::after, .st-Assist_Item-exam > a:active::after, .st-Assist_Item-sitemap > a:active::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Assist_Item-access > a:active::after, .st-Assist_Item-exam > a:active::after, .st-Assist_Item-sitemap > a:active::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (pointer: fine) {
	.st-Assist_Item-access > a:hover, .st-Assist_Item-exam > a:hover, .st-Assist_Item-sitemap > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.st-Assist_Item-access > a:hover, .st-Assist_Item-exam > a:hover, .st-Assist_Item-sitemap > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.st-Assist_Item-access > a:active, .st-Assist_Item-exam > a:active, .st-Assist_Item-sitemap > a:active {
		color: #cd255d;
	}
}

.st-Assist_Item-access > 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;
	top: 0.15em;
	left: 5px;
	font-size: 18px;
}

.st-Assist_Item-exam > 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;
	top: 0.15em;
	left: 6px;
	font-size: 18px;
}

.st-Assist_Item-sitemap > 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;
	top: 0.15em;
	left: 6px;
	font-size: 18px;
}

.st-Btns {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 240px;
	height: 80px;
	margin: 0;
	z-index: 100;
}

body[aria-busy="false"] .st-Btns {
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

@media screen and (max-width: 767px) {
	.st-Btns {
		width: 165px;
		height: 60px;
	}
}

.st-Header-ams_labo .st-Btns,
.st-Header-ca_labo .st-Btns,
.st-Header-graduate .st-Btns,
.st-Header-club .st-Btns,
.st-Header-general .st-Btns,
.st-Header-joint_labo .st-Btns,
.st-Header-museum .st-Btns,
.st-Header-lib .st-Btns {
	width: 160px;
}

@media screen and (max-width: 767px) {
	.st-Header-ams_labo .st-Btns,
	.st-Header-ca_labo .st-Btns,
	.st-Header-graduate .st-Btns,
	.st-Header-club .st-Btns,
	.st-Header-general .st-Btns,
	.st-Header-joint_labo .st-Btns,
	.st-Header-museum .st-Btns,
	.st-Header-lib .st-Btns {
		width: 110px;
	}
}

.st-Header-english .st-Btns {
	width: 80px;
}

@media screen and (max-width: 767px) {
	.st-Header-english .st-Btns {
		width: 55px;
	}
}

.st-Header-top .st-Btns {
	width: 360px;
	height: 120px;
}

@media screen and (max-width: 991px), print {
	.st-Header-top .st-Btns {
		width: 300px;
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.st-Header-top .st-Btns {
		width: 165px;
		height: 60px;
	}
}

.st-Header-top.st-Header-ams_labo .st-Btns,
.st-Header-top.st-Header-ca_labo .st-Btns,
.st-Header-top.st-Header-graduate .st-Btns,
.st-Header-top.st-Header-club .st-Btns,
.st-Header-top.st-Header-general .st-Btns,
.st-Header-top.st-Header-joint_labo .st-Btns,
.st-Header-top.st-Header-museum .st-Btns,
.st-Header-top.st-Header-lib .st-Btns {
	width: 240px;
	height: 120px;
}

@media screen and (max-width: 991px), print {
	.st-Header-top.st-Header-ams_labo .st-Btns,
	.st-Header-top.st-Header-ca_labo .st-Btns,
	.st-Header-top.st-Header-graduate .st-Btns,
	.st-Header-top.st-Header-club .st-Btns,
	.st-Header-top.st-Header-general .st-Btns,
	.st-Header-top.st-Header-joint_labo .st-Btns,
	.st-Header-top.st-Header-museum .st-Btns,
	.st-Header-top.st-Header-lib .st-Btns {
		width: 200px;
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.st-Header-top.st-Header-ams_labo .st-Btns,
	.st-Header-top.st-Header-ca_labo .st-Btns,
	.st-Header-top.st-Header-graduate .st-Btns,
	.st-Header-top.st-Header-club .st-Btns,
	.st-Header-top.st-Header-general .st-Btns,
	.st-Header-top.st-Header-joint_labo .st-Btns,
	.st-Header-top.st-Header-museum .st-Btns,
	.st-Header-top.st-Header-lib .st-Btns {
		width: 110px;
		height: 60px;
	}
}

.st-Header-top.st-Header-english .st-Btns {
	width: 120px;
	height: 120px;
}

@media screen and (max-width: 991px), print {
	.st-Header-top.st-Header-english .st-Btns {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.st-Header-top.st-Header-english .st-Btns {
		width: 55px;
		height: 60px;
	}
}

.st-Header-fixed .st-Btns {
	width: 240px;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed .st-Btns {
		width: 165px;
	}
}

.st-Header-fixed.st-Header-ams_labo .st-Btns,
.st-Header-fixed.st-Header-ca_labo .st-Btns,
.st-Header-fixed.st-Header-graduate .st-Btns,
.st-Header-fixed.st-Header-club .st-Btns,
.st-Header-fixed.st-Header-general .st-Btns,
.st-Header-fixed.st-Header-joint_labo .st-Btns,
.st-Header-fixed.st-Header-museum .st-Btns,
.st-Header-fixed.st-Header-lib .st-Btns {
	width: 160px;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed.st-Header-ams_labo .st-Btns,
	.st-Header-fixed.st-Header-ca_labo .st-Btns,
	.st-Header-fixed.st-Header-graduate .st-Btns,
	.st-Header-fixed.st-Header-club .st-Btns,
	.st-Header-fixed.st-Header-general .st-Btns,
	.st-Header-fixed.st-Header-joint_labo .st-Btns,
	.st-Header-fixed.st-Header-museum .st-Btns,
	.st-Header-fixed.st-Header-lib .st-Btns {
		width: 110px;
	}
}

.st-Header-fixed.st-Header-english .st-Btns {
	width: 80px;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed.st-Header-english .st-Btns {
		width: 55px;
	}
}

.st-Btns_Item-request, .st-Btns_Item-search, .st-Btns_Item-menu, .st-Btns_Item-univ {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.st-Btns_Item-request::before, .st-Btns_Item-search::before, .st-Btns_Item-menu::before, .st-Btns_Item-univ::before {
	content: none;
}

body[aria-busy="false"] .st-Btns_Item-request, body[aria-busy="false"] .st-Btns_Item-search, body[aria-busy="false"] .st-Btns_Item-menu, body[aria-busy="false"] .st-Btns_Item-univ {
	-webkit-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
}

@media screen and (max-width: 767px) {
	.st-Btns_Item-request, .st-Btns_Item-search, .st-Btns_Item-menu, .st-Btns_Item-univ {
		width: 55px;
		height: 60px;
	}
}

.st-Header-top .st-Btns_Item-request, .st-Header-top .st-Btns_Item-search, .st-Header-top .st-Btns_Item-menu, .st-Header-top .st-Btns_Item-univ {
	width: 120px;
	height: 120px;
}

@media screen and (max-width: 991px), print {
	.st-Header-top .st-Btns_Item-request, .st-Header-top .st-Btns_Item-search, .st-Header-top .st-Btns_Item-menu, .st-Header-top .st-Btns_Item-univ {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-request, .st-Header-top .st-Btns_Item-search, .st-Header-top .st-Btns_Item-menu, .st-Header-top .st-Btns_Item-univ {
		width: 55px;
		height: 60px;
	}
}

.st-Header-fixed .st-Btns_Item-request, .st-Header-fixed .st-Btns_Item-search, .st-Header-fixed .st-Btns_Item-menu, .st-Header-fixed .st-Btns_Item-univ {
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-request, .st-Header-fixed .st-Btns_Item-search, .st-Header-fixed .st-Btns_Item-menu, .st-Header-fixed .st-Btns_Item-univ {
		width: 55px;
		height: 60px;
	}
}

.st-Btns_Item-request > a, .st-Btns_Item-search > a, .st-Btns_Item-menu > a, .st-Btns_Item-univ > a {
	position: relative;
	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-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 0.85714rem;
	font-weight: 500;
	line-height: 1.2375;
	text-decoration: none;
	padding: 0 0 0.25rem;
}

@media screen and (max-width: 767px) {
	.st-Btns_Item-request > a, .st-Btns_Item-search > a, .st-Btns_Item-menu > a, .st-Btns_Item-univ > a {
		width: 55px;
		height: 60px;
		font-size: 0.76923rem;
	}
}

body[aria-busy="false"] .st-Btns_Item-request > a, body[aria-busy="false"] .st-Btns_Item-search > a, body[aria-busy="false"] .st-Btns_Item-menu > a, body[aria-busy="false"] .st-Btns_Item-univ > a {
	-webkit-transition: background-color 0.3s, width 0.3s, height 0.3s, font-size 0.3s;
	transition: background-color 0.3s, width 0.3s, height 0.3s, font-size 0.3s;
}

.st-Btns_Item-request > a::after, .st-Btns_Item-search > a::after, .st-Btns_Item-menu > a::after, .st-Btns_Item-univ > a::after {
	content: none;
}

.st-Header-top .st-Btns_Item-request > a, .st-Header-top .st-Btns_Item-search > a, .st-Header-top .st-Btns_Item-menu > a, .st-Header-top .st-Btns_Item-univ > a {
	width: 120px;
	height: 120px;
	font-size: 1rem;
}

@media screen and (max-width: 991px), print {
	.st-Header-top .st-Btns_Item-request > a, .st-Header-top .st-Btns_Item-search > a, .st-Header-top .st-Btns_Item-menu > a, .st-Header-top .st-Btns_Item-univ > a {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-request > a, .st-Header-top .st-Btns_Item-search > a, .st-Header-top .st-Btns_Item-menu > a, .st-Header-top .st-Btns_Item-univ > a {
		width: 55px;
		height: 60px;
		font-size: 0.76923rem;
	}
}

.st-Header-fixed .st-Btns_Item-request > a, .st-Header-fixed .st-Btns_Item-search > a, .st-Header-fixed .st-Btns_Item-menu > a, .st-Header-fixed .st-Btns_Item-univ > a {
	width: 80px;
	height: 80px;
	font-size: 0.85714rem;
}

@media screen and (max-width: 991px), print {
	.st-Header-fixed .st-Btns_Item-request > a, .st-Header-fixed .st-Btns_Item-search > a, .st-Header-fixed .st-Btns_Item-menu > a, .st-Header-fixed .st-Btns_Item-univ > a {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-request > a, .st-Header-fixed .st-Btns_Item-search > a, .st-Header-fixed .st-Btns_Item-menu > a, .st-Header-fixed .st-Btns_Item-univ > a {
		width: 55px;
		height: 60px;
		font-size: 0.76923rem;
	}
}

.st-Btns_Item-request > a {
	background: #444;
}

.st-Btns_Item-request > 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: "";
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	.st-Btns_Item-request > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 22px;
	}
}

body[aria-busy="false"] .st-Btns_Item-request > a::before {
	-webkit-transition: font-size 0.3s, width 0.3s, height 0.3s, line-height 0.3s;
	transition: font-size 0.3s, width 0.3s, height 0.3s, line-height 0.3s;
}

.st-Header-top .st-Btns_Item-request > a::before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
}

@media screen and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-request > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 22px;
	}
}

.st-Header-fixed .st-Btns_Item-request > a::before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-request > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 22px;
	}
}

@media (pointer: fine) {
	.st-Btns_Item-request > a:hover {
		background-color: #2b2b2b;
	}
	.st-Btns_Item-request > a:hover::before {
		font-size: 28px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Btns_Item-request > a:hover::before {
		font-size: 26px;
	}
}

@media (pointer: fine) {
	.st-Header-top .st-Btns_Item-request > a:hover::before {
		font-size: 36px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-request > a:hover::before {
		font-size: 26px;
	}
}

@media (pointer: fine) {
	.st-Header-fixed .st-Btns_Item-request > a:hover::before {
		font-size: 28px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-request > a:hover::before {
		font-size: 26px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Btns_Item-request > a:hover {
		background-color: #2b2b2b;
	}
	.st-Btns_Item-request > a:hover::before {
		font-size: 28px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Btns_Item-request > a:hover::before {
		font-size: 26px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Header-top .st-Btns_Item-request > a:hover::before {
		font-size: 36px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-request > a:hover::before {
		font-size: 26px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Header-fixed .st-Btns_Item-request > a:hover::before {
		font-size: 28px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-request > a:hover::before {
		font-size: 26px;
	}
}

@media (pointer: coarse) {
	.st-Btns_Item-request > a:active {
		background-color: #2b2b2b;
	}
	.st-Btns_Item-request > a:active::before {
		font-size: 28px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Btns_Item-request > a:active::before {
		font-size: 26px;
	}
}

@media (pointer: coarse) {
	.st-Header-top .st-Btns_Item-request > a:active::before {
		font-size: 36px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-request > a:active::before {
		font-size: 26px;
	}
}

@media (pointer: coarse) {
	.st-Header-fixed .st-Btns_Item-request > a:active::before {
		font-size: 28px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-request > a:active::before {
		font-size: 26px;
	}
}

.st-Btns_Item-search > a {
	background: #111;
}

.st-Btns_Item-search > 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: "";
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.st-Btns_Item-search > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
	}
}

body[aria-busy="false"] .st-Btns_Item-search > a::before {
	-webkit-transition: font-size 0.3s, width 0.3s, height 0.3s, line-height 0.3s;
	transition: font-size 0.3s, width 0.3s, height 0.3s, line-height 0.3s;
}

.st-Header-top .st-Btns_Item-search > a::before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
}

@media screen and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-search > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
	}
}

.st-Header-fixed .st-Btns_Item-search > a::before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-search > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
	}
}

@media (pointer: fine) {
	.st-Btns_Item-search > a:hover {
		background-color: black;
	}
	.st-Btns_Item-search > a:hover::before {
		font-size: 22px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Btns_Item-search > a:hover::before {
		font-size: 20px;
	}
}

@media (pointer: fine) {
	.st-Header-top .st-Btns_Item-search > a:hover::before {
		font-size: 30px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-search > a:hover::before {
		font-size: 20px;
	}
}

@media (pointer: fine) {
	.st-Header-fixed .st-Btns_Item-search > a:hover::before {
		font-size: 22px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-search > a:hover::before {
		font-size: 20px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Btns_Item-search > a:hover {
		background-color: black;
	}
	.st-Btns_Item-search > a:hover::before {
		font-size: 22px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Btns_Item-search > a:hover::before {
		font-size: 20px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Header-top .st-Btns_Item-search > a:hover::before {
		font-size: 30px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-search > a:hover::before {
		font-size: 20px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Header-fixed .st-Btns_Item-search > a:hover::before {
		font-size: 22px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-search > a:hover::before {
		font-size: 20px;
	}
}

@media (pointer: coarse) {
	.st-Btns_Item-search > a:active {
		background-color: black;
	}
	.st-Btns_Item-search > a:active::before {
		font-size: 22px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Btns_Item-search > a:active::before {
		font-size: 20px;
	}
}

@media (pointer: coarse) {
	.st-Header-top .st-Btns_Item-search > a:active::before {
		font-size: 30px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-search > a:active::before {
		font-size: 20px;
	}
}

@media (pointer: coarse) {
	.st-Header-fixed .st-Btns_Item-search > a:active::before {
		font-size: 22px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-search > a:active::before {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.st-Btns_Item-menu {
		width: 55px;
	}
}

.st-Header-top .st-Btns_Item-menu {
	width: 120px;
}

@media screen and (max-width: 991px), print {
	.st-Header-top .st-Btns_Item-menu {
		width: 100px;
	}
}

@media screen and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-menu {
		width: 55px;
	}
}

.st-Header-fixed .st-Btns_Item-menu {
	width: 80px;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-menu {
		width: 55px;
	}
}

.st-Btns_Item-menu > a {
	background: #cd255d;
	text-transform: uppercase;
}

@media (pointer: fine) {
	.st-Btns_Item-menu > a:hover {
		background-color: #b82154;
	}
}

@media (-ms-high-contrast: none) {
	.st-Btns_Item-menu > a:hover {
		background-color: #b82154;
	}
}

@media (pointer: coarse) {
	.st-Btns_Item-menu > a:active {
		background-color: #b82154;
	}
}

.st-Btns_Item-univ > a {
	text-align: center;
	background: #cd255d;
	width: 100%;
}

.st-Btns_Item-univ > 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: "";
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	margin-top: 7px;
	margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
	.st-Btns_Item-univ > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		margin-top: 0;
	}
}

body[aria-busy="false"] .st-Btns_Item-univ > a::before {
	-webkit-transition: font-size 0.3s, width 0.3s, height 0.3s, line-height 0.3s;
	transition: font-size 0.3s, width 0.3s, height 0.3s, line-height 0.3s;
}

.st-Header-top .st-Btns_Item-univ > a::before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	margin-top: 16.099px;
	margin-top: 1.15rem;
}

@media screen and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-univ > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		margin-top: 0;
	}
}

.st-Header-fixed .st-Btns_Item-univ > a::before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	margin-top: 7px;
	margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-univ > a::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		margin-top: 0;
	}
}

@media (pointer: fine) {
	.st-Btns_Item-univ > a:hover {
		background-color: #b82154;
	}
	.st-Btns_Item-univ > a:hover::before {
		font-size: 22px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Btns_Item-univ > a:hover::before {
		font-size: 20px;
	}
}

@media (pointer: fine) {
	.st-Header-top .st-Btns_Item-univ > a:hover::before {
		font-size: 30px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-univ > a:hover::before {
		font-size: 20px;
	}
}

@media (pointer: fine) {
	.st-Header-fixed .st-Btns_Item-univ > a:hover::before {
		font-size: 22px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-univ > a:hover::before {
		font-size: 20px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Btns_Item-univ > a:hover {
		background-color: #b82154;
	}
	.st-Btns_Item-univ > a:hover::before {
		font-size: 22px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Btns_Item-univ > a:hover::before {
		font-size: 20px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Header-top .st-Btns_Item-univ > a:hover::before {
		font-size: 30px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-univ > a:hover::before {
		font-size: 20px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Header-fixed .st-Btns_Item-univ > a:hover::before {
		font-size: 22px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-univ > a:hover::before {
		font-size: 20px;
	}
}

@media (pointer: coarse) {
	.st-Btns_Item-univ > a:active {
		background-color: #b82154;
	}
	.st-Btns_Item-univ > a:active::before {
		font-size: 22px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Btns_Item-univ > a:active::before {
		font-size: 20px;
	}
}

@media (pointer: coarse) {
	.st-Header-top .st-Btns_Item-univ > a:active::before {
		font-size: 30px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Header-top .st-Btns_Item-univ > a:active::before {
		font-size: 20px;
	}
}

@media (pointer: coarse) {
	.st-Header-fixed .st-Btns_Item-univ > a:active::before {
		font-size: 22px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Header-fixed .st-Btns_Item-univ > a:active::before {
		font-size: 20px;
	}
}

.st-Contents {
	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;
	width: 100%;
	max-width: 1200px;
	margin: 4rem auto;
}

@media screen and (max-width: 991px), print {
	.st-Contents {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.st-Contents {
		margin: 3rem auto;
	}
}

.mc-Dot {
	border-bottom: 1px dashed #111;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.mc-Dot.mc-Column, .mc-Dot.mc-ImgBox {
	margin-bottom: 2rem;
}

.st-Footer {
	background: #cd255d;
	padding: 4.25rem 40px 3rem;
}

@media screen and (max-width: 767px) {
	.st-Footer {
		padding: 3rem 15px 2rem;
	}
}

.st-Footer_Inner {
	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;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #e3a6bb;
}

@media screen and (max-width: 767px) {
	.st-Footer_Inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
}

.st-Footer_Inner-english {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #e3a6bb;
}

@media screen and (max-width: 767px) {
	.st-Footer_Inner-english {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
}

.st-Footer_Left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 310px;
	    -ms-flex: 0 0 310px;
	        flex: 0 0 310px;
}

@media screen and (max-width: 767px) {
	.st-Footer_Left {
		-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;
	}
}

.st-Footer_Inner-english .st-Footer_Left {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
	.st-Footer_Inner-english .st-Footer_Left {
		-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;
	}
}

.st-Footer_Right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	max-width: 860px;
}

@media screen and (max-width: 767px) {
	.st-Footer_Right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		margin-bottom: 2.5rem;
	}
}

.st-Footer_Inner-english .st-Footer_Right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: none;
	padding-left: 30px;
}

@media screen and (max-width: 767px) {
	.st-Footer_Inner-english .st-Footer_Right {
		padding: 0;
	}
}

.st-Footer_SiteInfo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	.st-Footer_SiteInfo {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #e3a6bb;
	}
}

.st-Footer_SiteInfo_Item {
	position: relative;
	margin: 0;
	padding: 0 35px 0 0;
}

.st-Footer_SiteInfo_Item::before {
	content: none;
}

.st-Footer_SiteInfo_Item::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 1px;
	background: #fff;
}

.st-Footer_SiteInfo_Item:last-child {
	padding-right: 0;
}

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

.st-Footer_SiteInfo_Item > a {
	color: #fff;
	text-decoration: none;
	padding: 0;
}

@media (pointer: fine) {
	.st-Footer_SiteInfo_Item > a:hover {
		text-decoration: underline;
	}
}

@media (-ms-high-contrast: none) {
	.st-Footer_SiteInfo_Item > a:hover {
		text-decoration: underline;
	}
}

@media (pointer: coarse) {
	.st-Footer_SiteInfo_Item > a:active {
		text-decoration: underline;
	}
}

.st-Footer_SiteInfo_Item > a::after {
	display: none;
}

.st-Footer_Column {
	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%;
	margin-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
	.st-Footer_Column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.st-Footer_Column {
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 0;
	}
}

.st-Footer_Inner-english .st-Footer_Column {
	margin-bottom: 0;
}

.st-Footer_JIHEE {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	padding-left: 30px;
}

@media screen and (max-width: 1199px) {
	.st-Footer_JIHEE {
		padding-left: 0;
	}
}

.st-Footer_JIHEE_Link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media (pointer: fine) {
	.st-Footer_JIHEE_Link:hover {
		opacity: 0.5;
		color: #fff;
	}
}

@media (-ms-high-contrast: none) {
	.st-Footer_JIHEE_Link:hover {
		opacity: 0.5;
		color: #fff;
	}
}

@media (pointer: coarse) {
	.st-Footer_JIHEE_Link:active {
		opacity: 0.5;
		color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.st-Footer_JIHEE_Link {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.st-Footer_JIHEE_Logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 86px;
	    -ms-flex: 0 0 86px;
	        flex: 0 0 86px;
	margin: 0;
}

.st-Footer_JIHEE_Txt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	font-size: 0.85714rem;
	line-height: 1.57;
	padding-left: 12px;
	margin: 0;
}

.st-Footer_Copyright {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0 60px;
}

.st-Footer_Copyright small {
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.st-Footer_Copyright small {
		font-size: 0.92308rem;
	}
}

.st-Global {
	max-width: 1200px;
	margin: 20px auto 0;
	background: #cd255d;
}

@media screen and (max-width: 767px) {
	.st-Global {
		display: none;
	}
}

.st-Global_List {
	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;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

.st-Global_List_Item {
	-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;
	margin: 0;
	padding: 0;
}

.st-Global_List_Item::before {
	content: none;
}

.st-Global_List_Item > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	width: 100%;
	height: 80px;
	color: #fff;
	padding: 0 10px;
	font-size: 1.14286rem;
	text-decoration: none;
	background: #cd255d;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

@media (pointer: fine) {
	.st-Global_List_Item > a:hover {
		background-color: #b82154;
	}
}

@media (-ms-high-contrast: none) {
	.st-Global_List_Item > a:hover {
		background-color: #b82154;
	}
}

@media (pointer: coarse) {
	.st-Global_List_Item > a:active {
		background-color: #b82154;
	}
}

.st-Global_List_Item > a[aria-current="true"] {
	background-color: #b82154;
}

@media screen and (max-width: 991px), print {
	.st-Global_List_Item > a {
		height: 60px;
		font-size: 1rem;
	}
}

.st-Header {
	position: relative;
	padding-top: 80px;
	z-index: 1000;
}

@media screen and (max-width: 767px) {
	.st-Header {
		padding-top: 60px;
	}
}

.st-Header_Inner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	height: 80px;
	background: #fff;
	padding: 0 0 0 20px;
	z-index: 100;
}

@media screen and (max-width: 767px) {
	.st-Header_Inner {
		height: 60px;
		padding-left: 15px;
	}
}

.st-Header_Logo {
	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: 1rem;
	height: 80px;
	margin: 0;
	padding: 0 0 0 20px;
}

@media screen and (max-width: 991px), print {
	.st-Header_Logo {
		padding: 0 15px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.st-Header_Logo {
		height: 60px;
	}
}

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

.st-Header_Logo > a > img {
	width: 100%;
	max-width: 190px;
	height: auto;
	margin-right: 15px;
	margin: 0 15px 3px 0;
}

@media screen and (max-width: 767px) {
	.st-Header_Logo > a > img {
		max-width: 150px;
		margin-right: 5px;
	}
}

.st-Header-ams_labo .st-Header_Logo > a > img:last-child {
	max-width: 297px;
	margin: 3px 0 0 0;
}

@media screen and (max-width: 991px), print {
	.st-Header-ams_labo .st-Header_Logo > a > img {
		max-width: 146px;
	}
	.st-Header-ams_labo .st-Header_Logo > a > img:last-child {
		max-width: 220px;
	}
}

@media screen and (max-width: 575px) {
	.st-Header-ams_labo .st-Header_Logo > a > img {
		max-width: 130px;
	}
	.st-Header-ams_labo .st-Header_Logo > a > img:last-child {
		margin: 3px 0 0 0;
		max-width: 180px;
	}
}

.st-Header-ca_labo .st-Header_Logo > a > img:last-child {
	max-width: 160px;
	margin: 2px 0 0 0;
}

@media screen and (max-width: 991px), print {
	.st-Header-ca_labo .st-Header_Logo > a > img {
		max-width: 146px;
	}
	.st-Header-ca_labo .st-Header_Logo > a > img:last-child {
		max-width: 110px;
	}
}

@media screen and (max-width: 575px) {
	.st-Header-ca_labo .st-Header_Logo > a > img {
		max-width: 130px;
	}
	.st-Header-ca_labo .st-Header_Logo > a > img:last-child {
		margin: 2px 0 0 0;
		max-width: 100px;
	}
}

.st-Header-graduate .st-Header_Logo > a > img:last-child {
	max-width: 69px;
	margin: 2px 0 0 0;
}

@media screen and (max-width: 991px), print {
	.st-Header-graduate .st-Header_Logo > a > img {
		max-width: 146px;
	}
	.st-Header-graduate .st-Header_Logo > a > img:last-child {
		max-width: 53px;
	}
}

@media screen and (max-width: 575px) {
	.st-Header-graduate .st-Header_Logo > a > img {
		max-width: 130px;
	}
	.st-Header-graduate .st-Header_Logo > a > img:last-child {
		margin: 2px 0 0 0;
		max-width: 45px;
	}
}

.st-Header-club .st-Header_Logo > a > img:last-child {
	max-width: 90px;
	margin: 2px 0 0 0;
}

@media screen and (max-width: 991px), print {
	.st-Header-club .st-Header_Logo > a > img {
		max-width: 146px;
	}
	.st-Header-club .st-Header_Logo > a > img:last-child {
		max-width: 65px;
	}
}

@media screen and (max-width: 575px) {
	.st-Header-club .st-Header_Logo > a > img {
		max-width: 120px;
	}
	.st-Header-club .st-Header_Logo > a > img:last-child {
		margin: 2px 0 0 0;
		max-width: 53px;
	}
}

.st-Header-general .st-Header_Logo > a > img:last-child {
	max-width: 188px;
	margin: 2px 0 0 0;
}

@media screen and (max-width: 991px), print {
	.st-Header-general .st-Header_Logo > a > img {
		max-width: 146px;
	}
	.st-Header-general .st-Header_Logo > a > img:last-child {
		max-width: 130px;
	}
}

@media screen and (max-width: 575px) {
	.st-Header-general .st-Header_Logo > a > img {
		max-width: 130px;
	}
	.st-Header-general .st-Header_Logo > a > img:last-child {
		margin: 2px 0 0 0;
		max-width: 115px;
	}
}

.st-Header-joint_labo .st-Header_Logo > a > img:last-child {
	max-width: 160px;
	margin: 2px 0 0 0;
}

@media screen and (max-width: 991px), print {
	.st-Header-joint_labo .st-Header_Logo > a > img {
		max-width: 146px;
	}
	.st-Header-joint_labo .st-Header_Logo > a > img:last-child {
		max-width: 110px;
	}
}

@media screen and (max-width: 575px) {
	.st-Header-joint_labo .st-Header_Logo > a > img {
		max-width: 130px;
	}
	.st-Header-joint_labo .st-Header_Logo > a > img:last-child {
		margin: 2px 0 0 0;
		max-width: 100px;
	}
}

.st-Header-museum .st-Header_Logo > a > img:last-child {
	max-width: 137px;
	margin: 2px 0 0 0;
}

@media screen and (max-width: 991px), print {
	.st-Header-museum .st-Header_Logo > a > img {
		max-width: 146px;
	}
	.st-Header-museum .st-Header_Logo > a > img:last-child {
		max-width: 104px;
	}
}

@media screen and (max-width: 575px) {
	.st-Header-museum .st-Header_Logo > a > img {
		max-width: 130px;
	}
	.st-Header-museum .st-Header_Logo > a > img:last-child {
		margin: 2px 0 0 0;
		max-width: 91px;
	}
}

.st-Header-lib .st-Header_Logo > a > img:last-child {
	max-width: 71px;
	margin: 2px 0 0 0;
}

@media screen and (max-width: 991px), print {
	.st-Header-lib .st-Header_Logo > a > img {
		max-width: 146px;
	}
	.st-Header-lib .st-Header_Logo > a > img:last-child {
		max-width: 52px;
	}
}

@media screen and (max-width: 575px) {
	.st-Header-lib .st-Header_Logo > a > img {
		max-width: 130px;
	}
	.st-Header-lib .st-Header_Logo > a > img:last-child {
		margin: 2px 0 0 0;
		max-width: 42px;
	}
}

.st-Header_Nav {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.st-MenuIcon {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 767px) {
	.st-MenuIcon {
		width: 28px;
		height: 28px;
	}
}

body[aria-busy="false"] .st-MenuIcon {
	-webkit-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
}

.st-Header-top .st-MenuIcon {
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 767px) {
	.st-Header-top .st-MenuIcon {
		width: 28px;
		height: 28px;
	}
}

.st-Header-fixed .st-MenuIcon {
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 767px) {
	.st-Header-fixed .st-MenuIcon {
		width: 28px;
		height: 28px;
	}
}

.st-MenuIcon_Item-top, .st-MenuIcon_Item-middle, .st-MenuIcon_Item-bottom {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	height: 1px;
	background: #fff;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.st-MenuIcon_Item-top {
	margin-top: -6px;
	left: 0;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

@media screen and (max-width: 767px) {
	.st-MenuIcon_Item-top {
		margin-top: -4px;
	}
}

body[aria-busy="false"] .st-MenuIcon_Item-top {
	-webkit-transition: margin-top 0.3s;
	transition: margin-top 0.3s;
}

@media (pointer: fine) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-top {
		margin-top: -9px;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-top {
		margin-top: -6px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-top {
		margin-top: -9px;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-top {
		margin-top: -6px;
	}
}

@media (pointer: coarse) {
	.st-Btns_Item-menu a:active .st-MenuIcon_Item-top {
		margin-top: -9px;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Btns_Item-menu a:active .st-MenuIcon_Item-top {
		margin-top: -6px;
	}
}

.st-MenuIcon_Item-middle {
	left: 12.5%;
}

@media (pointer: fine) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-middle {
		left: 0;
	}
}

@media (-ms-high-contrast: none) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-middle {
		left: 0;
	}
}

@media (pointer: coarse) {
	.st-Btns_Item-menu a:active .st-MenuIcon_Item-middle {
		left: 0;
	}
}

body[aria-busy="false"] .st-MenuIcon_Item-middle {
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
}

.st-MenuIcon_Item-bottom {
	left: 25%;
	margin-top: 6px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

@media screen and (max-width: 767px) {
	.st-MenuIcon_Item-bottom {
		margin-top: 4px;
	}
}

body[aria-busy="false"] .st-MenuIcon_Item-bottom {
	-webkit-transition: margin-top 0.3s, left 0.3s;
	transition: margin-top 0.3s, left 0.3s;
}

@media (pointer: fine) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-bottom {
		margin-top: 9px;
		left: 0;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-bottom {
		margin-top: 6px;
	}
}

@media (-ms-high-contrast: none) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-bottom {
		margin-top: 9px;
		left: 0;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Btns_Item-menu a:hover .st-MenuIcon_Item-bottom {
		margin-top: 6px;
	}
}

@media (pointer: coarse) {
	.st-Btns_Item-menu a:active .st-MenuIcon_Item-bottom {
		margin-top: 9px;
		left: 0;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Btns_Item-menu a:active .st-MenuIcon_Item-bottom {
		margin-top: 6px;
	}
}

.st-Local {
	width: 85.715%;
	max-width: 300px;
	border: 1px solid #111;
}

@media screen and (max-width: 991px), print {
	.st-Local {
		width: 100%;
		max-width: none;
	}
}

@media screen and (max-width: 767px) {
	.st-Local {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
}

.st-Contents-index .st-Local {
	display: none;
}

@media screen and (max-width: 767px) {
	.st-Contents-index .st-Local {
		display: block;
	}
}

.st-Local-cloned {
	display: none;
}

@media screen and (max-width: 991px), print {
	.st-Local-cloned {
		display: block;
		margin: -4rem 0 4rem;
	}
}

@media screen and (max-width: 767px) {
	.st-Local-cloned {
		margin: -3rem -15px 3rem;
	}
}

.st-Local_Header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.st-Local_Title {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	margin: 0;
	font-size: 1.14286rem;
}

.st-Local_Title::first-letter {
	font-size: 1.14286rem;
}

@media screen and (max-width: 767px) {
	.st-Local_Title {
		font-size: 1rem;
	}
	.st-Local_Title::first-letter {
		font-size: 1rem;
	}
}

.st-Local_Title > a {
	display: block;
	padding: 1.25rem 15px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: #444;
}

@media screen and (max-width: 991px), print {
	.st-Local_Title > a {
		text-align: left;
		padding: 1rem 15px;
	}
	.st-Local_Title > a::after {
		content: ' メニュー';
	}
}

.st-Local_Btn {
	display: none;
}

@media screen and (max-width: 991px), print {
	.st-Local_Btn {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50px;
		    -ms-flex: 0 0 50px;
		        flex: 0 0 50px;
		position: relative;
		display: block;
		color: #fff;
		text-decoration: none;
		background: #111;
		border-left: 1px solid #111;
		-webkit-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
}

.st-Local_Btn::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: 50%;
	left: 50%;
	font-size: 16px;
	font-weight: 700;
	margin: -8px 0 0 -8px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (pointer: fine) {
	.st-Local_Btn:hover {
		color: #fff;
		background-color: #333;
	}
}

@media (-ms-high-contrast: none) {
	.st-Local_Btn:hover {
		color: #fff;
		background-color: #333;
	}
}

@media (pointer: coarse) {
	.st-Local_Btn:active {
		color: #fff;
		background-color: #333;
	}
}

.st-Local_Btn[aria-selected="true"]::before {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

@media screen and (min-width: 992px) {
	.st-Local_Body {
		max-height: none !important;
	}
}

@media screen and (max-width: 991px), print {
	.st-Local_Body {
		max-height: 0;
		overflow: hidden;
	}
	.st-Local_Body[aria-expanded="true"] {
		max-height: none;
	}
	body[aria-busy="false"] .st-Local_Body {
		-webkit-transition: max-height 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: max-height 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}

.st-LocalList {
	margin: 0;
	line-height: 1.2375;
}

.st-LocalList_Item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #111;
}

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

.st-LocalList_Item::before {
	content: none;
}

.st-LocalList_Link {
	display: block;
	color: #111;
	padding: 1rem 15px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.st-LocalList_Link .sw-Small {
	display: block;
}

@media (pointer: fine) {
	.st-LocalList_Link:hover {
		color: #111;
		background: #e8e8e8;
	}
}

@media (-ms-high-contrast: none) {
	.st-LocalList_Link:hover {
		color: #111;
		background: #e8e8e8;
	}
}

@media (pointer: coarse) {
	.st-LocalList_Link:active {
		color: #111;
		background: #e8e8e8;
	}
}

.st-LocalList_Link[aria-current="true"], .st-LocalList_Link[aria-current="page"] {
	background: #e8e8e8;
}

.st-LocalList_Link.sw-Blank::after {
	margin-top: 0.35em;
}

.st-LocalList2 {
	display: none;
	margin: 0;
	line-height: 1.2375;
	background: #e8e8e8;
}

.st-LocalList_Link[aria-current="true"] + .st-LocalList2 {
	display: block;
}

.st-LocalList2_Item {
	margin: 0;
	padding: 0;
}

.st-LocalList2_Item::before {
	content: none;
}

.st-LocalList2_Link {
	display: block;
	font-size: 0.92857rem;
	color: #111;
	text-decoration: none;
	padding: 0.5rem 15px 0.5rem 30px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

@media (pointer: fine) {
	.st-LocalList2_Link:hover {
		color: #111;
		background: #c4c4c4;
	}
}

@media (-ms-high-contrast: none) {
	.st-LocalList2_Link:hover {
		color: #111;
		background: #c4c4c4;
	}
}

@media (pointer: coarse) {
	.st-LocalList2_Link:active {
		color: #111;
		background: #c4c4c4;
	}
}

.st-LocalList2_Link[aria-current="true"], .st-LocalList2_Link[aria-current="page"] {
	color: #111;
	background: #c4c4c4;
}

.st-LocalList3 {
	display: none;
	margin: 0;
	line-height: 1.2375;
	background: #e8e8e8;
}

.st-LocalList2_Link[aria-current="true"] + .st-LocalList3 {
	display: block;
}

.st-LocalList3_Item {
	margin: 0;
	padding: 0;
}

.st-LocalList3_Item::before {
	content: none;
}

.st-LocalList3_Link {
	display: block;
	font-size: 0.85714rem;
	color: #111;
	text-decoration: none;
	padding: 0.5rem 15px 0.5rem 45px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

@media (pointer: fine) {
	.st-LocalList3_Link:hover {
		color: #111;
		background: #c4c4c4;
	}
}

@media (-ms-high-contrast: none) {
	.st-LocalList3_Link:hover {
		color: #111;
		background: #c4c4c4;
	}
}

@media (pointer: coarse) {
	.st-LocalList3_Link:active {
		color: #111;
		background: #c4c4c4;
	}
}

.st-LocalList3_Link[aria-current="true"], .st-LocalList3_Link[aria-current="page"] {
	color: #111;
	background: #c4c4c4;
}

.st-Main {
	width: 100%;
}

@media screen and (max-width: 991px), print {
	.st-Main {
		margin-bottom: 4rem;
	}
}

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

.st-Menu {
	position: absolute;
	top: 0;
	left: 0;
	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-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	border: 5px solid #cd255d;
	z-index: 10002;
}

.st-Menu[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

body[aria-busy="false"] .st-Menu {
	-webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
	transition: opacity 0.3s linear, visibility 0.3s linear;
}

body[aria-busy="false"] .st-Menu[aria-hidden="false"] {
	-webkit-transition: opacity 0.3s linear 0.5s, visibility 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s, visibility 0.3s linear 0.5s;
}

.st-Menu_Inner {
	width: 100%;
	padding: 30px;
}

@media screen and (max-width: 767px) {
	.st-Menu_Inner {
		padding: 60px 10px 10px;
	}
}

.st-Menu_Logo {
	text-align: center;
	margin: 0 0 2rem;
}

.st-Menu_Logo img {
	width: 190px;
	height: auto;
}

.st-Menu_Global {
	max-width: 490px;
	width: 100%;
	margin: 0 auto 3rem;
	line-height: 1.2375;
}

.st-Menu_Global_Item {
	margin: 0;
	padding: 0;
}

.st-Menu_Global_Item::before {
	content: none;
}

.st-Menu_Global_Item > a {
	position: relative;
	display: block;
	font-size: 1.71429rem;
	font-weight: 600;
	color: #111;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 0.75rem 45px 0.75rem 20px;
	position: relative;
	text-decoration: none;
}

.st-Menu_Global_Item > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #cd255d;
}

@media (pointer: fine) {
	.st-Menu_Global_Item > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.st-Menu_Global_Item > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (-ms-high-contrast: none) {
	.st-Menu_Global_Item > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.st-Menu_Global_Item > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (pointer: coarse) {
	.st-Menu_Global_Item > a:active::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.st-Menu_Global_Item > a:active::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media screen and (max-width: 767px) {
	.st-Menu_Global_Item > a {
		font-size: 1.38462rem;
		padding: 0.75rem 45px 0.75rem 15px;
	}
}

.st-Menu_Global_Item > a::first-letter {
	font-size: 2.57143rem;
}

@media screen and (max-width: 767px) {
	.st-Menu_Global_Item > a::first-letter {
		font-size: 1.84615rem;
	}
}

.st-Menu_Global_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: "";
	display: inline-block;
	font-size: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	color: #cd255d;
	margin-top: -3px;
}

@media (pointer: fine) {
	.st-Menu_Global_Item > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.st-Menu_Global_Item > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.st-Menu_Global_Item > a:active {
		color: #cd255d;
	}
}

.st-Menu_Util {
	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;
	max-width: 400px;
	margin: 0 auto 2rem;
}

.st-Menu_Util_Item-access, .st-Menu_Util_Item-exam {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	margin: 0;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.st-Menu_Util_Item-access, .st-Menu_Util_Item-exam {
		padding: 0 7px;
	}
}

.st-Menu_Util_Item-access::before, .st-Menu_Util_Item-exam::before {
	content: none;
}

.st-Menu_Util_Item-access > a, .st-Menu_Util_Item-exam > a {
	display: block;
	color: #111;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.14286rem;
	min-width: 120px;
	max-width: 200px;
	margin: 0 auto;
	padding: 0.5rem 15px 0.5rem 5px;
	text-align: center;
	border: 2px solid #cd255d;
}

@media screen and (max-width: 767px) {
	.st-Menu_Util_Item-access > a, .st-Menu_Util_Item-exam > a {
		font-size: 1rem;
	}
}

@media (pointer: fine) {
	.st-Menu_Util_Item-access > a:hover, .st-Menu_Util_Item-exam > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.st-Menu_Util_Item-access > a:hover, .st-Menu_Util_Item-exam > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.st-Menu_Util_Item-access > a:active, .st-Menu_Util_Item-exam > a:active {
		color: #cd255d;
	}
}

.st-Menu_Util_Item-access > 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;
	vertical-align: -3px;
	margin-right: 5px;
}

.st-Menu_Util_Item-exam > 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;
	vertical-align: -2px;
	margin-right: 5px;
}

.st-Menu_Assist {
	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;
	padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.st-Menu_Assist {
		padding-bottom: 10px;
	}
}

.st-Menu_Assist_Item {
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #111;
}

@media screen and (max-width: 767px) {
	.st-Menu_Assist_Item {
		padding: 0 7px;
	}
}

.st-Menu_Assist_Item::before {
	content: none;
}

.st-Menu_Assist_Item:first-child {
	padding-left: 0;
}

.st-Menu_Assist_Item:last-child {
	padding-right: 0;
	border-right: 0;
}

.st-Menu_Assist_Item > a {
	display: inline-block;
	color: #111;
	text-decoration: none;
	font-weight: 600;
}

@media (pointer: fine) {
	.st-Menu_Assist_Item > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.st-Menu_Assist_Item > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.st-Menu_Assist_Item > a:active {
		color: #cd255d;
	}
}

@media screen and (max-width: 767px) {
	.st-Network {
		margin: 0 auto;
	}
}

.st-Network_Title {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	margin: 0 0 0.75rem;
}

.st-Network_Title::first-letter {
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.st-Network_Title {
		text-align: center;
	}
}

.st-Network_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.st-Network_List {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.st-Network_Item {
	margin: 0 0 0.25rem;
	padding: 0 20px 0 0;
}

@media screen and (max-width: 575px) {
	.st-Network_Item {
		padding: 0 7px;
	}
}

.st-Network_Item:last-child {
	padding-right: 0;
}

.st-Network_Item::before {
	content: none;
}

.st-Network_Item > a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media (pointer: fine) {
	.st-Network_Item > a:hover {
		opacity: 0.5;
	}
}

@media (-ms-high-contrast: none) {
	.st-Network_Item > a:hover {
		opacity: 0.5;
	}
}

@media (pointer: coarse) {
	.st-Network_Item > a:active {
		opacity: 0.5;
	}
}

.st-Network_Item > a.sw-Blank::after {
	color: #fff;
}

.st-Overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	width: calc(100vw - var(--scroll-bar));
	height: 100vh;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: visibility 0.5s linear 0.3s;
	transition: visibility 0.5s linear 0.3s;
	z-index: 9999;
}

@media all and (-ms-high-contrast: none) {
	.st-Overlay {
		width: calc(100vw - 17px);
	}
}

.st-Overlay[aria-hidden="false"] {
	-webkit-transition: visibility linear 0.5s;
	transition: visibility linear 0.5s;
	visibility: visible;
}

.st-Overlay::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	width: 200%;
	height: 100%;
	background: #fff;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: skew(-15deg) translate(-50%, 0);
	        transform: skew(-15deg) translate(-50%, 0);
	z-index: 10001;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.st-Overlay[aria-hidden="false"]::after {
	-webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	-webkit-transform: skew(-15deg) translate(50%, 0);
	        transform: skew(-15deg) translate(50%, 0);
}

.st-Overlay_Inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.st-Overlay_Close {
	position: absolute;
	top: 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: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 80px;
	height: 80px;
	background: #cd255d;
	z-index: 10005;
	opacity: 0;
	-webkit-transition: background-color 0.3s, opacity 0.5s linear;
	transition: background-color 0.3s, opacity 0.5s linear;
}

@media screen and (max-width: 767px) {
	.st-Overlay_Close {
		width: 60px;
		height: 60px;
	}
}

@media (pointer: fine) {
	.st-Overlay_Close:hover {
		background-color: #b82154;
	}
}

@media (-ms-high-contrast: none) {
	.st-Overlay_Close:hover {
		background-color: #b82154;
	}
}

@media (pointer: coarse) {
	.st-Overlay_Close:active {
		background-color: #b82154;
	}
}

.st-Overlay[aria-hidden="false"] .st-Overlay_Close {
	opacity: 1;
}

.st-Overlay_Close_Icon {
	position: relative;
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 767px) {
	.st-Overlay_Close_Icon {
		width: 28px;
		height: 28px;
	}
}

.st-Overlay_Close_Icon_Item-top, .st-Overlay_Close_Icon_Item-bottom {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	display: block;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.st-Overlay_Close_Icon_Item-top {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.st-Overlay[aria-hidden="false"] .st-Overlay_Close_Icon_Item-top {
	left: 0;
	right: 0;
	-webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.st-Overlay_Close_Icon_Item-bottom {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
	transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.st-Overlay[aria-hidden="false"] .st-Overlay_Close_Icon_Item-bottom {
	left: 0;
	right: 0;
	-webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.st-Page2Top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 400;
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.st-Page2Top {
		right: 15px;
		bottom: 15px;
	}
}

body[aria-busy="false"] .st-Page2Top {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

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

.st-Page2Top a {
	position: relative;
	display: block;
	padding-left: 60px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 0 5px rgba(255, 255, 255, .5);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	text-decoration: none;
	overflow: hidden;
	z-index: 400;
}

@media screen and (max-width: 767px) {
	.st-Page2Top a {
		padding-left: 45px;
		width: 45px;
		height: 45px;
	}
}

@media (pointer: fine) {
	.st-Page2Top a:hover {
		background-color: #444;
	}
}

@media (-ms-high-contrast: none) {
	.st-Page2Top a:hover {
		background-color: #444;
	}
}

@media (pointer: coarse) {
	.st-Page2Top a:active {
		background-color: #444;
	}
}

.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: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 32px;
	color: #fff;
	margin: -16px 0 0 -16px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
	.st-Page2Top a:before {
		font-size: 20px;
		margin: -10px 0 0 -10px;
	}
}

.st-Search {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	opacity: 0;
	visibility: hidden;
	border: 5px solid #cd255d;
	z-index: 10002;
}

.st-Search[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

body[aria-busy="false"] .st-Search {
	-webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
	transition: opacity 0.3s linear, visibility 0.3s linear;
}

body[aria-busy="false"] .st-Search[aria-hidden="false"] {
	-webkit-transition: opacity 0.3s linear 0.5s, visibility 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s, visibility 0.3s linear 0.5s;
}

.st-Search_Inner {
	width: 100%;
	padding: 30px;
}

@media screen and (max-width: 767px) {
	.st-Search_Inner {
		padding: 15px;
	}
}

.st-Search_Title {
	margin: 0 0 2rem;
	text-align: center;
}

.st-Search_Form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.st-Search_Keywords {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.st-Search_Keywords > input {
	width: 100%;
	height: 45px;
	padding: 3px 10px;
	line-height: 39px;
	font-size: 1.14286rem;
	border: 0;
	border-radius: 0;
	background: #e8e8e8;
}

@media screen and (max-width: 767px) {
	.st-Search_Keywords > input {
		font-size: 1.23077rem;
		height: 30px;
		line-height: 24px;
	}
}

.st-Search_Keywords > input:focus {
	outline: 0;
}

.st-Search_Btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80px;
	    -ms-flex: 0 0 80px;
	        flex: 0 0 80px;
}

@media screen and (max-width: 767px) {
	.st-Search_Btn {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60px;
		    -ms-flex: 0 0 60px;
		        flex: 0 0 60px;
	}
}

.st-Search_Btn > button {
	width: 80px;
	height: 45px;
	line-height: 45px;
	font-size: 1.28571rem;
	color: #fff;
	background: #cd255d;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
	.st-Search_Btn > button {
		font-size: 1.07692rem;
		width: 60px;
		height: 30px;
		line-height: 30px;
	}
}

@media (pointer: fine) {
	.st-Search_Btn > button:hover {
		background-color: #b82154;
	}
}

@media (-ms-high-contrast: none) {
	.st-Search_Btn > button:hover {
		background-color: #b82154;
	}
}

@media (pointer: coarse) {
	.st-Search_Btn > button:active {
		background-color: #b82154;
	}
}

.st-SNavi {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 59.3%;
	    -ms-flex: 1 0 59.3%;
	        flex: 1 0 59.3%;
	max-width: 59.3%;
}

@media screen and (max-width: 1199px) {
	.st-SNavi {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		width: 100%;
		max-width: 510px;
		margin-bottom: 1.25rem;
	}
}

.st-SNavi_List {
	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;
	width: 100%;
	line-height: 1.57;
	margin: 0;
}

.st-SNavi_Item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 49%;
	    -ms-flex: 1 0 49%;
	        flex: 1 0 49%;
	max-width: 49%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

.st-SNavi_Item::before {
	content: none;
}

.st-SNavi_Item > a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	min-height: 50px;
	padding: 0.5rem 40px;
	color: #fff;
	text-decoration: none;
	background: #a5163e;
	border: 1px solid #e3a6bb;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

@media screen and (max-width: 575px) {
	.st-SNavi_Item > a {
		padding: 0.5rem 10px;
	}
}

.st-SNavi_Item > a::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: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -5px 0 0;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

@media screen and (max-width: 575px) {
	.st-SNavi_Item > a::after {
		content: none;
	}
}

@media (pointer: fine) {
	.st-SNavi_Item > a:hover {
		background-color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.st-SNavi_Item > a:hover {
		background-color: #cd255d;
	}
}

@media (pointer: coarse) {
	.st-SNavi_Item > a:active {
		background-color: #cd255d;
	}
}

@media screen and (max-width: 767px) {
	.st-SNS {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #e3a6bb;
	}
}

.st-SNS_Title {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	margin: 0 0 0.75rem;
}

.st-SNS_Title::first-letter {
	font-size: 1rem;
}

@media screen and (max-width: 767px) {
	.st-SNS_Title {
		text-align: center;
	}
}

.st-SNS_Title a {
	color: #fff;
	text-decoration: none;
	padding: 0;
}

@media (pointer: fine) {
	.st-SNS_Title a:hover {
		text-decoration: underline;
	}
}

@media (-ms-high-contrast: none) {
	.st-SNS_Title a:hover {
		text-decoration: underline;
	}
}

@media (pointer: coarse) {
	.st-SNS_Title a:active {
		text-decoration: underline;
	}
}

.st-SNS_Title a::after {
	display: none;
}

.st-SNS_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.st-SNS_List {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.st-SNS_Item-facebook, .st-SNS_Item-line, .st-SNS_Item-twitter, .st-SNS_Item-youtube, .st-SNS_Item-instagram {
	margin: 0;
	padding: 0 20px 0 0;
}

.st-SNS_Item-facebook::before, .st-SNS_Item-line::before, .st-SNS_Item-twitter::before, .st-SNS_Item-youtube::before, .st-SNS_Item-instagram::before {
	content: none;
}

.st-SNS_Item-facebook:last-child, .st-SNS_Item-line:last-child, .st-SNS_Item-twitter:last-child, .st-SNS_Item-youtube:last-child, .st-SNS_Item-instagram:last-child {
	padding: 0;
}

.st-SNS_Item-facebook > a, .st-SNS_Item-line > a, .st-SNS_Item-twitter > a, .st-SNS_Item-youtube > a, .st-SNS_Item-instagram > a {
	position: relative;
	display: block;
	color: #fff;
	width: 0;
	height: 40px;
	white-space: nowrap;
	padding-left: 40px;
	padding-right: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-decoration: none;
}

@media (pointer: fine) {
	.st-SNS_Item-facebook > a:hover, .st-SNS_Item-line > a:hover, .st-SNS_Item-twitter > a:hover, .st-SNS_Item-youtube > a:hover, .st-SNS_Item-instagram > a:hover {
		opacity: 0.5;
	}
}

@media (-ms-high-contrast: none) {
	.st-SNS_Item-facebook > a:hover, .st-SNS_Item-line > a:hover, .st-SNS_Item-twitter > a:hover, .st-SNS_Item-youtube > a:hover, .st-SNS_Item-instagram > a:hover {
		opacity: 0.5;
	}
}

@media (pointer: coarse) {
	.st-SNS_Item-facebook > a:active, .st-SNS_Item-line > a:active, .st-SNS_Item-twitter > a:active, .st-SNS_Item-youtube > a:active, .st-SNS_Item-instagram > a:active {
		opacity: 0.5;
	}
}

.st-SNS_Item-facebook > a::before, .st-SNS_Item-line > a::before, .st-SNS_Item-twitter > a::before, .st-SNS_Item-youtube > a::before, .st-SNS_Item-instagram > a::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 36px;
	margin: -18px 0 0 -18px;
}

.st-SNS_Item-facebook > 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: "";
}

.st-SNS_Item-line > 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: "";
}

.st-SNS_Item-twitter > 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: "";
}

.st-SNS_Item-youtube > 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: "";
}

.st-SNS_Item-instagram > 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: "";
}

.st-Sub {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 29.167%;
	    -ms-flex: 0 0 29.167%;
	        flex: 0 0 29.167%;
	max-width: 29.167%;
	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: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

@media screen and (max-width: 991px), print {
	.st-Sub {
		max-width: none;
	}
}

@media screen and (max-width: 767px) {
	.st-Sub {
		margin-bottom: -3rem;
	}
}

.st-Contents-index .st-Sub {
	display: none;
}

@media screen and (max-width: 767px) {
	.st-Contents-index .st-Sub {
		display: block;
	}
}

.st-Target {
	margin: 0 0 1.25rem;
	border: 2px solid #fff;
}

.st-Target_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	line-height: 1.57;
}

@media screen and (max-width: 575px) {
	.st-Target_List {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.st-Target_Item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	border-right: 2px solid #fff;
}

.st-Target_Item:last-child {
	border-right: 0;
}

@media screen and (max-width: 575px) {
	.st-Target_Item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
		max-width: 50%;
		border-top: 2px solid #fff;
	}
	.st-Target_Item:nth-child(1), .st-Target_Item:nth-child(2) {
		border-top: 0;
	}
	.st-Target_Item:nth-child(2n) {
		border-right: 0;
	}
}

.st-Target_Item::before {
	content: none;
}

.st-Target_Item > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0.5rem 10px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

@media (pointer: fine) {
	.st-Target_Item > a:hover {
		background-color: #b82154;
	}
}

@media (-ms-high-contrast: none) {
	.st-Target_Item > a:hover {
		background-color: #b82154;
	}
}

@media (pointer: coarse) {
	.st-Target_Item > a:active {
		background-color: #b82154;
	}
}

.st-Target_Item > a::after {
	display: none;
}

.st-Topicpath {
	margin-top: -80px;
	padding: 80px 20px 0;
	background: #e8e8e8;
}

@media screen and (max-width: 991px), print {
	.st-Topicpath {
		margin-top: -60px;
		padding: 60px 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.st-Topicpath {
		margin: 0 -15px;
		padding: 0 15px;
	}
}

.st-Topicpath_List {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.25rem 0;
	line-height: 1;
	font-size: 0.85714rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.st-Topicpath_List {
		font-size: 0.71429rem;
		padding: 1rem 0;
	}
}

.st-Topicpath_List_Item {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.st-Topicpath_List_Item::before {
	content: none;
}

.st-Topicpath_List_Item > a {
	position: relative;
	display: inline;
	color: #111;
	padding: 0 24px 0 0;
}

@media screen and (max-width: 767px) {
	.st-Topicpath_List_Item > a {
		padding: 0 15px 0 0;
	}
}

.st-Topicpath_List_Item > a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 50%;
	right: 10px;
	width: 3px;
	height: 3px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: rotate(-45deg) translate(0, 50%);
	        transform: rotate(-45deg) translate(0, 50%);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
	.st-Topicpath_List_Item > a::after {
		right: 5px;
	}
}

.st-Topicpath_List_Item > a[aria-current="page"] {
	text-decoration: none;
	padding: 0;
}

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

.st-Wrapper {
	padding: 0 20px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.st-Wrapper {
		padding: 0 15px;
	}
}

.bus-Btn {
	margin: 1.5rem 0;
}

.bus-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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #cd255d;
	text-align: center;
	text-decoration: none;
	max-width: 540px;
	padding: 1.5rem 40px;
	margin: 0 auto;
	font-size: 1.28571rem;
	font-weight: 600;
	line-height: 1.2375;
	border: 3px solid #cd255d;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.bus-Btn a {
		min-height: 50px;
		font-size: 1.23077rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.bus-Btn a::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: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -5px 0 0;
	color: #cd255d;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
	.bus-Btn a:hover {
		color: #fff;
		background: #cd255d;
	}
	.bus-Btn a:hover::after {
		color: #fff;
	}
}

@media (-ms-high-contrast: none) {
	.bus-Btn a:hover {
		color: #fff;
		background: #cd255d;
	}
	.bus-Btn a:hover::after {
		color: #fff;
	}
}

@media (pointer: coarse) {
	.bus-Btn a:active {
		color: #fff;
		background: #cd255d;
	}
	.bus-Btn a:active::after {
		color: #fff;
	}
}

.bus-Btn a.sw-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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
}

.bus-Btn a.sw-Pdf: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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
	color: #af2715;
}

.bus-Btn a.sw-Doc: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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
	color: #0081ce;
}

.bus-Btn a.sw-Xls: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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
	color: #3aa22b;
}

.mc-Box + .bus-Btn {
	margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
	.mc-Box + .bus-Btn {
		margin-top: 2.5rem;
	}
}

.bus-Capacity {
	font-size: 1.28571rem;
}

.bus-Capacity b {
	font-size: 1.71429rem;
}

.bus-Deadline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #cbc5ba;
	margin: 3.5rem auto;
	max-width: 800px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1.57;
}

@media screen and (max-width: 767px) {
	.bus-Deadline {
		display: block;
		margin: 2.5rem 0;
	}
}

.bus-Deadline dt {
	-webkit-box-flex: 240px;
	-webkit-flex: 240px;
	    -ms-flex: 240px;
	        flex: 240px;
	max-width: 240px;
	text-align: center;
	background: #cd255d;
	color: #fff;
	margin: 0;
	font-size: 1.07143rem;
	font-weight: 600;
	padding: 15px;
}

@media screen and (max-width: 767px) {
	.bus-Deadline dt {
		min-width: 100%;
		padding: 10px 15px;
		font-size: 1.07692rem;
	}
}

.bus-Deadline dd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0;
	font-size: 1.71429rem;
	font-weight: 600;
	text-align: center;
	padding: 5px 15px;
}

@media screen and (max-width: 767px) {
	.bus-Deadline dd {
		padding: 10px 15px;
		font-size: 1.53846rem;
	}
}

.bus-Deadline dd strong {
	color: #cd255d;
}

.bus-Inquiry {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px 2rem;
}

.bus-Inquiry_Item-sp, .bus-Inquiry_Item-freedial {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
	padding: 0 10px;
	margin: 1.5rem 0 0;
}

.bus-Inquiry_Item-sp:nth-child(1), .bus-Inquiry_Item-freedial:nth-child(1), .bus-Inquiry_Item-sp:nth-child(2), .bus-Inquiry_Item-freedial:nth-child(2) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.bus-Inquiry_Item-sp, .bus-Inquiry_Item-freedial {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.bus-Inquiry_Item-sp:nth-child(2), .bus-Inquiry_Item-freedial:nth-child(2) {
		margin-top: 1.5rem;
	}
}

.bus-Inquiry_Device {
	margin: 0 0 1rem;
	padding: 0;
	font-size: 1.07143rem;
	border: none;
}

.bus-Inquiry_Device::before {
	display: none;
}

.bus-Inquiry_Body {
	border: 1px solid #ddd;
	padding: 1.5rem;
}

.bus-Inquiry_Body > *:last-child {
	margin-bottom: 0;
}

.bus-Inquiry_QR {
	margin: 0 0 1rem;
}

.bus-Inquiry_Name {
	margin: 0 0 0.5rem;
	line-height: 1.2375;
	font-weight: 600;
	text-align: center;
}

.bus-Inquiry_Tel {
	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 0 0.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 991px), print {
	.bus-Inquiry_Icon {
		width: 55px;
	}
}

@media screen and (max-width: 767px) {
	.bus-Inquiry_Icon {
		width: 40px;
	}
}

.bus-Inquiry_Icon img {
	max-width: 100%;
}

.bus-Inquiry_Number {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2375;
	margin-left: 10px;
}

@media screen and (max-width: 991px), print {
	.bus-Inquiry_Number {
		font-size: 2.57143rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-Inquiry_Number {
		font-size: 2.14286rem;
	}
}

.bus-Inquiry_Annotation {
	font-size: 0.85714rem;
	margin: 0 0 0.4rem;
	text-align: center;
}

.bus-Inquiry_Period {
	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;
	line-height: 1.57;
	color: #237a1f;
	margin: 0 0 0.8rem;
	display: flex;
}

.bus-Inquiry_Note {
	font-size: 0.92857rem;
	text-align: center;
}

.bus-Lead {
	margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
	.bus-Lead {
		margin: 2rem 0;
	}
}

.bus-Lead_Main {
	line-height: 1.2375;
	font-size: 2.85714rem;
	text-align: center;
	font-weight: 600;
	color: #cd255d;
	margin: 0 0 0.5rem;
}

@media screen and (max-width: 991px), print {
	.bus-Lead_Main {
		font-size: 2.28571rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-Lead_Main {
		font-size: 2rem;
	}
}

.bus-Lead_Sub {
	line-height: 1.57;
	font-size: 2.14286rem;
	text-align: center;
	font-weight: 600;
	margin: 0;
}

@media screen and (max-width: 991px), print {
	.bus-Lead_Sub {
		font-size: 1.71429rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-Lead_Sub {
		font-size: 1.15385rem;
	}
}

.bus-MapList {
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.bus-MapList_Item {
	margin: 1rem 0 0;
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 20%;
}

.bus-MapList_Item:nth-child(1), .bus-MapList_Item:nth-child(2), .bus-MapList_Item:nth-child(3), .bus-MapList_Item:nth-child(4), .bus-MapList_Item:nth-child(5) {
	margin-top: 0;
}

@media screen and (max-width: 991px), print {
	.bus-MapList_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.bus-MapList_Item:nth-child(4), .bus-MapList_Item:nth-child(5) {
		margin-top: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-MapList_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.bus-MapList_Item:nth-child(3) {
		margin-top: 1rem;
	}
}

.bus-MapList_Item::before {
	display: none;
}

.bus-MapList_ItemInner {
	padding: 0 10px;
}

.bus-MapList_Place {
	margin: 0 0 1rem;
	font-size: 1.07143rem;
	border: none;
	padding: 0;
}

.bus-MapList_Figure {
	position: relative;
	height: 199px;
	margin: 0 0 0.8rem;
	padding: 0;
	overflow: hidden;
}

.bus-MapList_Figure iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bus-MapList_Link {
	text-align: center;
	margin: 0;
}

.bus-MapList_Link a {
	display: block;
	line-height: 1.2375;
	position: relative;
	color: #111;
	text-align: center;
	text-decoration: none;
	padding: 10px 12px;
	font-size: 0.85714rem;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	border: 1px solid #111;
}

@media (pointer: fine) {
	.bus-MapList_Link a:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.bus-MapList_Link a:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
}

@media (pointer: coarse) {
	.bus-MapList_Link a:active {
		color: #cd255d;
		border-color: #cd255d;
	}
}

.bus-MapList_Link a.sw-Blank::after {
	margin-top: 3px;
}

@media screen and (max-width: 767px) {
	.bus-MapList_Link a {
		font-size: 0.92308rem;
	}
}

.bus-Outline {
	border: 1px solid #111;
	background: #fff;
	margin: 0 0 2rem;
	padding: 40px 45px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 991px), print {
	.bus-Outline {
		padding: 35px 30px;
	}
}

@media screen and (max-width: 767px) {
	.bus-Outline {
		padding: 0;
		margin-bottom: 40px;
	}
}

.bus-Outline_Info {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.bus-Outline_Info {
		padding: 15px;
	}
}

.bus-OutlineTitle {
	margin: 0 0 0.4rem;
	font-weight: 600;
	line-height: 1.2375;
	color: #cd255d;
}

@media screen and (max-width: 767px) {
	.bus-OutlineTitle {
		text-align: center;
	}
}

.bus-OutlineTitle::first-letter {
	font-size: 2rem;
}

@media screen and (max-width: 991px), print {
	.bus-OutlineTitle::first-letter {
		font-size: 1.71429rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-OutlineTitle::first-letter {
		font-size: 1.53846rem;
	}
}

.bus-OutlineTitle_Sub {
	font-size: 2rem;
}

@media screen and (max-width: 991px), print {
	.bus-OutlineTitle_Sub {
		font-size: 1.71429rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-OutlineTitle_Sub {
		font-size: 1.53846rem;
	}
}

.bus-OutlineTitle_Main {
	font-size: 3.42857rem;
}

@media screen and (max-width: 991px), print {
	.bus-OutlineTitle_Main {
		font-size: 2.57143rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-OutlineTitle_Main {
		font-size: 2.15385rem;
	}
}

.bus-OutlinePoint {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1rem;
}

@media screen and (max-width: 767px) {
	.bus-OutlinePoint {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media screen and (max-width: 575px) {
	.bus-OutlinePoint {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.bus-OutlinePoint_Item {
	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;
	min-height: 40px;
	margin: 8px 8px 0 0;
	padding: 5px 20px;
	border: 2px solid #cd255d;
	border-radius: 40px;
	color: #cd255d;
	background: #fff;
	font-weight: 600;
	font-size: 1.14286rem;
	line-height: 1.2375;
}

@media screen and (max-width: 991px), print {
	.bus-OutlinePoint_Item {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-OutlinePoint_Item {
		font-size: 0.92308rem;
		min-height: 30px;
		text-align: center;
	}
}

.bus-OutlinePoint_Item::before {
	display: none;
}

.bus-OutlinePoint_Item:last-child {
	margin-right: 0;
}

.bus-Outline_Date {
	font-weight: 600;
	font-size: 1.71429rem;
	line-height: 1.2375;
	margin: 0 0 1rem;
}

@media screen and (max-width: 991px), print {
	.bus-Outline_Date {
		font-size: 1.42857rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-Outline_Date {
		font-size: 1.53846rem;
		text-align: center;
	}
}

.bus-Outline_Date b {
	font-family: "Oswald", sans-serif;
	font-size: 3rem;
}

@media screen and (max-width: 991px), print {
	.bus-Outline_Date b {
		font-size: 2.57143rem;
	}
}

@media screen and (max-width: 767px) {
	.bus-Outline_Date b {
		font-size: 2.46154rem;
	}
}

.bus-Outline_Description {
	line-height: 1.57;
	margin: 0;
}

.bus-Outline_BG {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media screen and (max-width: 991px), print {
	.bus-Outline_BG {
		margin-right: -100px;
	}
}

@media screen and (max-width: 767px) {
	.bus-Outline_BG {
		display: block;
		position: static;
		height: auto;
		margin: 0 0 0 auto;
		width: 100%;
		max-width: 500px;
	}
}

.bus-Outline_BG img {
	max-width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.bus-Outline_BG img {
		height: auto;
	}
}

.bus-Route {
	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;
	width: calc(100% + 20px);
	margin: 0 -10px 2rem;
}

@media screen and (max-width: 767px) {
	.bus-Route {
		width: calc(100% + 14px);
		margin-left: -7px;
		margin-right: -7px;
	}
}

.bus-Route_Item {
	padding: 0 10px;
	margin: 1rem 0 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333%;
	    -ms-flex: 0 0 33.3333%;
	        flex: 0 0 33.3333%;
	max-width: 300px;
}

.bus-Route_Item:nth-child(1), .bus-Route_Item:nth-child(2), .bus-Route_Item:nth-child(3) {
	margin-top: 0;
}

.bus-Route_Item::before {
	display: none;
}

@media screen and (max-width: 767px) {
	.bus-Route_Item {
		padding: 0 7px;
	}
}

@media screen and (max-width: 575px) {
	.bus-Route_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.bus-Route_Item:nth-child(3) {
		margin-top: 1rem;
	}
}

@media screen and (max-width: 414px) {
	.bus-Route_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.bus-Route_Item:nth-child(2) {
		margin-top: 1rem;
	}
}

.bus-Route_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;
	border: 3px solid #cd255d;
	padding: 8px;
	text-decoration: none;
	height: 70px;
	text-align: center;
	font-size: 1.28571rem;
	font-weight: 600;
	position: relative;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

@media (pointer: fine) {
	.bus-Route_Link:hover {
		background: #cd255d;
		color: #fff;
	}
	.bus-Route_Link:hover::after {
		border-top-color: #fff;
	}
}

@media (-ms-high-contrast: none) {
	.bus-Route_Link:hover {
		background: #cd255d;
		color: #fff;
	}
	.bus-Route_Link:hover::after {
		border-top-color: #fff;
	}
}

@media (pointer: coarse) {
	.bus-Route_Link:active {
		background: #cd255d;
		color: #fff;
	}
	.bus-Route_Link:active::after {
		border-top-color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.bus-Route_Link {
		font-size: 1.15385rem;
		height: 50px;
	}
}

.bus-Route_Link::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 7px solid #cd255d;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transition: border-top-color 0.3s;
	transition: border-top-color 0.3s;
}

.bus-Schedule {
	border: 1px solid #ddd;
	padding: 1.75rem;
}

.bus-Schedule > *:last-child {
	margin-bottom: 0;
}

.bus-Schedule_Head {
	margin-top: 0;
}

.bus-ScheduleList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.bus-ScheduleList_Item {
	padding: 0;
	margin: 0;
}

.bus-ScheduleList_Item::before {
	display: none;
}

.bus-ScheduleList_Item::after {
	content: '→';
	margin: 0 10px;
}

.bus-ScheduleList_Item:last-child::after {
	display: none;
}

.bus-ScheduleList_Item span {
	color: #cd255d;
	margin-right: 5px;
}

.cm-List ul {
	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;
}

@media screen and (max-width: 767px) {
	.cm-List ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.cm-List ul li:before {
	display: none;
}

@media screen and (max-width: 767px) {
	.cm-List ul li {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		width: 30%;
		margin-bottom: 10px;
	}
}

.cm-Map {
	margin: 2rem 0 1.5rem;
}

@media screen and (max-width: 767px) {
	.cm-Map {
		margin-top: 0;
	}
}

.cm-Map_Img {
	margin: -4.5rem 0 1.5rem;
}

@media screen and (max-width: 1199px) {
	.cm-Map_Img {
		margin-top: -3rem;
	}
}

@media screen and (max-width: 991px), print {
	.cm-Map_Img {
		margin-top: -1rem;
	}
}

@media screen and (max-width: 767px) {
	.cm-Map_Img {
		margin-top: 0;
	}
}

.cm-Map_Note {
	position: relative;
	z-index: 2;
}

.cm-Map_Note img {
	vertical-align: bottom;
}

.cr-Hero {
	position: relative;
}

.cr-Hero_Img {
	margin: 0;
}

@media screen and (max-width: 575px) {
	.cr-Hero_Img {
		margin: 0 0 1.5rem;
	}
}

.cr-Hero_Info {
	margin: 0;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

@media screen and (max-width: 575px) {
	.cr-Hero_Info {
		position: static;
		left: 0;
		top: 0;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.cr-Hero_Info img {
	width: 70%;
	max-width: 580px;
}

@media screen and (max-width: 575px) {
	.cr-Hero_Info img {
		width: 100%;
	}
}

.cr-Kakomi {
	border: 1px solid #111;
	display: inline-block;
	padding: 0.2rem 1rem;
}

.cr-Numeral {
	text-align: center;
}

.cr-Numeral dt:before {
	content: "【";
}

.cr-Numeral dt:after {
	content: "】";
}

.cr-Numeral dd .mc-Important {
	font-size: 4.57143rem;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.cr-Numeral dd .mc-Important {
		font-size: 2.28571rem;
	}
}

.club-Month {
	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: 0 0 1rem;
}

.club-Month_Item {
	margin: 0;
	padding: 0;
}

.club-Month_Item::before {
	display: none;
}

.club-Month_Link {
	text-decoration: none;
}

.club-Month_Link-prev, .club-Month_Link-next {
	color: #111;
	display: inline-block;
	padding: 0 25px;
	text-indent: 0;
	color: #111;
	position: relative;
}

.club-Month_Link-prev::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: "";
	display: inline-block;
	font-size: 14px;
	width: 14px;
	height: 5.25px;
	line-height: 5.25px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0.75em;
	left: 5px;
	color: #cd255d;
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.club-Month_Link-next::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: "";
	display: inline-block;
	font-size: 14px;
	width: 14px;
	height: 5.25px;
	line-height: 5.25px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0.75em;
	right: 5px;
	color: #cd255d;
}

.club-Topics_News .tp-TopicsNews {
	margin-bottom: 1rem;
}

.club-Topics_Inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.eng-Menu {
	margin-bottom: 5.5rem;
}

@media screen and (max-width: 991px), print {
	.eng-Menu {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.eng-Menu {
		margin-bottom: 2.5rem;
	}
}

.eng-Menu_Inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

@media screen and (max-width: 767px) {
	.eng-Menu_Inner {
		display: block;
	}
}

.eng-Menu_Img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.eng-Menu_List {
	-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;
	padding-left: 40px;
}

@media screen and (max-width: 767px) {
	.eng-Menu_List {
		padding-left: 0;
	}
}

.eng-Menu_List {
	-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-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: -20px -10px 0;
}

@media screen and (max-width: 767px) {
	.eng-Menu_List {
		width: calc(100% + 14px);
		margin: -15px -7px 0;
	}
}

.eng-Menu_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333%;
	    -ms-flex: 0 0 33.3333%;
	        flex: 0 0 33.3333%;
	max-width: 33.3333%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	margin: 20px 0 0;
}

.eng-Menu_Item::before {
	content: none;
}

@media screen and (max-width: 991px), print {
	.eng-Menu_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.eng-Menu_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		margin-top: 15px;
		padding: 0 7px;
	}
}

@media screen and (max-width: 575px) {
	.eng-Menu_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: none;
		margin-top: 15px;
	}
}

.eng-Menu_Link {
	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;
	line-height: 1.2375;
	width: 100%;
	min-height: 60px;
	border: 1px solid #111;
	color: #111;
	text-decoration: none;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.eng-Menu_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: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
	color: #cd255d;
}

@media (pointer: fine) {
	.eng-Menu_Link:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.eng-Menu_Link:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
}

@media (pointer: coarse) {
	.eng-Menu_Link:active {
		color: #cd255d;
		border-color: #cd255d;
	}
}

.eng-Menu_Link-soon {
	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;
	line-height: 1.2375;
	width: 100%;
	min-height: 60px;
	border: 1px solid #111;
	color: #111;
	text-decoration: none;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.eng-Menu_Link-soon::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: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
	color: #ccc;
}

.eng-Menu_Thumb {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 88px;
	    -ms-flex: 0 0 88px;
	        flex: 0 0 88px;
	height: 88px;
}

@media screen and (max-width: 991px), print {
	.eng-Menu_Thumb {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75px;
		    -ms-flex: 0 0 75px;
		        flex: 0 0 75px;
		height: 75px;
	}
}

.eng-Menu_Label {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: block;
	padding: 0.25rem 15px;
}

.eng-Policy_Lead {
	padding: 20px;
	margin-bottom: 1rem;
	border: 3px solid #f2f2f2;
}

.eng-Policy_Lead > dt {
	color: #cd255d;
	font-weight: 600;
}

.ex-Arrow {
	border-left: none;
	border-right: none;
}

.ex-Flow .ex-Flow_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #cd255d;
}

.ex-Flow .ex-Flow_List:last-child {
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
	.ex-Flow .ex-Flow_List {
		display: block;
	}
}

.ex-Flow .ex-Flow_List figure {
	border: 1px solid #cd255d;
	margin: 0;
}

@media screen and (max-width: 575px) {
	.ex-Flow .ex-Flow_List figure {
		background: #fff;
	}
}

.ex-Flow .ex-Flow_List p {
	color: #fff;
	margin: 0;
	padding: 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;
	padding-left: 2rem;
}

@media screen and (max-width: 575px) {
	.ex-Flow .ex-Flow_List p {
		padding: 1rem 10px 1.2rem;
	}
}

.ex-Flow .ex-Flow_List a {
	color: #fff;
}

.ex-List li:before {
	display: none;
}

.ex-List li ul {
	list-style-type: none;
	line-height: 1.78;
	margin: 0 0 1.5rem;
	margin-left: 2px;
}

.ex-List li ul > li {
	position: relative;
	padding: 0 0 0 25px;
	padding-left: 4px;
	margin: 0 0 0.15rem;
	text-indent: 0;
}

.ex-List li ul > li:last-child {
	margin-bottom: 0;
}

.ex-List li ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 7.7px;
	top: 0.55rem;
	left: -12px;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	background: #111;
}

.ex-Topics {
	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;
	width: 100%;
	margin: 0 0 5.5rem;
}

@media screen and (max-width: 991px), print {
	.ex-Topics {
		display: block;
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.ex-Topics {
		margin-bottom: 3rem;
	}
}

.ex-Topics-ams_labo {
	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;
	width: 100%;
	margin: 0 0 5.5rem;
}

@media screen and (max-width: 991px), print {
	.ex-Topics-ams_labo {
		display: block;
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.ex-Topics-ams_labo {
		margin-bottom: 3rem;
	}
}

.ex-Topics_News {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 62%;
	    -ms-flex: 0 0 62%;
	        flex: 0 0 62%;
	width: 100%;
	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;
}

@media screen and (max-width: 991px), print {
	.ex-Topics_News {
		max-width: none;
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.ex-Topics_News {
		margin-bottom: 3rem;
	}
}

.ex-Topics_News > :last-child {
	margin-bottom: 0;
}

.ex-Topics-ams_labo .ex-Topics_News {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 59.167%;
	    -ms-flex: 0 0 59.167%;
	        flex: 0 0 59.167%;
	max-width: 59.167%;
	width: 100%;
	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;
}

@media screen and (max-width: 991px), print {
	.ex-Topics-ams_labo .ex-Topics_News {
		max-width: none;
	}
}

.ex-Topics_Event {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 59.167%;
	    -ms-flex: 0 0 59.167%;
	        flex: 0 0 59.167%;
	max-width: 59.167%;
	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;
}

@media screen and (max-width: 991px), print {
	.ex-Topics_Event {
		max-width: none;
	}
}

.ex-Topics_Event > :last-child {
	margin-bottom: 0;
}

.ex-Topics_Title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ex-Topics_Title_Inner {
	display: block;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.ex-Topics_Title_Inner {
		padding-right: 10px;
	}
}

.ex-Topics_Title_Inner::first-letter {
	font-size: 2.57143rem;
}

@media screen and (max-width: 767px) {
	.ex-Topics_Title_Inner::first-letter {
		font-size: 1.84615rem;
	}
}

.ex-Topics_Title:after {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	content: '';
	display: block;
	min-width: 40px;
	height: 1px;
	margin-top: 10px;
	background: #111;
}

.ex-Topics_More {
	text-align: right;
}

.ex-Topics_More > a {
	position: relative;
	display: inline-block;
	min-width: 130px;
	color: #111;
	font-size: 0.92857rem;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 0.25rem;
}

.ex-Topics_More > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #111;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
	.ex-Topics_More > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.ex-Topics_More > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (-ms-high-contrast: none) {
	.ex-Topics_More > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.ex-Topics_More > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (pointer: coarse) {
	.ex-Topics_More > a:active::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.ex-Topics_More > a:active::after {
		-webkit-animation: none;
		        animation: none;
	}
}

.ex-Topics_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: "";
	display: inline-block;
	font-size: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 9px;
	margin-top: -5px;
}

@media (pointer: fine) {
	.ex-Topics_More > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.ex-Topics_More > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.ex-Topics_More > a:active {
		color: #cd255d;
	}
}

.ex-TopicsNews {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	margin-bottom: 1.5rem;
}

.ex-TopicsNews_Item {
	margin-bottom: 1.5rem;
}

.ex-TopicsNews_Item:last-child {
	margin-bottom: 0;
}

.ex-TopicsNews_Data {
	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;
	line-height: 1.2375;
	margin-bottom: 0.5rem;
}

.ex-TopicsNews_Time {
	margin-right: 15px;
}

.ex-TopicsNews_Category {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 130px;
	    -ms-flex: 0 0 130px;
	        flex: 0 0 130px;
	font-size: 0.85714rem;
	font-weight: 500;
	color: #fff;
	padding: 0.25rem 5px;
	text-align: center;
	background: #cd255d;
}

.ex-TopicsNews_Title {
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.57;
	background: none;
}

.ex-TopicsNews_Title:before {
	display: none;
}

.ex-TopicsNews_Title > a {
	color: #111;
	text-decoration: none;
}

@media (pointer: fine) {
	.ex-TopicsNews_Title > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.ex-TopicsNews_Title > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.ex-TopicsNews_Title > a:active {
		color: #cd255d;
	}
}

.ex-Bnr {
	padding-top: 4.5rem;
}

@media screen and (max-width: 767px) {
	.ex-Bnr {
		padding-top: 2rem;
	}
}

.ex-Bnr h3 {
	margin-top: 2rem;
}

.ex-WebApp {
	display: block;
	border: 1px solid #ddd;
	background: #faf5eb;
	text-decoration: none;
	color: #111;
	padding: 25px;
	margin: 2rem 0 1.5rem;
}

@media screen and (max-width: 767px) {
	.ex-WebApp {
		padding: 20px 15px;
	}
}

.ex-WebApp_Note {
	margin: 0;
	text-align: center;
	font-weight: 600;
	line-height: 1.2375;
}

@media screen and (max-width: 767px) {
	.ex-WebApp_Note {
		margin-bottom: 0.5rem;
	}
}

.ex-WebApp_Lead {
	margin: 0 0 1.5rem;
	font-size: 1.42857rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2375;
}

@media screen and (max-width: 767px) {
	.ex-WebApp_Lead {
		font-size: 1.23077rem;
	}
}

.ex-WebApp_Lead b {
	color: #cd255d;
}

.ex-WebApp_Lead strong {
	color: #cd255d;
	font-size: 2rem;
}

@media screen and (max-width: 767px) {
	.ex-WebApp_Lead strong {
		font-size: 1.53846rem;
	}
}

.ex-WebApp_Point {
	margin: 0 0 1.6rem;
	padding-top: 1rem;
	border-top: 1px dashed #444;
}

.ex-WebApp_Point dt {
	clear: left;
	float: left;
	margin: -0.1rem 0 0;
	padding: 0.5rem 1rem;
	line-height: 1;
	font-size: 0.92857rem;
	text-align: center;
	background: #cd255d;
	color: #fff;
	font-weight: 400;
	border-radius: 30px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.ex-WebApp_Point dd {
	padding: 0 0 1rem 7rem;
	margin: 0 0 1rem;
	font-size: 1.07143rem;
	line-height: 1.57;
	border-bottom: 1px dashed #444;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

@media screen and (max-width: 767px) {
	.ex-WebApp_Point dd {
		font-size: 1rem;
	}
}

.ex-WebApp_Link {
	text-align: center;
	margin: 0;
}

.ex-WebApp_Link a {
	display: block;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	max-width: 400px;
	color: #111;
	font-size: 1.14286rem;
	font-weight: 600;
	text-align: center;
	border: 3px solid #cd255d;
	padding: 0.8rem 2rem;
}

@media screen and (max-width: 767px) {
	.ex-WebApp_Link a {
		font-size: 1.07692rem;
	}
}

@media (pointer: fine) {
	.ex-WebApp_Link a:hover {
		color: #cd255d;
	}
	.ex-WebApp_Link a:hover::after {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.ex-WebApp_Link a:hover {
		color: #cd255d;
	}
	.ex-WebApp_Link a:hover::after {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.ex-WebApp_Link a:active {
		color: #cd255d;
	}
	.ex-WebApp_Link a:active::after {
		color: #cd255d;
	}
}

.ex-WebApp_Link a::after {
	color: #111;
	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: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 15px;
	line-height: 9px;
	margin-top: -5px;
	font-weight: 400;
}

.ex-WebApp_Link a.sw-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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
}

.fac-CourceHeader {
	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;
	margin: 3rem 0 1.5rem;
}

@media screen and (max-width: 575px) {
	.fac-CourceHeader {
		display: block;
	}
}

.fac-CourceHeader_Title {
	margin: 0;
}

@media screen and (max-width: 575px) {
	.fac-CourceHeader_Title {
		margin-bottom: 1rem;
	}
}

.fac-CourceHeader_Title > a {
	color: #111;
}

@media (pointer: fine) {
	.st-Main-ec_economics .fac-CourceHeader_Title > a:hover {
		color: #0066a2;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-ec_economics .fac-CourceHeader_Title > a:hover {
		color: #0066a2;
	}
}

@media (pointer: coarse) {
	.st-Main-ec_economics .fac-CourceHeader_Title > a:active {
		color: #0066a2;
	}
}

@media (pointer: fine) {
	.st-Main-bizadmin_manegement .fac-CourceHeader_Title > a:hover {
		color: #306751;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-bizadmin_manegement .fac-CourceHeader_Title > a:hover {
		color: #306751;
	}
}

@media (pointer: coarse) {
	.st-Main-bizadmin_manegement .fac-CourceHeader_Title > a:active {
		color: #306751;
	}
}

@media (pointer: fine) {
	.st-Main-bizadmin_commerce .fac-CourceHeader_Title > a:hover {
		color: #f39800;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-bizadmin_commerce .fac-CourceHeader_Title > a:hover {
		color: #f39800;
	}
}

@media (pointer: coarse) {
	.st-Main-bizadmin_commerce .fac-CourceHeader_Title > a:active {
		color: #f39800;
	}
}

@media (pointer: fine) {
	.st-Main-public_affairs .fac-CourceHeader_Title > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-public_affairs .fac-CourceHeader_Title > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.st-Main-public_affairs .fac-CourceHeader_Title > a:active {
		color: #cd255d;
	}
}

.fac-CourceHeader_Img {
	margin: 0;
	padding-left: 20px;
}

@media screen and (max-width: 575px) {
	.fac-CourceHeader_Img {
		padding-left: 0;
	}
}

.fac-Icon-blue, .fac-Icon-green, .fac-Icon-pink {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
}

.fac-Icon-blue {
	background: #0066a3;
}

.fac-Icon-green {
	background: #005634;
}

.fac-Icon-pink {
	background: #9e2428;
}

.fac-Subject-2rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.fac-Subject-2rows {
		display: block;
	}
}

.fac-Subject-2rows .fac-Subject_Item-blue, .fac-Subject-2rows .fac-Subject_Item-green, .fac-Subject-2rows .fac-Subject_Item-pink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

@media screen and (max-width: 767px) {
	.fac-Subject-2rows .fac-Subject_Item-blue, .fac-Subject-2rows .fac-Subject_Item-green, .fac-Subject-2rows .fac-Subject_Item-pink {
		max-width: none;
	}
}

.fac-Subject_Item-blue::before {
	background: #0066a3;
}

.fac-Subject_Item-green::before {
	background: #005634;
}

.fac-Subject_Item-pink::before {
	background: #9e2428;
}

.form-Btn {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #111;
	text-align: center;
	text-decoration: none;
	height: 50px;
	max-width: 400px;
	width: 100%;
	color: #cd255d;
	font-weight: 600;
	padding: 0.5rem 40px;
	border: 3px solid #cd255d;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

@media screen and (max-width: 575px) {
	.form-Btn {
		padding: 0.5rem 10px;
	}
}

@media (pointer: fine) {
	.form-Btn:hover {
		color: #fff;
		background-color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.form-Btn:hover {
		color: #fff;
		background-color: #cd255d;
	}
}

@media (pointer: coarse) {
	.form-Btn:active {
		color: #fff;
		background-color: #cd255d;
	}
}

.form-Btn.-gray {
	color: #111;
	border: 3px solid #111;
}

@media (pointer: fine) {
	.form-Btn.-gray:hover {
		color: #fff;
		background-color: #111;
	}
}

@media (-ms-high-contrast: none) {
	.form-Btn.-gray:hover {
		color: #fff;
		background-color: #111;
	}
}

@media (pointer: coarse) {
	.form-Btn.-gray:active {
		color: #fff;
		background-color: #111;
	}
}

.form-Btns {
	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;
}

.form-Btns_Item {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 250px;
	padding: 0 15px;
}

@media screen and (max-width: 767px) {
	.form-Btns_Item {
		padding: 0 10px;
	}
}

.form-Caution {
	margin-bottom: 0.5rem;
	font-size: 0.78571rem;
}

.form-Checkbox {
	margin-bottom: 0.5rem;
}

.form-Checkbox.-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-Checkbox.-row.-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.form-Checkbox_Item {
	position: relative;
	padding: 0 0 0 25px;
}

.form-Checkbox_Item:last-child {
	padding-right: 0;
}

.form-Checkbox.-row .form-Checkbox_Item {
	padding: 0 1.5rem 0 25px;
}

.form-Checkbox.-row .form-Checkbox_Item:last-child {
	padding-right: 0;
}

.form-Checkbox_Item.-tour {
	border-bottom: dashed 1px #bbb;
	padding-bottom: 5px;
}

.form-Checkbox_Item::before {
	content: none;
}

.form-Checkbox_Item > label {
	position: relative;
	cursor: pointer;
}

.form-Checkbox_Item > label > input {
	display: none;
}

.form-Checkbox_Item > :last-child {
	margin-bottom: 0;
}

.form-Checkbox_Item.-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.form-Checkbox_Item.-row > label {
	padding-right: 10px;
}

.form-Checkbox_Item.-row > label:last-child {
	padding-right: 0;
}

.form-Checkbox_Item.-min210 > label {
	min-width: 220px;
}

@media screen and (max-width: 767px) {
	.form-Checkbox_Item.-min210 > label {
		min-width: 0;
	}
}

.form-Checkbox_Item.-min60 > label {
	min-width: 70px;
}

@media screen and (max-width: 767px) {
	.form-Checkbox_Item.-min60 > label {
		min-width: 0;
	}
}

.form-Checkbox_Item > p {
	margin-bottom: 0;
}

.form-Checkbox_Icon {
	position: absolute;
	top: 0.15em;
	left: -25px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-sizing: border-box;
}

.form-Checkbox_Icon::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: 50%;
	left: 50%;
	color: #cd255d;
	font-size: 16px;
	margin: -8px 0 0 -8px;
	display: none;
}

.form-Checkbox_Item.-row .form-Checkbox_Icon {
	top: 0.25em;
}

input:checked + .form-Checkbox_Icon::before {
	display: block;
}

input:disabled + .form-Checkbox_Icon {
	border-color: #ccc;
	background: #f2f2f2;
}

.form-Def {
	margin-bottom: 1rem;
}

.form-Def > dt {
	font-size: 1.14286rem;
	font-weight: 600;
	color: #cd255d;
	margin-bottom: 0.5rem;
}

.form-Def > dd {
	margin-bottom: 1rem;
}

.form-Def > dd:last-child {
	margin-bottom: 0;
}

.form-Error {
	margin: 0 0 1.5rem;
	padding: 1.75rem;
	color: #c00;
	border: 1px solid #c00;
	background: #fcf2f2;
}

.form-Error > :last-child {
	margin-bottom: 0;
}

.form-Error > ul > li {
	padding-left: 1em;
	text-indent: -1em;
}

.form-Error > ul > li::before {
	content: '※';
	display: inline-block;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	text-indent: 0;
}

.form-Icon {
	display: inline-block;
	margin: 0 3px;
	vertical-align: -3px;
}

.form-Icon.-checkbox {
	width: 18px;
	height: 18px;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-sizing: border-box;
}

.form-Icon.-check {
	position: relative;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
}

.form-Icon.-check::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: 50%;
	left: 50%;
	color: #cd255d;
	font-size: 16px;
	margin: -7px 0 0 -8px;
}

.form-Item {
	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%;
	margin-bottom: 0.5rem;
}

.form-Checkbox_Item .form-Item {
	width: auto;
}

.form-Item.-after-checked {
	padding-right: 10px;
}

.form-Item.-after-checked:last-child {
	padding-right: 0;
}

.form-Item_Name {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 3.25rem;
	    -ms-flex: 0 0 3.25rem;
	        flex: 0 0 3.25rem;
	text-align: right;
	padding-right: 0.25rem;
}

.form-Item.-other .form-Item_Name {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 4.25rem;
	    -ms-flex: 0 0 4.25rem;
	        flex: 0 0 4.25rem;
	text-align: right;
	padding-right: 0.25rem;
}

.form-Item_Name.-fit {
	-webkit-flex-shrink: 1;
	    -ms-flex-negative: 1;
	        flex-shrink: 1;
	white-space: nowrap;
	text-align: right;
	padding-right: 0.25rem;
}

@media screen and (max-width: 575px) {
	.form-Item_Name.-fit {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 3.25rem;
		    -ms-flex: 0 0 3.25rem;
		        flex: 0 0 3.25rem;
	}
}

.form-Item_Name.-middle {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 4.25rem;
	    -ms-flex: 0 0 4.25rem;
	        flex: 0 0 4.25rem;
}

.form-Item_Unit {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: left;
	padding-left: 0.5rem;
}

.form-Item_Input {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-bottom: 0;
}

.form-Item_Select {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-bottom: 0;
}

@media screen and (max-width: 575px) {
	.form-Item_Select {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
	}
}

.form-Item_Post {
	padding-right: 0.5rem;
}

.form-Item_Glue {
	padding: 0 0.5rem;
}

.form-Item_Sample {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-left: 1rem;
}

.form-Item_Radio {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	padding-right: 0.5rem;
	white-space: nowrap;
}

.form-Radio {
	margin-bottom: 0.5rem;
}

.form-Radio.-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.form-Radio_Item {
	padding: 0 0 0 25px;
}

.form-Radio_Item:last-child {
	padding-right: 0;
}

.form-Radio.-row .form-Radio_Item {
	padding: 0 1.5rem 0 25px;
}

.form-Radio.-row .form-Radio_Item:last-child {
	padding-right: 0;
}

.form-Radio_Item::before {
	content: none;
}

.form-Radio_Item label {
	cursor: pointer;
}

.form-Radio_Item label > input {
	display: none;
}

.form-Radio_Item > :last-child {
	margin-bottom: 0;
}

.form-Radio_Item.-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.form-Radio_Item.-row > label {
	padding-right: 10px;
}

.form-Radio_Item.-row > label:last-child {
	padding-right: 0;
}

.form-Radio_Item.-min210 > label {
	min-width: 220px;
}

@media screen and (max-width: 767px) {
	.form-Radio_Item.-min210 > label {
		min-width: 0;
	}
}

.form-Radio_Item.-min60 > label {
	min-width: 70px;
}

@media screen and (max-width: 767px) {
	.form-Radio_Item.-min60 > label {
		min-width: 0;
	}
}

.form-Radio_Icon {
	position: relative;
	display: inline-block;
}

.form-Radio_Icon::before {
	content: '';
	position: absolute;
	top: 0.25em;
	left: -25px;
	display: block;
	width: 18px;
	height: 18px;
	border: 3px solid #fff;
	border-radius: 9px;
	box-sizing: border-box;
	box-shadow: 0 0 0 1px #aaa;
}

input:checked + .form-Radio_Icon::before {
	background: #cd255d;
}

input:disabled + .form-Radio_Icon::before {
	background: #f2f2f2;
	border-color: #f2f2f2;
	box-shadow: 0 0 0 1px #ccc;
}

.form-Require {
	font-weight: 600;
	color: #c00;
}

.form-Row {
	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-bottom: 0.5rem;
}

@media screen and (max-width: 575px) {
	.form-Row {
		display: block;
	}
}

.form-Row.-name {
	width: 100%;
	max-width: 500px;
}

.form-Row.-school {
	width: auto;
}

@media screen and (max-width: 575px) {
	.form-Row.-sp-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.form-Row_Item {
	padding-right: 15px;
}

@media screen and (max-width: 575px) {
	.form-Row_Item {
		padding-right: 0;
		margin-bottom: 0.5rem;
	}
}

.form-Row_Item:last-child {
	padding-right: 0;
}

@media screen and (max-width: 575px) {
	.form-Row_Item:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 575px) {
	.form-Row.-sp-row .form-Row_Item {
		padding-right: 10px;
		margin-bottom: 0;
	}
}

.form-Row_Item > :last-child {
	margin-bottom: 0;
}

.form-Row.-name .form-Row_Item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.form-Row.-school .form-Row_Item:first-child {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-basis: auto;
	    -ms-flex-preferred-size: auto;
	        flex-basis: auto;
	max-width: 350px;
}

.form-Row.-school .form-Row_Item:last-child {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-webkit-flex-basis: auto;
	    -ms-flex-preferred-size: auto;
	        flex-basis: auto;
}

.form-Select {
	position: relative;
	display: inline-block;
	margin-bottom: 0.5rem;
}

.form-Select.form-Item_Select {
	margin-bottom: 0;
}

.form-Select.-after-checked {
	margin-right: 10px;
	margin-bottom: 0;
}

.form-Select select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-size: 16px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background: #f2f2f2;
	padding: 0.5em 1.25rem 0.5rem 0.5rem;
	outline: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}

.form-Select select:focus {
	border-color: #cd255d;
}

.form-Select select::-ms-expand {
	display: none;
}

.form-Select select:disabled {
	color: #999;
	border-color: #ccc;
}

.form-Select.-year select {
	width: 4rem;
}

.form-Select::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 50%;
	right: 7px;
	border-bottom: 5px solid #111;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	margin-bottom: 1px;
}

.form-Select::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	border-top: 5px solid #111;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	margin-top: 1px;
}

.form-Table th {
	width: 30%;
}

@media screen and (max-width: 767px) {
	.form-Table th {
		width: 20%;
	}
}

@media screen and (max-width: 575px) {
	.form-Table th {
		width: 100%;
	}
}

.form-Table td > p {
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 575px) {
	.form-Table {
		display: block;
		border-top: 1px solid #cecece;
	}
	.form-Table tbody,
	.form-Table tr,
	.form-Table th,
	.form-Table td {
		display: block;
	}
	.form-Table th, .form-Table td {
		border-top: 0;
	}
}

.form-Text {
	margin-bottom: 0.5rem;
}

.form-Text.form-Item_Input {
	margin-bottom: 0;
}

.form-Text.-name {
	max-width: 200px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Text.-name {
		max-width: 100%;
	}
}

.form-Text.-middle {
	max-width: 250px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Text.-middle {
		max-width: 100%;
	}
}

.form-Text.-large {
	max-width: 600px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Text.-large {
		max-width: 100%;
	}
}

.form-Text.-num1 {
	max-width: 100px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Text.-num1 {
		max-width: 60px;
	}
}

.form-Text.-num1 input {
	text-align: center;
}

.form-Text.-num2 {
	max-width: 120px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Text.-num2 {
		max-width: 80px;
	}
}

.form-Text.-num2 input {
	text-align: center;
}

.form-Text.-mail {
	width: 70%;
}

@media screen and (max-width: 575px) {
	.form-Text.-mail {
		width: 100%;
		max-width: 100%;
	}
}

.form-Text.-after-checked {
	max-width: 250px;
	width: 100%;
	padding-right: 10px;
}

@media screen and (max-width: 767px) {
	.form-Text.-after-checked {
		max-width: 180px;
	}
}

.form-Text.-after-checked:last-child {
	padding-right: 0;
}

.form-Text input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 100%;
	font-size: 16px;
	padding: 0.5em;
	border-radius: 0;
	border: 1px solid #ccc;
	outline: 0;
}

@media screen and (max-width: 575px) {
	.form-Text input {
		padding: 0.25rem 5px;
	}
}

.form-Text input:focus {
	border-color: #cd255d;
}

.form-Text input:disabled {
	background: #f2f2f2;
}

.form-Textarea {
	margin-bottom: 0.5rem;
}

.form-Textarea.form-Item_Input {
	margin-bottom: 0;
}

.form-Textarea.-name {
	max-width: 200px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Textarea.-name {
		max-width: 100%;
	}
}

.form-Textarea.-middle {
	max-width: 250px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Textarea.-middle {
		max-width: 100%;
	}
}

.form-Textarea.-large {
	max-width: 600px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Textarea.-large {
		max-width: 100%;
	}
}

.form-Textarea.-num1 {
	max-width: 100px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Textarea.-num1 {
		max-width: 60px;
	}
}

.form-Textarea.-num1 input {
	text-align: center;
}

.form-Textarea.-num2 {
	max-width: 120px;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.form-Textarea.-num2 {
		max-width: 80px;
	}
}

.form-Textarea.-num2 input {
	text-align: center;
}

.form-Textarea.-mail {
	width: 70%;
}

@media screen and (max-width: 575px) {
	.form-Textarea.-mail {
		width: 100%;
		max-width: 100%;
	}
}

.form-Textarea.-after-checked {
	max-width: 250px;
	width: 100%;
	padding-right: 10px;
}

@media screen and (max-width: 767px) {
	.form-Textarea.-after-checked {
		max-width: 180px;
	}
}

.form-Textarea.-after-checked:last-child {
	padding-right: 0;
}

.form-Textarea textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 100%;
	font-size: 16px;
	padding: 0.5em;
	border-radius: 0;
	border: 1px solid #ccc;
	outline: 0;
}

@media screen and (max-width: 575px) {
	.form-Textarea textarea {
		padding: 0.25rem 5px;
	}
}

.form-Textarea textarea:focus {
	border-color: #cd255d;
}

.form-Textarea textarea:disabled {
	background: #f2f2f2;
}

.fac-CourceHeader {
	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;
	margin: 3rem 0 1.5rem;
}

@media screen and (max-width: 575px) {
	.fac-CourceHeader {
		display: block;
	}
}

.fac-CourceHeader_Title {
	margin: 0;
}

@media screen and (max-width: 575px) {
	.fac-CourceHeader_Title {
		margin-bottom: 1rem;
	}
}

.fac-CourceHeader_Title > a {
	color: #111;
}

@media (pointer: fine) {
	.st-Main-ec_economics .fac-CourceHeader_Title > a:hover {
		color: #0066a2;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-ec_economics .fac-CourceHeader_Title > a:hover {
		color: #0066a2;
	}
}

@media (pointer: coarse) {
	.st-Main-ec_economics .fac-CourceHeader_Title > a:active {
		color: #0066a2;
	}
}

@media (pointer: fine) {
	.st-Main-bizadmin_manegement .fac-CourceHeader_Title > a:hover {
		color: #306751;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-bizadmin_manegement .fac-CourceHeader_Title > a:hover {
		color: #306751;
	}
}

@media (pointer: coarse) {
	.st-Main-bizadmin_manegement .fac-CourceHeader_Title > a:active {
		color: #306751;
	}
}

@media (pointer: fine) {
	.st-Main-bizadmin_commerce .fac-CourceHeader_Title > a:hover {
		color: #f39800;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-bizadmin_commerce .fac-CourceHeader_Title > a:hover {
		color: #f39800;
	}
}

@media (pointer: coarse) {
	.st-Main-bizadmin_commerce .fac-CourceHeader_Title > a:active {
		color: #f39800;
	}
}

@media (pointer: fine) {
	.st-Main-public_affairs .fac-CourceHeader_Title > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-public_affairs .fac-CourceHeader_Title > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.st-Main-public_affairs .fac-CourceHeader_Title > a:active {
		color: #cd255d;
	}
}

.fac-CourceHeader_Img {
	margin: 0;
	padding-left: 20px;
}

@media screen and (max-width: 575px) {
	.fac-CourceHeader_Img {
		padding-left: 0;
	}
}

.fut-TimeTable_Important {
	background: #f9dee7;
}

.fut-TimeTable_Sample {
	background: #f9dee7;
	padding: 5px 20px;
}

.gen-CaseNav_List {
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
	.gen-CaseNav_List {
		display: block;
	}
}

.gen-CaseNav_Item {
	margin: 20px 0 0;
	padding: 0 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.gen-CaseNav_Item:nth-child(1), .gen-CaseNav_Item:nth-child(2) {
	margin-top: 0;
}

@media screen and (max-width: 575px) {
	.gen-CaseNav_Item {
		max-width: 100%;
		margin: 15px 0 0;
	}
	.gen-CaseNav_Item:nth-child(2) {
		margin-top: 15px;
	}
}

.gen-CaseNav_Item::before {
	display: none;
}

.gen-CaseNav_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;
	text-decoration: none;
	color: #111;
	border: 1px solid #111;
	min-height: 75px;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 575px) {
	.gen-CaseNav_Link {
		min-height: 60px;
	}
}

.gen-CaseNav_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: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 13px;
	color: #cd255d;
}

@media (pointer: fine) {
	.gen-CaseNav_Link:hover {
		border-color: #cd255d;
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.gen-CaseNav_Link:hover {
		border-color: #cd255d;
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.gen-CaseNav_Link:active {
		border-color: #cd255d;
		color: #cd255d;
	}
}

.gen-CaseNav_Box {
	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;
	text-decoration: none;
	color: #111;
	border: 1px solid #111;
	min-height: 75px;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 575px) {
	.gen-CaseNav_Box {
		min-height: 60px;
	}
}

.gen-CaseNav_Text {
	margin: 0;
	line-height: 1.2375;
	padding: 0.3rem 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.gen-CaseNav_Img {
	max-width: 110px;
}

@media screen and (max-width: 575px) {
	.gen-CaseNav_Img {
		max-width: 100px;
	}
}

.gen-CaseNav_Date {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.2em;
}

.gen-CaseNav_Title {
	display: block;
	font-size: 1.14286rem;
	font-weight: 600;
}

.gen-LecNav_List {
	margin: 0 0 1.5rem;
	padding: 0;
}

.gen-LecNav_Item {
	margin: 0 0 20px;
	padding: 0;
}

.gen-LecNav_Item::before {
	display: none;
}

.gen-LecNav_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: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px;
	text-decoration: none;
	color: #111;
	border: 1px solid #111;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 767px) {
	.gen-LecNav_Link {
		padding: 15px;
	}
}

@media screen and (max-width: 575px) {
	.gen-LecNav_Link {
		display: block;
	}
}

.gen-LecNav_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: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
	color: #cd255d;
}

@media (pointer: fine) {
	.gen-LecNav_Link:hover {
		border-color: #cd255d;
		color: #cd255d;
	}
	.gen-LecNav_Link:hover .gen-LecNav_Num {
		background: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.gen-LecNav_Link:hover {
		border-color: #cd255d;
		color: #cd255d;
	}
	.gen-LecNav_Link:hover .gen-LecNav_Num {
		background: #cd255d;
	}
}

@media (pointer: coarse) {
	.gen-LecNav_Link:active {
		border-color: #cd255d;
		color: #cd255d;
	}
	.gen-LecNav_Link:active .gen-LecNav_Num {
		background: #cd255d;
	}
}

.gen-LecNav_Img {
	margin: 0 20px 0 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 130px;
	    -ms-flex: 0 0 130px;
	        flex: 0 0 130px;
	max-width: 130px;
}

@media screen and (max-width: 575px) {
	.gen-LecNav_Img {
		max-width: 100%;
		margin: 0 0 1rem;
	}
}

.gen-LecNav_Body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.gen-LecNav_Num {
	display: inline-block;
	color: #fff;
	background: #111;
	font-size: 0.92857rem;
	line-height: 1;
	padding: 4px 10px;
	margin: 0 0 0.5rem;
	min-width: 80px;
	text-align: center;
	font-weight: 500;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

@media screen and (max-width: 767px) {
	.gen-LecNav_Num {
		font-size: 1rem;
	}
}

.gen-LecNav_Title {
	margin: 0 0 0.2rem;
	padding: 0;
	font-size: 1.42857rem;
	border: none;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.gen-LecNav_Title {
		font-size: 1.23077rem;
	}
}

.gen-LecNav_Title::before {
	display: none;
}

.gen-LecNav_Name {
	margin: 0;
	line-height: 1.5;
	font-size: 0.92857rem;
}

@media screen and (max-width: 767px) {
	.gen-LecNav_Name {
		font-size: 0.92308rem;
	}
}

.gen-LecProfile, .gen-LecProfile-2rows {
	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 0 2rem;
}

.gen-LecProfile_Img {
	margin: 0 25px 0 0;
}

@media screen and (max-width: 767px) {
	.gen-LecProfile_Img {
		margin-right: 15px;
	}
}

.gen-LecProfile_Name {
	margin: 0;
	line-height: 1.5;
}

.gen-LecProfile_Name b {
	font-weight: 600;
	font-size: 1.21429rem;
}

@media screen and (max-width: 767px) {
	.gen-LecProfile_Name b {
		font-size: 1.15385rem;
	}
}

.gen-LecProfile_Item {
	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;
	padding: 0 25px;
}

@media screen and (max-width: 767px) {
	.gen-LecProfile_Item {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.gen-LecProfile_Item:last-child {
		margin-bottom: 0;
	}
}

.gen-LecProfile-2rows {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

@media screen and (max-width: 767px) {
	.gen-LecProfile-2rows {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.get-Univ {
	display: none;
	background: #fff;
	max-width: 800px;
	height: auto;
	padding: 25px 25px 25px 25px;
}

.get-Univ h3 {
	margin-top: 0;
}

.get-Voice {
	position: relative;
}

@media screen and (max-width: 575px) {
	.get-Voice {
		position: static;
	}
}

.get-Voice_Inner {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 2rem;
}

@media screen and (max-width: 575px) {
	.get-Voice_Inner {
		position: static;
		padding: 0;
	}
}

.get-Voice_Inner p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 575px) {
	.get-Voice_Inner p:first-child {
		margin-bottom: .5rem;
	}
	.get-Voice_Inner p:last-child {
		margin-bottom: 2.5rem;
	}
}

.lib-Calendar {
	padding: 4.5% 7.6%;
	background: #eeece6;
	border: 1px solid #ceccc3;
}

.lib-Calendar > :last-child {
	margin-bottom: 0;
}

.lib-Calendar_Table {
	table-layout: fixed;
	line-height: 1.57;
	margin-bottom: 1rem;
}

.lib-Calendar_Table caption {
	font-size: 1.14286rem;
	color: #111;
	text-align: center;
	margin-bottom: 0.25rem;
}

.lib-Calendar_Table th,
.lib-Calendar_Table td {
	padding: 0.15rem 5px;
	text-align: center;
}

.lib-Calendar_Table th {
	color: #fff;
	background: #111;
}

.lib-Calendar_Table_Cell-blue {
	background: #80bfff;
}

.lib-Calendar_Table_Cell-yellow {
	background: #ffbf7f;
}

.lib-Calendar_Table_Cell-red {
	background: #ff8080;
}

.lib-Open_Title {
	font-size: 1.28571rem;
	margin: 0.5rem 0 1rem;
	padding: 0.5rem 0 0.5rem 15px;
	border-left: 5px solid #cd255d;
}

@media screen and (max-width: 991px), print {
	.lib-Open_Title {
		margin-top: 0;
	}
}

.lib-Open_Title::first-letter {
	font-size: 1.28571rem;
}

.lib-Open_Legend {
	margin: 0 0 1rem;
	line-height: 1.57;
}

.lib-Open_Legend_Item-white, .lib-Open_Legend_Item-blue, .lib-Open_Legend_Item-yellow, .lib-Open_Legend_Item-red {
	margin: 0 0 0.25rem;
	padding-left: 38px;
}

.lib-Open_Legend_Item-white::before, .lib-Open_Legend_Item-blue::before, .lib-Open_Legend_Item-yellow::before, .lib-Open_Legend_Item-red::before {
	content: '';
	display: block;
	position: absolute;
	top: 2.1px;
	top: 0.15rem;
	left: 0;
	width: 28px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 0;
}

.lib-Open_Legend_Item-white::before {
	background: #fff;
	border: 1px solid #ccc;
}

.lib-Open_Legend_Item-blue::before {
	background: #80bfff;
}

.lib-Open_Legend_Item-yellow::before {
	background: #ffbf7f;
}

.lib-Open_Legend_Item-red::before {
	background: #ff8080;
}

.mc-Bnr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 4rem -10px 1.5rem;
}

@media screen and (max-width: 767px) {
	.mc-Bnr {
		width: calc(100% + 14px);
		margin: 3rem -7px 1.5rem;
	}
}

.mc-Bnr-2rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.mc-Bnr-2rows {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
}

.mc-Bnr_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
	.mc-Bnr_Item {
		padding: 0 7px;
	}
}

.mc-Bnr_Item::before {
	content: none;
}

.mc-Bnr_Item:nth-child(1), .mc-Bnr_Item:nth-child(2), .mc-Bnr_Item:nth-child(3), .mc-Bnr_Item:nth-child(4) {
	margin-top: 0;
}

@media screen and (max-width: 991px), print {
	.mc-Bnr_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.mc-Bnr_Item:nth-child(4) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.mc-Bnr_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		margin-top: 15px;
	}
	.mc-Bnr_Item:nth-child(3), .mc-Bnr_Item:nth-child(4) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 575px) {
	.mc-Bnr_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: none;
		margin-top: 15px;
	}
	.mc-Bnr_Item:nth-child(2) {
		margin-top: 15px;
	}
}

.oth-Global_List-2rows .mc-Bnr_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

@media screen and (max-width: 991px), print {
	.oth-Global_List-2rows .mc-Bnr_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.oth-Global_List-2rows .mc-Bnr_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: none;
	}
}

.mc-Bnr_Link {
	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;
	line-height: 1.2375;
	width: 100%;
	min-height: 60px;
	border: 1px solid #111;
	color: #111;
	text-decoration: none;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.mc-Bnr_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: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
	color: #cd255d;
}

@media (pointer: fine) {
	.mc-Bnr_Link:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Bnr_Link:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
}

@media (pointer: coarse) {
	.mc-Bnr_Link:active {
		color: #cd255d;
		border-color: #cd255d;
	}
}

.mc-Bnr_Thumb {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 88px;
	    -ms-flex: 0 0 88px;
	        flex: 0 0 88px;
	height: 88px;
}

@media screen and (max-width: 991px), print {
	.mc-Bnr_Thumb {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75px;
		    -ms-flex: 0 0 75px;
		        flex: 0 0 75px;
		height: 75px;
	}
}

.mc-Bnr_Label {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: block;
	padding: 0.25rem 15px;
}

.mc-Border {
	margin: 2.5rem 0;
	border-top: 1px dotted #999;
	padding-top: 2.5rem;
}

@media screen and (max-width: 767px) {
	.mc-Border {
		margin: 2rem 0;
	}
}

.mc-Border > :last-child {
	margin-bottom: 0;
}

.mc-Box {
	margin: 0 0 1.5rem;
	padding: 1.75rem;
	border: 1px solid #cbc5ba;
	background: #faf5eb;
}

.st-Main-ec_economics .mc-Box {
	border-color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-Box {
	border-color: #306751;
}

.st-Main-bizadmin_commerce .mc-Box {
	border-color: #f39800;
}

.st-Main-public_affairs .mc-Box {
	border-color: #cd255d;
}

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

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

.mc-Box2 {
	margin: 0 0 1.5rem;
	padding: 1.75rem;
	border: 1px solid #cecece;
}

@media screen and (max-width: 767px) {
	.mc-Break {
		border-top: 1px solid #cecece;
	}
	.mc-Break th, .mc-Break td {
		display: block;
		border-top: 0;
	}
}

.mc-Btn {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #111;
	text-align: center;
	text-decoration: none;
	min-height: 50px;
	max-width: 400px;
	padding: 0.5rem 40px;
	border: 3px solid #111;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	background: #fff;
}

@media screen and (max-width: 575px) {
	.mc-Btn {
		padding: 0.5rem 10px;
		width: 90%;
	}
}

.sw-Center .mc-Btn {
	margin-left: auto;
	margin-right: auto;
}

.mc-Btn::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: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -5px 0 0;
	color: #111;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

@media (pointer: fine) {
	.mc-Btn:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
	.mc-Btn:hover::after {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Btn:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
	.mc-Btn:hover::after {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.mc-Btn:active {
		color: #cd255d;
		border-color: #cd255d;
	}
	.mc-Btn:active::after {
		color: #cd255d;
	}
}

.mc-Btn.sw-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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
}

.mc-Btn.sw-Pdf: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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
	color: #af2715;
}

.mc-Btn.sw-Doc: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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
	color: #0081ce;
}

.mc-Btn.sw-Xls: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: "";
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: -6px;
	color: #3aa22b;
}

.st-Main-ec_economics .mc-Btn {
	color: #111;
}

@media (pointer: fine) {
	.st-Main-ec_economics .mc-Btn:hover {
		color: #0066a2;
		border-color: #0066a2;
	}
	.st-Main-ec_economics .mc-Btn:hover:after {
		color: #0066a2;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-ec_economics .mc-Btn:hover {
		color: #0066a2;
		border-color: #0066a2;
	}
	.st-Main-ec_economics .mc-Btn:hover:after {
		color: #0066a2;
	}
}

@media (pointer: coarse) {
	.st-Main-ec_economics .mc-Btn:active {
		color: #0066a2;
		border-color: #0066a2;
	}
	.st-Main-ec_economics .mc-Btn:active:after {
		color: #0066a2;
	}
}

.st-Main-bizadmin_manegement .mc-Btn {
	color: #111;
}

@media (pointer: fine) {
	.st-Main-bizadmin_manegement .mc-Btn:hover {
		color: #306751;
		border-color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-Btn:hover:after {
		color: #306751;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-bizadmin_manegement .mc-Btn:hover {
		color: #306751;
		border-color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-Btn:hover:after {
		color: #306751;
	}
}

@media (pointer: coarse) {
	.st-Main-bizadmin_manegement .mc-Btn:active {
		color: #306751;
		border-color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-Btn:active:after {
		color: #306751;
	}
}

.st-Main-bizadmin_commerce .mc-Btn {
	color: #111;
}

@media (pointer: fine) {
	.st-Main-bizadmin_commerce .mc-Btn:hover {
		color: #f39800;
		border-color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-Btn:hover:after {
		color: #f39800;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-bizadmin_commerce .mc-Btn:hover {
		color: #f39800;
		border-color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-Btn:hover:after {
		color: #f39800;
	}
}

@media (pointer: coarse) {
	.st-Main-bizadmin_commerce .mc-Btn:active {
		color: #f39800;
		border-color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-Btn:active:after {
		color: #f39800;
	}
}

.st-Main-public_affairs .mc-Btn {
	color: #111;
}

@media (pointer: fine) {
	.st-Main-public_affairs .mc-Btn:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
	.st-Main-public_affairs .mc-Btn:hover:after {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.st-Main-public_affairs .mc-Btn:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
	.st-Main-public_affairs .mc-Btn:hover:after {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.st-Main-public_affairs .mc-Btn:active {
		color: #cd255d;
		border-color: #cd255d;
	}
	.st-Main-public_affairs .mc-Btn:active:after {
		color: #cd255d;
	}
}

.mc-Column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
}

@media screen and (max-width: 767px) {
	.mc-Column {
		width: calc(100% + 14px);
		margin: 0 -7px 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Column {
		display: block;
		width: auto;
		margin: 0 0 1.5rem;
	}
}

.mc-Column > *,
.mc-Column > ul,
.mc-Column > ol,
.mc-Column > p,
.mc-Column > dl,
.mc-Column > figure,
.mc-Column > div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2rem 0 0;
}

.mc-Column > *:nth-child(1), .mc-Column > *:nth-child(2),
.mc-Column > ul:nth-child(1),
.mc-Column > ul:nth-child(2),
.mc-Column > ol:nth-child(1),
.mc-Column > ol:nth-child(2),
.mc-Column > p:nth-child(1),
.mc-Column > p:nth-child(2),
.mc-Column > dl:nth-child(1),
.mc-Column > dl:nth-child(2),
.mc-Column > figure:nth-child(1),
.mc-Column > figure:nth-child(2),
.mc-Column > div:nth-child(1),
.mc-Column > div:nth-child(2) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.mc-Column > *,
	.mc-Column > ul,
	.mc-Column > ol,
	.mc-Column > p,
	.mc-Column > dl,
	.mc-Column > figure,
	.mc-Column > div {
		margin-top: 1.5rem;
		padding-left: 7px;
		padding-right: 7px;
	}
}

@media screen and (max-width: 575px) {
	.mc-Column > *,
	.mc-Column > ul,
	.mc-Column > ol,
	.mc-Column > p,
	.mc-Column > dl,
	.mc-Column > figure,
	.mc-Column > div {
		max-width: none;
		margin: 0 0 1.5rem;
		padding: 0;
	}
	.mc-Column > *:last-child,
	.mc-Column > ul:last-child,
	.mc-Column > ol:last-child,
	.mc-Column > p:last-child,
	.mc-Column > dl:last-child,
	.mc-Column > figure:last-child,
	.mc-Column > div:last-child {
		margin-bottom: 0;
	}
}

.mc-Column.-btns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.mc-Column.-btns > *,
.mc-Column.-btns > ul,
.mc-Column.-btns > ol,
.mc-Column.-btns > p,
.mc-Column.-btns > dl,
.mc-Column.-btns > figure,
.mc-Column.-btns > div {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	max-width: 420px;
}

.mc-Column-3rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
}

@media screen and (max-width: 767px) {
	.mc-Column-3rows {
		width: calc(100% + 14px);
		margin: 0 -7px 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Column-3rows {
		display: block;
		width: auto;
		margin: 0 0 1.5rem;
	}
}

.mc-Column-3rows > *,
.mc-Column-3rows > ul,
.mc-Column-3rows > ol,
.mc-Column-3rows > p,
.mc-Column-3rows > dl,
.mc-Column-3rows > figure,
.mc-Column-3rows > div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333%;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2rem 0 0;
}

.mc-Column-3rows > *:nth-child(1), .mc-Column-3rows > *:nth-child(2), .mc-Column-3rows > *:nth-child(3),
.mc-Column-3rows > ul:nth-child(1),
.mc-Column-3rows > ul:nth-child(2),
.mc-Column-3rows > ul:nth-child(3),
.mc-Column-3rows > ol:nth-child(1),
.mc-Column-3rows > ol:nth-child(2),
.mc-Column-3rows > ol:nth-child(3),
.mc-Column-3rows > p:nth-child(1),
.mc-Column-3rows > p:nth-child(2),
.mc-Column-3rows > p:nth-child(3),
.mc-Column-3rows > dl:nth-child(1),
.mc-Column-3rows > dl:nth-child(2),
.mc-Column-3rows > dl:nth-child(3),
.mc-Column-3rows > figure:nth-child(1),
.mc-Column-3rows > figure:nth-child(2),
.mc-Column-3rows > figure:nth-child(3),
.mc-Column-3rows > div:nth-child(1),
.mc-Column-3rows > div:nth-child(2),
.mc-Column-3rows > div:nth-child(3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.mc-Column-3rows > *,
	.mc-Column-3rows > ul,
	.mc-Column-3rows > ol,
	.mc-Column-3rows > p,
	.mc-Column-3rows > dl,
	.mc-Column-3rows > figure,
	.mc-Column-3rows > div {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		padding-left: 7px;
		padding-right: 7px;
		margin-top: 1.5rem;
	}
	.mc-Column-3rows > *:nth-child(1), .mc-Column-3rows > *:nth-child(2),
	.mc-Column-3rows > ul:nth-child(1),
	.mc-Column-3rows > ul:nth-child(2),
	.mc-Column-3rows > ol:nth-child(1),
	.mc-Column-3rows > ol:nth-child(2),
	.mc-Column-3rows > p:nth-child(1),
	.mc-Column-3rows > p:nth-child(2),
	.mc-Column-3rows > dl:nth-child(1),
	.mc-Column-3rows > dl:nth-child(2),
	.mc-Column-3rows > figure:nth-child(1),
	.mc-Column-3rows > figure:nth-child(2),
	.mc-Column-3rows > div:nth-child(1),
	.mc-Column-3rows > div:nth-child(2) {
		margin-top: 0;
	}
	.mc-Column-3rows > *:nth-child(3),
	.mc-Column-3rows > ul:nth-child(3),
	.mc-Column-3rows > ol:nth-child(3),
	.mc-Column-3rows > p:nth-child(3),
	.mc-Column-3rows > dl:nth-child(3),
	.mc-Column-3rows > figure:nth-child(3),
	.mc-Column-3rows > div:nth-child(3) {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Column-3rows > *,
	.mc-Column-3rows > ul,
	.mc-Column-3rows > ol,
	.mc-Column-3rows > p,
	.mc-Column-3rows > dl,
	.mc-Column-3rows > figure,
	.mc-Column-3rows > div {
		max-width: none;
		margin: 0 0 1.5rem;
		padding: 0;
	}
	.mc-Column-3rows > *:last-child,
	.mc-Column-3rows > ul:last-child,
	.mc-Column-3rows > ol:last-child,
	.mc-Column-3rows > p:last-child,
	.mc-Column-3rows > dl:last-child,
	.mc-Column-3rows > figure:last-child,
	.mc-Column-3rows > div:last-child {
		margin-bottom: 0;
	}
}

.mc-Column-4rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
}

@media screen and (max-width: 767px) {
	.mc-Column-4rows {
		width: calc(100% + 14px);
		margin: 0 -7px 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Column-4rows {
		display: block;
		width: auto;
		margin: 0 0 1.5rem;
	}
}

.mc-Column-4rows > *,
.mc-Column-4rows > ul,
.mc-Column-4rows > ol,
.mc-Column-4rows > p,
.mc-Column-4rows > dl,
.mc-Column-4rows > figure,
.mc-Column-4rows > div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2rem 0 0;
}

.mc-Column-4rows > *:nth-child(1), .mc-Column-4rows > *:nth-child(2), .mc-Column-4rows > *:nth-child(3), .mc-Column-4rows > *:nth-child(4),
.mc-Column-4rows > ul:nth-child(1),
.mc-Column-4rows > ul:nth-child(2),
.mc-Column-4rows > ul:nth-child(3),
.mc-Column-4rows > ul:nth-child(4),
.mc-Column-4rows > ol:nth-child(1),
.mc-Column-4rows > ol:nth-child(2),
.mc-Column-4rows > ol:nth-child(3),
.mc-Column-4rows > ol:nth-child(4),
.mc-Column-4rows > p:nth-child(1),
.mc-Column-4rows > p:nth-child(2),
.mc-Column-4rows > p:nth-child(3),
.mc-Column-4rows > p:nth-child(4),
.mc-Column-4rows > dl:nth-child(1),
.mc-Column-4rows > dl:nth-child(2),
.mc-Column-4rows > dl:nth-child(3),
.mc-Column-4rows > dl:nth-child(4),
.mc-Column-4rows > figure:nth-child(1),
.mc-Column-4rows > figure:nth-child(2),
.mc-Column-4rows > figure:nth-child(3),
.mc-Column-4rows > figure:nth-child(4),
.mc-Column-4rows > div:nth-child(1),
.mc-Column-4rows > div:nth-child(2),
.mc-Column-4rows > div:nth-child(3),
.mc-Column-4rows > div:nth-child(4) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.mc-Column-4rows > *,
	.mc-Column-4rows > ul,
	.mc-Column-4rows > ol,
	.mc-Column-4rows > p,
	.mc-Column-4rows > dl,
	.mc-Column-4rows > figure,
	.mc-Column-4rows > div {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		padding-left: 7px;
		padding-right: 7px;
		margin-top: 1.5rem;
	}
	.mc-Column-4rows > *:nth-child(1), .mc-Column-4rows > *:nth-child(2),
	.mc-Column-4rows > ul:nth-child(1),
	.mc-Column-4rows > ul:nth-child(2),
	.mc-Column-4rows > ol:nth-child(1),
	.mc-Column-4rows > ol:nth-child(2),
	.mc-Column-4rows > p:nth-child(1),
	.mc-Column-4rows > p:nth-child(2),
	.mc-Column-4rows > dl:nth-child(1),
	.mc-Column-4rows > dl:nth-child(2),
	.mc-Column-4rows > figure:nth-child(1),
	.mc-Column-4rows > figure:nth-child(2),
	.mc-Column-4rows > div:nth-child(1),
	.mc-Column-4rows > div:nth-child(2) {
		margin-top: 0;
	}
	.mc-Column-4rows > *:nth-child(3),
	.mc-Column-4rows > ul:nth-child(3),
	.mc-Column-4rows > ol:nth-child(3),
	.mc-Column-4rows > p:nth-child(3),
	.mc-Column-4rows > dl:nth-child(3),
	.mc-Column-4rows > figure:nth-child(3),
	.mc-Column-4rows > div:nth-child(3) {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Column-4rows > *,
	.mc-Column-4rows > ul,
	.mc-Column-4rows > ol,
	.mc-Column-4rows > p,
	.mc-Column-4rows > dl,
	.mc-Column-4rows > figure,
	.mc-Column-4rows > div {
		max-width: none;
		margin: 0 0 1.5rem;
		padding: 0;
	}
	.mc-Column-4rows > *:last-child,
	.mc-Column-4rows > ul:last-child,
	.mc-Column-4rows > ol:last-child,
	.mc-Column-4rows > p:last-child,
	.mc-Column-4rows > dl:last-child,
	.mc-Column-4rows > figure:last-child,
	.mc-Column-4rows > div:last-child {
		margin-bottom: 0;
	}
}

.mc-Column-5rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
}

@media screen and (max-width: 767px) {
	.mc-Column-5rows {
		width: calc(100% + 14px);
		margin: 0 -7px 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Column-5rows {
		width: auto;
		margin: 0 0 1.5rem;
	}
}

.mc-Column-5rows > *,
.mc-Column-5rows > ul,
.mc-Column-5rows > ol,
.mc-Column-5rows > p,
.mc-Column-5rows > dl,
.mc-Column-5rows > figure,
.mc-Column-5rows > div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2rem 0 0;
}

.mc-Column-5rows > *:nth-child(1), .mc-Column-5rows > *:nth-child(2), .mc-Column-5rows > *:nth-child(3), .mc-Column-5rows > *:nth-child(4), .mc-Column-5rows > *:nth-child(5),
.mc-Column-5rows > ul:nth-child(1),
.mc-Column-5rows > ul:nth-child(2),
.mc-Column-5rows > ul:nth-child(3),
.mc-Column-5rows > ul:nth-child(4),
.mc-Column-5rows > ul:nth-child(5),
.mc-Column-5rows > ol:nth-child(1),
.mc-Column-5rows > ol:nth-child(2),
.mc-Column-5rows > ol:nth-child(3),
.mc-Column-5rows > ol:nth-child(4),
.mc-Column-5rows > ol:nth-child(5),
.mc-Column-5rows > p:nth-child(1),
.mc-Column-5rows > p:nth-child(2),
.mc-Column-5rows > p:nth-child(3),
.mc-Column-5rows > p:nth-child(4),
.mc-Column-5rows > p:nth-child(5),
.mc-Column-5rows > dl:nth-child(1),
.mc-Column-5rows > dl:nth-child(2),
.mc-Column-5rows > dl:nth-child(3),
.mc-Column-5rows > dl:nth-child(4),
.mc-Column-5rows > dl:nth-child(5),
.mc-Column-5rows > figure:nth-child(1),
.mc-Column-5rows > figure:nth-child(2),
.mc-Column-5rows > figure:nth-child(3),
.mc-Column-5rows > figure:nth-child(4),
.mc-Column-5rows > figure:nth-child(5),
.mc-Column-5rows > div:nth-child(1),
.mc-Column-5rows > div:nth-child(2),
.mc-Column-5rows > div:nth-child(3),
.mc-Column-5rows > div:nth-child(4),
.mc-Column-5rows > div:nth-child(5) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.mc-Column-5rows > *,
	.mc-Column-5rows > ul,
	.mc-Column-5rows > ol,
	.mc-Column-5rows > p,
	.mc-Column-5rows > dl,
	.mc-Column-5rows > figure,
	.mc-Column-5rows > div {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		padding-left: 7px;
		padding-right: 7px;
		margin-top: 1.5rem;
	}
	.mc-Column-5rows > *:nth-child(1), .mc-Column-5rows > *:nth-child(2),
	.mc-Column-5rows > ul:nth-child(1),
	.mc-Column-5rows > ul:nth-child(2),
	.mc-Column-5rows > ol:nth-child(1),
	.mc-Column-5rows > ol:nth-child(2),
	.mc-Column-5rows > p:nth-child(1),
	.mc-Column-5rows > p:nth-child(2),
	.mc-Column-5rows > dl:nth-child(1),
	.mc-Column-5rows > dl:nth-child(2),
	.mc-Column-5rows > figure:nth-child(1),
	.mc-Column-5rows > figure:nth-child(2),
	.mc-Column-5rows > div:nth-child(1),
	.mc-Column-5rows > div:nth-child(2) {
		margin-top: 0;
	}
	.mc-Column-5rows > *:nth-child(3),
	.mc-Column-5rows > ul:nth-child(3),
	.mc-Column-5rows > ol:nth-child(3),
	.mc-Column-5rows > p:nth-child(3),
	.mc-Column-5rows > dl:nth-child(3),
	.mc-Column-5rows > figure:nth-child(3),
	.mc-Column-5rows > div:nth-child(3) {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Column-5rows > *,
	.mc-Column-5rows > ul,
	.mc-Column-5rows > ol,
	.mc-Column-5rows > p,
	.mc-Column-5rows > dl,
	.mc-Column-5rows > figure,
	.mc-Column-5rows > div {
		max-width: none;
		margin: 0 0 1.5rem;
		padding: 0;
	}
	.mc-Column-5rows > *:last-child,
	.mc-Column-5rows > ul:last-child,
	.mc-Column-5rows > ol:last-child,
	.mc-Column-5rows > p:last-child,
	.mc-Column-5rows > dl:last-child,
	.mc-Column-5rows > figure:last-child,
	.mc-Column-5rows > div:last-child {
		margin-bottom: 0;
	}
}

.mc-Column-5rows > li:before {
	display: none;
}

.mc-Def {
	margin: 0 0 1.5rem;
}

li > .mc-Def {
	text-indent: 0;
}

.mc-Def.mc-Box > dt {
	margin-left: -1.75rem;
	margin-right: -1.75rem;
	background: #cd255d;
	text-align: left;
	color: #fff;
}

.mc-Def.mc-Box > dt:first-child {
	margin-top: -1.75rem;
}

.mc-Def.mc-Box > dt:before {
	background: #fff;
}

.mc-Box .mc-Def dt {
	background: #fff;
}

.mc-Def > dt {
	margin-bottom: 1rem;
	padding: 1rem 15px;
	font-weight: 600;
	line-height: 1.57;
	background: #e8e8e8;
	position: relative;
	font-size: 1.14286rem;
}

.mc-Def > dt:before {
	content: "";
	position: absolute;
	display: block;
	top: 16px;
	left: 0;
	background: #cd255d;
	width: 5px;
	height: 17px;
}

.st-Main-ec_economics .mc-Def > dt {
	color: #0066a2;
}

.st-Main-ec_economics .mc-Def > dt:before {
	background: #0066a2;
}

.st-Main-bizadmin_manegement .mc-Def > dt {
	color: #306751;
}

.st-Main-bizadmin_manegement .mc-Def > dt:before {
	background: #306751;
}

.st-Main-bizadmin_commerce .mc-Def > dt {
	color: #f39800;
}

.st-Main-bizadmin_commerce .mc-Def > dt:before {
	background: #f39800;
}

.st-Main-public_affairs .mc-Def > dt {
	color: #cd255d;
}

.st-Main-public_affairs .mc-Def > dt:before {
	background: #cd255d;
}

@media screen and (max-width: 767px) {
	.mc-Def > dt {
		padding: 0.6rem 13px;
	}
	.mc-Def > dt:before {
		top: 10px;
	}
}

.mc-Def > dd {
	line-height: 1.78;
	margin-bottom: 2.75rem;
}

.mc-Def > dd:last-child {
	margin-bottom: 0;
}

.mc-Def > dd > :last-child {
	margin-bottom: 0;
}

.mc-Def2 {
	margin: 0 0 1.5rem;
}

.mc-Def2 > dt {
	margin-bottom: 0.5rem;
	font-size: 1.14286rem;
	font-weight: 600;
	line-height: 1.57;
	color: #cd255d;
}

.st-Main-ec_economics .mc-Def2 > dt {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-Def2 > dt {
	color: #306751;
}

.st-Main-bizadmin_commerce .mc-Def2 > dt {
	color: #f39800;
}

.st-Main-public_affairs .mc-Def2 > dt {
	color: #cd255d;
}

.mc-Def2 > dd {
	line-height: 1.78;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px dashed #999;
}

.mc-Def2 > dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.mc-Def2 > dd > :last-child {
	margin-bottom: 0;
}

.mc-Def3 {
	margin: 0 0 1.5rem;
}

.mc-Def3 > dt {
	margin-bottom: 1rem;
	padding: 0 20px 0 20px;
	font-weight: 600;
	line-height: 1.57;
	text-align: center;
}

.st-Main-ec_economics .mc-Def3 > dt {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-Def3 > dt {
	color: #306751;
}

.st-Main-bizadmin_commerce .mc-Def3 > dt {
	color: #f39800;
}

.st-Main-public_affairs .mc-Def3 > dt {
	color: #cd255d;
}

.mc-Def3 > dd {
	line-height: 1.78;
	margin-bottom: 2.75rem;
}

.mc-Def3 > dd:last-child {
	margin-bottom: 0;
}

.mc-Def3 > dd > :last-child {
	margin-bottom: 0;
}

.mc-Def4 {
	margin: 0 0 1.5rem;
}

.mc-Def4.mc-Box > dt {
	margin-left: -1.75rem;
	margin-right: -1.75rem;
	background: #cd255d;
	color: #fff;
}

.mc-Def4.mc-Box > dt:first-child {
	margin-top: -1.75rem;
}

.mc-Def4.mc-Box > dt:before {
	background: #fff;
}

.mc-Def4 > dt {
	font-size: 1.14286rem;
	margin-bottom: 1rem;
	padding: 1rem 15px;
	font-weight: 600;
	line-height: 1.57;
	background: #e8e8e8;
	position: relative;
}

@media screen and (max-width: 767px) {
	.mc-Def4 > dt {
		padding: 0.6rem 13px;
	}
	.mc-Def4 > dt:before {
		top: 10px;
	}
}

.mc-Def4 > dd {
	line-height: 1.78;
	margin-bottom: 2.75rem;
}

.mc-Def4 > dd:last-child {
	margin-bottom: 0;
}

.mc-Def4 > dd > :last-child {
	margin-bottom: 0;
}

.mc-Def5 {
	margin: 0 0 1.5rem;
}

.mc-Def5.mc-Box > dt {
	font-size: 1.14286rem;
	margin-left: -1.75rem;
	margin-right: -1.75rem;
	background: #cd255d;
	color: #fff;
}

.mc-Def5.mc-Box > dt:first-child {
	margin-top: -1.75rem;
}

.mc-Def5.mc-Box > dt:before {
	background: #fff;
}

.mc-Def5 > dt {
	margin-bottom: 1rem;
	padding: 1rem 15px;
	font-weight: 600;
	line-height: 1.57;
	background: #e8e8e8;
	position: relative;
}

@media screen and (max-width: 767px) {
	.mc-Def5 > dt {
		padding: 0.6rem 13px;
	}
	.mc-Def5 > dt:before {
		top: 10px;
	}
}

.mc-Def5 > dd {
	line-height: 1.78;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px dashed #999;
}

.mc-Def5 > dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.mc-Def5 > dd > :last-child {
	margin-bottom: 0;
}

.mc-Fontbig {
	font-size: 3.42857rem;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.mc-Fontbig {
		font-size: 1.71429rem;
	}
}

.mc-Grade {
	padding: 0;
	border: none;
	display: inline-block;
	background: #cd255d;
	color: #fff;
	height: 100%;
	padding: 0.4rem 2rem;
	margin-bottom: 1rem;
	font-size: 1.14286rem;
	vertical-align: 3px;
}

@media screen and (max-width: 767px) {
	.mc-Grade {
		display: block;
		padding: 0.3 1rem 0.5rem;
		text-align: center;
	}
}

.mc-Grade:before {
	display: none;
}

.mc-Grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	margin: -10px 0 1.5rem;
}

.mc-Grid > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 20%;
	padding: 0 5px;
	margin: 10px 0 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mc-Grid > li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
}

@media screen and (max-width: 575px) {
	.mc-Grid > li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

@media screen and (max-width: 413px) {
	.mc-Grid > li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
}

.mc-Grid > li::before {
	content: none;
}

.mc-Grid > li img {
	max-width: 100%;
	height: auto;
}

.mc-Grid > li > a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media (pointer: fine) {
	.mc-Grid > li > a:hover img {
		opacity: 0.7;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Grid > li > a:hover img {
		opacity: 0.7;
	}
}

@media (pointer: coarse) {
	.mc-Grid > li > a:active img {
		opacity: 0.7;
	}
}

.mc-H2 {
	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%;
}

.mc-H2_Inner {
	display: block;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.mc-H2_Inner {
		padding-right: 10px;
	}
}

.mc-H2_Inner::first-letter {
	font-size: 2.57143rem;
}

@media screen and (max-width: 767px) {
	.mc-H2_Inner::first-letter {
		font-size: 1.84615rem;
	}
}

.mc-H2:after {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	content: '';
	display: block;
	min-width: 40px;
	height: 1px;
	margin-top: 10px;
	background: #111;
}

.st-Main-ec_economics .mc-H2:after {
	background-color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-H2:after {
	background-color: #306751;
}

.st-Main-bizadmin_commerce .mc-H2:after {
	background-color: #f39800;
}

.st-Main-public_affairs .mc-H2:after {
	background-color: #cd255d;
}

.mc-Header {
	margin: 0 0 3.5rem;
}

@media screen and (max-width: 767px) {
	.mc-Header {
		margin-bottom: 2.5rem;
	}
}

.mc-Header_Category {
	font-size: 1.14286rem;
	font-weight: 600;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.mc-Header_Category {
		font-size: 1.07692rem;
	}
}

.mc-Header > h1 {
	margin-bottom: 0;
}

.mc-HeadLink 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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	font-weight: 600;
	text-decoration: none;
	padding: 1rem 0 1rem 20px;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	color: #fff;
	background-color: #cd255d;
}

.st-Main-ec_economics .mc-HeadLink a {
	color: #fff;
	background: #0066a2;
}

.st-Main-bizadmin_manegement .mc-HeadLink a {
	color: #fff;
	background: #306751;
}

.st-Main-bizadmin_commerce .mc-HeadLink a {
	color: #fff;
	background: #f39800;
}

.st-Main-public_affairs .mc-HeadLink a {
	color: #fff;
	background: #cd255d;
}

@media screen and (max-width: 767px) {
	.mc-HeadLink a {
		padding: 1rem 0 1rem 15px;
	}
}

@media screen and (max-width: 575px) {
	.mc-HeadLink a {
		padding: 1rem 0 1rem 10px;
	}
}

.mc-HeadLink a::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: "";
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	display: block;
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mc-HeadLink a::after {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30px;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		font-size: 14px;
	}
}

.mc-HeadLink a.sw-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: "";
	position: static;
	margin: 0;
	height: auto;
	font-size: 14px;
	color: #111;
}

@media screen and (max-width: 767px) {
	.mc-HeadLink a.sw-Blank::after {
		font-size: 12px;
	}
}

.st-Main-ec_economics .mc-HeadLink a.sw-Blank::after,
.st-Main-bizadmin_manegement .mc-HeadLink a.sw-Blank::after,
.st-Main-bizadmin_commerce .mc-HeadLink a.sw-Blank::after,
.st-Main-public_affairs .mc-HeadLink a.sw-Blank::after {
	color: #fff;
}

.mc-HeadLink a.sw-Pdf::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #af2715;
}

@media screen and (max-width: 767px) {
	.mc-HeadLink a.sw-Pdf::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-HeadLink a.sw-Pdf::after,
.st-Main-bizadmin_manegement .mc-HeadLink a.sw-Pdf::after,
.st-Main-bizadmin_commerce .mc-HeadLink a.sw-Pdf::after,
.st-Main-public_affairs .mc-HeadLink a.sw-Pdf::after {
	color: #fff;
}

.mc-HeadLink a.sw-Xls::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #3aa22b;
}

@media screen and (max-width: 767px) {
	.mc-HeadLink a.sw-Xls::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-HeadLink a.sw-Xls::after,
.st-Main-bizadmin_manegement .mc-HeadLink a.sw-Xls::after,
.st-Main-bizadmin_commerce .mc-HeadLink a.sw-Xls::after,
.st-Main-public_affairs .mc-HeadLink a.sw-Xls::after {
	color: #fff;
}

.mc-HeadLink a.sw-Doc::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #0081ce;
}

@media screen and (max-width: 767px) {
	.mc-HeadLink a.sw-Doc::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-HeadLink a.sw-Doc::after,
.st-Main-bizadmin_manegement .mc-HeadLink a.sw-Doc::after,
.st-Main-bizadmin_commerce .mc-HeadLink a.sw-Doc::after,
.st-Main-public_affairs .mc-HeadLink a.sw-Doc::after {
	color: #fff;
}

@media (pointer: fine) {
	.mc-HeadLink a:hover {
		color: #111;
		background: #e8e8e8;
		height: auto;
	}
	.mc-HeadLink a:hover::after {
		color: #111;
	}
	.st-Main-ec_economics .mc-HeadLink a:hover {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-HeadLink a:hover {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-HeadLink a:hover {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-HeadLink a:hover {
		background: #e692ae;
	}
}

@media (-ms-high-contrast: none) {
	.mc-HeadLink a:hover {
		color: #111;
		background: #e8e8e8;
		height: auto;
	}
	.mc-HeadLink a:hover::after {
		color: #111;
	}
	.st-Main-ec_economics .mc-HeadLink a:hover {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-HeadLink a:hover {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-HeadLink a:hover {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-HeadLink a:hover {
		background: #e692ae;
	}
}

@media (pointer: coarse) {
	.mc-HeadLink a:active {
		color: #111;
		background: #e8e8e8;
		height: auto;
	}
	.mc-HeadLink a:active::after {
		color: #111;
	}
	.st-Main-ec_economics .mc-HeadLink a:active {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-HeadLink a:active {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-HeadLink a:active {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-HeadLink a:active {
		background: #e692ae;
	}
}

.st-Main-ec_economics .mc-Hero {
	border-bottom: 5px solid #0066a2;
}

.st-Main-bizadmin_manegement .mc-Hero {
	border-bottom: 5px solid #306751;
}

.st-Main-bizadmin_commerce .mc-Hero {
	border-bottom: 5px solid #f39800;
}

.st-Main-public_affairs .mc-Hero {
	border-bottom: 5px solid #cd255d;
}

.mc-ImgBox {
	margin-bottom: 1.5rem;
}

.mc-ImgBox:before, .mc-ImgBox:after {
	display: table;
	content: '';
}

.mc-ImgBox:after {
	clear: both;
}

.mc-ImgBox::after {
	margin-bottom: -21px;
	margin-bottom: -1.5rem;
}

.mc-ImgBox_Item-right {
	float: right;
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	.mc-ImgBox_Item-right {
		float: none;
		margin-left: 0;
	}
}

.mc-ImgBox_Item-left {
	float: left;
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	.mc-ImgBox_Item-left {
		float: none;
		margin-right: 0;
	}
}

.mc-ImgBox_Body {
	overflow: hidden;
}

.mc-ImgBox.mc-Box > :last-child {
	margin-bottom: 1.5rem;
}

.mc-ImgIndex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 20px);
	margin: -1.25rem -10px 1.5rem;
}

@media screen and (max-width: 575px) {
	.mc-ImgIndex {
		display: block;
		width: 100%;
		margin: 0 0 1.5rem;
	}
}

.mc-ImgIndex li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 10px;
	margin-top: 1.25rem;
}

.mc-ImgIndex li::before {
	content: none;
}

@media screen and (max-width: 575px) {
	.mc-ImgIndex li {
		max-width: none;
		margin: 0 0 1.25rem;
	}
	.mc-ImgIndex li:last-child {
		margin-bottom: 0;
	}
}

.mc-ImgIndex a {
	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;
	color: #111;
	font-weight: 600;
	text-decoration: none;
}

@media (pointer: fine) {
	.mc-ImgIndex a:hover figure img {
		opacity: 0.7;
	}
	.mc-ImgIndex a:hover .mc-ImgIndex_Label {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-ImgIndex a:hover .mc-ImgIndex_Label::before {
		background: #fff;
	}
	.mc-ImgIndex a:hover .mc-ImgIndex_Label::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-ImgIndex a:hover .mc-ImgIndex_Label {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-ImgIndex a:hover .mc-ImgIndex_Label {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-ImgIndex a:hover .mc-ImgIndex_Label {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-ImgIndex a:hover .mc-ImgIndex_Label {
		background: #e692ae;
	}
}

@media (-ms-high-contrast: none) {
	.mc-ImgIndex a:hover figure img {
		opacity: 0.7;
	}
	.mc-ImgIndex a:hover .mc-ImgIndex_Label {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-ImgIndex a:hover .mc-ImgIndex_Label::before {
		background: #fff;
	}
	.mc-ImgIndex a:hover .mc-ImgIndex_Label::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-ImgIndex a:hover .mc-ImgIndex_Label {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-ImgIndex a:hover .mc-ImgIndex_Label {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-ImgIndex a:hover .mc-ImgIndex_Label {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-ImgIndex a:hover .mc-ImgIndex_Label {
		background: #e692ae;
	}
}

@media (pointer: coarse) {
	.mc-ImgIndex a:active figure img {
		opacity: 0.7;
	}
	.mc-ImgIndex a:active .mc-ImgIndex_Label {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-ImgIndex a:active .mc-ImgIndex_Label::before {
		background: #fff;
	}
	.mc-ImgIndex a:active .mc-ImgIndex_Label::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-ImgIndex a:active .mc-ImgIndex_Label {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-ImgIndex a:active .mc-ImgIndex_Label {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-ImgIndex a:active .mc-ImgIndex_Label {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-ImgIndex a:active .mc-ImgIndex_Label {
		background: #e692ae;
	}
}

.mc-ImgIndex figure {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 1rem;
}

.mc-ImgIndex figure img {
	width: 100%;
	max-width: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.mc-ImgIndex_Label {
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	padding: 1rem 0 1rem 15px;
	background: #e8e8e8;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.mc-ImgIndex_Label:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	background: #cd255d;
	width: 5px;
	height: 17px;
	margin-top: -8px;
}

.mc-ImgIndex_Label::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: "";
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	display: block;
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mc-ImgIndex_Label::after {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30px;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		font-size: 14px;
	}
}

.sw-Blank .mc-ImgIndex_Label::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: static;
	margin: 0;
	height: auto;
	font-size: 14px;
	color: #111;
}

@media screen and (max-width: 767px) {
	.sw-Blank .mc-ImgIndex_Label::after {
		font-size: 12px;
	}
}

.st-Main-ec_economics .sw-Blank .mc-ImgIndex_Label::after,
.st-Main-bizadmin_manegement .sw-Blank .mc-ImgIndex_Label::after,
.st-Main-bizadmin_commerce .sw-Blank .mc-ImgIndex_Label::after,
.st-Main-public_affairs .sw-Blank .mc-ImgIndex_Label::after {
	color: #fff;
}

.sw-Pdf .mc-ImgIndex_Label::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #af2715;
}

@media screen and (max-width: 767px) {
	.sw-Pdf .mc-ImgIndex_Label::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .sw-Pdf .mc-ImgIndex_Label::after,
.st-Main-bizadmin_manegement .sw-Pdf .mc-ImgIndex_Label::after,
.st-Main-bizadmin_commerce .sw-Pdf .mc-ImgIndex_Label::after,
.st-Main-public_affairs .sw-Pdf .mc-ImgIndex_Label::after {
	color: #fff;
}

.sw-Xls .mc-ImgIndex_Label::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #3aa22b;
}

@media screen and (max-width: 767px) {
	.sw-Xls .mc-ImgIndex_Label::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .sw-Xls .mc-ImgIndex_Label::after,
.st-Main-bizadmin_manegement .sw-Xls .mc-ImgIndex_Label::after,
.st-Main-bizadmin_commerce .sw-Xls .mc-ImgIndex_Label::after,
.st-Main-public_affairs .sw-Xls .mc-ImgIndex_Label::after {
	color: #fff;
}

.sw-Doc .mc-ImgIndex_Label::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #0081ce;
}

@media screen and (max-width: 767px) {
	.sw-Doc .mc-ImgIndex_Label::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .sw-Doc .mc-ImgIndex_Label::after,
.st-Main-bizadmin_manegement .sw-Doc .mc-ImgIndex_Label::after,
.st-Main-bizadmin_commerce .sw-Doc .mc-ImgIndex_Label::after,
.st-Main-public_affairs .sw-Doc .mc-ImgIndex_Label::after {
	color: #fff;
}

.mc-Important {
	font-weight: 600;
	font-size: 120%;
	color: #cd255d;
}

.mc-Index, .mc-Index-2rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 3rem -10px 2rem;
}

@media screen and (max-width: 767px) {
	.mc-Index, .mc-Index-2rows {
		width: calc(100% + 14px);
		margin: 2rem -7px 2rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Index, .mc-Index-2rows {
		display: block;
	}
}

.mc-Index > li, .mc-Index-2rows > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.57;
	margin: 1.5rem 0 0;
	padding: 0 10px;
}

.mc-Index > li::before, .mc-Index-2rows > li::before {
	content: none;
}

@media screen and (max-width: 767px) {
	.mc-Index > li, .mc-Index-2rows > li {
		margin: 1.25rem 0 0;
		padding: 0 7px;
	}
}

@media screen and (max-width: 575px) {
	.mc-Index > li, .mc-Index-2rows > li {
		margin: 0.75rem 0 0;
	}
}

.mc-Index > li > a, .mc-Index-2rows > li > 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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	color: #111;
	font-weight: 600;
	text-decoration: none;
	padding: 1rem 0 1rem 15px;
	background: #e8e8e8;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.mc-Index > li > a:before, .mc-Index-2rows > li > a:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	background: #cd255d;
	width: 5px;
	height: 17px;
	margin-top: -8px;
}

.st-Main-ec_economics .mc-Index > li > a, .st-Main-ec_economics .mc-Index-2rows > li > a {
	color: #fff;
	background: #0066a2;
}

.st-Main-ec_economics .mc-Index > li > a:before, .st-Main-ec_economics .mc-Index-2rows > li > a:before {
	background: #fff;
}

.st-Main-bizadmin_manegement .mc-Index > li > a, .st-Main-bizadmin_manegement .mc-Index-2rows > li > a {
	color: #fff;
	background: #306751;
}

.st-Main-bizadmin_manegement .mc-Index > li > a:before, .st-Main-bizadmin_manegement .mc-Index-2rows > li > a:before {
	background: #fff;
}

.st-Main-bizadmin_commerce .mc-Index > li > a, .st-Main-bizadmin_commerce .mc-Index-2rows > li > a {
	color: #fff;
	background: #f39800;
}

.st-Main-bizadmin_commerce .mc-Index > li > a:before, .st-Main-bizadmin_commerce .mc-Index-2rows > li > a:before {
	background: #fff;
}

.st-Main-public_affairs .mc-Index > li > a, .st-Main-public_affairs .mc-Index-2rows > li > a {
	color: #fff;
	background: #cd255d;
}

.st-Main-public_affairs .mc-Index > li > a:before, .st-Main-public_affairs .mc-Index-2rows > li > a:before {
	background: #fff;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > a, .mc-Index-2rows > li > a {
		padding: 1rem 0 1rem 15px;
	}
	.mc-Index > li > a:before, .mc-Index-2rows > li > a:before {
		top: 15px;
	}
}

@media screen and (max-width: 575px) {
	.mc-Index > li > a, .mc-Index-2rows > li > a {
		padding: 1rem 0 1rem 10px;
	}
}

.mc-Index > li > a::after, .mc-Index-2rows > li > a::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: "";
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	display: block;
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > a::after, .mc-Index-2rows > li > a::after {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30px;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		font-size: 14px;
	}
}

.mc-Index > li > a.sw-Blank::after, .mc-Index-2rows > li > a.sw-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: "";
	position: static;
	margin: 0;
	height: auto;
	font-size: 14px;
	color: #111;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > a.sw-Blank::after, .mc-Index-2rows > li > a.sw-Blank::after {
		font-size: 12px;
	}
}

.st-Main-ec_economics .mc-Index > li > a.sw-Blank::after, .st-Main-ec_economics .mc-Index-2rows > li > a.sw-Blank::after,
.st-Main-bizadmin_manegement .mc-Index > li > a.sw-Blank::after,
.st-Main-bizadmin_manegement .mc-Index-2rows > li > a.sw-Blank::after,
.st-Main-bizadmin_commerce .mc-Index > li > a.sw-Blank::after,
.st-Main-bizadmin_commerce .mc-Index-2rows > li > a.sw-Blank::after,
.st-Main-public_affairs .mc-Index > li > a.sw-Blank::after,
.st-Main-public_affairs .mc-Index-2rows > li > a.sw-Blank::after {
	color: #fff;
}

.mc-Index > li > a.sw-Pdf::after, .mc-Index-2rows > li > a.sw-Pdf::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #af2715;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > a.sw-Pdf::after, .mc-Index-2rows > li > a.sw-Pdf::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-Index > li > a.sw-Pdf::after, .st-Main-ec_economics .mc-Index-2rows > li > a.sw-Pdf::after,
.st-Main-bizadmin_manegement .mc-Index > li > a.sw-Pdf::after,
.st-Main-bizadmin_manegement .mc-Index-2rows > li > a.sw-Pdf::after,
.st-Main-bizadmin_commerce .mc-Index > li > a.sw-Pdf::after,
.st-Main-bizadmin_commerce .mc-Index-2rows > li > a.sw-Pdf::after,
.st-Main-public_affairs .mc-Index > li > a.sw-Pdf::after,
.st-Main-public_affairs .mc-Index-2rows > li > a.sw-Pdf::after {
	color: #fff;
}

.mc-Index > li > a.sw-Xls::after, .mc-Index-2rows > li > a.sw-Xls::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #3aa22b;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > a.sw-Xls::after, .mc-Index-2rows > li > a.sw-Xls::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-Index > li > a.sw-Xls::after, .st-Main-ec_economics .mc-Index-2rows > li > a.sw-Xls::after,
.st-Main-bizadmin_manegement .mc-Index > li > a.sw-Xls::after,
.st-Main-bizadmin_manegement .mc-Index-2rows > li > a.sw-Xls::after,
.st-Main-bizadmin_commerce .mc-Index > li > a.sw-Xls::after,
.st-Main-bizadmin_commerce .mc-Index-2rows > li > a.sw-Xls::after,
.st-Main-public_affairs .mc-Index > li > a.sw-Xls::after,
.st-Main-public_affairs .mc-Index-2rows > li > a.sw-Xls::after {
	color: #fff;
}

.mc-Index > li > a.sw-Doc::after, .mc-Index-2rows > li > a.sw-Doc::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #0081ce;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > a.sw-Doc::after, .mc-Index-2rows > li > a.sw-Doc::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-Index > li > a.sw-Doc::after, .st-Main-ec_economics .mc-Index-2rows > li > a.sw-Doc::after,
.st-Main-bizadmin_manegement .mc-Index > li > a.sw-Doc::after,
.st-Main-bizadmin_manegement .mc-Index-2rows > li > a.sw-Doc::after,
.st-Main-bizadmin_commerce .mc-Index > li > a.sw-Doc::after,
.st-Main-bizadmin_commerce .mc-Index-2rows > li > a.sw-Doc::after,
.st-Main-public_affairs .mc-Index > li > a.sw-Doc::after,
.st-Main-public_affairs .mc-Index-2rows > li > a.sw-Doc::after {
	color: #fff;
}

@media (pointer: fine) {
	.mc-Index > li > a:hover, .mc-Index-2rows > li > a:hover {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-Index > li > a:hover::before, .mc-Index-2rows > li > a:hover::before {
		background: #fff;
	}
	.mc-Index > li > a:hover::after, .mc-Index-2rows > li > a:hover::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-Index > li > a:hover, .st-Main-ec_economics .mc-Index-2rows > li > a:hover {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-Index > li > a:hover, .st-Main-bizadmin_manegement .mc-Index-2rows > li > a:hover {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-Index > li > a:hover, .st-Main-bizadmin_commerce .mc-Index-2rows > li > a:hover {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-Index > li > a:hover, .st-Main-public_affairs .mc-Index-2rows > li > a:hover {
		background: #e692ae;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Index > li > a:hover, .mc-Index-2rows > li > a:hover {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-Index > li > a:hover::before, .mc-Index-2rows > li > a:hover::before {
		background: #fff;
	}
	.mc-Index > li > a:hover::after, .mc-Index-2rows > li > a:hover::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-Index > li > a:hover, .st-Main-ec_economics .mc-Index-2rows > li > a:hover {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-Index > li > a:hover, .st-Main-bizadmin_manegement .mc-Index-2rows > li > a:hover {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-Index > li > a:hover, .st-Main-bizadmin_commerce .mc-Index-2rows > li > a:hover {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-Index > li > a:hover, .st-Main-public_affairs .mc-Index-2rows > li > a:hover {
		background: #e692ae;
	}
}

@media (pointer: coarse) {
	.mc-Index > li > a:active, .mc-Index-2rows > li > a:active {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-Index > li > a:active::before, .mc-Index-2rows > li > a:active::before {
		background: #fff;
	}
	.mc-Index > li > a:active::after, .mc-Index-2rows > li > a:active::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-Index > li > a:active, .st-Main-ec_economics .mc-Index-2rows > li > a:active {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-Index > li > a:active, .st-Main-bizadmin_manegement .mc-Index-2rows > li > a:active {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-Index > li > a:active, .st-Main-bizadmin_commerce .mc-Index-2rows > li > a:active {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-Index > li > a:active, .st-Main-public_affairs .mc-Index-2rows > li > a:active {
		background: #e692ae;
	}
}

.mc-Index > li > dl, .mc-Index-2rows > li > dl {
	width: 100%;
	margin: 1rem 0 0;
}

@media screen and (max-width: 991px), print {
	.mc-Index > li > dl, .mc-Index-2rows > li > dl {
		margin-top: 0.5rem;
	}
}

.mc-Index > li > dl > dt, .mc-Index-2rows > li > dl > dt {
	margin: 0 0 1rem;
}

.mc-Index > li > dl > dt > a, .mc-Index-2rows > li > dl > dt > 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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	color: #111;
	font-weight: 600;
	text-decoration: none;
	padding: 1rem 0 1rem 15px;
	background: #e8e8e8;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.mc-Index > li > dl > dt > a:before, .mc-Index-2rows > li > dl > dt > a:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	background: #cd255d;
	width: 5px;
	height: 17px;
	margin-top: -8px;
}

.st-Main-ec_economics .mc-Index > li > dl > dt > a, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a {
	color: #fff;
	background: #0066a2;
}

.st-Main-ec_economics .mc-Index > li > dl > dt > a:before, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a:before {
	background: #fff;
}

.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a, .st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a {
	color: #fff;
	background: #306751;
}

.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a:before, .st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a:before {
	background: #fff;
}

.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a, .st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a {
	color: #fff;
	background: #f39800;
}

.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a:before, .st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a:before {
	background: #fff;
}

.st-Main-public_affairs .mc-Index > li > dl > dt > a, .st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a {
	color: #fff;
	background: #cd255d;
}

.st-Main-public_affairs .mc-Index > li > dl > dt > a:before, .st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a:before {
	background: #fff;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > dl > dt > a, .mc-Index-2rows > li > dl > dt > a {
		padding: 1rem 0 1rem 15px;
	}
	.mc-Index > li > dl > dt > a:before, .mc-Index-2rows > li > dl > dt > a:before {
		top: 15px;
	}
}

@media screen and (max-width: 575px) {
	.mc-Index > li > dl > dt > a, .mc-Index-2rows > li > dl > dt > a {
		padding: 1rem 0 1rem 10px;
	}
}

.mc-Index > li > dl > dt > a::after, .mc-Index-2rows > li > dl > dt > a::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: "";
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	display: block;
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > dl > dt > a::after, .mc-Index-2rows > li > dl > dt > a::after {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30px;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		font-size: 14px;
	}
}

.mc-Index > li > dl > dt > a.sw-Blank::after, .mc-Index-2rows > li > dl > dt > a.sw-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: "";
	position: static;
	margin: 0;
	height: auto;
	font-size: 14px;
	color: #111;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > dl > dt > a.sw-Blank::after, .mc-Index-2rows > li > dl > dt > a.sw-Blank::after {
		font-size: 12px;
	}
}

.st-Main-ec_economics .mc-Index > li > dl > dt > a.sw-Blank::after, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a.sw-Blank::after,
.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a.sw-Blank::after,
.st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a.sw-Blank::after,
.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a.sw-Blank::after,
.st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a.sw-Blank::after,
.st-Main-public_affairs .mc-Index > li > dl > dt > a.sw-Blank::after,
.st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a.sw-Blank::after {
	color: #fff;
}

.mc-Index > li > dl > dt > a.sw-Pdf::after, .mc-Index-2rows > li > dl > dt > a.sw-Pdf::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #af2715;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > dl > dt > a.sw-Pdf::after, .mc-Index-2rows > li > dl > dt > a.sw-Pdf::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-Index > li > dl > dt > a.sw-Pdf::after, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a.sw-Pdf::after,
.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a.sw-Pdf::after,
.st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a.sw-Pdf::after,
.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a.sw-Pdf::after,
.st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a.sw-Pdf::after,
.st-Main-public_affairs .mc-Index > li > dl > dt > a.sw-Pdf::after,
.st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a.sw-Pdf::after {
	color: #fff;
}

.mc-Index > li > dl > dt > a.sw-Xls::after, .mc-Index-2rows > li > dl > dt > a.sw-Xls::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #3aa22b;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > dl > dt > a.sw-Xls::after, .mc-Index-2rows > li > dl > dt > a.sw-Xls::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-Index > li > dl > dt > a.sw-Xls::after, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a.sw-Xls::after,
.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a.sw-Xls::after,
.st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a.sw-Xls::after,
.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a.sw-Xls::after,
.st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a.sw-Xls::after,
.st-Main-public_affairs .mc-Index > li > dl > dt > a.sw-Xls::after,
.st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a.sw-Xls::after {
	color: #fff;
}

.mc-Index > li > dl > dt > a.sw-Doc::after, .mc-Index-2rows > li > dl > dt > a.sw-Doc::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: static;
	margin: 0;
	height: auto;
	font-size: 16px;
	color: #0081ce;
}

@media screen and (max-width: 767px) {
	.mc-Index > li > dl > dt > a.sw-Doc::after, .mc-Index-2rows > li > dl > dt > a.sw-Doc::after {
		font-size: 14px;
	}
}

.st-Main-ec_economics .mc-Index > li > dl > dt > a.sw-Doc::after, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a.sw-Doc::after,
.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a.sw-Doc::after,
.st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a.sw-Doc::after,
.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a.sw-Doc::after,
.st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a.sw-Doc::after,
.st-Main-public_affairs .mc-Index > li > dl > dt > a.sw-Doc::after,
.st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a.sw-Doc::after {
	color: #fff;
}

@media (pointer: fine) {
	.mc-Index > li > dl > dt > a:hover, .mc-Index-2rows > li > dl > dt > a:hover {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-Index > li > dl > dt > a:hover::before, .mc-Index-2rows > li > dl > dt > a:hover::before {
		background: #fff;
	}
	.mc-Index > li > dl > dt > a:hover::after, .mc-Index-2rows > li > dl > dt > a:hover::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-Index > li > dl > dt > a:hover, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a:hover {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a:hover, .st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a:hover {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a:hover, .st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a:hover {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-Index > li > dl > dt > a:hover, .st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a:hover {
		background: #e692ae;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Index > li > dl > dt > a:hover, .mc-Index-2rows > li > dl > dt > a:hover {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-Index > li > dl > dt > a:hover::before, .mc-Index-2rows > li > dl > dt > a:hover::before {
		background: #fff;
	}
	.mc-Index > li > dl > dt > a:hover::after, .mc-Index-2rows > li > dl > dt > a:hover::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-Index > li > dl > dt > a:hover, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a:hover {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a:hover, .st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a:hover {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a:hover, .st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a:hover {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-Index > li > dl > dt > a:hover, .st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a:hover {
		background: #e692ae;
	}
}

@media (pointer: coarse) {
	.mc-Index > li > dl > dt > a:active, .mc-Index-2rows > li > dl > dt > a:active {
		color: #fff;
		background-color: #cd255d;
		height: auto;
	}
	.mc-Index > li > dl > dt > a:active::before, .mc-Index-2rows > li > dl > dt > a:active::before {
		background: #fff;
	}
	.mc-Index > li > dl > dt > a:active::after, .mc-Index-2rows > li > dl > dt > a:active::after {
		color: #fff;
	}
	.st-Main-ec_economics .mc-Index > li > dl > dt > a:active, .st-Main-ec_economics .mc-Index-2rows > li > dl > dt > a:active {
		background: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-Index > li > dl > dt > a:active, .st-Main-bizadmin_manegement .mc-Index-2rows > li > dl > dt > a:active {
		background: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-Index > li > dl > dt > a:active, .st-Main-bizadmin_commerce .mc-Index-2rows > li > dl > dt > a:active {
		background: #f9cb7f;
	}
	.st-Main-public_affairs .mc-Index > li > dl > dt > a:active, .st-Main-public_affairs .mc-Index-2rows > li > dl > dt > a:active {
		background: #e692ae;
	}
}

.mc-Index > li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 33.3333%;
	    -ms-flex: 1 0 33.3333%;
	        flex: 1 0 33.3333%;
	max-width: 33.3333%;
}

.mc-Index > li:nth-child(1), .mc-Index > li:nth-child(2), .mc-Index > li:nth-child(3) {
	margin-top: 0;
}

.mc-Index > li:nth-child(1) > dl, .mc-Index > li:nth-child(2) > dl, .mc-Index > li:nth-child(3) > dl {
	margin-top: 0rem;
}

@media screen and (max-width: 767px) {
	.mc-Index > li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
		max-width: 50%;
	}
	.mc-Index > li:nth-child(3) {
		margin-top: 1.25rem;
	}
}

@media screen and (max-width: 575px) {
	.mc-Index > li {
		max-width: none;
	}
	.mc-Index > li:nth-child(2), .mc-Index > li:nth-child(3) {
		margin-top: 0.75rem;
	}
}

.mc-Box .mc-Index li a {
	background: #fff;
}

.mc-Box .mc-Index li a:hover {
	background: #cd255d;
}

.mc-Index-2rows > li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
	max-width: 50%;
}

.mc-Index-2rows > li:nth-child(1), .mc-Index-2rows > li:nth-child(2) {
	margin-top: 0;
}

.mc-Index-2rows > li:nth-child(1) > dl, .mc-Index-2rows > li:nth-child(2) > dl {
	margin-top: 0;
}

@media screen and (max-width: 575px) {
	.mc-Index-2rows > li {
		max-width: none;
	}
	.mc-Index-2rows > li:nth-child(2) {
		margin-top: 1.25rem;
	}
	.mc-Index-2rows > li:nth-child(2) > dl {
		margin-top: 0.5rem;
	}
}

.mc-Box .mc-Index-2rows li a {
	background: #fff;
}

.mc-Box .mc-Index-2rows li a:hover {
	background: #cd255d;
}

.mc-Index-Marginshort {
	margin-top: 0;
}

.mc-Lead {
	font-size: 1.71429rem;
	font-weight: 600;
	color: #cd255d;
	line-height: 1.57;
	margin: 0 0 1.5rem;
}

.st-Main-ec_economics .mc-Lead {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-Lead {
	color: #306751;
}

.st-Main-bizadmin_commerce .mc-Lead {
	color: #f39800;
}

.st-Main-public_affairs .mc-Lead {
	color: #cd255d;
}

@media screen and (max-width: 767px) {
	.mc-Lead {
		font-size: 1.38462rem;
	}
}

.mc-Lead2 {
	font-size: 1.71429rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.57;
	margin: 0 0 1.5rem;
}

@media all and (-ms-high-contrast: none) {
	.mc-Lead2 {
		font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		-webkit-transform: rotate(0.03deg);
		        transform: rotate(0.03deg);
	}
}

.st-Main-ec_economics .mc-Lead2 {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-Lead2 {
	color: #306751;
}

.st-Main-bizadmin_commerce .mc-Lead2 {
	color: #f39800;
}

.st-Main-public_affairs .mc-Lead2 {
	color: #cd255d;
}

@media screen and (max-width: 767px) {
	.mc-Lead2 {
		font-size: 1.38462rem;
	}
}

.mc-LeadBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 3rem 0 2rem;
}

@media screen and (max-width: 767px) {
	.mc-LeadBox {
		display: block;
	}
}

.mc-LeadBox_Body {
	padding-top: 1rem;
}

.mc-LeadBox_Body > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.mc-LeadBox_Body {
		padding-top: 0;
		margin-bottom: 1.5rem;
	}
}

.mc-LeadBox_Img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding-left: 6.25%;
	margin: 0;
}

@media screen and (max-width: 991px), print {
	.mc-LeadBox_Img {
		padding-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	.mc-LeadBox_Img {
		padding-left: 0;
	}
}

.mc-LeadBox_Title {
	font-size: 1.71429rem;
	font-weight: 600;
	color: #cd255d;
	line-height: 1.57;
	margin: 0 0 1.5rem;
}

.st-Main-ec_economics .mc-LeadBox_Title {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-LeadBox_Title {
	color: #306751;
}

.st-Main-bizadmin_commerce .mc-LeadBox_Title {
	color: #f39800;
}

.st-Main-public_affairs .mc-LeadBox_Title {
	color: #cd255d;
}

.mc-LeadBox_Title::first-letter {
	font-size: 1.71429rem;
}

@media screen and (max-width: 767px) {
	.mc-LeadBox_Title {
		font-size: 1.38462rem;
	}
	.mc-LeadBox_Title::first-letter {
		font-size: 1.38462rem;
	}
}

.mc-Link a {
	position: relative;
	display: inline-block;
	color: #111;
	text-decoration: underline;
	padding-left: 25px;
}

.mc-Link 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: "";
	display: inline-block;
	font-size: 14px;
	width: 14px;
	height: 5.25px;
	line-height: 5.25px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0.75em;
	left: 5px;
	color: #cd255d;
}

.st-Main-ec_economics .mc-Link a::before {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-Link a::before {
	color: #306751;
}

.st-Main-bizadmin_commerce .mc-Link a::before {
	color: #f39800;
}

.st-Main-public_affairs .mc-Link a::before {
	color: #cd255d;
}

@media (pointer: fine) {
	.mc-Link a:hover {
		color: #cd255d;
		text-decoration: none;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Link a:hover {
		color: #cd255d;
		text-decoration: none;
	}
}

@media (pointer: coarse) {
	.mc-Link a:active {
		color: #cd255d;
		text-decoration: none;
	}
}

.mc-Link > li {
	padding: 0;
}

.mc-Link > li:before {
	content: none;
}

.mc-Link > li ul {
	padding-left: 25px;
}

.mc-Link > li ul li {
	padding: 0;
}

.mc-Link > li ul li:before {
	content: none;
}

.mc-Link > li.mc-Link_NotLink {
	padding-left: 25px;
}

a.mc-Link {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	text-indent: 0;
	margin-right: 3px;
	color: #111;
	text-decoration: underline;
}

a.mc-Link::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: "";
	display: inline-block;
	font-size: 14px;
	width: 14px;
	height: 5.25px;
	line-height: 5.25px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0.75em;
	left: 5px;
	color: #cd255d;
}

.st-Main-ec_economics a.mc-Link::before {
	color: #0066a2;
}

.st-Main-bizadmin_manegement a.mc-Link::before {
	color: #306751;
}

.st-Main-bizadmin_commerce a.mc-Link::before {
	color: #f39800;
}

.st-Main-public_affairs a.mc-Link::before {
	color: #cd255d;
}

@media (pointer: fine) {
	a.mc-Link:hover {
		color: #cd255d;
		text-decoration: none;
	}
}

@media (-ms-high-contrast: none) {
	a.mc-Link:hover {
		color: #cd255d;
		text-decoration: none;
	}
}

@media (pointer: coarse) {
	a.mc-Link:active {
		color: #cd255d;
		text-decoration: none;
	}
}

.mc-Link .mc-Link_Icon-none {
	display: inline;
	padding-left: 0;
}

.mc-Link .mc-Link_Icon-none::before {
	display: none;
}

.mc-List > li::before, .mc-List-2em > li::before {
	display: none;
}

.mc-List > li {
	padding: 0 0 0 1rem;
	text-indent: -1rem;
}

.mc-List-2em > li {
	padding: 0 0 0 2rem;
	text-indent: -2rem;
}

.mc-News {
	margin-bottom: 2rem;
}

.mc-News_Item {
	margin-bottom: 1.5rem;
}

.mc-News_Item:last-child {
	margin-bottom: 0;
}

.mc-News_Data {
	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;
	line-height: 1.2375;
	margin-bottom: 0.5rem;
}

.mc-News_Time {
	margin-right: 15px;
	white-space: nowrap;
}

.mc-News_Category {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	    -ms-flex: 0 0 100px;
	        flex: 0 0 100px;
	font-size: 0.85714rem;
	font-weight: 500;
	color: #fff;
	padding: 0.25rem 5px;
	text-align: center;
	background: #cd255d;
}

.mc-News_Title {
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.57;
	background: none;
}

.mc-News_Title::before {
	display: none;
}

.mc-News_Title > a {
	color: #111;
	text-decoration: none;
}

@media (pointer: fine) {
	.mc-News_Title > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.mc-News_Title > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.mc-News_Title > a:active {
		color: #cd255d;
	}
}

.mc-More {
	text-align: right;
}

.mc-More > a {
	position: relative;
	display: inline-block;
	min-width: 130px;
	color: #111;
	font-size: 0.92857rem;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 0.25rem;
}

.mc-More > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #111;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
	.mc-More > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.mc-More > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (-ms-high-contrast: none) {
	.mc-More > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.mc-More > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (pointer: coarse) {
	.mc-More > a:active::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.mc-More > a:active::after {
		-webkit-animation: none;
		        animation: none;
	}
}

.mc-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: "";
	display: inline-block;
	font-size: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 9px;
	margin-top: -5px;
}

@media (pointer: fine) {
	.mc-More > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.mc-More > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.mc-More > a:active {
		color: #cd255d;
	}
}

.mc-PageLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	margin: 3rem 0;
	padding: 1rem 0 0.5rem 20px;
	border: 1px solid #cd255d;
}

.st-Main-ec_economics .mc-PageLink {
	border-color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-PageLink {
	border-color: #306751;
}

.st-Main-bizadmin_commerce .mc-PageLink {
	border-color: #f39800;
}

.st-Main-public_affairs .mc-PageLink {
	border-color: #cd255d;
}

@media screen and (max-width: 767px) {
	.mc-PageLink {
		margin: 2rem 0;
		padding: 0.75rem 0 0.25rem 15px;
	}
}

.mc-PageLink > li {
	margin: 0 0 0.5rem;
	padding: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
	.mc-PageLink > li {
		padding: 0 15px 0 0;
	}
}

.mc-PageLink > li::before {
	content: none;
}

.mc-PageLink > li:last-child {
	margin-bottom: 0.5rem;
}

.mc-PageLink > li > a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 17px;
	text-decoration: none;
}

.st-Main-ec_economics .mc-PageLink > li > a {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-PageLink > li > a {
	color: #306751;
}

.st-Main-bizadmin_commerce .mc-PageLink > li > a {
	color: #f39800;
}

.st-Main-public_affairs .mc-PageLink > li > a {
	color: #cd255d;
}

.mc-PageLink > li > a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	border-top: 7px solid #cd255d;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transition: border-top-color 0.3s;
	transition: border-top-color 0.3s;
}

.st-Main-ec_economics .mc-PageLink > li > a::before {
	border-top-color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-PageLink > li > a::before {
	border-top-color: #306751;
}

.st-Main-bizadmin_commerce .mc-PageLink > li > a::before {
	border-top-color: #f39800;
}

.st-Main-public_affairs .mc-PageLink > li > a::before {
	border-top-color: #cd255d;
}

@media (pointer: fine) {
	.mc-PageLink > li > a:hover {
		color: #e17c9e;
	}
	.mc-PageLink > li > a:hover::before {
		border-top-color: #e17c9e;
	}
	.st-Main-ec_economics .mc-PageLink > li > a:hover {
		color: #7fb2d0;
	}
	.st-Main-ec_economics .mc-PageLink > li > a:hover::before {
		border-top-color: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-PageLink > li > a:hover {
		color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-PageLink > li > a:hover::before {
		border-top-color: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-PageLink > li > a:hover {
		color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-PageLink > li > a:hover::before {
		border-top-color: #f9cb7f;
	}
	.st-Main-public_affairs .mc-PageLink > li > a:hover {
		color: #cd255d;
	}
	.st-Main-public_affairs .mc-PageLink > li > a:hover::before {
		border-top-color: #e692ae;
	}
}

@media (-ms-high-contrast: none) {
	.mc-PageLink > li > a:hover {
		color: #e17c9e;
	}
	.mc-PageLink > li > a:hover::before {
		border-top-color: #e17c9e;
	}
	.st-Main-ec_economics .mc-PageLink > li > a:hover {
		color: #7fb2d0;
	}
	.st-Main-ec_economics .mc-PageLink > li > a:hover::before {
		border-top-color: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-PageLink > li > a:hover {
		color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-PageLink > li > a:hover::before {
		border-top-color: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-PageLink > li > a:hover {
		color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-PageLink > li > a:hover::before {
		border-top-color: #f9cb7f;
	}
	.st-Main-public_affairs .mc-PageLink > li > a:hover {
		color: #cd255d;
	}
	.st-Main-public_affairs .mc-PageLink > li > a:hover::before {
		border-top-color: #e692ae;
	}
}

@media (pointer: coarse) {
	.mc-PageLink > li > a:active {
		color: #e17c9e;
	}
	.mc-PageLink > li > a:active::before {
		border-top-color: #e17c9e;
	}
	.st-Main-ec_economics .mc-PageLink > li > a:active {
		color: #7fb2d0;
	}
	.st-Main-ec_economics .mc-PageLink > li > a:active::before {
		border-top-color: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-PageLink > li > a:active {
		color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-PageLink > li > a:active::before {
		border-top-color: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-PageLink > li > a:active {
		color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-PageLink > li > a:active::before {
		border-top-color: #f9cb7f;
	}
	.st-Main-public_affairs .mc-PageLink > li > a:active {
		color: #cd255d;
	}
	.st-Main-public_affairs .mc-PageLink > li > a:active::before {
		border-top-color: #e692ae;
	}
}

.mc-PageLink2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	margin: 3rem 0;
	padding: 1rem 0 0.5rem 20px;
	border: 1px solid #cd255d;
}

.st-Main-ec_economics .mc-PageLink2 {
	border-color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-PageLink2 {
	border-color: #306751;
}

.st-Main-bizadmin_commerce .mc-PageLink2 {
	border-color: #f39800;
}

.st-Main-public_affairs .mc-PageLink2 {
	border-color: #cd255d;
}

@media screen and (max-width: 767px) {
	.mc-PageLink2 {
		margin: 2rem 0;
		padding: 0.75rem 0 0.25rem 15px;
	}
}

.mc-PageLink2 > li {
	margin: 0 0 0.5rem;
	padding: 0 20px 0 0;
	width: 50%;
}

@media screen and (max-width: 767px) {
	.mc-PageLink2 > li {
		padding: 0 15px 0 0;
		width: auto;
	}
}

.mc-PageLink2 > li::before {
	content: none;
}

.mc-PageLink2 > li:last-child {
	margin-bottom: 0.5rem;
}

.mc-PageLink2 > li > a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 17px;
	text-decoration: none;
}

.st-Main-ec_economics .mc-PageLink2 > li > a {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-PageLink2 > li > a {
	color: #306751;
}

.st-Main-bizadmin_commerce .mc-PageLink2 > li > a {
	color: #f39800;
}

.st-Main-public_affairs .mc-PageLink2 > li > a {
	color: #cd255d;
}

.mc-PageLink2 > li > a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	border-top: 7px solid #cd255d;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transition: border-top-color 0.3s;
	transition: border-top-color 0.3s;
}

.st-Main-ec_economics .mc-PageLink2 > li > a::before {
	border-top-color: #0066a2;
}

.st-Main-bizadmin_manegement .mc-PageLink2 > li > a::before {
	border-top-color: #306751;
}

.st-Main-bizadmin_commerce .mc-PageLink2 > li > a::before {
	border-top-color: #f39800;
}

.st-Main-public_affairs .mc-PageLink2 > li > a::before {
	border-top-color: #cd255d;
}

@media (pointer: fine) {
	.mc-PageLink2 > li > a:hover {
		color: #e17c9e;
	}
	.mc-PageLink2 > li > a:hover::before {
		border-top-color: #e17c9e;
	}
	.st-Main-ec_economics .mc-PageLink2 > li > a:hover {
		color: #7fb2d0;
	}
	.st-Main-ec_economics .mc-PageLink2 > li > a:hover::before {
		border-top-color: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-PageLink2 > li > a:hover {
		color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-PageLink2 > li > a:hover::before {
		border-top-color: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-PageLink2 > li > a:hover {
		color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-PageLink2 > li > a:hover::before {
		border-top-color: #f9cb7f;
	}
	.st-Main-public_affairs .mc-PageLink2 > li > a:hover {
		color: #cd255d;
	}
	.st-Main-public_affairs .mc-PageLink2 > li > a:hover::before {
		border-top-color: #e692ae;
	}
}

@media (-ms-high-contrast: none) {
	.mc-PageLink2 > li > a:hover {
		color: #e17c9e;
	}
	.mc-PageLink2 > li > a:hover::before {
		border-top-color: #e17c9e;
	}
	.st-Main-ec_economics .mc-PageLink2 > li > a:hover {
		color: #7fb2d0;
	}
	.st-Main-ec_economics .mc-PageLink2 > li > a:hover::before {
		border-top-color: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-PageLink2 > li > a:hover {
		color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-PageLink2 > li > a:hover::before {
		border-top-color: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-PageLink2 > li > a:hover {
		color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-PageLink2 > li > a:hover::before {
		border-top-color: #f9cb7f;
	}
	.st-Main-public_affairs .mc-PageLink2 > li > a:hover {
		color: #cd255d;
	}
	.st-Main-public_affairs .mc-PageLink2 > li > a:hover::before {
		border-top-color: #e692ae;
	}
}

@media (pointer: coarse) {
	.mc-PageLink2 > li > a:active {
		color: #e17c9e;
	}
	.mc-PageLink2 > li > a:active::before {
		border-top-color: #e17c9e;
	}
	.st-Main-ec_economics .mc-PageLink2 > li > a:active {
		color: #7fb2d0;
	}
	.st-Main-ec_economics .mc-PageLink2 > li > a:active::before {
		border-top-color: #7fb2d0;
	}
	.st-Main-bizadmin_manegement .mc-PageLink2 > li > a:active {
		color: #306751;
	}
	.st-Main-bizadmin_manegement .mc-PageLink2 > li > a:active::before {
		border-top-color: #97b3a8;
	}
	.st-Main-bizadmin_commerce .mc-PageLink2 > li > a:active {
		color: #f39800;
	}
	.st-Main-bizadmin_commerce .mc-PageLink2 > li > a:active::before {
		border-top-color: #f9cb7f;
	}
	.st-Main-public_affairs .mc-PageLink2 > li > a:active {
		color: #cd255d;
	}
	.st-Main-public_affairs .mc-PageLink2 > li > a:active::before {
		border-top-color: #e692ae;
	}
}

.mc-Pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 3.5rem 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 991px), print {
	.mc-Pagination {
		margin: 3rem 0;
	}
}

@media screen and (max-width: 767px) {
	.mc-Pagination {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 2.5rem 0;
	}
}

.mc-Pagination_Item, .mc-Pagination_Item-prev, .mc-Pagination_Item-next {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	background: #111;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	margin-bottom: 5px;
}

@media (pointer: fine) {
	.mc-Pagination_Item:hover, .mc-Pagination_Item-prev:hover, .mc-Pagination_Item-next:hover {
		color: #fff;
		background-color: #b82154;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Pagination_Item:hover, .mc-Pagination_Item-prev:hover, .mc-Pagination_Item-next:hover {
		color: #fff;
		background-color: #b82154;
	}
}

@media (pointer: coarse) {
	.mc-Pagination_Item:active, .mc-Pagination_Item-prev:active, .mc-Pagination_Item-next:active {
		color: #fff;
		background-color: #b82154;
	}
}

@media screen and (max-width: 767px) {
	.mc-Pagination_Item, .mc-Pagination_Item-prev, .mc-Pagination_Item-next {
		margin: 0 3px 5px;
	}
}

.mc-Pagination_Item:last-child, .mc-Pagination_Item-prev:last-child, .mc-Pagination_Item-next:last-child {
	margin-right: 0;
}

.mc-Pagination_Item {
	line-height: 1.5rem;
	text-align: center;
}

.mc-Pagination_Item-current {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #111;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: default;
}

@media screen and (max-width: 767px) {
	.mc-Pagination_Item-current {
		margin: 0 3px 5px;
	}
}

@media (pointer: fine) {
	.mc-Pagination_Item-current:hover {
		color: #111;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Pagination_Item-current:hover {
		color: #111;
	}
}

@media (pointer: coarse) {
	.mc-Pagination_Item-current:active {
		color: #111;
	}
}

.mc-Pagination_Item-prev {
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	line-height: 1;
}

.mc-Pagination_Item-prev::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: "";
	display: inline-block;
	font-size: 14px;
	width: 14px;
	height: 5.25px;
	line-height: 5.25px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: translate(-55%, -50%) scale(-1, 1);
	        transform: translate(-55%, -50%) scale(-1, 1);
}

.mc-Pagination_Item-next {
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	line-height: 1;
}

.mc-Pagination_Item-next::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: "";
	display: inline-block;
	font-size: 14px;
	width: 14px;
	height: 5.25px;
	line-height: 5.25px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: translate(-55%, -50%);
	        transform: translate(-55%, -50%);
}

.mc-Photo {
	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;
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
}

td > .mc-Photo {
	width: auto;
	margin: 1.5rem 0 0;
}

.mc-Photo > * {
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center;
}

.mc-Photo > *:last-child {
	margin-bottom: 0;
}

.mc-Photo > * img {
	max-width: 100%;
	height: auto;
}

.mc-Photo > li::before {
	content: none;
}

.mc-QA dt {
	position: relative;
	padding-left: 28px;
	font-size: 1.14286rem;
	margin-bottom: 1rem;
}

.mc-QA dt:before {
	position: absolute;
	top: -6px;
	left: 0;
	content: "Q.";
	font-size: 140%;
	color: #cd255d;
}

.mc-QA dd {
	position: relative;
	padding-left: 28px;
	margin-bottom: 2.5rem;
}

.mc-QA dd:before {
	position: absolute;
	top: -6px;
	left: 3px;
	content: "A.";
	font-size: 140%;
	font-weight: bold;
	color: #aaa;
}

.mc-Topics {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	margin-bottom: 1.5rem;
}

.mc-Topics_Item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.mc-Topics_Item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 575px) {
	.mc-Topics_Item {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.mc-Topics_Time {
	white-space: nowrap;
	max-width: 6.5rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 6.5rem;
	    -ms-flex: 0 0 6.5rem;
	        flex: 0 0 6.5rem;
	line-height: 1.2375;
	padding: 0.2rem 0;
}

.mc-Topics_Category {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 130px;
	    -ms-flex: 0 0 130px;
	        flex: 0 0 130px;
	font-size: 0.85714rem;
	font-weight: 500;
	color: #fff;
	padding: 0.2rem 5px;
	text-align: center;
	background: #cd255d;
	line-height: 1.57;
}

.mc-Topics_Title {
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0.1rem 0 0 1.2rem;
	border: 0;
	background: none;
	line-height: 1.57;
}

@media screen and (max-width: 575px) {
	.mc-Topics_Title {
		width: 100%;
		padding-left: 0;
		margin-top: 0.3rem;
	}
}

.mc-Topics_Title:before {
	display: none;
}

.mc-Topics_Title > a {
	display: inline-block;
	color: #111;
	text-decoration: none;
}

@media (pointer: fine) {
	.mc-Topics_Title > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Topics_Title > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.mc-Topics_Title > a:active {
		color: #cd255d;
	}
}

.mc-Topics_More {
	text-align: right;
}

.mc-Topics_More > a {
	position: relative;
	display: inline-block;
	min-width: 130px;
	color: #111;
	font-size: 0.92857rem;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 0.25rem;
}

.mc-Topics_More > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #111;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
	.mc-Topics_More > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.mc-Topics_More > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Topics_More > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.mc-Topics_More > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (pointer: coarse) {
	.mc-Topics_More > a:active::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.mc-Topics_More > a:active::after {
		-webkit-animation: none;
		        animation: none;
	}
}

.mc-Topics_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: "";
	display: inline-block;
	font-size: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 9px;
	margin-top: -5px;
}

@media (pointer: fine) {
	.mc-Topics_More > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.mc-Topics_More > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.mc-Topics_More > a:active {
		color: #cd255d;
	}
}

.mc-Youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 0 1.5rem;
}

.mc-Youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.mt-image-none, img.mt-image-left, img.mt-image-right, img.mt-image-center {
	max-width: 100%;
	height: auto;
}

.news-Body img {
	max-width: 100%;
	height: auto;
}

.oth-Assist {
	margin: 0 0 5.5rem;
	padding: 4.5rem 0 0;
	border-top: 1px dashed #111;
}

@media screen and (max-width: 991px), print {
	.oth-Assist {
		margin-bottom: 4rem;
		padding-top: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.oth-Assist {
		margin-bottom: 3rem;
		padding-top: 2.5rem;
	}
}

.oth-Assist_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.oth-Assist_List {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
}

.oth-Assist_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 25%;
	margin: 20px 0 0;
	padding: 0 10px;
	line-height: 1.2375;
}

.oth-Assist_Item::before {
	content: none;
}

.oth-Assist_Item:nth-child(1), .oth-Assist_Item:nth-child(2), .oth-Assist_Item:nth-child(3), .oth-Assist_Item:nth-child(4) {
	margin-top: 0;
}

@media screen and (max-width: 991px), print {
	.oth-Assist_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.oth-Assist_Item:nth-child(4) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.oth-Assist_Item {
		padding: 0 7px;
		margin-top: 15px;
	}
	.oth-Assist_Item:nth-child(4) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 575px) {
	.oth-Assist_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.oth-Assist_Item:nth-child(3) {
		margin-top: 15px;
	}
}

.oth-Assist_Item > 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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #111;
	text-align: center;
	text-decoration: none;
	min-height: 50px;
	width: 100%;
	padding: 0.5rem 40px;
	border: 3px solid #111;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 575px) {
	.oth-Assist_Item > a {
		padding: 0.5rem 10px;
	}
}

.oth-Assist_Item > a::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: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -5px 0 0;
	color: #111;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

@media screen and (max-width: 575px) {
	.oth-Assist_Item > a::after {
		content: none;
	}
}

@media (pointer: fine) {
	.oth-Assist_Item > a:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
	.oth-Assist_Item > a:hover::after {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.oth-Assist_Item > a:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
	.oth-Assist_Item > a:hover::after {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.oth-Assist_Item > a:active {
		color: #cd255d;
		border-color: #cd255d;
	}
	.oth-Assist_Item > a:active::after {
		color: #cd255d;
	}
}

.oth-Global {
	margin-bottom: 5.5rem;
}

@media screen and (max-width: 991px), print {
	.oth-Global {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.oth-Global {
		margin-bottom: 2.5rem;
	}
}

.oth-Global_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.oth-Global_List {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
}

.oth-Global_List-2rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.oth-Global_List-2rows {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
}

.oth-Global_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
	.oth-Global_Item {
		padding: 0 7px;
	}
}

.oth-Global_Item::before {
	content: none;
}

.oth-Global_Item:nth-child(1), .oth-Global_Item:nth-child(2), .oth-Global_Item:nth-child(3), .oth-Global_Item:nth-child(4) {
	margin-top: 0;
}

@media screen and (max-width: 991px), print {
	.oth-Global_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.oth-Global_Item:nth-child(4) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.oth-Global_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		margin-top: 15px;
	}
	.oth-Global_Item:nth-child(3), .oth-Global_Item:nth-child(4) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 575px) {
	.oth-Global_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: none;
		margin-top: 15px;
	}
	.oth-Global_Item:nth-child(2) {
		margin-top: 15px;
	}
}

.oth-Global_List-2rows .oth-Global_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

@media screen and (max-width: 991px), print {
	.oth-Global_List-2rows .oth-Global_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.oth-Global_List-2rows .oth-Global_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: none;
	}
}

.oth-Global_Link {
	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;
	line-height: 1.2375;
	width: 100%;
	min-height: 60px;
	border: 1px solid #111;
	color: #111;
	text-decoration: none;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.oth-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: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
	color: #cd255d;
}

@media (pointer: fine) {
	.oth-Global_Link:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.oth-Global_Link:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
}

@media (pointer: coarse) {
	.oth-Global_Link:active {
		color: #cd255d;
		border-color: #cd255d;
	}
}

.oth-Global_Link.sw-Blank, .oth-Global_Link.sw-Pdf, .oth-Global_Link.sw-Doc, .oth-Global_Link.sw-Xls {
	padding-right: 0;
}

.oth-Global_Link.sw-Blank::after, .oth-Global_Link.sw-Pdf::after, .oth-Global_Link.sw-Doc::after, .oth-Global_Link.sw-Xls::after {
	margin: 0;
	height: auto;
	font-size: 13px;
}

.oth-Global_Link-soon {
	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;
	line-height: 1.2375;
	width: 100%;
	min-height: 60px;
	border: 1px solid #111;
	color: #111;
	text-decoration: none;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.oth-Global_Link-soon::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: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
	color: #ccc;
}

.oth-Global_Thumb {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 88px;
	    -ms-flex: 0 0 88px;
	        flex: 0 0 88px;
	height: 88px;
}

@media screen and (max-width: 991px), print {
	.oth-Global_Thumb {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75px;
		    -ms-flex: 0 0 75px;
		        flex: 0 0 75px;
		height: 75px;
	}
}

.oth-Global_Label {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: block;
	padding: 0.25rem 15px;
}

.oth-Hero {
	width: calc(100vw - 40px);
	width: calc(100vw - 40px - var(--scroll-bar));
	margin-left: calc((100vw - 40px - 100%) / -2);
	margin-left: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	margin-right: calc((100vw - 40px - 100%) / -2);
	margin-right: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	margin-bottom: 5.5rem;
}

@media all and (-ms-high-contrast: none) {
	.oth-Hero {
		width: calc(100vw - 57px);
		margin-left: calc((100vw - 57px - 100%) / -2);
	}
}

@media screen and (max-width: 767px) {
	.oth-Hero {
		width: 100vw;
		width: calc(100vw - var(--scroll-bar));
		margin-left: calc(-50vw - -50%);
		margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
		margin-right: calc(-50vw - -50%);
		margin-right: calc((100vw - var(--scroll-bar) - 100%) / -2);
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
	.oth-Hero {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 991px), print {
	.oth-Hero {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.oth-Hero {
		margin-bottom: 2.5rem;
	}
}

.oth-Hero img {
	width: 100%;
	height: auto;
}

.oth-Hero_Inner {
	position: relative;
	padding-top: 35.25%;
}

.oth-Hero_Loader {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 90px;
	height: 90px;
	box-sizing: border-box;
	margin: -45px 0 0 -45px;
	-webkit-animation: spin 0.75s infinite linear;
	        animation: spin 0.75s infinite linear;
	-webkit-transition: opacity 1s, visibility 1s;
	transition: opacity 1s, visibility 1s;
}

@media screen and (max-width: 991px), print {
	.oth-Hero_Loader {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 767px) {
	.oth-Hero_Loader {
		width: 48px;
		height: 48px;
		margin: -30px 0 0 -30px;
	}
}

.oth-Hero_Loader_Circle-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.oth-Hero_Loader_Circle-left:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: 8px solid #cd255d;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(130deg);
	        transform: rotate(130deg);
	-webkit-animation: spin-left 1.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
	        animation: spin-left 1.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (max-width: 991px), print {
	.oth-Hero_Loader_Circle-left:before {
		border-width: 6px;
	}
}

@media screen and (max-width: 767px) {
	.oth-Hero_Loader_Circle-left:before {
		border-width: 5px;
	}
}

.oth-Hero_Loader_Circle-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.oth-Hero_Loader_Circle-right:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 200%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: 8px solid #cd255d;
	border-left-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(-130deg);
	        transform: rotate(-130deg);
	-webkit-animation: spin-right 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite;
	        animation: spin-right 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite;
}

@media screen and (max-width: 991px), print {
	.oth-Hero_Loader_Circle-right:before {
		border-width: 6px;
	}
}

@media screen and (max-width: 767px) {
	.oth-Hero_Loader_Circle-right:before {
		border-width: 5px;
	}
}

.oth-Hero[aria-busy="false"] .oth-Hero_Loader {
	opacity: 0;
	visibility: hidden;
}

.oth-Hero_Image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: opacity 1s linear, visibility 1s linear;
	transition: opacity 1s linear, visibility 1s linear;
}

.oth-Hero_Image[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

.oth-Hero_Image > img {
	width: 100%;
	max-width: none;
	-webkit-transition: -webkit-transform 3s linear 1s;
	transition: -webkit-transform 3s linear 1s;
	transition: transform 3s linear 1s;
	transition: transform 3s linear 1s, -webkit-transform 3s linear 1s;
}

.oth-Hero_Image-next {
	z-index: 5;
}

.oth-Hero_Image-current {
	z-index: 10;
}

.oth-Hero-play .oth-Hero_Image-current {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s linear 2s, visibility 1s linear 2s;
	transition: opacity 1s linear 2s, visibility 1s linear 2s;
}

.oth-Hero-play .oth-Hero_Image-current > img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: -webkit-transform 3s linear;
	transition: -webkit-transform 3s linear;
	transition: transform 3s linear;
	transition: transform 3s linear, -webkit-transform 3s linear;
}

.st-Sub .oth-Inquiry {
	margin-top: 1.5rem;
	width: 85.715%;
	max-width: 300px;
}

@media screen and (max-width: 991px), print {
	.st-Sub .oth-Inquiry {
		width: 100%;
		max-width: none;
	}
}

.oth-Inquiry_Title {
	font-size: 1.28571rem;
	margin: 0.5rem 0 1.5rem;
	padding: 0.5rem 0 0.5rem 15px;
	border-left: 5px solid #cd255d;
}

@media screen and (max-width: 991px), print {
	.oth-Inquiry_Title {
		margin-top: 0;
	}
}

.oth-Inquiry_Title::first-letter {
	font-size: 1.28571rem;
}

.oth-Inquiry_Inner {
	padding: 6.5%;
	background: #eeece6;
	border: 1px solid #ceccc3;
}

.st-Sub .oth-Inquiry_Inner {
	padding: 20px;
}

@media screen and (max-width: 991px), print {
	.oth-Inquiry_Inner {
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.oth-Inquiry_Inner {
		padding: 20px;
	}
}

.oth-Inquiry_Inner > dt {
	line-height: 1.375;
	font-size: 1.14286rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.oth-Inquiry_Inner > dd > :last-child {
	margin-bottom: 0;
}

.oth-Inquiry_Txt {
	margin-bottom: 1.75rem;
}

.oth-Inquiry_Table {
	border: 0;
}

.oth-Inquiry_Table th {
	border: 0;
	border-bottom: 1px solid #111;
	background: none;
	text-align: center;
	white-space: nowrap;
}

.oth-Inquiry_Table td {
	border: 0;
	border-bottom: 1px solid #fff;
	background: none;
}

.oth-Inquiry_Table tr:first-child th {
	border-top: 1px solid #111;
}

.oth-Inquiry_Table tr:first-child td {
	border-top: 1px solid #fff;
}

.oth-Inquiry_Box {
	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;
	padding: 30px;
	background: #eeece6;
	border: 1px solid #ceccc3;
}

@media screen and (max-width: 767px) {
	.oth-Inquiry_Box {
		display: block;
		padding: 20px;
	}
}

.oth-Inquiry_Box > dt {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	line-height: 1.375;
	font-size: 1.14286rem;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.oth-Inquiry_Box > dt {
		margin-bottom: 1.25rem;
	}
}

.oth-Inquiry_Box > dd {
	-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-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-left: 30px;
}

@media screen and (max-width: 991px), print {
	.oth-Inquiry_Box > dd {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.oth-Inquiry_Box > dd {
		padding-left: 0;
	}
}

.oth-Inquiry_Box > dd > p {
	margin: 0;
	padding: 0 20px;
	border-right: 1px solid #111;
}

@media screen and (max-width: 991px), print {
	.oth-Inquiry_Box > dd > p {
		border: 0;
		padding: 0;
	}
}

.oth-Inquiry_Box > dd > p:first-child {
	padding-left: 0;
}

.oth-Inquiry_Box > dd > p:last-child {
	padding-right: 0;
	border-right: 0;
}

@media screen and (max-width: 767px) {
	.prof-Message dl {
		text-align: center;
	}
}

.prof-Message dl:last-child dd {
	border: none;
}

.prof-Message dl dt {
	background: #cd255d;
	color: #fff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	padding: 0.2rem 2rem 0.4rem;
	border-radius: 2rem;
	float: left;
}

@media all and (-ms-high-contrast: none) {
	.prof-Message dl dt {
		font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		-webkit-transform: rotate(0.03deg);
		        transform: rotate(0.03deg);
	}
}

@media screen and (max-width: 767px) {
	.prof-Message dl dt {
		font-size: 0.85714rem;
		float: none;
		margin-bottom: 0.5rem;
	}
}

.prof-Message dl dd {
	font-family: "Noto Serif JP", serif;
	font-size: 1.71429rem;
	margin-bottom: 1.5rem;
	padding-left: 11rem;
	line-height: 1.3;
	border-bottom: 1px dashed #cd255d;
	padding-bottom: 1.5rem;
}

@media all and (-ms-high-contrast: none) {
	.prof-Message dl dd {
		font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		-webkit-transform: rotate(0.03deg);
		        transform: rotate(0.03deg);
	}
}

.prof-Message dl dd::first-letter {
	color: #cd255d;
}

@media screen and (max-width: 767px) {
	.prof-Message dl dd {
		padding-left: 0;
		font-size: 1.28571rem;
	}
}

.prof-Song {
	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;
}

.prof-Song p {
	padding: 0 2rem;
	min-width: 160px;
}

@media screen and (max-width: 767px) {
	.prof-Song p {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.prof-Song {
		width: 100%;
	}
}

.prof-Youtube {
	margin-bottom: 1rem;
}

.prof-Youtube iframe {
	width: 100%;
	height: 400px;
}

@media screen and (max-width: 767px) {
	.prof-Youtube iframe {
		height: 200px;
	}
}

.sr-Result .gsc-control-cse {
	padding: 0;
}

.sr-Result .gsc-above-wrapper-area-container,
.sr-Result .gsc-resultsHeader,
.sr-Result .gsc-table-result {
	border: 0;
	margin: 0;
}

.sr-Result .gsc-result-info-container,
.sr-Result .gsc-orderby-container,
.sr-Result .gsc-twiddleRegionCell,
.sr-Result .gsc-configLabelCell,
.sr-Result .gsc-table-cell-thumbnail,
.sr-Result .gsc-table-cell-snippet-close {
	border: 0;
	padding: 0;
}

.sr-Result .gsc-thumbnail-inside,
.sr-Result .gsc-url-top {
	margin: 0 0 0.5rem;
	padding: 0;
}

.sr-Result .gsc-webResult.gsc-result,
.sr-Result .gsc-results .gsc-imageResult {
	border-bottom: 1px solid #cbc5ba;
}

.sr-Result .gsc-webResult.gsc-result:hover,
.sr-Result .gsc-results .gsc-imageResult:hover {
	border-bottom: 1px solid #cbc5ba;
}

.sr-Result .gsc-webResult .gsc-result {
	padding: 1.5rem 0;
}

.sr-Result .gsc-webResult .gsc-result .gs-title {
	height: 1.4em;
}

.sm-List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
}

@media screen and (max-width: 767px) {
	.sm-List {
		width: calc(100% + 14px);
		margin: 0 -7px 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.sm-List {
		display: block;
		width: auto;
		margin: 0 0 1.5rem;
	}
}

.sm-List > ul {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333%;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2rem 0 0;
}

.sm-List > ul:nth-child(1), .sm-List > ul:nth-child(2), .sm-List > ul:nth-child(3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.sm-List > ul {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		padding-left: 7px;
		padding-right: 7px;
		margin-top: 1.5rem;
	}
	.sm-List > ul:nth-child(1), .sm-List > ul:nth-child(2) {
		margin-top: 0;
	}
	.sm-List > ul:nth-child(3) {
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	.sm-List > ul {
		max-width: none;
		margin: 0;
		padding: 0;
	}
	.sm-List > ul:nth-child(3) {
		margin-top: 0;
	}
	.sm-List > ul:last-child {
		margin-bottom: 0;
	}
}

.sm-List > ul a {
	position: relative;
	display: inline-block;
	color: #111;
	text-decoration: underline;
	padding-left: 25px;
}

.sm-List > ul 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: "";
	display: inline-block;
	font-size: 14px;
	width: 14px;
	height: 5.25px;
	line-height: 5.25px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0.75em;
	left: 5px;
	color: #cd255d;
}

@media (pointer: fine) {
	.sm-List > ul a:hover {
		color: #cd255d;
		text-decoration: none;
	}
}

@media (-ms-high-contrast: none) {
	.sm-List > ul a:hover {
		color: #cd255d;
		text-decoration: none;
	}
}

@media (pointer: coarse) {
	.sm-List > ul a:active {
		color: #cd255d;
		text-decoration: none;
	}
}

.sm-List > ul .soon {
	position: relative;
	display: inline-block;
	color: #111;
	text-decoration: none;
	padding-left: 25px;
}

.sm-List > ul .soon::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: "";
	display: inline-block;
	font-size: 14px;
	width: 14px;
	height: 5.25px;
	line-height: 5.25px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0.75em;
	left: 5px;
	color: #cd255d;
}

.sm-List > ul > li {
	padding: 0;
}

.sm-List > ul > li:before {
	content: none;
}

.sm-List > ul > li ul {
	padding-left: 25px;
}

.sm-List > ul > li ul li {
	padding: 0;
}

.sm-List > ul > li ul li:before {
	content: none;
}

.sm-List > ul > li.mc-Link_NotLink {
	padding-left: 25px;
}

.tea-Contents {
	position: relative;
	overflow: hidden;
}

.tea-Contents_Item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
	z-index: 1;
}

.tea-Contents_Item.current {
	position: relative;
	visibility: visible;
	opacity: 1;
	z-index: 100;
}

.tea-Contents.-ec_economics h3::before {
	background: #0066a2;
}

.tea-Contents.-ec_economics h4 {
	border-left-color: #0066a2;
}

.tea-Contents.-ec_economics a {
	color: #0066a2;
}

.tea-Contents.-bizadmin_manegement h3::before {
	background: #306751;
}

.tea-Contents.-bizadmin_manegement h4 {
	border-left-color: #306751;
}

.tea-Contents.-bizadmin_manegement a {
	color: #306751;
}

.tea-Contents.-bizadmin_commerce h3::before {
	background: #f39800;
}

.tea-Contents.-bizadmin_commerce h4 {
	border-left-color: #f39800;
}

.tea-Contents.-bizadmin_commerce a {
	color: #f39800;
}

.tea-Contents.-public_affairs h3::before {
	background: #cd255d;
}

.tea-Contents.-public_affairs h4 {
	border-left-color: #cd255d;
}

.tea-Contents.-public_affairs a {
	color: #cd255d;
}

.tea-Header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 2.5rem;
}

@media screen and (max-width: 575px) {
	.tea-Header {
		display: block;
	}
}

.tea-Header_Photo {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.tea-Header_Photo {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 200px;
		    -ms-flex: 0 0 200px;
		        flex: 0 0 200px;
	}
}

@media screen and (max-width: 575px) {
	.tea-Header_Photo {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 120px;
		    -ms-flex: 0 0 120px;
		        flex: 0 0 120px;
	}
}

.tea-Header_Body {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	padding: 0 0 1rem 20px;
}

@media screen and (max-width: 575px) {
	.tea-Header_Body {
		padding-left: 0;
	}
}

.tea-Header_Body > :last-child {
	margin-bottom: 0;
}

.tea-Header_Title {
	font-size: 1.71429rem;
	margin: 0 0 0.5rem;
	line-height: 1.57;
}

.tea-Header_Title:first-letter {
	font-size: 1.28571rem;
}

.tea-Header_Dep {
	display: block;
	font-size: 1.28571rem;
}

.tea-Header_Post {
	display: block;
	font-size: 1.28571rem;
}

.tea-Header_EN {
	font-size: 1rem;
}

.tea-Header_Txt {
	color: #111;
	margin: 1.5rem 0 0;
}

@media screen and (max-width: 575px) {
	.tea-Header_Txt {
		margin-top: 1rem;
	}
}

.tea-InnerTab {
	padding: 2.35%;
	border: 5px solid #cd255d;
}

.tea-InnerTab ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.tea-InnerTab li {
	padding: 0 5px;
}

.tea-InnerTab li::before {
	content: none;
}

.tea-InnerTab li:first-child {
	padding-left: 0;
}

.tea-InnerTab li:last-child {
	padding-right: 0;
}

.tea-InnerTab a {
	display: inline-block;
	font-size: 1.14286rem;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
}

.tea-InnerTab a.current {
	color: #fff;
	text-decoration: none;
	background: #cd255d;
}

.tea-Contents.-ec_economics .tea-InnerTab {
	border-color: #0066a2;
}

.tea-Contents.-ec_economics .tea-InnerTab a.current {
	color: #fff;
	background: #0066a2;
}

.tea-Contents.-bizadmin_manegement .tea-InnerTab {
	border-color: #306751;
}

.tea-Contents.-bizadmin_manegement .tea-InnerTab a.current {
	color: #fff;
	background: #306751;
}

.tea-Contents.-bizadmin_commerce .tea-InnerTab {
	border-color: #f39800;
}

.tea-Contents.-bizadmin_commerce .tea-InnerTab a.current {
	color: #fff;
	background: #f39800;
}

.tea-Contents.-public_affairs .tea-InnerTab {
	border-color: #cd255d;
}

.tea-Contents.-public_affairs .tea-InnerTab a.current {
	color: #fff;
	background: #cd255d;
}

.tea-List {
	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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	margin: -20px 0 1.5rem;
}

@media screen and (max-width: 767px) {
	.tea-List {
		margin-top: -10px;
	}
}

@media screen and (max-width: 575px) {
	.tea-List {
		display: block;
		margin-top: 0;
	}
}

.tea-List_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48.82%;
	    -ms-flex: 0 0 48.82%;
	        flex: 0 0 48.82%;
	max-width: 48.82%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.tea-List_Item {
		margin: 10px 0 0;
	}
}

@media screen and (max-width: 575px) {
	.tea-List_Item {
		max-width: none;
		margin-bottom: 1rem;
	}
}

.tea-List_Item::before {
	content: none;
}

.tea-List_Link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 15px;
	text-decoration: none;
	line-height: 1.57;
	border: 1px solid #ddd;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

@media screen and (max-width: 767px) {
	.tea-List_Link {
		padding: 10px;
	}
}

.tea-List_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: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
	color: #cd255d;
}

.tea-Contents.-ec_economics .tea-List_Link::after {
	color: #0066a2;
}

.tea-Contents.-bizadmin_manegement .tea-List_Link::after {
	color: #306751;
}

.tea-Contents.-bizadmin_commerce .tea-List_Link::after {
	color: #f39800;
}

.tea-Contents.-public_affairs .tea-List_Link::after {
	color: #cd255d;
}

@media (pointer: fine) {
	.tea-List_Link:hover {
		padding: 14px;
		border: 2px solid #cd255d;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.tea-List_Link:hover {
		padding: 9px;
	}
}

@media (pointer: fine) {
	.tea-List_Link:hover::after {
		bottom: 4px;
		right: 4px;
	}
}

@media (-ms-high-contrast: none) {
	.tea-List_Link:hover {
		padding: 14px;
		border: 2px solid #cd255d;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.tea-List_Link:hover {
		padding: 9px;
	}
}

@media (-ms-high-contrast: none) {
	.tea-List_Link:hover::after {
		bottom: 4px;
		right: 4px;
	}
}

@media (pointer: coarse) {
	.tea-List_Link:active {
		padding: 14px;
		border: 2px solid #cd255d;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.tea-List_Link:active {
		padding: 9px;
	}
}

@media (pointer: coarse) {
	.tea-List_Link:active::after {
		bottom: 4px;
		right: 4px;
	}
}

span.tea-List_Link::after {
	content: '';
}

@media (pointer: fine) {
	span.tea-List_Link:hover {
		padding: 15px;
		border: 1px solid #ddd;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	span.tea-List_Link:hover {
		padding: 10px;
	}
}

@media (pointer: fine) {
	span.tea-List_Link:hover::after {
		bottom: 5px;
		right: 5px;
	}
}

@media (-ms-high-contrast: none) {
	span.tea-List_Link:hover {
		padding: 15px;
		border: 1px solid #ddd;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	span.tea-List_Link:hover {
		padding: 10px;
	}
}

@media (-ms-high-contrast: none) {
	span.tea-List_Link:hover::after {
		bottom: 5px;
		right: 5px;
	}
}

@media (pointer: coarse) {
	span.tea-List_Link:active {
		padding: 15px;
		border: 1px solid #ddd;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	span.tea-List_Link:active {
		padding: 10px;
	}
}

@media (pointer: coarse) {
	span.tea-List_Link:active::after {
		bottom: 5px;
		right: 5px;
	}
}

@media (pointer: fine) {
	.tea-Contents.-ec_economics .tea-List_Link:hover {
		border-color: #0066a2;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Contents.-ec_economics .tea-List_Link:hover {
		border-color: #0066a2;
	}
}

@media (pointer: coarse) {
	.tea-Contents.-ec_economics .tea-List_Link:active {
		border-color: #0066a2;
	}
}

@media (pointer: fine) {
	.tea-Contents.-bizadmin_manegement .tea-List_Link:hover {
		border-color: #306751;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Contents.-bizadmin_manegement .tea-List_Link:hover {
		border-color: #306751;
	}
}

@media (pointer: coarse) {
	.tea-Contents.-bizadmin_manegement .tea-List_Link:active {
		border-color: #306751;
	}
}

@media (pointer: fine) {
	.tea-Contents.-bizadmin_commerce .tea-List_Link:hover {
		border-color: #f39800;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Contents.-bizadmin_commerce .tea-List_Link:hover {
		border-color: #f39800;
	}
}

@media (pointer: coarse) {
	.tea-Contents.-bizadmin_commerce .tea-List_Link:active {
		border-color: #f39800;
	}
}

@media (pointer: fine) {
	.tea-Contents.-public_affairs .tea-List_Link:hover {
		border-color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Contents.-public_affairs .tea-List_Link:hover {
		border-color: #cd255d;
	}
}

@media (pointer: coarse) {
	.tea-Contents.-public_affairs .tea-List_Link:active {
		border-color: #cd255d;
	}
}

@media (pointer: fine) {
	.tea-Contents.-ec_economics span.tea-List_Link:hover,
	.tea-Contents.-bizadmin_manegement span.tea-List_Link:hover,
	.tea-Contents.-bizadmin_commerce span.tea-List_Link:hover,
	.tea-Contents.-public_affairs span.tea-List_Link:hover {
		border-color: #ddd;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Contents.-ec_economics span.tea-List_Link:hover,
	.tea-Contents.-bizadmin_manegement span.tea-List_Link:hover,
	.tea-Contents.-bizadmin_commerce span.tea-List_Link:hover,
	.tea-Contents.-public_affairs span.tea-List_Link:hover {
		border-color: #ddd;
	}
}

@media (pointer: coarse) {
	.tea-Contents.-ec_economics span.tea-List_Link:active,
	.tea-Contents.-bizadmin_manegement span.tea-List_Link:active,
	.tea-Contents.-bizadmin_commerce span.tea-List_Link:active,
	.tea-Contents.-public_affairs span.tea-List_Link:active {
		border-color: #ddd;
	}
}

.tea-List_Photo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.tea-List_Photo {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100px;
		    -ms-flex: 0 0 100px;
		        flex: 0 0 100px;
	}
}

.tea-List_Body {
	padding-left: 15px;
}

@media screen and (max-width: 767px) {
	.tea-List_Body {
		padding-left: 10px;
	}
}

.tea-List_Body > dt {
	font-size: 1.14286rem;
	margin-bottom: 0.5rem;
}

.tea-List_Body > dd {
	color: #111;
	font-size: 0.85714rem;
}

.tea-List_Dep {
	display: block;
	font-size: 1rem;
}

.tea-List_Post {
	display: block;
	font-size: 1rem;
}

.tea-Tab {
	margin: 0;
}

.tea-Tab ul {
	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;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

@media screen and (max-width: 414px) {
	.tea-Tab ul {
		width: calc(100% + 6px);
		margin: 0 -3px;
	}
}

.tea-Tab ul::after {
	content: '';
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 31.76%;
	    -ms-flex: 0 0 31.76%;
	        flex: 0 0 31.76%;
	max-width: 31.76%;
}

@media screen and (max-width: 414px) {
	.tea-Tab ul::after {
		content: none;
	}
}

.tea-Tab li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 31.76%;
	    -ms-flex: 0 0 31.76%;
	        flex: 0 0 31.76%;
	max-width: 31.76%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 414px) {
	.tea-Tab li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		max-width: none;
		padding: 0 3px;
	}
}

.tea-Tab li::before {
	content: none;
}

.tea-Tab 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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.14286rem;
	line-height: 1.57;
	width: 100%;
	min-height: 60px;
	text-align: center;
	color: #111;
	background: #e8e8e8;
	text-decoration: none;
	padding: 0.75rem 10px;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.tea-Tab a.current {
	color: #fff;
	background: #cd255d;
}

@media screen and (max-width: 767px) {
	.tea-Tab a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		font-size: 1rem;
		padding: 0.75rem 5px;
	}
}

@media (pointer: fine) {
	.tea-Tab a:hover {
		color: #fff;
		background: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Tab a:hover {
		color: #fff;
		background: #cd255d;
	}
}

@media (pointer: coarse) {
	.tea-Tab a:active {
		color: #fff;
		background: #cd255d;
	}
}

@media screen and (max-width: 767px) {
	.tea-Tab a .sw-Small {
		font-size: 0.76923rem;
	}
}

.tea-Tab.-ec_economics a.current {
	background: #0066a2;
}

@media (pointer: fine) {
	.tea-Tab.-ec_economics a:hover {
		background: #0066a2;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Tab.-ec_economics a:hover {
		background: #0066a2;
	}
}

@media (pointer: coarse) {
	.tea-Tab.-ec_economics a:active {
		background: #0066a2;
	}
}

.tea-Tab.-bizadmin_manegement a.current {
	background: #306751;
}

@media (pointer: fine) {
	.tea-Tab.-bizadmin_manegement a:hover {
		background: #306751;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Tab.-bizadmin_manegement a:hover {
		background: #306751;
	}
}

@media (pointer: coarse) {
	.tea-Tab.-bizadmin_manegement a:active {
		background: #306751;
	}
}

.tea-Tab.-bizadmin_commerce a.current {
	background: #f39800;
}

@media (pointer: fine) {
	.tea-Tab.-bizadmin_commerce a:hover {
		background: #f39800;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Tab.-bizadmin_commerce a:hover {
		background: #f39800;
	}
}

@media (pointer: coarse) {
	.tea-Tab.-bizadmin_commerce a:active {
		background: #f39800;
	}
}

.tea-Tab.-public_affairs a.current {
	background: #cd255d;
}

@media (pointer: fine) {
	.tea-Tab.-public_affairs a:hover {
		background: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tea-Tab.-public_affairs a:hover {
		background: #cd255d;
	}
}

@media (pointer: coarse) {
	.tea-Tab.-public_affairs a:active {
		background: #cd255d;
	}
}

.tp-70th {
	margin-bottom: 5.5rem;
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	        transform: translate(0, 50px);
}

@media screen and (max-width: 991px), print {
	.tp-70th {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-70th {
		margin-bottom: 3rem;
	}
}

body[aria-busy="false"] .tp-70th {
	-webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tp-70th[aria-hidden="false"] {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-70th_Link {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}

@media (pointer: fine) {
	.tp-70th_Link:hover {
		color: #fff;
	}
	.tp-70th_Link:hover .tp-70th_Bg {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.tp-70th_Link:hover .tp-70th_To::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
}

@media (-ms-high-contrast: none) {
	.tp-70th_Link:hover {
		color: #fff;
	}
	.tp-70th_Link:hover .tp-70th_Bg {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.tp-70th_Link:hover .tp-70th_To::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
}

@media (pointer: coarse) {
	.tp-70th_Link:active {
		color: #fff;
	}
	.tp-70th_Link:active .tp-70th_Bg {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
	.tp-70th_Link:active .tp-70th_To::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
}

.tp-70th_Bg {
	position: relative;
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.tp-70th_Bg picture {
	height: auto;
}

.tp-70th_Bg picture img {
	max-width: 100%;
}

.tp-70th_Body {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	padding: 0 90px;
	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-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 767px) {
	.tp-70th_Body {
		width: 100%;
		height: auto;
		padding: 6% 15px 0;
	}
}

.tp-70th_Title {
	font-size: 10px;
	margin: 0 0 40px;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.tp-70th_Title {
		margin-bottom: 5px;
	}
}

.tp-70th_Title img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.tp-70th_Title img {
		max-width: 255px;
	}
}

.tp-70th_To {
	position: relative;
	padding: 0 55px 10px;
}

@media screen and (max-width: 767px) {
	.tp-70th_To {
		padding: 0 25px 5px;
	}
}

.tp-70th_To::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: "";
	display: inline-block;
	font-size: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 9px;
	margin-top: -5px;
}

@media screen and (max-width: 767px) {
	.tp-70th_To::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: "";
		display: inline-block;
		font-size: 16px;
		width: 16px;
		height: 6px;
		line-height: 6px;
		overflow: hidden;
		margin-top: -6px;
	}
}

.tp-70th_To::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #fff;
}

.tp-70th_Logo {
	display: none;
}

@media screen and (max-width: 767px) {
	.tp-70th_Logo {
		display: block;
		position: absolute;
		bottom: 6%;
		right: 6%;
	}
	.tp-70th_Logo img {
		width: 75px;
	}
}

.tp-Assist {
	margin: 0 0 5.5rem;
	opacity: 0;
	-webkit-transform: translate(-50px, 0);
	        transform: translate(-50px, 0);
}

body[aria-busy="false"] .tp-Assist {
	-webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tp-Assist[aria-hidden="false"] {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

@media screen and (max-width: 991px), print {
	.tp-Assist {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Assist {
		margin-bottom: 3rem;
	}
}

.tp-Assist_List {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.tp-Assist_List {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
}

.tp-Assist_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 25%;
	margin: 20px 0 0;
	padding: 0 10px;
	line-height: 1.2375;
}

.tp-Assist_Item::before {
	content: none;
}

.tp-Assist_Item:nth-child(1), .tp-Assist_Item:nth-child(2), .tp-Assist_Item:nth-child(3), .tp-Assist_Item:nth-child(4) {
	margin-top: 0;
}

@media screen and (max-width: 991px), print {
	.tp-Assist_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.3333%;
		    -ms-flex: 0 0 33.3333%;
		        flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.tp-Assist_Item:nth-child(4) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.tp-Assist_Item {
		padding: 0 7px;
		margin-top: 15px;
	}
	.tp-Assist_Item:nth-child(4) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 575px) {
	.tp-Assist_Item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.tp-Assist_Item:nth-child(3) {
		margin-top: 15px;
	}
}

.tp-Assist_Item > 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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #111;
	text-align: center;
	text-decoration: none;
	min-height: 50px;
	width: 100%;
	padding: 0.5rem 40px;
	border: 3px solid #111;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 575px) {
	.tp-Assist_Item > a {
		padding: 0.5rem 10px;
	}
}

.tp-Assist_Item > a::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: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -5px 0 0;
	color: #111;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

@media screen and (max-width: 575px) {
	.tp-Assist_Item > a::after {
		content: none;
	}
}

@media (pointer: fine) {
	.tp-Assist_Item > a:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
	.tp-Assist_Item > a:hover::after {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tp-Assist_Item > a:hover {
		color: #cd255d;
		border-color: #cd255d;
	}
	.tp-Assist_Item > a:hover::after {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.tp-Assist_Item > a:active {
		color: #cd255d;
		border-color: #cd255d;
	}
	.tp-Assist_Item > a:active::after {
		color: #cd255d;
	}
}

.tp-Bnr {
	width: calc(100vw - 40px);
	width: calc(100vw - 40px - var(--scroll-bar));
	margin-left: calc((100vw - 40px - 100%) / -2);
	margin-left: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	margin-right: calc((100vw - 40px - 100%) / -2);
	margin-right: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	background: #e8e8e8;
	margin-bottom: 5.5rem;
	padding: 5.5rem 0 4rem;
}

@media all and (-ms-high-contrast: none) {
	.tp-Bnr {
		width: calc(100vw - 57px);
		margin-left: calc((100vw - 57px - 100%) / -2);
	}
}

@media screen and (max-width: 767px) {
	.tp-Bnr {
		width: 100vw;
		width: calc(100vw - var(--scroll-bar));
		margin-left: calc(-50vw - -50%);
		margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
		margin-right: calc(-50vw - -50%);
		margin-right: calc((100vw - var(--scroll-bar) - 100%) / -2);
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
	.tp-Bnr {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 991px), print {
	.tp-Bnr {
		margin-bottom: 4rem;
		padding: 4rem 0 2.5rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Bnr {
		margin-bottom: 3rem;
		padding: 3rem 0 1.5rem;
	}
}

.tp-Bnr_Slider {
	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;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transform: translate(50px, 0);
	        transform: translate(50px, 0);
}

body[aria-busy="false"] .tp-Bnr_Slider {
	-webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tp-Bnr[aria-hidden="false"] .tp-Bnr_Slider {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-Bnr_Item > a {
	display: block;
	overflow: hidden;
}

.tp-Bnr_Item > a > img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
	.tp-Bnr_Item > a:hover img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media (-ms-high-contrast: none) {
	.tp-Bnr_Item > a:hover img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media (pointer: coarse) {
	.tp-Bnr_Item > a:active img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

.tp-Bnr_Item .sw-Blank {
	padding-right: 0;
}

.tp-Bnr_Arrow {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60px;
	    -ms-flex: 0 0 60px;
	        flex: 0 0 60px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-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;
}

@media screen and (max-width: 767px) {
	.tp-Bnr_Arrow {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30px;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
	}
}

.tp-Bnr_Arrow > button::before {
	font-size: 40px;
}

@media screen and (max-width: 767px) {
	.tp-Bnr_Arrow > button::before {
		font-size: 24px;
	}
}

.tp-Bnr_Dots {
	opacity: 0;
	-webkit-transform: translate(50px, 0);
	        transform: translate(50px, 0);
}

body[aria-busy="false"] .tp-Bnr_Dots {
	-webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tp-Bnr[aria-hidden="false"] .tp-Bnr_Dots {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-Bnr_Dots .slick-dots {
	padding-top: 1.5rem;
}

.tp-Department {
	width: calc(100vw - 40px);
	width: calc(100vw - 40px - var(--scroll-bar));
	margin-left: calc((100vw - 40px - 100%) / -2);
	margin-left: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	margin-right: calc((100vw - 40px - 100%) / -2);
	margin-right: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	background: #e8e8e8;
	margin-bottom: 5.5rem;
}

@media all and (-ms-high-contrast: none) {
	.tp-Department {
		width: calc(100vw - 57px);
		margin-left: calc((100vw - 57px - 100%) / -2);
	}
}

@media screen and (max-width: 767px) {
	.tp-Department {
		width: 100vw;
		width: calc(100vw - var(--scroll-bar));
		margin-left: calc(-50vw - -50%);
		margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
		margin-right: calc(-50vw - -50%);
		margin-right: calc((100vw - var(--scroll-bar) - 100%) / -2);
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
	.tp-Department {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 991px), print {
	.tp-Department {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Department {
		margin-bottom: 3rem;
	}
}

.tp-Department_Inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px 5.5rem;
}

@media screen and (max-width: 991px), print {
	.tp-Department_Inner {
		padding-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Department_Inner {
		padding: 0 15px 3rem;
	}
}

.tp-Department_Title {
	position: relative;
	top: -1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 0 3rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	        transform: translate(0, 50px);
}

body[aria-busy="false"] .tp-Department_Title {
	-webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tp-Department[aria-hidden="false"] .tp-Department_Title {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

@media screen and (max-width: 991px), print {
	.tp-Department_Title {
		margin-bottom: 1rem;
	}
}

.tp-Department_Title_Inner {
	display: block;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.tp-Department_Title_Inner {
		padding-right: 10px;
	}
}

.tp-Department_Title_Inner::first-letter {
	font-size: 2.57143rem;
}

@media screen and (max-width: 767px) {
	.tp-Department_Title_Inner::first-letter {
		font-size: 1.84615rem;
	}
}

.tp-Department_Title:after {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	content: '';
	display: block;
	min-width: 40px;
	height: 1px;
	margin-top: 10px;
	background: #111;
}

.tp-DepartmentList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.tp-DepartmentList {
		display: block;
	}
}

.tp-DepartmentList_Item-ec_economics, .tp-DepartmentList_Item-bizadmin_manegement, .tp-DepartmentList_Item-bizadmin_commerce, .tp-DepartmentList_Item-public_affairs {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 575px) {
	.tp-DepartmentList_Item-ec_economics, .tp-DepartmentList_Item-bizadmin_manegement, .tp-DepartmentList_Item-bizadmin_commerce, .tp-DepartmentList_Item-public_affairs {
		max-width: none;
	}
}

.tp-DepartmentList_Item-ec_economics {
	opacity: 0;
	-webkit-transform: translate(-50px, -50px);
	        transform: translate(-50px, -50px);
}

body[aria-busy="false"] .tp-DepartmentList_Item-ec_economics {
	-webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.tp-Department[aria-hidden="false"] .tp-DepartmentList_Item-ec_economics {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-DepartmentList_Item-bizadmin_manegement {
	opacity: 0;
	-webkit-transform: translate(50px, -50px);
	        transform: translate(50px, -50px);
}

body[aria-busy="false"] .tp-DepartmentList_Item-bizadmin_manegement {
	-webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.tp-Department[aria-hidden="false"] .tp-DepartmentList_Item-bizadmin_manegement {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-DepartmentList_Item-bizadmin_commerce {
	opacity: 0;
	-webkit-transform: translate(-50px, 50px);
	        transform: translate(-50px, 50px);
}

body[aria-busy="false"] .tp-DepartmentList_Item-bizadmin_commerce {
	-webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.tp-Department[aria-hidden="false"] .tp-DepartmentList_Item-bizadmin_commerce {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-DepartmentList_Item-public_affairs {
	opacity: 0;
	-webkit-transform: translate(50px, 50px);
	        transform: translate(50px, 50px);
}

body[aria-busy="false"] .tp-DepartmentList_Item-public_affairs {
	-webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.tp-Department[aria-hidden="false"] .tp-DepartmentList_Item-public_affairs {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-DepartmentList_Link {
	position: relative;
	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;
	width: 100%;
	text-decoration: none;
	color: #111;
}

@media (pointer: fine) {
	.tp-DepartmentList_Item-ec_economics .tp-DepartmentList_Link:hover {
		color: #0066a2;
	}
	.tp-DepartmentList_Item-bizadmin_manegement .tp-DepartmentList_Link:hover {
		color: #306751;
	}
	.tp-DepartmentList_Item-bizadmin_commerce .tp-DepartmentList_Link:hover {
		color: #f39800;
	}
	.tp-DepartmentList_Item-public_affairs .tp-DepartmentList_Link:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tp-DepartmentList_Item-ec_economics .tp-DepartmentList_Link:hover {
		color: #0066a2;
	}
	.tp-DepartmentList_Item-bizadmin_manegement .tp-DepartmentList_Link:hover {
		color: #306751;
	}
	.tp-DepartmentList_Item-bizadmin_commerce .tp-DepartmentList_Link:hover {
		color: #f39800;
	}
	.tp-DepartmentList_Item-public_affairs .tp-DepartmentList_Link:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.tp-DepartmentList_Item-ec_economics .tp-DepartmentList_Link:active {
		color: #0066a2;
	}
	.tp-DepartmentList_Item-bizadmin_manegement .tp-DepartmentList_Link:active {
		color: #306751;
	}
	.tp-DepartmentList_Item-bizadmin_commerce .tp-DepartmentList_Link:active {
		color: #f39800;
	}
	.tp-DepartmentList_Item-public_affairs .tp-DepartmentList_Link:active {
		color: #cd255d;
	}
}

.tp-DepartmentList_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: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 14px;
}

.tp-DepartmentList_Item-ec_economics .tp-DepartmentList_Link::after {
	color: #0066a2;
}

.tp-DepartmentList_Item-bizadmin_manegement .tp-DepartmentList_Link::after {
	color: #306751;
}

.tp-DepartmentList_Item-bizadmin_commerce .tp-DepartmentList_Link::after {
	color: #f39800;
}

.tp-DepartmentList_Item-public_affairs .tp-DepartmentList_Link::after {
	color: #cd255d;
}

.tp-DepartmentList_Image {
	margin: 0;
	overflow: hidden;
}

.tp-DepartmentList_Image > img {
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

@media (pointer: fine) {
	.tp-DepartmentList_Link:hover .tp-DepartmentList_Image > img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
		opacity: 0.7;
	}
}

@media (-ms-high-contrast: none) {
	.tp-DepartmentList_Link:hover .tp-DepartmentList_Image > img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
		opacity: 0.7;
	}
}

@media (pointer: coarse) {
	.tp-DepartmentList_Link:active .tp-DepartmentList_Image > img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
		opacity: 0.7;
	}
}

.tp-DepartmentList_Item-ec_economics .tp-DepartmentList_Image {
	background: #0066a2;
	border-bottom: 5px solid #0066a2;
}

.tp-DepartmentList_Item-bizadmin_manegement .tp-DepartmentList_Image {
	background: #306751;
	border-bottom: 5px solid #306751;
}

.tp-DepartmentList_Item-bizadmin_commerce .tp-DepartmentList_Image {
	background: #f39800;
	border-bottom: 5px solid #f39800;
}

.tp-DepartmentList_Item-public_affairs .tp-DepartmentList_Image {
	background: #cd255d;
	border-bottom: 5px solid #cd255d;
}

.tp-DepartmentList_Body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	background: #fff;
	padding: 2rem 20px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tp-DepartmentList_Item-bizadmin_manegement .tp-DepartmentList_Body,
.tp-DepartmentList_Item-public_affairs .tp-DepartmentList_Body {
	border-right: 1px solid #ddd;
}

@media screen and (max-width: 991px), print {
	.tp-DepartmentList_Body {
		padding: 1.5rem 15px;
	}
}

@media screen and (max-width: 767px) {
	.tp-DepartmentList_Body {
		padding: 1.25rem 15px;
	}
}

.tp-DepartmentList_Title {
	margin: 0 0 1rem;
	padding: 0;
	font-size: 1.57143rem;
	text-align: center;
	background: none;
	border: 0;
}

.tp-DepartmentList_Title:before {
	display: none;
}

@media screen and (max-width: 767px) {
	.tp-DepartmentList_Title {
		font-size: 1.28571rem;
	}
}

.tp-DepartmentList_Title::after {
	content: attr(data-en);
	display: block;
	font-size: 11.999px;
	font-size: 0.85714rem;
	margin-top: 3.5px;
	margin-top: 0.25rem;
}

.tp-DepartmentList_Summary {
	text-align: center;
	margin: 0;
}

.tp-Feature {
	margin: 0 0 5.5rem;
}

@media screen and (max-width: 991px), print {
	.tp-Feature {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Feature {
		margin-bottom: 3rem;
	}
}

.tp-Feature_Title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 0 2rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	opacity: 0;
	-webkit-transform: translate(-50px, 0);
	        transform: translate(-50px, 0);
}

body[aria-busy="false"] .tp-Feature_Title {
	-webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tp-Feature[aria-hidden="false"] .tp-Feature_Title {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

@media screen and (max-width: 991px), print {
	.tp-Feature_Title {
		margin-bottom: 1rem;
	}
}

.tp-Feature_Title_Inner {
	display: block;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.tp-Feature_Title_Inner {
		padding-right: 10px;
	}
}

.tp-Feature_Title_Inner::first-letter {
	font-size: 2.57143rem;
}

@media screen and (max-width: 767px) {
	.tp-Feature_Title_Inner::first-letter {
		font-size: 1.84615rem;
	}
}

.tp-Feature_Title:after {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	content: '';
	display: block;
	min-width: 40px;
	height: 1px;
	margin-top: 10px;
	background: #111;
}

.tp-Feature_Inner {
	width: calc(100vw - 40px);
	width: calc(100vw - 40px - var(--scroll-bar));
	margin-left: calc((100vw - 40px - 100%) / -2);
	margin-left: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	margin-right: calc((100vw - 40px - 100%) / -2);
	margin-right: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	opacity: 0;
	-webkit-transform: translate(-50px, 0);
	        transform: translate(-50px, 0);
}

@media all and (-ms-high-contrast: none) {
	.tp-Feature_Inner {
		width: calc(100vw - 57px);
		margin-left: calc((100vw - 57px - 100%) / -2);
	}
}

@media screen and (max-width: 767px) {
	.tp-Feature_Inner {
		width: 100vw;
		width: calc(100vw - var(--scroll-bar));
		margin-left: calc(-50vw - -50%);
		margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
		margin-right: calc(-50vw - -50%);
		margin-right: calc((100vw - var(--scroll-bar) - 100%) / -2);
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
	.tp-Feature_Inner {
		margin-left: -15px;
		margin-right: -15px;
	}
}

body[aria-busy="false"] .tp-Feature_Inner {
	-webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.tp-Feature[aria-hidden="false"] .tp-Feature_Inner {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-Feature_Dots {
	opacity: 0;
	-webkit-transform: translate(-50px, 0);
	        transform: translate(-50px, 0);
}

body[aria-busy="false"] .tp-Feature_Dots {
	-webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.tp-Feature[aria-hidden="false"] .tp-Feature_Dots {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.tp-Feature_Dots .slick-dots {
	padding-top: 1.5rem;
}

.tp-FeatureSlider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.tp-FeatureSlider_Item > a {
	display: block;
	overflow: hidden;
}

.tp-FeatureSlider_Item > a > img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
	.tp-FeatureSlider_Item > a:hover img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media (-ms-high-contrast: none) {
	.tp-FeatureSlider_Item > a:hover img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media (pointer: coarse) {
	.tp-FeatureSlider_Item > a:active img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

.tp-FeatureSlider_Item .sw-Blank {
	padding-right: 0;
}

.tp-FeatureSlider_Arrow {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60px;
	    -ms-flex: 0 0 60px;
	        flex: 0 0 60px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-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;
}

@media screen and (max-width: 767px) {
	.tp-FeatureSlider_Arrow {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30px;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
	}
}

.tp-FeatureSlider_Arrow > button::before {
	font-size: 40px;
}

@media screen and (max-width: 767px) {
	.tp-FeatureSlider_Arrow > button::before {
		font-size: 24px;
	}
}

.tp-Hero {
	width: calc(100vw - 40px);
	width: calc(100vw - 40px - var(--scroll-bar));
	margin-left: calc((100vw - 40px - 100%) / -2);
	margin-left: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	margin-right: calc((100vw - 40px - 100%) / -2);
	margin-right: calc((100vw - 40px - var(--scroll-bar) - 100%) / -2);
	position: relative;
	margin-bottom: -120px;
}

@media all and (-ms-high-contrast: none) {
	.tp-Hero {
		width: calc(100vw - 57px);
		margin-left: calc((100vw - 57px - 100%) / -2);
	}
}

@media screen and (max-width: 767px) {
	.tp-Hero {
		width: 100vw;
		width: calc(100vw - var(--scroll-bar));
		margin-left: calc(-50vw - -50%);
		margin-left: calc((100vw - var(--scroll-bar) - 100%) / -2);
		margin-right: calc(-50vw - -50%);
		margin-right: calc((100vw - var(--scroll-bar) - 100%) / -2);
	}
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
	.tp-Hero {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 1280px) {
	.tp-Hero {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 575px) {
	.tp-Hero {
		margin-bottom: 1.25rem;
	}
}

.tp-Hero_Inner {
	position: relative;
	padding-top: 46.15%;
}

@media (max-width: 1280px) {
	.tp-Hero_Inner {
		padding-top: 36.45%;
	}
}

@media screen and (max-width: 575px) {
	.tp-Hero_Inner {
		padding-top: 46.154%;
	}
}

.tp-Hero_Loader {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 90px;
	height: 90px;
	box-sizing: border-box;
	margin: -45px 0 0 -45px;
	-webkit-animation: spin 0.75s infinite linear;
	        animation: spin 0.75s infinite linear;
	-webkit-transition: opacity 1s, visibility 1s;
	transition: opacity 1s, visibility 1s;
}

@media screen and (max-width: 991px), print {
	.tp-Hero_Loader {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 767px) {
	.tp-Hero_Loader {
		width: 48px;
		height: 48px;
		margin: -30px 0 0 -30px;
	}
}

.tp-Hero_Loader_Circle-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.tp-Hero_Loader_Circle-left:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: 8px solid #cd255d;
	border-right-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(130deg);
	        transform: rotate(130deg);
	-webkit-animation: spin-left 1.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
	        animation: spin-left 1.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (max-width: 991px), print {
	.tp-Hero_Loader_Circle-left:before {
		border-width: 6px;
	}
}

@media screen and (max-width: 767px) {
	.tp-Hero_Loader_Circle-left:before {
		border-width: 5px;
	}
}

.tp-Hero_Loader_Circle-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.tp-Hero_Loader_Circle-right:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 200%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: 8px solid #cd255d;
	border-left-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(-130deg);
	        transform: rotate(-130deg);
	-webkit-animation: spin-right 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite;
	        animation: spin-right 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s infinite;
}

@media screen and (max-width: 991px), print {
	.tp-Hero_Loader_Circle-right:before {
		border-width: 6px;
	}
}

@media screen and (max-width: 767px) {
	.tp-Hero_Loader_Circle-right:before {
		border-width: 5px;
	}
}

.tp-Hero[aria-busy="false"] .tp-Hero_Loader {
	opacity: 0;
	visibility: hidden;
}

.tp-Hero_Image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: opacity 1s linear, visibility 1s linear;
	transition: opacity 1s linear, visibility 1s linear;
}

.tp-Hero_Image[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

.tp-Hero_Image > img {
	width: 100%;
	max-width: none;
	-webkit-transition: -webkit-transform 3s linear 1s;
	transition: -webkit-transform 3s linear 1s;
	transition: transform 3s linear 1s;
	transition: transform 3s linear 1s, -webkit-transform 3s linear 1s;
}

.tp-Hero_Image-next {
	z-index: 5;
}

.tp-Hero_Image-current {
	z-index: 10;
}

.tp-Hero-play .tp-Hero_Image-current {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s linear 2s, visibility 1s linear 2s;
	transition: opacity 1s linear 2s, visibility 1s linear 2s;
}

.tp-Hero-play .tp-Hero_Image-current > img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: -webkit-transform 3s linear;
	transition: -webkit-transform 3s linear;
	transition: transform 3s linear;
	transition: transform 3s linear, -webkit-transform 3s linear;
}

.tp-Dummy {
	margin: 0 0 5.5rem;
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	        transform: translate(0, 50px);
}

body[aria-busy="false"] .tp-Dummy {
	-webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tp-Dummy[aria-hidden="false"] {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}

@media screen and (max-width: 991px), print {
	.tp-Dummy {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Dummy {
		margin-bottom: 3rem;
	}
}

.tp-Important {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
	min-height: 74px;
	margin: 0 0 5.5rem;
	padding: 1rem 0;
	border: 3px solid #c60000;
}

@media screen and (max-width: 991px), print {
	.tp-Important {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Important {
		display: block;
		padding: 1rem;
		margin-bottom: 3rem;
	}
}

.tp-Important_Title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 190px;
	    -ms-flex: 0 0 190px;
	        flex: 0 0 190px;
	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;
	font-size: 1.14286rem;
	color: #c60000;
	text-align: center;
	margin: 0;
	border-right: 1px solid #c60000;
}

.tp-Important_Title::first-letter {
	font-size: 1.14286rem;
}

@media screen and (max-width: 767px) {
	.tp-Important_Title {
		border-right: 0;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #c60000;
	}
}

.tp-Important_Body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	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-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 35px;
}

@media screen and (max-width: 991px), print {
	.tp-Important_Body {
		padding: 0 35px;
	}
}

@media screen and (max-width: 767px) {
	.tp-Important_Body {
		padding: 0 5px;
	}
}

.tp-Important_Item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 0.25rem;
}

@media screen and (max-width: 991px), print {
	.tp-Important_Item {
		display: block;
	}
}

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

.tp-Important_Item_Time {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	color: #c60000;
}

.tp-Important_Item_Title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.78;
	margin: 0;
	padding: 0 0 0 1.5rem;
	border: 0;
	background: none;
}

.tp-Important_Item_Title:before {
	display: none;
}

@media screen and (max-width: 991px), print {
	.tp-Important_Item_Title {
		padding-left: 0;
	}
}

.tp-Important_Item_Title > a {
	color: #c60000;
	text-decoration: none;
}

@media (pointer: fine) {
	.tp-Important_Item_Title > a:hover {
		color: #e27f7f;
	}
}

@media (-ms-high-contrast: none) {
	.tp-Important_Item_Title > a:hover {
		color: #e27f7f;
	}
}

@media (pointer: coarse) {
	.tp-Important_Item_Title > a:active {
		color: #e27f7f;
	}
}

.tp-Main {
	max-width: 1240px;
	margin: 0 auto 5.5rem;
	padding: 0 20px;
}

@media screen and (max-width: 991px), print {
	.tp-Main {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Main {
		margin-bottom: 3rem;
		padding: 0;
	}
}

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

.tp-Pickup {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	margin: 0 0 5.5rem;
	z-index: 12;
}

@media screen and (max-width: 991px), print {
	.tp-Pickup {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Pickup {
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 575px) {
	.tp-Pickup {
		display: block;
	}
}

.tp-Pickup_Title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.667%;
	    -ms-flex: 0 0 16.667%;
	        flex: 0 0 16.667%;
	max-width: 16.667%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.42857rem;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	background: #cd255d;
	margin: 0;
}

@media screen and (max-width: 575px) {
	.tp-Pickup_Title {
		max-width: none;
		font-size: 1.23077rem;
		padding: 0.5rem 15px;
	}
}

.tp-Pickup_Body {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333%;
	    -ms-flex: 0 0 83.333%;
	        flex: 0 0 83.333%;
	max-width: 83.333%;
	overflow: hidden;
	background: #fff;
}

@media screen and (max-width: 575px) {
	.tp-Pickup_Body {
		max-width: none;
	}
}

.tp-Pickup_Dots {
	width: 100%;
}

.tp-Pickup_Dots .slick-dots {
	padding-top: 1rem;
}

.tp-PickupSlider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.tp-PickupSlider.slick-initialized {
	opacity: 1;
}

.tp-PickupSlider .slick-list {
	max-width: 925px;
	margin: 0 auto;
	border-right: 1px solid #ddd;
}

.tp-PickupSlider_Item {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.tp-PickupSlider_Item .sw-Blank {
	padding-right: 0;
}

.tp-PickupSlider_Link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-decoration: none;
	color: #111;
	border: 1px solid #ddd;
	border-right: 0;
}

@media (pointer: fine) {
	.tp-PickupSlider_Link:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tp-PickupSlider_Link:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.tp-PickupSlider_Link:active {
		color: #cd255d;
	}
}

.tp-PickupSlider_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: "";
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 14px;
	color: #cd255d;
}

.tp-PickupSlider_Thumb {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
}

@media (pointer: fine) {
	.tp-PickupSlider_Link:hover .tp-PickupSlider_Thumb img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media (-ms-high-contrast: none) {
	.tp-PickupSlider_Link:hover .tp-PickupSlider_Thumb img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media (pointer: coarse) {
	.tp-PickupSlider_Link:active .tp-PickupSlider_Thumb img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

.tp-PickupSlider_Thumb img {
	width: 100%;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.tp-PickupSlider_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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.21429rem;
	line-height: 1.2375;
	min-height: 75px;
	margin: 0;
	padding: 0.5rem 10px;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 991px), print {
	.tp-PickupSlider_Label {
		font-size: 1.07143rem;
		min-height: 60px;
	}
}

.tp-PickupSlider_Label::after {
	content: attr(data-en);
	display: block;
	font-size: 11.999px;
	font-size: 0.85714rem;
	font-weight: 400;
	margin-top: 3.5px;
	margin-top: 0.25rem;
}

@media screen and (max-width: 991px), print {
	.tp-PickupSlider_Label::after {
		font-size: 10.999px;
		font-size: 0.78571rem;
	}
}

.tp-PickupSlider_Arrow {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40px;
	    -ms-flex: 0 0 40px;
	        flex: 0 0 40px;
}

@media screen and (max-width: 767px) {
	.tp-PickupSlider_Arrow {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30px;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
	}
}

.tp-PickupSlider_Arrow .slick-prev {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -12px;
}

.tp-PickupSlider_Arrow .slick-prev::before {
	font-size: 24px;
}

.tp-PickupSlider_Arrow .slick-next {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -12px;
}

.tp-PickupSlider_Arrow .slick-next::before {
	font-size: 24px;
}

.tp-Topics {
	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;
	-webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	        align-content: flex-start;
	width: 100%;
	margin: 0 0 5.5rem;
}

@media screen and (max-width: 991px), print {
	.tp-Topics {
		display: block;
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Topics {
		margin-bottom: 3rem;
	}
}

.tp-Topics-ams_labo, .tp-Topics-lib {
	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;
	width: 100%;
	margin: 0 0 5.5rem;
}

@media screen and (max-width: 991px), print {
	.tp-Topics-ams_labo, .tp-Topics-lib {
		display: block;
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Topics-ams_labo, .tp-Topics-lib {
		margin-bottom: 3rem;
	}
}

.tp-Topics_News {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 37.5%;
	    -ms-flex: 0 0 37.5%;
	        flex: 0 0 37.5%;
	max-width: 37.5%;
	width: 100%;
	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;
}

@media screen and (max-width: 991px), print {
	.tp-Topics_News {
		max-width: none;
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.tp-Topics_News {
		margin-bottom: 3rem;
	}
}

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

.tp-Topics-ams_labo .tp-Topics_News {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 59.167%;
	    -ms-flex: 0 0 59.167%;
	        flex: 0 0 59.167%;
	max-width: 59.167%;
	width: 100%;
	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;
}

@media screen and (max-width: 991px), print {
	.tp-Topics-ams_labo .tp-Topics_News {
		max-width: none;
	}
}

.tp-Topics-lib .tp-Topics_News {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 59.167%;
	    -ms-flex: 0 0 59.167%;
	        flex: 0 0 59.167%;
	max-width: 59.167%;
	width: 100%;
	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;
}

@media screen and (max-width: 991px), print {
	.tp-Topics-lib .tp-Topics_News {
		max-width: none;
	}
}

.tp-Topics_Event {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 59.167%;
	    -ms-flex: 0 0 59.167%;
	        flex: 0 0 59.167%;
	max-width: 59.167%;
	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-align-content: flex-start;
	    -ms-flex-line-pack: start;
	        align-content: flex-start;
}

@media screen and (max-width: 991px), print {
	.tp-Topics_Event {
		max-width: none;
	}
}

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

.tp-Topics_Open, .tp-Topics_Inquiry {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 37.5%;
	    -ms-flex: 0 0 37.5%;
	        flex: 0 0 37.5%;
	max-width: 37.5%;
	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;
}

@media screen and (max-width: 991px), print {
	.tp-Topics_Open, .tp-Topics_Inquiry {
		max-width: none;
	}
}

@media screen and (max-width: 991px), print {
	.tp-Topics_Open {
		margin-bottom: 2rem;
	}
}

.tp-Topics_Title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.tp-Topics_Title:before {
	display: none;
}

.tp-Topics_Title_Inner {
	display: block;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.tp-Topics_Title_Inner {
		padding-right: 10px;
	}
}

.tp-Topics_Title_Inner::first-letter {
	font-size: 2.57143rem;
}

@media screen and (max-width: 767px) {
	.tp-Topics_Title_Inner::first-letter {
		font-size: 1.84615rem;
	}
}

.tp-Topics_Title:after {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	content: '';
	display: block;
	min-width: 40px;
	height: 1px;
	margin-top: 10px;
	background: #111;
}

.tp-Topics_More {
	text-align: right;
}

.tp-Topics_More > a {
	position: relative;
	display: inline-block;
	min-width: 130px;
	color: #111;
	font-size: 0.92857rem;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 0.25rem;
}

.tp-Topics_More > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #111;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

@media (pointer: fine) {
	.tp-Topics_More > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: fine) and (max-width: 767px) {
	.tp-Topics_More > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (-ms-high-contrast: none) {
	.tp-Topics_More > a:hover::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.tp-Topics_More > a:hover::after {
		-webkit-animation: none;
		        animation: none;
	}
}

@media (pointer: coarse) {
	.tp-Topics_More > a:active::after {
		-webkit-animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		        animation: linkBar 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		background-color: #cd255d;
	}
}

@media screen and (pointer: coarse) and (max-width: 767px) {
	.tp-Topics_More > a:active::after {
		-webkit-animation: none;
		        animation: none;
	}
}

.tp-Topics_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: "";
	display: inline-block;
	font-size: 24px;
	width: 24px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 9px;
	margin-top: -5px;
}

@media (pointer: fine) {
	.tp-Topics_More > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tp-Topics_More > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.tp-Topics_More > a:active {
		color: #cd255d;
	}
}

.tp-TopicsNews {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	margin-bottom: 1.5rem;
}

.tp-TopicsNews_Item {
	margin-bottom: 1.5rem;
}

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

.tp-TopicsNews_Data {
	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;
	line-height: 1.2375;
	margin-bottom: 0.5rem;
}

.tp-TopicsNews_Time {
	margin-right: 15px;
}

.tp-TopicsNews_Category {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 130px;
	    -ms-flex: 0 0 130px;
	        flex: 0 0 130px;
	font-size: 0.85714rem;
	font-weight: 500;
	color: #fff;
	padding: 0.25rem 5px;
	text-align: center;
	background: #cd255d;
}

.tp-TopicsNews_Title {
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.57;
	background: none;
}

.tp-TopicsNews_Title:before {
	display: none;
}

.tp-TopicsNews_Title > a {
	color: #111;
	text-decoration: none;
}

@media (pointer: fine) {
	.tp-TopicsNews_Title > a:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tp-TopicsNews_Title > a:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.tp-TopicsNews_Title > a:active {
		color: #cd255d;
	}
}

.tp-TopicsEvents {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	        align-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px 1.5rem;
}

@media screen and (max-width: 575px) {
	.tp-TopicsEvents {
		display: block;
		width: 100%;
		margin: 0 0 1.5rem;
	}
}

.tp-TopicsEvents_Item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-top: 1.5rem;
	padding: 0 10px;
}

.tp-TopicsEvents_Item:nth-child(1), .tp-TopicsEvents_Item:nth-child(2) {
	margin-top: 0;
}

@media screen and (max-width: 575px) {
	.tp-TopicsEvents_Item {
		max-width: none;
		padding: 0;
		margin: 0 0 1.5rem;
	}
	.tp-TopicsEvents_Item:last-child {
		margin-bottom: 0;
	}
}

.tp-TopicsEvents_Link {
	-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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	color: #111;
	text-decoration: none;
}

@media (pointer: fine) {
	.tp-TopicsEvents_Link:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.tp-TopicsEvents_Link:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.tp-TopicsEvents_Link:active {
		color: #cd255d;
	}
}

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

.tp-TopicsEvents_Link::after {
	content: none;
}

.tp-TopicsEvents_NotLink {
	-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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	color: #111;
	text-decoration: none;
}

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

.tp-TopicsEvents_Header {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	        align-content: flex-start;
	margin-bottom: 1rem;
}

.tp-TopicsEvents_Thumb {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40.58%;
	    -ms-flex: 0 0 40.58%;
	        flex: 0 0 40.58%;
	max-width: 140px;
	margin: 0;
	overflow: hidden;
}

.tp-TopicsEvents_Thumb > img {
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (pointer: fine) {
	.tp-TopicsEvents_Link:hover .tp-TopicsEvents_Thumb > img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media (-ms-high-contrast: none) {
	.tp-TopicsEvents_Link:hover .tp-TopicsEvents_Thumb > img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

@media (pointer: coarse) {
	.tp-TopicsEvents_Link:active .tp-TopicsEvents_Thumb > img {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

.tp-TopicsEvents_Title {
	margin: 0;
	padding: 0.25rem 0 0 15px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.57;
	background: none;
	border: 0;
}

.tp-TopicsEvents_Title:before {
	display: none;
}

.sw-Blank .tp-TopicsEvents_Title {
	position: relative;
	padding-right: 22px;
}

.sw-Blank .tp-TopicsEvents_Title: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;
	position: absolute;
	margin: 4.899px 0 0 5px;
	margin: 0.35rem 0 0 5px;
	line-height: 10px;
	height: 10px;
	font-size: 12px;
	overflow: hidden;
	color: #cd255d;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

.sw-Pdf .tp-TopicsEvents_Title {
	position: relative;
	padding-right: 25px;
}

.sw-Pdf .tp-TopicsEvents_Title: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;
	position: absolute;
	margin: 4.2px 0 0 5px;
	margin: 0.3rem 0 0 5px;
	line-height: 16px;
	font-size: 16px;
	width: 12px;
	height: 16px;
	overflow: hidden;
	color: #af2715;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

@media screen and (max-width: 767px) {
	.sw-Pdf .tp-TopicsEvents_Title:after {
		font-size: 16px;
	}
}

.sw-Doc .tp-TopicsEvents_Title {
	position: relative;
	padding-right: 25px;
}

.sw-Doc .tp-TopicsEvents_Title: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;
	position: absolute;
	margin: 4.2px 0 0 5px;
	margin: 0.3rem 0 0 5px;
	line-height: 16px;
	font-size: 16px;
	width: 12px;
	height: 16px;
	overflow: hidden;
	color: #0081ce;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

@media screen and (max-width: 767px) {
	.sw-Doc .tp-TopicsEvents_Title:after {
		font-size: 16px;
	}
}

.sw-Xls .tp-TopicsEvents_Title {
	position: relative;
	padding-right: 25px;
}

.sw-Xls .tp-TopicsEvents_Title: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;
	position: absolute;
	margin: 4.2px 0 0 5px;
	margin: 0.3rem 0 0 5px;
	line-height: 16px;
	font-size: 16px;
	width: 12px;
	height: 16px;
	overflow: hidden;
	color: #3aa22b;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

@media screen and (max-width: 767px) {
	.sw-Xls .tp-TopicsEvents_Title:after {
		font-size: 16px;
	}
}

.tp-TopicsEvents_Date {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: center;
	font-weight: 500;
	line-height: 1.57;
	padding: 0.25rem 10px;
	background: #e8e8e8;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	text-shadow: none;
}

.fancybox-skin-search {
	background: transparent;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin-search {
	box-shadow: 0 0 0 transparent;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: auto;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	background: #cd255d url("../img/common/loading_white.gif") no-repeat center center/46px 46px;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: #cd255d;
	border-radius: 18px;
}

@media screen and (max-width: 767px) {
	.fancybox-close {
		top: -15px;
		right: -15px;
		width: 30px;
		height: 30px;
	}
}

.fancybox-close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	border-radius: 18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	background: #cd255d;
}

.fancybox-prev span {
	left: 10px;
}

.fancybox-prev span: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: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	        transform: translate(-50%, -50%) rotate(-180deg);
	color: #fff;
}

.fancybox-next span {
	right: 10px;
}

.fancybox-next span: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: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 600;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 1.5rem;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #cd255d;
}

/*Retina graphics!*/
/* Slider */
.slick-slider {
	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 0 1px;
}

.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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

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

.slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 1px;
	overflow: hidden;
	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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

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

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	overflow: hidden;
}

.slick-prev {
	color: #111;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

@media (pointer: fine) {
	.slick-prev:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.slick-prev:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.slick-prev:active {
		color: #cd255d;
	}
}

.slick-prev::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: "";
	display: block;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.slick-next {
	color: #111;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

@media (pointer: fine) {
	.slick-next:hover {
		color: #cd255d;
	}
}

@media (-ms-high-contrast: none) {
	.slick-next:hover {
		color: #cd255d;
	}
}

@media (pointer: coarse) {
	.slick-next:active {
		color: #cd255d;
	}
}

.slick-next::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: "";
	display: block;
}

.slick-dots {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
}

.slick-dots > li {
	margin: 0;
	padding: 0 4px;
}

.slick-dots > li::before {
	content: none;
}

.slick-dots > li > button {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: 10px;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
	background: #ccc;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.slick-dots > li.slick-active > button {
	background-color: #cd255d;
}

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

.sw-Swipe_Contents {
	overflow: auto;
}

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

.sw-Swipe_Contents > * caption {
	display: none;
}

.sw-Swipe_Icon {
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

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

.sw-Swipe_Icon: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: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: rgba(205, 37, 93, .8);
	color: #fff;
	font-size: 42px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(225, 225, 225, .8);
}

.st-Main-ec_economics .sw-Swipe_Icon:before {
	background: rgba(127, 178, 208, .8);
}

.st-Main-bizadmin_manegement .sw-Swipe_Icon:before {
	background: rgba(151, 179, 168, .8);
}

.st-Main-bizadmin_commerce .sw-Swipe_Icon:before {
	background: rgba(249, 203, 127, .8);
}

.st-Main-public_affairs .sw-Swipe_Icon:before {
	background: rgba(230, 146, 174, .8);
}

.sw-Swipe_Icon-top:before {
	top: 10%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.sw-Swipe_Caption {
	font-weight: 600;
	color: #cd255d;
	font-size: 1.14286rem;
	text-align: left;
	margin-bottom: 1rem;
}

.st-Main-ec_economics .sw-Swipe_Caption {
	color: #0066a2;
}

.st-Main-bizadmin_manegement .sw-Swipe_Caption {
	color: #306751;
}

.st-Main-bizadmin_commerce .sw-Swipe_Caption {
	color: #f39800;
}

.st-Main-public_affairs .sw-Swipe_Caption {
	color: #cd255d;
}
