@charset "UTF-8";
/*=================================================================*/
/*	webフォントセット(NotoSans)
/*=================================================================*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "century gothic";
  font-style: normal;
  src: url("../font/GOTHIC.woff") format("woff");
}
@font-face {
  font-family: "century gothic";
  font-style: italic;
  src: url("../font/GOTHICI.woff") format("woff");
}
@font-face {
  font-family: "century gothic";
  font-style: normal;
  font-weight: bold;
  src: url("../font/GOTHICB.woff") format("woff");
}
@font-face {
  font-family: "century gothic";
  font-style: italic;
  font-weight: bold;
  src: url("../font/GOTHICBI.woff") format("woff");
}
@font-face {
  font-family: "shippori mincho";
  font-style: italic;
  font-weight: 700;
  src: url("../font/ShipporiMincho-Bold.ttf") format("truetype");
}
/*=================================================================*/
/* ローディング画面
/*=================================================================*/
#fade {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 11;
}

.loaded #fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: auto;
  font-size: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(186, 186, 186, 0.2);
  border-right: 0.7em solid rgba(186, 186, 186, 0.2);
  border-bottom: 0.7em solid rgba(186, 186, 186, 0.2);
  border-left: 0.7em solid #e25f1e;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*=================================================================*/
/* 全デバイス共通
/*=================================================================*/
/*	reset
---------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
}

/*	img
---------------------------------------------------------------*/
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/*	table
----------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/*	pre
----------------------------------------------------*/
pre {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  white-space: normal;
}

/*	clearfix
---------------------------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac

/*	link
---------------------------------------------------------------*/
a {
  transition: all 0.3s;
}
a.noLink {
  pointer-events: none;
}

a,
a:visited,
a:active {
  color: #000000;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

/*	color
---------------------------------------------------------------
#wrap .red { color: #E80B74; }*/
/*	space
---------------------------------------------------------------*/
#wrap .mt0 {
  margin-top: 0 !important;
}

#wrap .pb0 {
  padding-bottom: 0 !important;
}

#wrap .mb0 {
  margin-bottom: 0 !important;
}

#wrap .mb10 {
  margin-bottom: 10px;
}

#wrap .mb20 {
  margin-bottom: 20px;
}

#wrap .mb15 {
  margin-bottom: 15px;
}

#wrap .mb30 {
  margin-bottom: 30px;
}

#wrap .mb40 {
  margin-bottom: 40px;
}

#wrap .mb50 {
  margin-bottom: 50px;
}

#wrap .mb60 {
  margin-bottom: 60px;
}

/*	ul
---------------------------------------------------------------*/
li {
  list-style-type: none;
}

/*	inputreset
---------------------------------------------------------------*/
input, button, select, textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/*	table
---------------------------------------------------------------*/
table {
  width: 100%;
  margin: 0 0 40px;
}
table.thCenter th {
  text-align: center;
}
table tr th, table tr td {
  padding: 20px;
  border: solid 1px #d3d3d3;
}
table tr th {
  background-color: #f5f5f5;
}
table tr th.center {
  text-align: center;
}
table tr td.center {
  text-align: center;
}
table tr td.bold {
  font-weight: bold;
}
table thead th {
  color: #FFF;
  background-color: #698fb5;
  padding: 12px;
}
table thead.center th {
  text-align: center;
}

/*=================================================================*/
body {
  line-height: 1.4;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #141414;
  background: #fff;
  font-weight: 500;
}
body.noScroll {
  overflow: hidden;
}

#wrap {
  background-color: #FFF;
}

