button, hr, input {
	overflow: visible;

}

audio, canvas, progress, video {
	display: inline-block;

}

progress, sub, sup {
	vertical-align: baseline;

}

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

}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

}

body {
	margin: 0;

}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;

}

h1 {
	font-size: 2em;
	margin: .67em 0;

}

figure {
	margin: 1em 40px;

}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;

}

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

}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;

}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: none;

}

b, strong {
	font-weight: bolder;

}

dfn {
	font-style: italic;

}

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

}

small {
	font-size: 80%;

}

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

}

sub {
	bottom: -.25em;

}

sup {
	top: -.5em;

}

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

}

img {
	border-style: none;

}

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

}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;

}

button, select {
	text-transform: none;

}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;

}

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

}

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

}

fieldset {
	padding: .35em .75em .625em;

}

legend {
	display: table;
	max-width: 100%;
	white-space: normal;
	color: inherit;

}

textarea {
	overflow: auto;

}

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

}

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

}

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

}

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

}

summary {
	display: list-item;

}

[hidden], template {
	display: none;

}

/*! Site Style */
body {
	font: 14px/1.6 'Meiryo UI', メイリオ, Meiryo, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'MS PGothic', 'Segoe UI', Tahoma, Helvetica, sans-serif;
	position: relative;
	min-width: 320px;
	min-height: 480px;
	color: #000;

}

body:before {
	position: absolute;
	top: -200px;
	right: 0;
	left: 0;
	height: 200px;
	content: '';
	background-color: #fff;

}

article, figcaption, figure, footer, header, section {
	display: block;
	margin: 0;

}

body, html {
	height: 100%;
	background: #d5f4ff;
	scroll-behavior: smooth;

}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 1em;

}

table, td, th {
	/*min-width:60px;*/
	border-collapse: collapse;
	/*border:1px solid;*/

}

ol, ul {
	padding: 0;

}

li, p {
	margin: 0 0 1em;

}

canvas, img, svg {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;

}

video {
	background: #000;

}

a {
	text-decoration: none;
	color: inherit;

}

dd, dl, dt, ol, ul {
	margin: 0;

}

a, article, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, li, p, section, table, td, th {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

em {
	font-weight: 100;

}

small {
	font-size: 1em;

}

address, em {
	font-style: normal;

}

button {
	font-family: inherit;

}

input[type=text], textarea {
	font-size: 16px;
	padding: .8em;
	border: 1px solid #ddd;
	border-radius: 3px;
	outline: 0;

}

input[type=text]:focus, textarea:focus {
	border: 1px solid #3498db;
	-webkit-box-shadow: 0 0 7px #3498db;
	box-shadow: 0 0 7px #3498db;

}

textarea {
	/*max-width:300px;*/

}

input[type=text] {
	max-width: 200px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-property: width;
	transition-property: width;

}

input[type=text]:focus {
	max-width: 300px;

}

input.sysNextSubmit {
	padding: 10px 30px;
	color: #111;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);

}

input.sysNextSubmit:hover {
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#eee));
	background: -webkit-linear-gradient(top, #efefef 0%, #eee 100%);
	background: linear-gradient(to bottom, #efefef 0%, #eee 100%);

}

#footer .mod-contact-info .openingHours dd dl dd, .wbr, span[class*=ico-] {
	display: inline-block;

}

span[class*=ico-] {
	font-size: 8px !important;
	position: relative;
	overflow: hidden;
	width: 3em;
	height: 3em;

}

span[class*=ico-] .ico {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	border: 0;
	outline: 0;
	background: 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}

span.ico-arrow .ico {
	background-image: url(../img/svg/ico-arrow.svg);

}

#header {
	position: relative;

}

#commonHeader {
	line-height: 1;
	position: fixed;
	z-index: 11;
	top: 0;
	width: 100%;
	height: 48px;
	background: #fff;

}

@media (max-width: 768px) {
	#commonHeader {
		position: relative;
	}
}

#commonHeader p {
	margin: 0;

}

#commonHeader a {
	display: block;

}

#commonHeader .logo {
	width: 240px;
	/*max-width:326px;*/
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;

}

#commonHeader .mod-link {
	top: 0;
	right: 10px;
	min-width: 45%;
	vertical-align: top;

}

#commonHeader .link-student {
	font-size: .929em;
	position: absolute;
	top: 3px;
	right: 60px;
	margin-bottom: 1em;
	vertical-align: top;
	text-shadow: 0 0 5px #fff;

}

#commonHeader .link-student a {
	font-size: .75em;
	margin-top: 10px;
	padding: .65em .3em;
	border: 1px solid;
	border-radius: .25em;
	background-color: #ff8a00;
	color: #fff;

}

#commonHeader .link-student .ico {
	display: inline-block;
	width: 1em;
	height: 1em;

}

#commonHeader .link-student .ico svg {
	fill: #fff;

}

#commonHeader .sns {
	font-size: 1.75em;
	position: absolute;
	top: 12px;
	right: 60px;
	display: none;
	letter-spacing: -.4em;

}

#commonHeader .sns [class*=link-] {
	line-height: 1;
	display: inline-block;
	margin-left: 4px;
	letter-spacing: 0;

}

#commonHeader .sns [class*=link-] .ico {
	display: block;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: .1em;

}

#commonHeader .sns [class*=link-] .ico svg {
	/*fill:#666;*/

}

#commonHeader .sns .link-fb .ico svg {
	fill: #315096;
}

#commonHeader .sns .link-tw .ico svg {
	fill: #55acee;
}

#commonHeader .sns .link-li .ico svg {
	fill: #00c300;
}

#commonHeader .button {
	display: none;
	letter-spacing: -.4em;

}

#commonHeader .button [class*=link-] {
	display: inline-block;
	width: 100%;
	text-align: center;
	letter-spacing: 0;
	color: #fff;

}

#commonHeader .button a {
	line-height: 45px;
	position: relative;
	height: 40px;
	color: #fff;

}

#commonHeader .button a .ico {
	position: relative;
	top: -.15em;
	display: inline-block;
	width: 1.429em;
	height: 1.429em;
	margin-right: 2px;

}

#commonHeader .button a .ico svg {
	vertical-align: middle;
	fill: #fff;

}

#commonHeader .button a .txt {
	line-height: 1;

}

#commonHeader .button a .ico-bg {
	position: absolute;
	right: .3em;
	bottom: 0;
	width: 16px;
	height: 16px;

}

#commonHeader .button a .ico-bg svg {
	width: 1em;
	vertical-align: top;
	fill: #fff;

}

#commonHeader .button .link-application, #commonHeader .button .link-request, #commonHeader .button .link-lodge, #commonHeader .button .link-student-top {
	background-color: #666;

}

