@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.glyphicon-spin, a .glyphicon-spin {
	display: inline-block
}

.alert a, .field--label, .file {
	font-weight: 700
}

.file, .file-link {
	width: 100%
}

.tabs-left>.nav-tabs>li:focus, .tabs-left>.nav-tabs>li>a:focus, .tabs-right>.nav-tabs>li:focus, .tabs-right>.nav-tabs>li>a:focus {
	outline: 0
}

.panel-title:focus, .panel-title:hover, a .glyphicon-spin {
	text-decoration: none
}

.image-widget.row, .region-help .block, .tabledrag-changed-warning {
	overflow: hidden
}

.alert-sm {
	padding: 5px 10px
}

.alert-success a, .alert-success a:focus, .alert-success a:hover {
	color: #2b542c
}

.alert-info a, .alert-info a:focus, .alert-info a:hover {
	color: #245269
}

.alert-warning a, .alert-warning a:focus, .alert-warning a:hover {
	color: #66512c
}

.alert-danger a, .alert-danger a:focus, .alert-danger a:hover {
	color: #843534
}

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

@-o-keyframes glyphicon-spin {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes glyphicon-spin {
	0% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.glyphicon-spin {
	-webkit-animation: glyphicon-spin 1s infinite linear;
	-o-animation: glyphicon-spin 1s infinite linear;
	animation: glyphicon-spin 1s infinite linear
}

html.js .btn .ajax-throbber {
	margin-left: .5em;
	margin-right: -.25em
}

html.js .form-item .input-group-addon .glyphicon {
	color: #777;
	opacity: .5;
	-webkit-transition: 150ms color, 150ms opacity;
	-o-transition: 150ms color, 150ms opacity;
	transition: 150ms color, 150ms opacity
}

html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
	color: #337ab7;
	opacity: 1
}

html.js .form-item .input-group-addon .input-group-addon {
	background-color: #fff
}

html.js .ajax-new-content:empty {
	display: none!important
}

.field--label-inline .field--items, .field--label-inline .field--label {
	float: left
}

.field--label-inline .field--items, .field--label-inline .field--label, .field--label-inline>.field--item {
	padding-right: .5em
}

[dir=rtl] .field--label-inline .field--items, [dir=rtl] .field--label-inline .field--label {
	padding-left: .5em;
	padding-right: 0
}

.field--label-inline .field--label::after {
	content: ':'
}

.file {
	display: table;
	font-size: 75%;
	margin: 5px 0
}

.file-icon, .file-link, .file-size, .file>.tabledrag-changed {
	display: table-cell;
	vertical-align: middle
}

.file>span {
	background: #fff;
	color: #337ab7;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc
}

.file>span:first-child {
	border-left: 1px solid #ccc
}

.file>span:last-child {
	border-right: 1px solid #ccc
}

.file>.tabledrag-changed {
	background: #fcf8e3;
	border-radius: 0;
	color: #8a6d3b;
	padding: 0 1em;
	top: 0
}

.file>.tabledrag-changed, .file>.tabledrag-changed:last-child {
	border: 1px solid #f7e1b5
}

.file-icon {
	font-size: 150%;
	padding: .25em .5em;
	text-align: center
}

.file-link a, .file-link a:active, .file-link a:focus, .file-link a:hover {
	color: inherit
}

.file-size {
	padding: 0 1em;
	text-align: right;
	white-space: pre
}

.filter-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom: 0;
	padding: 10px;
	height: 51px
}

.filter-help {
	float: right;
	line-height: 1;
	margin: .5em 0 0
}

.nav.nav-tabs.filter-formats {
	margin-bottom: 15px
}

table .checkbox.form-no-label, table .radio.form-no-label {
	margin-bottom: 0;
	margin-top: 0
}

.select-wrapper {
	display: inline-block;
	position: relative;
	width: 100%
}

.form-inline .select-wrapper {
	width: auto
}

.input-group .select-wrapper {
	display: table-cell
}

.input-group .select-wrapper:first-child .form-control:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.input-group .select-wrapper:last-child .form-control:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
	padding-right: 2em
}

.select-wrapper select::-ms-expand {
	opacity: 0
}

.select-wrapper:after {
	color: #337ab7;
	content: '笆ｼ';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -.5em;
	padding-right: .5em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10
}

.has-glyphicons .select-wrapper:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e114';
	display: inline-block;
	font-family: 'Glyphicons Halflings'
}

.has-error .select-wrapper:after {
	color: #a94442
}

.has-success .select-wrapper:after {
	color: #3c763d
}

.has-warning .select-wrapper:after {
	color: #8a6d3b
}

.form-required:after {
	background-image: url(/themes/contrib/bootstrap/css/3.3.7/../images/required.svg);
	-webkit-background-size: 10px 7px;
	background-size: 10px 7px;
	content: "";
	display: inline-block;
	line-height: 1;
	height: 7px;
	width: 10px
}

.form-actions .btn, .form-actions .btn-group {
	margin-right: 10px
}

.form-actions .btn-group .btn {
	margin-right: 0
}

a.icon-before .glyphicon {
	margin-right: .25em
}

a.icon-after .glyphicon {
	margin-left: .25em
}

.btn.icon-before .glyphicon {
	margin-left: -.25em;
	margin-right: .25em
}

.btn.icon-after .glyphicon {
	margin-left: .25em;
	margin-right: -.25em
}

body {
	position: relative
}

body.navbar-is-static-top {
	margin-top: 0
}

body.navbar-is-fixed-top {
	margin-top: 65px
}

body.navbar-is-fixed-bottom {
	padding-bottom: 65px
}

@media screen and (max-width:767px) {
	body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar {
		position: fixed
	}
	body.toolbar-vertical.navbar-is-fixed-bottom header, body.toolbar-vertical.navbar-is-fixed-top header {
		z-index: 500
	}
	body.toolbar-vertical.navbar-is-fixed-top header {
		top: 39px
	}
}

@media screen and (min-width:768px) {
	body {
		margin-top: 15px
	}
	.navbar.container {
		max-width: 720px
	}
}

@media screen and (min-width:992px) {
	.navbar.container {
		max-width: 940px
	}
}

@media screen and (min-width:1200px) {
	.navbar.container {
		max-width: 1140px
	}
}

.navbar .logo {
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px
}

@media screen and (min-width:768px) {
	.navbar .logo {
		width: 180px;
		margin-right: 0;
		padding-left: 0;
	}
}

.navbar .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.node-preview-container {
	margin-top: -15px
}

.node-preview-form-select {
	padding: 15px
}

.panel-title {
	display: block;
	margin: -10px -15px;
	padding: 10px 15px
}

.panel-title, .panel-title:focus, .panel-title:hover, .panel-title:hover:focus {
	color: inherit
}

.progress-wrapper {
	margin-bottom: 15px
}

.progress-wrapper:last-child .progress {
	margin-bottom: 5px
}

.progress-wrapper .message {
	font-weight: 700;
	margin-bottom: 5px
}

.progress-wrapper .percentage, .progress-wrapper .progress-label {
	font-size: 12px
}

.progress-wrapper .progress-bar {
	min-width: 2em
}

.tabledrag-toggle-weight {
	float: right;
	margin: 1px 2px 1px 10px
}

.tabledrag-changed-warning {
	margin: 0
}

.tabledrag-handle {
	color: #777;
	cursor: move;
	float: left;
	font-size: 125%;
	line-height: 1;
	margin: -10px 0 0 -10px;
	padding: 10px
}

.tabledrag-handle:focus, .tabledrag-handle:hover {
	color: #337ab7
}

.indentation {
	float: left;
	height: 1.7em;
	margin: -.4em .2em -.4em -.4em;
	padding: .42em 0 .42em .6em;
	width: 20px
}

[dir=rtl] .indentation {
	float: right;
	margin: -.4em -.4em -.4em .2em;
	padding: .42em .6em .42em 0
}

.local-actions {
	margin: 10px 0 10px -5px
}

.tabs--secondary {
	margin: 10px 0 5px
}

.tabbable {
	margin-bottom: 20px
}

.tabs-below>.nav-tabs, .tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
	border-bottom: 0
}

.tabs-below>.nav-tabs .summary, .tabs-left>.nav-tabs .summary, .tabs-right>.nav-tabs .summary {
	color: #777;
	font-size: 12px
}

.tab-pane>.panel-heading {
	display: none
}

.tab-content>.active {
	display: block
}

