@charset "UTF-8";

/* ===============================
	reset
================================ */
#global__header--search :focus,
.search-form :focus,
.search-form :focus {
	outline: none;
}

.search-form,
.search-form *,
.search-form,
.search-form * {
	box-sizing: border-box !important;
}

/* ===============================
	global-navi
================================ */

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {

	#global__header--header,
	#global__keyvisual,
	#global__function,
	#global__tablinknavigation {
		padding: 0 1.5%;
		box-sizing: border-box;
	}
}

@media print,
screen and (min-width: 768px) {

	#global__header--header,
	#global__keyvisual,
	#global__function,
	#global__tablinknavigation {
		max-width: 1200px !important;
	}

	#global__function--wrap {
		background: #eeeddf;
	}

	#global__function {
		margin: 0 auto;
	}

	/* グローバルヘッダー */
	#globalHeaderNaviContainer {
		display: block !important;
	}

	#global__header--nav>#global__header--nav_menu>li.search-form {
		display: none !important;
	}

	#global__header--nav>#global__header--nav_menu>li:nth-child(2) {
		padding-left: 0;
	}

	#global__header--nav_menu {
		font-size: 1.2rem;

	}

	#global__header--nav_menu>li>ul {
		display: none;
	}

	#global__header--nav_menu .sub__list {
		padding: 0 !important;
	}

	#global__header--nav_menu .sub__list span:not(.cocoroOffice) {
		font-size: 0.9rem;
		padding: 0 13px;
	}

	.cocoroOffice {
		padding-right: 13px;
	}

	.separatePipeLeft {
		border-left: 1px solid #000;
	}

	#global__header--nav_menu .sub__list:last-child span {
		border-left: none !important;
	}


	#global__header--member>ul>li:first-child a {
		font-size: 12px;
	}

	#global__header--search {
		width: 60px;
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}

	#global__header--search>ul {
		display: table;
		width: 100%;
	}

	#global__header--search>ul>li {
		display: table-cell;
		width: 50%;
		height: 72px;
		vertical-align: middle;
		text-align: center;
	}

	#global__header--search>ul>li>a {
		display: block;
		font-size: 12px;
		color: #716f63;
		text-align: center;
	}

	#global__header--search>ul>li a i {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#global__header--search>ul>li a i {
		width: 24px;
		padding: 10px 0 2px;
	}

	#global__header--search>ul>li a i img {
		width: 100%;
		height: auto;
	}

	#global__header--search>ul>li>a:hover {
		opacity: 0.5;
		transition: 0.8s;
	}


	/* グローバルヘッダー・製品名 */
	#global__pagetitle {
		height: auto;
	}



	/* グローバルヘッダー・外部リンク */
	#global__pagetitle ul.list-links {
		display: flex;
		justify-content: flex-end;
		font-size: 14px;
		line-height: 1;
		color: #716f63;
		position: absolute;
		bottom: 20px;
		right: 10px;
	}

	#global__pagetitle ul.list-links li {
		margin-left: 0.5em;
		padding-left: 0.5em;
	}

	#global__pagetitle ul.list-links li:first-child {
		margin-left: 0;
	}

	#global__pagetitle ul.list-links li a {
		color: #716f63;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 13px;
		padding-left: 23px;
	}

	#global__pagetitle ul.list-links li.videoLibrary a {
		background-image: url(/business/common/images/ic_video_library.svg);
	}

	#global__pagetitle ul.list-links li.catalog a {
		background-image: url(/business/common/images/ic_catalog.svg);
	}

	#global__pagetitle ul.list-links li a:hover {
		opacity: 0.5;
		transition: all 0.8s;
	}

	/* グローバルヘッダー・検索フォーム */
	.search-form {
		width: 100%;
		background: #c8c7b8;
		display: none;
	}

	.search-form>div {
		width: 1200px;
		margin: 0 auto;
		padding: 10px 20px;
		position: relative;
	}

	.search-form>div::before {
		content: "";
		position: absolute;
		right: 20px;
		top: -10px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: transparent transparent #c8c7b8 transparent;
		border-width: 0 10px 10px 10px;
	}

	.search-form form {
		display: flex;
		width: 360px;
		margin-left: auto;
		background: #EFEDE0;
		border-radius: 4px;
		justify-content: space-between;
	}

	.search-form input[type="search"] {
		display: block;
		width: 300px;
		height: 30px;
		background: transparent;
		border: none;
		padding: 6px 0 6px 30px;
		font-size: 12px;
		line-height: 1;
	}

	.search-form input[type="submit"] {
		display: block;
		width: 60px;
		padding: 6px 0 6px 20px;
		font-size: 12px;
		line-height: 1;
		background: transparent;
		color: #716f63;
		border: none;
		border-left: solid 1px #C9C7B8;
		text-align: left;
	}

	/* .global__search 2024以降ver */
	.global-header-form-search {
		display: block;
		inline-size: 300px;
		block-size: 30px;
		background: transparent;
		border: none;
		padding: 6px 0 6px 30px;
		font-size: 12px;
		line-height: 1;
	}

	.global-header-form-submit {
		display: block;
		inline-size: 60px;
		padding: 6px 0 6px 20px;
		font-size: 12px;
		line-height: 1;
		background: transparent;
		color: #716f63;
		border: none;
		border-left: solid 1px #C9C7B8;
		text-align: left;
	}

	.global-header-form-window div.poplink.pcia {
		top: 40px;
	}

	.global-search-form-window div.poplink.pcia {
		top: 43px;
	}

	.global__search--input .global-search-form-window {
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	.global-search-form {
		border: none;
		padding: 5px 10px;
		flex: 1 0;
		outline: none;
	}

	.global-search-form::placeholder {
		color: #c8c7b8;
	}

	.global-search-form-submit {
		padding: 7px 7px 7px 10px;
		margin: 0;
		border-left: 1px solid #c8c7b8;
		border-right: none;
		border-top: none;
		border-bottom: none;
		background-color: unset;
	}

	.global-search-form-submit img {
		width: auto;
		height: 20px;
	}

	/* global__search */
	#global__search__sp {
		display: none;
	}

	.global__search {}

	.global__search--inner {
		display: table;
		width: 100%;
		max-width: 1000px;
		padding: 1.5em 0;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.global__search--inner>div {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}

	.global__search--input {
		padding-right: 3em;
	}

	.global__search--input .titleSp {
		display: none;
	}

	.global__search--input form {
		display: table;
		width: 100%;
		border: 1px solid #c8c7b8;
		border-radius: 2px;
		padding: 3px;
	}

	.global__search--input form span {
		display: table-cell;
		vertical-align: middle;
	}

	.global__search--input form span:nth-child(2) {
		width: 34px;
	}

	.searchInputDammy {
		width: 100%;
		padding: 5px 10px;
		border: none;
		box-sizing: border-box;
	}

	.searchInputDammy::placeholder {
		color: #c8c7b8;
	}

	.searchInputDammy:focus,
	.searchInputBtn:focus {
		outline: none;
	}

	.searchInputBtn {
		width: auto;
		height: 20px;
		border-left: 1px solid #c8c7b8;
		padding: 7px 7px 7px 10px;
	}

	.global__search--btn dl {
		display: table;
	}

	.global__search--btn dl dt {
		display: table-cell;
	}

	.global__search--btn dl dd {
		display: table-cell;
		padding-left: 1em;
	}

	.global__search--btn dl dd a {
		display: block;
		font-size: 0.95rem;
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
		background-color: #BC5A00;
		padding: 1em 3em;
	}

	.global__search--btn dl dd a:hover {
		opacity: 0.5;
		transition: all 0.8s;
	}

	/* global__keyvisual */
	#global__keyvisual img {
		width: 100%;

	}

	#global__keyvisual .p {
		display: block;
	}

	#global__keyvisual .s {
		display: none;
	}

	/* global__tablinknavigation--wrap */
	#global__tablinknavigation--wrap {
		width: 100%;
		background: #b3b2a4;
		box-sizing: border-box;
	}

	#global__tablinknavigation--wrap:not(.top) {
		border-bottom: #716f63 15px solid;
	}

	#global__tablinknavigation {
		width: 100%;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}

	#global__tablinknavigation>li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #fff;
		background: #716f63;
		border-left: #fff 2px solid;
		cursor: pointer;
		font-size: 1.1rem;
		line-height: 1.0;
	}

	#global__tablinknavigation--wrap:not(.top) #global__tablinknavigation>li:not(.active) {
		background: #b3b2a4;
	}

	#global__tablinknavigation>li:first-child {
		border-left: none;
	}

	#global__tablinknavigation>li a {
		display: block;
		padding: 30px 0;
		text-decoration: none;
		color: #fff;
	}

	#global__tablinknavigation--wrap:not(.top) #global__tablinknavigation>li a {
		padding: 20px 0;
	}

	#global__tablinknavigation>li a>span {
		display: inline-block;
		padding: 0 5px;
	}

	#global__tablinknavigation>li:not(.active) a:hover {
		opacity: 0.5;
		transition: 0.8s;
	}

	#global__tablinknavigation>li a>span:before {
		display: inline-block;
		content: '';
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
		vertical-align: middle;
		margin-right: 5px;
	}

	#global__tablinknavigation>li:nth-child(1) a>span:before {
		background-image: url(/business/common/images/ic_products.svg);
	}

	#global__tablinknavigation>li:nth-child(2) a>span:before {
		background-image: url(/business/common/images/ic_solution.svg);
	}

	#global__tablinknavigation>li:nth-child(3) a>span:before {
		background-image: url(/business/common/images/ic_case.svg);
	}

	#global__tablinknavigation>li:nth-child(4) a>span:before {
		background-image: url(/business/common/images/ic_showroom.svg);
	}

	#global__tablinknavigation>li:nth-child(5) a>span:before {
		background-image: url(/business/common/images/ic_event.svg);
	}

	#global__tablinknavigation>li:nth-child(6) a>span:before {
		background-image: url(/business/common/images/ic_contact.svg);
	}

	/* スペシャルサイト */
	#contents__business--spSite {
		background: #eeeddf;
		color: #000;
		padding: 20px 30px;
	}

	#contents__business--spSite a {
		color: #000;
		text-decoration: none;
		display: block;
	}

	#contents__business--spSite #spSiteTtl {
		font-size: 1.71rem;
		font-weight: normal;
		margin-bottom: 20px;
	}

	#contents__business--spSite #spSiteList {
		letter-spacing: -0.4em;
		width: 100%;
	}

	#contents__business--spSite #spSiteList>li {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		width: 31.6%;
		margin-right: 2.6%;
	}

	#contents__business--spSite #spSiteList>li:nth-child(3n) {
		margin-right: 0 !important;
	}

	#contents__business--spSite #spSiteList>li .photo {
		margin-bottom: 10px;
	}

	#contents__business--spSite #spSiteList>li .photo img {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}

	#contents__business--spSite #spSiteList>li a:hover {
		opacity: 0.5;
		transition: 0.8s;
	}

	/* フッター */
	.contactList {
		margin-bottom: 2em;
	}

	.contactList dt {
		margin-bottom: 0.5em;
	}

	.contactList dd a {
		display: block;
		font-size: 0.95rem;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 4px;
		background-color: #BC5A00;
		padding: 1em;
	}

	.contactList dd a:hover {
		opacity: 0.5;
		transition: all 0.8s;
	}

	#global__footer {
		/* width: 100%; */
		padding-bottom: 15px;
		font-size: 11px;
		line-height: 1.2;
	}

	#global__footer--category>div>ul {}

	.f_3col clearfix {
		padding: 0 5%;
	}

	.common_contents__width {
		padding: 0;
	}

	#global__footer .cateList dt {
		margin-bottom: 1.6em;
		padding-bottom: 0.8em;
		font-size: 16px;
		border-bottom: dashed 1px #aaa;
	}

	#global__footer .cateList dd ul li {
		font-size: 12px;
		line-height: 1.2;
		margin-top: 0.5em;
		font-weight: 100;
	}

	#global__footer--common .footer_copyright {
		text-align: center;
	}

	#global__footer #global__footer--common .lnikList {
		/*letter-spacing: -0.4em; */
		/* margin-bottom: 2em; */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		color: #c3c2bb;
		border-bottom: solid 1px #535148;
		margin-bottom: 15px;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	#global__footer #global__footer--common .lnikList li {
		/* letter-spacing: normal; */
		/* display: inline-block; */
		/* vertical-align: top; */
		margin-right: 0px;
		margin-bottom: 5px;
		padding: 0 0.5em;
		border-left: solid 1px #c3c2bb;
	}

	#global__footer #global__footer--common .lnikList li:first-child {
		border-left: none;
	}

	#global__footer--category {
		background: #59574c;
	}

	#global__footer--category .blank {
		padding-right: 25px;
		background-size: 14px 11px;
		background-position: 99% center;
	}

	/* パンくず common.css*/
	#global__function--breadcrumb {
		display: table-cell;
		vertical-align: middle;
		letter-spacing: 0;
		padding: 0;
	}

	#global__pagetitle--twrap {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	#global__header--title_logo {
		padding: 14px 30px 14px 0;
	}



}