/*=================================================================*/
/*	header
/*=================================================================*/
header .topMenu {
  position: fixed;
  background-color: #1b539e;
  left: 0;
  top: -56px;
  z-index: 120;
  width: 100%;
  filter: unset;
  padding: 10px;
  transition: all 0.3s;
  box-sizing: border-box;
}
header .topMenu .logo {
  width: 200px;
  line-height: 0.5;
  display: block;
}
header .topMenu .logo img {
  line-height: 1;
}
header .sideMenu {
  width: 240px;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  /*filter: drop-shadow(6px 0px 10px rgba(0, 0, 0, 0.3));*/
  filter: drop-shadow(4px 0px 6px rgba(0, 0, 0, 0.15));
  transition: all 0.3s;
}
header .sideMenu .logo {
  padding: 20px 0 20px;
  line-height: 1.6;
  background-color: #1b539e;
  color: #FFF;
  text-align: center;
  display: block;
}
header .sideMenu .logo span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.15em;
  margin: 12px 0 0;
}
header .sideMenu .logo img {
  width: auto;
}
header .sideMenu .gNav > ul > li {
  padding: 20px 15px;
  font-weight: bold;
  font-size: 1.9rem;
  background: url(../img/union/icon_black_arrow.svg) no-repeat center right 18px;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
header .sideMenu .gNav > ul > li::after {
  content: "";
  width: 220px;
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  left: 10px;
  bottom: 0;
}
header .sideMenu .gNav > ul > li:hover {
  background: #e9f2ff url(../img/union/icon_black_arrow.svg) no-repeat center right 15px;
}
header .sideMenu .gNav > ul > li:hover > .subMenu {
  display: block;
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 240px;
  background-color: #e9f2ff;
  z-index: 5;
}
header .sideMenu .gNav > ul > li:hover > a {
  opacity: 1;
}
header .sideMenu .gNav > ul > li:hover > span, header .sideMenu .gNav > ul > li:hover > a > span {
  color: #6c6c6c;
}
header .sideMenu .gNav > ul > li > span, header .sideMenu .gNav > ul > li > a > span {
  display: block;
  font-size: 1.2rem;
  color: #a5a5a5;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0 2px;
}
header .sideMenu .gNav > ul > li > .subMenu {
  display: none;
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 240px;
  background-color: #e9f2ff;
  z-index: 5;
  box-sizing: border-box;
  padding: 40px 20px 20px;
}
header .sideMenu .gNav > ul > li > .subMenu .menuTitle {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.2em;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
header .sideMenu .gNav > ul > li > .subMenu > ul > li {
  border-bottom: solid 1px #cedbed;
}
header .sideMenu .gNav > ul > li > .subMenu > ul > li > a {
  display: block;
  font-size: 1.5rem;
  padding: 12px 15px 12px 7px;
  background: url(../img/union/icon_black_arrow.svg) no-repeat center right 10px;
}
header .sideMenu .gNav > ul > li > .subMenu > ul > li > a:hover {
  background: #dceaff url(../img/union/icon_black_arrow.svg) no-repeat center right 10px;
}
header .sideMenu .documentForm {
  background-color: #134a94;
  padding: 10px;
  display: block;
  color: #FFF;
}
header .sideMenu .documentForm .inner {
  border: solid 1px #5d83b5;
  padding: 13px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
header .sideMenu .documentForm .inner span {
  font-size: 1.8rem;
  display: inline-block;
  padding: 0 0 0 45px;
  background: url(../img/union/icon_document.png) no-repeat left center;
}
header .sideMenu .contactLink {
  display: block;
  border-bottom: solid 1px #e3e3e3;
  padding: 26px;
  text-align: center;
  margin: 0 0 26px;
}
header .sideMenu .contactLink span {
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../img/union/icon_mail.png) no-repeat left center;
}
header .sideMenu .snsBtn {
  text-align: center;
  margin: 0 0 30px;
}
header .sideMenu .snsBtn a {
  display: inline-block;
  margin: 0 2px;
}
header .sideMenu .pamphlet {
  display: block;
  width: 216px;
  margin: 0 auto;
}
header .sideMenu .sideSlogan {
  display: block;
  width: 216px;
  margin: 20px auto 0;
}

/*=================================================================*/
/*	main
/*=================================================================*/
.main {
  transition: all 0.3s;
  margin-left: 240px;
}

/*=================================================================*/
/*	footer
/*=================================================================*/
footer {
  background-color: #2f2f2f;
  color: #FFF;
  padding: 60px 8%;
}
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
footer .inner h2 {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  margin: 0 0 40px;
}
footer .inner h2 > span {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  margin: 0 0 5px;
  letter-spacing: 0;
}
footer .inner h2 > span > span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 0.05em;
}
footer .fMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 60px;
}
footer .fMenu .menuCol {
  width: 19%;
}
footer .fMenu .menuCol h3 {
  font-size: 1.6rem;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
}
footer .fMenu .menuCol h3::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #FFF;
  left: 0;
  bottom: 0;
}
footer .fMenu .menuCol ul li {
  margin: 0 0 5px;
}
footer .fMenu .menuCol ul li a {
  font-size: 1.4rem;
  color: #d5d5d5;
}
footer .fMenu .menuCol ul.lastMenu li {
  margin: 0 0 10px;
}
footer .fMenu .menuCol ul.lastMenu li a {
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFF;
}
footer .bottomLink {
  margin: 0 0 20px;
}
footer .bottomLink li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
footer .bottomLink li::after {
  content: "/";
  position: absolute;
  right: -22px;
  top: 2px;
  font-size: 1.2rem;
}
footer .bottomLink li:last-child {
  margin-right: 0;
}
footer .bottomLink li:last-child::after {
  content: none;
}
footer .bottomLink li a {
  font-size: 1.4rem;
  color: #d5d5d5;
  display: block;
}
footer .copy {
  color: #969696;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

/*=================================================================*/
/*	ハンバーガーメニュー
/*=================================================================*/
.menuTriggerBox {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 48px;
  z-index: 25;
  cursor: pointer;
  transition: 0.2s;
}
.menuTriggerBox.compact {
  height: 55px;
}

.menuTrigger,
.menuTrigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menuTrigger {
  position: relative;
  top: 0;
  width: 30px;
  height: 25px;
}

.menuTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
}