.tabs-below>.nav-tabs {
	border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
	margin-top: -1px;
	margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
	border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:focus, .tabs-below>.nav-tabs>li>a:hover {
	border-top-color: #ddd;
	border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:focus, .tabs-below>.nav-tabs>.active>a:hover {
	border-color: transparent #ddd #ddd
}

.tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
	padding-bottom: 20px;
	width: 220px
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
	float: none
}

.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
	margin-right: 0;
	margin-bottom: 3px
}

.form-group:last-child, .panel:last-child, .popover ol:last-child, .popover ul:last-child, p:last-child {
	margin-bottom: 0
}

.tabs-left>.tab-content, .tabs-right>.tab-content {
	border-radius: 0 4px 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	overflow: hidden;
	padding: 10px 15px
}

.tabs-left>.nav-tabs {
	float: left;
	margin-right: -1px
}

.tabs-left>.nav-tabs>li>a {
	border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:focus, .tabs-left>.nav-tabs>li>a:hover {
	border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs>.active>a, .tabs-left>.nav-tabs>.active>a:focus, .tabs-left>.nav-tabs>.active>a:hover {
	border-color: #ddd transparent #ddd #ddd;
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs {
	float: right;
	margin-left: -1px
}

.tabs-right>.nav-tabs>li>a {
	border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:focus, .tabs-right>.nav-tabs>li>a:hover {
	border-color: #eee #eee #eee #ddd;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs>.active>a, .tabs-right>.nav-tabs>.active>a:focus, .tabs-right>.nav-tabs>.active>a:hover {
	border-color: #ddd #ddd #ddd transparent
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
	z-index: 1031
}

body.toolbar-fixed .navbar-fixed-top {
	top: 39px
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
	top: 79px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
	left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
	margin-left: 240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
	padding-bottom: 40px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
	width: 240px
}

.ui-autocomplete {
	background: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	color: inherit;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	list-style: none;
	min-width: 160px;
	padding: 5px 0;
	text-align: left;
	z-index: 1000
}

.ui-autocomplete .ui-menu-item {
	border: 0;
	border-radius: 0;
	clear: both;
	color: #333;
	cursor: pointer;
	display: block;
	font-weight: 400;
	line-height: 1.42857143;
	margin: 0;
	outline: 0;
	padding: 3px 20px;
	text-decoration: none;
	white-space: nowrap
}

.ui-autocomplete .ui-menu-item.ui-state-hover {
	background: #f5f5f5;
	color: #262626
}

.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
	background: #337ab7;
	color: #fff
}

ol, ul {
	padding-left: 1.5em
}

.page-header {
	margin-top: 0
}

.footer {
	margin-top: 45px;
	padding-top: 35px;
	padding-bottom: 36px;
	border-top: 1px solid #E5E5E5
}

.region-help>.glyphicon {
	font-size: 18px;
	float: left;
	margin: -.05em .5em 0 0
}

.control-group .help-inline, .help-block {
	color: #777;
	font-size: 12px;
	margin: 5px 0 10px;
	padding: 0
}

.control-group .help-inline:first-child, .help-block:first-child {
	margin-top: 0
}

@font-face {
	font-family: 'FontAwesome';
	src: url('/_assets/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('/_assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/_assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/_assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/_assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/_assets/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);
	-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: "\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
}

body {
	font-family: apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

#navbar {
	background-color: #ffffff;
	opacity: 0.8;
	border-color: #ffffff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	height: 60px;
}

#navbar .container {
	height: 60px;
}

.navbar-btn {
	padding-right: 0;
	margin-top: 3px;
}

.navbar-nav {
	width: 700px;
	margin: 0 auto;
	float: none;
	text-align: center;
	}
@media screen and (max-width:768px) {
.navbar-nav {
	width: 100%;
	}
}

.navbar-nav li {
	display: inline-block;
	float: none;
	}
@media screen and (max-width:768px) {
.navbar-nav li {
	margin: 0;
	padding: 0;
	}
}

.navbar-default .navbar-nav>li>a {
	color: #424242;
	font-weight: 700;
	padding: 19px 0;
	padding-bottom: 5px;
	margin: 0 5px;
		}
	}
@media screen and (max-width:768px) {
.navbar-default .navbar-nav>li>a {
	margin: 0;
	padding: 0;
	}
}

.navbar-default .navbar-collapse {
	background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
	border-bottom: 3px solid #8fbf4a;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #ffffff;
}

body.navbar-is-fixed-top {
	margin-top: 0;
}

.footer-bottom {
	background-color: #8fbf4a;
	width: 100%;
}

.region.region-footer-bottom-fullwidth .nav {
	width: 100%;
	height: 67px;
	margin: auto;
	text-align: center;
}

.region.region-footer-bottom-fullwidth li {
	height: 67px;
	display: inline-block;
}

.region.region-footer-bottom-fullwidth li a {
	color: #ffffff;
	font-weight: 700;
	padding: 24px 5px;
	padding-bottom: 5px;
	margin: 0 5px;
}

.region.region-footer-bottom-fullwidth li a:hover, .region.region-footer-bottom-fullwidth li a:focus, .region.region-footer-bottom-fullwidth li a:active {
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	background-color: #8fbf4a;
}

.copyright {
	height: 42px;
	font-size: 12px;
	background-color: #8fbf4a;
	color: #ffffff;
	padding-top: 15px;
}

#block-copyright {
	width: 445px;
}

#block-takumi-footer {
	border-bottom: 1px solid #ffffff;
}

.footer-bottom {
	margin-top: 165px;
}

body {
	margin-top: 0;
	color: #424242;
	line-height: 1.7;
}

.flex-control-paging {
	display: none;
}

.top-slider-contact {
	position: fixed;
	right: 0;
	z-index: 999;
	bottom: 53%;
}

#block-views-block-top-page-slider-block-1 .views-field.views-field-field-slider-image {
	position: relative;
}

.flexslider .flex-direction-nav a:before {
	font-size: 30px;
}

.flex-direction-nav a {
	top: 0;
	bottom: 0;
	margin: auto;
}

.flexslider {
	margin-bottom: 0;
}

.flexslider .slides img {
	-moz-user-select: none;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.flexslider, #block-views-block-top-page-slider-block-1 {
	border: none;
}

.takumi-banner-wrapper {
	position: relative;
}

.slide1 .takumi-slider-main-title {
	position: absolute;
	top: 48%;
	left: 42%;
	font-size: 44px;
}

.slide3 .takumi-slider-main-title, .slide2 .takumi-slider-main-title {
	position: absolute;
	top: 19%;
	left: 10%;
	color: #ffffff;
	font-size: 44px;
}

.slide3 .takumi-slider-sub-title {
	position: absolute;
	bottom: 9%;
	right: 16.5%;
	font-size: 25px;
	color: #ffffff;
}

.slide2 .takumi-slider-sub-title {
	position: absolute;
	bottom: 14%;
	right: 15%;
	font-size: 25px;
	color: #ffffff;
}

.slide2 .desktop-view:before, .slide3 .desktop-view:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.3;
}

.slide2 .desktop-view, .slide3 .desktop-view {
	position: relative;
}

#back-top {
	right: 1%;
}

#block-aboutwarranty, #block-introductionrecord {
	text-align: center;
}

.block-title-green h1 {
	font-size: 44px;
	color: #8fbf4a;
	margin-bottom: 20px;
}

#block-aboutwarranty p {
	font-size: 18px;
}

.housing-equipment-guarantee .title, .isp-assurance .title, .mobile-device-warranty .title {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: -8px;
}

.housing-equipment-guarantee .icon-1, .isp-assurance .icon-1, .mobile-device-warranty .icon-1 {
	width: 1.5%;
	height: 11px;
	background-color: #8fbf4a;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}

.housing-equipment-guarantee .desc p {
	width: 97.5%;
	float: left;
}

.housing-equipment-guarantee .desc-2 p {
	width: 94%;
	float: left;
}

.housing-equipment-guarantee .icon-2 {
	float: left;
	margin-left: 20px;
	margin-right: 6px;
}

.housing-equipment-guarantee, .mobile-device-warranty {
	margin-top: 30px;
	font-size: 15px !important;
}

.isp-assurance.clearfix {
	margin-top: 15px;
	font-size: 15px !important;
}

.housing-equipment-guarantee .desc, .housing-equipment-guarantee .desc-2 {
	margin-bottom: 20px;
}

#block-casestudy, .font-16 {
	font-size: 16px;
}

