@charset "utf-8";

/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-01-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */


/* !HTML5 elements
 * ---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* !Reseting
 * ---------------------------------------------------------- */
html {
    font-size: 12px;

}
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.6;
}

@media print, screen and (min-width:640px) {
  html {
    font-size: 14px;
  }
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
  border-style: none;
}
img.imgAuto {
    border-style: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
@media only screen and (max-width:640px) {
  img {
    border-style: none;
    height: auto;
    max-width: 90%;
    width: auto;
  }
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: ".";
}
a, input {
  outline: none;
}
input, textarea, select ,file {
  border-radius: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
abbr, acronym {
  border: 0;
}
/*================================================================================================================== */
/*　共通
 * ---------------------------------------------------- */

/*　全体　*/
#wrapper {
  width: 100%;
  overflow: hidden;
  clear: both;
}

/*　囲み　*/
.wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

/*　hover　点滅　*/
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media print, screen and (min-width:640px) {
/*　囲み　*/
.wrap {
    max-width: 1200px;
}
}
/*================================================================================================================== */
/*　ページ遷移でフェードイン
 * ---------------------------------------------------- */

body {
  animation: fadeIn 0.3s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/* リンク
 * ---------------------------------------------------- */
a {
  color: #248b9a;
  text-decoration: underline;
}
a:visited, a:active, a:focus {
  text-decoration: none;
}
a:link {
	color: #0066B6;
}

a:active {
  color: #0000FF;
}

a:visited {
  color: #990066;
}

a:hover {
  color: #E20A16;
}

/*　PDF　*/
.container .PDF {
	margin: 0px;
	padding: 10px;
	width:100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: 5px solid #EEE;
}
.container .PDF td.banner {
	padding-right: 0px;
}
.container .PDF p.file {
	padding: 0.25em 0em 0.5em 2.5em;
	margin: 0em 0em 0.5em;
	background-image: url(../images/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.container .PDF p.file a {
	font-weight: bold;
	font-size: 1.067em;
}
.container .PDF p.file:link,
.container .PDF p.file:visited, 
.container .PDF p.file:hover {
	color: #000;
}
.container .PDF dl {
	padding: 0;
	margin: 0;
}
.container .PDF dt {
	padding: 0;
	margin: 0;
	text-align: center;
	float: none;
}
.container .PDF dd{
	margin: 0;
	padding: 0;
	font-size: 0.800rem;
}
@media print, screen and (min-width:640px) {
/*　PDF　*/
.container .PDF {
	padding: 15px 35px;
	margin: 0px;
	overflow: hidden;
}
.container .PDF td.banner {
	padding-right: 20px;
}
.container .PDF p.file {
	padding: 0.25em 0em 0.5em 2.5em;
	margin: 0em 0em 1em;
	background-image: url(../images/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.container .PDF dt {
	float: left;
}
.container .PDF dd{
	margin: 0px;
	padding: 0px 0px 0px 170px;
}
}

/*================================================================================================================== */
/*　ヘッダー
 * ---------------------------------------------------- */
#headerArea {
	border-top: 5px solid #EB9E25;
}
@media print, screen and (min-width:1120px) {
#headerArea .inner {
	padding: 35px;
}
}
#headerArea .inner {
	padding: 25px 10px;
}
#headerArea .flL {
	padding: 0;
}
#headerArea a,
#headerArea {
  text-decoration: none;
}
#headerArea .logo {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 75%;
	height: auto;
	line-height: 0;
}
#headerArea .logo a {
  margin: 0;
  padding: 0;
  outline:none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#headerArea .logo a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
@media print, screen and (min-width:640px) {
#headerArea {
	margin: 0;
	padding: 0;
}
#headerArea .flL {
	padding: 0;
	width: 479px;
}
#headerArea .logo {
	width: 479px;
	height: 100px;
}
#headerArea .logo a {
	width: 479px;
	height: 82px;
}
}
/*================================================================================================================== */
/*　グローバル　ナビ
 * ---------------------------------------------------- */
