@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: "FontAwesome";
	src: url("htdocs/assets/lib/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("htdocs/assets/lib/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("htdocs/assets/lib/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("htdocs/assets/lib/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("htdocs/assets/lib/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("htdocs/assets/lib/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before, .fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before, .fa-users:before {
	content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before, .fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}

.fa-won:before, .fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before, .fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@font-face {
	font-family: "FontAwesome";
	src: url("/assets/lib/fontawesome/fonts/fontawesome-webfont.eot?v=4.4.0");
	src: url("/assets/lib/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("/assets/lib/fontawesome/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("/assets/lib/fontawesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("/assets/lib/fontawesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("/assets/lib/fontawesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

*, *:before, *:after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
	color: #131313;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	letter-spacing: .04em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

ruby[data-ruby] {
	position: relative;
}

ruby[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	line-height: 100%;
	text-align: center;
	left: -3em;
	right: -3em;
	transform-origin: bottom center;
	/* ルビの文字サイズを親文字に対する比率で指定 */
	transform: scale(0.5);
	/* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
	bottom: 105%;
}

ruby[data-ruby] rt {
	display: none;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 1.3rem;
		letter-spacing: normal;
	}
}

.roboto {
	font-family: "Roboto", sans-serif;
}

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

h1, h2, h3, h4, h5, h6, strong, b, dt, th {
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-transition: .3s;
	transition: .3s;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select, button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	background-color: transparent;
	font-family: inherit;
	font-size: 100%;
	vertical-align: middle;
}

select {
	text-indent: .01px;
	text-overflow: "";
}

select::-ms-expand {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transition: .3s;
	transition: .3s;
}

em {
	font-style: normal;
}

/* IE9+ & modern browser */
:selection {
	color: #000;
	background: #dbbe64;
}

:-moz-selection {
	color: #000;
	background: #dbbe64;
}

header {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	margin-bottom: 40px;
	background-color: #fff;
	z-index: 999;
	-webkit-transition: .5s;
	transition: .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

header.sp-header {
	display: none;
}

div#modal-contract {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	background-color: white;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

div#modal-contract>* {
	padding: 8rem 2rem 4rem;
}

div#modal-contract>section {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

div#modal-contract>section>header {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

div#modal-contract>section>header>div#contractClose {
	width: 5rem;
	height: 5rem;
	position: fixed;
	top: 2rem;
	right: 2rem;
	border: solid 1px #131313;
	border-radius: 50%;
	cursor: pointer;
	background-color: #f7f7f7;
}

div#modal-contract>section>header>div#contractClose::before,
div#modal-contract>section>header>div#contractClose::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.2rem;
	height: 1px;
	background-color: #131313;
}

div#modal-contract>section>header>div#contractClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

div#modal-contract>section>header>div#contractClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

div#modal-contract>section>header>h1 {
	padding: 0;
	text-align: center;
}

div#modal-contract>section>header>p {
	margin: calc(4.8rem - 1.4rem) 0;
}

div#modal-contract>section>main {}

div#modal-contract>section>main>dl {}

div#modal-contract>section>main>dl>dt {
	font-weight: bold;
	margin-top: calc(4.8rem - 1.4rem);
}

div#modal-contract>section>main>dl>dt::before {
	content: '〈';
}

div#modal-contract>section>main>dl>dt::after {
	content: '〉';
}

div#modal-contract>section>main>dl>dd {}

div#modal-contract>section>main>dl>dd>ul {}

div#modal-contract>section>main>dl>dd>ul>li {
	margin-left: 2rem;
	list-style-type: disc;
}

div#modal-contract>section>main>dl>dd>ul>li>ul {
	margin: 1.6rem 0;
}

div#modal-contract>section>main>dl>dd>ul>li>ul>li {
	margin-left: 1rem;
	text-indent: -1rem;
}

div#modal-contract>section>main>dl>dd>ul>li>ul>li::before {
	content: '■';
	font-size: 1rem;
}

div#modal-contract>section#contract>dl#contractorInfo {
	display: grid;
	grid-template-columns: 4cm auto;
	border: solid 1px gray;
	border-width: 1px 0 0 1px;
}

div#modal-contract>section#contract>dl#contractorInfo>dt,
div#modal-contract>section#contract>dl#contractorInfo>dd {
	border: solid 1px gray;
	border-width: 0 1px 1px 0;
	line-height: 2.4rem;
	padding: 1.4rem 0;
}

div#modal-contract>section#contract>dl#contractorInfo>dt {
	text-align: center;
}

div#modal-contract>section#contract>dl#contractorInfo>dd {}

div#modal-contract>section#contract>dl#contractorInfo>dd#fullName {
	position: relative;
}

div#modal-contract>section#contract>dl#contractorInfo>dd#fullName::before {
	content: '';
	border-bottom: solid 1px gray;
	width: 100%;
	height: 3rem;
	position: absolute;
	top: 0;
	left: 0;
	transform: scaleY(.5);
	transform-origin: 100% 0;
	/* 線の太さを細くしたかったので高さを半分に縮めています */
}

@media print {
	div#modal-contract {
		width: 100%;
	}

	div#modal-contract>* {
		margin: 0;
		padding: 0;
	}

	div#modal-contract>section>header>div#contractClose {
		display: none;
	}

	@page {
		margin: 2cm;
	}
}

@media all and (min-width: 768px) {

	div#modal-contract {
		z-index: 999;
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		background-color: white;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}

	div#modal-contract>* {
		width: 21cm;
		margin: auto;
		padding: 2cm;
	}

	div#modal-contract>section {
		font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	}

	div#modal-contract>section>header {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
	}

	div#modal-contract>section>header>h1 {
		padding: 0;
		text-align: center;
	}

	div#modal-contract>section>header>p {
		margin: calc(4.8rem - 1.4rem) 0;
	}

	div#modal-contract>section>main {}

	div#modal-contract>section>main>dl {}

	div#modal-contract>section>main>dl>dt {
		font-weight: bold;
		margin-top: calc(4.8rem - 1.4rem);
	}

	div#modal-contract>section>main>dl>dt::before {
		content: '〈';
	}

	div#modal-contract>section>main>dl>dt::after {
		content: '〉';
	}

	div#modal-contract>section>main>dl>dd {}

	div#modal-contract>section>main>dl>dd>ul {}

	div#modal-contract>section>main>dl>dd>ul>li {
		margin-left: 2rem;
		list-style-type: disc;
	}

	div#modal-contract>section>main>dl>dd>ul>li>ul {
		margin: 1.6rem 0;
	}

	div#modal-contract>section>main>dl>dd>ul>li>ul>li {
		margin-left: 1rem;
		text-indent: -1rem;
	}

	div#modal-contract>section>main>dl>dd>ul>li>ul>li::before {
		content: '■';
		font-size: 1rem;
	}

	div#modal-contract>section#contract>dl#contractorInfo {
		display: grid;
		grid-template-columns: 4cm auto;
		border: solid 1px gray;
		border-width: 1px 0 0 1px;
	}

	div#modal-contract>section#contract>dl#contractorInfo>dt,
	div#modal-contract>section#contract>dl#contractorInfo>dd {
		border: solid 1px gray;
		border-width: 0 1px 1px 0;
	}

	div#modal-contract>section#contract>dl#contractorInfo>dt {
		text-align: center;
	}

	div#modal-contract>section#contract>dl#contractorInfo>dd {}
}

@media all and (max-width: 979px) {
	header {
		display: none;
	}

	header.sp-header {
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		background-color: #fff;
	}

	header.sp-header .logo {
		padding: 30px 0;
	}

	header.sp-header .logo a {
		width: 50%;
		text-align: center;
	}

	header.sp-header .logo img {
		width: 100%;
		max-width: 249px;
	}
}

header .logo {
	padding: 71px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .5s;
	transition: .5s;
}

header nav {
	-webkit-transition: .5s;
	transition: .5s;
	padding-top: 38.4px;
}

