@charset "UTF-8";
/* -------------------------------
 * page.css
---------------------------------- */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fa-solid-900.eot") format("embedded-opentype"),
	url("../fonts/fa-solid-900.woff2") format("woff2"),
	url("../fonts/fa-solid-900.woff") format("woff"),
	url("../fonts/fa-solid-900.ttf") format("truetype"),
	url("../fonts/fa-solid-900.svg") 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.33333em;
	line-height: 0.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.28571em;
	text-align: center;
}


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

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


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

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


.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.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);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


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


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


.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-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);
	-ms-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: "";
}


.fa-music:before {
	content: "";
}


.fa-search:before {
	content: "";
}


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


.fa-heart:before {
	content: "";
}


.fa-star:before {
	content: "";
}


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


.fa-user:before {
	content: "";
}


.fa-film:before {
	content: "";
}


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


.fa-th:before {
	content: "";
}


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


.fa-check:before {
	content: "";
}


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


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


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


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


.fa-signal:before {
	content: "";
}


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


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


.fa-home:before {
	content: "";
}


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


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


.fa-road:before {
	content: "";
}


.fa-download:before {
	content: "";
}


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


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


.fa-inbox:before {
	content: "";
}


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


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


.fa-refresh:before {
	content: "";
}


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


.fa-lock:before {
	content: "";
}


.fa-flag:before {
	content: "";
}


.fa-headphones:before {
	content: "";
}


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


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


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


.fa-qrcode:before {
	content: "";
}


.fa-barcode:before {
	content: "";
}


.fa-tag:before {
	content: "";
}


.fa-tags:before {
	content: "";
}


.fa-book:before {
	content: "";
}


.fa-bookmark:before {
	content: "";
}


.fa-print:before {
	content: "";
}


.fa-camera:before {
	content: "";
}


.fa-font:before {
	content: "";
}


.fa-bold:before {
	content: "";
}


.fa-italic:before {
	content: "";
}


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


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


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


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


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


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


.fa-list:before {
	content: "";
}


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


.fa-indent:before {
	content: "";
}


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


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


.fa-pencil:before {
	content: "";
}


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


.fa-adjust:before {
	content: "";
}


.fa-tint:before {
	content: "";
}


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


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


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


.fa-arrows:before {
	content: "";
}


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


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


.fa-backward:before {
	content: "";
}


.fa-play:before {
	content: "";
}


.fa-pause:before {
	content: "";
}


.fa-stop:before {
	content: "";
}


.fa-forward:before {
	content: "";
}


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


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


.fa-eject:before {
	content: "";
}


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


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


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


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


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


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


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


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


.fa-crosshairs:before {
	content: "";
}


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


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


.fa-ban:before {
	content: "";
}


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


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


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


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


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


.fa-expand:before {
	content: "";
}


.fa-compress:before {
	content: "";
}


.fa-plus:before {
	content: "";
}


.fa-minus:before {
	content: "";
}


.fa-asterisk:before {
	content: "";
}


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


.fa-gift:before {
	content: "";
}


.fa-leaf:before {
	content: "";
}


.fa-fire:before {
	content: "";
}


.fa-eye:before {
	content: "";
}


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


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


.fa-plane:before {
	content: "";
}


.fa-calendar:before {
	content: "";
}


.fa-random:before {
	content: "";
}


.fa-comment:before {
	content: "";
}


.fa-magnet:before {
	content: "";
}


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


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


.fa-retweet:before {
	content: "";
}


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


.fa-folder:before {
	content: "";
}


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


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


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


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


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


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


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


.fa-key:before {
	content: "";
}


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


.fa-comments:before {
	content: "";
}


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


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


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


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


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


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


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


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


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


.fa-trophy:before {
	content: "";
}


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


.fa-upload:before {
	content: "";
}


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


.fa-phone:before {
	content: "";
}


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


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


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


.fa-twitter:before {
	content: "";
}


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


.fa-github:before {
	content: "";
}


.fa-unlock:before {
	content: "";
}


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


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


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


.fa-bullhorn:before {
	content: "";
}


.fa-bell:before {
	content: "";
}


.fa-certificate:before {
	content: "";
}


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


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


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


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


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


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


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


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


.fa-globe:before {
	content: "";
}


.fa-wrench:before {
	content: "";
}


.fa-tasks:before {
	content: "";
}


.fa-filter:before {
	content: "";
}


.fa-briefcase:before {
	content: "";
}


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


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


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


.fa-cloud:before {
	content: "";
}


.fa-flask:before {
	content: "";
}


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


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


.fa-paperclip:before {
	content: "";
}


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


.fa-square:before {
	content: "";
}


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


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


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


.fa-strikethrough:before {
	content: "";
}


.fa-underline:before {
	content: "";
}


.fa-table:before {
	content: "";
}


.fa-magic:before {
	content: "";
}


.fa-truck:before {
	content: "";
}


.fa-pinterest:before {
	content: "";
}


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


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


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


.fa-money:before {
	content: "";
}


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


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


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


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


.fa-columns:before {
	content: "";
}


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


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


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


.fa-envelope:before {
	content: "";
}


.fa-linkedin:before {
	content: "";
}


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


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


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


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


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


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


.fa-sitemap:before {
	content: "";
}


.fa-umbrella:before {
	content: "";
}


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


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


.fa-exchange:before {
	content: "";
}


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


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


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


.fa-stethoscope:before {
	content: "";
}


.fa-suitcase:before {
	content: "";
}


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


.fa-coffee:before {
	content: "";
}


.fa-cutlery:before {
	content: "";
}


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


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


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


.fa-ambulance:before {
	content: "";
}


.fa-medkit:before {
	content: "";
}


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


.fa-beer:before {
	content: "";
}


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


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


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


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


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


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


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


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


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


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


.fa-desktop:before {
	content: "";
}


.fa-laptop:before {
	content: "";
}


.fa-tablet:before {
	content: "";
}


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


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


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


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


.fa-spinner:before {
	content: "";
}


.fa-circle:before {
	content: "";
}


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


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


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


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


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


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


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


.fa-gamepad:before {
	content: "";
}


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


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


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


.fa-terminal:before {
	content: "";
}


.fa-code:before {
	content: "";
}


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


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


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


.fa-crop:before {
	content: "";
}


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


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


.fa-question:before {
	content: "";
}


.fa-info:before {
	content: "";
}


.fa-exclamation:before {
	content: "";
}


.fa-superscript:before {
	content: "";
}


.fa-subscript:before {
	content: "";
}


.fa-eraser:before {
	content: "";
}


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


.fa-microphone:before {
	content: "";
}


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


.fa-shield:before {
	content: "";
}


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


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


.fa-rocket:before {
	content: "";
}


.fa-maxcdn:before {
	content: "";
}


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


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


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


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


.fa-html5:before {
	content: "";
}


.fa-css3:before {
	content: "";
}


.fa-anchor:before {
	content: "";
}


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


.fa-bullseye:before {
	content: "";
}


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


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


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


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


.fa-ticket:before {
	content: "";
}


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


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


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


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


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


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


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


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


.fa-compass:before {
	content: "";
}


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


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


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


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


.fa-gbp:before {
	content: "";
}


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


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


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


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


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


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


.fa-file:before {
	content: "";
}


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


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


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


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


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


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


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


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


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


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


.fa-youtube:before {
	content: "";
}


.fa-xing:before {
	content: "";
}


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


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


.fa-dropbox:before {
	content: "";
}


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


.fa-instagram:before {
	content: "";
}


.fa-flickr:before {
	content: "";
}


.fa-adn:before {
	content: "";
}


.fa-bitbucket:before {
	content: "";
}


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


.fa-tumblr:before {
	content: "";
}


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


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


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


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


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