#commonHeader .button .link-request a {
	background-color: #00a0e9;

}

#commonHeader .button .link-application a {
	background-color: #fa436e;

}

#commonHeader .button .link-lodge a {
	background-color: #00cc00;

}

#commonHeader .button .link-student-top a {
	background-color: #ff8a00;

}

#commonHeader .telephone {
	display: none;
	margin-top: .75em;
	text-align: center;

}

#commonHeader .telephone .caption .wbr, .menu-open #commonHeader .telephone, [data-category=guide] #navigation li[data-class=guide]:after, [data-category=plans] #navigation li[data-class=plans]:after, [data-category=school] #navigation li[data-class=school]:after, [data-category=staff] #navigation li[data-class=staff]:after, [data-category=top] #navigation li[data-class=top]:after, [data-category=access] #navigation li[data-class=access]:after, [data-category=facility] #navigation li[data-class=facility]:after, [data-category=lodge] #navigation li[data-class=lodge]:after {
	display: block;

}

#commonHeader .telephone .link-telephone {
	font-size: 2.75em;

}

#commonHeader .telephone .caption {
	font-size: .857em;
	line-height: 1.314;
	display: inline-block;
	margin-top: .5em;
	padding-left: 1em;
	text-align: left;
	vertical-align: top;

}

#visual {
	max-height: 400px;

}

.menu-open #visual {
	-webkit-filter: blur(4px);
	filter: blur(4px);

}

#navigation nav {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	color: #000;
	background: rgba(255, 255, 255, .9);
	text-shadow: 1px 1px 1px #fff;

}

#navigation h2 {
	font-size: 10px;
	position: absolute;
	z-index: 12;
	top: 10px;
	right: 10px;
	width: 4em;
	margin: 0;
	padding: 3px 0 3px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	text-align: center;
	border: solid #000 1px;
	border-radius: .3em;
	background: rgba(255, 255, 255, .8);

}

#navigation h2 .ico-menu {
	line-height: 2;
	display: block;
	width: auto;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;

}

#navigation h2 button {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;

}

#navigation h2 button:focus, #navigation h2 button:hover {
	opacity: .7;

}

#navigation h2 button svg {
	width: 50%;
	height: 50%;
	margin-top: 1.8em;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	fill: #00a0e9;

}

.menu-open #navigation h2 svg {
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
	fill: #fa436e;

}

.menu-open #navigation h2 .ico-menu {
	line-height: 1;

}

.menu-open #navigation h2 .ico-menu:after {
	content: 'CLOSE';
	opacity: 1;

}

#navigation .wrap {
	height: 0;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.menu-open #navigation .wrap {
	overflow: auto;
	height: calc(100vh - 20em);
	margin-top: 4em;
	padding: 1em 0;

}

#navigation ul {
	margin: auto;
	letter-spacing: -.4em;

}

#navigation ul svg[role=img] {
	width: 1em;
	height: 1em;
	vertical-align: top;
	fill: #46c5f4;

}

#navigation li {
	font-size: 1.143em;
	font-weight: 700;
	position: relative;
	display: block;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	letter-spacing: 0;

}

#navigation li a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 2em 12px;
	color: #000;
	outline: 0;

}

#navigation li a .ico {
	font-size: 1.75em;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 .5em .3em .3em;
	vertical-align: top;

}

#navigation li:after, #navigation li:before {
	position: absolute;
	top: 0;
	margin: auto;
	content: '';

}

#navigation li:after {
	bottom: 0;
	display: none;
	background: #00a0e9;
	right: auto;
	left: 5%;
	width: 10px;
	height: 100%;

}

#navigation li:before {
	right: 0;
	left: 0;
	width: 90%;
	height: 1px;
	border: dotted #666;
	border-width: 1px 0 0;

}

#navigation li:nth-child(1):before {
	display: none;

}

#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #d5f4ff;

}

.menu-open #footer {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-filter: blur(4px);
	filter: blur(4px);

}

#footer .contact {
	font-size: .875em;

}

#footer .copyright {
	font-size: .625em;

}

#footer #commonFooter {
	padding-top: 30px;

}

#footer #commonFooter ul {
	list-style: none;

}

#footer #commonFooter li {
	margin-bottom: .2em;

}

#footer #commonFooter .button a .ico {
	position: relative;
	top: -.15em;
	display: inline-block;
	width: 1.429em;
	height: 1.429em;
	margin-right: 10px;

}

#footer #commonFooter .button a .ico svg {
	vertical-align: middle;
	fill: #fff;

}

#footer .mod-sitemap {
	padding: 20px 4px;
	letter-spacing: -.4em;

}

#footer .mod-sitemap .item {
	display: inline-block;
	width: 100%;
	margin-bottom: .5em;
	padding: 0 4px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0;

}

#footer .mod-sitemap .item .item-wrap {
	padding-left: 1em;

}

#footer .mod-sitemap h3 {
	font-weight: 100;
	padding: .5em .75em .4em;
	text-align: left;
	letter-spacing: .1em;
	color: #fff;
	border-radius: .3em;
	background-color: #00a0e9;

}

#footer .mod-sitemap h3:before, #footer .mod-sitemap li:before {
	content: '';
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;

}

#footer .mod-sitemap h3:before {
	font-size: 1.143em;
	display: inline-block;
	margin-right: .5em;
	border-radius: 1em;
	position: relative;
	top: .16em;
	width: 1em;
	height: 1em;
	background-image: url(../img/svg/ico-check-outline.svg);

}

#footer .mod-sitemap li {
	position: relative;
	padding-left: 1em;

}

#footer .mod-sitemap li:before {
	position: absolute;
	top: .2em;
	left: 0;
	width: .429em;
	height: .857em;
	background-image: url(../img/svg/ico-triangle.svg);

}

#footer .mod-sitemap li li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
	background: 0 0;

}

#footer .mod-contact-info {
	padding: 20px 8px;
	margin-bottom: 100px;

}

#footer .mod-contact-info .item {
	position: relative;
	padding: 2em .5em;
	border-radius: .5em;
	background: #fff;

}

#footer .mod-contact-info .item:before {
	position: absolute;
	z-index: -1;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: .5em;
	background-color: #9bdcf3;
	background-image: url(../img/svg/bg-slash-2.svg);
	background-size: 18px;

}

#footer .mod-contact-info h2 {
	font-size: 2.5em;
	line-height: 1;
	position: relative;
	display: block;
	width: 7em;
	margin: 0 auto .3em;
	/*padding-left:1.125em;*/

}

#footer .mod-contact-info h2 img {
	height: .929em;

}

#footer .mod-contact-info .access [class*=link-] a:after, #footer .mod-contact-info h2:before {
	width: 1em;
	height: 1em;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}

#footer .mod-contact-info address {
	margin-bottom: .75em;

}