.menuTrigger span:nth-of-type(1) {
  top: 0;
}

.menuTrigger span:nth-of-type(2) {
  top: 11px;
}

.menuTrigger span:nth-of-type(3) {
  bottom: 0;
}

.menuTrigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menuTrigger.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}

/*=================================================================*/
/*	ハンバーガーボタンと連動したメニュー
/*=================================================================*/
.navMenu {
  background: #aaa;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  position: fixed;
  box-sizing: border-box;
  transition: 0.5s;
}
.navMenu.left {
  left: -100vw;
}
.navMenu.left.active {
  left: 0;
}
.navMenu.right {
  right: -100vw;
}
.navMenu.right.active {
  right: -17px;
}
.navMenu.top {
  top: -100vh;
}
.navMenu.top.active {
  top: 0;
}
.navMenu.fade {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.01);
}
.navMenu.fade.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*=================================================================*/
/*	スマホメニュー
/*=================================================================*/
.spMenuList {
  background-color: #e9f2ff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -100;
  color: #FFF;
  padding: 60px 20px 20px;
  box-sizing: border-box;
  overflow: scroll;
  transition: 0.5s;
  opacity: 0;
}
.spMenuList.on {
  z-index: 100;
  animation: menuFadeIn 0.3s ease-out 0.1s forwards;
}
.spMenuList .inner > ul > li {
  position: relative;
  border-bottom: solid 1px #d2ddef;
}
.spMenuList .inner > ul > li > a {
  font-weight: bold;
  display: block;
  padding: 12px 12px 12px 22px;
  position: relative;
}
.spMenuList .inner > ul > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top: 7px solid #528acf;
  transform: rotate(-90deg);
  left: 6px;
  top: 17px;
}
.spMenuList .inner > ul > li > .subBtn {
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  display: inline-block;
  width: 40px;
  height: 47px;
}
.spMenuList .inner > ul > li > .subBtn::before, .spMenuList .inner > ul > li > .subBtn::after {
  position: absolute;
  content: "";
  background-color: #000;
  display: block;
}
.spMenuList .inner > ul > li > .subBtn::before {
  width: 1px;
  height: 13px;
  left: 50%;
  top: 50%;
  margin-top: -6px;
}
.spMenuList .inner > ul > li > .subBtn::after {
  width: 13px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
}
.spMenuList .inner > ul > li > .subBtn.on::before {
  display: none;
}
.spMenuList .inner > ul > li > ul {
  display: none;
  padding: 8px 0 18px 20px;
}
.spMenuList .inner > ul > li > ul > li > a {
  font-weight: bold;
  font-size: 90%;
  padding: 5px 5px 5px 11px;
  display: inline-block;
  position: relative;
  background: #e9f2ff url(../img/union/icon_black_arrow.svg) no-repeat left top 11px;
}
.spMenuList .spMenuBottom {
  padding: 30px 0 20px;
}
.spMenuList .spMenuBottom .snsBtn {
  margin: 0 0 30px;
  text-align: center;
}
.spMenuList .spMenuBottom .snsBtn a {
  margin: 2%;
  display: inline-block;
  width: 20%;
  max-width: 60px;
}
.spMenuList .spMenuBottom a.pamphlet {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
.spMenuList .spMenuBottom .sideSlogan {
  display: block;
  max-width: 320px;
  margin: 20px auto 0;
}

@keyframes menuFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
    transform: translate(0, 15px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    transform: translate(0, 0);
  }
}
.spMenuNav {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 26px;
  padding: 11px 15px;
}
.spMenuNav .inner {
  width: 30px;
  height: 25px;
  position: relative;
}
.spMenuNav .inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  transition: all 0.2s;
}
.spMenuNav .inner span:nth-of-type(1) {
  top: 0;
}
.spMenuNav .inner span:nth-of-type(2) {
  top: 11px;
}
.spMenuNav .inner span:nth-of-type(3) {
  bottom: 0;
}
.spMenuNav.on .inner span:nth-of-type(1) {
  top: 11px;
  transform: rotate(45deg);
}
.spMenuNav.on .inner span:nth-of-type(2) {
  opacity: 0;
}
.spMenuNav.on .inner span:nth-of-type(3) {
  bottom: 11px;
  transform: rotate(-45deg);
}