.fa-apple:before {
	content: "";
}


.fa-windows:before {
	content: "";
}


.fa-android:before {
	content: "";
}


.fa-linux:before {
	content: "";
}


.fa-dribbble:before {
	content: "";
}


.fa-skype:before {
	content: "";
}


.fa-foursquare:before {
	content: "";
}


.fa-trello:before {
	content: "";
}


.fa-female:before {
	content: "";
}


.fa-male:before {
	content: "";
}


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


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


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


.fa-archive:before {
	content: "";
}


.fa-bug:before {
	content: "";
}


.fa-vk:before {
	content: "";
}


.fa-weibo:before {
	content: "";
}


.fa-renren:before {
	content: "";
}


.fa-pagelines:before {
	content: "";
}


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


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


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


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


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


.fa-wheelchair:before {
	content: "";
}


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


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


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


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


.fa-slack:before {
	content: "";
}


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


.fa-wordpress:before {
	content: "";
}


.fa-openid:before {
	content: "";
}


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


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


.fa-yahoo:before {
	content: "";
}


.fa-google:before {
	content: "";
}


.fa-reddit:before {
	content: "";
}


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


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


.fa-stumbleupon:before {
	content: "";
}


.fa-delicious:before {
	content: "";
}


.fa-digg:before {
	content: "";
}


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


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


.fa-drupal:before {
	content: "";
}


.fa-joomla:before {
	content: "";
}


.fa-language:before {
	content: "";
}


.fa-fax:before {
	content: "";
}


.fa-building:before {
	content: "";
}


.fa-child:before {
	content: "";
}


.fa-paw:before {
	content: "";
}


.fa-spoon:before {
	content: "";
}


.fa-cube:before {
	content: "";
}


.fa-cubes:before {
	content: "";
}


.fa-behance:before {
	content: "";
}


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


.fa-steam:before {
	content: "";
}


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


.fa-recycle:before {
	content: "";
}


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


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


.fa-tree:before {
	content: "";
}


.fa-spotify:before {
	content: "";
}


.fa-deviantart:before {
	content: "";
}


.fa-soundcloud:before {
	content: "";
}


.fa-database:before {
	content: "";
}


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


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


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


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


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


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


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


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


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


.fa-vine:before {
	content: "";
}


.fa-codepen:before {
	content: "";
}


.fa-jsfiddle:before {
	content: "";
}


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


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


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


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


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


.fa-git:before {
	content: "";
}


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


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


.fa-qq:before {
	content: "";
}


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


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


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


.fa-history:before {
	content: "";
}


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


.fa-header:before {
	content: "";
}


.fa-paragraph:before {
	content: "";
}


.fa-sliders:before {
	content: "";
}


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


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


.fa-bomb:before {
	content: "";
}


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


.fa-tty:before {
	content: "";
}


.fa-binoculars:before {
	content: "";
}


.fa-plug:before {
	content: "";
}


.fa-slideshare:before {
	content: "";
}


.fa-twitch:before {
	content: "";
}


.fa-yelp:before {
	content: "";
}


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


.fa-wifi:before {
	content: "";
}


.fa-calculator:before {
	content: "";
}


.fa-paypal:before {
	content: "";
}


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


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


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


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


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


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


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


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


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


.fa-trash:before {
	content: "";
}


.fa-copyright:before {
	content: "";
}


.fa-at:before {
	content: "";
}


.fa-eyedropper:before {
	content: "";
}


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


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


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


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


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


.fa-lastfm:before {
	content: "";
}


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


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


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


.fa-bicycle:before {
	content: "";
}


.fa-bus:before {
	content: "";
}


.fa-ioxhost:before {
	content: "";
}


.fa-angellist:before {
	content: "";
}


.fa-cc:before {
	content: "";
}


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


.fa-meanpath:before {
	content: "";
}


.fa-buysellads:before {
	content: "";
}


.fa-connectdevelop:before {
	content: "";
}


.fa-dashcube:before {
	content: "";
}


.fa-forumbee:before {
	content: "";
}


.fa-leanpub:before {
	content: "";
}


.fa-sellsy:before {
	content: "";
}


.fa-shirtsinbulk:before {
	content: "";
}


.fa-simplybuilt:before {
	content: "";
}


.fa-skyatlas:before {
	content: "";
}


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


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


.fa-diamond:before {
	content: "";
}


.fa-ship:before {
	content: "";
}


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


.fa-motorcycle:before {
	content: "";
}


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


.fa-heartbeat:before {
	content: "";
}


.fa-venus:before {
	content: "";
}


.fa-mars:before {
	content: "";
}


.fa-mercury:before {
	content: "";
}


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


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


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


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


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


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


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


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


.fa-neuter:before {
	content: "";
}


.fa-genderless:before {
	content: "";
}


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


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


.fa-whatsapp:before {
	content: "";
}


.fa-server:before {
	content: "";
}


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


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


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


.fa-viacoin:before {
	content: "";
}


.fa-train:before {
	content: "";
}


.fa-subway:before {
	content: "";
}


.fa-medium:before {
	content: "";
}


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


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


.fa-opencart:before {
	content: "";
}


.fa-expeditedssl:before {
	content: "";
}


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


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


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


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


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


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


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


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


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


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


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


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


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


.fa-clone:before {
	content: "";
}


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


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


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


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


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


.fa-hourglass:before {
	content: "";
}


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


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


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


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


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


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


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


.fa-trademark:before {
	content: "";
}


.fa-registered:before {
	content: "";
}


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


.fa-gg:before {
	content: "";
}


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


.fa-tripadvisor:before {
	content: "";
}


.fa-odnoklassniki:before {
	content: "";
}


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


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


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


.fa-safari:before {
	content: "";
}


.fa-chrome:before {
	content: "";
}


.fa-firefox:before {
	content: "";
}


.fa-opera:before {
	content: "";
}


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


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


.fa-contao:before {
	content: "";
}


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


.fa-amazon:before {
	content: "";
}


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


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


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


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


.fa-industry:before {
	content: "";
}


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


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


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


.fa-map:before {
	content: "";
}


.fa-commenting:before {
	content: "";
}


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


.fa-houzz:before {
	content: "";
}


.fa-vimeo:before {
	content: "";
}


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


.fa-fonticons:before {
	content: "";
}


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


.fa-edge:before {
	content: "";
}


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


.fa-codiepie:before {
	content: "";
}


.fa-modx:before {
	content: "";
}


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


.fa-usb:before {
	content: "";
}


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


.fa-mixcloud:before {
	content: "";
}


.fa-scribd:before {
	content: "";
}


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


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


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


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


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


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


.fa-hashtag:before {
	content: "";
}


.fa-bluetooth:before {
	content: "";
}


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


.fa-percent:before {
	content: "";
}


.fa-gitlab:before {
	content: "";
}


.fa-wpbeginner:before {
	content: "";
}


.fa-wpforms:before {
	content: "";
}


.fa-envira:before {
	content: "";
}


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


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


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


.fa-blind:before {
	content: "";
}


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


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


.fa-braille:before {
	content: "";
}


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


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


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


.fa-glide:before {
	content: "";
}


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


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


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


.fa-viadeo:before {
	content: "";
}


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


.fa-snapchat:before {
	content: "";
}


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


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


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


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


.fa-yoast:before {
	content: "";
}


.fa-themeisle:before {
	content: "";
}


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


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


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


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


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


.fa-linode:before {
	content: "";
}


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


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


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


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


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


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


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


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


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


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


.fa-quora:before {
	content: "";
}


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


.fa-telegram:before {
	content: "";
}


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


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


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


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


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


.fa-shower:before {
	content: "";
}


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