#footer .mod-contact-info .access {
	margin-bottom: 2em;
	text-align: center;
	letter-spacing: -.4em;

}

#footer .mod-contact-info .access [class*=link-] {
	display: inline-block;
	width: 50%;
	max-width: 15em;
	letter-spacing: 0;

}

#footer .mod-contact-info .access [class*=link-] a {
	display: block;
	padding: .6em .5em .4em;
	color: #00a0e9;
	border: 2px solid;
	border-radius: .5em;
	background-color: #fff;

}

#footer .mod-contact-info .access [class*=link-] a:after {
	position: relative;
	top: -.1em;
	display: inline-block;
	margin-left: .3em;
	vertical-align: middle;
	border-radius: 1em;
	background-color: #00a0e9;
	background-image: url(../img/svg/ico-arrow-right.svg);

}

#footer .mod-contact-info .access [class*=link-]:nth-child(odd) {
	padding-right: .5em;

}

#footer .mod-contact-info .access [class*=link-]:nth-child(even) {
	padding-left: .5em;

}

#footer .mod-contact-info .button {
	font-size: 1.286em;
	margin-bottom: 1.75em;

}

#footer .mod-contact-info .button h3 {
	font-weight: 100;
	margin-bottom: .5em;

}

#footer .mod-contact-info .button h3:after, #footer .mod-contact-info .button h3:before {
	position: relative;
	top: .2em;
	left: -.5em;
	display: inline-block;
	width: 1px;
	height: 1.125em;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #000;

}

#footer .mod-contact-info .button h3:after {
	left: .5em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

}

#footer .mod-contact-info .button [class*=link-] {
	max-width: 24.222em;
	margin: 0 auto .75em;

}

#footer .mod-contact-info .button [class*=link-] a {
	display: block;
	padding: .5em;
	color: #fff;
	border-radius: .3em;
	background-color: #fa436e;

}

#footer .mod-contact-info .button .link-request a {
	background-color: #00a0e9;
}

#footer .mod-contact-info .button .link-application a {
	background-color: #fa436e;
}

#footer .mod-contact-info .button .link-lodge a {
	background-color: #00cc00;
}

#footer .mod-contact-info .button .link-line-attend a {
	background-color: #F58E7E;
}

#footer .mod-contact-info .button .link-line-lodge a {
	background-color: #8DCF3F;
}

#footer .mod-contact-info .telephone .link-telephone {
	font-size: 35px;

}

#footer .mod-contact-info .openingHours {
	margin-top: 1em;

}

#footer .mod-contact-info .openingHours dt {
	font-size: .857em;
	display: inline-block;
	padding: 0 .5em;
	vertical-align: top;

}

#footer .mod-contact-info .openingHours dd {
	display: inline-block;
	text-align: left;
	vertical-align: top;

}

#footer .mod-contact-info .openingHours dd dl dt {
	font-size: 1em;
	display: inline-block;
	width: 6em;

}

/*! page design */
.tagmanager {
	position: absolute;
	visibility: hidden;
	width: 1px;
	height: 1px;

}

#wrapper, .wrap {
	position: relative;

}

@media (max-width:767px) {
	#wrapper, .wrap {
		overflow: hidden;
	}
}

.wrap {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	/*text-align: center;*/

}

#wrapper {
	background-color: #fff;

}

.ready #wrapper {
	display: block;
	overflow-x: hidden;

}

.menu-open #main, [data-link=telephone] {
	pointer-events: none;

}

.mobile-device [data-link=telephone] {
	pointer-events: auto !important;

}

#main {
	font-size: .875em;
	/* padding-top: 3em; */
	padding-bottom: 5em;

}

.menu-open #main {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	-ms-touch-action: none;
	touch-action: none;

}

#main .mod-article {
	margin-bottom: 3em;

}

#main .mod-article .wrap {
	position: relative;
	max-width: 95%;

}

#main .section {
	overflow: hidden;
	padding-bottom: 1em;

}

svg[role=img] {
	width: 100%;
	height: auto;

}

 .btn-top {
	position: fixed;
	z-index: 100;
	top: 80%;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 3em;
	height: 3em;
	margin: 0 1em 0 auto;
	-webkit-animation: fadeIn .4s ease-in 0s 1 alternate;
	animation: fadeIn .4s ease-in 0s 1 alternate;

}

  .pagetop.show .btn-top {
	display: flex;
}

  .pagetop-fixed .btn-top {
	position: absolute;
    top: -2.5em;
	bottom: auto;
	
}

  .scroll .btn-top {
    display: none;

}

  .btn-top a {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 100%;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	border-radius: 10em;
	outline: 0;
	background-color: #00a0e9;
	background-image: url(../img/svg/ico-arrow-up.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

}

.btn-top a:focus, .btn-top a:hover {
	background-color: #50c8ff;

}

.telephone .link-telephone {
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	margin-bottom: 0;
	white-space: nowrap;

}

.telephone .link-telephone a {
	position: relative;
	padding-left: 1em;

}

.telephone .link-telephone a .ico {
	font-size: .775em;
	position: absolute;
	top: .15em;
	left: 0;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	background-color: #00a0e9;

}

.telephone .link-telephone a .ico svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: .6em;
	margin: auto;
	fill: #fff;

}

.telephone .link-telephone a .txt {
	font-family: 'Questrial', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	display: inline-block;
	overflow: hidden;
	vertical-align: text-top;
	color: #333;

}

.telephone .link-telephone a .txt .kerning {
	letter-spacing: -.1em;

}

#container-topics .mod-topics {
	position: relative;
	width: 98%;
	margin: 0 auto;
	padding-top: 10px;

}

#container-topics .mod-topics #switchView {
	font-size: .857em;
	line-height: 1;
	position: absolute;
	top: -26px;
	right: 0;
	padding: .75em 1em;
	vertical-align: middle;
	color: #fff;
	border: 0;
	border-radius: .3em;
	outline: 0;
	background: #00a0e9;

}

#container-topics .mod-topics #switchView:after {
	width: 1em;
	margin-left: .3em;
	border-radius: 10em;
	background-color: #fff;
	background-image: url(../img/svg/ico-arrow-right-inverted.svg);

}

#container-topics h2 {
	margin-bottom: 0.5em;
}

#container-topics .slide {
	padding: .5em 1em .5em 1em;
	background: #d5f4ff;
}

#container-topics .slide li {
	margin-bottom: 0;
	list-style: none;
	border-top: dotted 1px #34b4e2;
}

#container-topics .slide li:nth-child(1) {
	border: 0;
}

#container-topics .slide li {
	display: block;
	padding: 1.429em 1.429em 1.429em 1.429em;
	background-image: url(../img/svg/ico-triangle.svg);
	background-repeat: no-repeat;
	background-position: 0.5em 1.75em;
	background-size: 7px auto;
}

