@charset "UTF-8";
/* CSS Document */
/*
    v2.0 | 20200423
    MuuQ-BASE by Qumu Inc.
    v1.0との互換性はありません
*/
/* RESET
------------------------------------------------------------- */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box; }

:after, :before {
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0; }

ol, ul {
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, iframe, object {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
  cursor: default; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset, option {
  padding: 0; }

fieldset {
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

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

caption {
  text-align: left; }

td, th {
  padding: 0; }

[hidden], template {
  display: none; }

/* リセット追加 */
th {
  font-weight: normal; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

/* cakeのリセット */
.mb__error:empty {
  display: none; }

/* variable
------------------------------------------------------------- */
/*使用ライブラリによって値を変更*/
/* default */
/*$pass:"/images"; nuxt */
/*breakpoint*/
/*color*/
/*value*/
/*mixin*/
/* html,body
------------------------------------------------------------- */
html, body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 62.5%;
  /* 16px × 62.5% = 10pxを基準とする */
  color: #111;
  background: #fff;
  -webkit-overflow-scrolling: touch; }

body {
  display: flex;
  /* ページが短い時にfooterを最下部に持ってくるため */
  flex-direction: column;
  /* ページが短い時にfooterを最下部に持ってくるため */
  min-height: 100vh;
  /* ページが短い時にfooterを最下部に持ってくるため */
  font-size: 1.6rem; }
  @media screen and (max-width: 959px) {
    body {
      font-size: 1.52rem; } }
  @media screen and (max-width: 759px) {
    body {
      font-size: 1.44rem; } }
  @media screen and (max-width: 559px) {
    body {
      font-size: 1.36rem; } }

p {
  line-height: 1.8; }

/* COLOR
------------------------------------------------------------- */
.mb__base-color-blue, .mb__blue {
  background: #0087A7; }

.mb__base-color-green, .mb__green {
  background: #93BB3D; }

.mb__base-color-pink, .mb__pink {
  background: #EE5A6C; }

.mb__base-color-yellow, .mb__yellow {
  background: #F9B200; }

/* TEXT
------------------------------------------------------------- */
/*fonts*/
.mb__font-mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif; }

/*page title*/
.mb__page-title-box {
  display: flex;
  align-items: center;
  padding: 0 2rem; }
  @media screen and (max-width: 959px) {
    .mb__page-title-box {
      padding: 0 1.6rem; } }
  @media screen and (max-width: 759px) {
    .mb__page-title-box {
      padding: 0 1.4rem; } }
  @media screen and (max-width: 559px) {
    .mb__page-title-box {
      padding: 0 1rem; } }
  .mb__page-title-box .mb__text-xxl {
    margin: 0; }
  .mb__page-title-box .mb__text-xl {
    margin: 0; }
  .mb__page-title-box .mb__text-lg {
    margin: 0; }
  .mb__page-title-box .mb__main-container {
    flex: 1 0 100%; }

/*size*/
.mb__text-xxl {
  font-size: 3.52rem;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: bold; }
  @media screen and (max-width: 959px) {
    .mb__text-xxl {
      font-size: 3.2rem;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__text-xxl {
      font-size: 2.88rem;
      margin-bottom: 1.2rem; } }
  @media screen and (max-width: 559px) {
    .mb__text-xxl {
      font-size: 2.56rem;
      margin-bottom: 1rem; } }

.mb__text-xl {
  font-size: 2.88rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: bold; }
  @media screen and (max-width: 959px) {
    .mb__text-xl {
      font-size: 2.56rem;
      margin-bottom: 1.2rem; } }
  @media screen and (max-width: 759px) {
    .mb__text-xl {
      font-size: 2.48rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 559px) {
    .mb__text-xl {
      font-size: 2.24rem;
      margin-bottom: 0.8rem; } }

.mb__text-lg {
  font-size: 2.24rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: bold; }
  @media screen and (max-width: 959px) {
    .mb__text-lg {
      font-size: 2.08rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 759px) {
    .mb__text-lg {
      font-size: 1.92rem;
      margin-bottom: 0.8rem; } }
  @media screen and (max-width: 559px) {
    .mb__text-lg {
      font-size: 1.76rem;
      margin-bottom: 0.6rem; } }

.mb__text-sm {
  font-size: 1.36rem;
  line-height: 1.6;
  font-weight: normal; }
  @media screen and (max-width: 959px) {
    .mb__text-sm {
      font-size: 1.28rem; } }
  @media screen and (max-width: 759px) {
    .mb__text-sm {
      font-size: 1.2rem; } }
  @media screen and (max-width: 559px) {
    .mb__text-sm {
      font-size: 1.12rem; } }

.mb__text-xs {
  font-size: 1.12rem;
  line-height: 1.6;
  font-weight: normal; }
  @media screen and (max-width: 959px) {
    .mb__text-xs {
      font-size: 1.04rem; } }
  @media screen and (max-width: 759px) {
    .mb__text-xs {
      font-size: 0.96rem; } }
  @media screen and (max-width: 559px) {
    .mb__text-xs {
      font-size: 0.88rem; } }

/*style*/
.mb__text-center {
  text-align: center !important; }

.mb__text-left {
  text-align: left !important; }

.mb__text-right {
  text-align: right !important; }

.mb__bold {
  font-weight: bold; }

.mb__cancel {
  text-decoration: line-through; }

.mb__emphasis {
  padding: 0 2px;
  background: linear-gradient(transparent 50%, #cfd8dc 50%); }
  .mb__emphasis.mb__green {
    background: linear-gradient(transparent 50%, #93BB3D 50%); }
  .mb__emphasis.mb__pink {
    background: linear-gradient(transparent 50%, #EE5A6C 50%); }
  .mb__emphasis.mb__yellow {
    background: linear-gradient(transparent 50%, #F9B200 50%); }

.mb__base-color-blue .mb__emphasis {
  padding: 0 2px;
  background: linear-gradient(transparent 50%, #0087A7 50%); }
  .mb__base-color-blue .mb__emphasis.mb__green {
    background: linear-gradient(transparent 50%, #93BB3D 50%); }
  .mb__base-color-blue .mb__emphasis.mb__pink {
    background: linear-gradient(transparent 50%, #EE5A6C 50%); }
  .mb__base-color-blue .mb__emphasis.mb__yellow {
    background: linear-gradient(transparent 50%, #F9B200 50%); }

.mb__base-color-green .mb__emphasis {
  padding: 0 2px;
  background: linear-gradient(transparent 50%, #93BB3D 50%); }
  .mb__base-color-green .mb__emphasis.mb__blue {
    background: linear-gradient(transparent 50%, #0087A7 50%); }
  .mb__base-color-green .mb__emphasis.mb__pink {
    background: linear-gradient(transparent 50%, #EE5A6C 50%); }
  .mb__base-color-green .mb__emphasis.mb__yellow {
    background: linear-gradient(transparent 50%, #F9B200 50%); }

.mb__base-color-pink .mb__emphasis {
  padding: 0 2px;
  background: linear-gradient(transparent 50%, #EE5A6C 50%); }
  .mb__base-color-pink .mb__emphasis.mb__blue {
    background: linear-gradient(transparent 50%, #0087A7 50%); }
  .mb__base-color-pink .mb__emphasis.mb__green {
    background: linear-gradient(transparent 50%, #93BB3D 50%); }
  .mb__base-color-pink .mb__emphasis.mb__yellow {
    background: linear-gradient(transparent 50%, #F9B200 50%); }

.mb__base-color-yellow .mb__emphasis {
  padding: 0 2px;
  background: linear-gradient(transparent 50%, #F9B200 50%); }
  .mb__base-color-yellow .mb__emphasis.mb__blue {
    background: linear-gradient(transparent 50%, #0087A7 50%); }
  .mb__base-color-yellow .mb__emphasis.mb__green {
    background: linear-gradient(transparent 50%, #93BB3D 50%); }
  .mb__base-color-yellow .mb__emphasis.mb__pink {
    background: linear-gradient(transparent 50%, #EE5A6C 50%); }

.mb__omission {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mb__omission-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

@supports not (-webkit-line-clamp: 3) {
  .mb__omission-3 {
    position: relative;
    height: 80px;
    overflow: hidden;
    line-height: 20px; }
    .mb__omission-3:before {
      position: absolute;
      background: #fff;
      content: "･･･";
      bottom: 0;
      right: 0; }
    .mb__omission-3:after {
      position: absolute;
      background: #fff;
      content: "";
      width: 100%;
      height: 100%; } }
/* ancher */
a.mb__ancher-box,
a.mb__ancher-box:link,
a.mb__ancher-box:visited,
.mb__ancher-box,
.mb__ancher-box:link,
.mb__ancher-box:visited {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  text-decoration: none;
  color: #fff;
  cursor: pointer; }

@media (hover: hover) {
  a.mb__ancher-box:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )"; } }
.mb__base-color-blue a.mb__ancher-text {
  color: #0087A7; }

.mb__base-color-green a.mb__ancher-text {
  color: #93BB3D; }

.mb__base-color-pink a.mb__ancher-text {
  color: #EE5A6C; }

.mb__base-color-yellow a.mb__ancher-text {
  color: #F9B200; }

a.mb__ancher-text {
  text-decoration: underline;
  font-weight: bold; }
  a.mb__ancher-text.mb__link, a.mb__ancher-text.mb__blank, a.mb__ancher-text.mb__back {
    text-decoration: none; }
  a.mb__ancher-text.mb__link::after {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e92a';
    margin: 0 0.3rem; }
  a.mb__ancher-text.mb__blank::after {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e92b';
    margin: 0 0.3rem; }
  a.mb__ancher-text.mb__back::before {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e90d';
    text-decoration: none;
    margin: 0 0.3rem; }

@media (hover: hover) {
  a.mb__ancher-text:hover {
    text-decoration: none; } }
/*list*/
.mb__liststyle-box {
  list-style-position: outside;
  padding: 0 0 0 3rem; }
  @media screen and (max-width: 759px) {
    .mb__liststyle-box {
      padding: 0 0 0 2.5rem; } }
  .mb__liststyle-box.mb__liststyle-disc > .mb__liststyle-item {
    list-style-type: disc; }
  .mb__liststyle-box.mb__liststyle-number > .mb__liststyle-item {
    list-style-type: decimal; }
  .mb__liststyle-box.mb__liststyle-roman-l > .mb__liststyle-item {
    list-style-type: lower-roman; }
  .mb__liststyle-box.mb__liststyle-roman-u > .mb__liststyle-item {
    list-style-type: upper-roman; }
  .mb__liststyle-box.mb__liststyle-katakana > .mb__liststyle-item {
    list-style-type: katakana; }
  .mb__liststyle-box.mb__liststyle-hiragana > .mb__liststyle-item {
    list-style-type: hiragana; }
  .mb__liststyle-box.mb__liststyle-parentheses {
    padding-left: 0; }
  .mb__liststyle-box.mb__liststyle-parentheses > .mb__liststyle-item {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt; }
  .mb__liststyle-box.mb__error {
    padding: 1rem 1rem 1rem 3rem; }
    @media screen and (max-width: 759px) {
      .mb__liststyle-box.mb__error {
        padding: 0.8rem 0.8rem 0.8rem 2.5rem; } }

.mb__liststyle-parentheses > .mb__liststyle-item::before {
  display: marker;
  content: "( " counter(cnt) " )"; }

.mb__liststyle-item {
  margin: 0 0 1.5rem 0;
  line-height: 1.8; }
  .mb__liststyle-item:last-child {
    margin: 0; }
  @media screen and (max-width: 759px) {
    .mb__liststyle-item {
      margin: 0 0 0.8rem 0; } }
  @media screen and (max-width: 559px) {
    .mb__liststyle-item {
      margin: 0 0 0.6rem 0; } }

/*read more*/
.mb__read-more-box *, .mb__read-more-box *:before, .mb__read-more-box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mb__read-more-box {
  position: relative; }
  .mb__read-more-box label {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border-radius: 25px;
    background: #000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 2.5rem; }
    .mb__read-more-box label:before {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: '\e900';
      margin-right: 0.5rem; }
    .mb__read-more-box label .mb__close {
      display: none; }
  .mb__read-more-box input {
    display: none; }
    .mb__read-more-box input:checked + label:before {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: '\e90f'; }
    .mb__read-more-box input:checked ~ .mb__read-more-item {
      height: auto;
      padding-bottom: 50px;
      /* 閉じるボタンのbottomからの位置 */
      transition: all 0.5s; }
    .mb__read-more-box input:checked ~ .mb__shade {
      display: none; }
    .mb__read-more-box input:checked + label .mb__open {
      display: none; }
    .mb__read-more-box input:checked + label .mb__close {
      display: inline-block; }
  .mb__read-more-box .mb__read-more-item {
    overflow: hidden;
    height: 250px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.5s; }
  .mb__read-more-box .mb__shade {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(247, 246, 240, 0) 0%, rgba(247, 246, 240, 0.95) 90%); }
  .mb__read-more-box[status="off"] .mb__read-more-item {
    overflow: auto;
    height: auto; }
  .mb__read-more-box[status="off"] .mb__shade {
    display: none; }
  .mb__read-more-box[status="off"] label {
    display: none; }

/* IMAGE
------------------------------------------------------------- */
img {
  vertical-align: top; }

.mb__image-fit-contain {
  object-fit: contain;
  width: 100%;
  height: auto;
  font-family: 'object-fit: contain'; }

.mb__image-fit-cover {
  object-fit: cover;
  width: 100%;
  height: auto;
  font-family: 'object-fit: cover'; }

.mb__aspect {
  position: relative; }
  .mb__aspect.mb__4to3 {
    padding-top: 75%; }
  .mb__aspect.mb__5to3 {
    padding-top: 60%; }
  .mb__aspect.mb__16to9 {
    padding-top: 56%; }
  .mb__aspect.mb__2to1 {
    padding-top: 50%; }
  .mb__aspect.mb__1to1 {
    padding-top: 100%; }
  .mb__aspect .mb__image-fit-cover, .mb__aspect .mb__image-fit-contain {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* DECORATION
------------------------------------------------------------- */
[disabled="disabled"] {
  opacity: 0.3;
  pointer-events: none; }

.mb__border {
  border: #ddd 1px solid; }

.mb__border-top {
  border-top: #ddd 1px solid; }

.mb__border-right {
  border-right: #ddd 1px solid; }

.mb__border-bottom {
  border-bottom: #ddd 1px solid; }

.mb__border-left {
  border-left: #ddd 1px solid; }

.mb__shadow {
  -webkit-filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2)); }
  .mb__shadow.mb__blur {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2)); }

/* BOX
------------------------------------------------------------- */
/*size*/
.mb__w30 {
  width: 30px; }

.mb__w40 {
  width: 40px; }

.mb__w50 {
  width: 50px; }

.mb__w60 {
  width: 60px; }

.mb__w70 {
  width: 70px; }

.mb__w80 {
  width: 80px; }

.mb__w90 {
  width: 90px; }

.mb__w100 {
  width: 100px; }

.mb__w120 {
  width: 120px; }

.mb__w130 {
  width: 130px; }

.mb__w140 {
  width: 140px; }

.mb__w180 {
  width: 180px; }

.mb__w200 {
  width: 200px; }

.mb__w250 {
  width: 250px; }

.mb__w-100pc {
  width: 100%; }

.mb__w-50pc {
  width: 50%; }

.mb__main-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 6rem 2rem; }
  @media screen and (max-width: 959px) {
    .mb__main-container {
      padding: 5rem 1rem; } }
  @media screen and (max-width: 759px) {
    .mb__main-container {
      padding: 4rem 1rem; } }
  @media screen and (max-width: 559px) {
    .mb__main-container {
      padding: 3rem 1rem; } }

/*iPhone X*/
.mb__iphone-x-top {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top); }

.mb__iphone-x-left {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left); }

.mb__iphone-x-right {
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right); }

.mb__iphone-x-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom); }

/* style */
.mb__inline-block {
  display: inline-block; }

.mb__inline-block-strong {
  display: inline-block !important; }

.mb__block {
  display: block; }

.mb__relative {
  position: relative; }

.mb__absolute {
  position: absolute; }

.mb__position-tl {
  top: 0;
  left: 0; }

.mb__position-tr {
  top: 0;
  right: 0; }

.mb__f-left {
  float: left; }

.mb__f-right {
  float: right; }

.mb__scroll-contents-box {
  max-height: 300px;
  overflow: auto; }
  @media screen and (max-width: 759px) {
    .mb__scroll-contents-box {
      max-height: 200px; } }

.mb__sub-box {
  padding: 1rem;
  background: #eee;
  margin-bottom: 1rem; }

.mb__disabled, .mb__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }
  .mb__disabled.mb__error, .mb__overlay.mb__error {
    padding: 0;
    border-radius: 0;
    background: rgba(255, 205, 210, 0.8);
    margin: 0; }
    .mb__disabled.mb__error i, .mb__overlay.mb__error i {
      font-size: 4rem; }

/*borderbox*/
.mb__borderbox {
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Webkit */
  -ms-box-sizing: border-box;
  /* IE8 beta1 */
  box-sizing: border-box;
  /* IE8, Opera */ }

/* show */
.mb__show-desktop {
  display: inline-block; }
  .mb__show-desktop.mb__show-tablet {
    display: inline-block; }
  @media screen and (max-width: 759px) {
    .mb__show-desktop {
      display: none; }
      .mb__show-desktop.mb__show-tablet {
        display: inline-block; } }
  @media screen and (max-width: 559px) {
    .mb__show-desktop {
      display: none; }
      .mb__show-desktop.mb__show-tablet {
        display: none; } }

.mb__show-tablet {
  display: none; }
  @media screen and (max-width: 759px) {
    .mb__show-tablet {
      display: inline-block; }
      .mb__show-tablet.mb__show-mobile {
        display: inline-block; } }
  @media screen and (max-width: 559px) {
    .mb__show-tablet {
      display: none; }
      .mb__show-tablet.mb__show-mobile {
        display: inline-block; } }

.mb__show-mobile {
  display: none; }
  @media screen and (max-width: 759px) {
    .mb__show-mobile {
      display: none; } }
  @media screen and (max-width: 559px) {
    .mb__show-mobile {
      display: inline-block; } }

/* drilldown */
.mb__second, .mb__third, .js__drill-box {
  display: none; }

.mb__drilldown-Item p {
  display: inline-block;
  max-width: calc(100% - 3rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mb__drilldown-box .mb__drilldown-box .mb__drilldown-Item.mb__list-stack {
  border-top: none;
  background: #f8f8f8; }
.mb__drilldown-box .mb__drilldown-box .mb__drilldown-Item p::before {
  font-family: "muuq-fonts";
  font-size: 95%;
  vertical-align: baseline;
  display: inline-block;
  line-height: 1.8;
  content: '\e927';
  padding: 0 0.8rem; }
.mb__drilldown-box .mb__drilldown-box .mb__drilldown-Item .mb__sort-key {
  left: 2rem; }
.mb__drilldown-box .mb__drilldown-box .mb__drilldown-Item .mb__sort-key ~ p::before {
  padding-left: 2rem; }
.mb__drilldown-box .mb__drilldown-box .mb__drilldown-box .mb__drilldown-Item.mb__list-stack {
  border-top: none;
  background: #f2f2f2; }
.mb__drilldown-box .mb__drilldown-box .mb__drilldown-box .mb__drilldown-Item p::before {
  padding: 0 0.8rem 0 4rem; }
.mb__drilldown-box .mb__drilldown-box .mb__drilldown-box .mb__drilldown-Item .mb__sort-key {
  left: 4.5rem; }
.mb__drilldown-box .mb__drilldown-box .mb__drilldown-box .mb__drilldown-Item .mb__sort-key ~ p::before {
  padding-left: 4.5rem; }

.mb__drill-key {
  cursor: pointer;
  vertical-align: top; }
  .mb__drill-key::before {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e909';
    font-size: 120%; }
  .mb__drill-key.open::before {
    content: '\e90c'; }

/* box-list */
.mb__list-stack {
  background: #fff;
  padding: 1.6rem;
  line-height: 1.8rem;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  position: relative; }
  .mb__list-stack[status="off"] {
    background: #f2f2f2;
    color: #666; }
  .mb__list-stack.mb__drilldown-Item {
    margin: 0;
    box-shadow: none;
    padding-right: 5rem;
    border: #ddd 1px solid; }
    .mb__list-stack.mb__drilldown-Item .mb__action-group {
      right: 50px; }
      @media screen and (max-width: 959px) {
        .mb__list-stack.mb__drilldown-Item .mb__action-group {
          right: 44px; } }
      @media screen and (max-width: 759px) {
        .mb__list-stack.mb__drilldown-Item .mb__action-group {
          right: 25px; } }
  .mb__list-stack p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0; }
  .mb__list-stack.mb__action-lg p {
    max-width: calc(100% - 18rem); }
    @media screen and (max-width: 759px) {
      .mb__list-stack.mb__action-lg p {
        max-width: calc(100% - 15rem); } }
  .mb__list-stack.mb__action-sm p {
    max-width: calc(100% - 6rem); }
    @media screen and (max-width: 759px) {
      .mb__list-stack.mb__action-sm p {
        max-width: calc(100% - 5rem); } }
  .mb__list-stack .mb__drill-key {
    position: absolute;
    top: 0;
    right: 0; }
    .mb__list-stack .mb__drill-key::before {
      font-size: 180%;
      display: block;
      padding: 1.6rem;
      line-height: 1; }
      @media screen and (max-width: 959px) {
        .mb__list-stack .mb__drill-key::before {
          font-size: 160%;
          padding: 1.4rem 1.2rem; } }
      @media screen and (max-width: 759px) {
        .mb__list-stack .mb__drill-key::before {
          font-size: 140%;
          padding: 1.5rem 0.8rem; } }
  .mb__list-stack.mb__thumb-list {
    padding: 0.5rem; }
    .mb__list-stack.mb__thumb-list p {
      width: calc(100% - 6rem); }
  .mb__list-stack.btn-area {
    padding-right: 10rem; }
  .mb__list-stack .mb__thumb-box {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin-right: 1rem; }
    .mb__list-stack .mb__thumb-box img {
      height: 5rem; }
  .mb__list-stack .mb__absolute-group {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.5rem 1rem 0; }
  .mb__list-stack .mb__action-group {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem; }
    .mb__list-stack .mb__action-group .mb__menu-btn::before {
      line-height: 3.6rem;
      padding: 0 0.8rem; }
    .mb__list-stack .mb__action-group .mb__check.mb__icon {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: top; }
      .mb__list-stack .mb__action-group .mb__check.mb__icon label span {
        line-height: 3.6rem;
        padding: 0 0 0 1rem; }
        @media screen and (max-width: 759px) {
          .mb__list-stack .mb__action-group .mb__check.mb__icon label span {
            line-height: 3rem;
            padding: 0 0 0 0.7rem; } }
    @media screen and (max-width: 959px) {
      .mb__list-stack .mb__action-group {
        padding: 0.7rem; }
        .mb__list-stack .mb__action-group .mb__switch-btn-box .mb__button {
          padding: 1.1rem 0.5rem;
          width: 50px; } }
    @media screen and (max-width: 759px) {
      .mb__list-stack .mb__action-group {
        padding: 1rem 0.8rem; }
        .mb__list-stack .mb__action-group .mb__button {
          padding: 0.7rem; }
        .mb__list-stack .mb__action-group .mb__switch-btn-box .mb__button {
          padding: 0.65rem 0.5rem;
          width: 42px; }
        .mb__list-stack .mb__action-group .mb__menu-btn::before {
          line-height: 3rem; } }
  @media screen and (max-width: 959px) {
    .mb__list-stack {
      padding: 1.2rem; }
      .mb__list-stack.mb__thumb-list {
        padding: 0.8rem; }
      .mb__list-stack.btn-area {
        padding-right: 9rem; }
      .mb__list-stack .mb__thumb-box {
        width: 4rem;
        height: 4rem; }
        .mb__list-stack .mb__thumb-box img {
          height: 4rem; }
      .mb__list-stack .mb__absolute-group {
        padding: 0.8rem 1.5rem 0.8rem 0; } }
  @media screen and (max-width: 759px) {
    .mb__list-stack.mb__thumb-list {
      padding: 0.4rem; }
    .mb__list-stack.btn-area {
      padding-right: 7rem; }
    .mb__list-stack .mb__absolute-group {
      padding: 0.6rem 1.5rem 0.6rem 0; } }

.mb__dark .mb__list-stack {
  background: #f8f8f8; }

.mb__dark [status="off"].mb__list-stack {
  background: #ddd;
  color: #666; }

[status="off"] .mb__list-stack {
  background: #f2f2f2;
  color: #666; }

/* sort */
.mb__sort-box .mb__list-stack {
  padding-left: 3.5rem; }
  @media screen and (max-width: 959px) {
    .mb__sort-box .mb__list-stack {
      padding-left: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__sort-box .mb__list-stack {
      padding-left: 2.6rem; } }
.mb__sort-box .sortable-chosen, .mb__sort-box .sortable-chosen td {
  background: #fffde7; }

.mb__sort-key {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.6rem 1rem;
  cursor: pointer; }
  .mb__sort-key::before {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e926';
    font-size: 100%; }
  @media screen and (max-width: 959px) {
    .mb__sort-key {
      padding: 1.2rem 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__sort-key {
      padding: 1.2rem 0.6rem; } }

/*pagination*/
.mb__pagination-box {
  margin-top: 2rem;
  text-align: center;
  font-size: 0; }
  .mb__pagination-box .mb__pagination-item, .mb__pagination-box a.mb__pagination-item {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #111;
    background: #fff;
    margin: 0 0.3rem;
    text-decoration: none; }
    .mb__pagination-box .mb__pagination-item[page="current"], .mb__pagination-box a.mb__pagination-item[page="current"] {
      color: #fff; }
    .mb__pagination-box .mb__pagination-item[page="first"]::after, .mb__pagination-box a.mb__pagination-item[page="first"]::after {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: '\e92d';
      color: #111; }
    .mb__pagination-box .mb__pagination-item[page="last"]::after, .mb__pagination-box a.mb__pagination-item[page="last"]::after {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: '\e92e';
      color: #111; }
    @media screen and (max-width: 959px) {
      .mb__pagination-box .mb__pagination-item, .mb__pagination-box a.mb__pagination-item {
        width: 30px;
        line-height: 30px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 959px) {
    .mb__pagination-box {
      margin-top: 1.5rem; } }

@media (hover: hover) {
  .mb__pagination-box.mb__pagination-item, a.mb__pagination-item:hover,
  .mb__pagination-box.mb__pagination-item, a.mb__pagination-item:hover[page="first"]::after,
  .mb__pagination-box.mb__pagination-item, a.mb__pagination-item:hover[page="last"]::after {
    color: #fff; } }
.mb__base-color-blue .mb__pagination-item[page="current"] {
  background: #0087A7; }

.mb__base-color-green .mb__pagination-item[page="current"] {
  background: #93BB3D; }

.mb__base-color-pink .mb__pagination-item[page="current"] {
  background: #EE5A6C; }

.mb__base-color-yellow .mb__pagination-item[page="current"] {
  background: #F9B200; }

@media (hover: hover) {
  .mb__base-color-blue .mb__pagination-item:hover {
    background: #0087A7; }

  .mb__base-color-green .mb__pagination-item:hover {
    background: #93BB3D; }

  .mb__base-color-pink .mb__pagination-item:hover {
    background: #EE5A6C; }

  .mb__base-color-yellow .mb__pagination-item:hover {
    background: #F9B200; } }
/*pankuzu*/
.mb__pankuzu-box {
  font-size: 0; }
  .mb__pankuzu-box .mb__pankuzu-item, .mb__pankuzu-box a.mb__pankuzu-item {
    display: inline-block;
    color: #111;
    font-size: 1.52rem; }
    .mb__pankuzu-box .mb__pankuzu-item::after, .mb__pankuzu-box a.mb__pankuzu-item::after {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: '\e903';
      margin: 0 0.8rem; }
    .mb__pankuzu-box .mb__pankuzu-item:last-child::after, .mb__pankuzu-box a.mb__pankuzu-item:last-child::after {
      content: ""; }
  .mb__pankuzu-box a.mb__pankuzu-item {
    text-decoration: none;
    opacity: 0.6; }

@media (hover: hover) {
  .mb__pankuzu-box .mb__pankuzu-item, a.mb__pankuzu-item:hover {
    opacity: 1; } }
/* tree */
.mb__tree-box {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }
  .mb__tree-box .mb__tree-title {
    padding: 1.2rem 3rem 1.2rem 1.6rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mb__tree-box .mb__tree-parent {
    width: 400px;
    position: relative;
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    vertical-align: top; }
    .mb__tree-box .mb__tree-parent .mb__tree-child {
      padding: 1.2rem 3.2rem 1.2rem 1.6rem;
      margin-bottom: 0.3rem;
      background: #fff;
      box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .mb__tree-box .mb__tree-parent .mb__tree-child[status="on"] {
        background: #fff url("../images/muuq-base/icons/arrow-grain-right.svg") no-repeat right 8px center/18px; }
      @media screen and (max-width: 759px) {
        .mb__tree-box .mb__tree-parent .mb__tree-child {
          padding: 1.2rem 2.4rem 1.2rem 1.2rem;
          background-position: right 5px center;
          background-size: 16px; } }
    @media screen and (max-width: 759px) {
      .mb__tree-box .mb__tree-parent {
        width: 260px; } }
    .mb__tree-box .mb__tree-parent .mb__tree-bottom {
      padding: 1rem;
      background: #fff;
      box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1); }

.mb__base-color-blue .mb__tree-title {
  background: #0087A7; }

.mb__base-color-green .mb__tree-title {
  background: #93BB3D; }

.mb__base-color-pink .mb__tree-title {
  background: #EE5A6C; }

.mb__base-color-yellow .mb__tree-title {
  background: #F9B200; }

/* center box */
.mb__position-center {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  text-align: center; }
  .mb__position-center .mb__position-center-box {
    display: inline-block;
    align-self: center;
    text-align: left;
    max-width: 600px; }

/* googlemap Responsive */
.mb__map-box {
  position: relative;
  padding-bottom: 240px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .mb__map-box iframe, .mb__map-box object, .mb__map-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 759px) {
    .mb__map-box {
      padding-bottom: 120px; } }

/* Youtube */
.mb__movie-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; }
  .mb__movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* page top */
.mb__pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }
  .mb__pagetop a {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
    text-align: center; }

@media (hover: hover) {
  .mb__pagetop a:hover {
    text-decoration: none;
    opacity: 0.7; } }
.js__pagetop-fixed {
  position: absolute;
  bottom: 0;
  right: 20px; }
  .js__pagetop-fixed a {
    border-radius: 4px 4px 0 0;
    background: #111; }

/* float menu */
.mb__float-menu {
  position: absolute;
  bottom: 2rem;
  right: 2rem; }
  .mb__float-menu input[type="checkbox"] {
    display: none; }
  .mb__float-menu .mb__float-list-main-btn {
    position: relative;
    z-index: 99; }
  .mb__float-menu input[type="checkbox"] ~ .mb__float-list-main-btn label::before {
    display: block;
    font-family: "muuq-fonts";
    content: "\e91d";
    color: #fff;
    font-size: 3rem;
    width: 6rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer; }
  .mb__float-menu input[type="checkbox"]:checked ~ .mb__float-list-main-btn label::before {
    content: "\e913"; }
  .mb__float-menu a.mb__float-list-btn {
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 5.6rem;
    line-height: 1;
    border-radius: 50%;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem; }
    .mb__float-menu a.mb__float-list-btn p {
      position: absolute;
      top: 0;
      left: 0;
      width: 5.6rem;
      height: 5.6rem;
      line-height: 1.1;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 1rem;
      font-weight: bold;
      text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
      z-index: 1; }
    .mb__float-menu a.mb__float-list-btn p ~ span {
      opacity: 0.4;
      font-size: 3rem; }

.mb__vertical input[type="checkbox"]:checked ~ a.mb__float-list-btn {
  transition: all 0.2s ease-in-out; }
  .mb__vertical input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__01 {
    bottom: 7.2rem; }
  .mb__vertical input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__02 {
    bottom: calc(7.2rem + 5rem + 1.5rem); }
  .mb__vertical input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__03 {
    bottom: calc(7.2rem + 5rem*2 + 1.5rem*2); }
  .mb__vertical input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__04 {
    bottom: calc(7.2rem + 5rem*3 + 1.5rem*3); }

.mb__horizontal input[type="checkbox"]:checked ~ a.mb__float-list-btn {
  transition: all 0.2s ease-in-out; }
  .mb__horizontal input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__01 {
    right: 7.2rem; }
  .mb__horizontal input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__02 {
    right: calc(7.2rem + 5rem + 1.5rem); }
  .mb__horizontal input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__03 {
    right: calc(7.2rem + 5rem*2 + 1.5rem*2); }
  .mb__horizontal input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__04 {
    right: calc(7.2rem + 5rem*3 + 1.5rem*3); }

.mb__circle input[type="checkbox"]:checked ~ a.mb__float-list-btn {
  transition: all 0.2s ease-in-out;
  transform: rotate(360deg); }
  .mb__circle input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__01 {
    right: 13.5rem; }
  .mb__circle input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__02 {
    bottom: 7rem;
    right: 11.5rem; }
  .mb__circle input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__03 {
    bottom: 11.5rem;
    right: 7rem; }
  .mb__circle input[type="checkbox"]:checked ~ a.mb__float-list-btn.mb__04 {
    bottom: 13.5rem; }

.mb__base-color-blue input[type="checkbox"] ~ .mb__float-list-main-btn label::before {
  background: #0087A7; }

.mb__base-color-green input[type="checkbox"] ~ .mb__float-list-main-btn label::before {
  background: #93BB3D; }

.mb__base-color-pink input[type="checkbox"] ~ .mb__float-list-main-btn label::before {
  background: #EE5A6C; }

.mb__base-color-yellow input[type="checkbox"] ~ .mb__float-list-main-btn label::before {
  background: #F9B200; }

.mb__base-color-blue a.mb__float-list-btn {
  background: #339FB9; }

.mb__base-color-green a.mb__float-list-btn {
  background: #A9C964; }

.mb__base-color-pink a.mb__float-list-btn {
  background: #F17B89; }

.mb__base-color-yellow a.mb__float-list-btn {
  background: #FAC133; }

.mb__base-color-blue a.mb__float-list-btn p {
  text-shadow: 1px 1px 0 #339FB9, -1px -1px 0 #339FB9, -1px 1px 0 #339FB9, 1px -1px 0 #339FB9, 0px 1px 0 #339FB9, -1px 0 #339FB9, -1px 0 0 #339FB9, 1px 0 0 #339FB9; }

.mb__base-color-green a.mb__float-list-btn p {
  text-shadow: 1px 1px 0 #A9C964, -1px -1px 0 #A9C964, -1px 1px 0 #A9C964, 1px -1px 0 #A9C964, 0px 1px 0 #A9C964, -1px 0 #A9C964, -1px 0 0 #A9C964, 1px 0 0 #A9C964; }

.mb__base-color-pink a.mb__float-list-btn p {
  text-shadow: 1px 1px 0 #F17B89, -1px -1px 0 #F17B89, -1px 1px 0 #F17B89, 1px -1px 0 #F17B89, 0px 1px 0 #F17B89, -1px 0 #F17B89, -1px 0 0 #F17B89, 1px 0 0 #F17B89; }

.mb__base-color-yellow a.mb__float-list-btn p {
  text-shadow: 1px 1px 0 #FAC133, -1px -1px 0 #FAC133, -1px 1px 0 #FAC133, 1px -1px 0 #FAC133, 0px 1px 0 #FAC133, -1px 0 #FAC133, -1px 0 0 #FAC133, 1px 0 0 #FAC133; }

/* TABLE
------------------------------------------------------------- */
th {
  color: #fff; }

th, td {
  border: #ddd 1px solid;
  padding: 1rem;
  line-height: 1.4;
  background: #fff; }
  th.mb__order, td.mb__order {
    cursor: pointer; }
  th[order="desc"]::after, td[order="desc"]::after {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e930';
    cursor: pointer; }
  th[order="asc"]::after, td[order="asc"]::after {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e931';
    cursor: pointer; }

.mb__table {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word; }
  .mb__table.mb__odd tr:nth-child(odd) td, .mb__table.mb__odd.mb__table-default tr:nth-child(odd) td {
    background: #f8f8f8; }
  .mb__table.mb__even tr:nth-child(even) td, .mb__table.mb__even.mb__table-default tr:nth-child(even) td {
    background: #f8f8f8; }
  .mb__table.mb__radius {
    border-radius: 6px;
    border-collapse: separate;
    border-spacing: 0; }
    .mb__table.mb__radius tr th:not(:last-child) {
      border-right-width: 0; }
    .mb__table.mb__radius tr:not(:last-child) th {
      border-bottom-width: 0; }
    .mb__table.mb__radius tr td:not(:last-child) {
      border-right-width: 0; }
    .mb__table.mb__radius tr:not(:last-child) td {
      border-bottom-width: 0; }
    .mb__table.mb__radius tr:first-child th:first-child {
      border-radius: 6px 0 0 0; }
    .mb__table.mb__radius tr:first-child th:last-child {
      border-radius: 0 6px 0 0; }
    .mb__table.mb__radius tbody tr:last-child th:first-child {
      border-radius: 0 0 0 6px; }
    .mb__table.mb__radius tr:first-child td:last-child {
      border-radius: 0 6px 0 0; }
    .mb__table.mb__radius thead ~ tbody tr:first-child td:last-child {
      border-radius: 0; }
    .mb__table.mb__radius tbody tr:last-child td:last-child {
      border-radius: 0 0 6px 0; }
    .mb__table.mb__radius tbody tr:last-child td:first-child {
      border-radius: 0 0 0 6px; }
  .mb__table.mb__space {
    border-spacing: 0 3px;
    border-collapse: separate; }
    .mb__table.mb__space th {
      border: none; }
    .mb__table.mb__space td {
      border: none; }
  .mb__table.mb__sort-table th:first-child {
    width: 30px;
    padding: 0; }
  .mb__table.mb__sort-table td:first-child::before {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e926'; }

.mb__responsive-table {
  overflow: auto; }
  .mb__responsive-table .mb__table {
    table-layout: auto; }
    .mb__responsive-table .mb__table th {
      z-index: 2;
      min-width: 150px; }
    .mb__responsive-table .mb__table th:first-child, .mb__responsive-table .mb__table th:last-child {
      z-index: 3;
      min-width: 40px;
      width: 40px; }
    .mb__responsive-table .mb__table th, .mb__responsive-table .mb__table td:first-child, .mb__responsive-table .mb__table td:last-child {
      position: sticky;
      top: 0; }
    .mb__responsive-table .mb__tableth::before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%; }
    .mb__responsive-table .mb__table th:first-child, .mb__responsive-table .mb__table td:first-child {
      left: 0;
      background: #ddd; }
    .mb__responsive-table .mb__table th:last-child, .mb__responsive-table .mb__table td:last-child {
      right: 0;
      background: #ddd; }
    .mb__responsive-table .mb__table th:nth-child(2), .mb__responsive-table .mb__table td:nth-child(2) {
      position: sticky;
      left: 40px;
      top: 0;
      z-index: 3;
      background: #e8e8e8; }
    .mb__responsive-table .mb__table th:nth-child(2) {
      z-index: 4; }
    .mb__responsive-table .mb__table .mb__check label::before {
      margin: 0; }

.mb__base-color-pink .mb__responsive-table th:first-child,
.mb__base-color-pink .mb__responsive-table td:first-child,
.mb__base-color-pink .mb__responsive-table th:last-child,
.mb__base-color-pink .mb__responsive-table td:last-child {
  background: #d65161;
  color: #fff; }

.mb__base-color-pink .mb__responsive-table th:nth-child(2),
.mb__base-color-pink .mb__responsive-table td:nth-child(2) {
  background: #f17382;
  color: #fff; }

.mb__base-color-blue .mb__responsive-table th:first-child,
.mb__base-color-blue .mb__responsive-table td:first-child,
.mb__base-color-blue .mb__responsive-table th:last-child,
.mb__base-color-blue .mb__responsive-table td:last-child {
  background: #007996;
  color: #fff; }

.mb__base-color-blue .mb__responsive-table th:nth-child(2),
.mb__base-color-blue .mb__responsive-table td:nth-child(2) {
  background: #2699b4;
  color: #fff; }

.mb__base-color-green .mb__responsive-table th:first-child,
.mb__base-color-green .mb__responsive-table td:first-child,
.mb__base-color-green .mb__responsive-table th:last-child,
.mb__base-color-green .mb__responsive-table td:last-child {
  background: #84a837;
  color: #fff; }

.mb__base-color-green .mb__responsive-table th:nth-child(2),
.mb__base-color-green .mb__responsive-table td:nth-child(2) {
  background: #a3c55a;
  color: #fff; }

.mb__base-color-yellow .mb__responsive-table th:first-child,
.mb__base-color-yellow .mb__responsive-table td:first-child,
.mb__base-color-yellow .mb__responsive-table th:last-child,
.mb__base-color-yellow .mb__responsive-table td:last-child {
  background: #e0a000;
  color: #fff; }

.mb__base-color-yellow .mb__responsive-table th:nth-child(2),
.mb__base-color-yellow .mb__responsive-table td:nth-child(2) {
  background: #fabe26;
  color: #fff; }

.mb__side th {
  width: 100px;
  text-align: left; }

.mb__base-color-blue th {
  background: #0087A7; }

.mb__base-color-green th {
  background: #93BB3D; }

.mb__base-color-pink th {
  background: #EE5A6C; }

.mb__base-color-yellow th {
  background: #F9B200; }

.mb__add-color-white th {
  background: #fff;
  color: #666; }

.mb__add-color-gray th {
  background: #eceff1;
  color: #607d8b; }

.mb__add-color-blue th {
  background: #d5e7f8;
  color: #2c89dd; }

.mb__add-color-purple th {
  background: #e8eaf6;
  color: #3f51b5; }

.mb__add-color-green th {
  background: #f1f8e9;
  color: #7cb342; }

.mb__add-color-orange th {
  background: #fff3e0;
  color: #ff9800; }

.mb__add-color-red th {
  background: #ffebee;
  color: #f44336; }

.mb__add-color-skelton th {
  background: rgba(255, 255, 255, 0.1);
  color: #fff; }

[status="off"] th, [status="off"] td {
  background: #eee;
  color: #aaa; }

/* FLEX
------------------------------------------------------------- */
.mb__flex-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .mb__flex-box a.mb__flex-item, .mb__flex-box .mb__flex-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #111;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

/*fit*/
.mb__w-1 {
  flex: 0 0 calc(100%/(12/1));
  width: calc(100%/(12/1));
  max-width: calc(100%/(12/1)); }

.mb__w-2 {
  flex: 0 0 calc(100%/(12/2));
  width: calc(100%/(12/2));
  max-width: calc(100%/(12/2)); }

.mb__w-3 {
  flex: 0 0 calc(100%/(12/3));
  width: calc(100%/(12/3));
  max-width: calc(100%/(12/3)); }

.mb__w-4 {
  flex: 0 0 calc(100%/(12/4));
  width: calc(100%/(12/4));
  max-width: calc(100%/(12/4)); }

.mb__w-5 {
  flex: 0 0 calc(100%/(12/5));
  width: calc(100%/(12/5));
  max-width: calc(100%/(12/5)); }

.mb__w-6 {
  flex: 0 0 calc(100%/(12/6));
  width: calc(100%/(12/6));
  max-width: calc(100%/(12/6)); }

.mb__w-7 {
  flex: 0 0 calc(100%/(12/7));
  width: calc(100%/(12/7));
  max-width: calc(100%/(12/7)); }

.mb__w-8 {
  flex: 0 0 calc(100%/(12/8));
  width: calc(100%/(12/8));
  max-width: calc(100%/(12/8)); }

.mb__w-9 {
  flex: 0 0 calc(100%/(12/9));
  width: calc(100%/(12/9));
  max-width: calc(100%/(12/9)); }

.mb__w-10 {
  flex: 0 0 calc(100%/(12/10));
  width: calc(100%/(12/10));
  max-width: calc(100%/(12/10)); }

.mb__w-11 {
  flex: 0 0 calc(100%/(12/11));
  width: calc(100%/(12/11));
  max-width: calc(100%/(12/11)); }

.mb__w-12 {
  flex: 0 0 calc(100%/(12/12));
  width: calc(100%/(12/12));
  max-width: calc(100%/(12/12)); }

@media screen and (max-width: 959px) {
  .mb__w960-1 {
    flex: 0 0 calc(100%/(12/1));
    width: calc(100%/(12/1));
    max-width: calc(100%/(12/1)); }

  .mb__w960-2 {
    flex: 0 0 calc(100%/(12/2));
    width: calc(100%/(12/2));
    max-width: calc(100%/(12/2)); }

  .mb__w960-3 {
    flex: 0 0 calc(100%/(12/3));
    width: calc(100%/(12/3));
    max-width: calc(100%/(12/3)); }

  .mb__w960-4 {
    flex: 0 0 calc(100%/(12/4));
    width: calc(100%/(12/4));
    max-width: calc(100%/(12/4)); }

  .mb__w960-5 {
    flex: 0 0 calc(100%/(12/5));
    width: calc(100%/(12/5));
    max-width: calc(100%/(12/5)); }

  .mb__w960-6 {
    flex: 0 0 calc(100%/(12/6));
    width: calc(100%/(12/6));
    max-width: calc(100%/(12/6)); }

  .mb__w960-7 {
    flex: 0 0 calc(100%/(12/7));
    width: calc(100%/(12/7));
    max-width: calc(100%/(12/7)); }

  .mb__w960-8 {
    flex: 0 0 calc(100%/(12/8));
    width: calc(100%/(12/8));
    max-width: calc(100%/(12/8)); }

  .mb__w960-9 {
    flex: 0 0 calc(100%/(12/9));
    width: calc(100%/(12/9));
    max-width: calc(100%/(12/9)); }

  .mb__w960-10 {
    flex: 0 0 calc(100%/(12/10));
    width: calc(100%/(12/10));
    max-width: calc(100%/(12/10)); }

  .mb__w960-11 {
    flex: 0 0 calc(100%/(12/11));
    width: calc(100%/(12/11));
    max-width: calc(100%/(12/11)); }

  .mb__w960-12 {
    flex: 0 0 calc(100%/(12/12));
    width: calc(100%/(12/12));
    max-width: calc(100%/(12/12)); } }
@media screen and (max-width: 759px) {
  .mb__w760-1 {
    flex: 0 0 calc(100%/(12/1));
    width: calc(100%/(12/1));
    max-width: calc(100%/(12/1)); }

  .mb__w760-2 {
    flex: 0 0 calc(100%/(12/2));
    width: calc(100%/(12/2));
    max-width: calc(100%/(12/2)); }

  .mb__w760-3 {
    flex: 0 0 calc(100%/(12/3));
    width: calc(100%/(12/3));
    max-width: calc(100%/(12/3)); }

  .mb__w760-4 {
    flex: 0 0 calc(100%/(12/4));
    width: calc(100%/(12/4));
    max-width: calc(100%/(12/4)); }

  .mb__w760-5 {
    flex: 0 0 calc(100%/(12/5));
    width: calc(100%/(12/5));
    max-width: calc(100%/(12/5)); }

  .mb__w760-6 {
    flex: 0 0 calc(100%/(12/6));
    width: calc(100%/(12/6));
    max-width: calc(100%/(12/6)); }

  .mb__w760-7 {
    flex: 0 0 calc(100%/(12/7));
    width: calc(100%/(12/7));
    max-width: calc(100%/(12/7)); }

  .mb__w760-8 {
    flex: 0 0 calc(100%/(12/8));
    width: calc(100%/(12/8));
    max-width: calc(100%/(12/8)); }

  .mb__w760-9 {
    flex: 0 0 calc(100%/(12/9));
    width: calc(100%/(12/9));
    max-width: calc(100%/(12/9)); }

  .mb__w760-10 {
    flex: 0 0 calc(100%/(12/10));
    width: calc(100%/(12/10));
    max-width: calc(100%/(12/10)); }

  .mb__w760-11 {
    flex: 0 0 calc(100%/(12/11));
    width: calc(100%/(12/11));
    max-width: calc(100%/(12/11)); }

  .mb__w760-12 {
    flex: 0 0 calc(100%/(12/12));
    width: calc(100%/(12/12));
    max-width: calc(100%/(12/12)); } }
@media screen and (max-width: 559px) {
  .mb__w560-1 {
    flex: 0 0 calc(100%/(12/1));
    width: calc(100%/(12/1));
    max-width: calc(100%/(12/1)); }

  .mb__w560-2 {
    flex: 0 0 calc(100%/(12/2));
    width: calc(100%/(12/2));
    max-width: calc(100%/(12/2)); }

  .mb__w560-3 {
    flex: 0 0 calc(100%/(12/3));
    width: calc(100%/(12/3));
    max-width: calc(100%/(12/3)); }

  .mb__w560-4 {
    flex: 0 0 calc(100%/(12/4));
    width: calc(100%/(12/4));
    max-width: calc(100%/(12/4)); }

  .mb__w560-5 {
    flex: 0 0 calc(100%/(12/5));
    width: calc(100%/(12/5));
    max-width: calc(100%/(12/5)); }

  .mb__w560-6 {
    flex: 0 0 calc(100%/(12/6));
    width: calc(100%/(12/6));
    max-width: calc(100%/(12/6)); }

  .mb__w560-7 {
    flex: 0 0 calc(100%/(12/7));
    width: calc(100%/(12/7));
    max-width: calc(100%/(12/7)); }

  .mb__w560-8 {
    flex: 0 0 calc(100%/(12/8));
    width: calc(100%/(12/8));
    max-width: calc(100%/(12/8)); }

  .mb__w560-9 {
    flex: 0 0 calc(100%/(12/9));
    width: calc(100%/(12/9));
    max-width: calc(100%/(12/9)); }

  .mb__w560-10 {
    flex: 0 0 calc(100%/(12/10));
    width: calc(100%/(12/10));
    max-width: calc(100%/(12/10)); }

  .mb__w560-11 {
    flex: 0 0 calc(100%/(12/11));
    width: calc(100%/(12/11));
    max-width: calc(100%/(12/11)); }

  .mb__w560-12 {
    flex: 0 0 calc(100%/(12/12));
    width: calc(100%/(12/12));
    max-width: calc(100%/(12/12)); } }
@media screen and (max-width: 374px) {
  .mb__w375-1 {
    flex: 0 0 calc(100%/(12/1));
    width: calc(100%/(12/1));
    max-width: calc(100%/(12/1)); }

  .mb__w375-2 {
    flex: 0 0 calc(100%/(12/2));
    width: calc(100%/(12/2));
    max-width: calc(100%/(12/2)); }

  .mb__w375-3 {
    flex: 0 0 calc(100%/(12/3));
    width: calc(100%/(12/3));
    max-width: calc(100%/(12/3)); }

  .mb__w375-4 {
    flex: 0 0 calc(100%/(12/4));
    width: calc(100%/(12/4));
    max-width: calc(100%/(12/4)); }

  .mb__w375-5 {
    flex: 0 0 calc(100%/(12/5));
    width: calc(100%/(12/5));
    max-width: calc(100%/(12/5)); }

  .mb__w375-6 {
    flex: 0 0 calc(100%/(12/6));
    width: calc(100%/(12/6));
    max-width: calc(100%/(12/6)); }

  .mb__w375-7 {
    flex: 0 0 calc(100%/(12/7));
    width: calc(100%/(12/7));
    max-width: calc(100%/(12/7)); }

  .mb__w375-8 {
    flex: 0 0 calc(100%/(12/8));
    width: calc(100%/(12/8));
    max-width: calc(100%/(12/8)); }

  .mb__w375-9 {
    flex: 0 0 calc(100%/(12/9));
    width: calc(100%/(12/9));
    max-width: calc(100%/(12/9)); }

  .mb__w375-10 {
    flex: 0 0 calc(100%/(12/10));
    width: calc(100%/(12/10));
    max-width: calc(100%/(12/10)); }

  .mb__w375-11 {
    flex: 0 0 calc(100%/(12/11));
    width: calc(100%/(12/11));
    max-width: calc(100%/(12/11)); }

  .mb__w375-12 {
    flex: 0 0 calc(100%/(12/12));
    width: calc(100%/(12/12));
    max-width: calc(100%/(12/12)); } }
/*divide*/
.mb__divide .mb__w-1 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 0 2% 0; }
.mb__divide .mb__w-2 {
  flex: 0 0 calc(98%/2);
  width: calc(98%/2);
  max-width: calc(98%/2);
  margin: 0 2% 2% 0; }
  .mb__divide .mb__w-2:nth-child(2n) {
    margin-right: 0; }
.mb__divide .mb__w-3 {
  flex: 0 0 calc(96%/3);
  width: calc(96%/3);
  max-width: calc(96%/3);
  margin: 0 2% 2% 0; }
  .mb__divide .mb__w-3:nth-child(3n) {
    margin-right: 0; }
.mb__divide .mb__w-4 {
  flex: 0 0 calc(94%/4);
  width: calc(94%/4);
  max-width: calc(94%/4);
  margin: 0 2% 2% 0; }
  .mb__divide .mb__w-4:nth-child(4n) {
    margin-right: 0; }
.mb__divide .mb__w-5 {
  flex: 0 0 calc(92%/5);
  width: calc(92%/5);
  max-width: calc(92%/5);
  margin: 0 2% 2% 0; }
  .mb__divide .mb__w-5:nth-child(5n) {
    margin-right: 0; }
.mb__divide .mb__w-6 {
  flex: 0 0 calc(90%/6);
  width: calc(90%/6);
  max-width: calc(90%/6);
  margin: 0 2% 2% 0; }
  .mb__divide .mb__w-6:nth-child(6n) {
    margin-right: 0; }
@media screen and (max-width: 959px) {
  .mb__divide .mb__w960-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2% 0; }
    .mb__divide .mb__w960-1:nth-child(2n), .mb__divide .mb__w960-1:nth-child(3n), .mb__divide .mb__w960-1:nth-child(4n), .mb__divide .mb__w960-1:nth-child(5n), .mb__divide .mb__w960-1:nth-child(2n) {
      margin-right: 0; }
  .mb__divide .mb__w960-2 {
    flex: 0 0 calc(98%/2);
    width: calc(98%/2);
    max-width: calc(98%/2);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w960-2:nth-child(2n), .mb__divide .mb__w960-2:nth-child(3n), .mb__divide .mb__w960-2:nth-child(4n), .mb__divide .mb__w960-2:nth-child(5n), .mb__divide .mb__w960-2:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w960-2:nth-child(2n) {
      margin-right: 0; }
  .mb__divide .mb__w960-3 {
    flex: 0 0 calc(96%/3);
    width: calc(96%/3);
    max-width: calc(96%/3);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w960-3:nth-child(2n), .mb__divide .mb__w960-3:nth-child(3n), .mb__divide .mb__w960-3:nth-child(4n), .mb__divide .mb__w960-3:nth-child(5n), .mb__divide .mb__w960-3:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w960-3:nth-child(3n) {
      margin-right: 0; }
  .mb__divide .mb__w960-4 {
    flex: 0 0 calc(94%/4);
    width: calc(94%/4);
    max-width: calc(94%/4);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w960-4:nth-child(2n), .mb__divide .mb__w960-4:nth-child(3n), .mb__divide .mb__w960-4:nth-child(4n), .mb__divide .mb__w960-4:nth-child(5n), .mb__divide .mb__w960-4:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w960-4:nth-child(4n) {
      margin-right: 0; }
  .mb__divide .mb__w960-5 {
    flex: 0 0 calc(92%/5);
    width: calc(92%/5);
    max-width: calc(92%/5);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w960-5:nth-child(2n), .mb__divide .mb__w960-5:nth-child(3n), .mb__divide .mb__w960-5:nth-child(4n), .mb__divide .mb__w960-5:nth-child(5n), .mb__divide .mb__w960-5:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w960-5:nth-child(5n) {
      margin-right: 0; }
  .mb__divide .mb__w960-6 {
    flex: 0 0 calc(90%/6);
    width: calc(90%/6);
    max-width: calc(90%/6);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w960-6:nth-child(2n), .mb__divide .mb__w960-6:nth-child(3n), .mb__divide .mb__w960-6:nth-child(4n), .mb__divide .mb__w960-6:nth-child(5n), .mb__divide .mb__w960-6:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w960-6:nth-child(6n) {
      margin-right: 0; } }
@media screen and (max-width: 759px) {
  .mb__divide .mb__w760-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2% 0; }
    .mb__divide .mb__w760-1:nth-child(2n), .mb__divide .mb__w760-1:nth-child(3n), .mb__divide .mb__w760-1:nth-child(4n), .mb__divide .mb__w760-1:nth-child(5n), .mb__divide .mb__w760-1:nth-child(2n) {
      margin-right: 0; }
  .mb__divide .mb__w760-2 {
    flex: 0 0 calc(98%/2);
    width: calc(98%/2);
    max-width: calc(98%/2);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w760-2:nth-child(2n), .mb__divide .mb__w760-2:nth-child(3n), .mb__divide .mb__w760-2:nth-child(4n), .mb__divide .mb__w760-2:nth-child(5n), .mb__divide .mb__w760-2:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w760-2:nth-child(2n) {
      margin-right: 0; }
  .mb__divide .mb__w760-3 {
    flex: 0 0 calc(96%/3);
    width: calc(96%/3);
    max-width: calc(96%/3);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w760-3:nth-child(2n), .mb__divide .mb__w760-3:nth-child(3n), .mb__divide .mb__w760-3:nth-child(4n), .mb__divide .mb__w760-3:nth-child(5n), .mb__divide .mb__w760-3:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w760-3:nth-child(3n) {
      margin-right: 0; }
  .mb__divide .mb__w760-4 {
    flex: 0 0 calc(94%/4);
    width: calc(94%/4);
    max-width: calc(94%/4);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w760-4:nth-child(2n), .mb__divide .mb__w760-4:nth-child(3n), .mb__divide .mb__w760-4:nth-child(4n), .mb__divide .mb__w760-4:nth-child(5n), .mb__divide .mb__w760-4:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w760-4:nth-child(4n) {
      margin-right: 0; }
  .mb__divide .mb__w760-5 {
    flex: 0 0 calc(92%/5);
    width: calc(92%/5);
    max-width: calc(92%/5);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w760-5:nth-child(2n), .mb__divide .mb__w760-5:nth-child(3n), .mb__divide .mb__w760-5:nth-child(4n), .mb__divide .mb__w760-5:nth-child(5n), .mb__divide .mb__w760-5:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w760-5:nth-child(5n) {
      margin-right: 0; }
  .mb__divide .mb__w760-6 {
    flex: 0 0 calc(90%/6);
    width: calc(90%/6);
    max-width: calc(90%/6);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w760-6:nth-child(2n), .mb__divide .mb__w760-6:nth-child(3n), .mb__divide .mb__w760-6:nth-child(4n), .mb__divide .mb__w760-6:nth-child(5n), .mb__divide .mb__w760-6:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w760-6:nth-child(6n) {
      margin-right: 0; } }
@media screen and (max-width: 559px) {
  .mb__divide .mb__w560-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2% 0; }
    .mb__divide .mb__w560-1:nth-child(2n), .mb__divide .mb__w560-1:nth-child(3n), .mb__divide .mb__w560-1:nth-child(4n), .mb__divide .mb__w560-1:nth-child(5n), .mb__divide .mb__w560-1:nth-child(2n) {
      margin-right: 0; }
  .mb__divide .mb__w560-2 {
    flex: 0 0 calc(98%/2);
    width: calc(98%/2);
    max-width: calc(98%/2);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w560-2:nth-child(2n), .mb__divide .mb__w560-2:nth-child(3n), .mb__divide .mb__w560-2:nth-child(4n), .mb__divide .mb__w560-2:nth-child(5n), .mb__divide .mb__w560-2:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w560-2:nth-child(2n) {
      margin-right: 0; }
  .mb__divide .mb__w560-3 {
    flex: 0 0 calc(96%/3);
    width: calc(96%/3);
    max-width: calc(96%/3);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w560-3:nth-child(2n), .mb__divide .mb__w560-3:nth-child(3n), .mb__divide .mb__w560-3:nth-child(4n), .mb__divide .mb__w560-3:nth-child(5n), .mb__divide .mb__w560-3:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w560-3:nth-child(3n) {
      margin-right: 0; }
  .mb__divide .mb__w560-4 {
    flex: 0 0 calc(94%/4);
    width: calc(94%/4);
    max-width: calc(94%/4);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w560-4:nth-child(2n), .mb__divide .mb__w560-4:nth-child(3n), .mb__divide .mb__w560-4:nth-child(4n), .mb__divide .mb__w560-4:nth-child(5n), .mb__divide .mb__w560-4:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w560-4:nth-child(4n) {
      margin-right: 0; }
  .mb__divide .mb__w560-5 {
    flex: 0 0 calc(92%/5);
    width: calc(92%/5);
    max-width: calc(92%/5);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w560-5:nth-child(2n), .mb__divide .mb__w560-5:nth-child(3n), .mb__divide .mb__w560-5:nth-child(4n), .mb__divide .mb__w560-5:nth-child(5n), .mb__divide .mb__w560-5:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w560-5:nth-child(5n) {
      margin-right: 0; }
  .mb__divide .mb__w560-6 {
    flex: 0 0 calc(90%/6);
    width: calc(90%/6);
    max-width: calc(90%/6);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w560-6:nth-child(2n), .mb__divide .mb__w560-6:nth-child(3n), .mb__divide .mb__w560-6:nth-child(4n), .mb__divide .mb__w560-6:nth-child(5n), .mb__divide .mb__w560-6:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w560-6:nth-child(6n) {
      margin-right: 0; } }
@media screen and (max-width: 374px) {
  .mb__divide .mb__w375-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2% 0; }
    .mb__divide .mb__w375-1:nth-child(2n), .mb__divide .mb__w375-1:nth-child(3n), .mb__divide .mb__w375-1:nth-child(4n), .mb__divide .mb__w375-1:nth-child(5n), .mb__divide .mb__w375-1:nth-child(2n) {
      margin-right: 0; }
  .mb__divide .mb__w375-2 {
    flex: 0 0 calc(98%/2);
    width: calc(98%/2);
    max-width: calc(98%/2);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w375-2:nth-child(2n), .mb__divide .mb__w375-2:nth-child(3n), .mb__divide .mb__w375-2:nth-child(4n), .mb__divide .mb__w375-2:nth-child(5n), .mb__divide .mb__w375-2:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w375-2:nth-child(2n) {
      margin-right: 0; }
  .mb__divide .mb__w375-3 {
    flex: 0 0 calc(96%/3);
    width: calc(96%/3);
    max-width: calc(96%/3);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w375-3:nth-child(2n), .mb__divide .mb__w375-3:nth-child(3n), .mb__divide .mb__w375-3:nth-child(4n), .mb__divide .mb__w375-3:nth-child(5n), .mb__divide .mb__w375-3:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w375-3:nth-child(3n) {
      margin-right: 0; }
  .mb__divide .mb__w375-4 {
    flex: 0 0 calc(94%/4);
    width: calc(94%/4);
    max-width: calc(94%/4);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w375-4:nth-child(2n), .mb__divide .mb__w375-4:nth-child(3n), .mb__divide .mb__w375-4:nth-child(4n), .mb__divide .mb__w375-4:nth-child(5n), .mb__divide .mb__w375-4:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w375-4:nth-child(4n) {
      margin-right: 0; }
  .mb__divide .mb__w375-5 {
    flex: 0 0 calc(92%/5);
    width: calc(92%/5);
    max-width: calc(92%/5);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w375-5:nth-child(2n), .mb__divide .mb__w375-5:nth-child(3n), .mb__divide .mb__w375-5:nth-child(4n), .mb__divide .mb__w375-5:nth-child(5n), .mb__divide .mb__w375-5:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w375-5:nth-child(5n) {
      margin-right: 0; }
  .mb__divide .mb__w375-6 {
    flex: 0 0 calc(90%/6);
    width: calc(90%/6);
    max-width: calc(90%/6);
    margin: 0 2% 2% 0; }
    .mb__divide .mb__w375-6:nth-child(2n), .mb__divide .mb__w375-6:nth-child(3n), .mb__divide .mb__w375-6:nth-child(4n), .mb__divide .mb__w375-6:nth-child(5n), .mb__divide .mb__w375-6:nth-child(2n) {
      margin-right: 2%; }
    .mb__divide .mb__w375-6:nth-child(6n) {
      margin-right: 0; } }

/*divide + no-margin*/
.mb__divide.mb__no-margin .mb__w-2 {
  flex: 0 0 calc(100%/2);
  width: calc(100%/2);
  max-width: calc(100%/2);
  margin: 0; }
.mb__divide.mb__no-margin .mb__w-3 {
  flex: 0 0 calc(100%/3);
  width: calc(100%/3);
  max-width: calc(100%/3);
  margin: 0; }
.mb__divide.mb__no-margin .mb__w-4 {
  flex: 0 0 calc(100%/4);
  width: calc(100%/4);
  max-width: calc(100%/4);
  margin: 0; }
.mb__divide.mb__no-margin .mb__w-5 {
  flex: 0 0 calc(100%/5);
  width: calc(100%/5);
  max-width: calc(100%/5);
  margin: 0; }
.mb__divide.mb__no-margin .mb__w-6 {
  flex: 0 0 calc(100%/6);
  width: calc(100%/6);
  max-width: calc(100%/6);
  margin: 0; }
@media screen and (max-width: 959px) {
  .mb__divide.mb__no-margin .mb__w960-2 {
    flex: 0 0 calc(100%/2);
    width: calc(100%/2);
    max-width: calc(100%/2);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w960-3 {
    flex: 0 0 calc(100%/3);
    width: calc(100%/3);
    max-width: calc(100%/3);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w960-4 {
    flex: 0 0 calc(100%/4);
    width: calc(100%/4);
    max-width: calc(100%/4);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w960-5 {
    flex: 0 0 calc(100%/5);
    width: calc(100%/5);
    max-width: calc(100%/5);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w960-6 {
    flex: 0 0 calc(100%/6);
    width: calc(100%/6);
    max-width: calc(100%/6);
    margin: 0; } }
@media screen and (max-width: 759px) {
  .mb__divide.mb__no-margin .mb__w760-2 {
    flex: 0 0 calc(100%/2);
    width: calc(100%/2);
    max-width: calc(100%/2);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w760-3 {
    flex: 0 0 calc(100%/3);
    width: calc(100%/3);
    max-width: calc(100%/3);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w760-4 {
    flex: 0 0 calc(100%/4);
    width: calc(100%/4);
    max-width: calc(100%/4);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w760-5 {
    flex: 0 0 calc(100%/5);
    width: calc(100%/5);
    max-width: calc(100%/5);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w760-6 {
    flex: 0 0 calc(100%/6);
    width: calc(100%/6);
    max-width: calc(100%/6);
    margin: 0; } }
@media screen and (max-width: 559px) {
  .mb__divide.mb__no-margin .mb__w560-2 {
    flex: 0 0 calc(100%/2);
    width: calc(100%/2);
    max-width: calc(100%/2);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w560-3 {
    flex: 0 0 calc(100%/3);
    width: calc(100%/3);
    max-width: calc(100%/3);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w560-4 {
    flex: 0 0 calc(100%/4);
    width: calc(100%/4);
    max-width: calc(100%/4);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w560-5 {
    flex: 0 0 calc(100%/5);
    width: calc(100%/5);
    max-width: calc(100%/5);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w560-6 {
    flex: 0 0 calc(100%/6);
    width: calc(100%/6);
    max-width: calc(100%/6);
    margin: 0; } }
@media screen and (max-width: 374px) {
  .mb__divide.mb__no-margin .mb__w375-2 {
    flex: 0 0 calc(100%/2);
    width: calc(100%/2);
    max-width: calc(100%/2);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w375-3 {
    flex: 0 0 calc(100%/3);
    width: calc(100%/3);
    max-width: calc(100%/3);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w375-4 {
    flex: 0 0 calc(100%/4);
    width: calc(100%/4);
    max-width: calc(100%/4);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w375-5 {
    flex: 0 0 calc(100%/5);
    width: calc(100%/5);
    max-width: calc(100%/5);
    margin: 0; }
  .mb__divide.mb__no-margin .mb__w375-6 {
    flex: 0 0 calc(100%/6);
    width: calc(100%/6);
    max-width: calc(100%/6);
    margin: 0; } }

/* SPACE
------------------------------------------------------------- */
/*margin // all */
.mb__m-0 {
  margin: 0; }

.mb__m-0-strong {
  margin: 0 !important; }

.mb__m-all-lg {
  margin: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__m-all-lg {
      margin: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-all-lg {
      margin: 3rem; } }

.mb__m-all-md {
  margin: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__m-all-md {
      margin: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-all-md {
      margin: 2rem; } }

.mb__m-all-sm {
  margin: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__m-all-sm {
      margin: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-all-sm {
      margin: 1rem; } }

.mb__m-all-xs {
  margin: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__m-all-xs {
      margin: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-all-xs {
      margin: 0.6rem; } }

/*margin // top */
.mb__m-top-0 {
  margin-top: 0; }

.mb__m-top-lg {
  margin-top: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__m-top-lg {
      margin-top: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-top-lg {
      margin-top: 3rem; } }

.mb__m-top-md {
  margin-top: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__m-top-md {
      margin-top: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-top-md {
      margin-top: 2rem; } }

.mb__m-top-sm {
  margin-top: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__m-top-sm {
      margin-top: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-top-sm {
      margin-top: 1rem; } }

.mb__m-top-xs {
  margin-top: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__m-top-xs {
      margin-top: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-top-xs {
      margin-top: 0.6rem; } }

/*margin // right */
.mb__m-right-0 {
  margin-right: 0; }

.mb__m-right-lg {
  margin-right: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__m-right-lg {
      margin-right: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-right-lg {
      margin-right: 3rem; } }

.mb__m-right-md {
  margin-right: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__m-right-md {
      margin-right: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-right-md {
      margin-right: 2rem; } }

.mb__m-right-sm {
  margin-right: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__m-right-sm {
      margin-right: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-right-sm {
      margin-right: 1rem; } }

.mb__m-right-xs {
  margin-right: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__m-right-xs {
      margin-right: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-right-xs {
      margin-right: 0.6rem; } }

/*margin // bottom */
.mb__m-bottom-0 {
  margin-bottom: 0; }

.mb__m-bottom-lg {
  margin-bottom: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__m-bottom-lg {
      margin-bottom: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-bottom-lg {
      margin-bottom: 3rem; } }

.mb__m-bottom-md {
  margin-bottom: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__m-bottom-md {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-bottom-md {
      margin-bottom: 2rem; } }

.mb__m-bottom-sm {
  margin-bottom: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__m-bottom-sm {
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-bottom-sm {
      margin-bottom: 1rem; } }

.mb__m-bottom-xs {
  margin-bottom: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__m-bottom-xs {
      margin-bottom: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-bottom-xs {
      margin-bottom: 0.6rem; } }

/*margin // left */
.mb__m-left-0 {
  margin-left: 0; }

.mb__m-left-lg {
  margin-left: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__m-left-lg {
      margin-left: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-left-lg {
      margin-left: 3rem; } }

.mb__m-left-md {
  margin-left: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__m-left-md {
      margin-left: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-left-md {
      margin-left: 2rem; } }

.mb__m-left-sm {
  margin-left: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__m-left-sm {
      margin-left: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-left-sm {
      margin-left: 1rem; } }

.mb__m-left-xs {
  margin-left: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__m-left-xs {
      margin-left: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__m-left-xs {
      margin-left: 0.6rem; } }

/*padding // all */
.mb__p-0 {
  padding: 0; }

.mb__p-0-strong {
  padding: 0 !important; }

.mb__p-all-lg {
  padding: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__p-all-lg {
      padding: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-all-lg {
      padding: 3rem; } }

.mb__p-all-md {
  padding: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__p-all-md {
      padding: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-all-md {
      padding: 2rem; } }

.mb__p-all-sm {
  padding: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__p-all-sm {
      padding: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-all-sm {
      padding: 1rem; } }

.mb__p-all-xs {
  padding: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__p-all-xs {
      padding: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-all-xs {
      padding: 0.6rem; } }

/*padding // top */
.mb__p-top-0 {
  padding-top: 0; }

.mb__p-top-lg {
  padding-top: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__p-top-lg {
      padding-top: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-top-lg {
      padding-top: 3rem; } }

.mb__p-top-md {
  padding-top: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__p-top-md {
      padding-top: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-top-md {
      padding-top: 2rem; } }

.mb__p-top-sm {
  padding-top: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__p-top-sm {
      padding-top: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-top-sm {
      padding-top: 1rem; } }

.mb__p-top-xs {
  padding-top: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__p-top-xs {
      padding-top: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-top-xs {
      padding-top: 0.6rem; } }

/*padding // right */
.mb__p-right-0 {
  padding-right: 0; }

.mb__p-right-lg {
  padding-right: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__p-right-lg {
      padding-right: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-right-lg {
      padding-right: 3rem; } }

.mb__p-right-md {
  padding-right: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__p-right-md {
      padding-right: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-right-md {
      padding-right: 2rem; } }

.mb__p-right-sm {
  padding-right: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__p-right-sm {
      padding-right: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-right-sm {
      padding-right: 1rem; } }

.mb__p-right-xs {
  padding-right: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__p-right-xs {
      padding-right: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-right-xs {
      padding-right: 0.6rem; } }

/*padding // bottom */
.mb__p-bottom-0 {
  padding-bottom: 0; }

.mb__p-bottom-lg {
  padding-bottom: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__p-bottom-lg {
      padding-bottom: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-bottom-lg {
      padding-bottom: 3rem; } }

.mb__p-bottom-md {
  padding-bottom: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__p-bottom-md {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-bottom-md {
      padding-bottom: 2rem; } }

.mb__p-bottom-sm {
  padding-bottom: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__p-bottom-sm {
      padding-bottom: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-bottom-sm {
      padding-bottom: 1rem; } }

.mb__p-bottom-xs {
  padding-bottom: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__p-bottom-xs {
      padding-bottom: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-bottom-xs {
      padding-bottom: 0.6rem; } }

/*padding // left */
.mb__p-left-0 {
  padding-left: 0; }

.mb__p-left-lg {
  padding-left: 6rem; }
  @media screen and (max-width: 959px) {
    .mb__p-left-lg {
      padding-left: 4.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-left-lg {
      padding-left: 3rem; } }

.mb__p-left-md {
  padding-left: 4rem; }
  @media screen and (max-width: 959px) {
    .mb__p-left-md {
      padding-left: 3rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-left-md {
      padding-left: 2rem; } }

.mb__p-left-sm {
  padding-left: 2rem; }
  @media screen and (max-width: 959px) {
    .mb__p-left-sm {
      padding-left: 1.5rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-left-sm {
      padding-left: 1rem; } }

.mb__p-left-xs {
  padding-left: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__p-left-xs {
      padding-left: 0.8rem; } }
  @media screen and (max-width: 759px) {
    .mb__p-left-xs {
      padding-left: 0.6rem; } }

/* FORM
------------------------------------------------------------- */
/*more-list*/
.mb__menu-box {
  position: relative;
  display: inline-block; }

.mb__menu-btn::before {
  font-family: "muuq-fonts";
  font-size: 95%;
  vertical-align: baseline;
  display: inline-block;
  line-height: 1.8;
  content: '\e91d';
  font-size: 2rem;
  cursor: pointer; }

.mb__menu-list-box {
  position: absolute;
  top: 10px;
  right: 30px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  z-index: -99;
  width: 180px;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s; }
  .mb__menu-list-box.open {
    opacity: 1;
    z-index: 99; }

.mb__menu-list-item, a.mb__menu-list-item {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: #ddd 1px solid;
  text-decoration: none;
  color: #111;
  font-size: 90%;
  text-align: left;
  line-height: 2; }
  .mb__menu-list-item:last-child, a.mb__menu-list-item:last-child {
    border: none; }

@media (hover: hover) {
  .mb__menu-list-item, a.mb__menu-list-item:hover {
    background: #f2f2f2; } }
/* alert */
.mb__alert-box {
  padding: 1.2rem;
  border: #666 1px solid;
  background: #ddd;
  border-radius: 4px; }
  .mb__alert-box.mb__add-color-gray {
    background: #eceff1;
    color: #607d8b;
    border-color: #607d8b; }
  .mb__alert-box.mb__add-color-blue {
    background: #d5e7f8;
    color: #2c89dd;
    border-color: #2c89dd; }
  .mb__alert-box.mb__add-color-purple {
    background: #e8eaf6;
    color: #3f51b5;
    border-color: #3f51b5; }
  .mb__alert-box.mb__add-color-green {
    background: #f1f8e9;
    color: #7cb342;
    border-color: #7cb342; }
  .mb__alert-box.mb__add-color-orange {
    background: #fff3e0;
    color: #ff9800;
    border-color: #ff9800; }
  .mb__alert-box.mb__add-color-red {
    background: #ffebee;
    color: #f44336;
    border-color: #f44336; }
  .mb__alert-box.mb__liststyle-box {
    padding: 0.5rem 1rem 0.5rem 3rem; }
  .mb__alert-box .mb__liststyle-item {
    margin: 0; }
  @media screen and (max-width: 759px) {
    .mb__alert-box {
      padding: 0.6rem; }
      .mb__alert-box.mb__liststyle-box {
        padding-left: 2.5rem; }
      .mb__alert-box .mb__liststyle-item {
        line-height: 1.4; } }

/* button */
a.mb__button, .mb__button {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.1rem 0.8rem;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  color: #111;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border: #111 1px solid; }
  a.mb__button:active, .mb__button:active {
    background: #111;
    color: #fff; }
  a.mb__button.mb__block, .mb__button.mb__block {
    display: block; }
  a.mb__button.mb__add-color-gray, .mb__button.mb__add-color-gray {
    background: #eceff1;
    color: #607d8b;
    border-color: #607d8b; }
    a.mb__button.mb__add-color-gray:active, .mb__button.mb__add-color-gray:active {
      background: #607d8b;
      color: #fff; }
  a.mb__button.mb__add-color-blue, .mb__button.mb__add-color-blue {
    background: #d5e7f8;
    color: #2c89dd;
    border-color: #2c89dd; }
    a.mb__button.mb__add-color-blue:active, .mb__button.mb__add-color-blue:active {
      background: #2c89dd;
      color: #fff; }
  a.mb__button.mb__add-color-purple, .mb__button.mb__add-color-purple {
    background: #e8eaf6;
    color: #3f51b5;
    border-color: #3f51b5; }
    a.mb__button.mb__add-color-purple:active, .mb__button.mb__add-color-purple:active {
      background: #3f51b5;
      color: #fff; }
  a.mb__button.mb__add-color-green, .mb__button.mb__add-color-green {
    background: #f1f8e9;
    color: #7cb342;
    border-color: #7cb342; }
    a.mb__button.mb__add-color-green:active, .mb__button.mb__add-color-green:active {
      background: #7cb342;
      color: #fff; }
  a.mb__button.mb__add-color-orange, .mb__button.mb__add-color-orange {
    background: #fff3e0;
    color: #ff9800;
    border-color: #ff9800; }
    a.mb__button.mb__add-color-orange:active, .mb__button.mb__add-color-orange:active {
      background: #ff9800;
      color: #fff; }
  a.mb__button.mb__add-color-red, .mb__button.mb__add-color-red {
    background: #ffebee;
    color: #f44336;
    border-color: #f44336; }
    a.mb__button.mb__add-color-red:active, .mb__button.mb__add-color-red:active {
      background: #f44336;
      color: #fff; }
  a.mb__button.mb__add-color-skelton, .mb__button.mb__add-color-skelton {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #fff; }
    a.mb__button.mb__add-color-skelton:active, .mb__button.mb__add-color-skelton:active {
      background: rgba(255, 255, 255, 0.3); }
  a.mb__button[disabled="disabled"], .mb__button[disabled="disabled"] {
    background: #f8f8f8;
    color: #666;
    border-color: #666;
    pointer-events: none; }
  a.mb__button.mb__btn-lg, .mb__button.mb__btn-lg {
    padding: 1.5rem;
    font-size: 2.4rem; }
  a.mb__button.mb__btn-md, .mb__button.mb__btn-md {
    padding: 1.25rem;
    font-size: 2rem; }
  a.mb__button.mb__btn-sm, .mb__button.mb__btn-sm {
    padding: 0.8rem 0.4rem; }
  a.mb__button.mb__btn-xs, .mb__button.mb__btn-xs {
    padding: 0.6rem;
    font-size: 1.44rem; }
  a.mb__button.mb__float, .mb__button.mb__float {
    position: absolute;
    top: -0.8rem;
    right: -0.8rem;
    display: block;
    width: 2.2rem;
    line-height: 2.2rem;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: #f44336;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1); }
    a.mb__button.mb__float::before, .mb__button.mb__float::before {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: '\e913';
      color: #fff;
      line-height: 1; }
  @media screen and (max-width: 959px) {
    a.mb__button, .mb__button {
      font-size: 1.52rem;
      padding: 1rem 0.5rem; } }
  @media screen and (max-width: 759px) {
    a.mb__button, .mb__button {
      font-size: 1.44rem; } }
  @media screen and (max-width: 559px) {
    a.mb__button, .mb__button {
      font-size: 1.36rem; } }

@media (hover: hover) {
  a.mb__button:hover, .mb__button:hover {
    background: #111;
    color: #fff; }
  a.mb__button.mb__add-color-gray:hover, .mb__button.mb__add-color-gray:hover {
    background: #607d8b;
    color: #fff; }
  a.mb__button.mb__add-color-blue:hover, .mb__button.mb__add-color-blue:hover {
    background: #2c89dd;
    color: #fff; }
  a.mb__button.mb__add-color-purple:hover, .mb__button.mb__add-color-purple:hover {
    background: #3f51b5;
    color: #fff; }
  a.mb__button.mb__add-color-green:hover, .mb__button.mb__add-color-green:hover {
    background: #7cb342;
    color: #fff; }
  a.mb__button.mb__add-color-orange:hover, .mb__button.mb__add-color-orange:hover {
    background: #ff9800;
    color: #fff; }
  a.mb__button.mb__add-color-red:hover, .mb__button.mb__add-color-red:hover {
    background: #f44336;
    color: #fff; }
  a.mb__button.mb__add-color-skelton:hover, .mb__button.mb__add-color-skelton:hover {
    background: rgba(255, 255, 255, 0.3); }
  a.mb__button.mb__float:hover, .mb__button.mb__float:hover {
    opacity: 0.7; } }
/* button-area */
.mb__button-area {
  border-top: #ddd 1px solid;
  padding-top: 1.5rem;
  font-size: 0;
  text-align: right;
  display: block !important; }
  .mb__button-area::after {
    content: "" !important;
    display: block !important;
    clear: both !important; }
  .mb__button-area::before {
    content: "" !important;
    display: block !important;
    clear: both !important; }
  .mb__button-area .mb__button {
    min-width: 100px;
    margin: 0 0 0 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .mb__button-area .mb__button.mb__f-left {
      margin: 0 1rem 0 0; }
  .mb__button-area.mb__text-center .mb__button {
    margin: 0 0.5rem; }
  @media screen and (max-width: 759px) {
    .mb__button-area {
      padding-top: 1rem; }
      .mb__button-area .mb__button {
        min-width: 80px; } }

/* tab */
.mb__tabbtn-area {
  min-width: 320px;
  overflow: auto;
  border-bottom: #ddd 2px solid; }

.mb__base-color-blue .mb__tabbtn-area {
  border-color: #0087A7; }

.mb__base-color-green .mb__tabbtn-area {
  border-color: #93BB3D; }

.mb__base-color-pink .mb__tabbtn-area {
  border-color: #EE5A6C; }

.mb__base-color-yellow .mb__tabbtn-area {
  border-color: #F9B200; }

.mb__tabbtn-box {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0; }

.mb__tabbtn-list {
  display: inline-block;
  padding: 0 20px;
  line-height: 36px;
  font-size: 1.4rem;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  box-shadow: 2px 1px 0 0 rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  cursor: pointer; }

.mb__base-color-blue .mb__tabbtn-list {
  color: #0087A7; }
  .mb__base-color-blue .mb__tabbtn-list[status="on"] {
    color: #fff;
    background: #0087A7; }

.mb__base-color-green .mb__tabbtn-list {
  color: #93BB3D; }
  .mb__base-color-green .mb__tabbtn-list[status="on"] {
    color: #fff;
    background: #93BB3D; }

.mb__base-color-pink .mb__tabbtn-list {
  color: #EE5A6C; }
  .mb__base-color-pink .mb__tabbtn-list[status="on"] {
    color: #fff;
    background: #EE5A6C; }

.mb__base-color-yellow .mb__tabbtn-list {
  color: #F9B200; }
  .mb__base-color-yellow .mb__tabbtn-list[status="on"] {
    color: #fff;
    background: #F9B200; }

@media (hover: hover) {
  .mb__base-color-blue .mb__tabbtn-list:hover {
    color: #fff;
    background: #0087A7; }

  .mb__base-color-green .mb__tabbtn-list:hover {
    color: #fff;
    background: #93BB3D; }

  .mb__base-color-pink .mb__tabbtn-list:hover {
    color: #fff;
    background: #EE5A6C; }

  .mb__base-color-yellow .mb__tabbtn-list:hover {
    color: #fff;
    background: #F9B200; } }
/* tag */
.mb__tag-list {
  display: block !important; }
  .mb__tag-list::after {
    content: "" !important;
    display: block !important;
    clear: both !important; }
  .mb__tag-list::before {
    content: "" !important;
    display: block !important;
    clear: both !important; }

a.mb__tag-item, .mb__tag-item {
  display: block;
  float: left;
  background: #ddd;
  color: #111;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 2rem; }
  a.mb__tag-item[status="on"], .mb__tag-item[status="on"] {
    background: #111;
    color: #ddd; }
  a.mb__tag-item.mb__add-color-gray, .mb__tag-item.mb__add-color-gray {
    background: #eceff1;
    color: #607d8b; }
    a.mb__tag-item.mb__add-color-gray[status="on"], .mb__tag-item.mb__add-color-gray[status="on"] {
      background: #607d8b;
      color: #eceff1; }
  a.mb__tag-item.mb__add-color-blue, .mb__tag-item.mb__add-color-blue {
    background: #d5e7f8;
    color: #2c89dd; }
    a.mb__tag-item.mb__add-color-blue[status="on"], .mb__tag-item.mb__add-color-blue[status="on"] {
      background: #2c89dd;
      color: #d5e7f8; }
  a.mb__tag-item.mb__add-color-purple, .mb__tag-item.mb__add-color-purple {
    background: #e8eaf6;
    color: #3f51b5; }
    a.mb__tag-item.mb__add-color-purple[status="on"], .mb__tag-item.mb__add-color-purple[status="on"] {
      background: #3f51b5;
      color: #e8eaf6; }
  a.mb__tag-item.mb__add-color-green, .mb__tag-item.mb__add-color-green {
    background: #f1f8e9;
    color: #7cb342; }
    a.mb__tag-item.mb__add-color-green[status="on"], .mb__tag-item.mb__add-color-green[status="on"] {
      background: #7cb342;
      color: #f1f8e9; }
  a.mb__tag-item.mb__add-color-orange, .mb__tag-item.mb__add-color-orange {
    background: #fff3e0;
    color: #ff9800; }
    a.mb__tag-item.mb__add-color-orange[status="on"], .mb__tag-item.mb__add-color-orange[status="on"] {
      background: #ff9800;
      color: #fff3e0; }
  a.mb__tag-item.mb__add-color-red, .mb__tag-item.mb__add-color-red {
    background: #ffebee;
    color: #f44336; }
    a.mb__tag-item.mb__add-color-red[status="on"], .mb__tag-item.mb__add-color-red[status="on"] {
      background: #f44336;
      color: #ffebee; }

a.mb__tag-item {
  text-decoration: none; }
  a.mb__tag-item[status="on"] {
    background: #111;
    color: #ddd; }
  a.mb__tag-item .mb__add-color-gray[status="on"] {
    background: #607d8b;
    color: #eceff1; }
  a.mb__tag-item.mb__add-color-blue[status="on"] {
    background: #2c89dd;
    color: #d5e7f8; }
  a.mb__tag-item.mb__add-color-purple[status="on"] {
    background: #3f51b5;
    color: #e8eaf6; }
  a.mb__tag-item.mb__add-color-green[status="on"] {
    background: #7cb342;
    color: #f1f8e9; }
  a.mb__tag-item.mb__add-color-orange[status="on"] {
    background: #ff9800;
    color: #fff3e0; }
  a.mb__tag-item.mb__add-color-red[status="on"] {
    background: #f44336;
    color: #ffebee; }

@media (hover: hover) {
  a.mb__tag-item:hover {
    background: #111;
    color: #ddd; }
  a.mb__tag-item.mb__add-color-gray:hover {
    background: #607d8b;
    color: #eceff1; }
  a.mb__tag-item.mb__add-color-blue:hover {
    background: #2c89dd;
    color: #d5e7f8; }
  a.mb__tag-item.mb__add-color-purple:hover {
    background: #3f51b5;
    color: #e8eaf6; }
  a.mb__tag-item.mb__add-color-green:hover {
    background: #7cb342;
    color: #f1f8e9; }
  a.mb__tag-item.mb__add-color-orange:hover {
    background: #ff9800;
    color: #fff3e0; }
  a.mb__tag-item.mb__add-color-red:hover {
    background: #f44336;
    color: #ffebee; } }
/*image upload*/
.mb__image-upload {
  position: relative;
  width: 200px;
  background: #ddd; }
  .mb__image-upload .mb__button {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    line-height: 2.8rem;
    display: block;
    padding: 0; }
    .mb__image-upload .mb__button.mb__add::after {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: "\e932"; }
    .mb__image-upload .mb__button.mb__delete::after {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: "\e933"; }

/* input */
.mb__form-text {
  background: #fff;
  color: #111;
  font-size: 1.6rem;
  border: #b4b4b4 1px solid;
  border-radius: 4px;
  line-height: 1;
  padding: 1rem;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .mb__form-text {
      padding: 0.85rem; } }
  @media screen and (max-width: 759px) {
    .mb__form-text {
      padding: 0.8rem; } }
  @media screen and (max-width: 559px) {
    .mb__form-text {
      padding: 0.75rem; } }
  .mb__form-text.mb__calendar-icon {
    padding-left: 3.6rem;
    background: url("../images/muuq-base/icons/calendar.svg") #fff no-repeat center left 8px/16px; }

.mb__form-select {
  background: #fff;
  font-size: 1.6rem;
  border: #b4b4b4 1px solid;
  border-radius: 4px;
  line-height: 1;
  padding: 1.1rem 1rem;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .mb__form-select {
      padding: 0.95rem 0.85rem; } }
  @media screen and (max-width: 759px) {
    .mb__form-select {
      padding: 0.9rem 0.8rem; } }
  @media screen and (max-width: 559px) {
    .mb__form-select {
      padding: 0.85rem 0.75rem; } }

.mb__form-text:focus, .mb__form-select:focus {
  box-shadow: 0 0 0 3px rgba(0, 135, 167, 0.3);
  border-color: #0087A7; }

.mb__base-color-green .mb__form-text:focus, .mb__form-text:focus.mb__green
.mb__base-color-green .mb__form-select:focus, .mb__form-select:focus.mb__green {
  box-shadow: 0 0 0 3px rgba(147, 187, 61, 0.3);
  border-color: #93BB3D; }

.mb__base-color-pink .mb__form-text:focus, .mb__form-text:focus.mb__pink
.mb__base-color-pink .mb__form-select:focus, .mb__form-select:focus.mb__pink {
  box-shadow: 0 0 0 3px rgba(238, 90, 108, 0.3);
  border-color: #EE5A6C; }

.mb__base-color-yellow .mb__form-text:focus, .mb__form-text:focus.mb__yellow
.mb__base-color-yellow .mb__form-select:focus, .mb__form-select:focus.mb__yellow {
  box-shadow: 0 0 0 3px rgba(249, 178, 0, 0.3);
  border-color: #F9B200; }

/*select2*/
.select2-container .select2-selection--single {
  height: auto !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1 !important;
  padding: 1rem; }
  @media screen and (max-width: 959px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0.95rem 0.85rem; } }
  @media screen and (max-width: 759px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0.9rem 0.8rem; } }
  @media screen and (max-width: 559px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0.85rem 0.75rem; } }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important; }
  @media screen and (max-width: 959px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 5px !important; } }
  @media screen and (max-width: 759px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 4px !important; } }
  @media screen and (max-width: 559px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 3px !important; } }

/* radio checkbox */
.mb__radio, .mb__check {
  display: block;
  margin-bottom: 1.2rem;
  position: relative; }
  .mb__radio.mb__inline-block, .mb__check.mb__inline-block {
    margin: 0 1rem 1rem 0;
    display: inline-block; }
  .mb__radio input[type="radio"], .mb__radio input[type="checkbox"], .mb__check input[type="radio"], .mb__check input[type="checkbox"] {
    display: none; }
  .mb__radio label, .mb__check label {
    cursor: pointer; }
  .mb__radio label::before, .mb__check label::before {
    font-family: "muuq-fonts";
    font-size: 90%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: "\e921";
    line-height: 1;
    margin-right: 0.8rem;
    color: #ddd; }
  .mb__radio.mb__icon label::before, .mb__check.mb__icon label::before {
    display: none; }
  .mb__radio.mb__icon span, .mb__check.mb__icon span {
    color: #ddd; }

.mb__sub-box .mb__radio, .mb__check label::before {
  color: #ccc; }

.mb__drilldown-Item .mb__check.mb__inline-block,
.mb__second .mb__drilldown-Item .mb__check:first-child.mb__inline-block {
  margin: 5px 0 0 0; }

.mb__check label::before {
  content: "\e911"; }

.mb__radio input[type="radio"]:checked ~ label::before {
  content: "\e922"; }

.mb__check input[type="checkbox"]:checked ~ label::before {
  content: "\e912"; }

.mb__base-color-blue .mb__radio input[type="radio"]:checked ~ label::before,
.mb__base-color-blue .mb__check input[type="checkbox"]:checked ~ label::before,
.mb__base-color-blue .mb__check.mb__icon input[type="checkbox"]:checked ~ label span::before {
  color: #0087A7; }

.mb__base-color-green .mb__radio input[type="radio"]:checked ~ label::before,
.mb__base-color-green .mb__check input[type="checkbox"]:checked ~ label::before,
.mb__base-color-green .mb__check.mb__icon input[type="checkbox"]:checked ~ label span::before {
  color: #93BB3D; }

.mb__base-color-pink .mb__radio input[type="radio"]:checked ~ label::before,
.mb__base-color-pink .mb__check input[type="checkbox"]:checked ~ label::before,
.mb__base-color-pink .mb__check.mb__icon input[type="checkbox"]:checked ~ label span::before {
  color: #EE5A6C; }

.mb__base-color-yellow .mb__radio input[type="radio"]:checked ~ label::before,
.mb__base-color-yellow .mb__check input[type="checkbox"]:checked ~ label::before,
.mb__base-color-yellow .mb__check.mb__icon input[type="checkbox"]:checked ~ label span::before {
  color: #F9B200; }

.mb__form-label {
  font-size: 1.6rem; }
  @media screen and (max-width: 959px) {
    .mb__form-label {
      font-size: 1.44rem; } }
  @media screen and (max-width: 759px) {
    .mb__form-label {
      font-size: 1.36rem; } }
  @media screen and (max-width: 559px) {
    .mb__form-label {
      font-size: 1.28rem; } }

.mb__form-box-block {
  margin-bottom: 2rem; }
  .mb__form-box-block .mb__form-label {
    display: block;
    margin-bottom: 0.8rem; }
  .mb__form-box-block .mb__w-100pc {
    padding-left: 1rem;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Webkit */
    -ms-box-sizing: border-box;
    /* IE8 beta1 */
    box-sizing: border-box;
    /* IE8, Opera */ }
  @media screen and (max-width: 759px) {
    .mb__form-box-block {
      margin-bottom: 1.5rem; }
      .mb__form-box-block .mb__form-label {
        margin-bottom: 0.6rem; }
      .mb__form-box-block .mb__w-100pc {
        padding-left: 0.6rem; } }

.mb__form-box-inline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem; }
  .mb__form-box-inline .mb__w-100pc {
    position: relative;
    min-width: 0; }
    .mb__form-box-inline .mb__w-100pc p {
      margin-top: 0.6rem; }
    .mb__form-box-inline .mb__w-100pc .mb__drilldown-Item p {
      white-space: normal; }
    .mb__form-box-inline .mb__w-100pc .mb__drill-key {
      position: relative;
      top: 5px; }
  .mb__form-box-inline .mb__form-clear {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #ddd; }
    .mb__form-box-inline .mb__form-clear::before {
      font-family: "muuq-fonts";
      font-size: 95%;
      vertical-align: baseline;
      display: inline-block;
      line-height: 1.8;
      content: '\e937'; }
  .mb__form-box-inline .mb__form-label {
    flex: 1 0 150px;
    max-width: 150px;
    text-align: right;
    margin-top: 1.2rem;
    margin-right: 1rem; }
  .mb__form-box-inline .mb__radio:first-child, .mb__form-box-inline .mb__check:first-child {
    margin-top: 1.2rem; }
  @media screen and (max-width: 959px) {
    .mb__form-box-inline .mb__form-label {
      flex: 1 0 110px;
      max-width: 110px; } }
  @media screen and (max-width: 759px) {
    .mb__form-box-inline {
      margin-bottom: 1.5rem;
      display: block; }
      .mb__form-box-inline .mb__form-label {
        max-width: 100%;
        display: block;
        text-align: left;
        margin: 0 0 5px 0; }
      .mb__form-box-inline .mb__w-100pc {
        padding-left: 1rem; } }
  .mb__form-box-inline .mb__list-stack p {
    margin: 0; }

@media (hover: hover) {
  .mb__form-box-inline .mb__form-clear:hover {
    color: #666; } }
.mb__search-form {
  display: inline-block;
  margin-right: 0.5rem;
  width: 250px; }
  .mb__search-form .mb__form-box-inline {
    margin: 0; }
    .mb__search-form .mb__form-box-inline .mb__form-label {
      flex: 1 0 40px; }
  .mb__search-form ~ .mb__button {
    vertical-align: top; }
  .mb__search-form .mb__form-text {
    padding-right: 2.5rem; }
  @media screen and (max-width: 759px) {
    .mb__search-form {
      width: 180px; }
      .mb__search-form .mb__form-box-inline {
        display: flex; }
        .mb__search-form .mb__form-box-inline .mb__form-label {
          display: flex;
          margin-top: 1.2rem;
          flex: 1 0 30px; }
        .mb__search-form .mb__form-box-inline .mb__w-100pc {
          padding-left: 0.5rem; } }

/*switch button*/
.mb__switch-btn-box {
  font-size: 0;
  display: inline-block;
  vertical-align: top; }
  .mb__switch-btn-box .mb__button {
    padding: 1.2rem 0.5rem;
    width: 50px;
    border: #ddd 1px solid;
    font-size: 1.44rem;
    background: #ddd;
    color: #666;
    border-radius: 0;
    border-right-width: 0; }
    .mb__switch-btn-box .mb__button:last-child {
      border-radius: 0 4px 4px 0;
      border-right-width: 1px; }
    .mb__switch-btn-box .mb__button:first-child {
      border-radius: 4px 0 0 4px; }

[status="on"] .mb__switch-btn-box .mb__button:first-child,
.mb__switch-btn-box[status="on"] .mb__button:first-child {
  background: #4caf50;
  color: #fff;
  border-color: #4caf50; }

[status="off"] .mb__switch-btn-box .mb__button:last-child,
.mb__switch-btn-box[status="off"] .mb__button:last-child {
  background: #ff5252;
  color: #fff;
  border-color: #ff5252; }

/* switch button / plural */
.mb__add-color-gray.mb__switch-btn-box .mb__button {
  background: #fff;
  color: #607d8b;
  border-color: #607d8b; }
  .mb__add-color-gray.mb__switch-btn-box .mb__button[status="on"] {
    background: #eceff1; }

.mb__add-color-blue.mb__switch-btn-box .mb__button {
  background: #fff;
  color: #2c89dd;
  border-color: #2c89dd; }
  .mb__add-color-blue.mb__switch-btn-box .mb__button[status="on"] {
    background: #d5e7f8; }

.mb__add-color-purple.mb__switch-btn-box .mb__button {
  background: #fff;
  color: #3f51b5;
  border-color: #3f51b5; }
  .mb__add-color-purple.mb__switch-btn-box .mb__button[status="on"] {
    background: #e8eaf6; }

.mb__add-color-green.mb__switch-btn-box .mb__button {
  background: #fff;
  color: #7cb342;
  border-color: #7cb342; }
  .mb__add-color-green.mb__switch-btn-box .mb__button[status="on"] {
    background: #f1f8e9; }

.mb__add-color-orange.mb__switch-btn-box .mb__button {
  background: #fff;
  color: #ff9800;
  border-color: #ff9800; }
  .mb__add-color-orange.mb__switch-btn-box .mb__button[status="on"] {
    background: #fff3e0; }

.mb__add-color-red.mb__switch-btn-box .mb__button {
  background: #fff;
  color: #f44336;
  border-color: #f44336; }
  .mb__add-color-red.mb__switch-btn-box .mb__button[status="on"] {
    background: #ffebee; }

.mb__add-color-white.mb__switch-btn-box .mb__button {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff; }
  .mb__add-color-white.mb__switch-btn-box .mb__button[status="on"] {
    background: #fff;
    color: #111; }

/*switch radio*/
.mb__switch-radio {
  font-size: 0; }
  .mb__switch-radio .mb__radio {
    display: inline-block;
    margin: 0; }
    .mb__switch-radio .mb__radio:first-child label {
      border-radius: 4px 0 0 4px; }
    .mb__switch-radio .mb__radio:last-child label {
      border-radius: 0 4px 4px 0; }
    .mb__switch-radio .mb__radio:not(:last-child) label {
      border-right-width: 0; }
    .mb__switch-radio .mb__radio label {
      padding: 1.1rem 0.5rem;
      display: inline-block;
      width: 50px;
      border: #ddd 1px solid;
      font-size: 1.44rem;
      background: #ddd;
      color: #666;
      text-align: center;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Webkit */
      -ms-box-sizing: border-box;
      /* IE8 beta1 */
      box-sizing: border-box;
      /* IE8, Opera */ }
      .mb__switch-radio .mb__radio label::before {
        display: none; }
    .mb__switch-radio .mb__radio:first-child [type="radio"]:checked ~ label {
      background: #4caf50;
      color: #fff;
      border-color: #4caf50; }
    .mb__switch-radio .mb__radio:last-child [type="radio"]:checked ~ label {
      background: #ff5252;
      color: #fff;
      border-color: #ff5252; }

/*switch radio / plural*/
.mb__add-color-gray.mb__switch-radio label {
  background: #fff;
  border-color: #607d8b;
  color: #607d8b; }
.mb__add-color-gray.mb__switch-radio [type="radio"]:checked ~ label, .mb__add-color-gray.mb__switch-radio .mb__radio:first-child [type="radio"]:checked ~ label, .mb__add-color-gray.mb__switch-radio .mb__radio:last-child [type="radio"]:checked ~ label {
  background: #eceff1;
  border-color: #607d8b;
  color: #607d8b; }

.mb__add-color-blue.mb__switch-radio label {
  background: #fff;
  border-color: #2c89dd;
  color: #2c89dd; }
.mb__add-color-blue.mb__switch-radio [type="radio"]:checked ~ label, .mb__add-color-blue.mb__switch-radio .mb__radio:first-child [type="radio"]:checked ~ label, .mb__add-color-blue.mb__switch-radio .mb__radio:last-child [type="radio"]:checked ~ label {
  background: #d5e7f8;
  border-color: #2c89dd;
  color: #2c89dd; }

.mb__add-color-purple.mb__switch-radio label {
  background: #fff;
  border-color: #3f51b5;
  color: #3f51b5; }
.mb__add-color-purple.mb__switch-radio [type="radio"]:checked ~ label, .mb__add-color-purple.mb__switch-radio .mb__radio:first-child [type="radio"]:checked ~ label, .mb__add-color-purple.mb__switch-radio .mb__radio:last-child [type="radio"]:checked ~ label {
  background: #e8eaf6;
  border-color: #3f51b5;
  color: #3f51b5; }

.mb__add-color-green.mb__switch-radio label {
  background: #fff;
  border-color: #7cb342;
  color: #7cb342; }
.mb__add-color-green.mb__switch-radio [type="radio"]:checked ~ label, .mb__add-color-green.mb__switch-radio .mb__radio:first-child [type="radio"]:checked ~ label, .mb__add-color-green.mb__switch-radio .mb__radio:last-child [type="radio"]:checked ~ label {
  background: #f1f8e9;
  border-color: #7cb342;
  color: #7cb342; }

.mb__add-color-orange.mb__switch-radio label {
  background: #fff;
  border-color: #ff9800;
  color: #ff9800; }
.mb__add-color-orange.mb__switch-radio [type="radio"]:checked ~ label, .mb__add-color-orange.mb__switch-radio .mb__radio:first-child [type="radio"]:checked ~ label, .mb__add-color-orange.mb__switch-radio .mb__radio:last-child [type="radio"]:checked ~ label {
  background: #fff3e0;
  border-color: #ff9800;
  color: #ff9800; }

.mb__add-color-red.mb__switch-radio label {
  background: #fff;
  border-color: #f44336;
  color: #f44336; }
.mb__add-color-red.mb__switch-radio [type="radio"]:checked ~ label, .mb__add-color-red.mb__switch-radio .mb__radio:first-child [type="radio"]:checked ~ label, .mb__add-color-red.mb__switch-radio .mb__radio:last-child [type="radio"]:checked ~ label {
  background: #ffebee;
  border-color: #f44336;
  color: #f44336; }

.mb__add-color-white.mb__switch-radio label {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff; }
.mb__add-color-white.mb__switch-radio [type="radio"]:checked ~ label, .mb__add-color-white.mb__switch-radio .mb__radio:first-child [type="radio"]:checked ~ label, .mb__add-color-white.mb__switch-radio .mb__radio:last-child [type="radio"]:checked ~ label {
  background: #fff;
  border-color: #fff;
  color: #111; }

/*switch checkbox*/
.mb__switch-checkbox {
  font-size: 0; }
  .mb__switch-checkbox .mb__check {
    display: inline-block;
    margin: 0; }
    .mb__switch-checkbox .mb__check label {
      padding: 1.1rem 0.5rem;
      display: inline-block;
      width: 50px;
      border: none;
      font-size: 1.44rem;
      text-align: center;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Webkit */
      -ms-box-sizing: border-box;
      /* IE8 beta1 */
      box-sizing: border-box;
      /* IE8, Opera */ }
      .mb__switch-checkbox .mb__check label::before {
        display: none; }
      .mb__switch-checkbox .mb__check label:nth-child(2) {
        background: #ddd;
        color: #666;
        border-radius: 4px 0 0 4px; }
      .mb__switch-checkbox .mb__check label:last-child {
        background: #ff5252;
        color: #fff;
        border-radius: 0 4px 4px 0; }
    .mb__switch-checkbox .mb__check [type="checkbox"]:checked ~ label:nth-child(2) {
      background: #4caf50;
      color: #fff; }
    .mb__switch-checkbox .mb__check [type="checkbox"]:checked ~ label:last-child {
      background: #ddd;
      color: #666; }

.mb__asterisk {
  color: #455a64;
  font-size: 90%;
  line-height: 1.2; }
  .mb__asterisk::before {
    content: "※";
    margin-right: 0.3rem; }

.mb__required {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  margin-left: 0.5rem;
  border-radius: 0.4rem;
  background: #607d8b;
  color: #fff;
  font-size: 1.2rem; }

.mb__base-color-blue .mb__required {
  background: #0087A7; }

.mb__base-color-green .mb__required {
  background: #93BB3D; }

.mb__base-color-pink .mb__required {
  background: #EE5A6C; }

.mb__base-color-yellow .mb__required {
  background: #F9B200; }

/* error */
.mb__error {
  padding: 1rem;
  border-radius: 0.4rem;
  margin-top: 0.8rem;
  background: #ffcdd2;
  color: #e53935;
  font-size: 1.44rem; }

.mb__form-text[status="error"], .mb__form-select[status="error"] {
  border-color: #f88e86;
  box-shadow: 0 0 5px 0 rgba(244, 67, 54, 0.5) inset; }

[status="error"] {
  color: #e53935;
  text-shadow: 0 0 4px #ef9a9a; }

/* form group */
.mb__form-group {
  background: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.4rem 0.4rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 759px) {
    .mb__form-group {
      margin-bottom: 2rem; } }
  .mb__form-group .mb__form-group-title {
    padding: 0.5rem 1.5rem;
    font-size: 1.76rem;
    line-height: 1.8;
    background: #666;
    color: #fff; }
    @media screen and (max-width: 759px) {
      .mb__form-group .mb__form-group-title {
        padding: 0.5rem 1rem;
        font-size: 1.6rem; } }
  .mb__form-group .mb__form-box-inline, .mb__form-group .mb__form-box-block {
    margin: 2rem 2rem 2rem 1rem; }
    @media screen and (max-width: 759px) {
      .mb__form-group .mb__form-box-inline, .mb__form-group .mb__form-box-block {
        margin: 1rem 1rem 1rem 0.5rem; } }
  .mb__form-group .mb__button-area {
    padding: 1.5rem 2rem; }
    @media screen and (max-width: 759px) {
      .mb__form-group .mb__button-area {
        padding: 1rem; } }
  .mb__form-group .mb__list-stack {
    border: #ddd 1px solid; }

.mb__base-color-blue .mb__form-group-title {
  background: #0087A7; }

.mb__base-color-green .mb__form-group-title {
  background: #93BB3D; }

.mb__base-color-pink .mb__form-group-title {
  background: #EE5A6C; }

.mb__base-color-yellow .mb__form-group-title {
  background: #F9B200; }

/* popup */
.mb__popup-area > input[type="checkbox"] {
  display: none; }

.mb__popup-area > input:checked ~ .mb__popup-box {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.mb__popup-area .mb__popup-box {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  overflow: auto;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0); }
  .mb__popup-area .mb__popup-box .mb__popup-item {
    position: relative;
    align-self: center;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    width: 800px;
    color: #111;
    font-weight: normal;
    text-align: left;
    transition: 0.5s;
    margin-left: 1rem;
    margin-right: 1rem; }
    .mb__popup-area .mb__popup-box .mb__popup-item .mb__popup-contents {
      padding: 1.5rem;
      min-height: 100px;
      max-height: 70vh;
      overflow: auto; }
    @media screen and (max-width: 959px) {
      .mb__popup-area .mb__popup-box .mb__popup-item {
        width: 600px; } }
    @media screen and (max-width: 759px) {
      .mb__popup-area .mb__popup-box .mb__popup-item {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%; } }
  .mb__popup-area .mb__popup-box .mb__popup-title {
    background: #607d8b;
    color: #fff;
    padding: 1.4rem; }
.mb__popup-area .mb__popup-trigger {
  position: absolute;
  width: 100%;
  height: 100%; }
.mb__popup-area .mb__button-area {
  padding: 10px; }
  .mb__popup-area .mb__button-area .mb__button {
    width: 110px;
    margin-left: 5px; }
    .mb__popup-area .mb__button-area .mb__button.mb__w-100pc {
      width: 100%; }
    @media screen and (max-width: 759px) {
      .mb__popup-area .mb__button-area .mb__button {
        width: 100px; } }
    @media screen and (max-width: 559px) {
      .mb__popup-area .mb__button-area .mb__button {
        width: 82px;
        padding-left: 0.2rem;
        padding-right: 0.2rem; } }
  .mb__popup-area .mb__button-area .mb__flex-item {
    margin-bottom: 0; }

[status="info"] .mb__popup-box .mb__popup-title {
  border-bottom-color: #2c89dd;
  background: #2c89dd;
  color: #fff; }
  [status="info"] .mb__popup-box .mb__popup-title::before {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e973';
    margin-right: 5px;
    line-height: 1; }

[status="success"] .mb__popup-box .mb__popup-title {
  border-bottom-color: #7cb342;
  background: #7cb342; }
  [status="success"] .mb__popup-box .mb__popup-title::before {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e975';
    margin-right: 5px;
    line-height: 1; }

[status="error"] .mb__popup-box {
  text-shadow: none; }

[status="error"] .mb__popup-box .mb__popup-title {
  border-bottom-color: #f44336;
  background: #f44336;
  text-shadow: none; }
  [status="error"] .mb__popup-box .mb__popup-title::before {
    font-family: "muuq-fonts";
    font-size: 95%;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1.8;
    content: '\e971';
    margin-right: 5px;
    line-height: 1; }

/* loading */
.mb__loading {
  animation: turn1 1s linear infinite; }
  .mb__loading i {
    font-size: 2rem;
    line-height: 1; }

@keyframes turn1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* PNOTIFY
------------------------------------------------------------- */
.pnotify {
  position: fixed;
  z-index: 100040;
  height: auto;
  display: none;
  transition: opacity .1s linear;
  opacity: 0; }
  .pnotify.pnotify-modal {
    z-index: 100042; }
  .pnotify.pnotify-in {
    display: block;
    opacity: 1; }
  .pnotify.pnotify-initial {
    display: block; }
  .pnotify.pnotify-move {
    transition: left .4s ease, top .4s ease, right .4s ease, bottom .4s ease; }
  .pnotify.pnotify-fade-slow {
    transition: opacity .4s linear;
    opacity: 0; }
  .pnotify.pnotify-fade-slow.pnotify.pnotify-move {
    transition: opacity .4s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease; }
  .pnotify.pnotify-fade-normal {
    transition: opacity .25s linear;
    opacity: 0; }
  .pnotify.pnotify-fade-normal.pnotify.pnotify-move {
    transition: opacity .25s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease; }
  .pnotify.pnotify-fade-fast {
    transition: opacity .1s linear;
    opacity: 0; }
  .pnotify.pnotify-fade-fast.pnotify.pnotify-move {
    transition: opacity .1s linear, left .4s ease, top .4s ease, right .4s ease, bottom .4s ease; }
  .pnotify.pnotify-masking {
    display: block;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent); }
  .pnotify.pnotify-masking.pnotify-stack-up {
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent); }
  .pnotify.pnotify-masking.pnotify-stack-left {
    -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent); }
  .pnotify.pnotify-masking.pnotify-stack-right {
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent); }
  .pnotify.pnotify-fade-in, .pnotify.pnotify-masking-in {
    opacity: 1; }
  .pnotify .pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1); }

.pnotify-hidden {
  visibility: hidden; }

.pnotify-container {
  position: relative;
  background-position: 0 0;
  padding: 2rem;
  margin: 2rem;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2); }

.pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.pnotify-closer, .pnotify-sticker {
  float: right;
  margin-left: .5em;
  cursor: pointer; }

[dir=rtl] .pnotify-closer, [dir=rtl] .pnotify-sticker {
  float: left;
  margin-right: .5em;
  margin-left: 0; }

.pnotify-title {
  display: block;
  white-space: pre-line;
  margin-bottom: .4em;
  margin-top: 0; }

.pnotify.pnotify-with-icon .pnotify-content {
  margin-left: 24px; }

[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content {
  margin-right: 24px;
  margin-left: 0; }

.pnotify-pre-line {
  white-space: pre-line; }

.pnotify-icon,
.pnotify-icon span {
  display: block;
  float: left; }

[dir=rtl] .pnotify-icon,
[dir=rtl] .pnotify-icon span {
  float: right; }

.pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: opacity .25s linear;
  opacity: 0;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.pnotify-modal-overlay-up {
  align-items: flex-start; }

.pnotify-modal-overlay-left {
  justify-content: flex-start;
  align-items: center; }

.pnotify-modal-overlay-right {
  justify-content: flex-end;
  align-items: center; }

.pnotify-modal-overlay.pnotify-modal-overlay-in {
  opacity: 1; }

.pnotify-modal-overlay-closes:after {
  content: "×";
  font-family: Arial;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 .4rem #fff; }

body > .pnotify-modal-overlay {
  position: fixed;
  z-index: 100041; }

[data-pnotify].pnotify.stack-bar-top {
  width: 100%;
  border-radius: 0; }

.pnotify-icon span::before {
  font-family: "muuq-fonts";
  font-size: 95%;
  vertical-align: baseline;
  display: inline-block;
  line-height: 1.8;
  margin-right: 5px;
  line-height: 1; }

.brighttheme-success {
  background: #e5f0d9;
  color: #7cb342; }
  .brighttheme-success .pnotify-icon span::before {
    content: '\e975'; }

.brighttheme-info {
  background: #d5e7f8;
  color: #2c89dd; }
  .brighttheme-info .pnotify-icon span::before {
    content: '\e973'; }

.brighttheme-error {
  background: #ffebee;
  color: #f44336; }
  .brighttheme-error .pnotify-icon span::before {
    content: '\e971'; }

/* ==================================================================
ADMIN CONTENTS
=================================================================== */
.mb__admin {
  background: #f7f6f0; }

/* LOGIN
----------------------------------------------- */
.mb__login {
  color: #fff;
  height: 100vh; }
  .mb__login.mb__base-color-blue {
    background: #0087A7; }
  .mb__login.mb__base-color-green {
    background: #93BB3D; }
  .mb__login.mb__base-color-pink {
    background: #EE5A6C; }
  .mb__login.mb__base-color-yellow {
    background: #F9B200; }
  .mb__login .mb__position-center-box {
    min-width: 500px; }
    @media screen and (max-width: 759px) {
      .mb__login .mb__position-center-box {
        min-width: 400px; } }
    @media screen and (max-width: 559px) {
      .mb__login .mb__position-center-box {
        min-width: 320px; } }

.mb__login-logo {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center; }

.mb__login-discription {
  text-align: center;
  margin-bottom: 1rem; }

.mb__login-box {
  max-width: 600px;
  padding: 2rem; }

/* HEADER
----------------------------------------------- */
.mb__admin-header-box {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 9999;
  background: #fff;
  color: #111;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 959px) {
  .mb__base-color-blue .mb__admin-header-box {
    background: #0087A7; }

  .mb__base-color-green .mb__admin-header-box {
    background: #93BB3D; }

  .mb__base-color-pink .mb__admin-header-box {
    background: #EE5A6C; }

  .mb__base-color-yellow .mb__admin-header-box {
    background: #F9B200; } }
.mb__admin-logo {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  width: 230px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.open .mb__admin-logo {
  left: -230px; }

.mb__base-color-blue .mb__admin-logo {
  background: #0087A7; }

.mb__base-color-green .mb__admin-logo {
  background: #93BB3D; }

.mb__base-color-pink .mb__admin-logo {
  background: #EE5A6C; }

.mb__base-color-yellow .mb__admin-logo {
  background: #F9B200; }

.mb__admin-header-contents {
  height: 50px; }

.mb__slide-menu-button {
  position: absolute;
  top: 0;
  left: 230px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer; }

.mb__slide-menu-button::before {
  font-family: "muuq-fonts";
  font-size: 95%;
  vertical-align: baseline;
  display: inline-block;
  line-height: 1.8;
  content: '\e919';
  padding: 0 1.5rem;
  line-height: 50px; }

.open .mb__slide-menu-button {
  left: 0; }

a.mb__login-user-name {
  position: absolute;
  top: 0;
  right: 10px;
  text-decoration: none;
  line-height: 50px;
  color: #111; }

a.mb__login-user-name::before {
  font-family: "muuq-fonts";
  font-size: 95%;
  vertical-align: baseline;
  display: inline-block;
  line-height: 1.8;
  content: '\e929';
  padding-right: 0.5rem; }

@media screen and (max-width: 959px) {
  .mb__admin-logo {
    display: none; }

  .mb__slide-menu-button {
    left: 0;
    color: #fff; }

  a.mb__login-user-name {
    color: #fff; } }
/* NAVIGATION
----------------------------------------------- */
.mb__admin-navarea {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99; }

.mb__admin-navbox {
  margin-top: 50px;
  width: 230px;
  height: calc(100vh - 50px);
  background: #111;
  overflow: auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.open .mb__admin-navbox {
  width: 50px; }

a.mb__admin-navitem {
  display: block;
  color: #fff;
  opacity: 0.7;
  padding: 1.7rem;
  text-decoration: none;
  white-space: nowrap; }
  a.mb__admin-navitem:active {
    opacity: 1;
    background: #000; }
  a.mb__admin-navitem .mb__icon {
    margin-right: 1.7rem;
    font-size: 95%; }

@media (hover: hover) {
  a.mb__admin-navitem:hover {
    opacity: 1;
    background: #000; } }
@media screen and (max-width: 959px) {
  .mb__admin-navarea {
    left: -230px; }

  .open .mb__admin-navarea {
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); }

  .open .mb__admin-navbox {
    width: 230px; } }
/* MAIN-CONTENTS
----------------------------------------------- */
.mb__admin-main-container {
  padding: 70px 20px 20px 250px;
  min-height: 100vh; }

.open .mb__admin-main-container {
  padding-left: 70px; }

@media screen and (max-width: 959px) {
  .mb__admin-main-container {
    padding-left: 20px; }

  .open .mb__admin-main-container {
    padding-left: 20px; } }
@media screen and (max-width: 559px) {
  .mb__admin-main-container {
    padding: 60px 10px 10px 10px; }

  .open .mb__admin-main-container {
    padding-left: 10px; } }
/* ==================================================================
FRONT CONTENTS
=================================================================== */
/* COLOR
----------------------------------------------- */
.mb__bg-cloth {
  background: url("../images/muuq-base/bg-cloth.png") repeat 0 0/500px 400px; }

.mb__bg-cork {
  background: url("../images/muuq-base/bg-cork.png") repeat 0 0/633px 633px; }

.mb__bg-cream-paper {
  background: url("../images/muuq-base/bg-cream-paper.png") repeat 0 0/492px 578px; }

.mb__bg-paper {
  background: url("../images/muuq-base/bg-paper.png") repeat 0 0/500px 300px; }

.mb__bg-strip {
  background: url("../images/muuq-base/bg-strip.svg") repeat #fff 0 0/6px; }

.mb__bg-lattice {
  background: url("../images/muuq-base/bg-lattice.svg") repeat #fff 0 0/12px; }

/* HERO HEADER
----------------------------------------------- */
.mb__hero-header {
  background: #0087A7;
  color: #fff;
  width: 100vw;
  height: 100vh; }

.mb__hero-message-area {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center; }

/* HEADER
----------------------------------------------- */
.mb__front-header .mb__main-container {
  padding: 1rem; }
.mb__front-header .mb__site-copy {
  font-size: 1rem;
  opacity: 0.5; }
.mb__front-header .mb__logo {
  font-size: 4rem;
  font-weight: bold;
  padding: 1rem; }
  @media screen and (max-width: 959px) {
    .mb__front-header .mb__logo {
      font-size: 3.6rem; } }
  @media screen and (max-width: 759px) {
    .mb__front-header .mb__logo {
      font-size: 3rem; } }

/* NAVIGATION
----------------------------------------------- */
.mb__front-nav {
  border-bottom: #eee 1px solid; }
  .mb__front-nav .mb__main-container {
    padding: 0 !important; }
  .mb__front-nav .mb__flex-item {
    padding: 1.5rem 0;
    border-bottom: #fff 2px solid; }
  .mb__front-nav a.mb__flex-item:active {
    font-weight: bold;
    border-bottom-color: #111; }

@media (hover: hover) {
  .mb__front-nav a.mb__flex-item:hover {
    font-weight: bold;
    border-bottom-color: #111; } }
/* FOOTER
----------------------------------------------- */
.mb__footer {
  background: #111;
  position: relative;
  margin-top: auto;
  /* ページが短い時にfooterを最下部に持ってくるため */
  min-height: 1%;
  /*IE11対応*/ }
  .mb__footer .mb__main-container {
    padding: 0 !important; }
  .mb__footer .mb__footer-nav {
    border-bottom: #000 1px solid;
    padding: 1rem; }
    .mb__footer .mb__footer-nav .mb__footer-nav-box {
      font-size: 0; }
      .mb__footer .mb__footer-nav .mb__footer-nav-box a.mb__footer-nav-box-item {
        display: inline-block;
        font-size: 1.44rem;
        margin: 0.5rem 1rem;
        color: #fff;
        text-decoration: none;
        opacity: 0.6; }
        .mb__footer .mb__footer-nav .mb__footer-nav-box a.mb__footer-nav-box-item:active {
          opacity: 1; }
        @media screen and (max-width: 759px) {
          .mb__footer .mb__footer-nav .mb__footer-nav-box a.mb__footer-nav-box-item {
            display: block;
            font-size: 1.4rem;
            margin: 0;
            padding: 1.5rem;
            border-top: #000 1px solid;
            text-align: left; }
            .mb__footer .mb__footer-nav .mb__footer-nav-box a.mb__footer-nav-box-item:first-child {
              border-top: none; } }
    @media screen and (max-width: 759px) {
      .mb__footer .mb__footer-nav {
        padding: 0; } }
  .mb__footer .mb__copyright {
    border-top: #333 1px solid;
    padding: 1rem;
    font-size: 1.28rem;
    text-align: center;
    color: #fff; }

/* SLIDER
----------------------------------------------- */
/*Base*/
.mb__slider .flexslider {
  border: none;
  padding: 0;
  margin: 0 auto; }
.mb__slider .flex-control-nav {
  bottom: 10px;
  z-index: 2; }
  .mb__slider .flex-control-nav a {
    background: transparent;
    border: #fff 1px solid;
    box-shadow: none; }
    .mb__slider .flex-control-nav a.flex-active {
      background: #fff; }
    @media screen and (max-width: 759px) {
      .mb__slider .flex-control-nav a {
        height: 35px !important;
        margin-top: -17px !important; }
        .mb__slider .flex-control-nav a:before {
          font-size: 25px !important; } }
  @media screen and (max-width: 759px) {
    .mb__slider .flex-control-nav {
      bottom: 0; } }

@media screen and (max-width: 759px) {
  .mb__slider .flex-control-paging li a {
    width: 8px;
    height: 8px !important; } }
/*bg-Full*/
.mb__bg-full .mb__main-container {
  padding: 0; }

.mb__bg-full .mb__slider-bg {
  background: no-repeat center / cover; }

/* center-view */
.mb__center-view {
  background: #111;
  padding: 1rem 0;
  overflow: hidden; }
  .mb__center-view .flexslider {
    position: relative !important;
    margin: 0 auto !important;
    background: transparent; }
    .mb__center-view .flexslider .flex-viewport {
      overflow: visible !important; }
  .mb__center-view .mb__slider-item {
    margin: 0 1rem;
    display: block; }
    .mb__center-view .mb__slider-item img {
      border-radius: 10px; }
    @media screen and (max-width: 959px) {
      .mb__center-view .mb__slider-item img {
        border-radius: 8px; } }
    @media screen and (max-width: 759px) {
      .mb__center-view .mb__slider-item img {
        border-radius: 6px; } }

/*line*/
.mb__center-view.mb__line {
  background: transparent;
  padding: 0; }
  .mb__center-view.mb__line .flexslider {
    width: 100% !important; }
  .mb__center-view.mb__line .mb__slider-item {
    background: #f2f2f2;
    margin: 0 1rem; }
    .mb__center-view.mb__line .mb__slider-item img {
      border-radius: 0; }
  .mb__center-view.mb__line .flex-control-nav {
    position: static;
    bottom: 0;
    margin: 1rem; }
    .mb__center-view.mb__line .flex-control-nav a {
      border-color: none;
      background: #666; }
      .mb__center-view.mb__line .flex-control-nav a.flex-active {
        background: #111; }

/* CKEDITOR
------------------------------------------------------------- */
.mb__ckeditor-area strong {
  font-weight: bold; }
.mb__ckeditor-area em {
  font-style: italic; }
.mb__ckeditor-area p {
  line-height: 1.8;
  margin-bottom: 10px; }
.mb__ckeditor-area img {
  max-width: 100%; }
  .mb__ckeditor-area img.left {
    float: left;
    margin: 0 1em 1em 0; }
    @media screen and (max-width: 759px) {
      .mb__ckeditor-area img.left {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 1em 0; } }
  .mb__ckeditor-area img.right {
    float: right;
    margin: 0 0 1em 1em; }
    @media screen and (max-width: 759px) {
      .mb__ckeditor-area img.right {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 1em 0; } }
.mb__ckeditor-area table {
  width: 100% !important;
  table-layout: fixed;
  word-wrap: break-word; }
  .mb__ckeditor-area table th {
    background: #f8f8f8;
    text-align: center;
    border: #ddd 1px solid;
    padding: 10px;
    vertical-align: middle; }
    .mb__ckeditor-area table th[scope="row"] {
      width: 100px; }
  .mb__ckeditor-area table td {
    background: #fff;
    border: #ddd 1px solid;
    padding: 10px;
    vertical-align: middle; }
.mb__ckeditor-area ol {
  list-style-type: decimal;
  padding-left: 35px; }
.mb__ckeditor-area ul {
  list-style-type: disc;
  padding-left: 30px; }
.mb__ckeditor-area ol li, .mb__ckeditor-area .mb__ckeditor-area ul li {
  padding-bottom: 5px; }

/* CLEARFIX
------------------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.clearfix::before {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  display: block; }