.fa-podcast:before {
	content: "";
}


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


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


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


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


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


.fa-bandcamp:before {
	content: "";
}


.fa-grav:before {
	content: "";
}


.fa-etsy:before {
	content: "";
}


.fa-imdb:before {
	content: "";
}


.fa-ravelry:before {
	content: "";
}


.fa-eercast:before {
	content: "";
}


.fa-microchip:before {
	content: "";
}


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


.fa-superpowers:before {
	content: "";
}


.fa-wpexplorer:before {
	content: "";
}


.fa-meetup:before {
	content: "";
}


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


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}


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


body {
	line-height: 1;
}


ol,
ul {
	list-style: none;
}


blockquote,
q {
	quotes: none;
}


blockquote:before,
blockquote:after {
	content: '';
	content: none;
}


q:before,
q:after {
	content: '';
	content: none;
}


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


* {
	box-sizing: border-box;
}

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

@media screen and (max-width: 899px) {
* {
	word-wrap: break-word;
	word-break: break-all;
}
}


html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", "Osaka", "Arial", "Helvetica", Sans-serif;
	font-size: 14px;
}


body {
	background: #fff;
	color: #333;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: bold;
}

body a:link,
body a:visited,
body a:active {
	color: #428bca;
	text-decoration: none;
	outline: 0;
}

body a:link:hover,
body a:link:focus,
body a:visited:hover,
body a:visited:focus,
body a:active:hover,
body a:active:focus {
	color: #2a6496;
	text-decoration: underline;
}

body a:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

body .hide {
	display: none;
}


body {
	margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    overflow-y: scroll;
    position: relative;
	background: #fff;
background: -moz-radial-gradient(center, ellipse cover, #fff 75%, #eaeaea 100%);
background: -webkit-radial-gradient(center, ellipse cover, #fff 75%,#eaeaea 100%);
background: radial-gradient(ellipse at center, #fff 75%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eaeaea',GradientType=1 );
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

body .container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media screen and (max-width: 899px) {
body .container:before {
	content: none;
}
}

body .container > .sidemenu {
	height: 100vh;
	width: 30%;
	max-width: 280px;
	position: fixed;
	padding: 10px 10px 0;
	/* background: #f7f7f7; */
	max-height: 100vh;
}

@media screen and (max-width: 899px) {
	.container > .sidemenu {
		background: #f7f7f7;
	}
}

@media screen and (max-width: 899px) {
body .container > .sidemenu {
	overflow: hidden;
	max-height: 100vh;
	min-height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	-ms-flex: 0 1 30%;
	-webkit-flex: 0 1 30%;
	flex: 0 1 30%;
}
}

body .container > .contents {
	margin-left: 30%;
	min-height: 100vh;
	padding-left: 10px;
	-ms-flex: 0 1 70%;
	-webkit-flex: 0 1 70%;
	flex: 0 1 70%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-shadow: -7px 0px 8px 0px rgba(146, 146, 146, 0.33);
	/* -webkit-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31);
　-moz-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31);
　box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.31); */
}

@media screen and (max-width: 899px) {
body .container > .contents {
	margin-left: 0;
	-ms-flex: 0 1 100%;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
}

body .container > .contents header {
	width: calc(100%);
	min-height: 40px;
	position: fixed;
	top: 0;
	z-index: 100;
}

@media screen and (max-width: 899px) {
body .container > .contents header {
	width: 100%;
	left: 0;
}
}
body .container > .contents article {
	padding-top: 40px;
	width: 100%;
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}

@media screen and (max-width: 899px) {
body .container > .contents {
	position: relative;
	left: 0;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	transition: 0.4s ease;
}
body .container > .contents header {
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	transition: 0.4s ease;
}
}

body #menu_closer {
	background: transparent;
	opacity: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -100;
	transition: left 0.4s ease, width 0.4s ease;
}

@media screen and (max-width: 899px) {
body .container > .sidemenu {
	visibility: hidden;
}
}

body.menu-open,
body.closing {
	overflow: hidden;
}

body.menu-open .container,
body.closing .container {
	overflow: hidden;
}

body.menu-open .container > .sidemenu,
body.closing .container > .sidemenu {
	display: block;
	width: 440px;
	max-width: 100vw;
	visibility: visible;
}

body.menu-open .container > .contents {
	left: 440px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

body.menu-open .container > .contents header {
	left: 440px;
}

body.menu-open #menu_closer {
	display: block;
	left: 440px;
	z-index: 9999;
	width: calc(100vw - 440px);
}


#totop {
	position: fixed;
	bottom: -100px;
	right: 20px;
	z-index: 100;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	transition: 0.2s ease;
}

#totop.visible {
	bottom: 15px;
}

#totop a {
	padding: 0;
	background: url(../img/page_top.png) no-repeat 50%;
	background-size: contain;
	border-radius: 5px;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 899px) {
#totop a {
	width: 42px;
	height: 42px;
}
}

@media screen and (max-width: 599px) {
#totop a {
	width: 60px;
	height: 60px;
}
}

#totop a:hover {
	background-image: url(../img/page_top_over.png);
}

.container > .sidemenu header .ci {
	margin: 0 40px 6px 0;
}

.container > .sidemenu header .ci img {
	width: 100%;
}

.container > .sidemenu header .closeBtn {
	padding: 7px;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
}

@media screen and (max-width: 466px) {
.container > .sidemenu header .closeBtn {
	display: block;
}
}

.container > .sidemenu header .closeBtn .close {
	display: block;
	width: 26px;
	height: 26px;
	position: relative;
}

.container > .sidemenu header .closeBtn .close:before,
.container > .sidemenu header .closeBtn .close:after {
	content: '';
	border-top: 2px solid #777;
	width: 100%;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0;
}

.container > .sidemenu header .closeBtn .close:before {
	transform: rotate(-45deg);
}

.container > .sidemenu header .closeBtn .close:after {
	transform: rotate(45deg);
}

.container > .sidemenu nav > * {
	padding: 1rem 0 0;
}