#container-topics .slide li dl {
	display: flex;
	flex-direction: column;
}

#container-topics .slide li dt {
	display: inline-block;
	letter-spacing: -.4em;
}

#container-topics .slide li dt .category[data-category=インフォメーション] {
	background-color: #16b701;
}

#container-topics .slide li dt .category[data-category=キャンペーン] {
	background-color: #ff8400;
}

#container-topics .slide li dt .category[data-category=イベント] {
	background-color: #fa436e;
}

#container-topics .slide li dt .category[data-category=お知らせ] {
	background-color: #a55b9a;
}

#container-topics .slide li dt .date {
	display: inline-block;
	width: 7em;
	letter-spacing: 0;
	vertical-align: top;
}

#container-topics .slide li dt .category {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8.5em;
	text-align: center;
	vertical-align: text-bottom;
	white-space: nowrap;
	letter-spacing: 0;
	text-overflow: ellipsis;
	border-radius: .2em;
	background-color: #00a0e9;
}

#container-topics .slide li dt .topic-image {
	display: flex;
	flex-direction: column;
}

#container-topics .slide li dt .topic-image img:not(:nth-child(1)) {
	margin-top: 1em;
}

#container-topics .slide li dt .category:before {
	font-size: .8em;
	content: attr(data-category);
	color: #fff;
	vertical-align: text-bottom;
}

#container-topics .slide li dd {
	display: inline-block;
	flex: 1;
	vertical-align: top;
}

.type_basic .contentWrap {
	padding-top: 1em;

}

#contentHeader {
	position: relative;
	margin-top: -3em;
	padding-top: 93px;
	background-repeat: repeat, no-repeat;
	background-position: center bottom;
	background-size: 3px, cover;

}

#contentHeader #breadCrumbs:before, #contentHeader .mod-title {
	background-image: url(../img/cover.gif), url(../img/bg_header.jpg);
	background-position: left bottom;

}

#contentHeader .mod-title, #contentHeader .mod-title h1 {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

#contentHeader .mod-title {
	font-size: 2em;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: 3px, auto 130%;
	height: 5.111em;
	margin: 0 auto;

}

#contentHeader .mod-title h1 {
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 3.675em;
	margin: 0;
	text-align: center;
	text-shadow: 4px 2px 0 #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}

#contentHeader #breadCrumbs {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 8px;
	color: #fff;

}

#contentHeader #breadCrumbs:after, #contentHeader #breadCrumbs:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';

}

#contentHeader #breadCrumbs:before {
	z-index: 0;
	background-repeat: repeat, no-repeat;
	background-size: 3px, auto 381px;

}

#contentHeader #breadCrumbs:after {
	z-index: 1;
	background-color: rgba(109, 111, 111, .6);

}

#contentHeader #breadCrumbs .wrap {
	position: relative;
	z-index: 2;

}

#contentHeader #breadCrumbs ul {
	line-height: 1;
	letter-spacing: -.4em;

}

#contentHeader #breadCrumbs ul li {
	display: inline-block;
	margin-bottom: 0;
	letter-spacing: 0;

}

#contentHeader #breadCrumbs ul li:before {
	margin: 0 1em;
	content: '\03e';

}

#contentHeader #breadCrumbs ul li:nth-child(1):before {
	display: none;

}

#contentHeader #breadCrumbs ul li a svg[role=img] {
	width: 1em;
	height: 1em;
	vertical-align: top;
	fill: #fff;

}

#contentHeader #breadCrumbs ul li a .ico {
	font-size: 1.5em;
	width: 1em;
	height: 1em;

}

.mod-internalLink {
	font-size: .875em;
	max-width: 1024px;
	margin: 0 auto;

}

.mod-internalLink ul {
	text-align: center;
	letter-spacing: -.4em;

}

.mod-internalLink ul li {
	display: inline-block;
	width: 50%;
	max-width: 311px;
	padding: 0 .722em .3em;
	list-style: none;
	vertical-align: top;
	letter-spacing: 0;

}

.mod-internalLink ul li a {
	line-height: 1.2;
	display: block;
	padding: .66em;
	text-align: left;
	vertical-align: middle;
	border-radius: .3em;
	background: #d4f3fe;
	-webkit-box-shadow: 4px 4px 0 #7fd6f6;
	box-shadow: 4px 4px 0 #7fd6f6;

}