.font-16 {
	font-weight: bold;
}

#block-casestudy .image {
	padding-left: 0;
	padding-right: 0;
}

#block-casestudy .text {
	padding-left: 25px;
}

#block-casestudy .image img {
	width: 100%;
}

.text-over-img {
	position: absolute;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 55px;
	text-align: center;
	font-weight: bold;
	display: table;
}

.text-over-img p {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
}

.text-over-title {
	font-size: 33px;
	margin-bottom: 10px;
}

#block-introductionrecord p {
	font-size: 16px;
}

.flow-icon {
	width: 45px;
	text-align: center;
	background: #8fbf4a;
	height: 45px;
	display: table;
	color: #ffffff;
	font-style: italic;
	float: left;
	font-weight: bold;
}

.flow-icon p, .flow-title p {
	display: table-cell;
	vertical-align: middle;
}

.flow-title {
	width: 84%;
	float: left;
	height: 45px;
	display: table;
	margin-left: 10px;
}

.title-div {
	margin-bottom: 15px;
	font-size: 26px;
}

.flow-image img {
	width: 100%;
}

.flow-desc {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottom-block-image img {
	width: 100%;
}

.bottom-block-image {
	margin-top: 35px;
}

.before-content-bg, .after-content {
	background-color: #f4f4f4;
}

#block-aboutwarranty {
	padding-top: 0 !important;
}

#block-aboutwarranty, #block-introductionrecord, #block-casestudy, #block-flowofintroduction {
	padding-top: 45px;
}

#block-aboutwarranty, #block-introductionrecord, #block-casestudy {
	padding-bottom: 75px;
}

#block-flowofintroduction .row {
	margin-top: 45px;
}

#webform-submission-contact-us-add-form label, .required-wrapper {
	width: 33%;
}

.required-wrapper {
	float: left;
	margin-top: 5px;
	font-weight: bold;
}

#webform-submission-contact-us-add-form #edit-deployment-name, #webform-submission-contact-us-add-form #edit-email-address-mail-1, #webform-submission-contact-us-add-form #edit-email-address-mail-2, #webform-submission-contact-us-add-form #edit-handling-personal-info--description, #webform-submission-contact-us-add-form .form-textarea-wrapper, #webform-submission-contact-us-add-form .form-item-handling-personal-info, #webform-submission-contact-us-add-form .form-inline .form-control {
	display: inline-block;
	width: 66%;
}

#webform-submission-contact-us-add-form, form.webform-submission-recruitment_form-node-11-form {
	width: 70%;
	margin: auto;
}

#webform-submission-contact-us-add-form #edit-telephone, #webform-submission-contact-us-add-form .select-wrapper, #webform-submission-contact-us-add-form #edit-postal-code, form.webform-submission-recruitment_form-node-11-form #edit-postal-code {
	width: 33%;
	display: inline-block;
}

#edit-postal-code--description {
	width: 13%;
	display: inline-block;
	margin-left: 15px;
}

.required.padding-bottom-div {
	padding-bottom: 20px;
	padding-top: 50px;
	font-weight: bold;
}

#webform-submission-contact-us-add-form #edit-address-1, #webform-submission-contact-us-add-form #edit-address-2, #webform-submission-contact-us-add-form #edit-name, #webform-submission-contact-us-add-form #edit-furikana, #webform-submission-contact-us-add-form #edit-company-name {
	width: 66%;
	display: inline-block;
}

form.webform-submission-recruitment_form-node-11-form .form-item-inquiries label {
	position: relative;
	top: -90px;
}

#webform-submission-contact-us-add-form .form-item-handling-personal-info {
	margin-top: 0;
	margin-bottom: 30px;
}

#webform-submission-contact-us-add-form .form-required:after, form.webform-submission-recruitment_form-node-11-form .form-required::after {
	background-image: none;
	content: "※" !important;
	color: #BB4949;
	margin-left: 5px;
}

#webform-submission-contact-us-add-form .form-item-handling-personal-info .form-required:after, form.webform-submission-recruitment_form-node-11-form .form-item-handling-personal-info .form-required:after {
	display: none;
}

#webform-submission-contact-us-add-form .form-item-handling-personal-info .form-required, form.webform-submission-recruitment_form-node-11-form .form-item-handling-personal-info .form-required {
	width: 100%;
}

#webform-submission-contact-us-add-form .color-red, form.webform-submission-recruitment_form-node-11-form .color-red {
	color: #BB4949;
}

#webform-submission-contact-us-add-form .required-wrapper .color-red, .webform-submission-recruitment_form-node-11-form .required-wrapper .color-red {
	margin-left: 5px;
}

#webform-submission-contact-us-add-form #edit-actions, form.webform-submission-recruitment_form-node-11-form #edit-actions {
	text-align: center;
	margin-top: 15px;
}

#webform-submission-contact-us-add-form .btn-default, #webform-submission-contact-us-add-form #edit-submit, form.webform-submission-recruitment_form-node-11-form .btn-default, form.webform-submission-recruitment_form-node-11-form #edit-submit, #webform-submission-contact-us-add-form .btn-primary, .webform-submission-recruitment_form-node-11-form .btn-primary {
	color: #ffffff;
	background-color: #8FBF4A;
	border-color: #8FBF4A;
	border-radius: 0;
}

#webform-submission-contact-us-add-form #edit-handling-personal-info--description a, .webform-submission-recruitment_form-node-11-form #edit-handling-personal-info--description a {
	color: #8fbf4a;
	text-decoration: underline;
}

#webform-submission-contact-us-add-form #edit-postal-code--description .btn-primary, form.webform-submission-recruitment_form-node-11-form #edit-postal-code--description .btn-primary {
	color: #8b8b8b;
	background-color: #e2e2e2;
	border-color: #8b8b8b;
	margin-top: -4px;
}

#webform-submission-contact-us-add-form .form-control {
	border-color: #8b8b8b !important;
}

#webform-submission-contact-us-add-form input[type="text"],
#webform-submission-contact-us-add-form input[type="tel"] {
	display: inline-block;
	width: 66%;
}
@media screen and (max-width:767.98px) {
#webform-submission-contact-us-add-form input[type="text"],
#webform-submission-contact-us-add-form input[type="tel"] {
	display: block;
	width: 100%;
	}
}

#back-top span#button, #back-top-prev span#button-prev {
	background-image: url("/_assets/img/gototop.png")!important;
	background-size: cover;
}

_::-webkit-full-page-media, _:future, :root #webform-submission-contact-us-add-form .form-item-inquiries label {
	top: 0;
}

_::-webkit-full-page-media, _:future, :root #webform-submission-contact-us-add-form .form-item-handling-personal-info, _::-webkit-full-page-media, _:future, :root .required-wrapper {
	margin-top: 10px;
}

.captcha .form-required {
	width: 100% !important;
}

.captcha {
	margin-top: 20px;
	margin-bottom: 40px;
}

.webform-confirmation__message, .webform-preview, #edit-actions, .webform-confirmation__back {
	width: 50%;
	margin: 30px auto auto;
}

#edit-actions-preview-prev {
	margin-bottom: 30px;
}

.captcha #edit-captcha-response {
	width: 36% !important;
}

.path-webform #block-contactformbottom, #block-recruitmentformbottom {
	max-width: 900px;
	margin: auto;
}

#webform-submission-contact-us-add-form #edit-handling-personal-info--description, form.webform-submission-recruitment_form-node-11-form #edit-handling-personal-info--description {
	position: absolute;
	top: -3px;
	left: 20px;
	width: 100%;
}

#webform-submission-contact-us-add-form .form-item-handling-personal-info label, form.webform-submission-recruitment_form-node-11-form .form-item-handling-personal-info label {
	color: #ffffff;
}

.webform-submission-recruitment_form-node-11-form #edit-preview-next {
	margin-top: 20px;
	margin-bottom: 30px;
}

.page-node-11 #block-contactformbottom-2 {
	max-width: 900px;
	margin: auto;
}

form.webform-submission-recruitment_form-node-11-form .form-control, form.webform-submission-recruitment_form-node-11-form .select-wrapper, form.webform-submission-recruitment_form-node-11-form .form-textarea-wrapper, form.webform-submission-recruitment_form-node-11-form #edit-handling-personal-info--description, form.webform-submission-recruitment_form-node-11-form .form-item-handling-personal-info, form.webform-submission-recruitment_form-node-11-form #edit-birth-date {
	width: 66%;
	display: inline-block;
}