.container > .sidemenu nav > .header {
	min-height: 46px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.container > .sidemenu nav > .header h2 {
	margin: 0;
	font-size: 15px;
}

.container > .sidemenu nav > .header .coex {
	-ms-display: inline-flex;
	-webkit-display: inline-flex;
	display: inline-flex;
}

.container > .sidemenu nav > .header .coex a {
	font-size: 2em;
	color: #80a7ff;
	text-decoration: none;
	cursor: pointer;
}

.container > .sidemenu nav > .header .coex a + a {
	margin-left: 3px;
}

@media screen and (max-width: 899px) {
.container > .sidemenu nav > .header .coex a {
	font-size: 3em;
}
.container > .sidemenu nav > .header .coex a + a {
	margin-left: 10px;
}
}

.container > .sidemenu nav > .navi {
	padding: .5rem 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

}
.container > .sidemenu nav > .navi::-webkit-scrollbar {
	width: 4px;
}
.container > .sidemenu nav > .navi::-webkit-scrollbar-track {
	border-radius: 2px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
.container > .sidemenu nav > .navi::-webkit-scrollbar-thumb {
	background-color: rgb(221, 221, 221);
	border-radius: 2px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

@media screen and (max-width: 899px) {
.container > .sidemenu nav > .navi {
	overflow-y: scroll;
}
}

.container > .sidemenu nav > .navi #main_nav {
	line-height: 22px;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* background: rgba(255, 255, 255, 0.7); */
}

@media screen and (max-width: 599px) {
.container > .sidemenu nav > .navi #main_nav ul.main_toc {
	font-size: 1.142857rem;
}
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc ul {
	display: none;
	overflow: hidden;
	position: relative;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc li.expand > ul {
	display: block;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc li a,
.container > .sidemenu nav > .navi #main_nav ul.main_toc li span {
	padding: 2px 10px;
	display: block;
	cursor: pointer;
	position: relative;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc li a:hover,
.container > .sidemenu nav > .navi #main_nav ul.main_toc li span:hover {
	/* background-color: #ffcf92; */
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
.container > .sidemenu nav > .navi #main_nav ul.main_toc li a,
.container > .sidemenu nav > .navi #main_nav ul.main_toc li span {
	padding: 8px;
}
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc li .node-toggle {
	margin: 0;
	padding: 0;
	position: absolute;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc li a::before {
	content: "";
	border-radius: 5px;
	border: 3px solid #808080;
	color: #808080;
	position: absolute;
	top: 10px;
	left: -12px;
}

@media screen and (max-width: 599px) {
.container > .sidemenu nav > .navi #main_nav ul.main_toc li a::before {
	font-size: 1.5em;
	top: 17px;
}
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc li.active {
	background: rgba(128, 167, 255, 0.8) !important; 
	text-decoration: none;
}
.container > .sidemenu nav > .navi #main_nav ul.main_toc li.active a {
	color: #fff;
	text-decoration: none;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li {
	margin-top: 1px;
	
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li:first-child {
	margin-top: 0;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li > span[data-id] {
	width: 98%;
	padding: 0.5em 1em;
    margin: 15px 0 5px;
    color: #333;
	background: #dce7ff;
	background: -moz-linear-gradient(left, #dce7ff 0%, #ccddff 60%);
	background: -webkit-linear-gradient(left, #dce7ff 0%,#ccddff 60%);
	background: linear-gradient(to right, #dce7ff 0%,#ccddff 60%);
	border-left: solid 10px #80a7ff;
	box-shadow:2px 2px 2px 0px rgba(189,189,189,0.7);
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li > span[data-id]:hover {
	background: rgba(151, 183, 255, 0.65);
	color: #fff;

}



.container > .sidemenu nav > .navi #main_nav ul.main_toc > li > ul ul {
	margin-left: -5px;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li {
	padding-left: 25px;
	background: rgba(117, 140, 255, 0.1);
	box-shadow:0px 1px 2px 0px rgba(189,189,189,0.7) inset;
	width: 98%;
	/* border-bottom: 1px solid #ccc; */
    /* border-top: 1px solid #eae8e8; */
}
.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li:hover {
	background: rgba(181, 204, 255, 0.65);
	color: #fff;
}
.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li:hover li {
	background: rgba(255, 255, 255, 0.6);
	color: #333;
}
.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li:hover li:hover {
	background: rgba(181, 204, 255, 0.65);
	color: #fff;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li .node-toggle::before {
	content: "\f0fe";
	color: #808080;
	font-family: FontAwesome;
	font-size: 1.2em;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: -18px;
}

@media screen and (max-width: 599px) {
.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li .node-toggle::before {
	font-size: 1.5em;
	top: 8px;
	left: -22px;
}
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li a,
.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li span {
	padding-left: 2px;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li li {
	margin-left: 5px;
}

.container > .sidemenu nav > .navi #main_nav ul.main_toc > li li.expand > .node-toggle::before {
	content: "\f146";
}

.container > .sidemenu nav > .navi .special,
.container > .sidemenu nav > .navi .spot {
	margin: 10px -2px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: none;
}

.container > .sidemenu nav > .navi .special > a,
.container > .sidemenu nav > .navi .special > p,
.container > .sidemenu nav > .navi .spot > a,
.container > .sidemenu nav > .navi .spot > p {
	margin: 2px;
	background-color: #71acdd;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 33%;
}

.container > .sidemenu nav > .navi .special > a img,
.container > .sidemenu nav > .navi .special > p img,
.container > .sidemenu nav > .navi .spot > a img,
.container > .sidemenu nav > .navi .spot > p img {
	width: 100%;
	display: block;
}

.container > .sidemenu nav > .navi .special > a:hover,
.container > .sidemenu nav > .navi .spot > a:hover {
	background-color: #f88;
}

.container > .sidemenu nav > .navi .special > a.area_m,
.container > .sidemenu nav > .navi .spot > a.area_m {
	background-color: #1d478b;
}

.container > .sidemenu nav > .navi .special > a.area_m:hover,
.container > .sidemenu nav > .navi .spot > a.area_m:hover {
	background-color: #f55;
}

.container > .sidemenu nav > .navi .special > p,
.container > .sidemenu nav > .navi .spot > p {
	background-color: #f00;
}

.container > .sidemenu nav > .navi .special > p:hover,
.container > .sidemenu nav > .navi .spot > p:hover {
	background-color: #f88;
}

.container > .sidemenu nav > .navi .special > p.area_m:hover,
.container > .sidemenu nav > .navi .spot > p.area_m:hover {
	background-color: #f55;
}

.container > .sidemenu nav > .navi .spot > a,
.container > .sidemenu nav > .navi .spot > p {
	border-radius: 50%;
	overflow: hidden;
}

.container > .sidemenu footer {
	padding: 15px 0;
	font-size: 0.6875rem;
	color: #999;
}


.container > .contents header {
	padding: 0 5px;
	border-bottom: 1px solid #ddd;
	background: rgba(243, 243, 243, 0.8);
	line-height: 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.container > .contents header > * {
	margin: 0 5px;
}

.container > .contents header .menuBtn {
	padding: 0.142857rem 0;
	display: none;
}

.container > .contents header .menuBtn button {
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	width: 40px;
	min-width: 40px;
	height: 40px;
	font-size: 1.2rem;
	color: #808080;
}

@media screen and (max-width: 899px) {
.container > .contents header .menuBtn {
	display: block;
}
}

.container > .contents header #headerSearch {
	max-width: 270px;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.container > .contents header #topicpath {
	padding: 0.285714rem 0;
	width: calc(100% - 54px);
	font-size: 1rem;
	color: #555;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-ms-transition: 0.25s ease;
	transition: 0.25s ease;
}

@media screen and (max-width: 899px) {
.container > .contents header #topicpath {
	width: calc(100% - 104px);
}
}

.container > .contents header #topicpath ul {
	width: 100%;
	height: 100%;
	line-height: 1.428571rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.container > .contents header #topicpath ul li::before {
	padding: 0 7px;
	content: ">";
}

.container > .contents header #topicpath ul li:first-child::before {
	content: none;
}

.container > .contents header .uti {
	padding: 0.142857rem 0;
	color: #808080;
	font-size: 1.5rem;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.container > .contents header .uti .print {
	cursor: pointer;
}

@media screen and (max-width: 899px) {
.container > .contents header .uti {
	font-size: 2.0rem;
}
}

.container > .contents header.search-focused #topicpath {
	width: calc(100% - 104px - 270px);
}

@media screen and (max-width: 899px) {
.container > .contents header.search-focused #topicpath {
	width: calc(100% - 54px - 270px);
}
}


.container > .contents footer {
	margin: 20px 0 0;
	padding: 5px 20px;
	text-align: center;
}


.container > .contents article .chapter_menu > ul > li {
	margin: 8px 0;
	padding: 0;
}

.container > .contents article .chapter_menu > ul > li > span {
	margin: 0;
	padding: 10px 40px 10px 15px;
	background: #06f;
	display: block;
	color: #fff;
	cursor: pointer;
	position: relative;
}

.container > .contents article .chapter_menu > ul > li > span:after {
	content: url(../img/cd-icons.svg);
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: transform 0.3s;
}

.container > .contents article .chapter_menu > ul > li > span.expand:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.container > .contents article .chapter_menu > ul > li:before {
	content: none;
}

.container > .contents article .chapter_menu > ul > li > ul {
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.container > .contents article .chapter_menu > ul > li > ul > li:before {
	content: "\f111";
}


.container > .contents article {
	padding: 20px;
	/*background: rgba(255, 255, 255, 0.44);*/
	line-height: 1.3;
	position: relative;
	/* substep */
	/* annotation */
	/* dl.define */
	/* orderlist */
}

.container > .contents article hr {
	display: none;
}

.container > .contents article .highlight {
	background-color: #F9C;
}

.container > .contents article img {
	border: none;
	vertical-align: middle;
}

.container > .contents article sup {
	font-size: 0.6875em;
	vertical-align: top;
}

.container > .contents article sub {
	font-size: 0.6875em;
	vertical-align: bottom;
}

.container > .contents article strong {
	font-weight: bold;
}

.container > .contents article var {
	padding: 0px 3px;
	background-color: #ffecec;
	color: #999;
	font-style: normal;
}

.container > .contents article code {
	padding: 0px 4px;
	background-color: #fafafa;
	border: 1px dotted #ccc;
	border-radius: 2px;
	color: inherit;
	white-space: normal;
	font-size: inherit;
	font-family: inherit;
}

.container > .contents article .wbr {
	margin: 0 2px;
	padding: 1px;
	background: #f5f5f5;
	width: 14px;
	height: 14px;
	color: #999;
	border: 1px dotted #aaa;
	border-radius: 3px;
	vertical-align: -5%;
	display: inline-block;
	font-size: 11px;
}

.container > .contents article .wbr:after {
	display: inline;
	content: "\21cc";
	position: relative;
	top: -2px;
	letter-spacing: -0.9em;
}

.container > .contents article h1,
.container > .contents article h2,
.container > .contents article h3,
.container > .contents article h4,
.container > .contents article h5,
.container > .contents article h6 {
	font-weight: bold;
	font-family: inherit;
}

.container > .contents article h1 {
	margin: 20px 0;
    padding: 0 15px;
    border: 1px solid #80a7ff;
    border-left: solid 20px #80a7ff;
    background: #ffffff;
    color: #333;
    /* border: 2px solid #80a7ff; */
    display: block;
    font-size: 1.6rem;
    box-shadow: 1px 2px 1px 0px rgba(189,189,189,0.7);
    line-height: 50px;
}

.container > .contents article > h2 {
	padding: 8px 0px 8px 10px;
	border-bottom: 2px solid #ddd;
	font-size: 1.25rem;
}

.container > .contents article div.section > h2,
.container > .contents article div.section > h3,
.container > .contents article div.section > h4 {
	margin-bottom: 13px;
	padding: 8px 0px 8px 30px;
	border-bottom: none;
	background: #80a7ff;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #fff;
	box-shadow: 1px 2px 1px 0px rgba(189,189,189,0.7);
}

.container > .contents article div.section > h2:before,
.container > .contents article div.section > h3:before,
.container > .contents article div.section > h4:before {
	margin: 5px 0 0 -18px;
	content: "\f04b";
	font-family: FontAwesome;
	font-size: 0.5rem;
	color: #fff;
	position: absolute;
}

.container > .contents article ul,
.container > .contents article ol {
	margin: 0;
	padding: 0 10px;
}

.container > .contents article ul li {
	margin: 8px 0;
	padding-left: 20px;
	list-style: none;
}

.container > .contents article ul li:before {
	margin: 3px 0 0 -20px;
	content: "\f111";
	font-family: FontAwesome;
	font-size: 0.75rem;
	color: #666;
	position: absolute;
}

.container > .contents article ul li ul {
	padding: 0;
}

.container > .contents article ul li ul li:before {
	content: "\ff0d";
}

.container > .contents article ul li ul li li:before {
	content: "\f0c8";
	font-size: 0.65rem;
}

.container > .contents article li > *:last-child,
.container > .contents article dt > *:last-child,
.container > .contents article dd > *:last-child {
	margin-bottom: 0;
}

.container > .contents article p {
	margin: 0 0 8px 5px;
}

.container > .contents article .prev_next_navi {
	margin: 10px 0 -10px;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: none;
}

@media screen and (max-width: 899px) {
.container > .contents article .prev_next_navi {
	margin: 3px 0 -17px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
}

.container > .contents article .prev_next_navi .prev,
.container > .contents article .prev_next_navi .next {
	display: block;
}

.container > .contents article .prev_next_navi .prev a,
.container > .contents article .prev_next_navi .next a {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
}

@media screen and (max-width: 899px) {
.container > .contents article .prev_next_navi .prev a,
.container > .contents article .prev_next_navi .next a {
	width: 36px;
	height: 36px;
}
}

.container > .contents article .prev_next_navi .prev a:before,
.container > .contents article .prev_next_navi .next a:before {
	content: "";
	display: block;
	border: solid transparent;
	width: 0;
	height: 0;
	color: #808080;
	position: relative;
	left: 3px;
	top: 3px;
}

@media screen and (max-width: 899px) {
.container > .contents article .prev_next_navi .prev a:before,
.container > .contents article .prev_next_navi .next a:before {
	left: 6px;
	top: 6px;
}
}

.container > .contents article .prev_next_navi .prev.disabled,
.container > .contents article .prev_next_navi .next.disabled {
	opacity: 0.35;
}

.container > .contents article .prev_next_navi .prev a:before {
	border-right-color: #808080;
	border-width: 7px 12px 7px 0;
}

@media screen and (max-width: 899px) {
.container > .contents article .prev_next_navi .prev a:before {
	border-width: 12px 20px 12px 0;
}
}

.container > .contents article .prev_next_navi .prev:not(.disabled) a:hover:before {
	border-right-color: #aaa;
}

.container > .contents article .prev_next_navi .next a:before {
	border-left-color: #808080;
	border-width: 7px 0 7px 12px;
}

@media screen and (max-width: 899px) {
.container > .contents article .prev_next_navi .next a:before {
	border-width: 12px 0 12px 20px;
}
}

.container > .contents article .prev_next_navi .next:not(.disabled) a:hover:before {
	border-left-color: #aaa;
}

.container > .contents article div.pagenavi {
	margin: 20px 0;
	padding: 0px 5px;
}

.container > .contents article div.pagenavi ul li {
	margin: 5px 0;
}

.container > .contents article .boxPara {
	padding: 3px 5px;
	border: 1px solid #000;
}

.container > .contents article .referenceMaker {
	margin: 1rem 0;
	text-align: right;
	font-size: 0.75rem;
}

.container > .contents article .referenceMaker span {
	padding: 0.2em 0.8em;
	border: 1px solid #ccc;
	border-radius: 1em;
	background: #eee;
	display: inline-block;
}

.container > .contents article h1 + .referenceMaker {
	margin-top: -20px;
}

.container > .contents article h1 + .referenceMaker span {
	padding-left: 1.5em;
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0.7em;
	border-bottom-left-radius: 2em;
	color: #808080;
}

.container > .contents article .image {
	padding: 5px;
	text-align: center;
	max-width: 100%;
}

.container > .contents article .image img {
	margin: 5px auto;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.container > .contents article .movie {
	padding-top: 45%;
	width: 80%;
	position: relative;
	left: calc((100% - 80%) / 2);
}

.container > .contents article .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.container > .contents article .movie_frame video {
	width: 80%;
	margin-left: 10%;
}

.container > .contents article div.section {
	margin-top: 20px;
	margin-bottom: 20px;
}

.container > .contents article div.list {
	margin: 10px 0;
}

.container > .contents article ul.conditional {
	margin: 0 0 0 -10px;
}

.container > .contents article table {
	margin: 10px 0;
	border: 1px solid #666;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.container > .contents article table th,
.container > .contents article table td {
	border: 1px solid #666;
	border-spacing: 0;
	vertical-align: top;
	text-align: left;
}

.container > .contents article table th > *,
.container > .contents article table td > * {
	margin: 5px;
	word-break: break-all;
}

.container > .contents article table th {
	background: #ddd;
	border: 1px solid #666;
	border-spacing: 0;
	font-weight: bold;
}

.container > .contents article div.table {
	margin: 0 0 20px;
	width: 100%;
	max-width: 100%;
}

.container > .contents article div.table table .image {
	text-align: left;
}

.container > .contents article div.layoutTable table {
	margin: 0;
	border: none 0;
	border-spacing: 0;
	width: 100%;
}

.container > .contents article div.layoutTable table th,
.container > .contents article div.layoutTable table td {
	border: none 0;
}

.container > .contents article div.layoutTable table th > *,
.container > .contents article div.layoutTable table td > * {
	margin: 5px;
}

.container > .contents article div.layoutTable table th > ul,
.container > .contents article div.layoutTable table th > ol,
.container > .contents article div.layoutTable table td > ul,
.container > .contents article div.layoutTable table td > ol {
	text-align: left;
}

.container > .contents article .memo,
.container > .contents article .attention,
.container > .contents article .caution,
.container > .contents article .importance,
.container > .contents article .recommendation,
.container > .contents article .setting {
	margin: 15px 5px;
	padding: 0 15px 5px;
	background: #fff;
	border: 2px solid;
}

.container > .contents article .memo h4,
.container > .contents article .attention h4,
.container > .contents article .caution h4,
.container > .contents article .importance h4,
.container > .contents article .recommendation h4,
.container > .contents article .setting h4 {
	margin: 0 -15px 12px !important;
	padding: 5px 0 0 45px !important;
	min-height: 30px;
	font-size: 1.2rem !important;
	font-weight: bold;
	color: #fff !important;
	position: relative;
	z-index: 0;
}

.container > .contents article .memo h4:before,
.container > .contents article .attention h4:before,
.container > .contents article .caution h4:before,
.container > .contents article .importance h4:before,
.container > .contents article .recommendation h4:before,
.container > .contents article .setting h4:before {
	overflow: hidden;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: -1;
}

.container > .contents article .memo > ul,
.container > .contents article .attention > ul,
.container > .contents article .caution > ul,
.container > .contents article .importance > ul,
.container > .contents article .recommendation > ul,
.container > .contents article .setting > ul {
	padding: 0 5px;
}

.container > .contents article .memo {
	border-color: #c1e0e0;
    position: relative;
    margin-top: 32px !important;
    padding-top: 14px;
}

.container > .contents article .memo > h4 {
	background: #9cc;
    position: absolute;
    display: inline;
    padding-left: 30px !important;
    padding-right: 10px !important;
    min-height: 24px;
    top: -25px;
    left: 13px;
    font-size: 1rem !important;
    line-height: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.container > .contents article .memo > h4:before {
	font-family: FontAwesome;
	font-weight: normal;
	content: "\f304";
    left: 12px;
    top: 4px;
    font-size: 10pt;
}

.container > .contents article .attention > h4:before {
	content: url(../img/articleStyle/icon_attention.png);
}

.container > .contents article .caution > h4:before {
	content: url(../img/articleStyle/icon_caution.png);
}

.container > .contents article .importance {
	border-color: #e4a8a8;
	position: relative;
    margin-top: 32px !important;
    padding-top: 14px;
}

.container > .contents article .importance > h4 {
	background: #c66;
	position: absolute;
    display: inline;
    padding-left: 30px !important;
    padding-right: 10px !important;
    min-height: 24px;
    top: -25px;
    left: 13px;
    font-size: 1rem !important;
    line-height: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.container > .contents article .importance > h4:before {
	font-family: FontAwesome;
	content: "\f06a";
	font-weight: normal;
    left: 10px;
    top: 4px;
    font-size: 10pt;
}

.container > .contents article .recommendation {
	border-color: #e0c7ae;
	position: relative;
    margin-top: 32px !important;
    padding-top: 14px;
}

.container > .contents article .recommendation > h4 {
	background: #c96;
	position: absolute;
    display: inline;
    padding-left: 30px !important;
    padding-right: 10px !important;
    min-height: 24px;
    top: -25px;
    left: 13px;
    font-size: 1rem !important;
    line-height: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.container > .contents article .recommendation > h4:before {
	font-family: FontAwesome;
    content: "\f518";
    font-weight: normal;
    left: 10px;
    top: 4px;
    font-size: 10pt;
}

.container > .contents article .setting {
	margin: 15px 0;
	padding: 0 0 15px;
	border-width: 0;
}

.container > .contents article .setting > h4 {
	margin: 0 0 15px !important;
    padding: 3px 0 0 30px !important;
    border-bottom: 2px solid #666;
    min-height: 30px;
    color: #666 !important;
}

.container > .contents article .setting > h4:before {
	font-family: FontAwesome;
    content: "\f0ad";
    font-weight: normal;
    left: 3px;
    top: 3px;
    font-size: 15pt;
	
}

.container > .contents article .setting .default {
	padding: 0 0 0 2px;
}

.container > .contents article .setting .default:before {
	font-family: FontAwesome;
    content: "\f04e";
    color: #3f6cd2;
    font-weight: normal;
    margin-right: 5px;
    font-size: 8pt;
}

.container > .contents article .setting dl.subproperty {
	margin: 10px 0;
}

.container > .contents article .setting dl.subproperty dt {
	margin: 8px 0;
	padding: 0 0 0 20px;
	position: relative;
}

.container > .contents article .setting dl.subproperty dt:before {
	position: absolute;
    font-family: FontAwesome;
    content: "\f04d";
    color: #3f6cd2;
    font-weight: normal;
    left: 6px;
    font-size: 10pt;
    top: 1px;
}

.container > .contents article .setting dl.subproperty dd {
	margin: 8px 0 8px 15px;
	padding: 0 0 0 20px;
	position: relative;
}

.container > .contents article .setting dl.subproperty dd:before {
	position: absolute;
    font-family: FontAwesome;
    content: "\f04e";
    color: #3f6cd2;
    font-weight: normal;
    left: 6px;
    font-size: 8pt;
    top: 3px;
}

.container > .contents article .supplement {
	margin: 15px 0;
	padding: 0;
}

.container > .contents article .supplement > h5 {
	margin: 0;
    padding: 2px 0 2px 30px;
    border-bottom: 1px solid #ddd;
    min-height: 16px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.container > .contents article .supplement > h5:before {
	content: "\f105";
    top: -5px;
    font-family: FontAwesome;
    font-size: 1.6rem;
    color: #f591b0;
    position: absolute;
    left: 10px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
}

.container > .contents article .supplement > h5.expand:before {
	transform: rotate(90deg);
}

.container > .contents article .supplement > .supplementContents {
	margin: 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-top-width: 0;
    overflow: hidden;
    position: relative;
}

.container > .contents article .related {
	margin: 35px 0;
	padding: 5px 0 0;
}

.container > .contents article .related h4 {
	margin: 0 0 15px 0px;
    padding: 0 0 5px 35px;
    border-bottom: 2px double #21adba;
    color: #21adba;
    position: relative;
}

.container > .contents article .related h4:before {
	content: "\f0c1";
    font-family: FontAwesome;
    font-size: 1.6rem;
    font-weight: normal;
    color: #21adba;
    margin: 0px 5px 0 -20px;
}

.container > .contents article .relation {
	padding-left: 35px;
	min-height: 19px;
	word-break:break-all;
}

.container > .contents article .relation:before {
	content: "\f0c1";
    font-family: FontAwesome;
    font-size: 0.9rem;
    color: #21adba;
    margin: 0px 4px 0 -20px;
}

.container > .contents article .safety {
	padding: 20px 0 10px;
}

.container > .contents article .safety .anki_block {
	font-size: inherit;
	font-family: inherit;
	padding-left: 0;
}

.container > .contents article .safety table {
	border: 1px solid #555;
}

.container > .contents article .safety table th,
.container > .contents article .safety table td {
	padding: 5px;
	border: 1px solid #555;
	background: transparent;
}

.container > .contents article .safety table th > *,
.container > .contents article .safety table td > * {
	margin: auto;
}

.container > .contents article .flow {
	margin: 20px auto 30px auto;
}

.container > .contents article .flow > ol {
	padding-left: 40px;
	counter-reset: step;
}

.container > .contents article .flow > ol > li {
	margin-top: 10px;
	position: relative;
	counter-increment: step;
}

.container > .contents article .flow > ol > li:before {
	content: counter(step) ". ";
	width: 33px;
	color: #f591b0;
	font-size: 1.785714rem;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	text-align: right;
	position: absolute;
	top: 3px;
	left: -40px;
}

.container > .contents article .flow > ol > li > .stepItem h4 {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	color: #666;
	font-size: 1.285714rem;
}

.container > .contents article .flow > ol > li > .stepItem > .header {
	border-top: 2px dotted #ccc;
}

.container > .contents article .flow > ol > li > .stepItem > .header h4 {
	padding: 8px 50px 25px 0;
}

.container > .contents article .flow > ol > li > .stepItem > .header.angle {
	cursor: pointer;
}

.container > .contents article .flow > ol > li > .stepItem > .header.angle:after {
	content: '';
	border: solid #555;
	border-width: 0 0 1px 1px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 2px;
	transform: rotate(-45deg);
	transform-origin: 35% 65%;
	transition: 0.3s ease;
}

.container > .contents article .flow > ol > li > .stepItem > .header.angle.expand:after {
	transform: rotate(135deg);
	top: 4px;
}

.container > .contents article .flow > ol > li > .stepItem > .item {
	overflow: hidden;
	position: relative;
}

.container > .contents article .flow .presequence {
	padding: 0 0 0 30px;
	position: relative;
}

.container > .contents article .flow .presequence:before {
	content: url(../img/articleStyle/icon_presequence.png);
	position: absolute;
	top: -1px;
	left: 1px;
}

.container > .contents article .flow .reference {
	padding: 0 0 0 30px;
	position: relative;
}

.container > .contents article .flow .reference:before {
	content: url(../img/articleStyle/icon_reference.png);
	position: absolute;
	top: -1px;
	left: 1px;
}

.container > .contents article ol.substep {
	margin: 0;
	padding: 0;
	counter-reset: substep;
}

.container > .contents article ol.substep > li {
	margin: 5px 0 5px 45px;
	padding: 0;
	font-weight: normal;
	color: #000;
	list-style: none;
	counter-increment: substep;
}

.container > .contents article ol.substep > li:before {
	content: "[" counter(substep) "].";
	margin: 0 5px 0 -35px;
	display: block;
	font-weight: bold;
	position: absolute;
}

.container > .contents article ol.annotation {
	padding: 5px 0 10px;
	list-style: none;
	counter-reset: annotation;
	font-size: 0.875rem;
}

.container > .contents article ol.annotation > li {
	margin: 3px 0;
	padding-left: 40px;
	counter-increment: annotation;
	position: relative;
}

.container > .contents article ol.annotation > li:not(:empty):before {
	content: "*" counter(annotation);
	width: 30px;
	text-align: right;
	position: absolute;
	left: 0;
	top: 0;
}

.container > .contents article ol.annotation > li > p {
	margin-bottom: 5px;
}

.container > .contents article dl.define {
	margin: 0.5rem 0;
	line-height: 1.6;
}

.container > .contents article dl.define:before,
.container > .contents article dl.define:after {
	clear: both;
	content: '';
}

.container > .contents article dl.define dt {
	margin: 0 25px 0.5rem 0;
	float: left;
	min-width: 130px;
}

.container > .contents article dl.define dd {
	margin: 0 0 0.5rem 130px;
	display: table;
}

.container > .contents article dl.define dd:before {
	content: ':';
	margin-left: -25px;
	padding-left: 8px;
	display: inline-block;
	width: 25px;
	position: absolute;
}

.container > .contents article dl.define dd p {
	margin: 0;
}

.container > .contents article div.orderlist {
	margin: 5px 0;
}

.container > .contents article div.orderlist ol.orderlist {
	padding: 0 5px;
	counter-reset: orderlistitem;
}

.container > .contents article div.orderlist ol.orderlist ol {
	margin-left: -15px;
	padding: 0;
}

.container > .contents article div.orderlist ol.orderlist li {
	list-style: none;
	position: relative;
	counter-increment: orderlistitem;
}

.container > .contents article div.orderlist ol.orderlist li:before {
	content: "(" counter(orderlistitem) ")";
	width: 35px;
	text-align: right;
	color: #80a7ff;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 0;
}

.container > .contents article div.orderlist ol.orderlist > li {
	padding: 5px 0 5px 40px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	list-style: none;
}


.container .contents article.wording .toc a {
	margin-left: 10px;
	padding: 0.6rem 1rem;
	background: #09f;
	border: 1px solid #aaa;
	display: inline-block;
	color: #eee;
	text-decoration: none;
}

.container .contents article.wording .toc a:hover {
	background: #f88;
	color: #fff;
}

.container .contents article.wording .wordcontainer {
	margin: 1rem 0 1.5rem;
}

.container .contents article.wording .wordcontainer h2 {
	padding: 0.3rem 1rem;
	background: #999;
	border: 1px solid #999;
	font-size: 1rem;
	line-height: 1.2;
	color: #fff;
}

.container .contents article.wording .wordcontainer .worditem {
	padding: 0.6rem 0 0;
}


#menuSearch {
	background-color: #eee;
	border-radius: 6px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#menuSearch input[type="search"] {
	padding: 8px 0 8px 8px;
	background: transparent;
	box-shadow: 1px 1px 2px 0px rgba(189,189,189,0.7) inset;
	border: 0 none;
	outline: 0 none;
	width: 100%;
	height: 40px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 24px;
	-webkit-appearance: none;
}

#menuSearch button {
	padding: 0px;
	background: #80a7ff;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 1rem;
	cursor: pointer;
	-ms-flex: 1 0 40px;
	-webkit-flex: 1 0 40px;
	flex: 1 0 40px;
}
#menuSearch button:hover {
	opacity: 0.8;
}

#menuSearch button:focus {
	outline: 0;
}

#menuSearch button .fa-search {
	font-size: 1.25rem;
	color: #fff;
}

#menuSearch > *:first-child {
	border-radius: 6px 0 0 6px;
}

#menuSearch > *:last-child {
	border-radius: 0 6px 6px 0;
}


#headerSearch {
	height: 40px;
}

#headerSearch .search-wrapper {
	margin: 3px 0;
	background: #39f;
	border-radius: 20px;
	width: 34px;
	height: 34px;
	box-shadow: #aaa 1px 1px 5px;
	cursor: pointer;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: 250ms ease;
	-moz-transition: 250ms ease;
	-ms-transition: 250ms ease;
	transition: 250ms ease;
	position: relative;
	z-index: 200;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#headerSearch .search-wrapper::after {
	content: "\f002";
	border-radius: 20px;
	width: 34px;
	height: 34px;
	display: block;
	color: #fff;
	font-size: 1.25em;
	font-family: FontAwesome;
	position: absolute;
	top: -3px;
	right: -8px;
}

#headerSearch .search-wrapper input {
	background: transparent;
	border: 0;
	color: #fff;
	outline: none;
	height: 34px;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1rem;
	-webkit-appearance: textfield;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: 275ms ease;
	-moz-transition: 275ms ease;
	-ms-transition: 275ms ease;
	transition: 275ms ease;
}

#headerSearch .search-wrapper input::-webkit-input-placeholder {
	color: #ccc;
}

#headerSearch .search-wrapper input:-moz-placeholder {
	color: #ccc;
}

#headerSearch .search-wrapper input::-moz-placeholder {
	color: #ccc;
}

#headerSearch .search-wrapper input:-ms-input-placeholder {
	color: #ccc;
}

#headerSearch .search-wrapper input::placeholder {
	color: #ccc;
}