/*******************************************************************/
/* PC
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  html {
    height: 100%;
    font-size: 62.5%;
  } /*10px相当にreset*/
  body {
    height: 100%;
    margin: 0;
    font-size: 18px; /*css3の効かないブラウザ用*/
    font-size: 1.8rem; /*bodyのベースサイズをセット（ここでは16px）以下各要素は10pxを基準にサイズ指定1.2rem（12px）1.4rem（14px）など）*/
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .sp {
    display: none !important;
  }
  /*=================================================================*/
  /*	topBack
  /*=================================================================*/
  a.topBack {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    width: 57px;
    height: 57px;
    background: #1b539e;
    transition: unset;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* PCサイドメニュースクロール用
/*******************************************************************/
@media screen and (max-height: 980px) {
  /*<start>==========================================================*/
  header .sideMenu {
    position: absolute;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  html {
    font-size: 62.5%;
  } /*10px相当にreset*/
  body {
    font-size: 16px; /*css3の効かないブラウザ用*/
    font-size: 1.6rem; /*bodyのベースサイズをセット（ここでは20px）以下各要素は10pxを基準にサイズ指定2.2rem（22px）2.4rem（24px）など）*/
  }
  html, body {
    -webkit-text-size-adjust: 100%; /* iPhoneでのフォントサイズ自動変換OFF  縦横でのフォントサイズが固定される */
    -webkit-font-smoothing: antialiased;
    /* android:textAppearance="?android:attr/textAppearanceSmall" */
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  /*	space
  ---------------------------------------------------------------*/
  #wrap .mb50 {
    margin-bottom: 8%;
  }
  #wrap .mb60 {
    margin-bottom: 10%;
  }
  /*	img
  ----------------------------------------------------*/
  img {
    width: 100%;
    height: auto;
  }
  img.auto {
    width: auto;
    height: auto;
  }
  /*	table
  ---------------------------------------------------------------*/
  table tr th, table tr td {
    padding: 15px;
  }
  /*=================================================================*/
  /*	header
  /*=================================================================*/
  /*=================================================================*/
  /*	footer
  /*=================================================================*/
  footer {
    padding: 40px 6%;
  }
  footer .inner h2 {
    text-align: center;
    font-size: 5.4vw;
  }
  footer .inner h2 span {
    font-size: 1.8vw;
  }
  footer .inner h2 span span {
    font-size: 1.2vw;
  }
  footer .fMenu {
    display: block;
    margin: 0 0 20px;
  }
  footer .fMenu .menuCol {
    width: 100%;
    display: block;
    margin: 0 0 15px;
  }
  footer .fMenu .menuCol h3 {
    padding: 2px 0 0 10px;
    margin: 0 0 10px;
    border-left: solid 2px #FFF;
    line-height: 1;
  }
  footer .fMenu .menuCol h3::after {
    content: none;
  }
  footer .fMenu .menuCol ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  footer .fMenu .menuCol ul.lastMenu {
    width: 100%;
  }
  footer .fMenu .menuCol ul.lastMenu li {
    margin: 0 20px 10px 0;
  }
  footer .bottomLink li {
    margin: 0 30px 5px 0;
  }
  footer .copy {
    text-align: center;
  }
  a.topBack {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 57px;
    height: 57px;
    background: #1b539e;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  /*=================================================================*/
  /*	スマホメニュー（mmenu）
  /*=================================================================*/
  div#spMenu {
    background-color: #333;
    color: #FFF;
  }
  div#spMenu .mm-navbar {
    border-color: #646464;
  }
  div#spMenu .mm-navbar .mm-btn::before, div#spMenu .mm-navbar .mm-btn::after {
    border-color: #FFF;
  }
  div#spMenu a.mm-title {
    color: #FFF;
  }
  div#spMenu a.mm-next::before {
    border-color: #646464;
  }
  div#spMenu a.mm-next::after {
    border-color: #FFF;
  }
  div#spMenu .mm-listview li::after {
    border-color: #646464;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* Middle Size
/*******************************************************************/
@media screen and (max-width:980px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	header
  /*=================================================================*/
  header .topMenu {
    top: 0;
    filter: drop-shadow(2px 0px 6px rgba(0, 0, 0, 0.3));
  }
  header .topMenu.off {
    top: -48px;
    filter: unset;
  }
  header .topMenu.static {
    top: 0 !important;
    filter: drop-shadow(2px 0px 6px rgba(0, 0, 0, 0.3));
  }
  header .sideMenu {
    left: -240px;
    filter: none;
  }
  /*=================================================================*/
  /*	main
  /*=================================================================*/
  .main {
    margin-left: 0;
    margin-top: 48px;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* TB(header only)
/*******************************************************************/
@media screen and (min-width:769px) and ( max-width:1200px) {
  /*<start>==========================================================*/
  /*<end>============================================================*/
}/*# sourceMappingURL=theme.css.map */