@media screen and (max-width:1120px) {
/* Toggle Button */
#nav-toggle {
	display: block;
	position:fixed;
	right: 0;
	top: 0;
	width: 50px;
	height: 45px;
	cursor: pointer;
	z-index: 9999;
	padding: 20px;

	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color:#FFF;
	text-align:center;
	font-weight:bold;
}
div.navBtn p.dataText {
	margin-top: 34px;
}
/* 右上のメインメニューボタン  */
div.navBtn p.dataText:after {
	content: attr(data-txt-menu);
	font-size:1rem;
}
/* 右上のメインメニューボタン がクリックされた時のスタイル */
.open div p.dataText:after {
    content: attr(data-txt-close);
	/*font-size:0.95rem;*/
}
#nav-toggle div {
	position: relative;
}
#nav-toggle div span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle div span:nth-child(1) {
  top: 0;
}
#nav-toggle div span:nth-child(2) {
  top: 18px;
}
#nav-toggle div span:nth-child(3) {
  top: 36px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
}
/*================================================================================================================== */
/*　グローバルナビ　ナビ
 * ---------------------------------------------------- */

@media print, screen and (min-width:1120px) {
#headerArea .inner > .flR {

}
#headerArea .inner > .flR p.text {
	background-color:#000;
	color: #FFF;
	padding: 5px 20px;
	font-weight: bold;
	position:relative;
	font-size:0.929rem;
	vertical-align: middle;
}
#headerArea .inner > .flR p.text:before,
#headerArea .inner > .flR p.text:after {
	content:"■";
	color: #FFF;
	position: absolute;
	font-size: 20px;
	line-height: 0;
}
#headerArea .inner > .flR p.text:before {
	left: -5px;
	top: 15px;
}
#headerArea .inner > .flR p.text:after {
	right: -5px;
	top: 15px;
}
#headerArea .inner > .flR p.text span {
	font-size: 1.286rem;
	line-height:1;
	position: relative;
	top: 2px;
}
#headerArea .inner > .flR p.text span:before {
	content: url(../images/header_ico_tel.png);
	padding: 0px 6px 0px 10px;
}
#glNav {
	width: 565px;
	padding: 0px;
	margin: 0px;
	display:block;
}
#glNav ul {
	width: 100%;
	/*display: table;
	table-layout: fixed;*/
	border-collapse: collapse;
}
#glNav ul li {
	text-align: center;

	width: 80px;
	float: left;
}
#glNav ul li a {
	display: block;
	padding: 15px 5px;
	text-decoration: none;
	line-height: normal;
	font-size: 15px;
	color: #000;
}
#glNav ul li a:link {
}
#glNav ul li a:hover {
	color: #E20A16;
}
/*　英語表記　*/
#glNav ul li > a:after {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #EEB028;
}
#glNav ul li > a:hover:after {
	color: #E20A16;
}
#glNav ul li#navHome > a:after {
    content: 'Home';
}
#glNav ul li#navBusiness > a:after {
    content: 'Business';
}
#glNav ul li#navCase > a:after {
    content: 'Case';
}
#glNav ul li#navSituation > a:after {
    content: 'Situation';
}
#glNav ul li#navCompany > a:after {
    content: 'Company';
}
#glNav ul li#navRecruit > a:after {
    content: 'Recruit';
}
#glNav ul li#navContact > a:after {
    content: 'Contact';
}
}
@media screen and (max-width:1120px) {
#headerArea .inner > .flR {
	float:none;
}
#headerArea .inner > .flR p.text {
	display:none;
}
/* メインメニュー　モーダルウィンドウのスタイル  */
#glNav {
	padding: 0px;

	position: fixed;
	z-index: 999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;

	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	
	background-color:rgba(0,0,0,0.85);
	
	display: flex;
	-webkit-box-align:cente/*--- Androidブラウザ用 ---*/
	-ms-flex-align:cente;/*--- IE10 ---*/
	-webkit-align-items:cente;/*--- safari（PC）用 ---*/
	align-items: center;

	webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open #glNav {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
#glNav ul {
	width:100%;
	margin: 0px;
	padding: 0px 10px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#glNav li {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#glNav li:first-child {
	border-top: 1px solid #CCC;
}

#glNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 15px 10px;
	text-decoration: none;
	text-align:center;

	font-size:1.286rem;
	font-weight: bold;
	
	box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
}
#glNav li a:after {
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	content:"\f101";
	float:right;
	color: #D9C9B9;
}
#glNav a:link,
#glNav a:active,
#glNav a:visited {
	color: #FFF;	
}
#glNav a:hover {
	color:  #E20A16;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
}
/*================================================================================================================== */
/* コンテンツ
 * ---------------------------------------------------- */
/*　全体の囲み　*/
#wrapper {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0;
	background-image: url(../images/bg_02.png),url(../images/bg_01.jpg);
	background-repeat: no-repeat,repeat-x;
	background-position: left top,left top;
	background-size: 100% auto,auto;
	background-color: #FBF7F1;
	padding-top: 20px;
}
#contents {
	margin: 0;
	padding: 0 0 70px;
	text-align: left;
	position: relative;
}
.container {
  margin-right:auto;
  margin-left:auto;
  width:100%;
}

#headerContents {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 60px;
}
/*　コンテンツタイトル　*/
#contenstTit01 {
	width: 100%;
	text-align:center;
	background-color: #EB9E25;
	padding: 30px 0px 25px;
	margin: 0px 0px 40px;
}
#contenstTit01 h1 {
	font-size: 2rem;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	font-weight:bold;
}
#contenstTit01 h1:after  {
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #FFF;
	font-weight: normal;
}

.container .headline01 {
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
}
.container .headline02 {
	font-size: 1.286rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-feature-settings : "palt";
}
@media only screen and (max-width:640px) {
.container .headline02 {
text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
}	
/*　タイトル　*/
.container .tit01 {
	font-size: 1.45rem;
	font-weight: bold;
	line-height:1;
	color: #FFF;
	background-color: #EB9E25;
	padding: 15px;
	text-align: center;
}

@media print, screen and (min-width:640px) {
#contents {
	padding: 0 0 100px;
}

/*　コンテンツタイトル　*/
#contenstTit01 {
	padding: 65px 0px 50px;
}
#contenstTit01 h1 {
	font-size: 2.571rem;
}
.container .headline01 {
	font-size: 2.286rem;
}

/*　タイトル　*/
.container .tit01 {
	font-size: 2.143rem;
}
}
@media print, screen and (min-width:1200px) {
.container {
	max-width:1200px;
}
}
/*================================================================================================================== */
/*　page-top
 * ---------------------------------------------------- */

/*　ページトップへの誘導ボタン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
  height: 80px;
  width: 80px;
  z-index:99;
}
#pageTop i {
	margin-top:10px;
}
#pageTop a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 80px;
	width: 80px;
	background-color: #EB9E25;
	font-size: 14px;
	line-height:1.5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	color: #FFF;
	position: relative;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
#pageTop a:hover {
	background-color: #EFAE4E;
}
/*================================================================================================================== */
/*　フッタ
 * ---------------------------------------------------- */
#footerArea {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(../images/footer_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
#footerArea .wrap > .inner {
	padding: 75px 10px;
}
/*　フッタ　住所　 */
#footerAddress {
	margin: 0px auto 30px;
	padding: 0px;
	max-width: 400px;
	overflow:hidden;
}
#footerAddress .vcard {
	margin: 0 0 20px;
	padding: 0;
	text-align:center;
	color: #FFF;
}
#footerAddress .vcard .org {
	margin-bottom: 40px;
	text-align:center;
}
#footerAddress .vcard .org img {
/*	max-width:65%;*/
}
#footerAddress .vcard .postal-code {
  margin-right: 1em;
}
#footerAddress .vcard span.tel {
	font-size: 2.143rem;
	font-weight: bold;
	line-height:1;
}
#footerAddress .vcard span.tel:before {
	content: url(../images/footer_ico_tel.png);
	padding-right: 6px;
}
#footerAddress .vcard span.tz {
	font-size: 1.143rem;
	font-weight: bold;
	line-height:1;
}
#footerAddress .vcard p.adr {
	line-height:1.8;
}
#footerAddress .vcard p.adr a:link {
	color: #FFF;
}
#footerAddress .vcard p.adr a:hover {
	color: #E20A16;
}