.mod-internalLink ul li a:before {
	font-size: 1.125em;
	position: relative;
	top: .15em;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .25em;
	content: '';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 10em;
	background-image: url(../img/svg/ico-arrow-right-outline.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

.mod-internalLink2 {
	font-size: .875em;
	max-width: 1024px;
	margin: 0 auto;

}

.mod-internalLink2 ul {
	text-align: center;
	letter-spacing: -.4em;

}

.mod-internalLink2 ul li {
	display: inline-block;
	width: 50%;
	max-width: 311px;
	padding: 0 .722em .3em;
	list-style: none;
	vertical-align: top;
	letter-spacing: 0;

}

.mod-internalLink2 ul li a {
	line-height: 1.2;
	display: block;
	padding: .66em;
	text-align: left;
	vertical-align: middle;
	border-radius: .3em;
	background: #d4f3fe;
	-webkit-box-shadow: 4px 4px 0 #7fd6f6;
	box-shadow: 4px 4px 0 #7fd6f6;

}

.mod-internalLink2 ul li a:before {
	font-size: 1.125em;
	position: relative;
	top: .15em;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .25em;
	content: '';
	/*-webkit-transform:rotate(90deg);
transform:rotate(90deg);*/
	border-radius: 10em;
	background-image: url(../img/svg/ico-arrow-right-outline.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

.mod-dl-flex, [class*=mod-ul-] {
	margin-bottom: 1em;

}

[class*=mod-ul-].mod-ul-asterisk, [class*=mod-ul-].mod-ul-attent, [class*=mod-ul-].mod-ul-color, [class*=mod-ul-].mod-ul-plain {
	list-style: none;

}

[class*=mod-ul-].mod-ul-color li, [class*=mod-ul-].mod-ul-plain li {
	position: relative;
	margin-bottom: .1em;
	padding-left: 1em;

}

[class*=mod-ul-].mod-ul-color li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	margin-right: .3em;
	content: '';
	vertical-align: top;
	background: #6accf0;

}

[class*=mod-ul-].mod-ul-plain li:before {
	line-height: 1;
	position: absolute;
	top: 6px;
	left: 0;
	width: 9px;
	height: 9px;
	margin-right: .3em;
	content: '';
	vertical-align: top;
	border-radius: 100em;
	background: #000;

}

[class*=mod-ul-].mod-ul-attent li {
	color: #c00;

}

[class*=mod-ul-].mod-ul-asterisk li:before, [class*=mod-ul-].mod-ul-attent li:before {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: .3em;
	content: '※';
	vertical-align: top;

}

[class*=mod-ul-].mod-ul-asterisk li, [class*=mod-ul-].mod-ul-attent li {
	position: relative;
	margin-bottom: .1em;
	padding-left: 1em;

}

.mod-dl-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.mod-dl-flex dt {
	font-weight: 700;

}

.btn-group {
	max-width: 768px;
	margin: 0 auto 1em;
	text-align: center;
	letter-spacing: -.4em;

}

.btn-group [class*=btn-link] {
	display: inline-block;
	min-width: 50%;
	padding: 0 1.5em;
	letter-spacing: 0;

}

.btn-group [class*=btn-link] a, [class*=mod-tbl] td .notes {
	display: block;

}

[class*=btn-link] {
	font-size: 1.571em;
	text-align: center;

}

[class*=btn-link] a {
	padding: 1em;
	vertical-align: middle;
	border-radius: .3em;
	outline: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1db8ff), color-stop(50%, #00a0e9));
	background: -webkit-linear-gradient(top, #1db8ff 50%, #00a0e9 50%);
	background: linear-gradient(to bottom, #1db8ff 50%, #00a0e9 50%);
	-webkit-box-shadow: 3px 3px 0 #007db6;
	box-shadow: 3px 3px 0 #007db6;

}

[class*=btn-link] a:after {
	width: 1em;
	height: 1em;
	margin-left: .3em;
	border-radius: 10em;
	background-image: url(../img/svg/ico-arrow-right-outline-i.svg);
	background-size: contain;

}

[class*=btn-link].btn-link-orange a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffab33), color-stop(50%, #ff9600));
	background: -webkit-linear-gradient(top, #ffab33 50%, #ff9600 50%);
	background: linear-gradient(to bottom, #ffab33 50%, #ff9600 50%);
	-webkit-box-shadow: 3px 3px 0 #cc7800;
	box-shadow: 3px 3px 0 #cc7800;

}

[class*=btn-link].btn-link-pink a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fb7594), color-stop(50%, #fa436e));
	background: -webkit-linear-gradient(top, #fb7594 50%, #fa436e 50%);
	background: linear-gradient(to bottom, #fb7594 50%, #fa436e 50%);
	-webkit-box-shadow: 3px 3px 0 #f91148;
	box-shadow: 3px 3px 0 #f91148;

}

.type_basic #main .section {
	padding-bottom: 1.3em;

}

.type_basic #main em {
	color: #c00;

}

.type_basic #main ul {
	float: none;
	clear: both;

}

.type_basic #main h4 .num, .type_basic #main h5 .num {
	font-size: 1.125em;
	color: #00a0e9;

}

[class*=mod-tbl] {
	width: 100%;
	margin: 0 auto 1em;
	border-collapse: collapse;
	border: 0;

}

[class*=mod-tbl] td, [class*=mod-tbl] th {
	font-weight: 100;
	padding: .5em;
	text-align: center;
	vertical-align: middle;
	border: solid #fff;
	border-width: 0 0 2px;

}

[class*=mod-tbl] thead th {
	color: #fff;
	background: #7b6c05;

}

[class*=mod-tbl] thead th:nth-child(2) {
	background: #948206;

}

[class*=mod-tbl] thead th:nth-child(3) {
	background: #ac9707;

}

[class*=mod-tbl] thead th:nth-child(4) {
	background: #c5ad08;

}

[class*=mod-tbl] thead th:nth-child(5) {
	background: #ddc209;

}

[class*=mod-tbl] tbody tr th {
	background: #c7c091;

}

[class*=mod-tbl] tbody tr td {
	background: #edead9;

}

[class*=mod-tbl] tbody tr:nth-child(even) th, [class*=mod-tbl].mod-tbl-timetable tbody tr:nth-child(even) th {
	background: #b0b06f;

}

[class*=mod-tbl] tbody tr:nth-child(even) td, [class*=mod-tbl].mod-tbl-timetable tbody tr:nth-child(even) td {
	background: #eae5c4;

}

[class*=mod-tbl].mod-tbl-timetable {
	max-width: 768px;

}

[class*=mod-tbl].mod-tbl-timetable .sub {
	font-weight: 700;

}

[class*=mod-tbl].mod-tbl-timetable tbody th {
	color: #fff;

}

[class*=mod-tbl].mod-tbl-timetable tbody tr th {
	background: #c7c091;

}

[class*=mod-tbl].mod-tbl-timetable tbody tr td {
	background: #edead9;

}

[class*=mod-tbl] [class*=btn-link] {
	font-size: 1em;
	margin: 0;

}

[class*=mod-tbl] .notes {
	font-size: .913em;
	display: inline-block;

}

.mod-category-link [class*=category-] .bg, .mod-visual-min .figure img {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

.mod-visual-min .figure img {
	width: 120%;
	max-width: 150%;

}

.mod-category-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 400px;
	border-radius: 8px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;

}

.mod-category-link [class*=category-] {
	font-size: 1.286em;
	position: relative;
	list-style: none;
	-webkit-transition: -webkit-box-flex .4s ease-out;
	transition: flex .4s ease-out;
	transition: flex .4s ease-out, -webkit-box-flex .4s ease-out, -ms-flex .4s ease-out;
	text-align: center;
	outline: 0;
	background-size: 100% 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;

}

.mod-category-link [class*=category-] .bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: .3;

}

.mod-category-link [class*=category-] .ttl {
	font-size: 1.333em;
	position: relative;
	z-index: 2;
	margin: 1em auto 0;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	opacity: 0;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(8, 7, 7, .4);

}

.mod-category-link [class*=category-] ul {
	position: relative;
	z-index: 3;
	display: none;
	/*padding:.556em;*/
	text-align: left;
	letter-spacing: -.4em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

}

.mod-category-link [class*=category-] ul li {
	width: 50%;
	margin-bottom: .556em;
	padding: 0 .278em;
	list-style: none;
	vertical-align: top;
	letter-spacing: 0;

}

.mod-category-link [class*=category-] ul a {
	display: block;
	height: 100%;
	padding: 6px 10px;
	text-align: center;
	color: #000;
	border-radius: 6px;
	background-color: #fff;

}

.mod-category-link [class*=category-] ul a .ico {
	display: block;
	margin: 0 auto;

}

.mod-category-link [class*=category-] .ico {
	line-height: 1;
	position: relative;
	top: .1em;
	display: inline-block;
	overflow: hidden;
	width: 1em;
	height: 1em;
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
	border-radius: 10em;

}

.mod-category-link [class*=category-] .ico svg, .mod-category-link [class*=category-] .ttl-cat .txt .ico svg {
	fill: #fff;

}

.mod-category-link [class*=category-] .ttl-cat {
	font-size: 1.333em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	border: 0;
	background: 0 0;

}

.mod-category-link [class*=category-] .ttl-cat .txt {
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1em;
	margin: auto;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	vertical-align: middle;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(8, 7, 7, .4);

}

.mod-category-link [class*=category-]:active, .mod-category-link [class*=category-]:focus, .mod-category-link [class*=category-]:hover {
	color: #fff;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;

}

.mod-category-link [class*=category-]:active .ttl, .mod-category-link [class*=category-]:focus .ttl, .mod-category-link [class*=category-]:hover .ttl {
	opacity: 1;

}

.mod-category-link [class*=category-]:active ul, .mod-category-link [class*=category-]:focus ul, .mod-category-link [class*=category-]:hover ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.mod-category-link [class*=category-]:active .ttl-cat .txt, .mod-category-link [class*=category-]:focus .ttl-cat .txt, .mod-category-link [class*=category-]:hover .ttl-cat .txt {
	opacity: 0;

}

.mod-category-link [class*=category-].category-item-1 {
	background-color: #ef43a9;

}

.mod-category-link [class*=category-].category-item-1 .bg {
	background-image: url(../img/bg-btn-category-1.png);

}

.mod-category-link [class*=category-].category-item-1 ul svg {
	fill: #ef43a9;

}

.mod-category-link [class*=category-].category-item-1 a.link-nest:hover {
	background-color: #ffd6ef;
}

.mod-category-link [class*=category-].category-item-2 {
	background-color: #ff9000;

}

.mod-category-link [class*=category-].category-item-2 .bg {
	background-image: url(../img/bg-btn-category-2.png);

}

.mod-category-link [class*=category-].category-item-2 ul svg {
	fill: #ff9000;

}

.mod-category-link [class*=category-].category-item-2 a.link-nest:hover {
	background-color: #ffe6c5;
}

.mod-category-link [class*=category-].category-item-3 {
	background-color: #1ab157;

}

.mod-category-link [class*=category-].category-item-3 .bg {
	background-image: url(../img/bg-btn-category-3.png);

}

.mod-category-link [class*=category-].category-item-3 ul svg {
	fill: #1ab157;

}

.mod-category-link [class*=category-].category-item-3 a.link-nest:hover {
	background-color: #baffd6;
}

.mod-category-link [class*=category-].category-item-4 {
	background-color: #4b70e4;

}

.mod-category-link [class*=category-].category-item-4 .bg {
	background-image: url(../img/bg-btn-category-4.png);

}

.mod-category-link [class*=category-].category-item-4 ul svg {
	fill: #4b70e4;

}

.mod-category-link [class*=category-].category-item-4 a.link-nest:hover {
	background-color: #ccd9ff;
}

@media (min-width:360px) {
	#commonHeader .logo {
		width: 300px;
		padding-top: 5px;
		padding-bottom: 11px;

	}

	#footer .mod-contact-info h2 {
		font-size: 3em;

	}

	#container-thought h2 {
		font-size: 5em;

	}

	#container-interview h2 {
		font-size: 3.5em;

	}

}

