<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =======================================

	CommonElements

======================================= */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&amp;display=swap);
@import url(/css/fonts/fonts.css);

html {
	height: 100%;
}
body {
	height: 100%;
	position: relative;
	font-size: 16px;
	background: #ffffff;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック",sans-serif;
	font-feature-settings: "palt";
}
@media all and (-ms-high-contrast: none) {
	body {
		letter-spacing: 0.05em;
		font-feature-settings: normal;
	}
}
a {text-decoration: none;color: #492d65;}
h1 {font-size: 1.750em;line-height: 1.4;}
h2 {font-size: 1.375em;line-height: 1.4;}
h3 {font-size: 1.250em;line-height: 1.4;}
h4 {font-size: 1.15em;line-height: 1.4;}
h5 {font-size: 1.02em;line-height: 1.4;}
h6 {font-size: 0.95em;line-height: 1.4;}
p {
	line-height: 2.2;
	text-align: justify;
	text-justify: inter-ideograph;
}
li,th,td,dt,dd {
	line-height: 1.6;
}
small {font-size: 0.75em;}
.sup {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.5em;
}
span.date {
	color: #8a8a8a;
	font-size: 0.875em;
	font-family: "Roboto Condensed";
}
.attention {
	color: #dc0000;
	font-size: 0.9em;
}
#container {
	width: 100%;
	padding: 180px 0 0;
	overflow: hidden;
}
.contWrap {width: 100%;}
.contBaseWrap {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.contBaseWrap.baseShort {
	width: 980px;
}
/* --Objects-- */
br.sp {
	display: none;
}
.btnList li {
	margin: 0 0 10px;
	padding: 0;
	text-indent: 0;
}
.btnList li:before {
	display: none;
}
.btnList li .btn {
	width: 100%;
	margin: 0;
	text-align: left;
}
.btn,
.secDetail a.btn {
	padding: 0.8em 2em 0.8em 1em;
	display: inline-block;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	background: #492d65;
	vertical-align: bottom;
	border: 1px solid transparent;
	transition: all 0.3s ease;
	position: relative;
}
.btn:before {
	font-family: 'komazawa';
	content: "\e90a";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.btn[target="_blank"]:before {
	content: "\e937";
}
.btn.ddl {
	position: relative;
	padding: 1em 20px 1em 55px!important;
	border: 1px solid #492d65;
	background: #fff;
	color: #000;
	font-size: 1.125em;
}
.btn[target="_blank"].ddl:before,
.btn.ddl:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	display: block;
	margin: auto;
	width: 22px;
	height: 22px;
	color: #492d65;
	content: "\e907";
	font-size: 23px;
}
.btn.back {
	color: #727171;
	background: #ffffff;
	border: 1px solid #727171;
}
.btn.back:before {
	content: "\e900";
}
.btn.pdf {
	padding: 1em 20px 1em 55px!important;
	color: #000000;
	font-size: 1.125em;
	background: #ffffff url('/img/common/icon_pdf.png') 20px center no-repeat;
	border: 1px solid #492d65;
}
.btn.pdf:before {
	display: none;
}
.btn.disabled,
.btn.disabled:hover,
.btn.disagree {
	color: #ffffff;
	background: #727171;
	border: 1px solid #727171;
}
.btnArea a.btn {
	margin-right: 10px;
}
.btnArea a.btn:last-of-type {
	margin-right: 0;
}
/*	:Hover	*/
@media only screen and (min-width: 768px) {
	.btn:hover,
	.secDetail a.btn:hover {
		color: #492d65;
		background: transparent;
		border: 1px solid #492d65;
	}
	.btn.disagree:hover {
		color: #727171;
		background: transparent;
		border: 1px solid #727171;
	}
	.btn.pdf:hover {
		background: #ffffff url('/img/common/icon_pdf.png') 20px center no-repeat;
	}
}
a.icon-arrow,
a.icon-mail,
a.icon-blank,
.tel {
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
	color: #007ae1;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	vertical-align: middle;
	transition: all 0.3s ease;
}
a.icon-arrow:before,
a.icon-mail:before,
a.icon-blank:before ,
.tel:before{
	color: #007ae1;
	vertical-align: middle;
	font-family: 'komazawa';
	content: "\e90a";
}
a.icon-arrow:before {
	margin: 0 0 0 0;
	content: "\e90a";
}
a.icon-mail:before {
	margin: 0 7px 0 0;
	content: "\e916";
}
a.icon-blank:before {
	margin: 0 7px 0 0;
	content: "\e937";
}
.tel,
.tel a {
	color: #492d65;
	overflow: initial;
}
.tel:before {
	margin: 0 7px 0 0;
	color: #492d65;
	content: "\e91c";
}
@media only screen and (min-width: 768px) {
	body.pcView a.icon-arrow:hover,
	body.pcView a.icon-mail:hover,
	body.pcView a.icon-blank:hover {
		opacity: 0.6;
	}
}
/*file link*/
.file-pdf,
.file-excel,
.file-word,
.file-other {
	margin: 0 10px 20px 0;
	padding: 1em 10px 1em 50px;
	display: inline-block;
	line-height: 1.2;
	text-decoration: none!important;
	overflow: hidden;
	vertical-align: bottom;
	border: 1px #e2e2e2 solid;
	transition: all 0.3s ease;
}
.file-pdf {
	background: #ffffff url(/img/common/icon/icon_pdf.png) no-repeat 10px center;
}
.file-excel {
	background: #ffffff url(/img/common/icon/icon_excel.png) no-repeat 10px center;
}
.file-word {
	background: #ffffff url(/img/common/icon/icon_word.png) no-repeat 10px center;
}
.file-other {
	background: #ffffff url(/img/common/icon/icon_blank.png) no-repeat 10px center;
}
@media only screen and (min-width: 768px) {
	body.pcView .file-pdf:hover,
	body.pcView .file-excel:hover,
	body.pcView .file-word:hover,
	body.pcView .file-other:hover {
		background-color: #edf6fd;
	}
}
table .file-pdf,
table .file-excel,
table .file-word,
table .file-other {
	margin: 0;
}
a.btn-download {
	margin: 0 10px 20px 0;
	padding: 1em 15px;
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
	border: 1px solid #e2e2e2;
	transition: all 0.3s ease;
}
a.btn-download:before {
	margin: 0 7px 0 0;
	color: #f7af0e;
	vertical-align: middle;
	font-family: 'komazawa';
	content: "\e910";
}
body.pcView a.btn-download:hover {
	background: #edf6fd;
}
/* SNS
-----------------------------------------*/
.snsList li span {
	display: none;
}
.snsList li a:before {
	font-family: 'komazawa';
}
.snsList li.navTwitter a:before {content: "\e924"; color: #000000;}
.snsList li.navFacebook a:before {content: "\e922"; color: #1877f2;}
.snsList li.navYoutube a:before {content: "\e925"; color: #e70a03;}
.snsList li.navLine a:before {content: "\e923"; color: #33af36;}
@media only screen and (max-width: 1180px) {
	.contBaseWrap {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
	#container {
		width: 980px;
		overflow-x: scroll;
	}
	.contWrap,
	.contBaseWrap {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 768px) {
	p {
		line-height: 1.8;
	}
	h1 {font-size: 1.5em;}
	h2 {font-size: 1.2em;}
	h3 {font-size: 1.1em;}
	h4 {font-size: 1.063em;}
	#container {
		width: auto;
		/* padding: 68px 0 0!important; */
	}
	.contWrap {width: 100%;}
	.contBaseWrap,
	.contBaseWrap.baseShort,
	.contBaseWrap.base_more_short {
		width: 88%;
		margin-left: 6%;
		margin-right: 6%;
	}
	/* --Objects-- */
	.btnArea a.btn {
		margin: 0 0 10px;
	}
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}

/*-----------------------------------------
	siteSearch
-----------------------------------------*/
.siteSearch #___gcse_0 {
	text-align: left;
}
.siteSearch .gsc-input {
	width: 100%;
	background: #fff;
}
.siteSearch .gsc-search-box {
	margin: 0 auto;
}
.siteSearch .gsib_a {
	width: 100%;
	height: 55px;
	position: relative;
	background: #ffffff;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
.siteSearch .gsc-input-box {
	border: none;
}
.siteSearch input.gsc-input {
	height: auto;
	padding: 0 10px !important;
	display: block;
	color: #222;
	text-indent: 5px!important;
	font-size: 16px !important;
	background: transparent !important;
	border: 0;
}
.siteSearch td.gsc-search-button {
	position: relative;
	background: #492d65;
}
.siteSearch td.gsc-search-button:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 0 0 55px 55px;
	border-color: transparent transparent rgba(19,168,255,0.1) transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.siteSearch td.gsc-search-button:after {
	content: "";
	width: 0;
	height: 0;
	margin: 0;
	display: block;
	border-style: solid;
	border-width: 55px 0 0 55px;
	border-color: transparent transparent transparent rgba(181,112,255,0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.siteSearch .cse .gsc-search-button-v2,
.siteSearch .gsc-search-button-v2 {
	height: 55px !important;
	width: 55px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	cursor: pointer;
	border-radius: 0 !important;
	border: none !important;
	background: transparent !important;
	position: relative;
	z-index: 3;
}
.siteSearch .cse .gsc-search-button-v2 svg,
.siteSearch .gsc-search-button-v2 svg {
	display: none;
}
.siteSearch .cse .gsc-search-button-v2:before,
.siteSearch .gsc-search-button-v2:before {
	font-family: 'komazawa';
	content: "\e91e";
	padding: 13px 0 10px;
	display: block;
	color: #ffffff;
	font-size: 28px;
}
_:-ms-lang(x)::-ms-backdrop, .siteSearch .gsc-search-button-v2:before {
	padding: 4px 0 10px;
}
.siteSearch .gsc-search-box input::placeholder {
	color: transparent;
}
.siteSearch .gsc-search-box input:-ms-input-placeholder {
	color: transparent !important;
}
.siteSearch .gsc-search-box input::-ms-input-placeholder {
	color: transparent;
}

/*-----------------------------------------
	topInfo
-----------------------------------------*/
.topInfo {
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
}
.topInfo dl {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #DC0000;
}
.topInfo dt {
	width: 30%;
	padding: 20px 30px;
	color: #FFF;
	font-size: 1.125em;
	text-align: center;
}
.topInfo dt span {
	padding: 0 0 0 35px;
	position: relative;
}
.topInfo dt span:before {
	content: "\e900";
	font-family: 'komazawa';
	font-size: 1.4em;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.topInfo dd {
	width: 70%;
	padding: 15px 30px;
	text-align: left;
	background: #F7EB84;
}
.topInfo dd li {
	margin: 10px 0;
}
.topInfo dd li a {
	color: #000000;
	font-size: 1.125em;
	transition: all 0.3s ease;
}
/*	:hover	*/
@media only screen and (min-width: 768px) {
	.topInfo dd li a:hover {
		opacity: 0.6;
	}
}
@media only screen and (max-width: 769px) {
	.topInfo dl {
		display: block;
	}
	.topInfo dt {
		padding: 5px;
		width: 100%;
		font-size: 0.8em;
	}
	.topInfo dd {
		width: 100%;
		padding: 5px 3%;
	}
	.topInfo dd li {
		margin: 5px 0;
	}
	.topInfo dd li a {
		font-size: 0.8em;
    	line-height: 1.3;
    	display: block;
	}
}

/*-----------------------------------------
	header
-----------------------------------------*/
header {
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 0;
	z-index: 100;
	transition: all 0.3s ease;
}
header &gt; div {
	width: 100%;
	height: 180px;
	position: relative;
	transition: all 0.3s ease;
}
header a {color: #000000;}
header h1,
header #logoField {
	margin: 0 0 0 40px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	z-index: 999;
	transition: all 0.1s ease-in;
}
header h1 img,
header #logoField img {
	width: 100%;
	display: block;
}
header #mddNav {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
/* 	globalNav
-----------------------------------------*/
header #globalNav {
	height: 80px;
	vertical-align: middle;
}
header #globalNav li {
	display: inline-block;
	vertical-align: middle;
}
header #globalNav li:after {
	content: "/";
	margin-top: -0.5em;
	display: inline-block;
	font-size: 12px;
	color: #e2e2e2;
	vertical-align: middle;
}
header #globalNav li:nth-last-of-type(-n+2):after {
	display: none;
}
header #globalNav &gt; li &gt; a {
	height: 80px;
	padding: 0 1em;
	display: inline-block;
	line-height: 80px;
	font-size: 1.125em;
	position: relative;
}
header #globalNav &gt; li &gt; a:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #4a2d65;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 11;
	transition: all 0.3s ease;
}
header #globalNav li.navHome {
	display: none;
}
header #globalNav li.navSearch {
	background: #492d65;
	position: relative;
}
header #globalNav li.navSearch:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent rgba(19,168,255,0.1) transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
header #globalNav li.navSearch:after {
	content: "";
	width: 0;
	height: 0;
	margin: 0;
	display: block;
	border-style: solid;
	border-width: 80px 0 0 80px;
	border-color: transparent transparent transparent rgba(181,112,255,0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
header #globalNav li.navSearch a {
	width: 80px;
	height: 80px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	font-family: "Roboto Condensed";
	position: relative;
	z-index: 3;
}
header #globalNav li.navSearch a:before {
	font-family: 'komazawa';
	content: "\e91e";
	padding: 15px 0 10px;
	display: block;
	font-size: 34px;
	transition: all 0.3s ease;
}
header #globalNav li.navSearch.show a:before {
	content: "\e929";
}
header .siteSearch {
	width: 100%;
	height: auto!important;
	padding: 50px 30%;
	text-align: center;
	background: rgba(73,45,101,0.95);
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 180px;
	left: 0;
	transition: all 0.3s ease;
}
header .siteSearch.show {
	display: block;
	opacity: 1;
	visibility: visible;
}
header .siteSearch .searchTtl {
	padding: 0 0 15px;
	display: block;
	color: #ffffff;
	font-size: 34px;
	line-height: 1;
	font-family: "Roboto Condensed";
}
header .siteSearch .searchTtl span {
	padding: 5px 0 0;
	display: block;
	font-size: 14px;
}
header .siteSearch .gsib_a {
	border: none;
}
header .siteSearch td.gsc-search-button {
	background: #ffffff;
}
header .siteSearch td.gsc-search-button:before,
header .siteSearch td.gsc-search-button:after {display: none;}
header .siteSearch .cse .gsc-search-button-v2:before,
header .siteSearch .gsc-search-button-v2:before {
	color: #492d65;
}
/* 	visitorNav
-----------------------------------------*/
header #visitorNav {
	height: 40px;
	padding: 0 20px 0 5px;
	display: inline-block;
	background: #492d65;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	transition: all 0.3s ease;
}
header #visitorNav li {
	padding: 0 0 0 15px;
	display: inline-block;
}
header #visitorNav li a {
	color: #ffffff;
	line-height: 40px;
	font-size: 0.875em;
}
header #visitorNav li a:before {
	font-family: 'komazawa';
	content: "\e90a";
}
/* 	subNav
-----------------------------------------*/
header #subNav {
	padding: 0 20px 0 0;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 3;
	transition: all 0.3s ease;
}
header #subNav li {
	padding: 0 0 0 2em;
	display: inline-block;
	white-space: nowrap;
}
header #subNav li a {
	line-height: 60px;
}
header #subNav li a:before {
	padding: 0 0.3em 0 0;
	font-family: 'komazawa';
	color: #492d65;
}
header #subNav li.navAccess a:before {content: "\e917";}
header #subNav li.navContact a:before {content: "\e919";}
header #subNav li.navBokin a:before {content: "\e902";}
header #subNav li.navCatalog a:before {content: "\e904";}
header #subNav li.navLanguage {
	margin: 0 0 0 2em;
	padding: 0 0 0 1.3em;
	position: relative;
}
header #subNav li.navLanguage:before {
	font-family: 'komazawa';
	color: #492d65;
	content: "\e913";
	position: absolute;
	top: 0;
	left: 0;
}
header #subNav li.navLanguage select{
	outline:none;
	text-indent: 0.01px;
	text-overflow: '';
	color: inherit;
	font-size: inherit;
	vertical-align: middle;
	border-color: transparent;
	background: none transparent;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	position: relative;
	top: -0.1em;
}
header #subNav li.navLanguage select option{
	background-color: #ffffff;
}
header #subNav li.navLanguage select::-ms-expand {
	display: none;
}
header #subNav li.navLanguage select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}
/* 	mddNav
-----------------------------------------*/
header #mddNav {z-index: 100;}
header #mddNav &gt; ul &gt; li.mddActive &gt; a:after,
header #mddNav &gt; ul &gt; li.mddCurrent &gt; a:after {
	width: 100%;
}
header #mddNav &gt; ul &gt; li.nav_btn &gt; a {border-bottom: none;}
header #mddNav .mddWrap {
	width: 100%;
	display: none;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	background: rgba(73,45,101,0.95);
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 10;
}
header #mddNav .mddWrap .mddInner {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
}
header #mddNav .mddWrap a {color: #ffffff;}
header #mddNav .mddWrap .title_field {margin: 0 0 30px;}
header #mddNav .mddWrap .title_field .content_title {
	padding: 0 0.5em 0 0;
	font-size: 1.5em;
}
header #mddNav .mddWrap .title_field .content_title:before {
	font-family: 'komazawa';
	content: "\e90a";
}
header #mddNav .mddWrap .title_field .content_catch {
	font-size: 0.875em;
	font-family: 'Roboto Condensed';
}
header #mddNav .mddWrap nav {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
}
header #mddNav .mddWrap nav &gt; div {
	width: 23.5%;
	margin: 0 2% 0 0;
}
header #mddNav .mddWrap nav &gt; div:last-child {
	margin: 0 0 0 0;
}
header #mddNav .mddWrap nav &gt; div a {
	height: auto;
	padding: 0;
	display: block;
	line-height: 1;
}
header #mddNav .mddWrap nav &gt; div li:after {
	display: none;
}
header #mddNav .mddWrap nav .large_nav {
	width: 35%;
	background: #ffffff;
}
header #mddNav .mddWrap nav .large_nav figure,
header #mddNav .mddWrap nav .large_nav figure img {
	width: 100%;
	background: #ffffff;
}
header #mddNav .mddWrap nav &gt; div.large_nav .page_title {
	width: 100%;
	padding: 1.6em 1em 1.4em 1em;
	display: block;
	position: relative;
	color: #000000;
	font-size: 1em;
	background: #ffffff;
}
header #mddNav .mddWrap nav &gt; div.large_nav a .page_title:before {
	font-family: 'komazawa';
	content: "\e90a";
	color: #492d65;
}
header #mddNav &gt; ul &gt; li nav &gt; div.large_nav ul {
	padding: 0 1em 1em 1em;
	background: #ffffff;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