#headerSearch .search-wrapper button {
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	position: absolute;
	display: none;
}

#headerSearch .search-wrapper.focused {
	width: 270px;
	max-width: 100%;
}

#headerSearch .search-wrapper.focused input {
	padding: 0 34px 0 13px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

#headerSearch .search-wrapper.focused button {
	display: block;
	border-radius: 20px;
	width: 34px;
	height: 34px;
	display: block;
	overflow: hidden;
	top: 1px;
	right: 1px;
}


#resultSearch {
	background-color: #eee;
	border-radius: 6px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 15px 0;
}

#resultSearch input[type="search"] {
	padding: 8px 0 8px 8px;
	background: transparent;
	border: 0 none;
	outline: 0 none;
	width: 100%;
	height: 40px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 24px;
	-webkit-appearance: none;
}

#resultSearch button {
	padding: 0px;
	background: #808080;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 1rem;
	cursor: pointer;
	-ms-flex: 1 0 40px;
	-webkit-flex: 1 0 40px;
	flex: 1 0 40px;
}

#resultSearch button:focus {
	outline: 0;
}

#resultSearch button .fa-search {
	font-size: 1.25rem;
	color: #fff;
}

#resultSearch > *:first-child {
	border-radius: 6px 0 0 6px;
}

#resultSearch > *:last-child {
	border-radius: 0 6px 6px 0;
}