form.webform-submission-recruitment_form-node-11-form #edit-telephone, form.webform-submission-recruitment_form-node-11-form label, form.webform-submission-recruitment_form-node-11-form .required-wrapper {
	width: 33%;
}

form.webform-submission-recruitment_form-node-11-form #edit-prefectures, form.webform-submission-recruitment_form-node-11-form #edit-inquiries, form.webform-submission-recruitment_form-node-11-form #edit-birth-date .select-wrapper, form.webform-submission-recruitment_form-node-11-form #edit-birth-date-year, form.webform-submission-recruitment_form-node-11-form #edit-birth-date-day, form.webform-submission-recruitment_form-node-11-form #edit-birth-date-month {
	width: 100%;
}

form.webform-submission-recruitment_form-node-11-form .form-item-handling-personal-info {
	margin-top: 3px;
}

form.webform-submission-recruitment_form-node-11-form #edit-gender--wrapper legend {
	border-bottom: none;
	width: 33%;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

form.webform-submission-recruitment_form-node-11-form #edit-gender {
	padding-left: 5px;
}

form.webform-submission-recruitment_form-node-11-form .form-item-birth-date .form-item {
	margin-right: 20px;
}

.preview-mode #block-recruitmentjumplinks, .preview-mode #block-recruitmentmessage, .preview-mode #block-views-block-three-points-for-warranty-and-protection-block-1, .preview-mode #block-fromemployees, .preview-mode #block-applicationrequirements {
	display: none;
}

#webform-submission-recruitment-form-node-11-add-form div[id*=edit-email-address--wrapper], #webform-submission-contact-us-add-form div[id*=edit-email-address--wrapper] {
	border: none;
}

#webform-submission-recruitment-form-node-11-add-form .panel-default>.panel-heading, #webform-submission-contact-us-add-form .panel-default>.panel-heading {
	display: none;
}

#webform-submission-recruitment-form-node-11-add-form .panel, #webform-submission-contact-us-add-form .panel {
	box-shadow: none;
}

#webform-submission-recruitment-form-node-11-add-form label[for="edit-email-address"], #webform-submission-contact-us-add-form label[for="edit-email-address"] {
	display: none;
}

#webform-submission-recruitment-form-node-11-add-form .panel-body, #webform-submission-contact-us-add-form .panel-body {
	padding: 0;
}

.title-icon img, .tree-points-title {
	float: left;
}

.tree-points-title p {
	font-size: 25px;
	padding-top: 9px;
	padding-left: 15px;
}

.three-points-for-warranty {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}

.view-three-points-for-warranty-and-protection .views-row:nth-child(odd) .three-points-right, .view-three-points-for-warranty-and-protection .views-row:nth-child(even) .three-points-left {
	padding-right: 0;
}

.view-three-points-for-warranty-and-protection .views-row:nth-child(odd) .three-points-left, .view-three-points-for-warranty-and-protection .views-row:nth-child(even) .col-sm-6.three-points-left {
	padding-right: 0;
}

.three-points-title-wrapper {
	margin-bottom: 10px;
}

.three-points-right {
	padding-right: 0;
}

.view-three-points-for-warranty-and-protection .views-row:nth-child(even) .three-points-right, .view-three-points-for-warranty-and-protection .views-row:nth-child(odd) .three-points-left {
	padding-left: 0;
}

.tree-points-body {
	font-size: 16px;
}

#block-views-block-three-points-for-warranty-and-protection-block-1 h2.block-title {
	color: #8fbf4a;
}

#block-fromemployees h2.block-title, #block-views-block-three-points-for-warranty-and-protection-block-1 h2.block-title, #block-webform h2.block-title {
	text-align: center;
	margin-bottom: 30px;
}

.from-employees-block {
	font-size: 16px;
}

.from-em-li {
	margin-bottom: -19px;
	padding-top: 10px;
}

.from-employees-block .from-em-li:before {
	content: url(/sites/default/files/square.png);
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.from-em-div {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.from-em-li:first-child {
	border-top: 1px solid #e5e5e5;
}

.gurantee-div-container-1, .gurantee-div-container-2 {
	margin-bottom: 60px;
}

.gurantee-div-container-1, .gurantee-div-container-2, .gurantee-div-container-3, .gurantee-div-container-4 {
	padding-left: 0;
	padding-right: 0;
}

#block-pointsofgurantee .block-title {
	margin-bottom: 40px !important;
}

#block-solution .gurantee-title {
	margin-top: 10px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.box-404 {
	font-weight: normal;
	width: 350px;
	height: 350px;
	margin: 25px auto;
	text-align: center;
	background-color: rgb(242, 242, 242);
	padding: 100px 0px 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

@media screen and (min-width:1200px) {
	.container {
		width: 1140px;
	}
}

@media screen and (min-width:991px) {
	.flexslider .slides img, .flexslider, #block-views-block-top-page-slider-block-1 {
		height: 545px;
	}
	_:-ms-fullscreen, :root .flexslider .slides img, _:-ms-fullscreen, :root .flexslider, _:-ms-fullscreen, :root #block-views-block-top-page-slider-block-1 {
		height: auto;
	}
	_:-ms-lang(x), .flexslider .slides img, _:-ms-lang(x), .flexslider, _:-ms-lang(x), #block-views-block-top-page-slider-block-1 {
		height: auto;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.flexslider .slides img {
		object-position: 33%;
	}
	.housing-equipment-guarantee .desc p {
		width: 96%;
	}
	.housing-equipment-guarantee .icon-1, .isp-assurance .icon-1, .mobile-device-warranty .icon-1 {
		width: 10px;
	}
	.housing-equipment-guarantee .icon-2 {
		margin-left: 0;
	}
	.flow-title {
		width: 80%;
		height: 33px;
	}
	.flow-icon {
		width: 33px;
		height: 33px;
	}
	.title-div {
		font-size: 16px;
	}
	#webform-submission-contact-us-add-form, form.webform-submission-recruitment_form-node-11-form {
		width: 90%;
	}
	.tree-points-title {
		width: 83%;
	}
	.tree-points-title p {
		padding-top: 0;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.navbar-default .navbar-nav>li>a {
		padding: 19px 3px;
		font-size: 12px;
	}
	.flexslider .slides img {
		object-position: inherit;
	}
	.flexslider .slides .takumi-banner-wrapper.slide1 img {
		object-position: 25%;
	}
	.flow-title {
		width: 80%;
		height: 33px;
	}
	.flow-icon {
		width: 33px;
		height: 33px;
	}
	.title-div {
		font-size: 16px;
	}
	.slide1 .takumi-slider-main-title {
		width: 100%;
		left: 0;
		text-align: center;
	}
	.housing-equipment-guarantee .desc p {
		width: 96%;
	}
	.housing-equipment-guarantee .icon-1, .isp-assurance .icon-1, .mobile-device-warranty .icon-1 {
		width: 10px;
	}
	.housing-equipment-guarantee .icon-2 {
		margin-left: 0;
	}
	.slide3 .takumi-slider-main-title, .slide2 .takumi-slider-main-title, .slide1 .takumi-slider-main-title {
		font-size: 33px;
	}
	.slide2 .takumi-slider-sub-title, .slide3 .takumi-slider-sub-title {
		font-size: 20px;
	}
	#webform-submission-contact-us-add-form, form.webform-submission-recruitment_form-node-11-form {
		width: 100%;
	}
	.flexslider .slides img, .flexslider, #block-views-block-top-page-slider-block-1 {
		height: 445px;
	}
	_::-webkit-full-page-media, _:future, :root .flexslider .slides img, .flexslider, #block-views-block-top-page-slider-block-1 {
		height: 345px;
	}
	.tree-points-title {
		width: 83%;
	}
	.tree-points-title p {
		padding-top: 0;
	}
	_:-ms-lang(x), _:-ms-fullscreen, #flexslider-1 {
		width: 100%;
		height: 340px !important;
		min-height: auto !important;
	}
	_:-ms-lang(x), _:-ms-fullscreen, .flexslider .slides img {
		width: 100%;
		height: 340px !important;
		min-height: auto !important;
	}
	.recruit-link a {
		padding: 10px 35px 10px 10px !important;
		font-size: 14px !important;
	}
}