header #mddNav &gt; ul &gt; li nav &gt; div.large_nav ul li {
	width: 49%;
	margin: 0 2% 0.5em 0;
	word-wrap: break-word;
}
header #mddNav &gt; ul &gt; li nav &gt; div.large_nav ul li:nth-of-type(2n) {
	margin: 0 0 0.5em 0;
}
header #mddNav &gt; ul &gt; li nav &gt; div.large_nav ul li a {
	padding: 0 0 0 0.8em;
	position: relative;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.4;
}
header #mddNav &gt; ul &gt; li nav &gt; div.large_nav ul li a:before {
	content: "";
	width: 5px;
	height: 1px;
	display: block;
	background: #c2c2c3;
	position: absolute;
	top: 0.7em;
	left: 0;
}
header #mddNav .mddWrap nav &gt; div.subNav ul {
	width: 100%;
	display: block;
}
header #mddNav .mddWrap nav &gt; div.subNav ul li {
	width: 100%;
	display: block;
	border-bottom: rgba(256,256,256,0.15) 1px solid;
}
header #mddNav .mddWrap nav &gt; div.subNav ul li:first-of-type {
	border-top: rgba(256,256,256,0.15) 1px solid;
}
header #mddNav .mddWrap nav &gt; div.subNav ul li a {
	width: 100%;
	padding: 1.3em 0 1.3em 1.3em;
	position: relative;
	font-size: 0.85em;
}
header #mddNav .mddWrap nav &gt; div.subNav ul li a:before {
	font-family: 'komazawa';
	content: "\e90a";
	color: #ffffff;
	position: absolute;
	top: 1.37em;
	left: 0;
}
header #mddNav .mddWrap nav &gt; div.clm_2x {
	width: 49%;
}
header #mddNav .mddWrap nav &gt; div.clm_2x ul li {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
}
header #mddNav .mddWrap nav &gt; div.clm_2x ul li:nth-of-type(2) {
	border-top: rgba(256,256,256,0.15) 1px solid;
}
header #mddNav .mddWrap nav &gt; div.clm_2x ul li:nth-of-type(2n) {
	margin: 0;
}
/* 	minHead
-----------------------------------------*/
@keyframes slideUp {
	0% {
		transform: translateY(0);
	}
	100% {
		height: 0;
		transform: translateY(-100%);
	}
}
@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
.topInfo {
	animation: slideDown 0.3s ease forwards;
}
.minHead .topInfo {
	animation: slideUp 0.3s ease forwards;
}
_:-ms-fullscreen, :root .minHead .topInfo {
	height: 0;
}
/*	:hover	*/
@media only screen and (min-width: 768px) {
	header #globalNav &gt; li &gt; a,
	header #mddNav .mddWrap nav .large_nav &gt; a figure img,
	header #mddNav .mddWrap nav .large_nav &gt; a .page_title,
	header #mddNav &gt; ul &gt; li nav &gt; div.large_nav ul li a:before {
		transition: all 0.3s ease;
	}
	body.pcView header #globalNav &gt; li &gt; a:hover {
		color: #492d65;
	}
	body.pcView header #globalNav &gt; li &gt; a:hover:after {
		width: 100%;
	}
	body.pcView header #globalNav li.navSearch a:hover {
		color: rgba(255,255,255,0.6);
	}
	body.pcView header #mddNav .mddWrap nav .large_nav &gt; a:hover {
		opacity: 1!important;
	}
	body.pcView header #mddNav .mddWrap nav .large_nav &gt; a:hover .page_title {
		color: #492d65;
	}
	body.pcView header #mddNav .mddWrap nav .large_nav &gt; a:hover figure img {
		opacity: 0.6;
	}
	body.pcView header #mddNav &gt; ul &gt; li nav &gt; div.large_nav ul li a:hover {
		opacity: 1!important;
		color: #492d65;
	}
	body.pcView header #mddNav &gt; ul &gt; li nav &gt; div.large_nav ul li a:hover:before {
		background: #000000;
	}
}
@media only screen and (min-width: 769px) {
	/* 	minHead
	-----------------------------------------*/
	.minHead header,
	.minHead header &gt; div {
		height: 80px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
	}
	.minHead header h1,
	.minHead header #logoField {
		width: 200px;
	}
	.minHead header #visitorNav,
	.minHead header #subNav {
		top: -40px;
	}
	.minHead header .siteSearch {
		top: 80px !important;
	}
	.minHead #globalHeader {
		height: 80px !important;
	}
}
@media only screen and (max-width: 1350px) {
	header h1,
	header #logoField {
		width: 200px;
		margin: 0 0 0 20px;
	}
	header #globalNav li a {
		height: 80px;
		padding: 0 0.3em;
		display: inline-block;
		line-height: 80px;
		font-size: 1em;
	}
	header #visitorNav li a {
		font-size: 0.75em;
	}
	header #subNav li {
		padding: 0 0 0 1em;
	}
}
@media only screen and (max-width: 1100px) {
	.minHead header #globalNav li a {
		font-size: 0.85em;
	}
}
@media only screen and (max-width: 980px) {
	header {
		width: 980px;
	}
}
header #spAccess,
header #spSearch,
header #spMenu {display: none;}
@media only screen and (max-width: 768px) {
	header {
		width: 100%;
		/* height: 68px; */
		display: block;
	}
	header &gt; div {
		height: 68px;
	}
	header h1,
	header #logoField {
		margin: 0 0 0 4vw;
		width: 40%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
		top: 50%;
	}
	header #spAccess,
	header #spSearch {
		width: 44px;
		height: 44px;
		display: block;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
		top: 50%;
	}
	header #spAccess {
		right: calc(2vw + 92px);
	}
	header #spSearch {
		right: calc(2vw + 46px);
	}
	header #spAccess a:before,
	header #spSearch a:before {
		width: 100%;
		display: block;
		text-align: center;
		font-family: 'komazawa';
		font-size: 28px;
		transition: all 0.3s ease;
	}
	header #spAccess a:before {
		content: "\e917";
	}
	header #spSearch a:before {
		content: "\e91e";
	}
	header #spSearch.show a:before {
		content: "\e929";
	}
	header #spSearch.show a,
	header #spSearch.show a:before {
		color: #492d65;
	}
	header #spAccess a,
	header #spSearch a {
		display: block;
	}
	header #spAccess small,
	header #spSearch small,
	header #spMenu small {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 10px;
		font-family: "Roboto Condensed";
		letter-spacing: 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	header #spMenu {
		width: 44px;
		height: 44px;
		display: block;
		position: absolute;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
		top: 50%;
		right: 2vw;
	}
	header #spMenu .switchBtn {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
	}
	header #spMenu .switchBtn span {
		width: 66%;
		height: 3px;
		background-color: #000000;
		border-radius: 2px;
		position: absolute;
		left: 17%;
		transition: all 0.2s ease;
	}
	header.smaller #spMenu .switchBtn span {
		background-color: #000000;
	}
	header #spMenu .switchBtn,
	.switchBtn span {
		display: inline-block;
		box-sizing: border-box;
		transition: all 0.2s ease;
	}
	header #spMenu .switchBtn span:nth-of-type(1) {
		top:2px;
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	header #spMenu .switchBtn span:nth-of-type(2) {
		top:12px;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	header #spMenu .switchBtn span:nth-of-type(3) {
		top:22px;
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	header #spMenu .switchBtn.btnClose span {
		width: 54%;
		left: 21%;
		background-color: #492d65;
	}
	header #spMenu .switchBtn.btnClose span:nth-of-type(1) {
		top: -7px !important;
		transform: translateY(20px) rotate(-45deg);
		-webkit-transform: translateY(20px) rotate(-45deg);
	}
	header #spMenu .switchBtn.btnClose span:nth-of-type(2) {
		opacity: 0;
	}
	header #spMenu .switchBtn.btnClose span:nth-of-type(3) {
		top:13px;
		transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);
	}
	header #spMenu .switchBtn.btnClose small {
		color: #492d65;
	}
	header #headerNav {
		width: 100%;
		max-height: calc(100vh - 68px);
		overflow-y: scroll;
		background: rgba(73,45,101,0.95);
		display: none;
		position: relative;
		top: 68px;
		z-index: 1000;
	}
	header #mddNav {
		position: relative;
		text-align: left;
	}
	/* 	minHead
	-----------------------------------------*/
	.minHead .header {
		height: 68px !important;
	}
	/* 	globalNav
	-----------------------------------------*/
	header #globalNav {height: auto;}
	header #globalNav li {
		display: block;
	}
	header #globalNav li:after {display: none;}
	header #globalNav li:nth-last-of-type(-n+2):after {
		display: none;
	}
	header #globalNav &gt; li {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	header #globalNav &gt; li &gt; a {
		height: auto;
		padding: 1.2em 6%;
		display: block;
		line-height: 1;
		color: #ffffff;
		font-size: 0.9em;
	}
	header #globalNav &gt; li &gt; a:after {display: none;}
	header #globalNav li.navHome {
		padding: 0 3% 0 0;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
	}
	header #globalNav li.navHome a {
		width: 65%;
		display: block;
		padding-right: 0;
	}
	header #globalNav li.navHome select {
		width: auto;
		margin: 0;
		padding: 0.5em 1em;
		display: block;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		font-family: "Roboto Condensed";
		background: transparent;
		border-radius: 0;
		border: 1px solid #ffffff;
		outline:none;
		text-indent: 0.01px;
		text-overflow: '';
		vertical-align: middle;
		background: none transparent;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		position: relative;
		top: -0.1em;
		transform: scale(0.8,0.8);
	}
	header #globalNav li.navHome select option {
		color: #000;
	}
	header #globalNav li.navSearch {display: none;}
	/* 	visitorNav
	-----------------------------------------*/
	header #visitorNav {
		height: auto;
		padding: 1em 6%;
		display: block;
		background: transparent;
		position: relative;
	}
	header #visitorNav ul {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	header #visitorNav li {
		width: 32.4%;
		margin: 0 1.4% 1.4% 0;
		padding: 0.6em 0;
		display: block;
		font-size: 4vw;
		border: 1px solid #ffffff;
	}
	header #visitorNav li:nth-of-type(3n-1) {
		margin: 0 0 1.4%;
	}
	header #visitorNav li:nth-of-type(1),
	header #visitorNav li:nth-of-type(2) {
		width: 49.3%;
	}
	header #visitorNav li:nth-of-type(2) {
		margin: 0 0 1.4%;
	}
	header #visitorNav li a {
		text-align: center;
		display: block;
		line-height: 1;
		font-size: 0.875em;
	}
	header #visitorNav li a span {
		display: none;
	}
	/* 	subNav
	-----------------------------------------*/
	header #subNav {
		padding: 0 6% 1em 6%;
		position: static;
		top: 0;
	}
	header #subNav ul {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	header #subNav li {
		width: 32.4%;
		margin: 0 1.4% 1.4% 0;
		padding: 0;
		display: block;
		text-align: center;
	}
	header #subNav li:nth-of-type(3n-1) {
		margin: 0 0 1.4% 0;
	}
	header #subNav li a {
		padding: 1em 0;
		display: block;
		line-height: 1;
		font-size: 0.75em;
		letter-spacing: 0;
		background: #ffffff;
	}
	header #subNav li a:before {
		padding: 0 0 0.4em 0;
		display: block;
		font-family: 'komazawa';
		color: #492d65;
		font-size: 1.5em;
	}
	header #subNav li.navAccess {display: none;}
	header #subNav li.navLanguage {display: none;}
	header .siteSearch {
		padding: 40px 6%;
		top: 68px;
	}
	header #mddNav .mddWrap {
		display: none!important;
	}
}
@media only screen and (min-width: 520px) and ( max-width:768px) {
	header h1 img,
	header #logoField img {
		width: auto;
		height: 40px;
	}
}
/*-----------------------------------------
	footer
-----------------------------------------*/
footer {
	position: relative;
	background: #f3f2f4 url(/img/common/pattern_tr.png) top right no-repeat;
}
footer:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(/img/common/pattern_bl.png) bottom left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
footer &gt; * {
	position: relative;
	z-index: 2;
}
footer a {color: #000000;}
footer .footerHead {
	padding: 60px 40px 50px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}
footer .footerHead nav {
	display: block;
	margin: 0 20px 0 auto;
}
footer .footerHead nav ul {
	display: inline-block;
}
footer .footerHead nav li {
	padding: 0 0 0 10px;
	display: inline-block;
}
footer .footerHead nav li a {
	display: block;
	position: relative;
}
footer .footerHead nav li a:before {
	font-family: 'komazawa';
	font-size: 25px;
}
footer .footerHead nav li.navTwitter a:before {color: #000000;}
footer .footerHead nav li.navFacebook a:before {color: #1877f2;}
footer .footerHead nav li.navYoutube a:before {color: #e70a03;}
footer .footerHead nav li.navLine a:before {color: #33af36;}
footer .footerHead .siteSearch {
	width: 370px;
}
footer .footerHead .gsc-search-box &gt; tbody &gt; tr &gt; .gsc-input {
	border: 1px solid #e2e2e2;
}
footer .footerHead .siteSearch .gsib_a {
	width: 315px;
	height: 55px;
	position: relative;
	background: #ffffff;
	border: 0;
}
@media only screen and (max-width: 768px) {
	footer {
		background: #f3f2f4;
	}
	footer:after {
		background: url(/img/common/pattern_bl.png) bottom left no-repeat;
		background-size: 80% auto;
	}
	footer .footerL {
		width: 70%;
		margin: 0 auto;
	}
	footer .footerL img {
		width: 100%;
	}
	footer .footerHead {
		padding: 60px 6% 40px;
		display: block;
		text-align: center;
	}
	footer .footerHead nav {
		margin: 0;
		padding: 20px 0 10px;
	}
	footer .footerHead .siteSearch {
		width: 100%;
	}
}
/* 	footerSitemap
------------------------------------ */
footer #footerSitemap {
	padding: 0 40px;
}
footer #footerSitemap .row {
	width: calc((100% - 80px) / 5);
	margin: 0 20px 0 0;
	float: left;
}
footer #footerSitemap .row:last-of-type {
	margin: 0 0 0 0;
}
footer #footerSitemap a.navHome {
	margin: 0 0 40px;
	padding: 0 0 0 1.2em;
	position: relative;
	display: block;
}
footer #footerSitemap a.navHome:before {
	font-family: 'komazawa' !important;
	content: "\e921";
	position: absolute;
	top: 0;
	left: 0;
}
footer #footerSitemap .row .single {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	position: relative;
	border-left: 1px solid #000000;
}
footer #footerSitemap .row .single a:before {
	content: "";
	width: 0;
	height: 1px;
	display: block;
	background: #c2c2c3;
	position: absolute;
	top: 0.5em;
	left: 0;
	transition: all 0.3s ease;
}
footer #footerSitemap dl {
	margin: 0 0 40px;
	padding: 0 0 0 20px;
	border-left: 1px solid #000000;
}
footer #footerSitemap dl a {
	display: block;
	position: relative;
}
footer #footerSitemap dl a:before {
	content: "";
	display: block;
	background: #c2c2c3;
	position: absolute;
	top: 0.9em;
	transition: all 0.3s ease;
}
footer #footerSitemap dl dt {
	margin: 0 0 15px;
}
footer #footerSitemap dl dt a:before {
	width: 0;
	height: 1px;
	top: 0.8em;
	left: -20px;
}
footer #footerSitemap dl dd {
	font-size: 0.813em;
}
footer #footerSitemap dl dd li a {
	padding: 0.2em 0 0.2em 1em;
}
footer #footerSitemap dl dd li a:before {
	width: 5px;
	height: 1px;
	left: 0;
}