/* ================================
	Mobile Style
================================ */
@media only screen and (max-width: 767px) {

	/* グローバルヘッダー */
	#globalHeaderNaviContainer {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.8);
		position: fixed;
		top: 55px;
		left: 0;
		display: none;
		z-index: 101;
	}

	#global__header--navbtn {
		width: 55px;
		text-align: left;
		padding-left: 0;
		overflow: hidden;
		position: relative;
	}

	#globalHeaderNaviClose,
	#global__header--navbtn_spMenu {
		width: 45px;
		height: 100%;
		padding: 15px 0 0 10px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#global__header--nav {
		top: 55px;
		display: block;
	}

	#globalHeaderNaviClose {
		cursor: pointer;
		display: none;
	}

	#globalHeaderNaviClose img {
		width: 22px;
		height: auto;
	}

	#global__header--search {
		display: none;
	}

	#global__pagetitle ul.list-links {
		display: none;
	}


	/* グローバルヘッダー・検索フォーム */
	#searchBarContainer {
		display: none !important;
	}

	.search-form {
		width: 100%;
		padding: 20px;
		background-color: #d9d9d9;
	}

	.search-form::before {
		content: "";
		position: absolute;
		right: 110px;
		top: -10px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: transparent transparent #c8c7b8 transparent;
		border-width: 0 10px 10px 10px;
	}

	.search-form form {
		display: flex;
		margin-left: auto;
		background: #f7f7f7;
		border-radius: 4px;
		justify-content: space-between;
	}

	.search-form input[type="search"] {
		display: block;
		width: calc(100% - 60px);
		background: transparent;
		border: none;
		padding: 6px 0 6px 10px;
		font-size: 12px;
		line-height: 1;
	}

	.search-form input[type="submit"] {
		display: block;
		width: 60px;
		padding: 6px 0;
		font-size: 12px;
		line-height: 1;
		background: transparent;
		color: #848378;
		border: none;
		border-left: solid 1px #C9C7B8;
		text-align: center;
	}

	/* .global__search 2024以降ver */
	.global-header-form-search {
		display: block;
		width: calc(100% - 60px);
		background: transparent;
		border: none;
		padding: 6px 0 6px 10px;
		font-size: 12px;
		line-height: 1;
	}

	.global-header-form-submit {
		display: block;
		width: 60px;
		padding: 6px 0;
		font-size: 12px;
		line-height: 1;
		background: transparent;
		color: #848378;
		border: none;
		border-left: solid 1px #C9C7B8;
		text-align: center;
	}

	.global-header-form-window div.poplink.spia {
		top: 50px;
		padding-inline: 20px;
	}

	.global-search-form-window div.poplink.spia {
		top: 40px;
	}

	.global__search--input .global-search-form-window {
		display: flex;
		position: relative;
	}

	.global-search-form {
		flex: 1 0;
		padding: 5px 10px;
		border: none;
		box-sizing: border-box;
	}

	.global-search-form::placeholder {
		color: #c8c7b8;
	}

	.global-search-form-submit {
		padding: 7px 7px 7px 10px;
		border-left: 1px solid #c8c7b8;
		border-right: none;
		border-top: none;
		border-bottom: none;
		background-color: unset;
		box-sizing: border-box;
	}

	.global-search-form-submit img {
		width: auto;
		height: 20px;
	}

	/* global__search */
	#global__search__pc {
		/*display: none;*/
	}

	.global__search {
		background-color: #f1f1f1;
	}

	.global__search--inner {
		padding: 1.0em;
	}

	#global__search__pc .global__search--inner {
		padding: 1.0em;
	}

	.global__search--inner>div {}

	.global__search--input {
		margin-bottom: 1em;
	}

	#global__search__pc .global__search--input {
		margin-bottom: 0 !important;
	}

	#global__search__sp .global__search--input {
		display: none !important;
	}

	.global__search--input .titleSp {
		font-size: 0.9rem;
		margin-bottom: 0.3em;
	}

	#global__search__pc .titleSp {
		display: none !important;
	}

	.global__search--input form {
		display: table;
		width: 100%;
		margin: 0 auto;
		border: 1px solid #c8c7b8;
		border-radius: 2px;
		padding: 3px;
		background-color: #fff;
		box-sizing: border-box;
	}

	.global__search--input form span {
		display: table-cell;
		vertical-align: middle;
	}

	.global__search--input form span:nth-child(2) {
		width: 34px;
	}

	.searchInputDammy {
		width: 100%;
		padding: 5px 10px;
		border: none;
		box-sizing: border-box;
	}

	.searchInputDammy::placeholder {
		color: #c8c7b8;
	}

	.searchInputDammy:focus,
	.searchInputBtn:focus {
		outline: none;
	}

	#global__search__pc .global__search--btn {
		display: none !important;
	}

	.searchInputBtn {
		width: auto;
		height: 20px;
		border-left: 1px solid #c8c7b8;
		padding: 7px 7px 7px 10px;
	}

	.global__search--btn dl {}

	.global__search--btn dl dt {
		font-size: 0.9rem;
		margin-bottom: 0.3em;
	}

	.global__search--btn dl dd {}

	.global__search--btn dl dd a {
		display: block;
		font-size: 0.95rem;
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
		background-color: #BC5A00;
		padding: 0.75em 1em;
		text-align: center;
	}

	.global__search--btn dl dd a:hover {
		opacity: 0.5;
		transition: all 0.8s;
	}

	/* global__keyvisual */
	#global__keyvisual img {
		width: 100%;
		vertical-align: bottom;
	}

	.slick-slide>div {
		line-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#global__keyvisual--slider .slideWrap {
		padding-top: 52.125% !important;
	}

	#global__keyvisual .s {
		display: block;
	}

	#global__keyvisual .p {
		display: none;
	}

	/* global__tablinknavigation--wrap */
	#global__tablinknavigation--wrap:not(.top) {
		display: none;
	}

	#global__tablinknavigation--wrap {
		width: 100%;
		background: #716f63;
		box-sizing: border-box;
	}

	#global__tablinknavigation--wrap:not(.top) {
		background: #b3b2a4;
		border-bottom: #716f63 15px solid;
	}

	#global__tablinknavigation {
		width: 100%;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}

	#global__tablinknavigation>li {
		display: table-cell;
		vertical-align: top;
		text-align: center;
		color: #fff;
		background: #716f63;
		border-left: #fff 2px solid;
		cursor: pointer;
		font-size: 0.8rem;
		line-height: 1.0;
	}

	#global__tablinknavigation--wrap:not(.top) #global__tablinknavigation>li {
		background: #b3b2a4;
	}

	#global__tablinknavigation>li:first-child {
		border-left: none;
	}

	#global__tablinknavigation>li.active {
		background-color: #716f63;
	}

	#global__tablinknavigation>li a {
		display: block;
		padding: 10px 0;
		text-decoration: none;
		color: #fff;
	}

	#global__tablinknavigation>li a>span {
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
		vertical-align: middle;
		margin-bottom: 5px;
		padding-top: 75%;
	}

	#global__tablinknavigation>li:nth-child(1) a>span {
		background-image: url(/business/common/images/bg_tab_products.svg);
	}

	#global__tablinknavigation>li:nth-child(2) a>span {
		background-image: url(/business/common/images/bg_tab_solution.svg);
	}

	#global__tablinknavigation>li:nth-child(3) a>span {
		background-image: url(/business/common/images/bg_tab_case.svg);
	}

	#global__tablinknavigation>li:nth-child(4) a>span {
		background-image: url(/business/common/images/bg_tab_showroom.svg);
	}

	#global__tablinknavigation>li:nth-child(5) a>span {
		background-image: url(/business/common/images/bg_tab_event.svg);
	}

	#global__tablinknavigation>li:nth-child(6) a>span {
		background-image: url(/business/common/images/bg_tab_contact.svg);
	}



	/* スペシャルサイト */
	#contents__business--spSite {
		background: #eeeddf;
		color: #000;
		padding: 3.3% 3.3% 6.6%;
	}

	#contents__business--spSite a {
		color: #000;
		text-decoration: none;
	}

	#contents__business--spSite #spSiteTtl {
		font-size: 1.28rem;
		font-weight: normal;
		margin-bottom: 10px;
	}

	#contents__business--spSite #spSiteList>li {
		margin-bottom: 20px;
		text-align: center;
	}

	#contents__business--spSite #spSiteList>li:last-child {
		margin-bottom: 0;
	}

	#contents__business--spSite #spSiteList>li .photo {
		margin-bottom: 10px;
	}

	#contents__business--spSite #spSiteList>li .photo img {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}


	#global__header--nav {
		background: rgba(255, 255, 255, 1);
	}

	#global__header--nav_menu {
		border-top: #d9d9d9 1px solid;
		height: 100%;
	}

	#global__header--nav_menu>li {
		border-bottom: #d9d9d9 1px solid;
	}

	#global__header--nav_menu>li a {
		display: block;
		color: #000;
		padding: 15px 20px;
		box-sizing: border-box;
		font-size: 1.0rem;
		font-weight: bold;
		position: relative;
	}

	#global__header--nav_menu .sub__list {
		width: 50%;
		float: left;
		box-sizing: border-box;
		border-top: 2px solid #d9d9d9 !important;
	}

	#global__header--nav_menu .sub__list span {
		font-size: 0.8rem;
		font-weight: normal;
	}

	#global__header--nav_menu .sub__list:last-child {
		border-left: 1px solid #d9d9d9 !important;
	}

	#global__header--nav_menu>li>ul {}

	#global__header--nav_menu>li>ul>li {
		box-sizing: border-box;
		border-top: #d9d9d9 1px solid;
	}

	#global__header--nav_menu>li>ul>li>a {
		display: block;
		font-weight: normal;
	}

	#global__header--nav_menu>li>a:before {
		font-size: 1.4rem;
		margin-top: -0.6em;

	}

	#global__header--nav_menu>li>ul>li>a:before {
		font-size: 1.0rem;
		margin-top: -0.7em;
	}

	#global__header--nav_menu>li a:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f054";
		display: inline-block;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 5px;

		/*content: '';
		display: inline-block;
		vertical-align: middle;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #000;
		padding-right: 5px;
		margin-left: 5px;*/
	}

	#global__pagetitle--title {
		line-height: 40px;
	}

	#global__footer--category .blank {
		padding-left: 25px;
		background-size: 16px 12px;
		background-position: 0% 5%;
	}

}