/*　フッタ　お問合せ　ボタン　 */
#footerAddress p.btnContact {
	padding: 0px;
	width: 260px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footerAddress p.btnContact:before,
#footerAddress p.btnContact:after {
	content:"■";
	color: #EB9E25;
	position: absolute;
}
#footerAddress p.btnContact:before {
	left:-9px;
	top: 5px;
}
#footerAddress p.btnContact:after {
	right:-9px;
	top: 5px;
}
#footerAddress p.btnContact a {
	padding: 5px;
	text-decoration: none;
	display:block;
	text-align:center;
	position: relative;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	font-size:1.067rem !important;
	background-color: #EB9E25;
}
#footerAddress p.btnContact a:after {
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	position: absolute;
	content:"\f101";
	right: 10px;
	top: 13%;
}
#footerAddress p.btnContact a:hover {
	color: #E20A16;
}

/*　copyright　 */
#copyright {
	clear: both;
	text-align:center;
	font-size: 0.75rem;
	margin: 0px;
	padding: 10px 0;
	color: #FFF;
	background-color: #EB9E25;
}
@media print, screen and (max-width:400px) {
#footerArea .wrap > .inner {
	padding: 10px;
}
#footerAddress p.logo {
	text-align: center;
	margin: 0px 0px 20px;
}
#footerAddress .flR{
	text-align: center;
}
/*　フッタ　お問合せ　ボタン　 */
#footerAddress p.btnContact {
	width: 95%;
}
}
/*================================================================================================================== */
/*　footerNavi
 * ---------------------------------------------------- */
#footerNavi {
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
}
@media print, screen and (min-width:920px) {
#footerNavi {
	text-align:center;
	background-color: #000;
}
#footerNavi .wrap > .inner {
	margin: 0;
	padding: 40px 0;
}
#footerNavi ul {
	display:inline;
	border-left:1px solid #fff;
	margin: 0px;
	padding: 0px;
}
#footerNavi li {
	display:inline;
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid #fff;
}
#footerNavi a {
	text-decoration: none;
	color: #fff;
}
#footerNavi a:hover {
	color:#F00;
}
}
@media screen and (max-width:920px)  {
#footerNavi .wrap {
}
#footerNavi .wrap > .inner {
	margin: 0;
	padding: 0;
}
#footerNavi ul {
	margin: 0;
	padding: 0;
	width:100%;
	overflow:hidden;
	background-color:#000;

	border-top: 1px solid #FFF;
}
#footerNavi li:last-of-type {
	border-bottom: none;
}
#footerNavi li:nth-child(odd) {
	border-right: 1px solid #FFF;
}
#footerNavi li {
	border-bottom: 1px solid #FFF;
}
#footerNavi li a {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 15px;
	text-decoration: none;
	text-align:center;
	background-color:#000;

	font-size:1.125rem;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	
	position: relative;
}
#footerNavi li a:after {
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	position: absolute;
	content:"\f101";
	right: 20px;
	top: 30%;
}
#footerNavi a:link,
#footerNavi a:active,
#footerNavi a:visited {
	color: #FFF;	
}
#footerNavi a:hover {
	transition: background-color 1s linear;
	color: #FFF;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
}
@media screen and (min-width:500px) and (max-width:920px) {
#footerNavi li:nth-of-type(odd) {
	float:left;
}
#footerNavi li:nth-of-type(even) {
	float:right;
}
#footerNavi li {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#footerNavi li a:after {
	top: 25% !important;
}
}
@media screen and (max-width:500px)  {
#footerNavi li:nth-child(odd) {
	border-right: none;
}

}

/*================================================================================================================== */
/*　印刷時にPCのサイズにさせる(いまいち。。)
 * ---------------------------------------------------- */

@media print {
  body {
    width: 1200px;
		margin: 0 auto;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
  }
}