/*	:hover	*/
@media only screen and (min-width: 768px) {
	footer #footerSitemap a {
		transition: all 0.3s ease;
	}
	body.pcView footer #footerSitemap a:hover {
		color: #492d65;
	}
	footer #footerSitemap .row .single a:hover:before,
	body.pcView footer #footerSitemap dl dt a:hover:before {
		width: 10px;
		background: #000000;
	}
	body.pcView footer #footerSitemap dl dd li a:hover:before {
		width: 25px;
		left: -20px;
		background: #000000;
	}
}
footer #sitemapSub {
	margin: 0 40px;
	padding: 30px 0;
	font-size: 0.813em;
	border-top: 1px solid #e2e2e2;
}
footer #sitemapSub ul {
	text-align: center;
}
footer #sitemapSub li {
	padding: 0 1.5em;
	display: inline-block;
}
/*	:hover	*/
@media only screen and (min-width: 768px) {
	footer #sitemapSub li a {
		transition: all 0.3s ease;
	}
	body.pcView footer #sitemapSub li a:hover {
		color: #492d65;
	}
}
@media only screen and (max-width: 1260px) {
	footer #sitemapSub li {
		padding: 0 0.6em;
	}
}
@media only screen and (max-width: 768px) {
	footer #footerSitemap {
		padding: 0;
	}
	footer #footerSitemap .row,
	footer #footerSitemap .row:last-of-type {
		width: 100%;
		margin: 0;
		float: none;
	}
	footer #footerSitemap a.navHome {
		margin: 0;
		padding: 1em 6%;
		position: relative;
		display: block;
		border-bottom: 1px solid #e2e2e2;
	}
	footer #footerSitemap a.navHome:before {
		position: relative;
		padding: 0 0.3em 0 0;
	}
	footer #footerSitemap .row .single {
		margin: 0;
		padding: 0 6%;
		border-left: none;
		border-bottom: 1px solid #e2e2e2;
	}
	footer #footerSitemap dl {
		margin: 0;
		padding: 0;
		border-left: none;
		border-bottom: 1px solid #e2e2e2;
	}
	footer #footerSitemap .row dt {
		margin: 0;
		padding: 0 6%;
		display: block;
		position: relative;
	}
	footer #footerSitemap .row .single a,
	footer #footerSitemap .row dt a,
	footer #footerSitemap .row dt &gt; div {
		padding: 1em 50px 1em 0;
		display: block;
	}
	footer #footerSitemap .row .single a:before,
	footer #footerSitemap .row dt a:before {
		font-family: 'komazawa';
		content: "\e90a";
		width: auto;
		height: auto;
		display: inline-block;
		position: static;
		background: transparent;
		font-weight: normal;
		left: 0;
	}
	footer #footerSitemap .row dt &gt; span {
		width: 15%;
		height: 100%;
		display: block;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		text-align: center;
	}
	footer #footerSitemap .row dt &gt; span:before {
		font-family: 'komazawa';
		content: "\e91d";
		display: block;
		line-height: 3.5em;
	}
	footer #footerSitemap .row dt.switch &gt; span:before {
		content: "\e91a";
	}
	footer #footerSitemap dd {
		display: none;
		padding: 1em 6%;
		background: #ebeaec;
	}
	footer #footerSitemap dl dd li a {
		padding: 1em 0 1em 1em;
	}
	footer #footerSitemap dl dd li a:before {
		width: 5px;
		height: 1px;
		top: 1.8em;
		left: 0;
	}
	footer #sitemapSub {
		padding: 20px 0;
		margin: 0 6%;
		border-top: none;
	}
	footer #sitemapSub ul {
		text-align: left;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	footer #sitemapSub li {
		width: 100%;
		margin: 0 0 5px;
		padding: 0;
	}
	footer #sitemapSub li a {
		padding: 1em;
		display: block;
		background: #ebeaec;
	}
	footer #sitemapSub li a:before {
		font-family: 'komazawa';
		content: "\e90a";
		display: inline-block;
	}
}