@media (min-width:768px) {

	.region-navigation-collapsible {
		width: 100%;
	}
	#block-takumi-main-menu {
		width: 100%;
	}
	.navbar-header {
		height: 58px;
	}
	.region.region-banner {
		margin-bottom: 90px;
	}
	.flexslider:hover .flex-direction-nav .flex-next {
		right: 80px;
	}
	.flexslider:hover .flex-direction-nav .flex-prev {
		left: 80px;
	}
	.view-three-points-for-warranty-and-protection .views-row:nth-child(even) .col-sm-6.three-points-left {
		float: right;
	}
	#webform-submission-contact-us-add-form .form-item-cancel-reason-other label,
	#webform-submission-contact-us-add-form .form-item-inquiries label {
		position: relative;
		top: -90px;
	}
	#webform-submission-contact-us-add-form .webform-preview .form-item-inquiries label {
		position: initial !important;
	}
}

@media (max-width:767px) {
	.flexslider .slides img {
		object-position: 28%;
	}
	.flexslider .slides img, .flexslider, #block-views-block-top-page-slider-block-1 {
		height: 177px;
	}
	.main-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.housing-equipment-guarantee .title, .isp-assurance .title, .mobile-device-warranty .title {
		margin-top: 15px;
	}
	.housing-equipment-guarantee .icon-1, .isp-assurance .icon-1, .mobile-device-warranty .icon-1 {
		width: 15px;
		height: 15px;
		margin-right: 12px;
		margin-top: 5px;
	}
	.housing-equipment-guarantee .desc p, .housing-equipment-guarantee .desc-2 p, .mobile-device-warranty .desc p, .isp-assurance .desc p {
		width: 89%;
		float: left;
	}
	.housing-equipment-guarantee .icon-2 {
		margin-left: 0;
		margin-right: 12px;
		font-size: 17px;
	}
	#block-casestudy .text {
		padding-left: 0;
		padding-right: 0;
	}
	.flow-desc {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.title-div {
		margin-bottom: 25px;
	}
	#block-flowofintroduction .row {
		margin-top: 0;
	}
	.title-div.first {
		margin-top: 30px;
	}
	.slide2 .takumi-slider-sub-title, .slide3 .takumi-slider-sub-title {
		font-size: 17px;
		width: 100%;
		text-align: center;
		right: 0;
	}
	.slide3 .takumi-slider-main-title, .slide2 .takumi-slider-main-title, .slide1 .takumi-slider-main-title {
		font-size: 30px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.slide1 .takumi-slider-main-title {
		top: 38%;
	}
	.slide3 .takumi-slider-main-title {
		top: 11%;
	}
	#slideshow {
		padding-top: 60px;
	}
	#navbar {
		opacity: inherit;
		border: none;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 11px 20px;
		border-bottom: 1px solid #A9CD74;
		background-color: #8fbf4a;
		color: #ffffff;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
		color: #8fbf4a;
		background-color: #ffffff;
	}
	.navbar-default .navbar-toggle {
		border-color: #ffffff;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #8fbf4a;
		height: 3px;
		width: 27px;
	}
	.header-menu {
		position: relative;
		top: -3px;
	}
	.top-slider-contact-mobile.visible-xs {
		background-color: #8fbf4a;
		height: 50px;
		border: 1px solid #8fbf4a;
		border-radius: 2px;
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		text-align: center;
	}
	.contact-img {
		width: 30%;
		float: left;
	}
	.contact-text {
		color: #ffffff;
		display: inline-flex;
		text-align: center;
	}
	.contact-text:before {
		content: url("/_assets/img/contact.png");
		margin-right: 10px;
		margin-top: -2px;
	}
	.contact-wrapper.clearfix {
		padding-top: 12px;
		text-align: center;
		width: 40%;
		margin: auto;
	}
	#block-copyright, .region.region-footer-bottom-fullwidth .nav {
		width: 100%;
		height: atuo;
	}
	.block-title-green h1 {
		font-size: 20px;
	}
	.text-over-title {
		font-size: 20px;
	}
	.text-over-img {
		font-size: 19px;
	}
	.housing-equipment-guarantee .title, .isp-assurance .title, .mobile-device-warranty .title {
		font-size: 18px;
	}
	.flow-title {
		width: 80%;
	}
	.title-div {
		font-size: 18px;
	}
	.footer-bottom {
		margin: 0;
		height: auto;
	}
	.region.region-footer-bottom-fullwidth li a {
		padding: 10px 1px 0 0;
		font-size: 12px;
	}
	.region.region-footer-bottom-fullwidth li {
		height: 30px;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	#block-takumi-footer {
		height: auto;
	}
	.region.region-footer-bottom-fullwidth .nav {
		height: auto;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.copyright {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#webform-submission-contact-us-add-form #edit-postal-code, #webform-submission-contact-us-add-form #edit-deployment-name, #webform-submission-contact-us-add-form #edit-name, #webform-submission-contact-us-add-form #edit-furikana, #webform-submission-contact-us-add-form #edit-company-name, #webform-submission-contact-us-add-form #edit-address-1, #webform-submission-contact-us-add-form #edit-address-2, #webform-submission-contact-us-add-form #edit-email-address-mail-1, #webform-submission-contact-us-add-form #edit-email-address-mail-2, #webform-submission-contact-us-add-form #edit-handling-personal-info--description, #webform-submission-contact-us-add-form .form-textarea-wrapper, #webform-submission-contact-us-add-form .form-item-handling-personal-info, #webform-submission-contact-us-add-form .form-inline .form-control, #webform-submission-contact-us-add-form label, .required-wrapper, #webform-submission-contact-us-add-form, #webform-submission-contact-us-add-form #edit-telephone, #webform-submission-contact-us-add-form .select-wrapper, #webform-submission-contact-us-add-form #edit-postal-code, form.webform-submission-recruitment_form-node-11-form #edit-postal-code, form.webform-submission-recruitment_form-node-11-form, form.webform-submission-recruitment_form-node-11-form #edit-telephone, form.webform-submission-recruitment_form-node-11-form label, form.webform-submission-recruitment_form-node-11-form .required-wrapper, form.webform-submission-recruitment_form-node-11-form .form-control, form.webform-submission-recruitment_form-node-11-form .select-wrapper, form.webform-submission-recruitment_form-node-11-form .form-textarea-wrapper, form.webform-submission-recruitment_form-node-11-form #edit-handling-personal-info--description, form.webform-submission-recruitment_form-node-11-form .form-item-handling-personal-info, form.webform-submission-recruitment_form-node-11-form #edit-birth-date, form.webform-submission-recruitment_form-node-11-form #edit-gender--wrapper legend {
		width: 100%;
	}
	#edit-postal-code--description {
		width: 30%;
	}
	#webform-submission-contact-us-add-form .form-item-inquiries label, form.webform-submission-recruitment_form-node-11-form .form-item-inquiries label {
		top: 0;
	}
	#webform-submission-contact-us-add-form .form-item-handling-personal-info .form-required, form.webform-submission-recruitment_form-node-11-form .form-item-handling-personal-info .form-required {
		width: 100%;
		margin-top: 5px;
	}
	.page-header {
		margin: 110px 0 0 !important;
		height: 75px;
	}
	#edit-postal-code--description {
		margin-left: 0;
	}
	.navbar-header button[aria-expanded="true"] .icon-bar:last-child {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	.navbar-header button[aria-expanded="true"] .icon-bar:nth-child(3) {
		opacity: 0;
	}
	.navbar-header button[aria-expanded="false"] .icon-bar:nth-child(3) {
		opacity: 1;
	}
	.navbar-header button[aria-expanded="true"] .icon-bar:nth-child(2) {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	form.webform-submission-recruitment_form-node-11-form .form-item-birth-date .form-item {
		margin-right: 20px;
	}
	form.webform-submission-recruitment_form-node-11-form .form-item-gender {
		width: 40%;
		float: left;
		margin-top: 0;
	}
	form.webform-submission-recruitment_form-node-11-form #edit-gender--wrapper legend {
		margin-bottom: 5px;
	}
	form.webform-submission-recruitment_form-node-11-form .form-item-birth-date {
		margin-bottom: 15px;
	}
	.tree-points-title p {
		font-size: 18px;
		height: 43px;
		display: table-cell;
		vertical-align: middle;
	}
	.tree-points-body {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.view-three-points-for-warranty-and-protection .views-row:nth-child(even) .col-sm-6.three-points-left {
		padding-left: 0;
	}
	.tree-points-title {
		width: 85%;
	}
	.view-three-points-for-warranty-and-protection .views-row:nth-child(odd) .three-points-right {
		padding-left: 0;
	}
	.webform-submission-recruitment_form-node-11-form #edit-birth-date {
		height: 34px;
	}
	_:-ms-lang(x), _:-ms-fullscreen, #flexslider-1 {
		width: 100%;
		height: 100% !important;
		min-height: auto !important;
	}
	_:-ms-lang(x), _:-ms-fullscreen, .flexslider .slides img {
		width: 100%;
		height: 100% !important;
		min-height: auto !important;
	}
	_:-ms-lang(x), _:-ms-fullscreen, .slide3 .takumi-slider-main-title, _:-ms-lang(x), _:-ms-fullscreen, .slide2 .takumi-slider-main-title, _:-ms-lang(x), _:-ms-fullscreen, .slide1 .takumi-slider-main-title {
		font-size: 25px;
	}
	_:-ms-lang(x), _:-ms-fullscreen, .slide2 .takumi-slider-sub-title, _:-ms-lang(x), _:-ms-fullscreen, .slide3 .takumi-slider-sub-title {
		font-size: 16px;
	}
	#webform-submission-contact-us-add-form #edit-handling-personal-info--description, form.webform-submission-recruitment_form-node-11-form #edit-handling-personal-info--description {
		top: 0;
	}
	#block-pointsofguarantymobile .guaranty-mobile .gurantee-title {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	#block-pointsofguarantymobile .guaranty-mobile .gurantee-div-container {
		margin-bottom: 30px;
	}
	#block-pointsofguarantymobile .block-title {
		margin-bottom: 30px;
	}
	form#webform-submission-recruitment-form-node-11-add-form .preview-pane.webform-preview .form-item-gender label {
		width: 100% !important;
	}
}