@media (min-width:425px) {
	#commonHeader .link-student {
		right: 134px;

	}

	#commonHeader .link-student a {
		padding: .55em;

	}

	#commonHeader .link-student .ico {
		width: 1.25em;
		height: 1.25em;

	}

	#commonHeader .sns {
		font-size: 2em;
		display: inline-block;
		vertical-align: top;

	}

	#commonHeader .sns [class*=link-] {
		margin-right: 4px;
		margin-left: 4px;

	}

	#navigation li a {
		padding-left: 2.5em;

	}

	#navigation li a .ico {
		font-size: 1.5em;
		margin: 0 .5em .3em;

	}

	#footer .mod-sitemap .item-1 .item-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

	}

	#footer .mod-sitemap .item-1 .item-wrap ul, #footer .mod-sitemap .item-2, #footer .mod-sitemap .item-3 {
		width: 50%;

	}

	#footer .mod-contact-info h2 {
		font-size: 3.5em;

	}

	#container-thought .mod-thought .figure .frame {
		max-width: 250px;

	}

	#container-thought .mod-thought .summary h3 {
		font-size: 1.813em;

	}

	#container-topics h2 {
		margin-bottom: 1.5em;
	}

	#container-topics .slide li {
		padding: 1.429em 1.429em 1.429em 2.5em;
		background-position: 1.5em 1.75em;
	}

	#container-topics .slide li dl {
		flex-direction: row;
	}

	#container-topics .slide li dt {
		width: 15.7em;
	}

	#container-topics .slide li dd {
		margin-left: 1em;
	}

	#container-interview h2 {
		font-size: 3.929em;
	}

	#container-camp .mod-banner-camp a {
		height: 0;
		padding-top: 17.2%;

	}

	#contentHeader {
		height: auto;
		min-height: 240px;

	}

	#contentHeader .mod-title {
		font-size: 2.5em;

	}

	.mod-internalLink {
		font-size: 1em;

	}

	[class*=mod-tbl] {
		font-size: 1.125em;

	}

	.mod-category-link [class*=category-] .bg {
		width: 180px;
		margin-left: 0;

	}

}

@media (min-width:600px) {
	.mod-visual-min {
		height: 178px;
		padding-top: 0;

	}

}

@media (min-width:678px) {
	#contentHeader {
		min-height: 381px;
		margin-top: -1em;
		padding-top: 108px;
		background-image: url(../img/cover.gif), url(../img/bg_header.jpg);

	}

	#contentHeader .mod-title {
		font-size: 3.382em;
		background: 0 0;

	}

	#contentHeader #breadCrumbs {
		position: absolute;

	}

	#contentHeader #breadCrumbs:before {
		display: none;
		background: 0 0;

	}

}