#resultSearch label {
	position: relative;
}

#resultSearch label input[type="radio"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}

#resultSearch label input[type="radio"]:checked ~ .button {
	background-color: #ffc;
	box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

#resultSearch label .button {
	margin: 0 0 0 -1px;
	padding: 0 0.7rem;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #ccc;
	border: 1px #d9d9d9 solid;
	color: #333;
	cursor: pointer;
	display: inline-block;
	outline: none;
	line-height: 40px;
	font-size: .875rem;
	position: relative;
}

#resultSearch label:last-child .button {
	border-radius: 0 6px 6px 0;
}


#search_result #count {
	margin: 0.625rem 0;
	font-size: 0.875rem;
}

#search_result #results .not-found {
	font-size: 1.2rem;
	color: #808080;
}

#search_result #results .group {
	margin-bottom: 1em;
}

#search_result #results .group .group-title {
	padding: 5px 5px 5px 35px;
	background: #808080;
	display: block;
	font-weight: bold;
	line-height: 1.571429rem;
	color: #fff;
	cursor: pointer;
	position: relative;
}

#search_result #results .group .group-title:before {
	content: "\f0fe";
	font-weight: normal;
	font-family: FontAwesome;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 9px;
}

#search_result #results .group .group-title.expand:before {
	content: "\f146";
}