@media (max-width:767px) and (min-width:480px) {
	.three-points-for-warranty {
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
	}
	.title-icon img {
		width: 43px;
		height: 43px;
	}
	.tree-points-title p {
		padding-top: 0;
	}
	.housing-equipment-guarantee .desc p, .mobile-device-warranty .desc p, .isp-assurance .desc p {
		width: 93%;
	}
	#block-pointsofguarantymobile .block-title {
		font-size: 22px;
	}
	.region.region-footer-bottom-fullwidth li a {
		width: 45%;
	}
}

@media (max-width:479px) and (min-width:320px) {
	.slide3 .takumi-slider-main-title, .slide2 .takumi-slider-main-title, .slide1 .takumi-slider-main-title {
		font-size: 19px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.slide2 .takumi-slider-sub-title, .slide3 .takumi-slider-sub-title {
		font-size: 13px;
	}
	.slide3 .takumi-slider-main-title {
		top: 18%;
	}
	.slide3 .takumi-slider-sub-title {
		bottom: 17%;
	}
	#webform-submission-contact-us-add-form .form-item-postal-code {
		margin-bottom: 5px;
	}
	#webform-submission-contact-us-add-form #edit-postal-code--description .btn-primary {
		margin-top: 0;
	}
	h1.js-quickedit-page-title.page-header {
		font-size: 30px;
	}
	_::-webkit-full-page-media, _:future, :root .required-wrapper {
		margin-top: 15px;
	}
	_::-webkit-full-page-media, _:future, :root #webform-submission-contact-us-add-form .form-item-handling-personal-info {
		margin-top: 0;
	}
	.tree-points-title p {
		padding-top: 0;
	}
	.title-icon img {
		width: 35px;
		height: 35px;
	}
	.box-404 {
		width: 250px;
		height: 250px;
		padding: 45px 0px 0px;
	}
	.box-404 .btn-lg, .box-404 .btn-group-lg>.btn {
		padding: 5px 10px;
		font-size: 15px;
	}
	_:-ms-lang(x), _:-ms-fullscreen, .slide3 .takumi-slider-main-title, _:-ms-lang(x), _:-ms-fullscreen, .slide2 .takumi-slider-main-title, _:-ms-lang(x), _:-ms-fullscreen, .slide1 .takumi-slider-main-title {
		font-size: 16px;
	}
	_:-ms-lang(x), _:-ms-fullscreen, .slide2 .takumi-slider-sub-title, _:-ms-lang(x), _:-ms-fullscreen, .slide3 .takumi-slider-sub-title {
		font-size: 10px;
	}
	.housing-equipment-guarantee .desc p, .mobile-device-warranty .desc p, .isp-assurance .desc p {
		width: 89%;
	}
	#block-pointsofguarantymobile .block-title {
		font-size: 22px !important;
	}
}

form#webform-submission-recruitment-form-node-11-add-form .preview-pane.webform-preview .form-item-inquiries label {
	position: inherit;
}

form#webform-submission-recruitment-form-node-11-add-form .form-item-gender label {
	width: 75px;
}

form#webform-submission-recruitment-form-node-11-add-form .preview-pane.webform-preview .form-item-gender label {
	width: 33%;
}

_::-webkit-full-page-media, _:future, :root .path-webform #block-contactformbottom, _::-webkit-full-page-media, _:future, :root #block-recruitmentformbottom {
	margin-top: 20px !important;
}

.navbar .logo {
	margin-top: 7px;
}

.page-title .container-fluid {
	padding: 0;
}

.page-node-12 .footer-bottom, .page-node-10 .footer-bottom {
	margin-top: 100px;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.page-header {
	margin-top: 10%;
	text-align: center;
	margin: 110px 0 0;
	padding-bottom: 50px;
	font-weight: 500;
	border-bottom-width: 2px;
}

.flexslider .flex-direction-nav a:hover, .flexslider .flex-direction-nav a:focus {
	text-decoration: none;
}

.flexslider:hover .flex-direction-nav .flex-next:hover, .flexslider:hover .flex-direction-nav .flex-next:focus {
	text-decoration: none;
}

.after-content, .after-content-transparent-1, .after-content-highlighted-1 {
	padding: 50px 0 95px;
}

.after-content-transparent-2 {
	padding-top: 80px;
}

.after-content-highlighted-1 {
	background-color: #f4f4f4;
}

.preview-mode .after-content, .preview-mode .after-content-transparent-1, .preview-mode .after-content-highlighted-1 {
	padding: 0px;
}

.preview-mode .after-content-transparent-2 {
	padding-top: 0px;
}

#introduction-record {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.page-node-10 .block-title {
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

#block-pointsofgurantee .block-title, #block-pointsofguarantymobile .block-title {
	color: #8fbf4a;
	font-weight: normal;
	font-size: 36px;
	margin: 75px 0 20px;
}

.sub-text {
	margin-bottom: 50px;
}

.gurantee-image img {
	width: 100%;
}

.gurantee-title {
	font-size: 21px;
	font-weight: 600;
	margin-top: -7px;
}

.gurantee-note {
	margin: 25px 0 75px;
	color: #bf2828;
}

#block-companyoverview .table {
	width: 60%;
	margin: auto;
}

#block-companyoverview .table td {
	vertical-align: middle;
	padding-left: 20px;
}

.location-map i.fa.fa-map-marker {
	color: #8fbf4a;
}

.location-map a {
	color: #8fbf4a;
	margin-left: 5px;
}

.location-map a:hover, .location-map a:focus {
	text-decoration: none;
}

#block-companyoverview .table tr {
	border-bottom: 1px solid #e7e7e7 !important;
}

.green-highlight {
	color: #8fbf4a;
}

.president-sign {
	float: right;
}

.president-name {
	font-size: 25px;
	margin-left: 10px;
}

.news-page-link {
	float: right;
	background-color: #8fbf4a;
	margin-bottom: 15px;
}

.news-page-link a {
	display: block;
	padding: 0 10px;
	border: 1px solid #8fbf4a;
	color: #fff;
}

.news-page-link a:hover, .news-page-link a:focus {
	text-decoration: none;
}

.news-page-link a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 5px;
	font-size: 25px;
	line-height: 20px;
	position: relative;
	top: 2px;
}

.view-id-news .views-row {
	float: left;
	width: 100%;
	border-top: 1px solid #e7e7e7;
}

.view-news-listing .views-row {
	float: left;
	width: 100%;
	border-top: 1px solid #e7e7e7;
}

.view-id-news .views-row:last-child, .view-news-listing .views-row:last-child {
	border-bottom: 1px solid #e7e7e7;
}

.news-date-title {
	float: left;
	width: 100%;
}

.news-item {
	padding: 20px 15px;
}