@media (min-width:768px) {
	body, html {
		scroll-behavior: auto;

	}

	a:focus, a:hover {
		color: #2769f6;

	}

	.pc {
		display: inherit;

	}

	#navigation h2, .sp {
		display: none;

	}

	#commonHeader {
		height: 73px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(top, #fff 50%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 100%);

	}

	#commonHeader:before {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		left: 0;
		height: 73px;
		content: '';
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(60%, rgba(255, 255, 255, .7)));
		background: -webkit-linear-gradient(top, #fff 40%, rgba(255, 255, 255, .7) 60%);
		background: linear-gradient(to bottom, #fff 40%, rgba(255, 255, 255, .7) 60%);

	}

	.menu-fixed #commonHeader {
		-webkit-transition-duration: .4s;
		transition-duration: .4s;
		background: 0 0;

	}

	.menu-fixed #commonHeader:before {
		position: absolute;
		height: 150px;
		content: '';

	}

	#commonHeader .logo {
		width: 40%;
		padding-top: 1.286em;
		padding-bottom: 0;
		padding-left: .857em;

	}

	#commonHeader .logo a:focus, #commonHeader .logo a:hover {
		opacity: .8;

	}

	#commonHeader .mod-link {
		position: absolute;
		right: .857em;
		text-align: right;
		padding-top: 19px;

	}

	#commonHeader .link-student {
		position: relative;
		right: 0;
		/*display: inline-block;*/
		display: none;
		margin-bottom: 0;

	}

	#commonHeader .link-student a {
		font-size: 1em;
		margin-top: 1.3em;
		padding: 0;
		border: 0;
		border-radius: 0;

	}

	#commonHeader .link-student .ico {
		width: 1em;
		height: 1em;

	}

	#commonHeader .sns [class*=link-] .ico svg {
		/*fill:#666;*/
	}

	#commonHeader .link-student a:focus .ico svg, #commonHeader .link-student a:hover .ico svg, #commonHeader .sns [class*=link-] a:focus .ico svg, #commonHeader .sns [class*=link-] a:hover .ico svg {
		fill: #2769f6;

	}

	#commonHeader .sns .link-fb a:focus .ico svg, #commonHeader .sns .link-fb a:hover .ico svg {
		fill: #315096;
	}

	#commonHeader .sns .link-tw a:focus .ico svg, #commonHeader .sns .link-tw a:hover .ico svg {
		fill: #55acee;
	}

	#commonHeader .sns .link-li a:focus .ico svg, #commonHeader .sns .link-li a:hover .ico svg {
		fill: #00c300;
	}

	#commonHeader .sns {
		font-size: 1.571em;
		position: relative;
		top: .6em;
		right: 0;

	}

	#commonHeader .button {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: top;

	}

	#commonHeader .button [class*=link-] {
		width: 141px;
		margin-left: 1px;

	}

	#commonHeader .button a {
		line-height: 35px;
		width: 141px;
		height: 35px;

	}

	#commonHeader .button a .ico-bg {
		right: .3em;
		bottom: .3em;
		width: 8px;
		height: 8px;

	}

	#commonHeader .button a:focus, #commonHeader .button a:hover, #contentHeader #breadCrumbs ul li a:focus, #contentHeader #breadCrumbs ul li a:hover {
		color: #2d2d2d;

	}

	#commonHeader .button a:focus svg, #commonHeader .button a:hover svg, #contentHeader #breadCrumbs ul li a:focus svg, #contentHeader #breadCrumbs ul li a:hover svg {
		fill: #2d2d2d;

	}

	#commonHeader .button .link-request a:focus, #commonHeader .button .link-request a:hover {
		background-color: #1db8ff;

	}

	#commonHeader .button .link-application a:focus, #commonHeader .button .link-application a:hover {
		background-color: #fb7594;

	}

	#commonHeader .button .link-lodge a:focus, #commonHeader .button .link-lodge a:hover {
		background-color: #66cc00;

	}

	#commonHeader .telephone {
		display: block;
		text-align: right;
		text-shadow: 0 0 5px #fff;

	}

	#navigation nav {
		position: absolute;
		top: auto;
		bottom: 0;
		background: rgba(255, 255, 255, .8);

	}

	.menu-fixed #navigation nav {
		position: fixed;
		z-index: 11;
		top: 70px;
		bottom: auto;
		-webkit-transition-duration: .4s;
		transition-duration: .4s;
		background: 0 0;

	}

	#navigation .wrap {
		height: auto !important;

	}

	#navigation ul[data-length='5'] li {
		width: 20%;

	}

	#navigation ul[data-length='6'] li {
		width: 16.66667%;

	}
	
	#navigation ul[data-length='7'] li{
		width:14.28571%;

	}

	#navigation li {
		display: inline-block;
		text-align: center;

	}

	#navigation li a {
		padding: 14px .1em 12px;

	}

	#navigation li a:focus, #navigation li a:hover {
		background: -webkit-radial-gradient(center, ellipse, rgba(0, 160, 233, .3) 0%, rgba(255, 255, 255, .6) 100%);
		background: radial-gradient(ellipse at center, rgba(0, 160, 233, .3) 0%, rgba(255, 255, 255, .6) 100%);

	}

	#navigation li a .ico {
		display: block;
		margin: 0 auto .2em;

	}

	#navigation li:after {
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: 60%;
		height: 3px;

	}

	#navigation li:before {
		top: 0;
		right: auto;
		bottom: 0;
		width: 1px;
		height: 60%;
		border-width: 0 0 0 1px;

	}

	#footer #commonFooter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

	}

	#footer .mod-sitemap {
		width: 50%;
		padding: 20px 10px;

	}

	#footer .mod-sitemap .item {
		padding: 0 10px;

	}

	#footer .mod-sitemap .item .item-wrap {
		padding-left: 0;

	}

	#footer .mod-sitemap a:focus, #footer .mod-sitemap a:hover {
		text-decoration: underline;

	}

	#footer .mod-contact-info {
		width: 50%;
		padding: 20px;

	}

	#footer .mod-contact-info .item {
		padding: 2em 1em;

	}

	#footer .mod-contact-info .telephone .link-telephone, #footer .mod-contact-info h2 {
		font-size: 3em;

	}

	#footer .mod-contact-info .access [class*=link-] a:focus, #footer .mod-contact-info .access [class*=link-] a:hover {
		opacity: 0.5;
	}

	#footer .mod-contact-info .access [class*=link-] a:focus:after, #footer .mod-contact-info .access [class*=link-] a:hover:after {
		opacity: 0.5;
	}

	#footer .mod-contact-info .button [class*=link-] a:focus, #footer .mod-contact-info .button [class*=link-] a:hover {
		opacity: 0.7;
	}






	#main {
		font-size: 1em;

	}

	#main:before {
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		padding-bottom: 108px;
		content: '';
		opacity: .5;
		background: no-repeat center 60vh;
		background-size: auto 20em;

	}

	.telephone .link-telephone a:focus, .telephone .link-telephone a:hover {
		color: #fa436e;

	}

	.telephone .link-telephone a:focus svg, .telephone .link-telephone a:hover svg {
		fill: #fa436e;

	}

	.sub {
		font-size: .5em;

	}

	#container-topics .mod-topics #switchView:focus, #container-topics .mod-topics #switchView:hover {
		background: #50c8ff;

	}

	#container-topics .slide .slide-inner {
		overflow: auto;
		/*height:13.65em;*/

	}

	#container-topics .slide .slide-inner::-webkit-scrollbar {
		width: 13px;

	}

	#container-topics .slide .slide-inner::-webkit-scrollbar-track {
		background: #fff;

	}

	#container-topics .slide .slide-inner::-webkit-scrollbar-thumb {
		background: #b0dceb;

	}

	.mod-internalLink ul li {
		width: 33%;

	}

	.mod-internalLink ul li a {
		text-align: center;

	}

	.mod-internalLink ul li a:hover {
		opacity: 0.8;
	}

	.mod-internalLink2 ul li {
		width: 33%;

	}

	.mod-internalLink2 ul li a {
		text-align: center;

	}

	.mod-internalLink2 ul li a:hover {
		opacity: 0.8;

	}

	[class*=btn-link] a:focus, [class*=btn-link] a:hover {
		color: #fff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #37c0ff), color-stop(50%, #04b0ff));
		background: -webkit-linear-gradient(top, #37c0ff 50%, #04b0ff 50%);
		background: linear-gradient(to bottom, #37c0ff 50%, #04b0ff 50%);

	}

	[class*=btn-link].btn-link-orange a:focus, [class*=btn-link].btn-link-orange a:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffb64d), color-stop(50%, #ffa11a));
		background: -webkit-linear-gradient(top, #ffb64d 50%, #ffa11a 50%);
		background: linear-gradient(to bottom, #ffb64d 50%, #ffa11a 50%);

	}

	[class*=btn-link].btn-link-pink a:focus, [class*=btn-link].btn-link-pink a:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fc8ea7), color-stop(50%, #fb5c81));
		background: -webkit-linear-gradient(top, #fc8ea7 50%, #fb5c81 50%);
		background: linear-gradient(to bottom, #fc8ea7 50%, #fb5c81 50%);

	}

	.type_basic #main .mod-article {
		margin-bottom: 5em;

	}

	.mod-float-wrap .figure-float {
		width: 35%;

	}

	[class*=mod-tbl] {
		font-size: 1.429em;

	}

	.mod-category-link {
		height: 255px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;

	}

	.mod-category-link [class*=category-] .bg {
		width: 100%;
		margin-left: auto;

	}

	.mod-category-link [class*=category-] ul {
		margin: 0 5%;
		
	}

}

.mod-category-link [class*=category-] ul a .ico {
	display: inline-block;
	margin: 0;

	}

}

@media (min-width:900px) {
	#container-topics h2 {
		margin-bottom: .5em;

	}

	#container-topics .mod-topics #switchView {
		top: -45px
	}

	.mod-internalLink {
		font-size: 1.286em;

	}

}