#search_result #results .group .group-items {
	padding: 0 1.5rem;
	display: none;
	overflow: hidden;
}

#search_result #results .group .group-items .item {
	margin: 1rem 0;
}

#search_result #results .group .group-items .item h4 {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 5px 0;
}

#search_result #results .group .group-items .item p {
	margin: 0;
}

#search_result #results .group .group-items .item p.clamp-front:before,
#search_result #results .group .group-items .item p.clamp-front:after,
#search_result #results .group .group-items .item p.clamp-rear:before,
#search_result #results .group .group-items .item p.clamp-rear:after {
	display: inline-block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#search_result #results .group .group-items .item p.clamp-front:before {
	margin-right: 0.3em;
	content: '\2026';
}

#search_result #results .group .group-items .item p.clamp-rear:after {
	margin-left: 0.3em;
	content: '\2026';
}

#search_result #results .group .group-items .item .path {
	margin: 0.4rem 0 0;
	font-size: 0.75rem;
	color: #555;
}

#search_result #results .group .group-items .item .path span:after {
	padding: 0 7px;
	content: "≫";
}

#search_result #results .group .group-items .item .path span:last-child:after {
	content: none;
}

#search_result #results .group .group-items .item .ref-maker {
	margin: 0.2rem 0 0;
	font-size: 0.75rem;
	color: #777;
}