.news-date-title {
	float: left;
	width: 100%;
}

.news-date {
	float: left;
	width: 10%;
	font-weight: 700;
}

.news-title {
	float: left;
	width: 90%;
	font-weight: 700;
}

.news-details {
	float: left;
	width: 100%;
	padding: 5px 0 10px;
}

.read-more a {
	color: #8fbf4a;
}

.read-more a {
	text-decoration: none;
}

.read-more a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 5px;
	font-size: 25px;
	position: relative;
	top: 2px;
}

#solution, #company-overview, #message, #news {
	display: block;
	position: relative;
	top: -175px;
	visibility: hidden;
}

a.green-highlight {
	text-decoration: none;
	color: #8fbf4a;
}

.point1-container {
	margin-bottom: 30px;
}

.gurantee-points-desktop img {
	width: 100%;
}

.gurantee-container {
	position: relative;
}

.point2-container .gurantee-image {
	position: relative;
	clear: both;
	height: 118px;
}

.point2-container .gurantee-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.gurantee-desc {
	font-size: 14px;
	line-height: 1.45;
}

.path-news .main-container, .page-node-type-news .main-container {
	padding-top: 80px;
}

.path-news .view-news-listing {
	padding-top: 20px;
}

.path-news #block-accordionblog .block-title, .page-node-type-news #block-accordionblog .block-title {
	background: #e2e2e2;
	font-size: 16px;
	padding: 12px;
	margin-bottom: 0;
}

.path-news .ui-accordion .ui-accordion-icons, .page-node-type-news .ui-accordion .ui-accordion-icons {
	border: none;
	border-bottom: 1px solid #e7e7e7 !important;
	border-top: 1px solid #e7e7e7 !important;
	background: none;
	margin: 0;
}

.path-news .ui-accordion .ui-accordion-content, .page-node-type-news .ui-accordion .ui-accordion-content {
	border: none;
	padding: 0 0 0 2.2em;
	height: auto !important;
}

.path-news .ui-accordion .ui-accordion-content li, .path-news .ui-accordion .ui-accordion-content ul li, .page-node-type-news .ui-accordion .ui-accordion-content li {
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.path-news .ui-accordion .ui-accordion-content li a, .path-news .ui-accordion .ui-accordion-content ul li a, .page-node-type-news .ui-accordion .ui-accordion-content li a {
	display: block;
	text-decoration: none;
	color: initial;
}

.path-news .ui-accordion .ui-accordion-content li:last-child, .page-node-type-news .ui-accordion .ui-accordion-content li:last-child {
	border: none;
}

.path-news #accordion, .page-node-type-news #accordion {
	border-bottom: 1px solid #e7e7e7;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: none;
}

.path-news #accordion .ui-accordion-header-active a:after, .page-node-type-news #accordion .ui-accordion-header-active a:after {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right: 10px;
}

.path-news #accordion .ui-corner-all a:after, .page-node-type-news #accordion .ui-corner-all a:after {
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	right: 10px;
}

.path-news #accordion .ui-accordion-content-active a:after, .page-node-type-news #accordion .ui-accordion-content-active a:after {
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	right: 25px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #8FBE49;
	border-color: #8FBE49;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-right: 10px;
}

.pagination>li>a, .pagination>li>span {
	color: inherit;
	border-color: #8FBE49;
	margin-right: 10px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #8FBE49;
	background-color: #fff;
	border-color: #8FBE49;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.page-node-12 .content {
	padding-top: 80px;
}

.page-node-12 tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.page-node-12 .hidden-xs td {
	width: 25%;
}

.page-node-12 ul.document-list {
	margin: -10px 0 0px;
}

.page-node-12 a:hover, .page-node-12 a:focus {
	text-decoration: none;
}

.page-node-11 .region-content {
	padding-bottom: 90px;
}

.page-node-11.preview-mode .region-content {
	padding-bottom: 0px;
}

.recruit-link-container {
	padding: 90px 0 35px;
}

.recruit-link {
	text-align: center;
}

.recruit-link a {
	background: #8fbf4a;
	padding: 10px 0px;
	color: #fff;
	display: block;
	font-size: 16px;
}

.recruit-link a:hover, .recruit-link a:focus {
	text-decoration: none;
}

.recruit-link a:after {
	content: url(/sites/default/files/jump-arrow.png);
	position: absolute;
	right: 10%;
	font-size: 25px;
	top: 1px;
}

#block-recruitmentmessage .block-title, #block-applicationrequirements .block-title {
	text-align: center;
	margin-bottom: 20px;
}

#block-recruitmentmessage img {
	margin-top: 10px;
	width: 75%;
}

.appl-req {
	border-top: 1px solid #e5e5e5;
}

.appl-req:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.appl-req-title, .appl-req-content {
	padding: 10px;
}

#from-employee {
	display: block;
	position: relative;
	top: -190px;
	visibility: hidden;
}

#application-requirement {
	display: block;
	position: relative;
	top: -185px;
	visibility: hidden;
}

#recruitment-contact {
	display: block;
	position: relative;
	top: -220px;
	visibility: hidden;
}

#webform-submission-contact-us-form .fieldgroup .panel-heading, #webform-submission-recruitment-form-node-11-form .fieldgroup .panel-heading {
	display: none;
}

#webform-submission-contact-us-form .fieldgroup .panel-body, #webform-submission-recruitment-form-node-11-form .fieldgroup .panel-body {
	padding: 0px;
}

#webform-submission-contact-us-form .panel-default, #webform-submission-recruitment-form-node-11-form .panel-default {
	border-color: transparent;
}

#webform-submission-contact-us-form .panel, #webform-submission-recruitment-form-node-11-form .panel {
	margin-bottom: 15px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#webform-submission-contact-us-form .panel-body label, #webform-submission-recruitment-form-node-11-form .panel-body label {
	display: none;
}

#webform-submission-contact-us-form .form-type-email label, #webform-submission-recruitment-form-node-11-form .form-type-email label {
	display: inline-block !important;
}

#webform-submission-contact-us-form .icon.glyphicon.glyphicon-eye-open, #webform-submission-recruitment-form-node-11-form .icon.glyphicon.glyphicon-eye-open {
	display: none;
}

.top-slider-contact-mobile a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.top-slider-contact-mobile a:hover, .top-slider-contact-mobile a:focus {
	text-decoration: none;
}

#edit-birth-date label {
	display: none;
}

@media all and (max-width:1199px) {
	.news-date {
		width: 12%;
	}
	.news-title {
		width: 88%;
	}
}

@media all and (min-width:992px) {
	.solution-row-2 {
		margin-top: 40px;
	}
}

@media all and (max-width:991px) {
	.gurantee-desc {
		margin-bottom: 20px;
	}
	#block-companyoverview .table {
		width: 90%;
	}
	.news-date {
		width: 15%;
	}
	.news-title {
		width: 85%;
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.gurantee-title {
		font-size: 16px;
		font-weight: 700;
	}
}

@media all and (max-width:767px) {
	.after-content, .after-content-transparent-1, .after-content-highlighted-1 {
		padding: 15px 0 45px;
	}
	.page-node-12 .margin-top-h3 {
		margin-top: 50px;
	}
	#block-pointsofgurantee .block-title {
		font-size: 30px;
	}
	.sub-text {
		margin-bottom: 20px;
	}
	.gurantee-desc {
		margin-top: 20px;
	}
	.page-node-10 .after-content, .page-node-10 .after-content-transparent-1, .page-node-10 .after-content-highlighted-1 {
		padding: 20px 0 0;
	}
	.gurantee-note {
		margin: 0px 0 40px;
	}
	#block-companyoverview, #block-messagefrompresident {
		margin-bottom: 40px;
	}
	#block-messagefrompresident .block-title {
		margin-bottom: 25px;
	}
	.president-name {
		font-size: 18px;
	}
	.page-node-10 .after-content-transparent-2 {
		padding-top: 20px;
	}
	.news-page-link {
		margin: 20px 0;
	}
	.page-node-10 .block-title {
		font-size: 25px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.news-date {
		margin-bottom: 10px;
	}
	.news-title {
		margin-bottom: 5px;
	}
	#block-companyoverview .sub-text center {
		text-align: left !important;
	}
	#block-companyoverview .table td:first-child {
		width: 30%;
	}
	#block-companyoverview .table {
		width: 100%;
	}
	#block-companyoverview .table td {
		padding-left: 0px;
	}
	.recruit-link {
		margin-bottom: 10px;
	}
	.recruit-link-container {
		padding: 40px 0 5px;
	}
	.page-header {
		font-size: 28px;
		font-weight: 500;
	}
	.page-node-11 .region-content {
		padding-bottom: 40px;
	}
	#block-recruitmentmessage .block-title {
		font-size: 25px;
	}
	#block-recruitmentmessage img {
		width: 100%;
	}
	.appl-req-title {
		padding: 10px 0 3px;
	}
	.appl-req-content {
		padding: 2px 0 10px;
	}
	#block-recruitmentmessage .field--name-body h4 {
		font-weight: 700;
	}
	#from-employee {
		top: -160px;
	}
	#application-requirement {
		top: -155px;
	}
	.page-node-type-news .main-container {
		margin-top: 80px;
		padding-top: 80px;
		border-top: 2px solid #e7e7e7;
	}
	.page-node-type-news .page-header {
		border-bottom: none;
	}
	.captcha #edit-captcha-response {
		width: 100%;
	}
}