/* 	campusNav
------------------------------------ */
footer #campusNav {
	padding: 30px 40px;
	background: #e7e6e8;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}
footer #campusNav &gt; div {
	flex-basis: 380px;
	text-align: left;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}
footer #campusNav &gt; div figure {
	width: 120px;
	height: 120px;
	margin: 0 20px 0 0;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	z-index: 1;
}
footer #campusNav &gt; div figure img {
	width: 100%;
}
footer #campusNav &gt; div dl {
	flex: 1;
	padding: 0 1em 0 0;
}
footer #campusNav &gt; div dl dt {
	margin: 0 0 5px;
}
footer #campusNav &gt; div dl dd {
	font-size: 0.875em;
}
footer #campusNav &gt; div dl dd .btnArea {
	padding: 15px 0 0;
	margin: 0;
	font-size: 0.8em;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
footer #campusNav &gt; div dl dd .btnArea a {
	width: 48%;
	margin: 0 4% 0 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #8a8a8a;
	letter-spacing: 0;
	background: #ffffff;
}
footer #campusNav &gt; div dl dd .btnArea a:nth-of-type(2n) {
	margin: 0;
}

/*	:hover	*/
@media only screen and (min-width: 768px) {
	footer #campusNav &gt; div figure a img,
	footer #campusNav &gt; div dl dt a {
		transition: all 0.3s ease;
	}
	body.pcView footer #campusNav &gt; div figure a:hover img {
		transform: scale(1.1, 1.1);
	}
	body.pcView footer #campusNav &gt; div dl dt a:hover,
	body.pcView footer #campusNav &gt; div dl dd .btnArea a:hover {
		color: #492d65;
	}
}
@media only screen and (max-width: 1260px) {
	footer #campusNav &gt; div {
		flex-basis: 300px;
		font-size: 0.9em;
	}
	footer #campusNav &gt; div figure {
		width: 80px;
		height: 80px;
	}
}
@media only screen and (max-width: 768px) {
	footer #campusNav {
		padding: 30px 6% 15px;
		display: block;
	}
	footer #campusNav &gt; div {
		margin: 0 0 20px;
		justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
	}
	footer #campusNav &gt; div figure {
		width: 20vw;
		height: 20vw;
		margin: 0;
	}
	footer #campusNav &gt; div dl {
		margin-left: 4vw;
		padding: 0;
	}
	footer #campusNav &gt; div dl dt {
		margin: 0;
	}
	footer #campusNav &gt; div dl dd .btnArea {
		padding: 5px 0 0;
		font-size: 0.96em;
	}
	footer #campusNav &gt; div dl dd .btnArea a {
		width: 49%;
		margin: 0 2% 0 0;
	}
	footer #campusNav &gt; div dl dd .btnArea a:before {
		right: 0;
	}
}
/* 	bnrField , copyright
------------------------------------ */
footer #bnrField {
	padding: 30px 0 0;
	text-align: center;
}
footer #bnrField li {
	margin: 0 10px;
	display: inline-block;
}
footer .copyright {
	display: block;
	padding: 60px 0;
	text-align: center;
	letter-spacing: 0.3em;
	font-family: "Roboto Condensed";
}
@media only screen and (max-width: 768px) {
	footer #bnrField li {
		margin: 0 0 10px;
		display: block;
	}
	footer .copyright {
		padding: 50px 6% 60px 6%;
		letter-spacing: 0.1em;
		line-height: 2;
	}
}
/*-----------------------------------------
	slider
-----------------------------------------*/
.slick-loading .slick-list{
	background: url('/img/common/ajax-loader.gif') center center no-repeat;
}
.slider{
	height: 0;
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	height: auto;
	opacity: 1;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
	width: 60px;
	height: 60px;
	padding: 0;
	display: block;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none;
	outline: none;
	background: #492d65;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.slider .slick-prev {
	left: 0;
	z-index: 10;
}
.slider .slick-next {
	right: 0;
	z-index: 11;
}
.slider .slick-prev:before,
.slider .slick-next:before {
	font-family: 'komazawa';
	opacity: 1;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.slider .slick-prev:before {
	content: "\e909";
}
.slider .slick-next:before {
	content: "\e90a";
}
/*	:hover	*/
@media only screen and (min-width: 768px) {
	body.pcView .slick-prev:hover,
	body.pcView .slick-prev:focus,
	body.pcView .slick-next:hover,
	body.pcView .slick-next:focus {
		opacity: 0.6;
	}
	body.pcView .slick-prev:hover:before,
	body.pcView .slick-prev:focus:before,
	body.pcView .slick-next:hover:before,
	body.pcView .slick-next:focus:before {
		opacity: 1;
	}
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
@media only screen and (min-width: 768px) {
	.slick-dots li button:hover,
	.slick-dots li button:focus {
		outline: none;
	}
	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before {
		opacity: 1;
	}
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
@media only screen and (max-width: 768px) {
	.slider{
		height: auto;
		opacity: 1;
	}
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slider .slick-prev:before,
	.slider .slick-next:before {
		font-size: 16px;
	}
}
/* ------------------------------------
	fixedTop
------------------------------------ */
#fixedTop {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	right: 30px;
	bottom: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	z-index: 90;
}
#fixedTop:after {
	font-family: 'komazawa';
	content: "\e901";
	width: 60px;
	font-size: 20px;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
}
#fixedTop.show {opacity: 1;}
/*	:hover	*/
#fixedTop {
	transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
	body.pcView #fixedTop:hover {
		background-color: rgba(0,0,0,0.8);
	}
}
@media only screen and (max-width: 768px) {
	#fixedTop {display: none;}
}
/* ------------------------------------
	fixedSns
------------------------------------ */
#fixedSns {
	height: 60px;
	display: none;
	position: fixed;
	background-color: rgba(256,256,256,0.7);
	right: 100px;
	bottom: 30px;
	opacity: 0;
	z-index: 91;
}
#fixedSns ul {
	padding: 0 10px;
}
#fixedSns li {
	margin: 0 5px;
	display: inline-block;
}
#fixedSns li a {
	display: block;
	position: relative;
	font-size: 0;
	text-align: center;
}
#fixedSns li a:before {
	font-size: 25px;
	line-height: 60px;
	color: #ffffff;
}
#fixedSns li.navTwitter a:before {color: #000000;}
#fixedSns li.navFacebook a:before {color: #1877f2;}
#fixedSns li.navYoutube a:before {color: #e70a03;}
#fixedSns li.navLine a:before {color: #33af36;}
#fixedSns.show {opacity: 1; display: block;}
/*	:hover	*/
#fixedSns li a {
	transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
	body.pcView #fixedSns li a:hover {
		opacity: 0.6;
	}
}
@media only screen and (max-width: 768px) {
	#fixedSns {display: none !important;}
}
/* =====================================
	Hover:opacity
===================================== */
header #visitorNav li a,
header #subNav li a,
header #mddNav .mddWrap .title_field a,
header #mddNav .mddWrap nav &gt; div a,
footer .footerHead nav li a,
footer #bnrField li a {
	transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
	body.pcView header #visitorNav li a:hover,
	body.pcView header #subNav li a:hover,
	body.pcView header #mddNav .mddWrap .title_field a:hover,
	body.pcView header #mddNav .mddWrap nav &gt; div a:hover,
	body.pcView footer .footerHead nav li a:hover,
	body.pcView footer #bnrField li a:hover {
		opacity: 0.6;
	}
}
/* =====================================
	ClearFixElements
===================================== */
.clear:before,
.clear:after,
footer #footerSitemap:before,
footer #footerSitemap:after,
footer #campusNav:before,
footer #campusNav:after,
header #mddNav .mddWrap nav &gt; div.clm_2x ul:before,
header #mddNav .mddWrap nav &gt; div.clm_2x ul:after {
	content: " ";
	display: table;
}
.clear:after,
footer #footerSitemap:after,
footer #campusNav:after,
header #mddNav .mddWrap nav &gt; div.clm_2x ul:after {
	clear: both;
}
.clear,
footer #footerSitemap,
footer #campusNav,
header #mddNav .mddWrap nav &gt; div.clm_2x ul {
	*zoom: 1;
}

/* =====================================
	Print CSS
===================================== */
@media print {
	body {
		font-size: 14px;
		font-family: 'Helvetica Neue',　Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
	}
	body * {
		font-family: 'Helvetica Neue',　Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
	}
	#container {
		padding-top: 0!important;
		zoom: 0.5;
		-webkit-print-color-adjust: exact;
	}
	header {
		position: relative;
	}
	#fixedTop,#fixedSns {display: none!important;}
	[data-aos^=fade][data-aos^=fade] {
		opacity: 1!important;
	}
	[data-aos=fade-up] {
		transform: none!important;
	}
}</pre></body></html>