@media (min-width:1024px) {
	#footer .mod-contact-info h2 {
		font-size: 4em;

	}

	#footer .mod-contact-info .access [class*=link-]:nth-child(odd) {
		padding-right: 1em;

	}

	#footer .mod-contact-info .access [class*=link-]:nth-child(even) {
		padding-left: 1em;

	}

	#footer .mod-contact-info .telephone .link-telephone {
		font-size: 3.6em;

	}

	.wrap {
		max-width: 1024px;

	}

	#main .mod-article .wrap {
		max-width: 1000px;

	}

	#container-thought .mod-thought .summary h3 {
		font-size: 2.143em;

	}

	#container-topics .mod-topics {
		width: 100%;
		padding-top: 0;

	}

}

@media (min-width:425px) {

	.mod-contact .telephone h4 {
		font-size: 1.314em;

	}

	.mod-contact .telephone .link-telephone {
		font-size: 3em;

	}

	#banner-corse .banner-wrap [class*=banner-corse-].banner-corse-3 {
		left: 4em;

	}

	#banner-corse .banner-wrap [class*=banner-corse-].banner-corse-4 {
		right: 4em;

	}

	#banner-corse .mod-text {
		font-size: 1.5em;
		padding-bottom: 5em;

	}

	.mod-topics .slide li .topic-item dl {
		min-height: 1em;

	}

	.mod-topics .slide li .topic-item dt {
		top: 0;
		width: 15.7em;

	}

	.mod-topics .slide li .topic-item dd {
		margin-left: 16.5em;

	}

}

@media (min-width:768px) {


	.mod-topics #switchView:focus, .mod-topics #switchView:hover {
		background: #50c8ff;

	}

	.mod-topics .slide .slide-inner {
		overflow: auto;
		/*height:13.65em;*/

	}

	.mod-topics .slide .slide-inner::-webkit-scrollbar {
		width: 13px;

	}

	.mod-topics .slide .slide-inner::-webkit-scrollbar-track {
		background: #fff;

	}

	.mod-topics .slide .slide-inner::-webkit-scrollbar-thumb {
		background: #b0dceb;

	}

}

@media (min-width:1024px) {

	#main {
		font-size: 1.25em;

	}

}

/****  20190613追加　新ヘッダー電話番号  ****/
.telephone2 {
	display: inline-block;
	/* インラインブロック要素にする */
	padding: 5px;
	/* 余白指定 */
	height: 50px;
	/* 高さ指定 */
	/*width: 230px;*/
	/* 幅指定 */
	text-align: right;
}

.telephone2 .txt {
	font-size: .857em;
}

.hdr_tel {
	text-align: right;
	/* 子要素を左右中央揃えにする */
	padding: 0px;
	/* 余白指定 */
	display: none;
}

.tel_num {
	font-size: 2.05em;
	font-weight: bold;
	font-family: 'Questrial', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	display: inline-block;
	overflow: hidden;
	vertical-align: text-top;
	color: #333;
}

@media (max-width:767px) {
	#commonHeader .hdr_tel {
		display: none;
		margin-top: .75em;
		text-align: center;

	}

	.menu-open #commonHeader .hdr_tel {
		display: block;

	}

	.telephone2 {
		width: 100%;
		/* 幅指定 */
		text-align: center;
	}

	.telephone2 .txt {
		padding: 5px;
	}
}

@media screen and (max-width: 640px) {
	.feeMain {
		font-size: 1.429em;
	}
}

@media (max-width:424px) {
	#commonHeader .sns {
		font-size: 1.75em;
		position: absolute;
		top: 65px;
		left: 42%;
		letter-spacing: -.4em;
		display: block;
	}

	#commonHeader .sns [class*=link-]+[class*=link-] {
		margin-left: 15px;
	}

	#commonHeader .telephone {
		margin-top: 2.5em;
		text-align: center;
	}

	#commonHeader .hdr_tel {
		margin-top: 2.5em;
		text-align: center;
	}
}

.box {
	margin: 0 0 2em 0;
	background: #f1f1f1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box .box-title {
	font-size: 1.2em;
	background: #5fc2f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.box p {
	padding: 15px 20px;
	margin: 0;
}

#container-camp .mod-banner-recruit:hover {
	opacity: 0.7;
}