@media all and (max-width:667px) {
	.news-date {
		width: 15%;
	}
	.news-title {
		width: 85%;
	}
}

@media all and (max-width:568px) {
	.news-date {
		width: 20%;
	}
	.news-title {
		width: 80%;
	}
	.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li>a, .pagination>li>span {
		margin-right: 5px;
	}
}

@media all and (max-width:480px) {
	.news-date {
		width: 100%;
	}
	.news-title {
		width: 100%;
	}
	.page-header {
		font-size: 22px;
		font-weight: 500;
	}
	.page-node-12 h3 {
		font-size: 18px;
	}
}

@media all and (max-width:374px) {
	.pagination>li>a, .pagination>li>span {
		padding: 3px 7px;
	}
}

.#back-top {
	right: 40px;
}

#back-top span#button {
	background-color: #cccccc;
}

#back-top span#button:hover {
	opacity: 1;
	filter: alpha(opacity=1);
	background-color: #000000;
}

span#link {
	display: none;
}

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

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

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

.text-align-justify {
	text-align: justify;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fieldgroup {
	border-width: 0;
	padding: 0;
}

.container-inline div, .container-inline label {
	display: inline-block;
}

.container-inline .details-wrapper {
	display: block;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.js details:not([open]) .details-wrapper {
	display: none;
}

.hidden {
	display: none;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
	position: static !important;
	clip: auto;
	overflow: visible;
	height: auto;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.item-list__comma-list, .item-list__comma-list li {
	display: inline;
}

.item-list__comma-list {
	margin: 0;
	padding: 0;
}

.item-list__comma-list li:after {
	content: ", ";
}

.item-list__comma-list li:last-child:after {
	content: "";
}

.js .js-hide {
	display: none;
}

.js-show {
	display: none;
}

.js .js-show {
	display: block;
}

.nowrap {
	white-space: nowrap;
}

.position-container {
	position: relative;
}

.progress {
	position: relative;
}

.progress__track {
	background-color: #fff;
	border: 1px solid;
	margin-top: 5px;
	max-width: 100%;
	min-width: 100px;
	height: 16px;
}

.progress__bar {
	background-color: #000;
	height: 16px;
	width: 3%;
	min-width: 3%;
	max-width: 100%;
}

.progress__description, .progress__percentage {
	color: #555;
	overflow: hidden;
	font-size: .875em;
	margin-top: 0.2em;
}

.progress__description {
	float: left;
}

[dir="rtl"] .progress__description {
	float: right;
}

.progress__percentage {
	float: right;
}

[dir="rtl"] .progress__percentage {
	float: left;
}

.progress--small .progress__track {
	height: 7px;
}

.progress--small .progress__bar {
	height: 7px;
	background-size: 20px 20px;
}

.reset-appearance {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0 none;
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: inherit;
}

.resize-none {
	resize: none;
}

.resize-vertical {
	resize: vertical;
	min-height: 2em;
}

.resize-horizontal {
	resize: horizontal;
	max-width: 100%;
}

.resize-both {
	resize: both;
	max-width: 100%;
	min-height: 2em;
}

table.sticky-header {
	background-color: #fff;
	margin-top: 0;
	z-index: 500;
	top: 0;
}

.system-status-counter__status-icon {
	display: inline-block;
	height: 25px;
	width: 25px;
	vertical-align: middle;
}

.system-status-counter__status-icon:before {
	content: "";
	background-size: 16px;
	background-position: center 2px;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}

.system-status-counter__status-icon--error:before {
	background-image: url(/core/modules/system/css/components/../../../../misc/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning:before {
	background-image: url(/core/modules/system/css/components/../../../../misc/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked:before {
	background-image: url(/core/modules/system/css/components/../../../../misc/icons/73b355/check.svg);
}

.system-status-report-counters__item {
	width: 100%;
	padding: .5em 0;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.063);
	margin-bottom: .5em;
}

@media screen and (min-width:60em) {
	.system-status-report-counters {
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
	}
	.system-status-report-counters__item--half-width {
		width: 49%;
	}
	.system-status-report-counters__item--third-width {
		width: 33%;
	}
}

.system-status-general-info__item {
	border: 1px solid #ccc;
	margin-top: 1em;
	padding: 0 1em 1em;
}

.system-status-general-info__item-title {
	border-bottom: 1px solid #ccc;
}

.tablesort {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: 100%;
}

.tablesort--asc {
	background-image: url(/core/modules/system/css/components/../../../../misc/icons/787878/twistie-down.svg);
}

.tablesort--desc {
	background-image: url(/core/modules/system/css/components/../../../../misc/icons/787878/twistie-up.svg);
}

div.tree-child {
	background: url(/core/modules/system/css/components/../../../../misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
	background: url(/core/modules/system/css/components/../../../../misc/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
	background-position: -65px center;
}

div.tree-child-horizontal {
	background: url(/core/modules/system/css/components/../../../../misc/tree.png) no-repeat -11px center;
}

.form-item .container-inline {
	margin: 2px 0;
}

.form-checkboxes .form-required:after, .form-radios .form-required:after {
	display: none;
}

.webform-element--title-inline label {
	display: inline;
}

.webform-element--title-inline label {
	padding-right: 0.5em;
}

.webform-element--title-inline label::after {
	content: ':';
}

.webform-readonly {
	background-color: #f0f0f0;
}

.webform-details-toggle-state-wrapper {
	text-align: right;
}

[dir="rtl"] .webform-details-toggle-state-wrapper {
	text-align: left;
}

.webform-details-toggle-state-wrapper {
	margin-top: 1em;
}

.webform-details-toggle-state-wrapper+details {
	margin-top: 0;
}

#back-top {
	position: fixed;
	bottom: 10px;
	margin-left: 20px;
	z-index: 499;
	_position: absolute;
	_top: expression(documentElement.scrollTop+body.scrollTop);
	_margin-top: 500px;
}

#back-top a, #back-top-prev a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover, #back-top-prev a:hover {
	color: #000;
}

#back-top span#button, #back-top-prev span#button-prev {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/modules/contrib/scroll_to_top/css/../images/up-arrow.png');
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span#button, #back-top-prev a:hover span#button-prev {
	opacity: 1;
	filter: alpha(opacity=100);
}

#edit-scroll-to-top-preview {
	float: right;
	width: 100%;
}

/* News バックナンバーのサイドメニュー 2023.08.07 小田切追加 */
.path-news .ui-accordion .ui-accordion-icons,
.page-node-type-news .ui-accordion .ui-accordion-icons {
    border: none;
    border-bottom: 1px solid #e7e7e7 !important;
    border-top: 1px solid #e7e7e7 !important;
    background: none;
    margin: 0;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
    font-size: 100%;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/_assets/img/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.path-news .ui-accordion .ui-accordion-content,
.page-node-type-news .ui-accordion .ui-accordion-content {
    border: none;
    padding: 0 0 0 2.2em;
    height: auto !important;
}

.path-news ol, ul {
    padding-left: 1.5em;
}

.path-news .ui-accordion .ui-accordion-content li,
.path-news .ui-accordion .ui-accordion-content ul li,
.page-node-type-news .ui-accordion .ui-accordion-content li {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.path-news .ui-accordion .ui-accordion-content li a,
.path-news .ui-accordion .ui-accordion-content ul li a,
.page-node-type-news .ui-accordion .ui-accordion-content li a {
    display: block;
    text-decoration: none;
    color: initial;
}