@media print {
body {
	padding-top: 2.5rem;
	max-width: none;
	position: relative;
	background: #fff;
}
body:before {
	content: '';
	margin: 0 0 1rem;
	padding: 0.2rem 1rem;
	border: 5px double transparent;
	background-color: #fff;
	display: block;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3rem;
	color: #f00;
	position: absolute;
	right: 0;
	top: 0;
}
body .container > .sidemenu,
body .container > .contents > header > *:not(#topicpath),
body .prev_next_navi,
body #totop {
	display: none;
}
body .container > .contents {
	margin-left: 0;
}
body .container > .contents article .flow > ol > li > .stepItem > .item,
body .container > .contents article .supplement .supplementContents {
	display: block !important;
}
body .container {
	display: block;
}
body .container > .contents {
	width: 100%;
	min-height: auto;
	display: block;
	position: static;
}
body .container > .contents > header {
	position: static;
	width: 100% !important;
	display: block;
}
body .container > .contents article {
	padding: 0 !important;
	border-left: 0 none;
	min-height: auto;
	position: static;
}
/* body .container > .contents article h1 {
	border: 2px solid;
	border-color: #666 #484848 #333 #484848;
} */
body .container > .contents article h1:first-child {
	margin-top: 0;
}
body .container > .contents article h1 + .referenceMaker {
	margin-top: -20px;
}
/* body .container > .contents article div.section h2 {
	border: 1px solid #999;
	background-color: #aaa;
	color: #fff;
} */
body .container > .contents article .flow > ol > li > .stepItem > .header.angle:after {
	transform: rotate(135deg);
	top: 4px;
}
body .container > .contents article .supplement h5:before {
	transform: rotate(90deg);
}
body .container > .contents article .importance h4,
body .container > .contents article .memo h4,
body .container > .contents article .recommendation h4 {
	padding-left: 50px;
}
body .container > .contents article .chapter_menu > ul > li > span {
	border: 1px solid #06f;
}
body .container > .contents article .chapter_menu > ul > li > span:after {
	transform: rotate(0deg);
}
body .container > .contents article .chapter_menu > ul > li > ul {
	display: block !important;
}
body .container > .contents article #search_result #results .group .group-items {
	display: block !important;
}
}

/*# sourceMappingURL=page.css.map */

/* 201911 アコーディオンメニュー一気に開くボタン */
.container > .contents article .flow{
	margin-top: 50px;
	position: relative;
}
div.flow .allOpenBtn{
    border-radius: 5px;
    padding: 3px 0px 3px 20px;
    font-size: 0.9em;
	cursor: pointer;
	top: -35px;
	right: 10px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-size: 1.5em;
    color: #808080;
    text-decoration: none;
}
div.flow .allOpenBtn:hover{
	opacity: 0.8;
}

/* 202107 リンクになってしまう文字(http)を下付き文字タグで囲いリンクを無効化する */
sub {
	font-size: inherit !important;
}
sub a {
	vertical-align: middle;
	pointer-events: none;
	color: #333 !important;
}