header nav>ul {
	width: 940px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

header nav>ul li {
	font-size: 14px;
	text-align: center;
}

header nav span[data-dropdown] {
	cursor: pointer;
}

.dropdowm_container {
	background-color: #f7f7f7;
	width: 100%;
	position: absolute;
	top: calc(174px + 40px);
	z-index: 999;
	display: none;
}

.dropdowm_container ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dropdowm_container ul li a {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	margin: 40px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dropdowm_container ul li a p {
	margin-left: 18.3px;
}

.header-fixed header, .header-fixed .dropdowm_container {
	position: fixed;
}

.header-fixed header {
	top: 0;
	width: 100%;
	padding: 33px 10px;
	margin-bottom: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-fixed header .logo {
	padding-top: 0;
	width: 190px;
}

@media all and (max-width: 768px) {
	.header-fixed header .logo {
		width: 100%;
	}
}

.header-fixed header .logo img {
	width: 100%;
}

.header-fixed header nav {
	padding-top: 0;
	-ms-flex-preferred-size: 940px;
	flex-basis: 940px;
}

.header-fixed header nav ul {
	width: auto;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.header-fixed .dropdowm_container {
	top: calc(65px + 30px);
}

.menu-trigger {
	display: none;
}

.menu-trigger-wrap {
	display: none;
}

@media all and (max-width: 979px) {
	.menu-trigger {
		display: block;
		position: relative;
		cursor: pointer;
		width: 100%;
		height: 100%;
		background-color: #f7f7f7;
		border-radius: 100%;
		border: solid 1px #131313;
	}

	.menu-trigger-wrap {
		width: 50px;
		height: 50px;
		position: fixed;
		z-index: 99999;
		top: 20px;
		right: 17px;
		display: block;
	}

	.menu-trigger span {
		-webkit-transition: .5s;
		transition: .5s;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 12px;
		height: 1px;
		background-color: #131313;
		border-radius: 4px;
	}

	.menu-trigger span:nth-of-type(1) {
		-webkit-transform: translate(-50%, -500%);
		transform: translate(-50%, -500%);
	}

	.menu-trigger span:nth-of-type(2) {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.menu-trigger span:nth-of-type(3) {
		-webkit-transform: translate(-50%, 400%);
		transform: translate(-50%, 400%);
	}

	.menu-trigger.menu-active span:nth-of-type(1) {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.menu-trigger.menu-active span:nth-of-type(2) {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	.menu-trigger.menu-active span:nth-of-type(3) {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
}

.sp-menu {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 25px 0;
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

.sp-menu li {
	margin-bottom: 35px;
}

.sp-menu li:last-child {
	margin-bottom: 0;
}

.sp-menu li a, .sp-menu li span {
	color: #131313;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.sp-menu li a:hover, .sp-menu li span:hover {
	color: #8e8e8e;
}

.sp-menu li .have-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp-menu li .have-child:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: translate(-150%, 200%) rotate(-45deg);
	transform: translate(-150%, 200%) rotate(-45deg);
	-webkit-transition: .5s;
	transition: .5s;
}

.sp-menu li .have-child.child-active {
	color: #8e8e8e;
}

.sp-menu li .have-child.child-active:after {
	-webkit-transform: translate(-150%, 200%) rotate(135deg);
	transform: translate(-150%, 200%) rotate(135deg);
}

.sp-menu li .menu-child {
	display: none;
	margin-top: 20px;
	padding-left: 30px;
	margin-bottom: 15px;
}

.sp-menu li .menu-child li:last-child {
	margin-bottom: 0;
}

.sp-menu li .menu-child a {
	font-size: 15px;
	font-size: 1.5rem;
}

.sp-menu-wrap {
	display: none;
	z-index: 9999;
}

@media all and (max-width: 979px) {
	.sp-menu-wrap {
		background-color: #f7f7f7;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: scroll;
	}
}

.menu-btn {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	background-color: #a79a4f;
	padding: 12px 21px;
	font-size: 14px;
	border-radius: 5px;
	width: 225px;
	height: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: calc(43px /2);
	color: #f7f7f7;
	cursor: pointer;
}

.menu-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 38px;
	margin-bottom: 38px;
}

@media all and (max-width: 768px) {
	.menu-btn {
		margin-top: 25px;
		display: inline-block;
	}
}

.menu-btn .icon {
	margin-right: 10px;
}

.menu-btn:hover {
	color: #f7f7f7;
	background-color: #7a713a;
}

footer {
	background: -webkit-linear-gradient(left, #131313 34%, #131313 0%, #f7f7f7 0%, #f7f7f7 100%);
	background: linear-gradient(90deg, #131313 34%, #131313 0%, #f7f7f7 0%, #f7f7f7 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 10px 0;
}

@media all and (max-width: 768px) {
	footer {
		display: block;
		background: none;
	}
}

footer .footer-wrap {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media all and (max-width: 768px) {
	footer .footer-wrap {
		display: block;
	}
}

footer .footer-column-left {
	width: 35%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: #131313;
	margin-right: 30px;
}

@media all and (max-width: 768px) {
	footer .footer-column-left {
		width: 100%;
		display: block;
	}
}

footer .footer-column-left-content {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	text-align: right;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

@media all and (max-width: 768px) {
	footer .footer-column-left-content {
		text-align: center;
		padding: 20px 0;
	}
}

footer .footer-column-left:after {
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	width: 0;
	height: 0;
	border-top: 125px solid transparent;
	border-right: 0;
	border-bottom: 125px solid transparent;
	border-left: 30px solid #131313;
}

@media all and (max-width: 768px) {
	footer .footer-column-left:after {
		left: 50%;
		bottom: -40px;
		top: auto;
		border-top: 25px solid #131313;
		border-right: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 25px solid transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

footer .footer-column-right {
	width: 65%;
	margin-left: 30px;
	padding-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media all and (max-width: 768px) {
	footer .footer-column-right {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
	}
}

footer .footer-column-right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media all and (max-width: 768px) {
	footer .footer-column-right-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		margin: 0 auto;
	}
}

footer .footer-tel {
	font-size: 13px;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 10px;
}

@media all and (max-width: 768px) {
	footer .footer-tel {
		margin-top: 30px;
		margin-right: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}

footer .footer-tel-main {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	font-size: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

@media all and (max-width: 768px) {
	footer .footer-tel-main {
		pointer-events: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

footer .footer-tel-main-icon {
	margin-right: 10px;
	margin-bottom: 3px;
}

footer .footer-tel-notes {
	color: #5c5c5c;
}

footer .footer-btn {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	background-color: #a79a4f;
	padding: 12px 21px;
	font-size: 14px;
	border-radius: 5px;
	min-width: 225px;
	height: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: calc(43px /2);
	color: #f7f7f7;
	cursor: pointer;
}

@media all and (max-width: 768px) {
	footer .footer-btn {
		margin-top: 25px;
		display: inline-block;
	}
}

footer .footer-btn .icon {
	margin-right: 10px;
}

footer .footer-btn:hover {
	color: #f7f7f7;
	background-color: #d5c568;
}

.copyright {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	color: #5c5c5c;
}

@media all and (max-width: 768px) {
	.copyright {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.column {
	overflow: hidden;
}

.column-image {
	margin-bottom: 18px;
	overflow: hidden;
}

.column-image img {
	width: 100%;
}

.column-content-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.column-content-title {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	font-size: 20px;
	font-size: 2rem;
}

.column-content-subtitle {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	font-size: 20px;
	font-size: 2rem;
}

.column-content-title-mini {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.column-content-subtitle-mini {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -10px;
	margin-bottom: 5px;
}

@media all and (max-width: 768px) {
	.column-content-title-mini {
		font-size: 1.4rem;
	}

	.column-content-subtitle-mini {
		font-size: 1.2rem;
	}
}

.column-content-teacher {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

@media all and (max-width: 768px) {
	.column-content-teacher {
		font-size: 1.4rem;
	}
}

.column-content-teacher:last-child {
	margin-bottom: 0;
}

.column-content-text {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #5c5c5c;
}

.column-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

@media all and (max-width: 768px) {
	.column-3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}

.column-3:not(:first-child) {
	margin-top: 35px;
}

@media all and (max-width: 768px) {
	.column-3:not(:first-child) {
		margin-top: 15px;
	}
}

.column-3:after {
	content: "";
	display: block;
	width: calc((100% / 3) - (20px * 2));
}

.column-3 .column {
	-ms-flex-preferred-size: calc((100% / 3) - (20px * 2));
	flex-basis: calc((100% / 3) - (20px * 2));
	padding: 30px 0;
}

.column-3 .column:nth-child(-n+3) {
	padding-top: 0;
}

@media all and (max-width: 768px) {
	.column-3 .column:nth-child(-n+3) {
		padding: 0;
	}
}

.column-3 .column:nth-last-child(-n+3) {
	padding-bottom: 0;
}

@media all and (max-width: 768px) {
	.column-3 .column:nth-last-child(-n+3) {
		padding: 0;
	}
}

@media all and (max-width: 768px) {
	.column-3 .column {
		margin-bottom: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		padding: 0;
	}

	.column-3 .column:last-child {
		margin-bottom: 0;
	}

	.column-3 .column a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.column-3 .column-image {
		margin-right: 10px;
		width: 40%;
	}

	.column-3 .column-content {
		width: calc(100% - 40%);
	}

	.column-3 .column-content-title {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	.column-3 .column-content-text {
		font-size: 1.2rem;
	}

	.column-3 .column-sp-column a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.column-3 .column-sp-column a .column-image, .column-3 .column-sp-column a .column-content {
		margin: 0;
		width: 100%;
	}

	.column-3 .column-sp-column a .column-image {
		margin-bottom: 15px;
	}
}

.column-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

@media all and (max-width: 768px) {
	.column-4 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}

.column-4:before {
	content: "";
	display: block;
	width: calc((100% / 4) - (12px * 2));
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.column-4:after {
	content: "";
	display: block;
	width: calc((100% / 4) - (12px * 2));
}

.column-4:not(:first-child) {
	margin-top: 35px;
}

@media all and (max-width: 768px) {
	.column-4:not(:first-child) {
		margin-top: 15px;
	}
}

.column-4 .column {
	-ms-flex-preferred-size: calc((100% / 4) - (12px * 2));
	flex-basis: calc((100% / 4) - (12px * 2));
	padding: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

@media all and (max-width: 768px) {
	.column-4 .column {
		margin-bottom: 30px;
	}

	.column-4 .column:nth-last-child(-n+1) {
		margin-bottom: 0;
	}
}

.column-4 .column-content-title {
	font-size: 18px;
	font-size: 1.8rem;
}

@media all and (max-width: 768px) {
	.column-4 .column-content-title {
		font-size: 1.4rem;
	}
}

.column-4 .column-content-bottom {
	padding-top: 10px;
	margin-top: auto;
}

.column-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

.column-5 .column {
	-ms-flex-preferred-size: calc((100% / 5) - (10px * 2));
	flex-basis: calc((100% / 5) - (10px * 2));
	padding: 30px 0 0;
}

@media all and (max-width: 768px) {
	.column-5 .column {
		padding-top: 0;
	}
}

.column-5 .column:nth-child(-n+5) {
	padding-top: 0;
}

@media all and (max-width: 768px) {
	.column-5 .column:nth-child(-n+5) {
		padding: 0;
	}
}

.column-5 .column:nth-last-child(-n+5) {
	padding-bottom: 0;
}

@media all and (max-width: 768px) {
	.column-5 .column:nth-last-child(-n+5) {
		padding: 0;
	}
}

.column-5 .column-image {
	margin-bottom: 12px;
}

@media all and (max-width: 768px) {
	.column-5 .column {
		-ms-flex-preferred-size: calc((100% / 2) - (7.5px * 2));
		flex-basis: calc((100% / 2) - (7.5px * 2));
		margin-bottom: 40px;
	}

	.column-5 .column:last-child {
		margin-bottom: 0;
	}

	.column-5 .column a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.column-5 .column-image {
		margin-bottom: 10px;
	}

	.column-5 .column-content {
		width: calc(100% - 40%);
	}

	.column-5 .column-content-title {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	.column-5 .column-content-text {
		font-size: 1.2rem;
	}
}

.column-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

.column-6:not(:first-child) {
	margin-top: 35px;
}

@media all and (max-width: 768px) {
	.column-6:not(:first-child) {
		margin-top: 15px;
	}
}

.column-6 .column {
	-ms-flex-preferred-size: calc((100% / 6) - (11.5px * 2));
	flex-basis: calc((100% / 6) - (11.5px * 2));
	padding: 30px 0 0;
	margin: 0 11.5px;
}

.column-6 .column:nth-child(6n) {
	margin-right: 0;
}

.column-6 .column:nth-child(6n+1) {
	margin-left: 0;
}

.column-6 .column:nth-child(-n+6) {
	padding-top: 0;
}

@media all and (max-width: 768px) {
	.column-6 .column:nth-child(-n+6) {
		padding: 0;
	}
}

.column-6 .column:nth-last-child(-n+6) {
	padding-bottom: 0;
}

@media all and (max-width: 768px) {
	.column-6 .column:nth-last-child(-n+6) {
		padding: 0;
	}
}

.column-6 .column-image {
	margin-bottom: 12px;
}

@media all and (max-width: 768px) {
	.column-6 .column {
		-ms-flex-preferred-size: calc((100% / 2) - (7.5px * 2));
		flex-basis: calc((100% / 2) - (7.5px * 2));
		margin: 0 0 40px;
		padding-top: 0;
	}

	.column-6 .column:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.column-6 .column a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.column-6 .column-image {
		margin-bottom: 10px;
	}

	.column-6 .column-content-title {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	.column-6 .column-content-text {
		font-size: 1.2rem;
	}
}

.column-side:after {
	content: "";
	display: block;
	width: calc((100% / 3) - (16px * 2));
}

.column-side .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc((100% / 3) - (16px * 2));
	flex-basis: calc((100% / 3) - (16px * 2));
}

@media all and (max-width: 768px) {
	.column-side .column {
		margin-bottom: 20px;
	}
}

.column-side .column-image img {
	max-width: 150px;
}

@media all and (max-width: 768px) {
	.column-side .column-image img {
		max-width: none;
	}
}

@media all and (max-width: 768px) {
	.column-side .column-image {
		margin-bottom: 0;
	}
}

.column-side .column-content {
	margin-left: 20px;
	width: calc(100% - 150px - 20px);
}

@media all and (max-width: 768px) {
	.column-side .column-content {
		width: 60%;
	}
}

@media all and (max-width: 768px) {
	.column-sp-column .column {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.column-sp-column .column-image, .column-sp-column .column-content {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

.row-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

h1, h2, h3 {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 32px;
	line-height: 3.2rem;
	padding-top: 5px;
	padding-top: .5rem;
}

@media all and (max-width: 768px) {
	h1 {
		font-size: 2.2rem;
		line-height: 2.2rem;
	}
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	padding-top: 5px;
	padding-top: .5rem;
}

@media all and (max-width: 768px) {
	h2 {
		font-size: 2rem;
	}
}

h2 span {
	font-size: 28px;
	font-size: 2.8rem;
	padding: 0 25px;
	position: relative;
	display: inline-block;
}

h2 span:before, h2 span:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #5c5c5c;
}

h2 span:before {
	left: 0;
}

h2 span:after {
	right: 0;
}

@media all and (max-width: 768px) {
	h2 span {
		font-size: 2rem;
	}
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	line-height: 2.4rem;
	padding-top: 5px;
	padding-top: .5rem;
	padding-left: 20px;
	border-left: solid 6px #131313;
}

@media all and (max-width: 768px) {
	h3 {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.lead-text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0;
}

a {
	color: #131313;
	text-decoration: none;
}

a .column-image img {
	-webkit-transition: 10s linear;
	transition: 10s linear;
}

a:hover {
	color: #8e8e8e;
}

a:hover .column-image img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 20s linear;
	transition: 20s linear;
}

strong, b {
	font-weight: bold;
}

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

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

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

.news-list {
	margin-bottom: 45px;
}

.news-list-content {
	border-bottom: solid 1px #efefef;
}

.news-list-content:nth-child(1) a {
	padding-top: 0;
}

.news-list-content:nth-child(3) {
	border-bottom: none;
}

.news-list-content:nth-child(3) a {
	padding-bottom: 0;
}

.news-list-content a {
	padding: 20px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media all and (max-width: 768px) {
	.news-list-content a {
		display: block;
	}
}

.news-list-image {
	min-width: 51px;
	max-width: 51px;
	margin-right: 20px;
}

@media all and (max-width: 768px) {
	.news-list-image {
		margin-right: 15px;
		float: left;
	}
}

.news-list-date {
	margin-right: 30px;
}

@media all and (max-width: 768px) {
	.news-list-date {
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
		font-size: 1.2rem;
	}
}

@media all and (max-width: 768px) {
	.news-list-text {
		display: block;
		height: 1.5rem;
		overflow: hidden;
		line-height: 1.6rem;
	}
}

.side-fixed-banner {
	position: fixed;
	top: 30%;
	right: 0;
	width: 60px;
	height: 220px;
	z-index: 99;
}

@media all and (max-width: 768px) {
	.side-fixed-banner {
		width: 40px;
		height: 203px;
	}
}

.side-fixed-banner a {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	background-color: #a79a4f;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.side-fixed-banner a img {
	margin-bottom: 8px;
}

.side-fixed-banner a:hover {
	color: #f7f7f7;
	background-color: #d5c568;
}

.icon-studio {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	background-color: #e8e8e8;
	padding: 0 10px;
	border-radius: 20px;
	line-height: 24px;
	height: 22px;
}

@media all and (max-width: 768px) {
	.icon-studio {
		line-height: 22px;
	}
}

.icon-link {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.icon-link:before, .icon-link:after {
	content: "";
	position: absolute;
	top: 50%;
}

.icon-link:before {
	background-color: #bfbfbf;
	width: 14px;
	height: 14px;
	border-radius: 2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: calc(-2rem);
}

.icon-link:after {
	right: -16.5px;
	-webkit-transform: rotate(45deg) translateY(-35%) translateX(-35%);
	transform: rotate(45deg) translateY(-35%) translateX(-35%);
	border-top: solid 2px #efefef;
	border-right: solid 2px #efefef;
	width: 7px;
	height: 7px;
}

.icon-blank {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.icon-blank:before {
	font-family: "FontAwesome";
	content: "\f08e";
	position: absolute;
	top: 50%;
	font-size: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: calc(-1.5rem);
}

.header-fixed .wrap {
	padding-top: 111px;
}

.wrap {
	margin-top: 130px;
	max-width: 100%;
}

.wrap-l {
	max-width: 1440px;
	margin: 0 auto;
}

.wrap-m {
	max-width: calc(1280px + (80px * 2));
	padding: 0 80px;
	margin: 0 auto;
}

@media all and (max-width: 768px) {
	.wrap-m {
		padding: 0 25px;
	}
}

.wrap-s {
	max-width: calc(980px + (80px * 2));
	padding: 0 80px;
	margin: 0 auto;
}

@media all and (max-width: 768px) {
	.wrap-s {
		padding: 0 25px;
	}
}

.wrap section {
	margin-bottom: 100px;
}

@media all and (max-width: 768px) {
	.wrap section {
		margin-bottom: 60px;
	}
}

.sns-area img:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.under-arrow:after {
	content: "";
	display: block;
	border-top: solid 20px #efefef;
	border-bottom: solid 0 transparent;
	border-left: solid 35px transparent;
	border-right: solid 35px transparent;
	width: 0;
	height: 0;
	margin: 30px auto 0;
}

.table {
	width: 100%;
}

.table tr:first-child th, .table tr:first-child td {
	border-top: solid 1px #131313;
}

.table tr th, .table tr td {
	padding: 12px;
	text-align: left;
	border-right: solid 1px #131313;
	border-bottom: solid 1px #131313;
}

.table tr th {
	border-left: solid 1px #131313;
}

.mg0 {
	margin: 0;
}

@media all and (max-width: 768px) {
	.mg0-sp {
		margin: 0 !important;
	}
}

.mt0 {
	margin-top: 0;
}

@media all and (max-width: 768px) {
	.mt0-sp {
		margin-top: 0 !important;
	}
}

.mb0 {
	margin-bottom: 0;
}

@media all and (max-width: 768px) {
	.mb0-sp {
		margin-bottom: 0 !important;
	}
}

.pd0 {
	padding: 0;
}

@media all and (max-width: 768px) {
	.pd0-sp {
		padding: 0 !important;
	}
}

.pt0 {
	padding-top: 0;
}

@media all and (max-width: 768px) {
	.pt0-sp {
		padding-top: 0 !important;
	}
}

.pb0 {
	padding-bottom: 0;
}

@media all and (max-width: 768px) {
	.pb0-sp {
		padding-bottom: 0 !important;
	}
}

.mg5 {
	margin: 5px;
}

@media all and (max-width: 768px) {
	.mg5-sp {
		margin: 5px !important;
	}
}

.mt5 {
	margin-top: 5px;
}

@media all and (max-width: 768px) {
	.mt5-sp {
		margin-top: 5px !important;
	}
}

.mb5 {
	margin-bottom: 5px;
}

@media all and (max-width: 768px) {
	.mb5-sp {
		margin-bottom: 5px !important;
	}
}

.pd5 {
	padding: 5px;
}

@media all and (max-width: 768px) {
	.pd5-sp {
		padding: 5px !important;
	}
}

.pt5 {
	padding-top: 5px;
}

@media all and (max-width: 768px) {
	.pt5-sp {
		padding-top: 5px !important;
	}
}

.pb5 {
	padding-bottom: 5px;
}

@media all and (max-width: 768px) {
	.pb5-sp {
		padding-bottom: 5px !important;
	}
}

.mg10 {
	margin: 10px;
}

@media all and (max-width: 768px) {
	.mg10-sp {
		margin: 10px !important;
	}
}

.mt10 {
	margin-top: 10px;
}

@media all and (max-width: 768px) {
	.mt10-sp {
		margin-top: 10px !important;
	}
}

.mb10 {
	margin-bottom: 10px;
}

@media all and (max-width: 768px) {
	.mb10-sp {
		margin-bottom: 10px !important;
	}
}

.pd10 {
	padding: 10px;
}

@media all and (max-width: 768px) {
	.pd10-sp {
		padding: 10px !important;
	}
}

.pt10 {
	padding-top: 10px;
}

@media all and (max-width: 768px) {
	.pt10-sp {
		padding-top: 10px !important;
	}
}

.pb10 {
	padding-bottom: 10px;
}

@media all and (max-width: 768px) {
	.pb10-sp {
		padding-bottom: 10px !important;
	}
}

.mg15 {
	margin: 15px;
}

@media all and (max-width: 768px) {
	.mg15-sp {
		margin: 15px !important;
	}
}

.mt15 {
	margin-top: 15px;
}

@media all and (max-width: 768px) {
	.mt15-sp {
		margin-top: 15px !important;
	}
}

.mb15 {
	margin-bottom: 15px;
}

@media all and (max-width: 768px) {
	.mb15-sp {
		margin-bottom: 15px !important;
	}
}

.pd15 {
	padding: 15px;
}

@media all and (max-width: 768px) {
	.pd15-sp {
		padding: 15px !important;
	}
}

.pt15 {
	padding-top: 15px;
}

@media all and (max-width: 768px) {
	.pt15-sp {
		padding-top: 15px !important;
	}
}

.pb15 {
	padding-bottom: 15px;
}

@media all and (max-width: 768px) {
	.pb15-sp {
		padding-bottom: 15px !important;
	}
}

.mg20 {
	margin: 20px;
}

@media all and (max-width: 768px) {
	.mg20-sp {
		margin: 20px !important;
	}
}

.mt20 {
	margin-top: 20px;
}

@media all and (max-width: 768px) {
	.mt20-sp {
		margin-top: 20px !important;
	}
}

.mb20 {
	margin-bottom: 20px;
}

@media all and (max-width: 768px) {
	.mb20-sp {
		margin-bottom: 20px !important;
	}
}

.pd20 {
	padding: 20px;
}

@media all and (max-width: 768px) {
	.pd20-sp {
		padding: 20px !important;
	}
}

.pt20 {
	padding-top: 20px;
}

@media all and (max-width: 768px) {
	.pt20-sp {
		padding-top: 20px !important;
	}
}

.pb20 {
	padding-bottom: 20px;
}

@media all and (max-width: 768px) {
	.pb20-sp {
		padding-bottom: 20px !important;
	}
}

.mg25 {
	margin: 25px;
}

@media all and (max-width: 768px) {
	.mg25-sp {
		margin: 25px !important;
	}
}

.mt25 {
	margin-top: 25px;
}

@media all and (max-width: 768px) {
	.mt25-sp {
		margin-top: 25px !important;
	}
}

.mb25 {
	margin-bottom: 25px;
}

@media all and (max-width: 768px) {
	.mb25-sp {
		margin-bottom: 25px !important;
	}
}

.pd25 {
	padding: 25px;
}

@media all and (max-width: 768px) {
	.pd25-sp {
		padding: 25px !important;
	}
}

.pt25 {
	padding-top: 25px;
}

@media all and (max-width: 768px) {
	.pt25-sp {
		padding-top: 25px !important;
	}
}

.pb25 {
	padding-bottom: 25px;
}

@media all and (max-width: 768px) {
	.pb25-sp {
		padding-bottom: 25px !important;
	}
}

.mg30 {
	margin: 30px;
}

@media all and (max-width: 768px) {
	.mg30-sp {
		margin: 30px !important;
	}
}

.mt30 {
	margin-top: 30px;
}

@media all and (max-width: 768px) {
	.mt30-sp {
		margin-top: 30px !important;
	}
}

.mb30 {
	margin-bottom: 30px;
}

@media all and (max-width: 768px) {
	.mb30-sp {
		margin-bottom: 30px !important;
	}
}

.pd30 {
	padding: 30px;
}

@media all and (max-width: 768px) {
	.pd30-sp {
		padding: 30px !important;
	}
}

.pt30 {
	padding-top: 30px;
}

@media all and (max-width: 768px) {
	.pt30-sp {
		padding-top: 30px !important;
	}
}

.pb30 {
	padding-bottom: 30px;
}

@media all and (max-width: 768px) {
	.pb30-sp {
		padding-bottom: 30px !important;
	}
}

.mg35 {
	margin: 35px;
}

@media all and (max-width: 768px) {
	.mg35-sp {
		margin: 35px !important;
	}
}

.mt35 {
	margin-top: 35px;
}

@media all and (max-width: 768px) {
	.mt35-sp {
		margin-top: 35px !important;
	}
}

.mb35 {
	margin-bottom: 35px;
}

@media all and (max-width: 768px) {
	.mb35-sp {
		margin-bottom: 35px !important;
	}
}

.pd35 {
	padding: 35px;
}

@media all and (max-width: 768px) {
	.pd35-sp {
		padding: 35px !important;
	}
}

.pt35 {
	padding-top: 35px;
}

@media all and (max-width: 768px) {
	.pt35-sp {
		padding-top: 35px !important;
	}
}

.pb35 {
	padding-bottom: 35px;
}

@media all and (max-width: 768px) {
	.pb35-sp {
		padding-bottom: 35px !important;
	}
}

.mg40 {
	margin: 40px;
}

@media all and (max-width: 768px) {
	.mg40-sp {
		margin: 40px !important;
	}
}

.mt40 {
	margin-top: 40px;
}

@media all and (max-width: 768px) {
	.mt40-sp {
		margin-top: 40px !important;
	}
}

.mb40 {
	margin-bottom: 40px;
}

@media all and (max-width: 768px) {
	.mb40-sp {
		margin-bottom: 40px !important;
	}
}

.pd40 {
	padding: 40px;
}

@media all and (max-width: 768px) {
	.pd40-sp {
		padding: 40px !important;
	}
}

.pt40 {
	padding-top: 40px;
}

@media all and (max-width: 768px) {
	.pt40-sp {
		padding-top: 40px !important;
	}
}

.pb40 {
	padding-bottom: 40px;
}

@media all and (max-width: 768px) {
	.pb40-sp {
		padding-bottom: 40px !important;
	}
}

.mg45 {
	margin: 45px;
}

@media all and (max-width: 768px) {
	.mg45-sp {
		margin: 45px !important;
	}
}

.mt45 {
	margin-top: 45px;
}

@media all and (max-width: 768px) {
	.mt45-sp {
		margin-top: 45px !important;
	}
}

.mb45 {
	margin-bottom: 45px;
}

@media all and (max-width: 768px) {
	.mb45-sp {
		margin-bottom: 45px !important;
	}
}

.pd45 {
	padding: 45px;
}

@media all and (max-width: 768px) {
	.pd45-sp {
		padding: 45px !important;
	}
}

.pt45 {
	padding-top: 45px;
}

@media all and (max-width: 768px) {
	.pt45-sp {
		padding-top: 45px !important;
	}
}

.pb45 {
	padding-bottom: 45px;
}

@media all and (max-width: 768px) {
	.pb45-sp {
		padding-bottom: 45px !important;
	}
}

.mg50 {
	margin: 50px;
}

@media all and (max-width: 768px) {
	.mg50-sp {
		margin: 50px !important;
	}
}

.mt50 {
	margin-top: 50px;
}

@media all and (max-width: 768px) {
	.mt50-sp {
		margin-top: 50px !important;
	}
}

.mb50 {
	margin-bottom: 50px;
}

@media all and (max-width: 768px) {
	.mb50-sp {
		margin-bottom: 50px !important;
	}
}

.pd50 {
	padding: 50px;
}

@media all and (max-width: 768px) {
	.pd50-sp {
		padding: 50px !important;
	}
}

.pt50 {
	padding-top: 50px;
}

@media all and (max-width: 768px) {
	.pt50-sp {
		padding-top: 50px !important;
	}
}

.pb50 {
	padding-bottom: 50px;
}

@media all and (max-width: 768px) {
	.pb50-sp {
		padding-bottom: 50px !important;
	}
}

.mg55 {
	margin: 55px;
}

@media all and (max-width: 768px) {
	.mg55-sp {
		margin: 55px !important;
	}
}

.mt55 {
	margin-top: 55px;
}

@media all and (max-width: 768px) {
	.mt55-sp {
		margin-top: 55px !important;
	}
}

.mb55 {
	margin-bottom: 55px;
}

@media all and (max-width: 768px) {
	.mb55-sp {
		margin-bottom: 55px !important;
	}
}

.pd55 {
	padding: 55px;
}

@media all and (max-width: 768px) {
	.pd55-sp {
		padding: 55px !important;
	}
}

.pt55 {
	padding-top: 55px;
}

@media all and (max-width: 768px) {
	.pt55-sp {
		padding-top: 55px !important;
	}
}

.pb55 {
	padding-bottom: 55px;
}

@media all and (max-width: 768px) {
	.pb55-sp {
		padding-bottom: 55px !important;
	}
}

.mg60 {
	margin: 60px;
}

@media all and (max-width: 768px) {
	.mg60-sp {
		margin: 60px !important;
	}
}

.mt60 {
	margin-top: 60px;
}

@media all and (max-width: 768px) {
	.mt60-sp {
		margin-top: 60px !important;
	}
}

.mb60 {
	margin-bottom: 60px;
}

@media all and (max-width: 768px) {
	.mb60-sp {
		margin-bottom: 60px !important;
	}
}

.pd60 {
	padding: 60px;
}

@media all and (max-width: 768px) {
	.pd60-sp {
		padding: 60px !important;
	}
}

.pt60 {
	padding-top: 60px;
}

@media all and (max-width: 768px) {
	.pt60-sp {
		padding-top: 60px !important;
	}
}

.pb60 {
	padding-bottom: 60px;
}

@media all and (max-width: 768px) {
	.pb60-sp {
		padding-bottom: 60px !important;
	}
}

.mg65 {
	margin: 65px;
}

@media all and (max-width: 768px) {
	.mg65-sp {
		margin: 65px !important;
	}
}

.mt65 {
	margin-top: 65px;
}

@media all and (max-width: 768px) {
	.mt65-sp {
		margin-top: 65px !important;
	}
}

.mb65 {
	margin-bottom: 65px;
}

@media all and (max-width: 768px) {
	.mb65-sp {
		margin-bottom: 65px !important;
	}
}

.pd65 {
	padding: 65px;
}

@media all and (max-width: 768px) {
	.pd65-sp {
		padding: 65px !important;
	}
}

.pt65 {
	padding-top: 65px;
}

@media all and (max-width: 768px) {
	.pt65-sp {
		padding-top: 65px !important;
	}
}

.pb65 {
	padding-bottom: 65px;
}

@media all and (max-width: 768px) {
	.pb65-sp {
		padding-bottom: 65px !important;
	}
}

.mg70 {
	margin: 70px;
}

@media all and (max-width: 768px) {
	.mg70-sp {
		margin: 70px !important;
	}
}

.mt70 {
	margin-top: 70px;
}

@media all and (max-width: 768px) {
	.mt70-sp {
		margin-top: 70px !important;
	}
}

.mb70 {
	margin-bottom: 70px;
}

@media all and (max-width: 768px) {
	.mb70-sp {
		margin-bottom: 70px !important;
	}
}

.pd70 {
	padding: 70px;
}

@media all and (max-width: 768px) {
	.pd70-sp {
		padding: 70px !important;
	}
}

.pt70 {
	padding-top: 70px;
}

@media all and (max-width: 768px) {
	.pt70-sp {
		padding-top: 70px !important;
	}
}

.pb70 {
	padding-bottom: 70px;
}

@media all and (max-width: 768px) {
	.pb70-sp {
		padding-bottom: 70px !important;
	}
}

.mg75 {
	margin: 75px;
}

@media all and (max-width: 768px) {
	.mg75-sp {
		margin: 75px !important;
	}
}

.mt75 {
	margin-top: 75px;
}

@media all and (max-width: 768px) {
	.mt75-sp {
		margin-top: 75px !important;
	}
}

.mb75 {
	margin-bottom: 75px;
}

@media all and (max-width: 768px) {
	.mb75-sp {
		margin-bottom: 75px !important;
	}
}

.pd75 {
	padding: 75px;
}

@media all and (max-width: 768px) {
	.pd75-sp {
		padding: 75px !important;
	}
}

.pt75 {
	padding-top: 75px;
}

@media all and (max-width: 768px) {
	.pt75-sp {
		padding-top: 75px !important;
	}
}

.pb75 {
	padding-bottom: 75px;
}

@media all and (max-width: 768px) {
	.pb75-sp {
		padding-bottom: 75px !important;
	}
}

.mg80 {
	margin: 80px;
}

@media all and (max-width: 768px) {
	.mg80-sp {
		margin: 80px !important;
	}
}

.mt80 {
	margin-top: 80px;
}

@media all and (max-width: 768px) {
	.mt80-sp {
		margin-top: 80px !important;
	}
}

.mb80 {
	margin-bottom: 80px;
}

@media all and (max-width: 768px) {
	.mb80-sp {
		margin-bottom: 80px !important;
	}
}

.pd80 {
	padding: 80px;
}

@media all and (max-width: 768px) {
	.pd80-sp {
		padding: 80px !important;
	}
}

.pt80 {
	padding-top: 80px;
}

@media all and (max-width: 768px) {
	.pt80-sp {
		padding-top: 80px !important;
	}
}

.pb80 {
	padding-bottom: 80px;
}

@media all and (max-width: 768px) {
	.pb80-sp {
		padding-bottom: 80px !important;
	}
}

.mg85 {
	margin: 85px;
}

@media all and (max-width: 768px) {
	.mg85-sp {
		margin: 85px !important;
	}
}

.mt85 {
	margin-top: 85px;
}

@media all and (max-width: 768px) {
	.mt85-sp {
		margin-top: 85px !important;
	}
}

.mb85 {
	margin-bottom: 85px;
}

@media all and (max-width: 768px) {
	.mb85-sp {
		margin-bottom: 85px !important;
	}
}

.pd85 {
	padding: 85px;
}

@media all and (max-width: 768px) {
	.pd85-sp {
		padding: 85px !important;
	}
}

.pt85 {
	padding-top: 85px;
}

@media all and (max-width: 768px) {
	.pt85-sp {
		padding-top: 85px !important;
	}
}

.pb85 {
	padding-bottom: 85px;
}

@media all and (max-width: 768px) {
	.pb85-sp {
		padding-bottom: 85px !important;
	}
}

.mg90 {
	margin: 90px;
}

@media all and (max-width: 768px) {
	.mg90-sp {
		margin: 90px !important;
	}
}

.mt90 {
	margin-top: 90px;
}

@media all and (max-width: 768px) {
	.mt90-sp {
		margin-top: 90px !important;
	}
}

.mb90 {
	margin-bottom: 90px;
}

@media all and (max-width: 768px) {
	.mb90-sp {
		margin-bottom: 90px !important;
	}
}

.pd90 {
	padding: 90px;
}

@media all and (max-width: 768px) {
	.pd90-sp {
		padding: 90px !important;
	}
}

.pt90 {
	padding-top: 90px;
}

@media all and (max-width: 768px) {
	.pt90-sp {
		padding-top: 90px !important;
	}
}

.pb90 {
	padding-bottom: 90px;
}

@media all and (max-width: 768px) {
	.pb90-sp {
		padding-bottom: 90px !important;
	}
}

.mg95 {
	margin: 95px;
}

@media all and (max-width: 768px) {
	.mg95-sp {
		margin: 95px !important;
	}
}

.mt95 {
	margin-top: 95px;
}

@media all and (max-width: 768px) {
	.mt95-sp {
		margin-top: 95px !important;
	}
}

.mb95 {
	margin-bottom: 95px;
}

@media all and (max-width: 768px) {
	.mb95-sp {
		margin-bottom: 95px !important;
	}
}

.pd95 {
	padding: 95px;
}

@media all and (max-width: 768px) {
	.pd95-sp {
		padding: 95px !important;
	}
}

.pt95 {
	padding-top: 95px;
}

@media all and (max-width: 768px) {
	.pt95-sp {
		padding-top: 95px !important;
	}
}

.pb95 {
	padding-bottom: 95px;
}

@media all and (max-width: 768px) {
	.pb95-sp {
		padding-bottom: 95px !important;
	}
}

.mg100 {
	margin: 100px;
}

@media all and (max-width: 768px) {
	.mg100-sp {
		margin: 100px !important;
	}
}

.mt100 {
	margin-top: 100px;
}

@media all and (max-width: 768px) {
	.mt100-sp {
		margin-top: 100px !important;
	}
}

.mb100 {
	margin-bottom: 100px;
}

@media all and (max-width: 768px) {
	.mb100-sp {
		margin-bottom: 100px !important;
	}
}

.pd100 {
	padding: 100px;
}

@media all and (max-width: 768px) {
	.pd100-sp {
		padding: 100px !important;
	}
}

.pt100 {
	padding-top: 100px;
}

@media all and (max-width: 768px) {
	.pt100-sp {
		padding-top: 100px !important;
	}
}

.pb100 {
	padding-bottom: 100px;
}

@media all and (max-width: 768px) {
	.pb100-sp {
		padding-bottom: 100px !important;
	}
}

.btn {
	cursor: pointer;
	background-color: #131313;
	border-radius: 5px;
	width: 240px;
	height: 60px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	-webkit-transition: .3s;
	transition: .3s;
}

@media all and (max-width: 768px) {
	.btn {
		width: 265px;
		height: 54px;
		font-size: 1.2rem;
	}
}

.btn:hover {
	background-color: #43474a;
	color: #fff;
}

.btn:first-child {
	margin-left: 0 !important;
}

.btn:last-child {
	margin-right: 0 !important;
}

.btn-l {
	width: 360px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

@media all and (max-width: 768px) {
	.btn-l {
		font-size: 1.4rem;
	}
}

.btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-2 .btn {
	margin: 0 15px;
}

@media all and (max-width: 768px) {
	.btn-2 .btn {
		margin: 0 5px;
	}
}

.btn-3 .btn {
	margin: 0 6px;
}

@media all and (max-width: 768px) {
	.btn-3 .btn {
		margin: 0 5px;
	}
}

.btn.active {
	pointer-events: none;
	background-color: #8e8e8e;
}

.top h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 32px;
	line-height: 3.2rem;
	padding-top: 5px;
	padding-top: .5rem;
}

@media all and (max-width: 768px) {
	.top h2 {
		font-size: 2rem;
		line-height: 2rem;
	}
}

.top h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	padding-top: 5px;
	padding-top: .5rem;
}

@media all and (max-width: 768px) {
	.top h3 {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
}

.top h3 span {
	font-size: 28px;
	font-size: 2.8rem;
	padding: 0 25px;
	position: relative;
	display: inline-block;
}

.top h3 span:before, .top h3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #5c5c5c;
}

.top h3 span:before {
	left: 0;
}

.top h3 span:after {
	right: 0;
}

.top h4 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	padding-top: 5px;
	padding-top: .5rem;
	padding-left: 20px;
	border-left: solid 6px #131313;
}

@media all and (max-width: 768px) {
	.top h4 {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
}

.mv-slider {
	position: relative;
	margin-bottom: 100px;
}

@media all and (max-width: 979px) {
	.mv-slider {
		margin-bottom: 60px;
	}
}

.mv-slider-wrap li.slick-slide {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.mv-slider-wrap li>img {
	height: 100%;
	max-width: none;
}

@media all and (max-width: 979px) {
	.mv-slider-wrap li>img {
		height: 550px;
	}
}

.mv-slider-wrap .slick-dots {
	position: absolute;
	top: 50%;
	left: 50px;
}

@media all and (max-width: 979px) {
	.mv-slider-wrap .slick-dots {
		left: 30px;
	}
}

.mv-slider-wrap .slick-dots li {
	cursor: pointer;
	font-size: 0;
	background-color: transparent;
	border: solid 1px #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 5px 0;
}

@media all and (max-width: 979px) {
	.mv-slider-wrap .slick-dots li {
		left: 30px;
		margin: 10px 0;
	}
}

.mv-slider-wrap .slick-dots li.slick-active {
	background-color: #fff;
}

.mv-slider-wrap .slick-dots li button:focus {
	outline: 0;
}

.mv-text {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mv-text p {
	font-size: 20px;
	color: #fff;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 40px;
	letter-spacing: 9px;
}

@media all and (max-width: 768px) {
	.mv-text p {
		font-size: 1.3rem;
		line-height: 30px;
		letter-spacing: 7px;
	}
}

.mv-sp-logo {
	display: none;
}

@media all and (max-width: 979px) {
	.mv-sp-logo {
		width: 45%;
		display: block;
		text-align: right;
		position: absolute;
		bottom: 25px;
		right: 25px;
	}
}

@media all and (max-width: 768px) {
	.top .top-school-slider-wrap {
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}
}

@media all and (max-width: 768px) {
	.top .top-school-slider .column {
		padding: 0 5px;
	}
}

@media all and (max-width: 768px) {
	.top .top-school-slider .column-image img {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.top .top-school-slider .slick-arrow {
		font-size: 0;
		width: 50px;
		height: 50px;
		background-size: cover;
		position: absolute;
		z-index: 2;
		top: 20vw;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media all and (max-width: 768px) {
	.top .top-school-slider .slick-next {
		background-image: url(/assets/img/top/icon-top-school-slider-next.png);
		right: 25px;
	}
}

@media all and (max-width: 768px) {
	.top .top-school-slider .slick-prev {
		background-image: url(/assets/img/top/icon-top-school-slider-prev.png);
		left: 25px;
	}
}

.top-content-column {
	display: -webkit-box;
	display: -ms-flexbox;
	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;
	margin-bottom: 100px;
}

@media all and (max-width: 768px) {
	.top-content-column {
		margin-bottom: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top-content-column:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
}

.top-content-column:last-child {
	margin-bottom: 0;
}

.top-content-text {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 0 40px;
	line-height: 1.8;
}

.top-content-title {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 40px;
}

@media all and (max-width: 768px) {
	.top-content-title {
		font-size: 2rem;
		margin-bottom: 20px;
	}
}

.top-content-image {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media all and (max-width: 768px) {
	.top-content-image {
		margin-bottom: 30px;
	}
}

@media all and (max-width: 768px) {
	.top-content-image:first-child {
		padding-right: 25px;
	}
}

@media all and (max-width: 768px) {
	.top-content-image:last-child {
		padding-left: 25px;
	}
}

.top-content-image img {
	width: 100%;
}

.top-content-frame {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding-top: 28.125%;
	position: relative;
}

@media all and (max-width: 768px) {
	.top-content-frame {
		margin-bottom: 30px;
		padding-top: 56.25%;
	}

	.top-content-frame:last-child {
		width: 100%;
	}
}

.top-content-frame iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.top-outline {
	background-image: url(/assets/img/top/top-outline-bg.png);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding: 90px 0 80px;
}

.top-outline-title {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 40px;
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

@media all and (max-width: 768px) {
	.top-outline-title {
		font-size: 2rem;
		margin-bottom: 23px;
	}
}

.top-outline-subtitle {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

@media all and (max-width: 768px) {
	.top-outline-subtitle {
		font-size: 1.6rem;
		margin-bottom: 23px;
	}
}

.top-outline-text {
	line-height: 2;
	margin-bottom: 25px;
}

@media all and (max-width: 768px) {
	.top-outline-text {
		margin-bottom: 20px;
		padding: 0 30px;
	}
}

.top-outline-text:last-child {
	margin-bottom: 0;
}

.top-outline-text a {
	color: #fff;
}

.top-outline-text a:hover {
	color: #8e8e8e;
}

.qa-list-content {
	padding-bottom: 20px;
}

.qa-list-content:not(:first-child) {
	padding-top: 20px;
}

.qa-list-content:not(:last-child) {
	border-bottom: solid 1px #efefef;
}

.qa-list-question {
	line-height: 28px;
	line-height: 2.8rem;
	cursor: pointer;
}

.qa-list-question:before {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	content: "Q";
	font-size: 28px;
	font-size: 2.8rem;
	margin-right: 12px;
}

.qa-list-question:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #e8e8e8;
	border-right: solid 2px #e8e8e8;
	-webkit-transform: translate(-150%, 200%) rotate(-45deg);
	transform: translate(-150%, 200%) rotate(-45deg);
	-webkit-transition: .5s;
	transition: .5s;
	float: right;
}

.qa-list-question.active {
	color: #8e8e8e;
}

.qa-list-question.active:after {
	-webkit-transform: translate(-150%, 250%) rotate(135deg);
	transform: translate(-150%, 250%) rotate(135deg);
}

.qa-list-anser {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	max-height: 0;
	line-height: 28px;
	line-height: 2.8rem;
	-webkit-transition: .5s;
	transition: .5s;
}

.qa-list-anser:before {
	font-family: heisei-mincho-std, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	content: "A";
	font-size: 28px;
	font-size: 2.8rem;
	margin-right: 12px;
}

.active+.qa-list-anser {
	margin-top: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	max-height: 200px;
}

.studio-slide {
	position: relative;
	margin-bottom: 60px;
}

@media all and (max-width: 768px) {
	.studio-slide {
		margin-bottom: 40px;
	}
}

.studio-slide .slick-slide img {
	margin: 0 auto;
}

.studio-slide .slick-slide:not(.slick-center) {
	position: relative;
}

.studio-slide .slick-slide:not(.slick-center):before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(255, 255, 255, .4);
}

.studio-slide-btn {
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	margin-left: 230px;
}

@media all and (max-width: 768px) {
	.studio-slide-btn {
		margin-left: 86px;
		width: 76px;
	}
}

.studio-concept {
	color: #5c5c5c;
	line-height: 1.8;
}

.studio-price-list {
	max-width: 1280px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media all and (max-width: 768px) {
	.studio-price-list {
		padding: 0 25px;
	}
}

.studio-price-column {
	max-width: 620px;
	width: 50%;
}

@media all and (max-width: 768px) {
	.studio-price-column {
		width: 100%;
	}

	.studio-price-column:first-child {
		margin-bottom: 30px;
	}
}

.studio-price-table {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}

.studio-price-table thead {
	background-color: #131313;
	color: #fff;
	border: solid 1px #131313;
}

.studio-price-table thead th {
	padding: 12px;
}

@media all and (max-width: 768px) {
	.studio-price-table thead th {
		padding: 10px 30px;
		font-size: 1.4rem;
	}
}

.studio-price-table tbody {
	border-left: solid 1px #131313;
}

.studio-price-table tbody tr {
	text-align: center;
}

.studio-price-table tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.studio-price-table tbody tr td {
	padding: 12px 67px;
	border-right: solid 1px #131313;
	border-bottom: solid 1px #131313;
}

@media all and (max-width: 768px) {
	.studio-price-table tbody tr td {
		padding: 10px 30px;
		font-size: 1.4rem;
	}
}

.studio-calendar-note {
	line-height: 1.8;
}

.studio-map iframe {
	filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feColorMatrix type=\"matrix\" color-interpolation-filters=\"sRGB\" values=\"0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0\" /></filter></svg>#filter");
	filter: grayscale(100%);
}

.studio-planview-wrap {
	display: none;
}

.studio-planview-image-wrap {
	z-index: 9999;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.studio-planview-close {
	display: block;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	border-radius: 100%;
	border: solid 1px #131313;
}

.studio-planview-close-wrap {
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 99999;
	top: 20px;
	right: 17px;
	display: block;
}

@media all and (max-width: 768px) {
	.studio-planview-close-wrap {
		width: 50px;
		height: 50px;
	}
}

.studio-planview-close span {
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 1px;
	background-color: #131313;
	border-radius: 4px;
}

@media all and (max-width: 768px) {
	.studio-planview-close span {
		width: 12px;
	}
}

.studio-planview-close span:nth-of-type(1) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.studio-planview-close span:nth-of-type(2) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.reservation-form-note a, .contact-form-note a {
	color: #a79a4f;
	text-decoration: underline;
	-webkit-transition: .3s;
	transition: .3s;
}

.reservation-form-note a:hover, .contact-form-note a:hover {
	text-decoration: none;
}

@media all and (max-width: 768px) {
	.form {
		width: 100%;
	}
}

.form-note {
	font-size: 13px;
	font-size: 1.3rem;
	color: #5c5c5c;
	margin-bottom: 40px;
}

.form-input {
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #efefef;
	border-radius: 5px;
	width: 410px;
	height: 40px;
	padding: 10px 20px;
}

@media all and (max-width: 768px) {
	.form-input {
		width: 100%;
	}
}

.form-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form-input-wrap:not(:first-child) {
	margin-bottom: 40px;
}

@media all and (max-width: 768px) {
	.form-input-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.form-input-required:after {
	content: "※";
	font-size: 13px;
	font-size: 1.3rem;
	color: #5c5c5c;
}

.form-input-label {
	width: 180px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #131313;
	line-height: 40px;
}

.form-input-textarea {
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #efefef;
	border-radius: 5px;
	width: 580px;
	padding: 10px 20px;
}

@media all and (max-width: 768px) {
	.form-input-textarea {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.form-address {
		width: 100%;
	}
}

.form-address-zipcode {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	max-width: 410px;
	line-height: 40px;
	position: relative;
}

.form-address-zipcode::before {
	content: '〒';
	position: absolute;
	top: 0;
	left: 1rem;
}

.form-address-zipcode>input[name=postal-code] {
	padding-left: 2.5rem;
}

@media all and (max-width: 768px) {
	.form-address-zipcode {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
	}

	.form-address-zipcode:after {
		content: "";
		width: 100%;
		-webkit-box-ordinal-group: 99;
		-ms-flex-order: 98;
		order: 98;
	}
}

.form-address-zipcode .form-input {
	width: calc(410px - 145px - 1rem);
	margin: 0 10px;
}

@media all and (max-width: 768px) {
	.form-address-zipcode .form-input {
		margin: 0;
	}
}

.form-address-zipcode .instructorReg {
	margin: 2rem 0 0 0;
}

@media all and (max-width: 768px) {
	.form-address-zipcode .form-input {
		margin-left: 0;
		width: 100%;
	}
}

@media all and (min-width: 768px) {
	.form-address-zipcode .instructorReg {
		margin: 0;
	}
}

.form-address-zipcode-icon {
	font-size: 16px;
	font-size: 1.6rem;
	color: #131313;
}

@media all and (max-width: 768px) {
	.form-address-zipcode-icon {
		display: none;
	}
}

.form-address-zipcode-btn {
	min-width: 145px;
	height: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 40px;
	font-family: inherit;
}

@media all and (max-width: 768px) {
	.form-address-zipcode-btn {
		margin-top: 20px;
		width: auto;
		-webkit-box-ordinal-group: 100;
		-ms-flex-order: 99;
		order: 99;
	}
}

.form-radio {
	font-size: 0;
	width: 0;
	margin: 0;
	line-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-right: 10px;
}

.form-radio-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-radio-label {
	cursor: pointer;
	margin-right: 30px;
	line-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

@media all and (max-width: 768px) {
	.form-radio-label {
		margin-right: 15px;
	}
}

.form-radio+span {
	position: relative;
	padding-left: 26px;
}

.form-radio+span:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background-color: #fff;
	width: 16px;
	height: 16px;
	border: solid 1px #bfbfbf;
	border-radius: 16px;
	display: inline-block;
}

.form-radio+span:after {
	position: absolute;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background-color: #a79a4f;
	width: 8px;
	height: 8px;
	border: solid 1px #707070;
	border-radius: 8px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .3s;
	transition: .3s;
}

.form-radio:checked+span:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-tab-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 580px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media all and (max-width: 768px) {
	.form-tab-wrap {
		width: 100%;
	}
}

.form-tab-btn {
	cursor: pointer;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: calc((100% / 3) - 5px);
	color: #fff;
	background-color: #131313;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transition: .3s;
	transition: .3s;
}

@media all and (max-width: 768px) {
	.form-tab-btn {
		font-size: 1.1rem;
	}
}

.form-tab-btn:hover {
	background-color: #43474a;
}

.form-tab-btn br {
	display: none;
}

@media all and (max-width: 768px) {
	.form-tab-btn br {
		display: inline-block;
	}
}

.form-tab-btn-active {
	background-color: #8e8e8e !important;
}

.form-checkbox {
	font-size: 0;
	width: 0;
	margin: 0;
	display: none;
	line-height: 40px;
}

.form-checkbox-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 580px;
	justify-content: start;
}

@media all and (max-width: 768px) {
	.form-checkbox-wrap {
		width: 100%;
	}
}

.form-checkbox-label {
	cursor: pointer;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc((100% / 3) - 5px);
}

.form-checkbox+span {
	color: #fff;
	background-color: #131313;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transition: .3s;
	transition: .3s;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media all and (max-width: 768px) {
	.form-checkbox+span {
		font-size: 1.1rem;
	}
}

.form-checkbox+span br {
	display: none;
}

@media all and (max-width: 768px) {
	.form-checkbox+span br {
		display: inline-block;
	}
}

.form-checkbox:hover+span {
	background-color: #43474a;
}

.form-checkbox:checked+span {
	background-color: #8e8e8e;
}

.form-selectbox {
	background-color: #efefef;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 5px;
	padding: 7px 30px 7px 20px;
	cursor: pointer;
}

.form-selectbox-wrap {
	min-width: 102px;
	position: relative;
	display: inline-block;
	background-color: #efefef;
	border-radius: 5px;
	height: 40px;
}

@media all and (max-width: 768px) {
	.form-selectbox-wrap {
		width: 100%;
		min-width: auto;
	}
}

.form-selectbox-wrap:after {
	content: "";
	border-top: solid 11px #ccc;
	border-left: solid 5.5px transparent;
	border-right: solid 5.5px transparent;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	pointer-events: none;
}

.form-date-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 580px;
}

@media all and (max-width: 768px) {
	.form-date-wrap {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form-date-wrap:after {
		content: "";
		width: 25%;
	}
}

.form-date-wrap span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(1.5rem);
	height: 40px;
}

@media all and (max-width: 768px) {
	.form-date-wrap span {
		margin-top: 10px;
	}
}

.form-date-short {
	width: calc(18.5% - 5px);
}

@media all and (max-width: 768px) {
	.form-date-short {
		width: calc((100% / 3) - 5px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media all and (max-width: 768px) {
	.form-date-short:not(:nth-child(-n + 3)) {
		margin-top: 10px;
	}
}

.form-date-long {
	width: calc(44.18% - 5px);
}

@media all and (max-width: 768px) {
	.form-date-long {
		width: 100%;
	}
}

.form-date-long .form-selectbox-wrap {
	width: 100%;
}

@media all and (max-width: 768px) {
	.form-date-long .form-selectbox-wrap {
		margin-top: 10px;
	}
}

.form-confirm .form-input, .form-confirm .form-input-textarea {
	background-color: transparent;
	color: #5c5c5c;
	padding-left: 0;
}

.form-confirm .form-address-zipcode-btn {
	display: none;
}

.form-confirm .form-radio-label {
	margin-right: 0;
}

.form-confirm .form-radio+span {
	padding-left: 0;
}

.form-confirm .form-radio+span:before, .form-confirm .form-radio+span:after {
	content: none;
}

.form-confirm .form-radio:not(:checked) {
	display: none;
}

.form-confirm .form-radio:not(:checked)+span {
	display: none;
}

.form-attention {
	width: 100%;
	color: #5c5c5c;
	text-align: center;
}

.form-attention p {
	padding-left: 10px;
	padding-left: 1rem;
}

.btn-form-active {
	background-color: #8e8e8e;
}

.error-message {
	color: #dd6464;
}

.error-input {
	background-color: #fdebeb;
}



/* チェックボックス */

input[type=checkbox] {
	display: none;
}

input.checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px .8rem;
	position: relative;
	width: auto;
}

input.checkbox::before {
	background: #fff;
	border: 1px solid #721D21;
	border-radius: 3px;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0px;
}

input.checkbox::after {
	border-right: 6px solid #721D21;
	border-bottom: 3px solid #721D21;
	content: '';
	display: block;
	height: 20px;
	left: 7px;
	margin-top: -16px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	width: 9px;
}

input.checkbox:focus::before {
	box-shadow: 0 0 0 1px tomato;
	/*outline: red solid 3px;*/
}

input.checkbox:checked::before {
	border-color: #965356;
}

input.checkbox:checked::after {
	opacity: 1;
	transform: rotate(45deg) scale3d(1, 1, 1);
}

input.checkbox+span {
	line-height: 40px;
	margin-left: 1rem;
}

div#ajaxOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1
}

div#ajaxOverlay>div.wrap-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#ajaxOverlay>div.wrap-spinner>span.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

/*# sourceMappingURL=style.css.map */


/*
.flex-Youtube{
	position:relative;
	width:50%;
	left:25%;
    height:0;
	padding-top:32.5%;
	margin-bottom:2rem;
}
.flex-Youtube iframe{
	position:absolute;
    top:0;
    left:0;
    width:100%;
	height:100%;
}
@media all and (max-width: 768px) {
	.flex-Youtube{
		width:100%;
		left:0;
		padding-top:60%;
	}
}*/