@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.red {
  color: #E60000; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

body {
  font-family: 'Roboto Condensed', Verdana, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff5e8 !important;
  color: #010101; }
  body h1, body h2, body h3, body h4, body h5, body h6, body div, body p, body ul, body ol, body li, body dl, body dt, body dd, body table, body th, body td, body span, body form, body input, body select, body button, body textarea {
    font-family: 'Roboto Condensed', Verdana, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

ul, li {
  list-style-type: none; }

table, img {
  border: 0; }

table {
  width: 100%; }

img {
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: underline;
  overflow: hidden;
  outline: none; }

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

.fas:before, .far:before {
  display: inline-block;
  text-decoration: none; }

.img-responsive {
  display: block;
  max-width: 100%; }
  .img-responsive.center {
    margin-right: auto;
    margin-left: auto; }

.mrgB5 {
  margin-bottom: 0.3125em; }

.mrgB10 {
  margin-bottom: 0.625em; }

.mrgB15 {
  margin-bottom: 0.9375em; }

.mrgB20 {
  margin-bottom: 1.25em; }

.mrgB25 {
  margin-bottom: 1.5625em; }

.mrgB30 {
  margin-bottom: 1.875em; }

.mrgB35 {
  margin-bottom: 2.1875em; }

.mrgB40 {
  margin-bottom: 2.5em; }

.mrgB45 {
  margin-bottom: 2.8125em; }

.mrgB50 {
  margin-bottom: 3.125em; }

.mrgB55 {
  margin-bottom: 3.4375em; }

.mrgB60 {
  margin-bottom: 3.75em; }

.mrgB65 {
  margin-bottom: 4.0625em; }

.mrgB70 {
  margin-bottom: 4.375em; }

.mrgB75 {
  margin-bottom: 4.6875em; }

.mrgB80 {
  margin-bottom: 5em; }

.mrgB85 {
  margin-bottom: 5.3125em; }

.mrgB90 {
  margin-bottom: 5.625em; }

.mrgB95 {
  margin-bottom: 5.9375em; }

.mrgB100 {
  margin-bottom: 6.25em; }

.padB5 {
  padding-bottom: 0.3125em; }

.padB10 {
  padding-bottom: 0.625em; }

.padB15 {
  padding-bottom: 0.9375em; }

.padB20 {
  padding-bottom: 1.25em; }

.padB25 {
  padding-bottom: 1.5625em; }

.padB30 {
  padding-bottom: 1.875em; }

.padB35 {
  padding-bottom: 2.1875em; }

.padB40 {
  padding-bottom: 2.5em; }

.padB45 {
  padding-bottom: 2.8125em; }

.padB50 {
  padding-bottom: 3.125em; }

.padB55 {
  padding-bottom: 3.4375em; }

.padB60 {
  padding-bottom: 3.75em; }

.padB65 {
  padding-bottom: 4.0625em; }

.padB70 {
  padding-bottom: 4.375em; }

.padB75 {
  padding-bottom: 4.6875em; }

.padB80 {
  padding-bottom: 5em; }

.padB85 {
  padding-bottom: 5.3125em; }

.padB90 {
  padding-bottom: 5.625em; }

.padB95 {
  padding-bottom: 5.9375em; }

.padB100 {
  padding-bottom: 6.25em; }

a.btn-color, button.btn-color, input[type="button"].btn-color, input[type="submit"].btn-color {
  text-decoration: none;
  background: #3DA52A;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.0;
  outline: none;
  padding: 15px;
  vertical-align: bottom; }
  a.btn-color:hover, button.btn-color:hover, input[type="button"].btn-color:hover, input[type="submit"].btn-color:hover {
    text-decoration: underline; }
  a.btn-color::after, button.btn-color::after, input[type="button"].btn-color::after, input[type="submit"].btn-color::after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color::after, button.btn-color::after, input[type="button"].btn-color::after, input[type="submit"].btn-color::after {
    font-weight: bold; }
  a.btn-color.txt-s, button.btn-color.txt-s, input[type="button"].btn-color.txt-s, input[type="submit"].btn-color.txt-s {
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 8px 10px; }
  a.btn-color.size-l, button.btn-color.size-l, input[type="button"].btn-color.size-l, input[type="submit"].btn-color.size-l {
    min-width: 200px;
    padding: 18px 15px;
    text-align: center; }
  a.btn-color.bold, button.btn-color.bold, input[type="button"].btn-color.bold, input[type="submit"].btn-color.bold {
    font-weight: bold; }
  a.btn-color.grad, button.btn-color.grad, input[type="button"].btn-color.grad, input[type="submit"].btn-color.grad {
    background: linear-gradient(90deg, #205a99 20%, #1d84b3 100%); }
  a.btn-color.gray, button.btn-color.gray, input[type="button"].btn-color.gray, input[type="submit"].btn-color.gray {
    background: #7B7B7B; }
  a.btn-color.red, button.btn-color.red, input[type="button"].btn-color.red, input[type="submit"].btn-color.red {
    background: #ea5550; }
  a.btn-color.no-arrow::after, button.btn-color.no-arrow::after, input[type="button"].btn-color.no-arrow::after, input[type="submit"].btn-color.no-arrow::after {
    display: none; }
  a.btn-color.link-fade, button.btn-color.link-fade, input[type="button"].btn-color.link-fade, input[type="submit"].btn-color.link-fade {
    text-decoration: none;
    transition: 0.2s ease opacity; }
    a.btn-color.link-fade:hover, button.btn-color.link-fade:hover, input[type="button"].btn-color.link-fade:hover, input[type="submit"].btn-color.link-fade:hover {
      opacity: 0.5; }
  a.btn-color.border1, button.btn-color.border1, input[type="button"].btn-color.border1, input[type="submit"].btn-color.border1 {
    background: #fff;
    border: 2px solid #ad9065;
    color: #ad9065; }
    a.btn-color.border1::after, button.btn-color.border1::after, input[type="button"].btn-color.border1::after, input[type="submit"].btn-color.border1::after {
      display: none; }
  a.btn-color.close, button.btn-color.close, input[type="button"].btn-color.close, input[type="submit"].btn-color.close {
    background: #6c757d;
    color: #fff; }
    a.btn-color.close::after, button.btn-color.close::after, input[type="button"].btn-color.close::after, input[type="submit"].btn-color.close::after {
      display: none; }
  a.btn-color.calendar::after, button.btn-color.calendar::after, input[type="button"].btn-color.calendar::after, input[type="submit"].btn-color.calendar::after {
    display: none; }
  a.btn-color.calendar::before, button.btn-color.calendar::before, input[type="button"].btn-color.calendar::before, input[type="submit"].btn-color.calendar::before {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-right: 5px; }
  a.btn-color.back::after, button.btn-color.back::after, input[type="button"].btn-color.back::after, input[type="submit"].btn-color.back::after {
    display: none; }
  a.btn-color.back::before, button.btn-color.back::before, input[type="button"].btn-color.back::before, input[type="submit"].btn-color.back::before {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-right: 5px; }
  a.btn-color.trash::after, button.btn-color.trash::after, input[type="button"].btn-color.trash::after, input[type="submit"].btn-color.trash::after {
    display: none; }
  a.btn-color.trash::after, button.btn-color.trash::after, input[type="button"].btn-color.trash::after, input[type="submit"].btn-color.trash::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.edit::after, button.btn-color.edit::after, input[type="button"].btn-color.edit::after, input[type="submit"].btn-color.edit::after {
    display: none; }
  a.btn-color.edit::after, button.btn-color.edit::after, input[type="button"].btn-color.edit::after, input[type="submit"].btn-color.edit::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.window::after, button.btn-color.window::after, input[type="button"].btn-color.window::after, input[type="submit"].btn-color.window::after {
    display: none; }
  a.btn-color.window::after, button.btn-color.window::after, input[type="button"].btn-color.window::after, input[type="submit"].btn-color.window::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.die::after, button.btn-color.die::after, input[type="button"].btn-color.die::after, input[type="submit"].btn-color.die::after {
    display: none; }
  a.btn-color.die::after, button.btn-color.die::after, input[type="button"].btn-color.die::after, input[type="submit"].btn-color.die::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.download::after, button.btn-color.download::after, input[type="button"].btn-color.download::after, input[type="submit"].btn-color.download::after {
    display: none; }
  a.btn-color.download::after, button.btn-color.download::after, input[type="button"].btn-color.download::after, input[type="submit"].btn-color.download::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.csv::after, button.btn-color.csv::after, input[type="button"].btn-color.csv::after, input[type="submit"].btn-color.csv::after {
    display: none; }
  a.btn-color.csv::after, button.btn-color.csv::after, input[type="button"].btn-color.csv::after, input[type="submit"].btn-color.csv::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.board::after, button.btn-color.board::after, input[type="button"].btn-color.board::after, input[type="submit"].btn-color.board::after {
    display: none; }
  a.btn-color.board::after, button.btn-color.board::after, input[type="button"].btn-color.board::after, input[type="submit"].btn-color.board::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.eye::after, button.btn-color.eye::after, input[type="button"].btn-color.eye::after, input[type="submit"].btn-color.eye::after {
    display: none; }
  a.btn-color.eye::after, button.btn-color.eye::after, input[type="button"].btn-color.eye::after, input[type="submit"].btn-color.eye::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.pdf::after, button.btn-color.pdf::after, input[type="button"].btn-color.pdf::after, input[type="submit"].btn-color.pdf::after {
    display: none; }
  a.btn-color.pdf::after, button.btn-color.pdf::after, input[type="button"].btn-color.pdf::after, input[type="submit"].btn-color.pdf::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.replay::after, button.btn-color.replay::after, input[type="button"].btn-color.replay::after, input[type="submit"].btn-color.replay::after {
    display: none; }
  a.btn-color.replay::after, button.btn-color.replay::after, input[type="button"].btn-color.replay::after, input[type="submit"].btn-color.replay::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.envelope::after, button.btn-color.envelope::after, input[type="button"].btn-color.envelope::after, input[type="submit"].btn-color.envelope::after {
    display: none; }
  a.btn-color.envelope::after, button.btn-color.envelope::after, input[type="button"].btn-color.envelope::after, input[type="submit"].btn-color.envelope::after {
    content: "" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-left: 5px; }
  a.btn-color.fas, button.btn-color.fas, input[type="button"].btn-color.fas, input[type="submit"].btn-color.fas {
    font-weight: bold; }
a.custom-button, button.custom-button, input[type="button"].custom-button, input[type="submit"].custom-button {
  text-decoration: none;
  background: #3DA52A;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-family: 'Font Awesome 5 Free', Roboto, Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.0;
  outline: none;
  padding: 15px;
  vertical-align: bottom; }
  a.custom-button:hover, button.custom-button:hover, input[type="button"].custom-button:hover, input[type="submit"].custom-button:hover {
    text-decoration: underline; }
  a.custom-button::after, button.custom-button::after, input[type="button"].custom-button::after, input[type="submit"].custom-button::after {
    font-weight: bold; }
  a.custom-button.txt-s, button.custom-button.txt-s, input[type="button"].custom-button.txt-s, input[type="submit"].custom-button.txt-s {
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 8px 10px; }
  a.custom-button.size-l, button.custom-button.size-l, input[type="button"].custom-button.size-l, input[type="submit"].custom-button.size-l {
    min-width: 200px;
    padding: 18px 15px;
    text-align: center; }
  a.custom-button.bold, button.custom-button.bold, input[type="button"].custom-button.bold, input[type="submit"].custom-button.bold {
    font-weight: bold; }
  a.custom-button.grad, button.custom-button.grad, input[type="button"].custom-button.grad, input[type="submit"].custom-button.grad {
    background: linear-gradient(90deg, #205a99 20%, #1d84b3 100%); }
  a.custom-button.ora, button.custom-button.ora, input[type="button"].custom-button.ora, input[type="submit"].custom-button.ora {
    background: #bf7fff; }
  a.custom-button.lim, button.custom-button.lim, input[type="button"].custom-button.lim, input[type="submit"].custom-button.lim {
    background: #ffbf7f; }
  a.custom-button.sky, button.custom-button.sky, input[type="button"].custom-button.sky, input[type="submit"].custom-button.sky {
    background: #7fbfff; }
  a.custom-button.gray, button.custom-button.gray, input[type="button"].custom-button.gray, input[type="submit"].custom-button.gray {
    background: #7B7B7B; }
  a.custom-button.no-arrow::after, button.custom-button.no-arrow::after, input[type="button"].custom-button.no-arrow::after, input[type="submit"].custom-button.no-arrow::after {
    display: none; }
  a.custom-button.link-fade, button.custom-button.link-fade, input[type="button"].custom-button.link-fade, input[type="submit"].custom-button.link-fade {
    text-decoration: none;
    transition: 0.2s ease opacity; }
    a.custom-button.link-fade:hover, button.custom-button.link-fade:hover, input[type="button"].custom-button.link-fade:hover, input[type="submit"].custom-button.link-fade:hover {
      opacity: 0.5; }
  a.custom-button.calendar::after, button.custom-button.calendar::after, input[type="button"].custom-button.calendar::after, input[type="submit"].custom-button.calendar::after {
    display: none; }
  a.custom-button.calendar::before, button.custom-button.calendar::before, input[type="button"].custom-button.calendar::before, input[type="submit"].custom-button.calendar::before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    margin-right: 5px; }
  a.custom-button.fas, button.custom-button.fas, input[type="button"].custom-button.fas, input[type="submit"].custom-button.fas {
    font-weight: bold; }

.error-messages {
  background: #FFF;
  border: 2px solid #E60000;
  color: #E60000;
  font-size: 87.5%;
  font-weight: bold;
  padding: 10px 15px; }

form textarea {
  vertical-align: bottom; }
form input[type="text"], form input[type="password"], form select, form textarea, form .form-control {
  border-radius: 2px;
  border: 1px solid #d6c1a5;
  padding: 4px 5px;
  min-height: 40px;
  transition: 0.2s ease box-shadow; }
  form input[type="text"].w50, form input[type="password"].w50, form select.w50, form textarea.w50, form .form-control.w50 {
    width: 50px; }
  form input[type="text"].w100, form input[type="password"].w100, form select.w100, form textarea.w100, form .form-control.w100 {
    width: 100px; }
  form input[type="text"].w150, form input[type="password"].w150, form select.w150, form textarea.w150, form .form-control.w150 {
    width: 150px; }
  form input[type="text"].w200, form input[type="password"].w200, form select.w200, form textarea.w200, form .form-control.w200 {
    width: 200px; }
  form input[type="text"].w250, form input[type="password"].w250, form select.w250, form textarea.w250, form .form-control.w250 {
    width: 250px; }
  form input[type="text"].w300, form input[type="password"].w300, form select.w300, form textarea.w300, form .form-control.w300 {
    width: 300px; }
  form input[type="text"].w350, form input[type="password"].w350, form select.w350, form textarea.w350, form .form-control.w350 {
    width: 350px; }
  form input[type="text"].w400, form input[type="password"].w400, form select.w400, form textarea.w400, form .form-control.w400 {
    width: 400px; }
  form input[type="text"].w450, form input[type="password"].w450, form select.w450, form textarea.w450, form .form-control.w450 {
    width: 450px; }
  form input[type="text"].w500, form input[type="password"].w500, form select.w500, form textarea.w500, form .form-control.w500 {
    width: 500px; }
  form input[type="text"].w550, form input[type="password"].w550, form select.w550, form textarea.w550, form .form-control.w550 {
    width: 550px; }
  form input[type="text"].w600, form input[type="password"].w600, form select.w600, form textarea.w600, form .form-control.w600 {
    width: 600px; }
  form input[type="text"].w650, form input[type="password"].w650, form select.w650, form textarea.w650, form .form-control.w650 {
    width: 650px; }
  form input[type="text"].w700, form input[type="password"].w700, form select.w700, form textarea.w700, form .form-control.w700 {
    width: 700px; }
  form input[type="text"].w750, form input[type="password"].w750, form select.w750, form textarea.w750, form .form-control.w750 {
    width: 750px; }
  form input[type="text"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus, form .form-control:focus {
    box-shadow: 0 0 6px rgba(61, 165, 42, 0.7);
    outline: none; }
  form input[type="text"].error-status, form input[type="password"].error-status, form select.error-status, form textarea.error-status, form .form-control.error-status {
    border: 1px solid #E60000;
    box-shadow: none;
    background: rgba(230, 0, 0, 0.12); }
    form input[type="text"].error-status:focus, form input[type="password"].error-status:focus, form select.error-status:focus, form textarea.error-status:focus, form .form-control.error-status:focus {
      box-shadow: 0 0 6px rgba(230, 0, 0, 0.5); }
form div.error-status {
  padding: 2px;
  border: 1px solid #E60000;
  background: rgba(230, 0, 0, 0.12); }
form div.error-notes {
  color: #E60000;
  font-weight: bold; }
form .resultBox .result {
  font-size: 125%;
  font-weight: bold; }
form .paginationBox .pagination {
  display: inline-flex; }
  form .paginationBox .pagination li.page-item.active .page-link {
    background-color: #3DA52A;
    border-color: #3DA52A; }

.app-header {
  background: #ecdac3;
  display: flex;
  position: relative; }
  .app-header .header-logo {
    margin-right: auto; }
    .app-header .header-logo a {
      text-decoration: none;
      transition: 0.2s ease opacity;
      margin-left: 12px; }
      .app-header .header-logo a:hover {
        opacity: 0.5; }
      @media screen and (min-width: 991px) {
        .app-header .header-logo a {
          margin-left: 0; } }
    .app-header .header-logo img {
      height: 54px; }
    .app-header .header-logo span {
      display: inline-block;
      font-size: 87.5%;
      font-weight: bold;
      margin-left: 5px; }
  .app-header .header-manual-btn {
    align-self: center;
    background: #F6F6F6;
    border: 1px solid #CBCBCB;
    border-radius: 3px;
    display: inline-block;
    font-size: 81.25%;
    margin-right: 15px;
    padding: 6px 10px;
    text-decoration: none; }
    .app-header .header-manual-btn:hover {
      text-decoration: underline; }
  .app-header .header-message {
    align-self: center;
    display: inline-block;
    font-size: 81.25%;
    margin-right: 15px; }
  .app-header .header-nav {
    margin-bottom: 0;
    display: flex; }
    .app-header .header-nav li {
      border-left: 1px solid #D2D2D2;
      display: flex; }
      .app-header .header-nav li a {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 81.25%;
        font-weight: bold;
        width: 120px; }
        .app-header .header-nav li a:hover {
          text-decoration: underline; }
        .app-header .header-nav li a i {
          color: #535353;
          display: inline-block;
          font-size: 138.46%;
          margin-right: 5px; }

.container-w {
  width: 1366px !important;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 1360px) {
    .container-w {
      width: 1330px; } }

.container-s {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 5px 5px; }
  @media screen and (min-width: 1360px) {
    .container-s {
      width: 1330px; } }
  .container-s .sBox {
    font-size: 1.1em; }
    .container-s .sBox i {
      font-size: 1.4em;
      padding-left: 1em; }
    .container-s .sBox .contents-title {
      font-size: 1.3em; }
    .container-s .sBox .office {
      font-size: 1.3;
      font-weight: bold; }
    .container-s .sBox .b-small {
      font-size: 0.8em; }
    .container-s .sBox .b-red {
      color: #ff536c; }
    .container-s .sBox .tel {
      color: #05b5ed;
      font-size: 1.5em; }
    .container-s .sBox table.style1 {
      background-color: #fff;
      table-layout: fixed;
      width: 100%;
      padding: 30px; }
      .container-s .sBox table.style1 th, .container-s .sBox table.style1 th.title {
        background: rgba(61, 165, 42, 0.16);
        font-weight: normal; }
        .container-s .sBox table.style1 th span, .container-s .sBox table.style1 th.title span {
          font-size: small; }
      .container-s .sBox table.style1 th.chapter-band {
        font-weight: bold;
        background: #EE7EB0;
        color: #fFF !important;
        padding: 10px 6px !important;
        font-size: 1em; }
      .container-s .sBox table.style1 td {
        border-bottom: 1px solid #D2D9DF;
        padding-top: 2em !important;
        padding-bottom: 2em !important;
        padding-left: 1em; }
        .container-s .sBox table.style1 td input[type=radio], .container-s .sBox table.style1 td input[type=checkbox] {
          margin-left: 15px;
          margin-right: 0px; }
        .container-s .sBox table.style1 td .left-space {
          margin-left: 15px; }
        .container-s .sBox table.style1 td textarea, .container-s .sBox table.style1 td .inner-block {
          word-break: break-all !important;
          word-wrap: break-word !important;
          /* IE11用 */
          overflow-wrap: break-word !important; }
        .container-s .sBox table.style1 td input[type=text] {
          margin-left: 3px;
          margin-right: 3px; }
      .container-s .sBox table.style1 td.sbl {
        padding-left: 2em !important; }
    .container-s .sBox table.style2 {
      background-color: #fff;
      table-layout: fixed;
      width: 100%;
      padding: 30px; }
      .container-s .sBox table.style2 th, .container-s .sBox table.style2 th.title {
        background: rgba(61, 165, 42, 0.16);
        font-weight: normal; }
        .container-s .sBox table.style2 th span, .container-s .sBox table.style2 th.title span {
          font-size: small; }
      .container-s .sBox table.style2 th.chapter-band {
        font-weight: bold;
        background: #EE7EB0;
        color: #fFF !important;
        padding: 10px 6px !important;
        font-size: 1em; }
      .container-s .sBox table.style2 td {
        border-bottom: 1px solid #D2D9DF; }
        .container-s .sBox table.style2 td input[type=radio], .container-s .sBox table.style2 td input[type=checkbox] {
          margin-left: 15px;
          margin-right: 0px; }
        .container-s .sBox table.style2 td .left-space {
          margin-left: 15px; }
        .container-s .sBox table.style2 td textarea, .container-s .sBox table.style2 td .inner-block {
          word-break: break-all !important;
          word-wrap: break-word !important;
          /* IE11用 */
          overflow-wrap: break-word !important; }
        .container-s .sBox table.style2 td input[type=text] {
          margin-left: 3px;
          margin-right: 3px; }
      .container-s .sBox table.style2 td.sbl {
        padding-left: 2em !important; }
      .container-s .sBox table.style2 i {
        font-size: 1.4em;
        padding-left: 0em; }

.office {
  font-size: 1.3;
  font-weight: bold; }

.b-small {
  font-size: 0.8em; }

.b-red {
  color: #ff536c; }

.tel {
  color: #05b5ed;
  font-size: 1.5em; }

body.login .app-content {
  display: flex;
  align-items: center; }
  body.login .app-content .container-login {
    width: 540px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0; }
    body.login .app-content .container-login .wBox {
      background: #FFF;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
      padding: 30px;
      text-align: center; }
      body.login .app-content .container-login .wBox .ttl {
        margin-bottom: 20px; }
        body.login .app-content .container-login .wBox .ttl strong {
          color: #3DA52A;
          display: block;
          font-size: 125%;
          margin-top: 10px; }
      body.login .app-content .container-login .wBox table {
        width: 90%;
        margin: 0 auto 30px; }
        body.login .app-content .container-login .wBox table th, body.login .app-content .container-login .wBox table td {
          padding: 10px;
          text-align: left; }
      body.login .app-content .container-login .wBox .notes {
        font-size: 87.5%; }
    body.login .app-content .container-login .wBox2 {
      background: #535353;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
      padding: 30px;
      text-align: center; }
      body.login .app-content .container-login .wBox2 .ttl {
        margin-bottom: 20px; }
        body.login .app-content .container-login .wBox2 .ttl strong {
          color: #FFF;
          display: block;
          font-size: 125%;
          margin-top: 10px; }
      body.login .app-content .container-login .wBox2 table {
        width: 90%;
        margin: 0 auto 30px; }
        body.login .app-content .container-login .wBox2 table th, body.login .app-content .container-login .wBox2 table td {
          padding: 10px;
          text-align: left; }
        body.login .app-content .container-login .wBox2 table th {
          color: #FFF; }
      body.login .app-content .container-login .wBox2 .notes {
        font-size: 87.5%; }
      body.login .app-content .container-login .wBox2 form input[type="text"].error-status, body.login .app-content .container-login .wBox2 form input[type="password"].error-status {
        border: 1px solid #E60000;
        box-shadow: none;
        background: #f3c7c7; }
  body.login .app-content .container-login-err {
    width: 664px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding: 38px 0; }
    body.login .app-content .container-login-err .wBox {
      background: #FFF;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
      padding: 30px;
      text-align: center; }
      body.login .app-content .container-login-err .wBox div.error-notes {
        font-size: 1.3em;
        color: #E60000;
        font-weight: bold; }
      body.login .app-content .container-login-err .wBox .ttl {
        margin-bottom: 20px; }
        body.login .app-content .container-login-err .wBox .ttl strong {
          color: #3DA52A;
          display: block;
          font-size: 125%;
          margin-top: 10px; }
    body.login .app-content .container-login-err .sBox table.style1 {
      background-color: #fff;
      table-layout: fixed;
      width: 100%;
      padding: 5px; }
      body.login .app-content .container-login-err .sBox table.style1 th, body.login .app-content .container-login-err .sBox table.style1 th.title {
        background: rgba(61, 165, 42, 0.16);
        font-weight: normal; }
        body.login .app-content .container-login-err .sBox table.style1 th span, body.login .app-content .container-login-err .sBox table.style1 th.title span {
          font-size: small; }
      body.login .app-content .container-login-err .sBox table.style1 th.chapter-band {
        background: #EE7EB0;
        color: #fFF !important;
        padding: 10px 6px !important;
        font-size: small; }
        body.login .app-content .container-login-err .sBox table.style1 th.chapter-band .stress {
          font-weight: bold;
          font-size: 1.3em;
          border-bottom: double 1px; }
      body.login .app-content .container-login-err .sBox table.style1 th.chapter-band2 {
        background: #535353;
        color: #fFF !important;
        padding: 10px 6px !important;
        font-size: small; }
        body.login .app-content .container-login-err .sBox table.style1 th.chapter-band2 .stress {
          font-weight: bold;
          font-size: 1.3em;
          border-bottom: double 1px; }
      body.login .app-content .container-login-err .sBox table.style1 td {
        border-bottom: 1px solid #D2D9DF;
        padding-top: 2em !important;
        padding-bottom: 2em !important;
        padding-left: 1em; }
        body.login .app-content .container-login-err .sBox table.style1 td input[type=radio], body.login .app-content .container-login-err .sBox table.style1 td input[type=checkbox] {
          margin-left: 15px;
          margin-right: 0px; }
        body.login .app-content .container-login-err .sBox table.style1 td .left-space {
          margin-left: 15px; }
        body.login .app-content .container-login-err .sBox table.style1 td textarea, body.login .app-content .container-login-err .sBox table.style1 td .inner-block {
          word-break: break-all !important;
          word-wrap: break-word !important;
          /* IE11用 */
          overflow-wrap: break-word !important; }
        body.login .app-content .container-login-err .sBox table.style1 td input[type=text] {
          margin-left: 3px;
          margin-right: 3px; }
        body.login .app-content .container-login-err .sBox table.style1 td .stress {
          font-weight: bold;
          color: red; }
      body.login .app-content .container-login-err .sBox table.style1 td.sbl {
        padding-left: 2em !important; }

body:not(.login) .app-content .heading-main {
  background: #3DA52A;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fFF !important;
  font-size: 1.1em;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.1), 1px -1px 0 rgba(51, 51, 51, 0.1), -1px 1px 0 rgba(51, 51, 51, 0.1), 1px 1px 0 rgba(51, 51, 51, 0.1); }
  body:not(.login) .app-content .heading-main > div {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px; }
    body:not(.login) .app-content .heading-main > div .icon {
      vertical-align: middle;
      text-align: center; }
      body:not(.login) .app-content .heading-main > div .icon img {
        width: 50%;
        display: none; }
    body:not(.login) .app-content .heading-main > div .title {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      body:not(.login) .app-content .heading-main > div .title strong {
        font-size: 1.1em;
        display: inline; }
      body:not(.login) .app-content .heading-main > div .title span {
        font-size: small;
        font-weight: 100 !important;
        display: inline; }
body:not(.login) .app-content .breadcrumbs {
  color: #333;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 0 !important; }
  body:not(.login) .app-content .breadcrumbs li {
    display: inline-block;
    font-size: 87.5%; }
    body:not(.login) .app-content .breadcrumbs li.active {
      color: #666; }
    body:not(.login) .app-content .breadcrumbs li a {
      color: #000; }
  body:not(.login) .app-content .breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    display: none; }
body:not(.login) .app-content .admin-menu {
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0; }
  body:not(.login) .app-content .admin-menu li {
    display: flex;
    margin-bottom: 30px;
    width: 25%; }
    body:not(.login) .app-content .admin-menu li:not(:nth-child(4n)) {
      border-right: 1px solid #D2D2D2; }
    body:not(.login) .app-content .admin-menu li a {
      text-decoration: none;
      transition: 0.2s ease opacity;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 30px;
      width: 100%;
      text-align: center; }
      body:not(.login) .app-content .admin-menu li a:hover {
        opacity: 0.5; }
      body:not(.login) .app-content .admin-menu li a .icon {
        margin-bottom: 20px; }
      body:not(.login) .app-content .admin-menu li a .title {
        color: #3DA52A;
        font-size: 112.5%;
        font-weight: bold;
        margin-bottom: 10px;
        width: 100%; }
      body:not(.login) .app-content .admin-menu li a .desc {
        font-size: 81.25%;
        width: 100%; }
body:not(.login) .app-content .wBox {
  background: #FFF;
  clear: both;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  padding: 5px; }
  body:not(.login) .app-content .wBox table th {
    background: rgba(61, 165, 42, 0.16);
    font-weight: normal; }
    body:not(.login) .app-content .wBox table th i {
      display: inline-block;
      margin: 0 5px; }
  body:not(.login) .app-content .wBox table th, body:not(.login) .app-content .wBox table td {
    font-size: 87.5%;
    padding: 5px 10px; }
    body:not(.login) .app-content .wBox table th input, body:not(.login) .app-content .wBox table th select, body:not(.login) .app-content .wBox table th textarea, body:not(.login) .app-content .wBox table th div, body:not(.login) .app-content .wBox table th p, body:not(.login) .app-content .wBox table th span, body:not(.login) .app-content .wBox table td input, body:not(.login) .app-content .wBox table td select, body:not(.login) .app-content .wBox table td textarea, body:not(.login) .app-content .wBox table td div, body:not(.login) .app-content .wBox table td p, body:not(.login) .app-content .wBox table td span {
      font-size: 100%; }
    body:not(.login) .app-content .wBox table th .hissu, body:not(.login) .app-content .wBox table td .hissu {
      background: #E60000;
      border-radius: 3px;
      color: #FFF;
      display: inline-block;
      font-size: 92.86%;
      line-height: 1.0;
      margin-left: 5px;
      padding: 3px 5px;
      vertical-align: text-top; }
    body:not(.login) .app-content .wBox table th .fukusu, body:not(.login) .app-content .wBox table td .fukusu {
      background: #3DA52A;
      border-radius: 3px;
      color: #FFF;
      display: inline-block;
      font-size: 92.86%;
      line-height: 1.0;
      margin-left: 5px;
      padding: 3px 5px;
      vertical-align: bottom; }
  body:not(.login) .app-content .wBox table.style-row1 tr:not(:last-child) td {
    border-bottom: 1px solid #D2D9DF; }
  body:not(.login) .app-content .wBox table.style-col1 th {
    width: 240px; }
  body:not(.login) .app-content .wBox table.style-col1 tr:not(:last-child) th, body:not(.login) .app-content .wBox table.style-col1 tr:not(:last-child) td {
    border-bottom: 1px solid #D2D9DF; }

.footer {
  border-top: 1px solid #D4D4D4;
  letter-spacing: 0.05em;
  padding: 16px;
  text-align: center; }
  .footer .copyright {
    font-size: 75%; }

.error-page {
  min-height: 80%;
  min-height: 80vh;
  overflow-x: hidden; }
  .error-page.setup-error-page {
    min-height: 100%;
    min-height: 100vh; }
  .error-page .mascot-wrapper {
    border-radius: 50%;
    width: 340px;
    height: 340px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 40px auto; }
    @media screen and (max-width: 480px) {
      .error-page .mascot-wrapper {
        width: 170px;
        height: 170px; } }
  .error-page .mascot {
    border-radius: 50%;
    text-align: center;
    height: 200px;
    margin: 200px auto 50px auto;
    border: none;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .error-page .mascot {
        margin: 100px auto 50px auto; } }
    .error-page .mascot:after {
      content: "";
      background: url("/common/img/shadow.png");
      background-repeat: no-repeat;
      background-size: 500px;
      background-position: left bottom;
      width: 100%;
      height: 100%;
      top: 31px;
      left: 48%;
      position: absolute;
      z-index: -1;
      opacity: 0.7; }
      @media screen and (max-width: 480px) {
        .error-page .mascot:after {
          top: -15px;
          left: 47%; } }
    .error-page .mascot img {
      max-height: 250px; }
      @media screen and (max-width: 480px) {
        .error-page .mascot img {
          max-width: 50px; } }
  .error-page .error-msg {
    text-align: center;
    color: #222; }
    .error-page .error-msg h1 {
      font-size: 2rem;
      font-weight: 100; }
      @media screen and (max-width: 480px) {
        .error-page .error-msg h1 {
          font-size: 2rem; } }

.input-calendar .gengo {
  width: 55px; }
.input-calendar .year {
  width: 50px !important; }
.input-calendar .wyear, .input-calendar .month, .input-calendar .day {
  width: 30px !important; }
.input-calendar.large .gengo {
  width: 110px !important; }
.input-calendar.large .year {
  width: 100px !important; }
.input-calendar.large .wyear, .input-calendar.large .month, .input-calendar.large .day {
  width: 50px !important; }

div.notmargin label, td label {
  margin-bottom: 0;
  padding-bottom: 0; }

.bg-primary {
  background: #437CBF !important; }

.modal-fullscreen {
  height: 90% !important; }
  .modal-fullscreen .modal-dialog {
    width: 80% !important;
    height: 90% !important;
    padding: 10px !important;
    max-width: none !important; }
  .modal-fullscreen .modal-content {
    border-radius: 0 !important;
    background-color: #ececec !important;
    display: flex; }
  .modal-fullscreen .modal-header {
    border-bottom: 1px solid #9ea2a2 !important; }
  .modal-fullscreen .modal-body {
    height: 100% !important;
    height: 450px !important;
    display: flex; }
    .modal-fullscreen .modal-body .iframe-contents {
      width: 100% !important;
      height: 100% !important; }
      .modal-fullscreen .modal-body .iframe-contents iframe {
        border: none  !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important; }
  .modal-fullscreen .modal-footer {
    border-top: 1px solid #9ea2a2 !important; }

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

.box-warning {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #3DA52A;
  border-radius: 8px; }

.box-warning .box-warning-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #3DA52A;
  font-weight: bold; }

.box-warning p {
  margin: 0;
  padding: 0; }

.danger-background {
  background-color: rgba(255, 0, 0, 0.2);
  border: 4px dashed #ff0000; }

.mp0 {
  padding: 0px !important;
  margin: 0px !important; }

.badge-icon-new {
  color: #FFF;
  background-color: #fa5882; }

.btn-disabled {
  opacity: 0.5; }

.w-1 {
  width: 1% !important; }

.h-1 {
  height: 1% !important; }

.w-2 {
  width: 2% !important; }

.h-2 {
  height: 2% !important; }

.w-3 {
  width: 3% !important; }

.h-3 {
  height: 3% !important; }

.w-4 {
  width: 4% !important; }

.h-4 {
  height: 4% !important; }

.w-5 {
  width: 5% !important; }

.h-5 {
  height: 5% !important; }

.w-6 {
  width: 6% !important; }

.h-6 {
  height: 6% !important; }

.w-7 {
  width: 7% !important; }

.h-7 {
  height: 7% !important; }

.w-8 {
  width: 8% !important; }

.h-8 {
  height: 8% !important; }

.w-9 {
  width: 9% !important; }

.h-9 {
  height: 9% !important; }

.w-10 {
  width: 10% !important; }

.h-10 {
  height: 10% !important; }

.w-11 {
  width: 11% !important; }

.h-11 {
  height: 11% !important; }

.w-12 {
  width: 12% !important; }

.h-12 {
  height: 12% !important; }

.w-13 {
  width: 13% !important; }

.h-13 {
  height: 13% !important; }

.w-14 {
  width: 14% !important; }

.h-14 {
  height: 14% !important; }

.w-15 {
  width: 15% !important; }

.h-15 {
  height: 15% !important; }

.w-16 {
  width: 16% !important; }

.h-16 {
  height: 16% !important; }

.w-17 {
  width: 17% !important; }

.h-17 {
  height: 17% !important; }

.w-18 {
  width: 18% !important; }

.h-18 {
  height: 18% !important; }

.w-19 {
  width: 19% !important; }

.h-19 {
  height: 19% !important; }

.w-20 {
  width: 20% !important; }

.h-20 {
  height: 20% !important; }

.w-21 {
  width: 21% !important; }

.h-21 {
  height: 21% !important; }

.w-22 {
  width: 22% !important; }

.h-22 {
  height: 22% !important; }

.w-23 {
  width: 23% !important; }

.h-23 {
  height: 23% !important; }

.w-24 {
  width: 24% !important; }

.h-24 {
  height: 24% !important; }

.w-25 {
  width: 25% !important; }

.h-25 {
  height: 25% !important; }

.w-26 {
  width: 26% !important; }

.h-26 {
  height: 26% !important; }

.w-27 {
  width: 27% !important; }

.h-27 {
  height: 27% !important; }

.w-28 {
  width: 28% !important; }

.h-28 {
  height: 28% !important; }

.w-29 {
  width: 29% !important; }

.h-29 {
  height: 29% !important; }

.w-30 {
  width: 30% !important; }

.h-30 {
  height: 30% !important; }

.w-31 {
  width: 31% !important; }

.h-31 {
  height: 31% !important; }

.w-32 {
  width: 32% !important; }

.h-32 {
  height: 32% !important; }

.w-33 {
  width: 33% !important; }

.h-33 {
  height: 33% !important; }

.w-34 {
  width: 34% !important; }

.h-34 {
  height: 34% !important; }

.w-35 {
  width: 35% !important; }

.h-35 {
  height: 35% !important; }

.w-36 {
  width: 36% !important; }

.h-36 {
  height: 36% !important; }

.w-37 {
  width: 37% !important; }

.h-37 {
  height: 37% !important; }

.w-38 {
  width: 38% !important; }

.h-38 {
  height: 38% !important; }

.w-39 {
  width: 39% !important; }

.h-39 {
  height: 39% !important; }

.w-40 {
  width: 40% !important; }

.h-40 {
  height: 40% !important; }

.w-41 {
  width: 41% !important; }

.h-41 {
  height: 41% !important; }

.w-42 {
  width: 42% !important; }

.h-42 {
  height: 42% !important; }

.w-43 {
  width: 43% !important; }

.h-43 {
  height: 43% !important; }

.w-44 {
  width: 44% !important; }

.h-44 {
  height: 44% !important; }

.w-45 {
  width: 45% !important; }

.h-45 {
  height: 45% !important; }

.w-46 {
  width: 46% !important; }

.h-46 {
  height: 46% !important; }

.w-47 {
  width: 47% !important; }

.h-47 {
  height: 47% !important; }

.w-48 {
  width: 48% !important; }

.h-48 {
  height: 48% !important; }

.w-49 {
  width: 49% !important; }

.h-49 {
  height: 49% !important; }

.w-50 {
  width: 50% !important; }

.h-50 {
  height: 50% !important; }

.w-51 {
  width: 51% !important; }

.h-51 {
  height: 51% !important; }

.w-52 {
  width: 52% !important; }

.h-52 {
  height: 52% !important; }

.w-53 {
  width: 53% !important; }

.h-53 {
  height: 53% !important; }

.w-54 {
  width: 54% !important; }

.h-54 {
  height: 54% !important; }

.w-55 {
  width: 55% !important; }

.h-55 {
  height: 55% !important; }

.w-56 {
  width: 56% !important; }

.h-56 {
  height: 56% !important; }

.w-57 {
  width: 57% !important; }

.h-57 {
  height: 57% !important; }

.w-58 {
  width: 58% !important; }

.h-58 {
  height: 58% !important; }

.w-59 {
  width: 59% !important; }

.h-59 {
  height: 59% !important; }

.w-60 {
  width: 60% !important; }

.h-60 {
  height: 60% !important; }

.w-61 {
  width: 61% !important; }

.h-61 {
  height: 61% !important; }

.w-62 {
  width: 62% !important; }

.h-62 {
  height: 62% !important; }

.w-63 {
  width: 63% !important; }

.h-63 {
  height: 63% !important; }

.w-64 {
  width: 64% !important; }

.h-64 {
  height: 64% !important; }

.w-65 {
  width: 65% !important; }

.h-65 {
  height: 65% !important; }

.w-66 {
  width: 66% !important; }

.h-66 {
  height: 66% !important; }

.w-67 {
  width: 67% !important; }

.h-67 {
  height: 67% !important; }

.w-68 {
  width: 68% !important; }

.h-68 {
  height: 68% !important; }

.w-69 {
  width: 69% !important; }

.h-69 {
  height: 69% !important; }

.w-70 {
  width: 70% !important; }

.h-70 {
  height: 70% !important; }

.w-71 {
  width: 71% !important; }

.h-71 {
  height: 71% !important; }

.w-72 {
  width: 72% !important; }

.h-72 {
  height: 72% !important; }

.w-73 {
  width: 73% !important; }

.h-73 {
  height: 73% !important; }

.w-74 {
  width: 74% !important; }

.h-74 {
  height: 74% !important; }

.w-75 {
  width: 75% !important; }

.h-75 {
  height: 75% !important; }

.w-76 {
  width: 76% !important; }

.h-76 {
  height: 76% !important; }

.w-77 {
  width: 77% !important; }

.h-77 {
  height: 77% !important; }

.w-78 {
  width: 78% !important; }

.h-78 {
  height: 78% !important; }

.w-79 {
  width: 79% !important; }

.h-79 {
  height: 79% !important; }

.w-80 {
  width: 80% !important; }

.h-80 {
  height: 80% !important; }

.w-81 {
  width: 81% !important; }

.h-81 {
  height: 81% !important; }

.w-82 {
  width: 82% !important; }

.h-82 {
  height: 82% !important; }

.w-83 {
  width: 83% !important; }

.h-83 {
  height: 83% !important; }

.w-84 {
  width: 84% !important; }

.h-84 {
  height: 84% !important; }

.w-85 {
  width: 85% !important; }

.h-85 {
  height: 85% !important; }

.w-86 {
  width: 86% !important; }

.h-86 {
  height: 86% !important; }

.w-87 {
  width: 87% !important; }

.h-87 {
  height: 87% !important; }

.w-88 {
  width: 88% !important; }

.h-88 {
  height: 88% !important; }

.w-89 {
  width: 89% !important; }

.h-89 {
  height: 89% !important; }

.w-90 {
  width: 90% !important; }

.h-90 {
  height: 90% !important; }

.w-91 {
  width: 91% !important; }

.h-91 {
  height: 91% !important; }

.w-92 {
  width: 92% !important; }

.h-92 {
  height: 92% !important; }

.w-93 {
  width: 93% !important; }

.h-93 {
  height: 93% !important; }

.w-94 {
  width: 94% !important; }

.h-94 {
  height: 94% !important; }

.w-95 {
  width: 95% !important; }

.h-95 {
  height: 95% !important; }

.w-96 {
  width: 96% !important; }

.h-96 {
  height: 96% !important; }

.w-97 {
  width: 97% !important; }

.h-97 {
  height: 97% !important; }

.w-98 {
  width: 98% !important; }

.h-98 {
  height: 98% !important; }

.w-99 {
  width: 99% !important; }

.h-99 {
  height: 99% !important; }

.wfix-1 {
  width: 1px !important; }

.hfix-1 {
  height: 1px !important; }

.wfix-2 {
  width: 2px !important; }

.hfix-2 {
  height: 2px !important; }

.wfix-3 {
  width: 3px !important; }

.hfix-3 {
  height: 3px !important; }

.wfix-4 {
  width: 4px !important; }

.hfix-4 {
  height: 4px !important; }

.wfix-5 {
  width: 5px !important; }

.hfix-5 {
  height: 5px !important; }

.wfix-6 {
  width: 6px !important; }

.hfix-6 {
  height: 6px !important; }

.wfix-7 {
  width: 7px !important; }

.hfix-7 {
  height: 7px !important; }

.wfix-8 {
  width: 8px !important; }

.hfix-8 {
  height: 8px !important; }

.wfix-9 {
  width: 9px !important; }

.hfix-9 {
  height: 9px !important; }

.wfix-10 {
  width: 10px !important; }

.hfix-10 {
  height: 10px !important; }

.wfix-11 {
  width: 11px !important; }

.hfix-11 {
  height: 11px !important; }

.wfix-12 {
  width: 12px !important; }

.hfix-12 {
  height: 12px !important; }

.wfix-13 {
  width: 13px !important; }

.hfix-13 {
  height: 13px !important; }

.wfix-14 {
  width: 14px !important; }

.hfix-14 {
  height: 14px !important; }

.wfix-15 {
  width: 15px !important; }

.hfix-15 {
  height: 15px !important; }

.wfix-16 {
  width: 16px !important; }

.hfix-16 {
  height: 16px !important; }

.wfix-17 {
  width: 17px !important; }

.hfix-17 {
  height: 17px !important; }

.wfix-18 {
  width: 18px !important; }

.hfix-18 {
  height: 18px !important; }

.wfix-19 {
  width: 19px !important; }

.hfix-19 {
  height: 19px !important; }

.wfix-20 {
  width: 20px !important; }

.hfix-20 {
  height: 20px !important; }

.wfix-21 {
  width: 21px !important; }

.hfix-21 {
  height: 21px !important; }

.wfix-22 {
  width: 22px !important; }

.hfix-22 {
  height: 22px !important; }

.wfix-23 {
  width: 23px !important; }

.hfix-23 {
  height: 23px !important; }

.wfix-24 {
  width: 24px !important; }

.hfix-24 {
  height: 24px !important; }

.wfix-25 {
  width: 25px !important; }

.hfix-25 {
  height: 25px !important; }

.wfix-26 {
  width: 26px !important; }

.hfix-26 {
  height: 26px !important; }

.wfix-27 {
  width: 27px !important; }

.hfix-27 {
  height: 27px !important; }

.wfix-28 {
  width: 28px !important; }

.hfix-28 {
  height: 28px !important; }

.wfix-29 {
  width: 29px !important; }

.hfix-29 {
  height: 29px !important; }

.wfix-30 {
  width: 30px !important; }

.hfix-30 {
  height: 30px !important; }

.wfix-31 {
  width: 31px !important; }

.hfix-31 {
  height: 31px !important; }

.wfix-32 {
  width: 32px !important; }

.hfix-32 {
  height: 32px !important; }

.wfix-33 {
  width: 33px !important; }

.hfix-33 {
  height: 33px !important; }

.wfix-34 {
  width: 34px !important; }

.hfix-34 {
  height: 34px !important; }

.wfix-35 {
  width: 35px !important; }

.hfix-35 {
  height: 35px !important; }

.wfix-36 {
  width: 36px !important; }

.hfix-36 {
  height: 36px !important; }

.wfix-37 {
  width: 37px !important; }

.hfix-37 {
  height: 37px !important; }

.wfix-38 {
  width: 38px !important; }

.hfix-38 {
  height: 38px !important; }

.wfix-39 {
  width: 39px !important; }

.hfix-39 {
  height: 39px !important; }

.wfix-40 {
  width: 40px !important; }

.hfix-40 {
  height: 40px !important; }

.wfix-41 {
  width: 41px !important; }

.hfix-41 {
  height: 41px !important; }

.wfix-42 {
  width: 42px !important; }

.hfix-42 {
  height: 42px !important; }

.wfix-43 {
  width: 43px !important; }

.hfix-43 {
  height: 43px !important; }

.wfix-44 {
  width: 44px !important; }

.hfix-44 {
  height: 44px !important; }

.wfix-45 {
  width: 45px !important; }

.hfix-45 {
  height: 45px !important; }

.wfix-46 {
  width: 46px !important; }

.hfix-46 {
  height: 46px !important; }

.wfix-47 {
  width: 47px !important; }

.hfix-47 {
  height: 47px !important; }

.wfix-48 {
  width: 48px !important; }

.hfix-48 {
  height: 48px !important; }

.wfix-49 {
  width: 49px !important; }

.hfix-49 {
  height: 49px !important; }

.wfix-50 {
  width: 50px !important; }

.hfix-50 {
  height: 50px !important; }

.wfix-51 {
  width: 51px !important; }

.hfix-51 {
  height: 51px !important; }

.wfix-52 {
  width: 52px !important; }

.hfix-52 {
  height: 52px !important; }

.wfix-53 {
  width: 53px !important; }

.hfix-53 {
  height: 53px !important; }

.wfix-54 {
  width: 54px !important; }

.hfix-54 {
  height: 54px !important; }

.wfix-55 {
  width: 55px !important; }

.hfix-55 {
  height: 55px !important; }

.wfix-56 {
  width: 56px !important; }

.hfix-56 {
  height: 56px !important; }

.wfix-57 {
  width: 57px !important; }

.hfix-57 {
  height: 57px !important; }

.wfix-58 {
  width: 58px !important; }

.hfix-58 {
  height: 58px !important; }

.wfix-59 {
  width: 59px !important; }

.hfix-59 {
  height: 59px !important; }

.wfix-60 {
  width: 60px !important; }

.hfix-60 {
  height: 60px !important; }

.wfix-61 {
  width: 61px !important; }

.hfix-61 {
  height: 61px !important; }

.wfix-62 {
  width: 62px !important; }

.hfix-62 {
  height: 62px !important; }

.wfix-63 {
  width: 63px !important; }

.hfix-63 {
  height: 63px !important; }

.wfix-64 {
  width: 64px !important; }

.hfix-64 {
  height: 64px !important; }

.wfix-65 {
  width: 65px !important; }

.hfix-65 {
  height: 65px !important; }

.wfix-66 {
  width: 66px !important; }

.hfix-66 {
  height: 66px !important; }

.wfix-67 {
  width: 67px !important; }

.hfix-67 {
  height: 67px !important; }

.wfix-68 {
  width: 68px !important; }

.hfix-68 {
  height: 68px !important; }

.wfix-69 {
  width: 69px !important; }

.hfix-69 {
  height: 69px !important; }

.wfix-70 {
  width: 70px !important; }

.hfix-70 {
  height: 70px !important; }

.wfix-71 {
  width: 71px !important; }

.hfix-71 {
  height: 71px !important; }

.wfix-72 {
  width: 72px !important; }

.hfix-72 {
  height: 72px !important; }

.wfix-73 {
  width: 73px !important; }

.hfix-73 {
  height: 73px !important; }

.wfix-74 {
  width: 74px !important; }

.hfix-74 {
  height: 74px !important; }

.wfix-75 {
  width: 75px !important; }

.hfix-75 {
  height: 75px !important; }

.wfix-76 {
  width: 76px !important; }

.hfix-76 {
  height: 76px !important; }

.wfix-77 {
  width: 77px !important; }

.hfix-77 {
  height: 77px !important; }

.wfix-78 {
  width: 78px !important; }

.hfix-78 {
  height: 78px !important; }

.wfix-79 {
  width: 79px !important; }

.hfix-79 {
  height: 79px !important; }

.wfix-80 {
  width: 80px !important; }

.hfix-80 {
  height: 80px !important; }

.wfix-81 {
  width: 81px !important; }

.hfix-81 {
  height: 81px !important; }

.wfix-82 {
  width: 82px !important; }

.hfix-82 {
  height: 82px !important; }

.wfix-83 {
  width: 83px !important; }

.hfix-83 {
  height: 83px !important; }

.wfix-84 {
  width: 84px !important; }

.hfix-84 {
  height: 84px !important; }

.wfix-85 {
  width: 85px !important; }

.hfix-85 {
  height: 85px !important; }

.wfix-86 {
  width: 86px !important; }

.hfix-86 {
  height: 86px !important; }

.wfix-87 {
  width: 87px !important; }

.hfix-87 {
  height: 87px !important; }

.wfix-88 {
  width: 88px !important; }

.hfix-88 {
  height: 88px !important; }

.wfix-89 {
  width: 89px !important; }

.hfix-89 {
  height: 89px !important; }

.wfix-90 {
  width: 90px !important; }

.hfix-90 {
  height: 90px !important; }

.wfix-91 {
  width: 91px !important; }

.hfix-91 {
  height: 91px !important; }

.wfix-92 {
  width: 92px !important; }

.hfix-92 {
  height: 92px !important; }

.wfix-93 {
  width: 93px !important; }

.hfix-93 {
  height: 93px !important; }

.wfix-94 {
  width: 94px !important; }

.hfix-94 {
  height: 94px !important; }

.wfix-95 {
  width: 95px !important; }

.hfix-95 {
  height: 95px !important; }

.wfix-96 {
  width: 96px !important; }

.hfix-96 {
  height: 96px !important; }

.wfix-97 {
  width: 97px !important; }

.hfix-97 {
  height: 97px !important; }

.wfix-98 {
  width: 98px !important; }

.hfix-98 {
  height: 98px !important; }

.wfix-99 {
  width: 99px !important; }

.hfix-99 {
  height: 99px !important; }

.wfix-100 {
  width: 100px !important; }

.hfix-100 {
  height: 100px !important; }

.wfix-101 {
  width: 101px !important; }

.hfix-101 {
  height: 101px !important; }

.wfix-102 {
  width: 102px !important; }

.hfix-102 {
  height: 102px !important; }

.wfix-103 {
  width: 103px !important; }

.hfix-103 {
  height: 103px !important; }

.wfix-104 {
  width: 104px !important; }

.hfix-104 {
  height: 104px !important; }

.wfix-105 {
  width: 105px !important; }

.hfix-105 {
  height: 105px !important; }

.wfix-106 {
  width: 106px !important; }

.hfix-106 {
  height: 106px !important; }

.wfix-107 {
  width: 107px !important; }

.hfix-107 {
  height: 107px !important; }

.wfix-108 {
  width: 108px !important; }

.hfix-108 {
  height: 108px !important; }

.wfix-109 {
  width: 109px !important; }

.hfix-109 {
  height: 109px !important; }

.wfix-110 {
  width: 110px !important; }

.hfix-110 {
  height: 110px !important; }

.wfix-111 {
  width: 111px !important; }

.hfix-111 {
  height: 111px !important; }

.wfix-112 {
  width: 112px !important; }

.hfix-112 {
  height: 112px !important; }

.wfix-113 {
  width: 113px !important; }

.hfix-113 {
  height: 113px !important; }

.wfix-114 {
  width: 114px !important; }

.hfix-114 {
  height: 114px !important; }

.wfix-115 {
  width: 115px !important; }

.hfix-115 {
  height: 115px !important; }

.wfix-116 {
  width: 116px !important; }

.hfix-116 {
  height: 116px !important; }

.wfix-117 {
  width: 117px !important; }

.hfix-117 {
  height: 117px !important; }

.wfix-118 {
  width: 118px !important; }

.hfix-118 {
  height: 118px !important; }

.wfix-119 {
  width: 119px !important; }

.hfix-119 {
  height: 119px !important; }

.wfix-120 {
  width: 120px !important; }

.hfix-120 {
  height: 120px !important; }

.wfix-121 {
  width: 121px !important; }

.hfix-121 {
  height: 121px !important; }

.wfix-122 {
  width: 122px !important; }

.hfix-122 {
  height: 122px !important; }

.wfix-123 {
  width: 123px !important; }

.hfix-123 {
  height: 123px !important; }

.wfix-124 {
  width: 124px !important; }

.hfix-124 {
  height: 124px !important; }

.wfix-125 {
  width: 125px !important; }

.hfix-125 {
  height: 125px !important; }

.wfix-126 {
  width: 126px !important; }

.hfix-126 {
  height: 126px !important; }

.wfix-127 {
  width: 127px !important; }

.hfix-127 {
  height: 127px !important; }

.wfix-128 {
  width: 128px !important; }

.hfix-128 {
  height: 128px !important; }

.wfix-129 {
  width: 129px !important; }

.hfix-129 {
  height: 129px !important; }

.wfix-130 {
  width: 130px !important; }

.hfix-130 {
  height: 130px !important; }

.wfix-131 {
  width: 131px !important; }

.hfix-131 {
  height: 131px !important; }

.wfix-132 {
  width: 132px !important; }

.hfix-132 {
  height: 132px !important; }

.wfix-133 {
  width: 133px !important; }

.hfix-133 {
  height: 133px !important; }

.wfix-134 {
  width: 134px !important; }

.hfix-134 {
  height: 134px !important; }

.wfix-135 {
  width: 135px !important; }

.hfix-135 {
  height: 135px !important; }

.wfix-136 {
  width: 136px !important; }

.hfix-136 {
  height: 136px !important; }

.wfix-137 {
  width: 137px !important; }

.hfix-137 {
  height: 137px !important; }

.wfix-138 {
  width: 138px !important; }

.hfix-138 {
  height: 138px !important; }

.wfix-139 {
  width: 139px !important; }

.hfix-139 {
  height: 139px !important; }

.wfix-140 {
  width: 140px !important; }

.hfix-140 {
  height: 140px !important; }

.wfix-141 {
  width: 141px !important; }

.hfix-141 {
  height: 141px !important; }

.wfix-142 {
  width: 142px !important; }

.hfix-142 {
  height: 142px !important; }

.wfix-143 {
  width: 143px !important; }

.hfix-143 {
  height: 143px !important; }

.wfix-144 {
  width: 144px !important; }

.hfix-144 {
  height: 144px !important; }

.wfix-145 {
  width: 145px !important; }

.hfix-145 {
  height: 145px !important; }

.wfix-146 {
  width: 146px !important; }

.hfix-146 {
  height: 146px !important; }

.wfix-147 {
  width: 147px !important; }

.hfix-147 {
  height: 147px !important; }

.wfix-148 {
  width: 148px !important; }

.hfix-148 {
  height: 148px !important; }

.wfix-149 {
  width: 149px !important; }

.hfix-149 {
  height: 149px !important; }

.wfix-150 {
  width: 150px !important; }

.hfix-150 {
  height: 150px !important; }

.wfix-151 {
  width: 151px !important; }

.hfix-151 {
  height: 151px !important; }

.wfix-152 {
  width: 152px !important; }

.hfix-152 {
  height: 152px !important; }

.wfix-153 {
  width: 153px !important; }

.hfix-153 {
  height: 153px !important; }

.wfix-154 {
  width: 154px !important; }

.hfix-154 {
  height: 154px !important; }

.wfix-155 {
  width: 155px !important; }

.hfix-155 {
  height: 155px !important; }

.wfix-156 {
  width: 156px !important; }

.hfix-156 {
  height: 156px !important; }

.wfix-157 {
  width: 157px !important; }

.hfix-157 {
  height: 157px !important; }

.wfix-158 {
  width: 158px !important; }

.hfix-158 {
  height: 158px !important; }

.wfix-159 {
  width: 159px !important; }

.hfix-159 {
  height: 159px !important; }

.wfix-160 {
  width: 160px !important; }

.hfix-160 {
  height: 160px !important; }

.wfix-161 {
  width: 161px !important; }

.hfix-161 {
  height: 161px !important; }

.wfix-162 {
  width: 162px !important; }

.hfix-162 {
  height: 162px !important; }

.wfix-163 {
  width: 163px !important; }

.hfix-163 {
  height: 163px !important; }

.wfix-164 {
  width: 164px !important; }

.hfix-164 {
  height: 164px !important; }

.wfix-165 {
  width: 165px !important; }

.hfix-165 {
  height: 165px !important; }

.wfix-166 {
  width: 166px !important; }

.hfix-166 {
  height: 166px !important; }

.wfix-167 {
  width: 167px !important; }

.hfix-167 {
  height: 167px !important; }

.wfix-168 {
  width: 168px !important; }

.hfix-168 {
  height: 168px !important; }

.wfix-169 {
  width: 169px !important; }

.hfix-169 {
  height: 169px !important; }

.wfix-170 {
  width: 170px !important; }

.hfix-170 {
  height: 170px !important; }

.wfix-171 {
  width: 171px !important; }

.hfix-171 {
  height: 171px !important; }

.wfix-172 {
  width: 172px !important; }

.hfix-172 {
  height: 172px !important; }

.wfix-173 {
  width: 173px !important; }

.hfix-173 {
  height: 173px !important; }

.wfix-174 {
  width: 174px !important; }

.hfix-174 {
  height: 174px !important; }

.wfix-175 {
  width: 175px !important; }

.hfix-175 {
  height: 175px !important; }

.wfix-176 {
  width: 176px !important; }

.hfix-176 {
  height: 176px !important; }

.wfix-177 {
  width: 177px !important; }

.hfix-177 {
  height: 177px !important; }

.wfix-178 {
  width: 178px !important; }

.hfix-178 {
  height: 178px !important; }

.wfix-179 {
  width: 179px !important; }

.hfix-179 {
  height: 179px !important; }

.wfix-180 {
  width: 180px !important; }

.hfix-180 {
  height: 180px !important; }

.wfix-181 {
  width: 181px !important; }

.hfix-181 {
  height: 181px !important; }

.wfix-182 {
  width: 182px !important; }

.hfix-182 {
  height: 182px !important; }

.wfix-183 {
  width: 183px !important; }

.hfix-183 {
  height: 183px !important; }

.wfix-184 {
  width: 184px !important; }

.hfix-184 {
  height: 184px !important; }

.wfix-185 {
  width: 185px !important; }

.hfix-185 {
  height: 185px !important; }

.wfix-186 {
  width: 186px !important; }

.hfix-186 {
  height: 186px !important; }

.wfix-187 {
  width: 187px !important; }

.hfix-187 {
  height: 187px !important; }

.wfix-188 {
  width: 188px !important; }

.hfix-188 {
  height: 188px !important; }

.wfix-189 {
  width: 189px !important; }

.hfix-189 {
  height: 189px !important; }

.wfix-190 {
  width: 190px !important; }

.hfix-190 {
  height: 190px !important; }

.wfix-191 {
  width: 191px !important; }

.hfix-191 {
  height: 191px !important; }

.wfix-192 {
  width: 192px !important; }

.hfix-192 {
  height: 192px !important; }

.wfix-193 {
  width: 193px !important; }

.hfix-193 {
  height: 193px !important; }

.wfix-194 {
  width: 194px !important; }

.hfix-194 {
  height: 194px !important; }

.wfix-195 {
  width: 195px !important; }

.hfix-195 {
  height: 195px !important; }

.wfix-196 {
  width: 196px !important; }

.hfix-196 {
  height: 196px !important; }

.wfix-197 {
  width: 197px !important; }

.hfix-197 {
  height: 197px !important; }

.wfix-198 {
  width: 198px !important; }

.hfix-198 {
  height: 198px !important; }

.wfix-199 {
  width: 199px !important; }

.hfix-199 {
  height: 199px !important; }

.wfix-200 {
  width: 200px !important; }

.hfix-200 {
  height: 200px !important; }

.wfix-201 {
  width: 201px !important; }

.hfix-201 {
  height: 201px !important; }

.wfix-202 {
  width: 202px !important; }

.hfix-202 {
  height: 202px !important; }

.wfix-203 {
  width: 203px !important; }

.hfix-203 {
  height: 203px !important; }

.wfix-204 {
  width: 204px !important; }

.hfix-204 {
  height: 204px !important; }

.wfix-205 {
  width: 205px !important; }

.hfix-205 {
  height: 205px !important; }

.wfix-206 {
  width: 206px !important; }

.hfix-206 {
  height: 206px !important; }

.wfix-207 {
  width: 207px !important; }

.hfix-207 {
  height: 207px !important; }

.wfix-208 {
  width: 208px !important; }

.hfix-208 {
  height: 208px !important; }

.wfix-209 {
  width: 209px !important; }

.hfix-209 {
  height: 209px !important; }

.wfix-210 {
  width: 210px !important; }

.hfix-210 {
  height: 210px !important; }

.wfix-211 {
  width: 211px !important; }

.hfix-211 {
  height: 211px !important; }

.wfix-212 {
  width: 212px !important; }

.hfix-212 {
  height: 212px !important; }

.wfix-213 {
  width: 213px !important; }

.hfix-213 {
  height: 213px !important; }

.wfix-214 {
  width: 214px !important; }

.hfix-214 {
  height: 214px !important; }

.wfix-215 {
  width: 215px !important; }

.hfix-215 {
  height: 215px !important; }

.wfix-216 {
  width: 216px !important; }

.hfix-216 {
  height: 216px !important; }

.wfix-217 {
  width: 217px !important; }

.hfix-217 {
  height: 217px !important; }

.wfix-218 {
  width: 218px !important; }

.hfix-218 {
  height: 218px !important; }

.wfix-219 {
  width: 219px !important; }

.hfix-219 {
  height: 219px !important; }

.wfix-220 {
  width: 220px !important; }

.hfix-220 {
  height: 220px !important; }

.wfix-221 {
  width: 221px !important; }

.hfix-221 {
  height: 221px !important; }

.wfix-222 {
  width: 222px !important; }

.hfix-222 {
  height: 222px !important; }

.wfix-223 {
  width: 223px !important; }

.hfix-223 {
  height: 223px !important; }

.wfix-224 {
  width: 224px !important; }

.hfix-224 {
  height: 224px !important; }

.wfix-225 {
  width: 225px !important; }

.hfix-225 {
  height: 225px !important; }

.wfix-226 {
  width: 226px !important; }

.hfix-226 {
  height: 226px !important; }

.wfix-227 {
  width: 227px !important; }

.hfix-227 {
  height: 227px !important; }

.wfix-228 {
  width: 228px !important; }

.hfix-228 {
  height: 228px !important; }

.wfix-229 {
  width: 229px !important; }

.hfix-229 {
  height: 229px !important; }

.wfix-230 {
  width: 230px !important; }

.hfix-230 {
  height: 230px !important; }

.wfix-231 {
  width: 231px !important; }

.hfix-231 {
  height: 231px !important; }

.wfix-232 {
  width: 232px !important; }

.hfix-232 {
  height: 232px !important; }

.wfix-233 {
  width: 233px !important; }

.hfix-233 {
  height: 233px !important; }

.wfix-234 {
  width: 234px !important; }

.hfix-234 {
  height: 234px !important; }

.wfix-235 {
  width: 235px !important; }

.hfix-235 {
  height: 235px !important; }

.wfix-236 {
  width: 236px !important; }

.hfix-236 {
  height: 236px !important; }

.wfix-237 {
  width: 237px !important; }

.hfix-237 {
  height: 237px !important; }

.wfix-238 {
  width: 238px !important; }

.hfix-238 {
  height: 238px !important; }

.wfix-239 {
  width: 239px !important; }

.hfix-239 {
  height: 239px !important; }

.wfix-240 {
  width: 240px !important; }

.hfix-240 {
  height: 240px !important; }

.wfix-241 {
  width: 241px !important; }

.hfix-241 {
  height: 241px !important; }

.wfix-242 {
  width: 242px !important; }

.hfix-242 {
  height: 242px !important; }

.wfix-243 {
  width: 243px !important; }

.hfix-243 {
  height: 243px !important; }

.wfix-244 {
  width: 244px !important; }

.hfix-244 {
  height: 244px !important; }

.wfix-245 {
  width: 245px !important; }

.hfix-245 {
  height: 245px !important; }

.wfix-246 {
  width: 246px !important; }

.hfix-246 {
  height: 246px !important; }

.wfix-247 {
  width: 247px !important; }

.hfix-247 {
  height: 247px !important; }

.wfix-248 {
  width: 248px !important; }

.hfix-248 {
  height: 248px !important; }

.wfix-249 {
  width: 249px !important; }

.hfix-249 {
  height: 249px !important; }

.wfix-250 {
  width: 250px !important; }

.hfix-250 {
  height: 250px !important; }

.wfix-251 {
  width: 251px !important; }

.hfix-251 {
  height: 251px !important; }

.wfix-252 {
  width: 252px !important; }

.hfix-252 {
  height: 252px !important; }

.wfix-253 {
  width: 253px !important; }

.hfix-253 {
  height: 253px !important; }

.wfix-254 {
  width: 254px !important; }

.hfix-254 {
  height: 254px !important; }

.wfix-255 {
  width: 255px !important; }

.hfix-255 {
  height: 255px !important; }

.wfix-256 {
  width: 256px !important; }

.hfix-256 {
  height: 256px !important; }

.wfix-257 {
  width: 257px !important; }

.hfix-257 {
  height: 257px !important; }

.wfix-258 {
  width: 258px !important; }

.hfix-258 {
  height: 258px !important; }

.wfix-259 {
  width: 259px !important; }

.hfix-259 {
  height: 259px !important; }

.wfix-260 {
  width: 260px !important; }

.hfix-260 {
  height: 260px !important; }

.wfix-261 {
  width: 261px !important; }

.hfix-261 {
  height: 261px !important; }

.wfix-262 {
  width: 262px !important; }

.hfix-262 {
  height: 262px !important; }

.wfix-263 {
  width: 263px !important; }

.hfix-263 {
  height: 263px !important; }

.wfix-264 {
  width: 264px !important; }

.hfix-264 {
  height: 264px !important; }

.wfix-265 {
  width: 265px !important; }

.hfix-265 {
  height: 265px !important; }

.wfix-266 {
  width: 266px !important; }

.hfix-266 {
  height: 266px !important; }

.wfix-267 {
  width: 267px !important; }

.hfix-267 {
  height: 267px !important; }

.wfix-268 {
  width: 268px !important; }

.hfix-268 {
  height: 268px !important; }

.wfix-269 {
  width: 269px !important; }

.hfix-269 {
  height: 269px !important; }

.wfix-270 {
  width: 270px !important; }

.hfix-270 {
  height: 270px !important; }

.wfix-271 {
  width: 271px !important; }

.hfix-271 {
  height: 271px !important; }

.wfix-272 {
  width: 272px !important; }

.hfix-272 {
  height: 272px !important; }

.wfix-273 {
  width: 273px !important; }

.hfix-273 {
  height: 273px !important; }

.wfix-274 {
  width: 274px !important; }

.hfix-274 {
  height: 274px !important; }

.wfix-275 {
  width: 275px !important; }

.hfix-275 {
  height: 275px !important; }

.wfix-276 {
  width: 276px !important; }

.hfix-276 {
  height: 276px !important; }

.wfix-277 {
  width: 277px !important; }

.hfix-277 {
  height: 277px !important; }

.wfix-278 {
  width: 278px !important; }

.hfix-278 {
  height: 278px !important; }

.wfix-279 {
  width: 279px !important; }

.hfix-279 {
  height: 279px !important; }

.wfix-280 {
  width: 280px !important; }

.hfix-280 {
  height: 280px !important; }

.wfix-281 {
  width: 281px !important; }

.hfix-281 {
  height: 281px !important; }

.wfix-282 {
  width: 282px !important; }

.hfix-282 {
  height: 282px !important; }

.wfix-283 {
  width: 283px !important; }

.hfix-283 {
  height: 283px !important; }

.wfix-284 {
  width: 284px !important; }

.hfix-284 {
  height: 284px !important; }

.wfix-285 {
  width: 285px !important; }

.hfix-285 {
  height: 285px !important; }

.wfix-286 {
  width: 286px !important; }

.hfix-286 {
  height: 286px !important; }

.wfix-287 {
  width: 287px !important; }

.hfix-287 {
  height: 287px !important; }

.wfix-288 {
  width: 288px !important; }

.hfix-288 {
  height: 288px !important; }

.wfix-289 {
  width: 289px !important; }

.hfix-289 {
  height: 289px !important; }

.wfix-290 {
  width: 290px !important; }

.hfix-290 {
  height: 290px !important; }

.wfix-291 {
  width: 291px !important; }

.hfix-291 {
  height: 291px !important; }

.wfix-292 {
  width: 292px !important; }

.hfix-292 {
  height: 292px !important; }

.wfix-293 {
  width: 293px !important; }

.hfix-293 {
  height: 293px !important; }

.wfix-294 {
  width: 294px !important; }

.hfix-294 {
  height: 294px !important; }

.wfix-295 {
  width: 295px !important; }

.hfix-295 {
  height: 295px !important; }

.wfix-296 {
  width: 296px !important; }

.hfix-296 {
  height: 296px !important; }

.wfix-297 {
  width: 297px !important; }

.hfix-297 {
  height: 297px !important; }

.wfix-298 {
  width: 298px !important; }

.hfix-298 {
  height: 298px !important; }

.wfix-299 {
  width: 299px !important; }

.hfix-299 {
  height: 299px !important; }

.wfix-300 {
  width: 300px !important; }

.hfix-300 {
  height: 300px !important; }

.wfix-301 {
  width: 301px !important; }

.hfix-301 {
  height: 301px !important; }

.wfix-302 {
  width: 302px !important; }

.hfix-302 {
  height: 302px !important; }

.wfix-303 {
  width: 303px !important; }

.hfix-303 {
  height: 303px !important; }

.wfix-304 {
  width: 304px !important; }

.hfix-304 {
  height: 304px !important; }

.wfix-305 {
  width: 305px !important; }

.hfix-305 {
  height: 305px !important; }

.wfix-306 {
  width: 306px !important; }

.hfix-306 {
  height: 306px !important; }

.wfix-307 {
  width: 307px !important; }

.hfix-307 {
  height: 307px !important; }

.wfix-308 {
  width: 308px !important; }

.hfix-308 {
  height: 308px !important; }

.wfix-309 {
  width: 309px !important; }

.hfix-309 {
  height: 309px !important; }

.wfix-310 {
  width: 310px !important; }

.hfix-310 {
  height: 310px !important; }

.wfix-311 {
  width: 311px !important; }

.hfix-311 {
  height: 311px !important; }

.wfix-312 {
  width: 312px !important; }

.hfix-312 {
  height: 312px !important; }

.wfix-313 {
  width: 313px !important; }

.hfix-313 {
  height: 313px !important; }

.wfix-314 {
  width: 314px !important; }

.hfix-314 {
  height: 314px !important; }

.wfix-315 {
  width: 315px !important; }

.hfix-315 {
  height: 315px !important; }

.wfix-316 {
  width: 316px !important; }

.hfix-316 {
  height: 316px !important; }

.wfix-317 {
  width: 317px !important; }

.hfix-317 {
  height: 317px !important; }

.wfix-318 {
  width: 318px !important; }

.hfix-318 {
  height: 318px !important; }

.wfix-319 {
  width: 319px !important; }

.hfix-319 {
  height: 319px !important; }

.wfix-320 {
  width: 320px !important; }

.hfix-320 {
  height: 320px !important; }

.wfix-321 {
  width: 321px !important; }

.hfix-321 {
  height: 321px !important; }

.wfix-322 {
  width: 322px !important; }

.hfix-322 {
  height: 322px !important; }

.wfix-323 {
  width: 323px !important; }

.hfix-323 {
  height: 323px !important; }

.wfix-324 {
  width: 324px !important; }

.hfix-324 {
  height: 324px !important; }

.wfix-325 {
  width: 325px !important; }

.hfix-325 {
  height: 325px !important; }

.wfix-326 {
  width: 326px !important; }

.hfix-326 {
  height: 326px !important; }

.wfix-327 {
  width: 327px !important; }

.hfix-327 {
  height: 327px !important; }

.wfix-328 {
  width: 328px !important; }

.hfix-328 {
  height: 328px !important; }

.wfix-329 {
  width: 329px !important; }

.hfix-329 {
  height: 329px !important; }

.wfix-330 {
  width: 330px !important; }

.hfix-330 {
  height: 330px !important; }

.wfix-331 {
  width: 331px !important; }

.hfix-331 {
  height: 331px !important; }

.wfix-332 {
  width: 332px !important; }

.hfix-332 {
  height: 332px !important; }

.wfix-333 {
  width: 333px !important; }

.hfix-333 {
  height: 333px !important; }

.wfix-334 {
  width: 334px !important; }

.hfix-334 {
  height: 334px !important; }

.wfix-335 {
  width: 335px !important; }

.hfix-335 {
  height: 335px !important; }

.wfix-336 {
  width: 336px !important; }

.hfix-336 {
  height: 336px !important; }

.wfix-337 {
  width: 337px !important; }

.hfix-337 {
  height: 337px !important; }

.wfix-338 {
  width: 338px !important; }

.hfix-338 {
  height: 338px !important; }

.wfix-339 {
  width: 339px !important; }

.hfix-339 {
  height: 339px !important; }

.wfix-340 {
  width: 340px !important; }

.hfix-340 {
  height: 340px !important; }

.wfix-341 {
  width: 341px !important; }

.hfix-341 {
  height: 341px !important; }

.wfix-342 {
  width: 342px !important; }

.hfix-342 {
  height: 342px !important; }

.wfix-343 {
  width: 343px !important; }

.hfix-343 {
  height: 343px !important; }

.wfix-344 {
  width: 344px !important; }

.hfix-344 {
  height: 344px !important; }

.wfix-345 {
  width: 345px !important; }

.hfix-345 {
  height: 345px !important; }

.wfix-346 {
  width: 346px !important; }

.hfix-346 {
  height: 346px !important; }

.wfix-347 {
  width: 347px !important; }

.hfix-347 {
  height: 347px !important; }

.wfix-348 {
  width: 348px !important; }

.hfix-348 {
  height: 348px !important; }

.wfix-349 {
  width: 349px !important; }

.hfix-349 {
  height: 349px !important; }

.wfix-350 {
  width: 350px !important; }

.hfix-350 {
  height: 350px !important; }

.wfix-351 {
  width: 351px !important; }

.hfix-351 {
  height: 351px !important; }

.wfix-352 {
  width: 352px !important; }

.hfix-352 {
  height: 352px !important; }

.wfix-353 {
  width: 353px !important; }

.hfix-353 {
  height: 353px !important; }

.wfix-354 {
  width: 354px !important; }

.hfix-354 {
  height: 354px !important; }

.wfix-355 {
  width: 355px !important; }

.hfix-355 {
  height: 355px !important; }

.wfix-356 {
  width: 356px !important; }

.hfix-356 {
  height: 356px !important; }

.wfix-357 {
  width: 357px !important; }

.hfix-357 {
  height: 357px !important; }

.wfix-358 {
  width: 358px !important; }

.hfix-358 {
  height: 358px !important; }

.wfix-359 {
  width: 359px !important; }

.hfix-359 {
  height: 359px !important; }

.wfix-360 {
  width: 360px !important; }

.hfix-360 {
  height: 360px !important; }

.wfix-361 {
  width: 361px !important; }

.hfix-361 {
  height: 361px !important; }

.wfix-362 {
  width: 362px !important; }

.hfix-362 {
  height: 362px !important; }

.wfix-363 {
  width: 363px !important; }

.hfix-363 {
  height: 363px !important; }

.wfix-364 {
  width: 364px !important; }

.hfix-364 {
  height: 364px !important; }

.wfix-365 {
  width: 365px !important; }

.hfix-365 {
  height: 365px !important; }

.wfix-366 {
  width: 366px !important; }

.hfix-366 {
  height: 366px !important; }

.wfix-367 {
  width: 367px !important; }

.hfix-367 {
  height: 367px !important; }

.wfix-368 {
  width: 368px !important; }

.hfix-368 {
  height: 368px !important; }

.wfix-369 {
  width: 369px !important; }

.hfix-369 {
  height: 369px !important; }

.wfix-370 {
  width: 370px !important; }

.hfix-370 {
  height: 370px !important; }

.wfix-371 {
  width: 371px !important; }

.hfix-371 {
  height: 371px !important; }

.wfix-372 {
  width: 372px !important; }

.hfix-372 {
  height: 372px !important; }

.wfix-373 {
  width: 373px !important; }

.hfix-373 {
  height: 373px !important; }

.wfix-374 {
  width: 374px !important; }

.hfix-374 {
  height: 374px !important; }

.wfix-375 {
  width: 375px !important; }

.hfix-375 {
  height: 375px !important; }

.wfix-376 {
  width: 376px !important; }

.hfix-376 {
  height: 376px !important; }

.wfix-377 {
  width: 377px !important; }

.hfix-377 {
  height: 377px !important; }

.wfix-378 {
  width: 378px !important; }

.hfix-378 {
  height: 378px !important; }

.wfix-379 {
  width: 379px !important; }

.hfix-379 {
  height: 379px !important; }

.wfix-380 {
  width: 380px !important; }

.hfix-380 {
  height: 380px !important; }

.wfix-381 {
  width: 381px !important; }

.hfix-381 {
  height: 381px !important; }

.wfix-382 {
  width: 382px !important; }

.hfix-382 {
  height: 382px !important; }

.wfix-383 {
  width: 383px !important; }

.hfix-383 {
  height: 383px !important; }

.wfix-384 {
  width: 384px !important; }

.hfix-384 {
  height: 384px !important; }

.wfix-385 {
  width: 385px !important; }

.hfix-385 {
  height: 385px !important; }

.wfix-386 {
  width: 386px !important; }

.hfix-386 {
  height: 386px !important; }

.wfix-387 {
  width: 387px !important; }

.hfix-387 {
  height: 387px !important; }

.wfix-388 {
  width: 388px !important; }

.hfix-388 {
  height: 388px !important; }

.wfix-389 {
  width: 389px !important; }

.hfix-389 {
  height: 389px !important; }

.wfix-390 {
  width: 390px !important; }

.hfix-390 {
  height: 390px !important; }

.wfix-391 {
  width: 391px !important; }

.hfix-391 {
  height: 391px !important; }

.wfix-392 {
  width: 392px !important; }

.hfix-392 {
  height: 392px !important; }

.wfix-393 {
  width: 393px !important; }

.hfix-393 {
  height: 393px !important; }

.wfix-394 {
  width: 394px !important; }

.hfix-394 {
  height: 394px !important; }

.wfix-395 {
  width: 395px !important; }

.hfix-395 {
  height: 395px !important; }

.wfix-396 {
  width: 396px !important; }

.hfix-396 {
  height: 396px !important; }

.wfix-397 {
  width: 397px !important; }

.hfix-397 {
  height: 397px !important; }

.wfix-398 {
  width: 398px !important; }

.hfix-398 {
  height: 398px !important; }

.wfix-399 {
  width: 399px !important; }

.hfix-399 {
  height: 399px !important; }

.wfix-400 {
  width: 400px !important; }

.hfix-400 {
  height: 400px !important; }

.wfix-401 {
  width: 401px !important; }

.hfix-401 {
  height: 401px !important; }

.wfix-402 {
  width: 402px !important; }

.hfix-402 {
  height: 402px !important; }

.wfix-403 {
  width: 403px !important; }

.hfix-403 {
  height: 403px !important; }

.wfix-404 {
  width: 404px !important; }

.hfix-404 {
  height: 404px !important; }

.wfix-405 {
  width: 405px !important; }

.hfix-405 {
  height: 405px !important; }

.wfix-406 {
  width: 406px !important; }

.hfix-406 {
  height: 406px !important; }

.wfix-407 {
  width: 407px !important; }

.hfix-407 {
  height: 407px !important; }

.wfix-408 {
  width: 408px !important; }

.hfix-408 {
  height: 408px !important; }

.wfix-409 {
  width: 409px !important; }

.hfix-409 {
  height: 409px !important; }

.wfix-410 {
  width: 410px !important; }

.hfix-410 {
  height: 410px !important; }

.wfix-411 {
  width: 411px !important; }

.hfix-411 {
  height: 411px !important; }

.wfix-412 {
  width: 412px !important; }

.hfix-412 {
  height: 412px !important; }

.wfix-413 {
  width: 413px !important; }

.hfix-413 {
  height: 413px !important; }

.wfix-414 {
  width: 414px !important; }

.hfix-414 {
  height: 414px !important; }

.wfix-415 {
  width: 415px !important; }

.hfix-415 {
  height: 415px !important; }

.wfix-416 {
  width: 416px !important; }

.hfix-416 {
  height: 416px !important; }

.wfix-417 {
  width: 417px !important; }

.hfix-417 {
  height: 417px !important; }

.wfix-418 {
  width: 418px !important; }

.hfix-418 {
  height: 418px !important; }

.wfix-419 {
  width: 419px !important; }

.hfix-419 {
  height: 419px !important; }

.wfix-420 {
  width: 420px !important; }

.hfix-420 {
  height: 420px !important; }

.wfix-421 {
  width: 421px !important; }

.hfix-421 {
  height: 421px !important; }

.wfix-422 {
  width: 422px !important; }

.hfix-422 {
  height: 422px !important; }

.wfix-423 {
  width: 423px !important; }

.hfix-423 {
  height: 423px !important; }

.wfix-424 {
  width: 424px !important; }

.hfix-424 {
  height: 424px !important; }

.wfix-425 {
  width: 425px !important; }

.hfix-425 {
  height: 425px !important; }

.wfix-426 {
  width: 426px !important; }

.hfix-426 {
  height: 426px !important; }

.wfix-427 {
  width: 427px !important; }

.hfix-427 {
  height: 427px !important; }

.wfix-428 {
  width: 428px !important; }

.hfix-428 {
  height: 428px !important; }

.wfix-429 {
  width: 429px !important; }

.hfix-429 {
  height: 429px !important; }

.wfix-430 {
  width: 430px !important; }

.hfix-430 {
  height: 430px !important; }

.wfix-431 {
  width: 431px !important; }

.hfix-431 {
  height: 431px !important; }

.wfix-432 {
  width: 432px !important; }

.hfix-432 {
  height: 432px !important; }

.wfix-433 {
  width: 433px !important; }

.hfix-433 {
  height: 433px !important; }

.wfix-434 {
  width: 434px !important; }

.hfix-434 {
  height: 434px !important; }

.wfix-435 {
  width: 435px !important; }

.hfix-435 {
  height: 435px !important; }

.wfix-436 {
  width: 436px !important; }

.hfix-436 {
  height: 436px !important; }

.wfix-437 {
  width: 437px !important; }

.hfix-437 {
  height: 437px !important; }

.wfix-438 {
  width: 438px !important; }

.hfix-438 {
  height: 438px !important; }

.wfix-439 {
  width: 439px !important; }

.hfix-439 {
  height: 439px !important; }

.wfix-440 {
  width: 440px !important; }

.hfix-440 {
  height: 440px !important; }

.wfix-441 {
  width: 441px !important; }

.hfix-441 {
  height: 441px !important; }

.wfix-442 {
  width: 442px !important; }

.hfix-442 {
  height: 442px !important; }

.wfix-443 {
  width: 443px !important; }

.hfix-443 {
  height: 443px !important; }

.wfix-444 {
  width: 444px !important; }

.hfix-444 {
  height: 444px !important; }

.wfix-445 {
  width: 445px !important; }

.hfix-445 {
  height: 445px !important; }

.wfix-446 {
  width: 446px !important; }

.hfix-446 {
  height: 446px !important; }

.wfix-447 {
  width: 447px !important; }

.hfix-447 {
  height: 447px !important; }

.wfix-448 {
  width: 448px !important; }

.hfix-448 {
  height: 448px !important; }

.wfix-449 {
  width: 449px !important; }

.hfix-449 {
  height: 449px !important; }

.wfix-450 {
  width: 450px !important; }

.hfix-450 {
  height: 450px !important; }

.wfix-451 {
  width: 451px !important; }

.hfix-451 {
  height: 451px !important; }

.wfix-452 {
  width: 452px !important; }

.hfix-452 {
  height: 452px !important; }

.wfix-453 {
  width: 453px !important; }

.hfix-453 {
  height: 453px !important; }

.wfix-454 {
  width: 454px !important; }

.hfix-454 {
  height: 454px !important; }

.wfix-455 {
  width: 455px !important; }

.hfix-455 {
  height: 455px !important; }

.wfix-456 {
  width: 456px !important; }

.hfix-456 {
  height: 456px !important; }

.wfix-457 {
  width: 457px !important; }

.hfix-457 {
  height: 457px !important; }

.wfix-458 {
  width: 458px !important; }

.hfix-458 {
  height: 458px !important; }

.wfix-459 {
  width: 459px !important; }

.hfix-459 {
  height: 459px !important; }

.wfix-460 {
  width: 460px !important; }

.hfix-460 {
  height: 460px !important; }

.wfix-461 {
  width: 461px !important; }

.hfix-461 {
  height: 461px !important; }

.wfix-462 {
  width: 462px !important; }

.hfix-462 {
  height: 462px !important; }

.wfix-463 {
  width: 463px !important; }

.hfix-463 {
  height: 463px !important; }

.wfix-464 {
  width: 464px !important; }

.hfix-464 {
  height: 464px !important; }

.wfix-465 {
  width: 465px !important; }

.hfix-465 {
  height: 465px !important; }

.wfix-466 {
  width: 466px !important; }

.hfix-466 {
  height: 466px !important; }

.wfix-467 {
  width: 467px !important; }

.hfix-467 {
  height: 467px !important; }

.wfix-468 {
  width: 468px !important; }

.hfix-468 {
  height: 468px !important; }

.wfix-469 {
  width: 469px !important; }

.hfix-469 {
  height: 469px !important; }

.wfix-470 {
  width: 470px !important; }

.hfix-470 {
  height: 470px !important; }

.wfix-471 {
  width: 471px !important; }

.hfix-471 {
  height: 471px !important; }

.wfix-472 {
  width: 472px !important; }

.hfix-472 {
  height: 472px !important; }

.wfix-473 {
  width: 473px !important; }

.hfix-473 {
  height: 473px !important; }

.wfix-474 {
  width: 474px !important; }

.hfix-474 {
  height: 474px !important; }

.wfix-475 {
  width: 475px !important; }

.hfix-475 {
  height: 475px !important; }

.wfix-476 {
  width: 476px !important; }

.hfix-476 {
  height: 476px !important; }

.wfix-477 {
  width: 477px !important; }

.hfix-477 {
  height: 477px !important; }

.wfix-478 {
  width: 478px !important; }

.hfix-478 {
  height: 478px !important; }

.wfix-479 {
  width: 479px !important; }

.hfix-479 {
  height: 479px !important; }

.wfix-480 {
  width: 480px !important; }

.hfix-480 {
  height: 480px !important; }

.wfix-481 {
  width: 481px !important; }

.hfix-481 {
  height: 481px !important; }

.wfix-482 {
  width: 482px !important; }

.hfix-482 {
  height: 482px !important; }

.wfix-483 {
  width: 483px !important; }

.hfix-483 {
  height: 483px !important; }

.wfix-484 {
  width: 484px !important; }

.hfix-484 {
  height: 484px !important; }

.wfix-485 {
  width: 485px !important; }

.hfix-485 {
  height: 485px !important; }

.wfix-486 {
  width: 486px !important; }

.hfix-486 {
  height: 486px !important; }

.wfix-487 {
  width: 487px !important; }

.hfix-487 {
  height: 487px !important; }

.wfix-488 {
  width: 488px !important; }

.hfix-488 {
  height: 488px !important; }

.wfix-489 {
  width: 489px !important; }

.hfix-489 {
  height: 489px !important; }

.wfix-490 {
  width: 490px !important; }

.hfix-490 {
  height: 490px !important; }

.wfix-491 {
  width: 491px !important; }

.hfix-491 {
  height: 491px !important; }

.wfix-492 {
  width: 492px !important; }

.hfix-492 {
  height: 492px !important; }

.wfix-493 {
  width: 493px !important; }

.hfix-493 {
  height: 493px !important; }

.wfix-494 {
  width: 494px !important; }

.hfix-494 {
  height: 494px !important; }

.wfix-495 {
  width: 495px !important; }

.hfix-495 {
  height: 495px !important; }

.wfix-496 {
  width: 496px !important; }

.hfix-496 {
  height: 496px !important; }

.wfix-497 {
  width: 497px !important; }

.hfix-497 {
  height: 497px !important; }

.wfix-498 {
  width: 498px !important; }

.hfix-498 {
  height: 498px !important; }

.wfix-499 {
  width: 499px !important; }

.hfix-499 {
  height: 499px !important; }

.wfix-500 {
  width: 500px !important; }

.hfix-500 {
  height: 500px !important; }

.wfix-501 {
  width: 501px !important; }

.hfix-501 {
  height: 501px !important; }

.wfix-502 {
  width: 502px !important; }

.hfix-502 {
  height: 502px !important; }

.wfix-503 {
  width: 503px !important; }

.hfix-503 {
  height: 503px !important; }

.wfix-504 {
  width: 504px !important; }

.hfix-504 {
  height: 504px !important; }

.wfix-505 {
  width: 505px !important; }

.hfix-505 {
  height: 505px !important; }

.wfix-506 {
  width: 506px !important; }

.hfix-506 {
  height: 506px !important; }

.wfix-507 {
  width: 507px !important; }

.hfix-507 {
  height: 507px !important; }

.wfix-508 {
  width: 508px !important; }

.hfix-508 {
  height: 508px !important; }

.wfix-509 {
  width: 509px !important; }

.hfix-509 {
  height: 509px !important; }

.wfix-510 {
  width: 510px !important; }

.hfix-510 {
  height: 510px !important; }

.wfix-511 {
  width: 511px !important; }

.hfix-511 {
  height: 511px !important; }

.wfix-512 {
  width: 512px !important; }

.hfix-512 {
  height: 512px !important; }

.wfix-513 {
  width: 513px !important; }

.hfix-513 {
  height: 513px !important; }

.wfix-514 {
  width: 514px !important; }

.hfix-514 {
  height: 514px !important; }

.wfix-515 {
  width: 515px !important; }

.hfix-515 {
  height: 515px !important; }

.wfix-516 {
  width: 516px !important; }

.hfix-516 {
  height: 516px !important; }

.wfix-517 {
  width: 517px !important; }

.hfix-517 {
  height: 517px !important; }

.wfix-518 {
  width: 518px !important; }

.hfix-518 {
  height: 518px !important; }

.wfix-519 {
  width: 519px !important; }

.hfix-519 {
  height: 519px !important; }

.wfix-520 {
  width: 520px !important; }

.hfix-520 {
  height: 520px !important; }

.wfix-521 {
  width: 521px !important; }

.hfix-521 {
  height: 521px !important; }

.wfix-522 {
  width: 522px !important; }

.hfix-522 {
  height: 522px !important; }

.wfix-523 {
  width: 523px !important; }

.hfix-523 {
  height: 523px !important; }

.wfix-524 {
  width: 524px !important; }

.hfix-524 {
  height: 524px !important; }

.wfix-525 {
  width: 525px !important; }

.hfix-525 {
  height: 525px !important; }

.wfix-526 {
  width: 526px !important; }

.hfix-526 {
  height: 526px !important; }

.wfix-527 {
  width: 527px !important; }

.hfix-527 {
  height: 527px !important; }

.wfix-528 {
  width: 528px !important; }

.hfix-528 {
  height: 528px !important; }

.wfix-529 {
  width: 529px !important; }

.hfix-529 {
  height: 529px !important; }

.wfix-530 {
  width: 530px !important; }

.hfix-530 {
  height: 530px !important; }

.wfix-531 {
  width: 531px !important; }

.hfix-531 {
  height: 531px !important; }

.wfix-532 {
  width: 532px !important; }

.hfix-532 {
  height: 532px !important; }

.wfix-533 {
  width: 533px !important; }

.hfix-533 {
  height: 533px !important; }

.wfix-534 {
  width: 534px !important; }

.hfix-534 {
  height: 534px !important; }

.wfix-535 {
  width: 535px !important; }

.hfix-535 {
  height: 535px !important; }

.wfix-536 {
  width: 536px !important; }

.hfix-536 {
  height: 536px !important; }

.wfix-537 {
  width: 537px !important; }

.hfix-537 {
  height: 537px !important; }

.wfix-538 {
  width: 538px !important; }

.hfix-538 {
  height: 538px !important; }

.wfix-539 {
  width: 539px !important; }

.hfix-539 {
  height: 539px !important; }

.wfix-540 {
  width: 540px !important; }

.hfix-540 {
  height: 540px !important; }

.wfix-541 {
  width: 541px !important; }

.hfix-541 {
  height: 541px !important; }

.wfix-542 {
  width: 542px !important; }

.hfix-542 {
  height: 542px !important; }

.wfix-543 {
  width: 543px !important; }

.hfix-543 {
  height: 543px !important; }

.wfix-544 {
  width: 544px !important; }

.hfix-544 {
  height: 544px !important; }

.wfix-545 {
  width: 545px !important; }

.hfix-545 {
  height: 545px !important; }

.wfix-546 {
  width: 546px !important; }

.hfix-546 {
  height: 546px !important; }

.wfix-547 {
  width: 547px !important; }

.hfix-547 {
  height: 547px !important; }

.wfix-548 {
  width: 548px !important; }

.hfix-548 {
  height: 548px !important; }

.wfix-549 {
  width: 549px !important; }

.hfix-549 {
  height: 549px !important; }

.wfix-550 {
  width: 550px !important; }

.hfix-550 {
  height: 550px !important; }

.wfix-551 {
  width: 551px !important; }

.hfix-551 {
  height: 551px !important; }

.wfix-552 {
  width: 552px !important; }

.hfix-552 {
  height: 552px !important; }

.wfix-553 {
  width: 553px !important; }

.hfix-553 {
  height: 553px !important; }

.wfix-554 {
  width: 554px !important; }

.hfix-554 {
  height: 554px !important; }

.wfix-555 {
  width: 555px !important; }

.hfix-555 {
  height: 555px !important; }

.wfix-556 {
  width: 556px !important; }

.hfix-556 {
  height: 556px !important; }

.wfix-557 {
  width: 557px !important; }

.hfix-557 {
  height: 557px !important; }

.wfix-558 {
  width: 558px !important; }

.hfix-558 {
  height: 558px !important; }

.wfix-559 {
  width: 559px !important; }

.hfix-559 {
  height: 559px !important; }

.wfix-560 {
  width: 560px !important; }

.hfix-560 {
  height: 560px !important; }

.wfix-561 {
  width: 561px !important; }

.hfix-561 {
  height: 561px !important; }

.wfix-562 {
  width: 562px !important; }

.hfix-562 {
  height: 562px !important; }

.wfix-563 {
  width: 563px !important; }

.hfix-563 {
  height: 563px !important; }

.wfix-564 {
  width: 564px !important; }

.hfix-564 {
  height: 564px !important; }

.wfix-565 {
  width: 565px !important; }

.hfix-565 {
  height: 565px !important; }

.wfix-566 {
  width: 566px !important; }

.hfix-566 {
  height: 566px !important; }

.wfix-567 {
  width: 567px !important; }

.hfix-567 {
  height: 567px !important; }

.wfix-568 {
  width: 568px !important; }

.hfix-568 {
  height: 568px !important; }

.wfix-569 {
  width: 569px !important; }

.hfix-569 {
  height: 569px !important; }

.wfix-570 {
  width: 570px !important; }

.hfix-570 {
  height: 570px !important; }

.wfix-571 {
  width: 571px !important; }

.hfix-571 {
  height: 571px !important; }

.wfix-572 {
  width: 572px !important; }

.hfix-572 {
  height: 572px !important; }

.wfix-573 {
  width: 573px !important; }

.hfix-573 {
  height: 573px !important; }

.wfix-574 {
  width: 574px !important; }

.hfix-574 {
  height: 574px !important; }

.wfix-575 {
  width: 575px !important; }

.hfix-575 {
  height: 575px !important; }

.wfix-576 {
  width: 576px !important; }

.hfix-576 {
  height: 576px !important; }

.wfix-577 {
  width: 577px !important; }

.hfix-577 {
  height: 577px !important; }

.wfix-578 {
  width: 578px !important; }

.hfix-578 {
  height: 578px !important; }

.wfix-579 {
  width: 579px !important; }

.hfix-579 {
  height: 579px !important; }

.wfix-580 {
  width: 580px !important; }

.hfix-580 {
  height: 580px !important; }

.wfix-581 {
  width: 581px !important; }

.hfix-581 {
  height: 581px !important; }

.wfix-582 {
  width: 582px !important; }

.hfix-582 {
  height: 582px !important; }

.wfix-583 {
  width: 583px !important; }

.hfix-583 {
  height: 583px !important; }

.wfix-584 {
  width: 584px !important; }

.hfix-584 {
  height: 584px !important; }

.wfix-585 {
  width: 585px !important; }

.hfix-585 {
  height: 585px !important; }

.wfix-586 {
  width: 586px !important; }

.hfix-586 {
  height: 586px !important; }

.wfix-587 {
  width: 587px !important; }

.hfix-587 {
  height: 587px !important; }

.wfix-588 {
  width: 588px !important; }

.hfix-588 {
  height: 588px !important; }

.wfix-589 {
  width: 589px !important; }

.hfix-589 {
  height: 589px !important; }

.wfix-590 {
  width: 590px !important; }

.hfix-590 {
  height: 590px !important; }

.wfix-591 {
  width: 591px !important; }

.hfix-591 {
  height: 591px !important; }

.wfix-592 {
  width: 592px !important; }

.hfix-592 {
  height: 592px !important; }

.wfix-593 {
  width: 593px !important; }

.hfix-593 {
  height: 593px !important; }

.wfix-594 {
  width: 594px !important; }

.hfix-594 {
  height: 594px !important; }

.wfix-595 {
  width: 595px !important; }

.hfix-595 {
  height: 595px !important; }

.wfix-596 {
  width: 596px !important; }

.hfix-596 {
  height: 596px !important; }

.wfix-597 {
  width: 597px !important; }

.hfix-597 {
  height: 597px !important; }

.wfix-598 {
  width: 598px !important; }

.hfix-598 {
  height: 598px !important; }

.wfix-599 {
  width: 599px !important; }

.hfix-599 {
  height: 599px !important; }

.wfix-600 {
  width: 600px !important; }

.hfix-600 {
  height: 600px !important; }

.wfix-601 {
  width: 601px !important; }

.hfix-601 {
  height: 601px !important; }

.wfix-602 {
  width: 602px !important; }

.hfix-602 {
  height: 602px !important; }

.wfix-603 {
  width: 603px !important; }

.hfix-603 {
  height: 603px !important; }

.wfix-604 {
  width: 604px !important; }

.hfix-604 {
  height: 604px !important; }

.wfix-605 {
  width: 605px !important; }

.hfix-605 {
  height: 605px !important; }

.wfix-606 {
  width: 606px !important; }

.hfix-606 {
  height: 606px !important; }

.wfix-607 {
  width: 607px !important; }

.hfix-607 {
  height: 607px !important; }

.wfix-608 {
  width: 608px !important; }

.hfix-608 {
  height: 608px !important; }

.wfix-609 {
  width: 609px !important; }

.hfix-609 {
  height: 609px !important; }

.wfix-610 {
  width: 610px !important; }

.hfix-610 {
  height: 610px !important; }

.wfix-611 {
  width: 611px !important; }

.hfix-611 {
  height: 611px !important; }

.wfix-612 {
  width: 612px !important; }

.hfix-612 {
  height: 612px !important; }

.wfix-613 {
  width: 613px !important; }

.hfix-613 {
  height: 613px !important; }

.wfix-614 {
  width: 614px !important; }

.hfix-614 {
  height: 614px !important; }

.wfix-615 {
  width: 615px !important; }

.hfix-615 {
  height: 615px !important; }

.wfix-616 {
  width: 616px !important; }

.hfix-616 {
  height: 616px !important; }

.wfix-617 {
  width: 617px !important; }

.hfix-617 {
  height: 617px !important; }

.wfix-618 {
  width: 618px !important; }

.hfix-618 {
  height: 618px !important; }

.wfix-619 {
  width: 619px !important; }

.hfix-619 {
  height: 619px !important; }

.wfix-620 {
  width: 620px !important; }

.hfix-620 {
  height: 620px !important; }

.wfix-621 {
  width: 621px !important; }

.hfix-621 {
  height: 621px !important; }

.wfix-622 {
  width: 622px !important; }

.hfix-622 {
  height: 622px !important; }

.wfix-623 {
  width: 623px !important; }

.hfix-623 {
  height: 623px !important; }

.wfix-624 {
  width: 624px !important; }

.hfix-624 {
  height: 624px !important; }

.wfix-625 {
  width: 625px !important; }

.hfix-625 {
  height: 625px !important; }

.wfix-626 {
  width: 626px !important; }

.hfix-626 {
  height: 626px !important; }

.wfix-627 {
  width: 627px !important; }

.hfix-627 {
  height: 627px !important; }

.wfix-628 {
  width: 628px !important; }

.hfix-628 {
  height: 628px !important; }

.wfix-629 {
  width: 629px !important; }

.hfix-629 {
  height: 629px !important; }

.wfix-630 {
  width: 630px !important; }

.hfix-630 {
  height: 630px !important; }

.wfix-631 {
  width: 631px !important; }

.hfix-631 {
  height: 631px !important; }

.wfix-632 {
  width: 632px !important; }

.hfix-632 {
  height: 632px !important; }

.wfix-633 {
  width: 633px !important; }

.hfix-633 {
  height: 633px !important; }

.wfix-634 {
  width: 634px !important; }

.hfix-634 {
  height: 634px !important; }

.wfix-635 {
  width: 635px !important; }

.hfix-635 {
  height: 635px !important; }

.wfix-636 {
  width: 636px !important; }

.hfix-636 {
  height: 636px !important; }

.wfix-637 {
  width: 637px !important; }

.hfix-637 {
  height: 637px !important; }

.wfix-638 {
  width: 638px !important; }

.hfix-638 {
  height: 638px !important; }

.wfix-639 {
  width: 639px !important; }

.hfix-639 {
  height: 639px !important; }

.wfix-640 {
  width: 640px !important; }

.hfix-640 {
  height: 640px !important; }

.wfix-641 {
  width: 641px !important; }

.hfix-641 {
  height: 641px !important; }

.wfix-642 {
  width: 642px !important; }

.hfix-642 {
  height: 642px !important; }

.wfix-643 {
  width: 643px !important; }

.hfix-643 {
  height: 643px !important; }

.wfix-644 {
  width: 644px !important; }

.hfix-644 {
  height: 644px !important; }

.wfix-645 {
  width: 645px !important; }

.hfix-645 {
  height: 645px !important; }

.wfix-646 {
  width: 646px !important; }

.hfix-646 {
  height: 646px !important; }

.wfix-647 {
  width: 647px !important; }

.hfix-647 {
  height: 647px !important; }

.wfix-648 {
  width: 648px !important; }

.hfix-648 {
  height: 648px !important; }

.wfix-649 {
  width: 649px !important; }

.hfix-649 {
  height: 649px !important; }

.wfix-650 {
  width: 650px !important; }

.hfix-650 {
  height: 650px !important; }

.wfix-651 {
  width: 651px !important; }

.hfix-651 {
  height: 651px !important; }

.wfix-652 {
  width: 652px !important; }

.hfix-652 {
  height: 652px !important; }

.wfix-653 {
  width: 653px !important; }

.hfix-653 {
  height: 653px !important; }

.wfix-654 {
  width: 654px !important; }

.hfix-654 {
  height: 654px !important; }

.wfix-655 {
  width: 655px !important; }

.hfix-655 {
  height: 655px !important; }

.wfix-656 {
  width: 656px !important; }

.hfix-656 {
  height: 656px !important; }

.wfix-657 {
  width: 657px !important; }

.hfix-657 {
  height: 657px !important; }

.wfix-658 {
  width: 658px !important; }

.hfix-658 {
  height: 658px !important; }

.wfix-659 {
  width: 659px !important; }

.hfix-659 {
  height: 659px !important; }

.wfix-660 {
  width: 660px !important; }

.hfix-660 {
  height: 660px !important; }

.wfix-661 {
  width: 661px !important; }

.hfix-661 {
  height: 661px !important; }

.wfix-662 {
  width: 662px !important; }

.hfix-662 {
  height: 662px !important; }

.wfix-663 {
  width: 663px !important; }

.hfix-663 {
  height: 663px !important; }

.wfix-664 {
  width: 664px !important; }

.hfix-664 {
  height: 664px !important; }

.wfix-665 {
  width: 665px !important; }

.hfix-665 {
  height: 665px !important; }

.wfix-666 {
  width: 666px !important; }

.hfix-666 {
  height: 666px !important; }

.wfix-667 {
  width: 667px !important; }

.hfix-667 {
  height: 667px !important; }

.wfix-668 {
  width: 668px !important; }

.hfix-668 {
  height: 668px !important; }

.wfix-669 {
  width: 669px !important; }

.hfix-669 {
  height: 669px !important; }

.wfix-670 {
  width: 670px !important; }

.hfix-670 {
  height: 670px !important; }

.wfix-671 {
  width: 671px !important; }

.hfix-671 {
  height: 671px !important; }

.wfix-672 {
  width: 672px !important; }

.hfix-672 {
  height: 672px !important; }

.wfix-673 {
  width: 673px !important; }

.hfix-673 {
  height: 673px !important; }

.wfix-674 {
  width: 674px !important; }

.hfix-674 {
  height: 674px !important; }

.wfix-675 {
  width: 675px !important; }

.hfix-675 {
  height: 675px !important; }

.wfix-676 {
  width: 676px !important; }

.hfix-676 {
  height: 676px !important; }

.wfix-677 {
  width: 677px !important; }

.hfix-677 {
  height: 677px !important; }

.wfix-678 {
  width: 678px !important; }

.hfix-678 {
  height: 678px !important; }

.wfix-679 {
  width: 679px !important; }

.hfix-679 {
  height: 679px !important; }

.wfix-680 {
  width: 680px !important; }

.hfix-680 {
  height: 680px !important; }

.wfix-681 {
  width: 681px !important; }

.hfix-681 {
  height: 681px !important; }

.wfix-682 {
  width: 682px !important; }

.hfix-682 {
  height: 682px !important; }

.wfix-683 {
  width: 683px !important; }

.hfix-683 {
  height: 683px !important; }

.wfix-684 {
  width: 684px !important; }

.hfix-684 {
  height: 684px !important; }

.wfix-685 {
  width: 685px !important; }

.hfix-685 {
  height: 685px !important; }

.wfix-686 {
  width: 686px !important; }

.hfix-686 {
  height: 686px !important; }

.wfix-687 {
  width: 687px !important; }

.hfix-687 {
  height: 687px !important; }

.wfix-688 {
  width: 688px !important; }

.hfix-688 {
  height: 688px !important; }

.wfix-689 {
  width: 689px !important; }

.hfix-689 {
  height: 689px !important; }

.wfix-690 {
  width: 690px !important; }

.hfix-690 {
  height: 690px !important; }

.wfix-691 {
  width: 691px !important; }

.hfix-691 {
  height: 691px !important; }

.wfix-692 {
  width: 692px !important; }

.hfix-692 {
  height: 692px !important; }

.wfix-693 {
  width: 693px !important; }

.hfix-693 {
  height: 693px !important; }

.wfix-694 {
  width: 694px !important; }

.hfix-694 {
  height: 694px !important; }

.wfix-695 {
  width: 695px !important; }

.hfix-695 {
  height: 695px !important; }

.wfix-696 {
  width: 696px !important; }

.hfix-696 {
  height: 696px !important; }

.wfix-697 {
  width: 697px !important; }

.hfix-697 {
  height: 697px !important; }

.wfix-698 {
  width: 698px !important; }

.hfix-698 {
  height: 698px !important; }

.wfix-699 {
  width: 699px !important; }

.hfix-699 {
  height: 699px !important; }

.wfix-700 {
  width: 700px !important; }

.hfix-700 {
  height: 700px !important; }

.wfix-701 {
  width: 701px !important; }

.hfix-701 {
  height: 701px !important; }

.wfix-702 {
  width: 702px !important; }

.hfix-702 {
  height: 702px !important; }

.wfix-703 {
  width: 703px !important; }

.hfix-703 {
  height: 703px !important; }

.wfix-704 {
  width: 704px !important; }

.hfix-704 {
  height: 704px !important; }

.wfix-705 {
  width: 705px !important; }

.hfix-705 {
  height: 705px !important; }

.wfix-706 {
  width: 706px !important; }

.hfix-706 {
  height: 706px !important; }

.wfix-707 {
  width: 707px !important; }

.hfix-707 {
  height: 707px !important; }

.wfix-708 {
  width: 708px !important; }

.hfix-708 {
  height: 708px !important; }

.wfix-709 {
  width: 709px !important; }

.hfix-709 {
  height: 709px !important; }

.wfix-710 {
  width: 710px !important; }

.hfix-710 {
  height: 710px !important; }

.wfix-711 {
  width: 711px !important; }

.hfix-711 {
  height: 711px !important; }

.wfix-712 {
  width: 712px !important; }

.hfix-712 {
  height: 712px !important; }

.wfix-713 {
  width: 713px !important; }

.hfix-713 {
  height: 713px !important; }

.wfix-714 {
  width: 714px !important; }

.hfix-714 {
  height: 714px !important; }

.wfix-715 {
  width: 715px !important; }

.hfix-715 {
  height: 715px !important; }

.wfix-716 {
  width: 716px !important; }

.hfix-716 {
  height: 716px !important; }

.wfix-717 {
  width: 717px !important; }

.hfix-717 {
  height: 717px !important; }

.wfix-718 {
  width: 718px !important; }

.hfix-718 {
  height: 718px !important; }

.wfix-719 {
  width: 719px !important; }

.hfix-719 {
  height: 719px !important; }

.wfix-720 {
  width: 720px !important; }

.hfix-720 {
  height: 720px !important; }

.wfix-721 {
  width: 721px !important; }

.hfix-721 {
  height: 721px !important; }

.wfix-722 {
  width: 722px !important; }

.hfix-722 {
  height: 722px !important; }

.wfix-723 {
  width: 723px !important; }

.hfix-723 {
  height: 723px !important; }

.wfix-724 {
  width: 724px !important; }

.hfix-724 {
  height: 724px !important; }

.wfix-725 {
  width: 725px !important; }

.hfix-725 {
  height: 725px !important; }

.wfix-726 {
  width: 726px !important; }

.hfix-726 {
  height: 726px !important; }

.wfix-727 {
  width: 727px !important; }

.hfix-727 {
  height: 727px !important; }

.wfix-728 {
  width: 728px !important; }

.hfix-728 {
  height: 728px !important; }

.wfix-729 {
  width: 729px !important; }

.hfix-729 {
  height: 729px !important; }

.wfix-730 {
  width: 730px !important; }

.hfix-730 {
  height: 730px !important; }

.wfix-731 {
  width: 731px !important; }

.hfix-731 {
  height: 731px !important; }

.wfix-732 {
  width: 732px !important; }

.hfix-732 {
  height: 732px !important; }

.wfix-733 {
  width: 733px !important; }

.hfix-733 {
  height: 733px !important; }

.wfix-734 {
  width: 734px !important; }

.hfix-734 {
  height: 734px !important; }

.wfix-735 {
  width: 735px !important; }

.hfix-735 {
  height: 735px !important; }

.wfix-736 {
  width: 736px !important; }

.hfix-736 {
  height: 736px !important; }

.wfix-737 {
  width: 737px !important; }

.hfix-737 {
  height: 737px !important; }

.wfix-738 {
  width: 738px !important; }

.hfix-738 {
  height: 738px !important; }

.wfix-739 {
  width: 739px !important; }

.hfix-739 {
  height: 739px !important; }

.wfix-740 {
  width: 740px !important; }

.hfix-740 {
  height: 740px !important; }

.wfix-741 {
  width: 741px !important; }

.hfix-741 {
  height: 741px !important; }

.wfix-742 {
  width: 742px !important; }

.hfix-742 {
  height: 742px !important; }

.wfix-743 {
  width: 743px !important; }

.hfix-743 {
  height: 743px !important; }

.wfix-744 {
  width: 744px !important; }

.hfix-744 {
  height: 744px !important; }

.wfix-745 {
  width: 745px !important; }

.hfix-745 {
  height: 745px !important; }

.wfix-746 {
  width: 746px !important; }

.hfix-746 {
  height: 746px !important; }

.wfix-747 {
  width: 747px !important; }

.hfix-747 {
  height: 747px !important; }

.wfix-748 {
  width: 748px !important; }

.hfix-748 {
  height: 748px !important; }

.wfix-749 {
  width: 749px !important; }

.hfix-749 {
  height: 749px !important; }

.wfix-750 {
  width: 750px !important; }

.hfix-750 {
  height: 750px !important; }

.wfix-751 {
  width: 751px !important; }

.hfix-751 {
  height: 751px !important; }

.wfix-752 {
  width: 752px !important; }

.hfix-752 {
  height: 752px !important; }

.wfix-753 {
  width: 753px !important; }

.hfix-753 {
  height: 753px !important; }

.wfix-754 {
  width: 754px !important; }

.hfix-754 {
  height: 754px !important; }

.wfix-755 {
  width: 755px !important; }

.hfix-755 {
  height: 755px !important; }

.wfix-756 {
  width: 756px !important; }

.hfix-756 {
  height: 756px !important; }

.wfix-757 {
  width: 757px !important; }

.hfix-757 {
  height: 757px !important; }

.wfix-758 {
  width: 758px !important; }

.hfix-758 {
  height: 758px !important; }

.wfix-759 {
  width: 759px !important; }

.hfix-759 {
  height: 759px !important; }

.wfix-760 {
  width: 760px !important; }

.hfix-760 {
  height: 760px !important; }

.wfix-761 {
  width: 761px !important; }

.hfix-761 {
  height: 761px !important; }

.wfix-762 {
  width: 762px !important; }

.hfix-762 {
  height: 762px !important; }

.wfix-763 {
  width: 763px !important; }

.hfix-763 {
  height: 763px !important; }

.wfix-764 {
  width: 764px !important; }

.hfix-764 {
  height: 764px !important; }

.wfix-765 {
  width: 765px !important; }

.hfix-765 {
  height: 765px !important; }

.wfix-766 {
  width: 766px !important; }

.hfix-766 {
  height: 766px !important; }

.wfix-767 {
  width: 767px !important; }

.hfix-767 {
  height: 767px !important; }

.wfix-768 {
  width: 768px !important; }

.hfix-768 {
  height: 768px !important; }

.wfix-769 {
  width: 769px !important; }

.hfix-769 {
  height: 769px !important; }

.wfix-770 {
  width: 770px !important; }

.hfix-770 {
  height: 770px !important; }

.wfix-771 {
  width: 771px !important; }

.hfix-771 {
  height: 771px !important; }

.wfix-772 {
  width: 772px !important; }

.hfix-772 {
  height: 772px !important; }

.wfix-773 {
  width: 773px !important; }

.hfix-773 {
  height: 773px !important; }

.wfix-774 {
  width: 774px !important; }

.hfix-774 {
  height: 774px !important; }

.wfix-775 {
  width: 775px !important; }

.hfix-775 {
  height: 775px !important; }

.wfix-776 {
  width: 776px !important; }

.hfix-776 {
  height: 776px !important; }

.wfix-777 {
  width: 777px !important; }

.hfix-777 {
  height: 777px !important; }

.wfix-778 {
  width: 778px !important; }

.hfix-778 {
  height: 778px !important; }

.wfix-779 {
  width: 779px !important; }

.hfix-779 {
  height: 779px !important; }

.wfix-780 {
  width: 780px !important; }

.hfix-780 {
  height: 780px !important; }

.wfix-781 {
  width: 781px !important; }

.hfix-781 {
  height: 781px !important; }

.wfix-782 {
  width: 782px !important; }

.hfix-782 {
  height: 782px !important; }

.wfix-783 {
  width: 783px !important; }

.hfix-783 {
  height: 783px !important; }

.wfix-784 {
  width: 784px !important; }

.hfix-784 {
  height: 784px !important; }

.wfix-785 {
  width: 785px !important; }

.hfix-785 {
  height: 785px !important; }

.wfix-786 {
  width: 786px !important; }

.hfix-786 {
  height: 786px !important; }

.wfix-787 {
  width: 787px !important; }

.hfix-787 {
  height: 787px !important; }

.wfix-788 {
  width: 788px !important; }

.hfix-788 {
  height: 788px !important; }

.wfix-789 {
  width: 789px !important; }

.hfix-789 {
  height: 789px !important; }

.wfix-790 {
  width: 790px !important; }

.hfix-790 {
  height: 790px !important; }

.wfix-791 {
  width: 791px !important; }

.hfix-791 {
  height: 791px !important; }

.wfix-792 {
  width: 792px !important; }

.hfix-792 {
  height: 792px !important; }

.wfix-793 {
  width: 793px !important; }

.hfix-793 {
  height: 793px !important; }

.wfix-794 {
  width: 794px !important; }

.hfix-794 {
  height: 794px !important; }

.wfix-795 {
  width: 795px !important; }

.hfix-795 {
  height: 795px !important; }

.wfix-796 {
  width: 796px !important; }

.hfix-796 {
  height: 796px !important; }

.wfix-797 {
  width: 797px !important; }

.hfix-797 {
  height: 797px !important; }

.wfix-798 {
  width: 798px !important; }

.hfix-798 {
  height: 798px !important; }

.wfix-799 {
  width: 799px !important; }

.hfix-799 {
  height: 799px !important; }

.wfix-800 {
  width: 800px !important; }

.hfix-800 {
  height: 800px !important; }

.wfix-801 {
  width: 801px !important; }

.hfix-801 {
  height: 801px !important; }

.wfix-802 {
  width: 802px !important; }

.hfix-802 {
  height: 802px !important; }

.wfix-803 {
  width: 803px !important; }

.hfix-803 {
  height: 803px !important; }

.wfix-804 {
  width: 804px !important; }

.hfix-804 {
  height: 804px !important; }

.wfix-805 {
  width: 805px !important; }

.hfix-805 {
  height: 805px !important; }

.wfix-806 {
  width: 806px !important; }

.hfix-806 {
  height: 806px !important; }

.wfix-807 {
  width: 807px !important; }

.hfix-807 {
  height: 807px !important; }

.wfix-808 {
  width: 808px !important; }

.hfix-808 {
  height: 808px !important; }

.wfix-809 {
  width: 809px !important; }

.hfix-809 {
  height: 809px !important; }

.wfix-810 {
  width: 810px !important; }

.hfix-810 {
  height: 810px !important; }

.wfix-811 {
  width: 811px !important; }

.hfix-811 {
  height: 811px !important; }

.wfix-812 {
  width: 812px !important; }

.hfix-812 {
  height: 812px !important; }

.wfix-813 {
  width: 813px !important; }

.hfix-813 {
  height: 813px !important; }

.wfix-814 {
  width: 814px !important; }

.hfix-814 {
  height: 814px !important; }

.wfix-815 {
  width: 815px !important; }

.hfix-815 {
  height: 815px !important; }

.wfix-816 {
  width: 816px !important; }

.hfix-816 {
  height: 816px !important; }

.wfix-817 {
  width: 817px !important; }

.hfix-817 {
  height: 817px !important; }

.wfix-818 {
  width: 818px !important; }

.hfix-818 {
  height: 818px !important; }

.wfix-819 {
  width: 819px !important; }

.hfix-819 {
  height: 819px !important; }

.wfix-820 {
  width: 820px !important; }

.hfix-820 {
  height: 820px !important; }

.wfix-821 {
  width: 821px !important; }

.hfix-821 {
  height: 821px !important; }

.wfix-822 {
  width: 822px !important; }

.hfix-822 {
  height: 822px !important; }

.wfix-823 {
  width: 823px !important; }

.hfix-823 {
  height: 823px !important; }

.wfix-824 {
  width: 824px !important; }

.hfix-824 {
  height: 824px !important; }

.wfix-825 {
  width: 825px !important; }

.hfix-825 {
  height: 825px !important; }

.wfix-826 {
  width: 826px !important; }

.hfix-826 {
  height: 826px !important; }

.wfix-827 {
  width: 827px !important; }

.hfix-827 {
  height: 827px !important; }

.wfix-828 {
  width: 828px !important; }

.hfix-828 {
  height: 828px !important; }

.wfix-829 {
  width: 829px !important; }

.hfix-829 {
  height: 829px !important; }

.wfix-830 {
  width: 830px !important; }

.hfix-830 {
  height: 830px !important; }

.wfix-831 {
  width: 831px !important; }

.hfix-831 {
  height: 831px !important; }

.wfix-832 {
  width: 832px !important; }

.hfix-832 {
  height: 832px !important; }

.wfix-833 {
  width: 833px !important; }

.hfix-833 {
  height: 833px !important; }

.wfix-834 {
  width: 834px !important; }

.hfix-834 {
  height: 834px !important; }

.wfix-835 {
  width: 835px !important; }

.hfix-835 {
  height: 835px !important; }

.wfix-836 {
  width: 836px !important; }

.hfix-836 {
  height: 836px !important; }

.wfix-837 {
  width: 837px !important; }

.hfix-837 {
  height: 837px !important; }

.wfix-838 {
  width: 838px !important; }

.hfix-838 {
  height: 838px !important; }

.wfix-839 {
  width: 839px !important; }

.hfix-839 {
  height: 839px !important; }

.wfix-840 {
  width: 840px !important; }

.hfix-840 {
  height: 840px !important; }

.wfix-841 {
  width: 841px !important; }

.hfix-841 {
  height: 841px !important; }

.wfix-842 {
  width: 842px !important; }

.hfix-842 {
  height: 842px !important; }

.wfix-843 {
  width: 843px !important; }

.hfix-843 {
  height: 843px !important; }

.wfix-844 {
  width: 844px !important; }

.hfix-844 {
  height: 844px !important; }

.wfix-845 {
  width: 845px !important; }

.hfix-845 {
  height: 845px !important; }

.wfix-846 {
  width: 846px !important; }

.hfix-846 {
  height: 846px !important; }

.wfix-847 {
  width: 847px !important; }

.hfix-847 {
  height: 847px !important; }

.wfix-848 {
  width: 848px !important; }

.hfix-848 {
  height: 848px !important; }

.wfix-849 {
  width: 849px !important; }

.hfix-849 {
  height: 849px !important; }

.wfix-850 {
  width: 850px !important; }

.hfix-850 {
  height: 850px !important; }

.wfix-851 {
  width: 851px !important; }

.hfix-851 {
  height: 851px !important; }

.wfix-852 {
  width: 852px !important; }

.hfix-852 {
  height: 852px !important; }

.wfix-853 {
  width: 853px !important; }

.hfix-853 {
  height: 853px !important; }

.wfix-854 {
  width: 854px !important; }

.hfix-854 {
  height: 854px !important; }

.wfix-855 {
  width: 855px !important; }

.hfix-855 {
  height: 855px !important; }

.wfix-856 {
  width: 856px !important; }

.hfix-856 {
  height: 856px !important; }

.wfix-857 {
  width: 857px !important; }

.hfix-857 {
  height: 857px !important; }

.wfix-858 {
  width: 858px !important; }

.hfix-858 {
  height: 858px !important; }

.wfix-859 {
  width: 859px !important; }

.hfix-859 {
  height: 859px !important; }

.wfix-860 {
  width: 860px !important; }

.hfix-860 {
  height: 860px !important; }

.wfix-861 {
  width: 861px !important; }

.hfix-861 {
  height: 861px !important; }

.wfix-862 {
  width: 862px !important; }

.hfix-862 {
  height: 862px !important; }

.wfix-863 {
  width: 863px !important; }

.hfix-863 {
  height: 863px !important; }

.wfix-864 {
  width: 864px !important; }

.hfix-864 {
  height: 864px !important; }

.wfix-865 {
  width: 865px !important; }

.hfix-865 {
  height: 865px !important; }

.wfix-866 {
  width: 866px !important; }

.hfix-866 {
  height: 866px !important; }

.wfix-867 {
  width: 867px !important; }

.hfix-867 {
  height: 867px !important; }

.wfix-868 {
  width: 868px !important; }

.hfix-868 {
  height: 868px !important; }

.wfix-869 {
  width: 869px !important; }

.hfix-869 {
  height: 869px !important; }

.wfix-870 {
  width: 870px !important; }

.hfix-870 {
  height: 870px !important; }

.wfix-871 {
  width: 871px !important; }

.hfix-871 {
  height: 871px !important; }

.wfix-872 {
  width: 872px !important; }

.hfix-872 {
  height: 872px !important; }

.wfix-873 {
  width: 873px !important; }

.hfix-873 {
  height: 873px !important; }

.wfix-874 {
  width: 874px !important; }

.hfix-874 {
  height: 874px !important; }

.wfix-875 {
  width: 875px !important; }

.hfix-875 {
  height: 875px !important; }

.wfix-876 {
  width: 876px !important; }

.hfix-876 {
  height: 876px !important; }

.wfix-877 {
  width: 877px !important; }

.hfix-877 {
  height: 877px !important; }

.wfix-878 {
  width: 878px !important; }

.hfix-878 {
  height: 878px !important; }

.wfix-879 {
  width: 879px !important; }

.hfix-879 {
  height: 879px !important; }

.wfix-880 {
  width: 880px !important; }

.hfix-880 {
  height: 880px !important; }

.wfix-881 {
  width: 881px !important; }

.hfix-881 {
  height: 881px !important; }

.wfix-882 {
  width: 882px !important; }

.hfix-882 {
  height: 882px !important; }

.wfix-883 {
  width: 883px !important; }

.hfix-883 {
  height: 883px !important; }

.wfix-884 {
  width: 884px !important; }

.hfix-884 {
  height: 884px !important; }

.wfix-885 {
  width: 885px !important; }

.hfix-885 {
  height: 885px !important; }

.wfix-886 {
  width: 886px !important; }

.hfix-886 {
  height: 886px !important; }

.wfix-887 {
  width: 887px !important; }

.hfix-887 {
  height: 887px !important; }

.wfix-888 {
  width: 888px !important; }

.hfix-888 {
  height: 888px !important; }

.wfix-889 {
  width: 889px !important; }

.hfix-889 {
  height: 889px !important; }

.wfix-890 {
  width: 890px !important; }

.hfix-890 {
  height: 890px !important; }

.wfix-891 {
  width: 891px !important; }

.hfix-891 {
  height: 891px !important; }

.wfix-892 {
  width: 892px !important; }

.hfix-892 {
  height: 892px !important; }

.wfix-893 {
  width: 893px !important; }

.hfix-893 {
  height: 893px !important; }

.wfix-894 {
  width: 894px !important; }

.hfix-894 {
  height: 894px !important; }

.wfix-895 {
  width: 895px !important; }

.hfix-895 {
  height: 895px !important; }

.wfix-896 {
  width: 896px !important; }

.hfix-896 {
  height: 896px !important; }

.wfix-897 {
  width: 897px !important; }

.hfix-897 {
  height: 897px !important; }

.wfix-898 {
  width: 898px !important; }

.hfix-898 {
  height: 898px !important; }

.wfix-899 {
  width: 899px !important; }

.hfix-899 {
  height: 899px !important; }

.wfix-900 {
  width: 900px !important; }

.hfix-900 {
  height: 900px !important; }

.wfix-901 {
  width: 901px !important; }

.hfix-901 {
  height: 901px !important; }

.wfix-902 {
  width: 902px !important; }

.hfix-902 {
  height: 902px !important; }

.wfix-903 {
  width: 903px !important; }

.hfix-903 {
  height: 903px !important; }

.wfix-904 {
  width: 904px !important; }

.hfix-904 {
  height: 904px !important; }

.wfix-905 {
  width: 905px !important; }

.hfix-905 {
  height: 905px !important; }

.wfix-906 {
  width: 906px !important; }

.hfix-906 {
  height: 906px !important; }

.wfix-907 {
  width: 907px !important; }

.hfix-907 {
  height: 907px !important; }

.wfix-908 {
  width: 908px !important; }

.hfix-908 {
  height: 908px !important; }

.wfix-909 {
  width: 909px !important; }

.hfix-909 {
  height: 909px !important; }

.wfix-910 {
  width: 910px !important; }

.hfix-910 {
  height: 910px !important; }

.wfix-911 {
  width: 911px !important; }

.hfix-911 {
  height: 911px !important; }

.wfix-912 {
  width: 912px !important; }

.hfix-912 {
  height: 912px !important; }

.wfix-913 {
  width: 913px !important; }

.hfix-913 {
  height: 913px !important; }

.wfix-914 {
  width: 914px !important; }

.hfix-914 {
  height: 914px !important; }

.wfix-915 {
  width: 915px !important; }

.hfix-915 {
  height: 915px !important; }

.wfix-916 {
  width: 916px !important; }

.hfix-916 {
  height: 916px !important; }

.wfix-917 {
  width: 917px !important; }

.hfix-917 {
  height: 917px !important; }

.wfix-918 {
  width: 918px !important; }

.hfix-918 {
  height: 918px !important; }

.wfix-919 {
  width: 919px !important; }

.hfix-919 {
  height: 919px !important; }

.wfix-920 {
  width: 920px !important; }

.hfix-920 {
  height: 920px !important; }

.wfix-921 {
  width: 921px !important; }

.hfix-921 {
  height: 921px !important; }

.wfix-922 {
  width: 922px !important; }

.hfix-922 {
  height: 922px !important; }

.wfix-923 {
  width: 923px !important; }

.hfix-923 {
  height: 923px !important; }

.wfix-924 {
  width: 924px !important; }

.hfix-924 {
  height: 924px !important; }

.wfix-925 {
  width: 925px !important; }

.hfix-925 {
  height: 925px !important; }

.wfix-926 {
  width: 926px !important; }

.hfix-926 {
  height: 926px !important; }

.wfix-927 {
  width: 927px !important; }

.hfix-927 {
  height: 927px !important; }

.wfix-928 {
  width: 928px !important; }

.hfix-928 {
  height: 928px !important; }

.wfix-929 {
  width: 929px !important; }

.hfix-929 {
  height: 929px !important; }

.wfix-930 {
  width: 930px !important; }

.hfix-930 {
  height: 930px !important; }

.wfix-931 {
  width: 931px !important; }

.hfix-931 {
  height: 931px !important; }

.wfix-932 {
  width: 932px !important; }

.hfix-932 {
  height: 932px !important; }

.wfix-933 {
  width: 933px !important; }

.hfix-933 {
  height: 933px !important; }

.wfix-934 {
  width: 934px !important; }

.hfix-934 {
  height: 934px !important; }

.wfix-935 {
  width: 935px !important; }

.hfix-935 {
  height: 935px !important; }

.wfix-936 {
  width: 936px !important; }

.hfix-936 {
  height: 936px !important; }

.wfix-937 {
  width: 937px !important; }

.hfix-937 {
  height: 937px !important; }

.wfix-938 {
  width: 938px !important; }

.hfix-938 {
  height: 938px !important; }

.wfix-939 {
  width: 939px !important; }

.hfix-939 {
  height: 939px !important; }

.wfix-940 {
  width: 940px !important; }

.hfix-940 {
  height: 940px !important; }

.wfix-941 {
  width: 941px !important; }

.hfix-941 {
  height: 941px !important; }

.wfix-942 {
  width: 942px !important; }

.hfix-942 {
  height: 942px !important; }

.wfix-943 {
  width: 943px !important; }

.hfix-943 {
  height: 943px !important; }

.wfix-944 {
  width: 944px !important; }

.hfix-944 {
  height: 944px !important; }

.wfix-945 {
  width: 945px !important; }

.hfix-945 {
  height: 945px !important; }

.wfix-946 {
  width: 946px !important; }

.hfix-946 {
  height: 946px !important; }

.wfix-947 {
  width: 947px !important; }

.hfix-947 {
  height: 947px !important; }

.wfix-948 {
  width: 948px !important; }

.hfix-948 {
  height: 948px !important; }

.wfix-949 {
  width: 949px !important; }

.hfix-949 {
  height: 949px !important; }

.wfix-950 {
  width: 950px !important; }

.hfix-950 {
  height: 950px !important; }

.wfix-951 {
  width: 951px !important; }

.hfix-951 {
  height: 951px !important; }

.wfix-952 {
  width: 952px !important; }

.hfix-952 {
  height: 952px !important; }

.wfix-953 {
  width: 953px !important; }

.hfix-953 {
  height: 953px !important; }

.wfix-954 {
  width: 954px !important; }

.hfix-954 {
  height: 954px !important; }

.wfix-955 {
  width: 955px !important; }

.hfix-955 {
  height: 955px !important; }

.wfix-956 {
  width: 956px !important; }

.hfix-956 {
  height: 956px !important; }

.wfix-957 {
  width: 957px !important; }

.hfix-957 {
  height: 957px !important; }

.wfix-958 {
  width: 958px !important; }

.hfix-958 {
  height: 958px !important; }

.wfix-959 {
  width: 959px !important; }

.hfix-959 {
  height: 959px !important; }

.wfix-960 {
  width: 960px !important; }

.hfix-960 {
  height: 960px !important; }

.wfix-961 {
  width: 961px !important; }

.hfix-961 {
  height: 961px !important; }

.wfix-962 {
  width: 962px !important; }

.hfix-962 {
  height: 962px !important; }

.wfix-963 {
  width: 963px !important; }

.hfix-963 {
  height: 963px !important; }

.wfix-964 {
  width: 964px !important; }

.hfix-964 {
  height: 964px !important; }

.wfix-965 {
  width: 965px !important; }

.hfix-965 {
  height: 965px !important; }

.wfix-966 {
  width: 966px !important; }

.hfix-966 {
  height: 966px !important; }

.wfix-967 {
  width: 967px !important; }

.hfix-967 {
  height: 967px !important; }

.wfix-968 {
  width: 968px !important; }

.hfix-968 {
  height: 968px !important; }

.wfix-969 {
  width: 969px !important; }

.hfix-969 {
  height: 969px !important; }

.wfix-970 {
  width: 970px !important; }

.hfix-970 {
  height: 970px !important; }

.wfix-971 {
  width: 971px !important; }

.hfix-971 {
  height: 971px !important; }

.wfix-972 {
  width: 972px !important; }

.hfix-972 {
  height: 972px !important; }

.wfix-973 {
  width: 973px !important; }

.hfix-973 {
  height: 973px !important; }

.wfix-974 {
  width: 974px !important; }

.hfix-974 {
  height: 974px !important; }

.wfix-975 {
  width: 975px !important; }

.hfix-975 {
  height: 975px !important; }

.wfix-976 {
  width: 976px !important; }

.hfix-976 {
  height: 976px !important; }

.wfix-977 {
  width: 977px !important; }

.hfix-977 {
  height: 977px !important; }

.wfix-978 {
  width: 978px !important; }

.hfix-978 {
  height: 978px !important; }

.wfix-979 {
  width: 979px !important; }

.hfix-979 {
  height: 979px !important; }

.wfix-980 {
  width: 980px !important; }

.hfix-980 {
  height: 980px !important; }

.wfix-981 {
  width: 981px !important; }

.hfix-981 {
  height: 981px !important; }

.wfix-982 {
  width: 982px !important; }

.hfix-982 {
  height: 982px !important; }

.wfix-983 {
  width: 983px !important; }

.hfix-983 {
  height: 983px !important; }

.wfix-984 {
  width: 984px !important; }

.hfix-984 {
  height: 984px !important; }

.wfix-985 {
  width: 985px !important; }

.hfix-985 {
  height: 985px !important; }

.wfix-986 {
  width: 986px !important; }

.hfix-986 {
  height: 986px !important; }

.wfix-987 {
  width: 987px !important; }

.hfix-987 {
  height: 987px !important; }

.wfix-988 {
  width: 988px !important; }

.hfix-988 {
  height: 988px !important; }

.wfix-989 {
  width: 989px !important; }

.hfix-989 {
  height: 989px !important; }

.wfix-990 {
  width: 990px !important; }

.hfix-990 {
  height: 990px !important; }

.wfix-991 {
  width: 991px !important; }

.hfix-991 {
  height: 991px !important; }

.wfix-992 {
  width: 992px !important; }

.hfix-992 {
  height: 992px !important; }

.wfix-993 {
  width: 993px !important; }

.hfix-993 {
  height: 993px !important; }

.wfix-994 {
  width: 994px !important; }

.hfix-994 {
  height: 994px !important; }

.wfix-995 {
  width: 995px !important; }

.hfix-995 {
  height: 995px !important; }

.wfix-996 {
  width: 996px !important; }

.hfix-996 {
  height: 996px !important; }

.wfix-997 {
  width: 997px !important; }

.hfix-997 {
  height: 997px !important; }

.wfix-998 {
  width: 998px !important; }

.hfix-998 {
  height: 998px !important; }

.wfix-999 {
  width: 999px !important; }

.hfix-999 {
  height: 999px !important; }

.wfix-1000 {
  width: 1000px !important; }

.hfix-1000 {
  height: 1000px !important; }

td.table-in-div {
  vertical-align: top;
  border-bottom: none !important; }
  td.table-in-div div div {
    padding: 5px 5px; }
  td.table-in-div div .bottom-line {
    border-bottom: 1px #c0c0c0 solid; }

/**********************************  textarea ************************************************/
.textArea {
  width: 250px;
  /* 入力域の最大幅 */
  background: #ffffff;
  /* 入力域の背景色 */
  border: 2px solid #1e6bb9;
  /* 入力域の枠線   */
  border-radius: 4px;
  /* 入力域の角丸   */
  padding: 8px;
  /* 入力文字の余白 */
  font-size: 16px;
  /* 入力文字サイズ */
  color: #333333;
  /* 入力文字の色   */
  letter-spacing: .1em;
  /* 入力文字の間隔 */
  line-height: 19px;
  /* 入力文字の間隔 */ }

/* --- 入力フィールドにフォーカスか来たら ----------------*/
.textArea:focus {
  border-color: #c0f8ff;
  /* 枠線色     */
  background: rgba(205, 255, 248, 0.2);
  /* 背景色     */
  outline: 0; }

/* --- 入力説明の文字(標準) -----------------------------*/
.textArea:placeholder-shown {
  color: #808080;
  /* 文字色     */ }

/* --- 入力説明の文字(Chrome,Safari,Android,iOS等) ---- -*/
.textArea::-webkit-input-placeholder {
  color: #808080;
  /* 文字色     */ }

/* --- 入力説明の文字(IE用) -----------------------------*/
.textArea:-ms-input-placeholder {
  color: #808080;
  /* 文字色     */ }

/* --- スピナー用 -----------------------------*/
.settingLoading {
  z-index: 4000;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8; }
  .settingLoading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /* :not(:required) hides this rule from IE9 and below */ }
@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    .settingLoading .loadingMsg .three-quarters-loader:not(:required) {
      -moz-animation: three-quarters-loader 1250ms infinite linear;
      -webkit-animation: three-quarters-loader 1250ms infinite linear;
      animation: three-quarters-loader 1250ms infinite linear;
      border: 8px solid #38e;
      border-right-color: transparent;
      border-radius: 16px;
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      overflow: hidden;
      text-indent: -9999px;
      width: 32px;
      height: 32px; }

.disDamy {
  position: fixed !important; }

/* --- 掲示板　スクロール -----------------------------*/
.scroll_bbs {
  max-height: 500px !important;
  overflow-y: scroll; }

.position_relative {
  position: relative; }

/* --- ログインパスワードの表示非表示切り替え ---*/
.pass-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin-left: -35px; }

_:-ms-lang(x)::-ms-backdrop, .pass-toggle {
  margin-bottom: -30px; }

.toastify-avatar {
  width: 1.3em;
  height: 1.3em;
  margin: 1px 5px;
  border-radius: 2px;
  margin-right: 13px; }

.app-content {
  width: 100%;
  padding: 30px 30px; }

.app-content > *:nth-child(1) {
  min-height: calc(100vh - 99px); }

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border: none; }

.wrapper {
  width: 100%; }

#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: #282a59;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  box-shadow: 5px 4px 10px -6px #414141; }
  @media (max-width: 991.98px) {
    #sidebar {
      box-shadow: none; } }

#sidebar .h6 {
  color: #fff; }

#sidebar.active {
  margin-left: -270px; }

.app-header .custom-menu {
  margin-left: 15px; }

#sidebar h1 {
  margin-bottom: 20px;
  font-weight: 700; }

#sidebar h1 .logo {
  color: #fff; }

#sidebar ul.components {
  padding: 0; }

#sidebar ul li {
  font-size: 16px; }

#sidebar ul li > ul {
  margin-left: 10px; }

#sidebar ul li > ul li {
  font-size: 14px; }

#sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

#sidebar ul li a:hover {
  color: #fff; }

#sidebar ul li.active > a {
  background: 0 0;
  color: #fff; }

@media (max-width: 991.98px) {
  #sidebar {
    margin-left: -270px; }

  #sidebar.active {
    margin-left: 0; }

  .app-header .custom-menu {
    margin-right: auto;
    position: absolute;
    left: -9px;
    top: 10px !important; } }
@media (min-width: 991.98px) {
  .app-header .custom-menu {
    display: none; } }

@media (prefers-reduced-motion: reduce) {
  .app-header .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
.app-header .custom-menu .btn {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #727272; }

.app-header .custom-menu .btn.btn-primary {
  background: transparent;
  border-color: #dddddd; }

.app-header .custom-menu .btn.btn-primary:hover,
.app-header .custom-menu .btn.btn-primary:focus {
  background: transparent !important;
  border-color: #b7baff !important; }

a[data-toggle=collapse] {
  position: relative; }

.system .container-w .wBox table.style1 .left-content, .system .container-w .wBox table .left-content {
  width: 13% !important; }
.system .container-w .wBox table.style1 .right-content, .system .container-w .wBox table .right-content {
  width: 37% !important; }
.system .container-w .wBox table.style1 th, .system .container-w .wBox table.style1 th.title, .system .container-w .wBox table th, .system .container-w .wBox table th.title {
  background: rgba(61, 165, 42, 0.16);
  font-weight: normal; }
.system .container-w .wBox table.style1 th.title-solo-e, .system .container-w .wBox table th.title-solo-e {
  border-bottom: 1px solid #D2D9DF;
  border-right: 1px solid #D2D9DF; }
.system .container-w .wBox table.style1 th.title-solo, .system .container-w .wBox table th.title-solo {
  border-bottom: 1px solid #D2D9DF; }
.system .container-w .wBox table.style1 th.chapter-band, .system .container-w .wBox table th.chapter-band {
  font-weight: bold;
  letter-spacing: 0.05em;
  background: rgba(238, 126, 176, 0.9);
  color: #fFF !important;
  font-size: 1em;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.1), 1px -1px 0 rgba(51, 51, 51, 0.1), -1px 1px 0 rgba(51, 51, 51, 0.1), 1px 1px 0 rgba(51, 51, 51, 0.1);
  position: relative;
  padding: 0.5rem 1rem 0.5rem 3rem; }
.system .container-w .wBox table.style1 .zumi, .system .container-w .wBox table .zumi {
  background: #909090 !important; }
.system .container-w .wBox table.style1 th.chapter-band:before, .system .container-w .wBox table th.chapter-band:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff; }
.system .container-w .wBox table.style1 td, .system .container-w .wBox table td {
  vertical-align: top;
  word-break: break-all;
  border-bottom: 1px solid #D2D9DF;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 15px !important; }
  .system .container-w .wBox table.style1 td input[type=radio], .system .container-w .wBox table.style1 td input[type=checkbox], .system .container-w .wBox table td input[type=radio], .system .container-w .wBox table td input[type=checkbox] {
    margin-left: 15px;
    margin-right: 0px; }
  .system .container-w .wBox table.style1 td .m-cl, .system .container-w .wBox table td .m-cl {
    margin-left: 0px !important; }
  .system .container-w .wBox table.style1 td input[type=text], .system .container-w .wBox table td input[type=text] {
    margin-left: 3px;
    margin-right: 3px; }
  .system .container-w .wBox table.style1 td .d-none, .system .container-w .wBox table td .d-none {
    display: none; }
  .system .container-w .wBox table.style1 td .text-height, .system .container-w .wBox table td .text-height {
    line-height: 50px; }
  .system .container-w .wBox table.style1 td .text-height-input, .system .container-w .wBox table td .text-height-input {
    height: 33px;
    margin: auto 2px; }
  .system .container-w .wBox table.style1 td .text-right-bbs, .system .container-w .wBox table td .text-right-bbs {
    padding-bottom: 5px;
    text-align: right; }
  .system .container-w .wBox table.style1 td .area-inside-container, .system .container-w .wBox table td .area-inside-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .system .container-w .wBox table.style1 td a img, .system .container-w .wBox table td a img {
    width: 100% !important;
    height: 172px !important;
    z-index: 2;
    margin: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
  @media screen and (min-width: 550px) {
    .system .container-w .wBox table.style1 td .area-inside-container, .system .container-w .wBox table td .area-inside-container {
      max-width: 470px; } }
  @media screen and (min-width: 768px) {
    .system .container-w .wBox table.style1 td .area-inside-container, .system .container-w .wBox table td .area-inside-container {
      max-width: 750px; } }
  @media screen and (min-width: 992px) {
    .system .container-w .wBox table.style1 td .area-inside-container, .system .container-w .wBox table td .area-inside-container {
      max-width: 760px;
      min-width: 500px; } }
  @media screen and (min-width: 1200px) {
    .system .container-w .wBox table.style1 td .area-inside-container, .system .container-w .wBox table td .area-inside-container {
      max-width: 1050px; } }
  .system .container-w .wBox table.style1 td .detail-slide .slick-list, .system .container-w .wBox table td .detail-slide .slick-list {
    text-align: -webkit-center !important; }
  @media screen and (min-width: 768px) {
    .system .container-w .wBox table.style1 td .detail-slide, .system .container-w .wBox table td .detail-slide {
      padding-left: 50px;
      padding-right: 50px; } }
  .system .container-w .wBox table.style1 td .detail-slide .main-slider, .system .container-w .wBox table td .detail-slide .main-slider {
    text-align: center;
    height: auto;
    margin-bottom: 25px; }
    .system .container-w .wBox table.style1 td .detail-slide .main-slider .main-slider-image, .system .container-w .wBox table td .detail-slide .main-slider .main-slider-image {
      max-width: 100%;
      height: 400px;
      display: inline-block !important; }
    .system .container-w .wBox table.style1 td .detail-slide .main-slider figcaption, .system .container-w .wBox table td .detail-slide .main-slider figcaption {
      text-align: center; }
    .system .container-w .wBox table.style1 td .detail-slide .main-slider .slick-next,
    .system .container-w .wBox table.style1 td .detail-slide .main-slider .slick-prev, .system .container-w .wBox table td .detail-slide .main-slider .slick-next,
    .system .container-w .wBox table td .detail-slide .main-slider .slick-prev {
      height: auto;
      width: auto; }
    .system .container-w .wBox table.style1 td .detail-slide .main-slider .slick-next:before,
    .system .container-w .wBox table.style1 td .detail-slide .main-slider .slick-prev:before, .system .container-w .wBox table td .detail-slide .main-slider .slick-next:before,
    .system .container-w .wBox table td .detail-slide .main-slider .slick-prev:before {
      color: #999;
      font-size: 36px; }
    @media screen and (max-width: 700px) {
      .system .container-w .wBox table.style1 td .detail-slide .main-slider .main-slider-image, .system .container-w .wBox table td .detail-slide .main-slider .main-slider-image {
        height: 350px; } }
    @media screen and (max-width: 600px) {
      .system .container-w .wBox table.style1 td .detail-slide .main-slider .main-slider-image, .system .container-w .wBox table td .detail-slide .main-slider .main-slider-image {
        height: 300px; } }
    @media screen and (max-width: 530px) {
      .system .container-w .wBox table.style1 td .detail-slide .main-slider .main-slider-image, .system .container-w .wBox table td .detail-slide .main-slider .main-slider-image {
        height: 250px; } }
    @media screen and (max-width: 400px) {
      .system .container-w .wBox table.style1 td .detail-slide .main-slider .main-slider-image, .system .container-w .wBox table td .detail-slide .main-slider .main-slider-image {
        height: 200px; } }
    @media screen and (max-width: 380px) {
      .system .container-w .wBox table.style1 td .detail-slide .main-slider .main-slider-image, .system .container-w .wBox table td .detail-slide .main-slider .main-slider-image {
        height: 150px; } }
    @media screen and (max-width: 350px) {
      .system .container-w .wBox table.style1 td .detail-slide .main-slider .main-slider-image, .system .container-w .wBox table td .detail-slide .main-slider .main-slider-image {
        height: 125px; } }
  .system .container-w .wBox table.style1 td .detail-slide .slider-nav, .system .container-w .wBox table td .detail-slide .slider-nav {
    height: 100px;
    margin-bottom: 3rem;
    width: auto; }
    .system .container-w .wBox table.style1 td .detail-slide .slider-nav .item img, .system .container-w .wBox table td .detail-slide .slider-nav .item img {
      height: 100px;
      max-width: 100px;
      margin: 0 auto; }
      @media screen and (max-width: 991px) {
        .system .container-w .wBox table.style1 td .detail-slide .slider-nav .item img, .system .container-w .wBox table td .detail-slide .slider-nav .item img {
          max-width: 95%; } }
    .system .container-w .wBox table.style1 td .detail-slide .slider-nav .slick-slide, .system .container-w .wBox table td .detail-slide .slider-nav .slick-slide {
      border: 1px solid transparent; }
    .system .container-w .wBox table.style1 td .detail-slide .slider-nav .slick-current, .system .container-w .wBox table td .detail-slide .slider-nav .slick-current {
      background-color: #ddd !important; }
    .system .container-w .wBox table.style1 td .detail-slide .slider-nav .slick-prev, .system .container-w .wBox table td .detail-slide .slider-nav .slick-prev {
      left: -56px; }
    .system .container-w .wBox table.style1 td .detail-slide .slider-nav .slick-next:before,
    .system .container-w .wBox table.style1 td .detail-slide .slider-nav .slick-prev:before, .system .container-w .wBox table td .detail-slide .slider-nav .slick-next:before,
    .system .container-w .wBox table td .detail-slide .slider-nav .slick-prev:before {
      color: #999;
      font-size: 36px; }
.system .container-w .wBox table.style1 td.text-double, .system .container-w .wBox table td.text-double {
  word-break: break-all;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 15px !important;
  border-bottom: 3px double #D2D9DF !important; }
.system .container-w .wBox table.style1 td.not-padding, .system .container-w .wBox table td.not-padding {
  padding: 2px 0 0 0 !important; }
.system .container-w .wBox table.style1 td.sb-none, .system .container-w .wBox table td.sb-none {
  border-bottom: none !important; }
.system .container-w .wBox table.style1 tr td, .system .container-w .wBox table tr td {
  border-bottom: 1px solid #D2D9DF; }
.system .container-w .wBox .slider-box {
  display: block;
  overflow-x: scroll;
  overflow-y: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
  max-height: 600px !important; }
  .system .container-w .wBox .slider-box table.style-slider {
    border-collapse: collapse; }
    .system .container-w .wBox .slider-box table.style-slider th {
      background-color: #E0F1DD !important; }
    .system .container-w .wBox .slider-box table.style-slider th.fixed01, .system .container-w .wBox .slider-box table.style-slider th.fixed02 {
      max-width: 20rem;
      min-width: 10rem;
      padding: 0.5rem;
      z-index: 5 !important; }
    .system .container-w .wBox .slider-box table.style-slider th.over_width {
      max-width: 9rem;
      min-width: 9rem;
      padding: 0.5rem; }
    .system .container-w .wBox .slider-box table.style-slider thead {
      background-color: #E0F1DD !important; }
    .system .container-w .wBox .slider-box table.style-slider tbody tr td:nth-child(1),
    .system .container-w .wBox .slider-box table.style-slider tbody tr td:nth-child(2) {
      background-color: white; }
    .system .container-w .wBox .slider-box table.style-slider thead tr th:nth-child(1), .system .container-w .wBox .slider-box table.style-slider thead tr th:nth-child(2),
    .system .container-w .wBox .slider-box table.style-slider thead tr td:nth-child(1),
    .system .container-w .wBox .slider-box table.style-slider thead tr td:nth-child(2),
    .system .container-w .wBox .slider-box table.style-slider tbody tr th:nth-child(1),
    .system .container-w .wBox .slider-box table.style-slider tbody tr th:nth-child(2),
    .system .container-w .wBox .slider-box table.style-slider tbody tr td:nth-child(1),
    .system .container-w .wBox .slider-box table.style-slider tbody tr td:nth-child(2) {
      position: sticky;
      position: -webkit-sticky;
      z-index: 1; }
    .system .container-w .wBox .slider-box table.style-slider thead tr th:nth-child(1),
    .system .container-w .wBox .slider-box table.style-slider thead tr td:nth-child(1),
    .system .container-w .wBox .slider-box table.style-slider tbody tr th:nth-child(1),
    .system .container-w .wBox .slider-box table.style-slider tbody tr td:nth-child(1) {
      left: 0; }
    .system .container-w .wBox .slider-box table.style-slider thead tr th:nth-child(2),
    .system .container-w .wBox .slider-box table.style-slider thead tr td:nth-child(2),
    .system .container-w .wBox .slider-box table.style-slider tbody tr th:nth-child(2),
    .system .container-w .wBox .slider-box table.style-slider tbody tr td:nth-child(2) {
      left: 18.2rem; }
    .system .container-w .wBox .slider-box table.style-slider thead tr:nth-child(1) th, .system .container-w .wBox .slider-box table.style-slider thead tr:nth-child(2) th {
      position: sticky;
      position: -webkit-sticky;
      z-index: 2; }
    .system .container-w .wBox .slider-box table.style-slider thead tr:nth-child(1) th {
      top: 0; }
    .system .container-w .wBox .slider-box table.style-slider thead tr:nth-child(2) th {
      top: 2rem; }
    .system .container-w .wBox .slider-box table.style-slider thead tr th:nth-child(1), .system .container-w .wBox .slider-box table.style-slider thead tr th:nth-child(2) {
      z-index: 8; }
.system .container-w .wBox table.bbs {
  width: 100%; }
  .system .container-w .wBox table.bbs tr {
    background-color: #fff;
    list-style: none; }
  .system .container-w .wBox table.bbs tr:last-child {
    background-color: #fff;
    list-style: none; }
  .system .container-w .wBox table.bbs th.chapter-band {
    font-weight: bold;
    letter-spacing: 0.05em;
    background: rgba(238, 126, 176, 0.9);
    color: #fFF !important;
    font-size: 1em;
    text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.1), 1px -1px 0 rgba(51, 51, 51, 0.1), -1px 1px 0 rgba(51, 51, 51, 0.1), 1px 1px 0 rgba(51, 51, 51, 0.1);
    position: relative;
    padding: 0.5rem 1rem 0.5rem 3rem; }
  .system .container-w .wBox table.bbs th.chapter-band:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 20px;
    width: 14px;
    height: 14px;
    content: '';
    border-radius: 50%;
    background: #fff; }
  .system .container-w .wBox table.bbs td {
    word-break: break-all;
    border-bottom: 1px solid #D2D9DF;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important; }
    .system .container-w .wBox table.bbs td * {
      overflow-wrap: break-word;
      word-wrap: break-word; }
    .system .container-w .wBox table.bbs td .row {
      display: flex;
      flex-direction: row; }
    .system .container-w .wBox table.bbs td .row > * {
      min-width: 0; }
    .system .container-w .wBox table.bbs td .col {
      display: flex;
      flex-direction: column; }
    .system .container-w .wBox table.bbs td .col > * {
      max-width: 100%; }
    .system .container-w .wBox table.bbs td div.name {
      padding: 3px 2px;
      color: #51A5C4;
      font-weight: bold;
      font-size: 0.9em;
      font-weight: bold; }
    .system .container-w .wBox table.bbs td div.comment {
      padding: 5px;
      word-break: break-all !important;
      white-space: pre-wrap; }
    .system .container-w .wBox table.bbs td div.time {
      font-size: 0.8em;
      text-align: right; }
.system .container-w .wBox table.owner-list td, .system .container-w .wBox table.owner-list th {
  border-bottom: none !important; }
.system .container-w .wBox table.owner-list th.chapter-band {
  font-weight: bold;
  letter-spacing: 0.05em;
  background: rgba(238, 126, 176, 0.9);
  color: #fFF !important;
  font-size: 1em;
  text-shadow: -1px -1px 0 rgba(51, 51, 51, 0.1), 1px -1px 0 rgba(51, 51, 51, 0.1), -1px 1px 0 rgba(51, 51, 51, 0.1), 1px 1px 0 rgba(51, 51, 51, 0.1);
  position: relative;
  padding: 0.5rem 1rem 0.5rem 3rem; }
.system .container-w .wBox table.owner-list th.chapter-band:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff; }
.system .container-w .wBox table.owner-list tr.odd {
  background-color: rgba(216, 233, 213, 0.3); }
.system .container-w .wBox table.owner-list tr.even {
  background: #fff; }
.system .container-w .wBox table.owner-list tr.group-line {
  border-top: 1px #c0c0c0 solid !important; }
.system .container-w .wBox table.owner-list tr:last-of-type {
  border-bottom: 1px #c0c0c0 solid !important; }
.system .container-w .wBox table.owner-list .w-25 {
  width: 25% !important; }
.system .container-w .wBox table.owner-list .w-83 {
  width: 83% !important; }
.system .container-w .wBox table.property-edit .center-and-right, .system .container-w .wBox table.owner-edit .center-and-right {
  text-align: center;
  position: relative;
  width: 100%;
  border-width: 1px 0 0 0; }
.system .container-w .wBox table.property-edit .center-and-right-end, .system .container-w .wBox table.owner-edit .center-and-right-end {
  position: absolute;
  right: 0; }
.system td .dropzone-one, .system td .dropzone-two {
  border: 0 !important;
  justify-items: center;
  text-align: center;
  width: 98%;
  border: 4px solid rgba(61, 165, 42, 0.9) !important;
  border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
  background: repeating-linear-gradient(-45deg, #fff 0px, #fff 15px, rgba(238, 126, 176, 0.1) 15px, rgba(238, 126, 176, 0.1) 30px);
  padding: 5px 20px;
  margin: 0 auto; }
  .system td .dropzone-one .dz-preview, .system td .dropzone-two .dz-preview {
    width: 22%;
    margin: 8px 12px 5px 12px; }
    .system td .dropzone-one .dz-preview .dz-image, .system td .dropzone-two .dz-preview .dz-image {
      border-radius: 0;
      width: 200px !important;
      height: 200px !important;
      position: relative;
      display: block;
      z-index: 10;
      border-radius: 2.0em; }
      .system td .dropzone-one .dz-preview .dz-image img, .system td .dropzone-two .dz-preview .dz-image img {
        border-radius: 0;
        width: 200px !important;
        height: 200px !important;
        z-index: 2;
        margin: auto;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
  .system td .dropzone-one .dz-image-preview, .system td .dropzone-two .dz-image-preview {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0); }
  .system td .dropzone-one .dz-hidden-container, .system td .dropzone-two .dz-hidden-container {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .system td .dropzone-one .dz-down-load-f, .system td .dropzone-two .dz-down-load-f {
    width: 161px;
    display: block !important;
    margin: 5px auto 0 !important; }
  .system td .dropzone-one .dz-message, .system td .dropzone-two .dz-message {
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    margin: 3em 0; }
    .system td .dropzone-one .dz-message span, .system td .dropzone-two .dz-message span {
      font-size: 1.5em !important;
      font-weight: bold; }
  .system td .dropzone-one .image-delete, .system td .dropzone-two .image-delete {
    width: 74%;
    margin: 0 auto;
    font-size: 1rem !important; }
  .system td .dropzone-one .image-text, .system td .dropzone-two .image-text {
    font-size: 1.5em;
    max-width: 210px !important;
    margin: 0 auto; }
.system td .dropzone-three {
  border: 0 !important;
  width: 98%;
  border: 4px dashed rgba(0, 0, 0, 0.5) !important;
  border-radius: 2em;
  background: #FFDDFF;
  padding: 5px 20px;
  margin: 0 auto; }
  .system td .dropzone-three .dz-preview {
    text-align: center;
    width: 22%;
    margin: 8px 12px 5px 12px;
    background: #FFDDFF; }
    .system td .dropzone-three .dz-preview .dz-image {
      border-radius: 0;
      background: #FFDDFF;
      width: 200px !important;
      height: 200px !important;
      position: relative;
      display: block;
      z-index: 10;
      border-radius: 2.0em; }
      .system td .dropzone-three .dz-preview .dz-image img {
        width: 200px !important;
        height: 200px !important;
        background: #FFDDFF !important;
        z-index: 2;
        margin: auto;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
  .system td .dropzone-three .dz-hidden-container {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    background: #FFDDFF; }
  .system td .dropzone-three .dz-down-load-f {
    margin: 5px auto 0 !important; }
  .system td .dropzone-three .dz-message {
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    margin: 3em 0; }
    .system td .dropzone-three .dz-message span {
      font-size: 1.5em;
      font-weight: bold; }
  .system td .dropzone-three .image-text {
    max-width: 210px !important;
    margin: 0 auto; }
  .system td .dropzone-three .dz-download-button {
    text-align: center;
    margin-bottom: 0.25rem !important; }
  .system td .dropzone-three .image-delete {
    width: 74%;
    margin: 0 auto;
    font-size: 1rem !important; }
.system td .dropzone-four {
  border: 0 !important;
  width: 420px !important;
  border: 4px dashed rgba(0, 0, 0, 0.5) !important;
  border-radius: 2em;
  background: #FFDDFF;
  padding: 5px 20px;
  margin: 0 auto; }
  .system td .dropzone-four .dz-preview {
    margin: 8px 12px 5px 12px;
    background: #FFDDFF; }
    .system td .dropzone-four .dz-preview .dz-image {
      border-radius: 0;
      background: #FFDDFF;
      width: 200px !important;
      height: 200px !important;
      position: relative;
      display: block;
      z-index: 10;
      border-radius: 2.0em;
      margin: auto; }
      .system td .dropzone-four .dz-preview .dz-image img {
        float: left;
        width: 200px !important;
        height: 200px !important;
        background: #FFDDFF !important;
        z-index: 2;
        margin: auto;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
  .system td .dropzone-four .dz-hidden-container {
    float: left;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .system td .dropzone-four .dz-down-load-f {
    float: right; }
  .system td .dropzone-four .dz-remove {
    width: 150px !important;
    float: left !important; }
  .system td .dropzone-four .dz-image-preview {
    text-align: center; }
  .system td .dropzone-four .image-text {
    min-width: 320px !important;
    max-width: 100% !important;
    height: 35px;
    margin: auto; }
  .system td .dropzone-four .dz-download-button {
    text-align: center;
    margin-bottom: 0.25rem !important; }
  .system td .dropzone-four .dz-message {
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    margin: 3em 0; }
    .system td .dropzone-four .dz-message span {
      font-size: 1.5em;
      font-weight: bold; }
  .system td .dropzone-four .image-delete {
    width: 200px;
    margin: 0 auto;
    font-size: 1rem !important; }
.system .precautions-text {
  color: #ff0000; }
.system .textareaw {
  width: 100%; }
.system .width-d {
  max-width: 1400px !important; }
.system .image-none-border {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 5px !important;
  text-align: center; }
  .system .image-none-border img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    z-index: 2;
    margin: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
  .system .image-none-border .no-prop {
    height: 100px !important; }
.system .padding-none {
  padding: 0px !important; }
.system .anchor-block {
  display: block;
  width: 100%;
  height: 50px;
  outline: none;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 50px;
  text-decoration: none; }
.system .container {
  width: 90%;
  margin: 30px auto; }
.system .chat-area {
  height: auto;
  background: #8DB4E5;
  overflow: auto;
  padding: 1em; }
  .system .chat-area div {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    /* 左のトークボックス */
    /* 右のトークボックス */ }
    .system .chat-area div .talk_left {
      margin-top: 1em;
      text-align: left; }
    .system .chat-area div .talk_left p:after {
      content: '';
      position: absolute;
      top: 8px;
      left: -20px;
      border: 12px solid transparent;
      border-right: 12px solid white; }
    .system .chat-area div .talk_left p {
      display: inline-block;
      position: relative;
      background-color: white;
      border-radius: 10px;
      padding: 10px;
      text-align: left; }
    .system .chat-area div .talk_right {
      margin-top: 1em;
      text-align: right; }
    .system .chat-area div .talk_right p:after {
      content: '';
      position: absolute;
      top: 0px;
      right: -20px;
      border: 12px solid transparent;
      border-left: 12px solid #85e249; }
    .system .chat-area div .talk_right p {
      display: inline-block;
      position: relative;
      background-color: #85e249;
      border-radius: 10px;
      padding: 10px;
      text-align: left; }
.system .message-area {
  height: 10vh;
  display: flex; }
.system .message-area-text {
  width: 80%; }
.system .message-area-button {
  width: 20%; }
.system .message-area-text textarea {
  width: 100%;
  height: 100%;
  resize: none;
  /* これでユーザーのリサイズをできなくする */
  border: 1px solid #ddd;
  /* 枠線をつけて領域を分かりやすく */
  box-sizing: border-box;
  /* borderを付けてるので、border込の大きさにする */ }
.system .message-area-button button {
  width: 100%;
  height: 100%;
  background: #61E739;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  border: 0; }
.system .lobibox .lobibox-header .btn-close {
  display: none !important; }
.system .tooltip-inner {
  max-width: 420px;
  width: 420px;
  text-align: left; }

header {
  height: 60px;
  width: 100%;
  padding: 0px 15px;
  background-color: rgba(34, 49, 52, 0.9);
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  /**********************************　
  以下、ハンバーガーメニューの設定　
  ************************************/ }
  header * {
    box-sizing: border-box; }
  header .logo {
    font-size: 25px; }
  header nav {
    margin: 0 0 0 auto; }
  header ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
  header a {
    text-decoration: none;
    display: block;
    line-height: 60px;
    padding: 0 20px; }
  header .sm {
    display: none; }
  @media (max-width: 900px) {
    header .pc {
      display: none; }
    header #hamburger {
      background-color: transparent;
      position: relative;
      cursor: pointer;
      margin: 0 0 0 auto;
      height: 60px;
      width: 60px; }
    header .icon span {
      position: absolute;
      left: 15px;
      width: 30px;
      height: 4px;
      background-color: white;
      border-radius: 8px;
      transition: ease 0.75s; }
    header .icon span:nth-of-type(1) {
      top: 16px; }
    header .icon span:nth-of-type(2) {
      top: 28px; }
    header .icon span:nth-of-type(3) {
      bottom: 16px; }
    header .close span:nth-of-type(1) {
      transform: rotate(45deg);
      top: 28px; }
    header .close span:nth-of-type(2) {
      opacity: 0; }
    header .close span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 28px; }
    header .sm {
      top: 60px;
      left: 0px;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color: rgba(34, 49, 52, 0.9); }
    header ul {
      flex-direction: column; }
    header a {
      text-align: center;
      border-top: solid 0.5px rgba(255, 255, 255, 0.6); } }

body.org-detail {
  /* アクティブなタブ */
  /* ラジオボタン非表示 */ }
  body.org-detail .detail-form [class*='col'].cat {
    background: #ecdac3;
    border: 1px solid #d6c1a5;
    padding: 10px;
    vertical-align: top; }
  body.org-detail .detail-form [class*='col'].val {
    border: 1px solid #d6c1a5;
    padding: 10px;
    vertical-align: top;
    background: #ffffff; }
  body.org-detail .detail-form [class*='col'].cat, body.org-detail .detail-form [class*='col'].val {
    margin: 0px 0 0 -1px;
    padding-bottom: 16px; }
  body.org-detail .detail-form [class*='col'] label.form-text {
    margin-top: 0; }
  body.org-detail .detail-form [class*='col'] td {
    vertical-align: top; }
  body.org-detail .detail-form [class*='col'] label.checkbox {
    cursor: pointer; }
  body.org-detail .prop-default-header {
    margin: 10px 0; }
    body.org-detail .prop-default-header .title {
      font-weight: bold;
      font-size: 1.2em;
      display: block; }
  body.org-detail table.tmp-pwd-info .val,
  body.org-detail table.tmp-pwd-info .cat,
  body.org-detail table.demo-account-info .val,
  body.org-detail table.demo-account-info .cat {
    padding: 5px; }
  body.org-detail .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0; }
  body.org-detail .tab-label {
    color: #9c9c9c;
    font-weight: bold;
    background: White;
    white-space: nowrap;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    flex-basis: 15%;
    height: 4rem; }
  body.org-detail .tab-label:not(:last-of-type) {
    margin-right: 5px; }
  body.org-detail .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    border: none;
    border-radius: 0 0 0.25rem 0.25rem; }
  body.org-detail .tab-switch:checked + .tab-label {
    background: white;
    font-weight: bold;
    color: #000;
    border-top: 6px solid green;
    border-right: 1px solid green;
    border-left: 1px solid green;
    box-shadow: 0 -2.5px 3px rgba(0, 0, 0, 0.2); }
  body.org-detail .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 1px solid green; }
  body.org-detail .tab-switch {
    display: none; }
  body.org-detail .col-select {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  body.org-detail .btn.btn-round {
    border-radius: 5px !important; }
  body.org-detail .fileupload-image {
    width: 45%; }
    body.org-detail .fileupload-image img {
      height: 200px; }
    body.org-detail .fileupload-image .drop {
      border: 2px dashed #AAAAAA;
      padding: 25px;
      background-color: #999; }
  body.org-detail .col-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    position: relative; }
    body.org-detail .col-title img {
      position: absolute;
      top: 0;
      right: 0; }
  body.org-detail .close-area {
    position: relative;
    width: 100%; }
    body.org-detail .close-area button {
      position: absolute;
      bottom: 0;
      right: 0; }
  body.org-detail .all-tab-area {
    border: 1px solid blue; }
    body.org-detail .all-tab-area .all-tab-area-in {
      padding: 15px; }
  body.org-detail ::placeholder {
    color: #999; }
  body.org-detail .datepicker-area {
    position: relative; }
    body.org-detail .datepicker-area input {
      cursor: pointer; }
    body.org-detail .datepicker-area i {
      position: absolute;
      top: 10px;
      right: 15px;
      pointer-events: none; }
  body.org-detail .head-error {
    color: red;
    font-size: 1.5rem;
    font-weight: bold; }
  body.org-detail .is-invalid-select2 .select2-selection {
    border: 1px solid red !important; }
  body.org-detail table:not(.table-borderless) tr td {
    border: 1px solid #dee2e6;
    padding: 10px;
    vertical-align: top; }
    body.org-detail table:not(.table-borderless) tr td.cat {
      width: 250px;
      background: #DDE9F2; }
    body.org-detail table:not(.table-borderless) tr td.val {
      vertical-align: top; }
  body.org-detail .upload-area {
    background: url(../img/add-img-bg-5m.svg) no-repeat center;
    background-color: #fff;
    width: 100%;
    min-height: 200px;
    height: max-content;
    border: 3px dashed #d6c1a5;
    border-radius: 5px;
    position: relative;
    top: 0; }
  body.org-detail .dropzone {
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    border: 3px dashed #d6c1a5; }
  body.org-detail .dropzone-tpl {
    display: none; }
  body.org-detail .dz-default {
    display: none; }
  body.org-detail .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span,
  body.org-detail .dropzone .dz-preview .dz-details .dz-filename {
    line-break: anywhere;
    text-align: center; }
  body.org-detail .dropzone.is-invalid,
  body.org-detail .selected-areas.is-invalid,
  body.org-detail .is-invalid .select2-selection,
  body.org-detail .needs-validation ~ span > .select2-dropdown {
    border: 1px solid #dc3545 !important; }
  body.org-detail .dropzone.is-invalid button {
    color: #dc3545 !important; }
  body.org-detail .dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: #bebebe; }
  body.org-detail .dz-preview {
    opacity: 1;
    z-index: 1 !important;
    width: 320px;
    min-height: 166px;
    background: #f7f7f7;
    border: 1px solid #666;
    padding: 10px;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    vertical-align: top; }
    body.org-detail .dz-preview:hover .dz-image img {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      -webkit-filter: none;
      filter: none; }
    body.org-detail .dz-preview .dz-filename {
      padding: 0px 0 15px 0; }
    body.org-detail .dz-preview .dz-image {
      border-radius: 0;
      width: 100%;
      height: auto;
      text-align: center; }
  body.org-detail .dz-preview .dz-details {
    opacity: 1;
    position: static;
    padding: 0; }
  body.org-detail .dz-preview.dz-image-preview {
    background-color: #eee;
    padding: 10px; }
  body.org-detail .dz-preview .dz-remove {
    display: inline-block;
    text-align: left; }
  body.org-detail .dropzone .dz-preview.dz-file-preview .dz-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 300px;
    height: 300px;
    background-color: #f5f5f5;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px; }
    body.org-detail .dropzone .dz-preview.dz-file-preview .dz-image img {
      max-width: 100%;
      max-height: 100%; }
  @media screen and (min-width: 480px) {
    body.org-detail input[type=checkbox] {
      border: 1px solid #b4b9be;
      background: #fff;
      color: #04a06b;
      clear: none;
      cursor: pointer;
      display: inline-block;
      line-height: 0;
      height: 20px;
      margin: -2px 4px 0 0;
      outline: 0;
      padding: 0 !important;
      text-align: center;
      vertical-align: middle;
      width: 20px;
      min-width: 20px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: .05s border-color ease-in-out;
      -moz-transition: .05s border-color ease-in-out;
      transition: .05s border-color ease-in-out; }
      body.org-detail input[type=checkbox]:disabled {
        border: 1px solid #eee; }
      body.org-detail input[type=checkbox]:checked {
        border: 1px solid transparent;
        outline: none; }
      body.org-detail input[type=checkbox]:checked::-ms-check {
        content: "\2714";
        font-size: 8px;
        outline: none;
        margin: 0px 0 0 0px !important;
        color: #fff;
        background-color: #04a06b; }
    body.org-detail input[type=checkbox]:checked:before {
      content: "\2714";
      font-size: 8px;
      margin: -1px 0 0 0px !important;
      color: #F8B62E;
      float: left;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      background: #04a06b;
      color: #fff;
      font: 400 17px/1 dashicons;
      padding-top: 2px;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }
  @media screen and (min-width: 480px) {
    body.org-detail input[type=radio] {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      line-height: 10px;
      border: 1px solid #b4b9be;
      background: #fff;
      color: #04a06b;
      clear: none;
      cursor: pointer;
      display: inline-block;
      line-height: 0;
      height: 19px;
      margin: -4px 2px 0 0;
      outline: 0;
      padding: 0 !important;
      text-align: center;
      vertical-align: middle;
      width: 19px;
      min-width: 19px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: .05s border-color ease-in-out;
      -moz-transition: .05s border-color ease-in-out;
      transition: .05s border-color ease-in-out; }
      body.org-detail input[type=radio]:disabled {
        border: 1px solid #eee; }
      body.org-detail input[type=radio]:checked {
        border: 1px solid #04a06b;
        outline: none; }
    body.org-detail input[type=radio]:checked:before {
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      width: 9px;
      height: 9px;
      color: #fff;
      font: 400 10px/1 dashicons;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      text-indent: -9999px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      font-size: 10px;
      margin-top: 4px;
      line-height: 16px;
      background-color: #04a06b; } }
  body.org-detail .invalid-feedback, body.org-detail .valid-feedback {
    display: block; }
  body.org-detail label.checkbox.is-invalid, body.org-detail label.radio.is-invalid {
    color: #dc3545; }
    body.org-detail label.checkbox.is-invalid input[type="radio"], body.org-detail label.checkbox.is-invalid input[type="checkbox"], body.org-detail label.radio.is-invalid input[type="radio"], body.org-detail label.radio.is-invalid input[type="checkbox"] {
      border: 1px solid #dc3545; }
      body.org-detail label.checkbox.is-invalid input[type="radio"]:checked:before, body.org-detail label.checkbox.is-invalid input[type="checkbox"]:checked:before, body.org-detail label.radio.is-invalid input[type="radio"]:checked:before, body.org-detail label.radio.is-invalid input[type="checkbox"]:checked:before {
        background-color: #dc3545; }
  body.org-detail .support-type-list .row-data, body.org-detail .support-recipient-list .row-data {
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
    padding: 7px; }
  body.org-detail .support-type-list .support-type-item, body.org-detail .support-type-list .support-recipient-item, body.org-detail .support-recipient-list .support-type-item, body.org-detail .support-recipient-list .support-recipient-item {
    flex-basis: 50%;
    border-radius: 5px; }
  body.org-detail .tel-block, body.org-detail .address-block {
    background: #ede9e3;
    padding: 20px;
    border-radius: 7px; }
  body.org-detail .text-input {
    border: 2px solid #00B5FF;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px; }
  body.org-detail .selected-areas {
    min-height: 40px;
    padding: 3px !important;
    border: 1px solid #d6c1a5;
    background: #fff;
    border-radius: 5px;
    flex: 1; }
    body.org-detail .selected-areas .area-item {
      display: inline-block;
      background: #eee;
      border: 1px solid #ddd;
      border-radius: 3px;
      font-size: 14px;
      margin-right: 3px;
      overflow: hidden; }
      body.org-detail .selected-areas .area-item .area-label {
        padding: 5px;
        display: inline-block; }
      body.org-detail .selected-areas .area-item .area-dismiss {
        padding: 6px;
        background: #ddd;
        cursor: pointer; }
        body.org-detail .selected-areas .area-item .area-dismiss:hover {
          color: #000; }
  body.org-detail #area-modal table td, body.org-detail #area-modal table a {
    padding: 15px; }
  body.org-detail #area-modal table a {
    color: #597c8a;
    text-decoration: underline; }
  body.org-detail #area-modal table td.group {
    background: #dcefff; }
  @media (min-width: 992px) {
    body.org-detail .modal-lg, body.org-detail .modal-xl {
      --bs-modal-width: 1000px; } }
  @media (min-width: 992px) {
    body.org-detail #confirm-modal {
      --bs-modal-width: 560px; } }

body.org-search .selected-areas, body.org-search .selected-types, body.org-search .selected-recipients {
  min-height: 40px;
  padding: 3px !important;
  border: 1px solid #d6c1a5;
  background: #fff;
  border-radius: 3px;
  flex: 1; }
  body.org-search .selected-areas .area-item, body.org-search .selected-areas .type-item, body.org-search .selected-areas .recipient-item, body.org-search .selected-types .area-item, body.org-search .selected-types .type-item, body.org-search .selected-types .recipient-item, body.org-search .selected-recipients .area-item, body.org-search .selected-recipients .type-item, body.org-search .selected-recipients .recipient-item {
    display: inline-block;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 3px;
    overflow: hidden; }
    body.org-search .selected-areas .area-item .area-label, body.org-search .selected-areas .area-item .type-label, body.org-search .selected-areas .area-item .recipient-label, body.org-search .selected-areas .type-item .area-label, body.org-search .selected-areas .type-item .type-label, body.org-search .selected-areas .type-item .recipient-label, body.org-search .selected-areas .recipient-item .area-label, body.org-search .selected-areas .recipient-item .type-label, body.org-search .selected-areas .recipient-item .recipient-label, body.org-search .selected-types .area-item .area-label, body.org-search .selected-types .area-item .type-label, body.org-search .selected-types .area-item .recipient-label, body.org-search .selected-types .type-item .area-label, body.org-search .selected-types .type-item .type-label, body.org-search .selected-types .type-item .recipient-label, body.org-search .selected-types .recipient-item .area-label, body.org-search .selected-types .recipient-item .type-label, body.org-search .selected-types .recipient-item .recipient-label, body.org-search .selected-recipients .area-item .area-label, body.org-search .selected-recipients .area-item .type-label, body.org-search .selected-recipients .area-item .recipient-label, body.org-search .selected-recipients .type-item .area-label, body.org-search .selected-recipients .type-item .type-label, body.org-search .selected-recipients .type-item .recipient-label, body.org-search .selected-recipients .recipient-item .area-label, body.org-search .selected-recipients .recipient-item .type-label, body.org-search .selected-recipients .recipient-item .recipient-label {
      padding: 5px;
      display: inline-block; }
    body.org-search .selected-areas .area-item .area-dismiss, body.org-search .selected-areas .area-item .type-dismiss, body.org-search .selected-areas .area-item .recipient-dismiss, body.org-search .selected-areas .type-item .area-dismiss, body.org-search .selected-areas .type-item .type-dismiss, body.org-search .selected-areas .type-item .recipient-dismiss, body.org-search .selected-areas .recipient-item .area-dismiss, body.org-search .selected-areas .recipient-item .type-dismiss, body.org-search .selected-areas .recipient-item .recipient-dismiss, body.org-search .selected-types .area-item .area-dismiss, body.org-search .selected-types .area-item .type-dismiss, body.org-search .selected-types .area-item .recipient-dismiss, body.org-search .selected-types .type-item .area-dismiss, body.org-search .selected-types .type-item .type-dismiss, body.org-search .selected-types .type-item .recipient-dismiss, body.org-search .selected-types .recipient-item .area-dismiss, body.org-search .selected-types .recipient-item .type-dismiss, body.org-search .selected-types .recipient-item .recipient-dismiss, body.org-search .selected-recipients .area-item .area-dismiss, body.org-search .selected-recipients .area-item .type-dismiss, body.org-search .selected-recipients .area-item .recipient-dismiss, body.org-search .selected-recipients .type-item .area-dismiss, body.org-search .selected-recipients .type-item .type-dismiss, body.org-search .selected-recipients .type-item .recipient-dismiss, body.org-search .selected-recipients .recipient-item .area-dismiss, body.org-search .selected-recipients .recipient-item .type-dismiss, body.org-search .selected-recipients .recipient-item .recipient-dismiss {
      padding: 6px;
      background: #ddd;
      cursor: pointer; }
      body.org-search .selected-areas .area-item .area-dismiss:hover, body.org-search .selected-areas .area-item .type-dismiss:hover, body.org-search .selected-areas .area-item .recipient-dismiss:hover, body.org-search .selected-areas .type-item .area-dismiss:hover, body.org-search .selected-areas .type-item .type-dismiss:hover, body.org-search .selected-areas .type-item .recipient-dismiss:hover, body.org-search .selected-areas .recipient-item .area-dismiss:hover, body.org-search .selected-areas .recipient-item .type-dismiss:hover, body.org-search .selected-areas .recipient-item .recipient-dismiss:hover, body.org-search .selected-types .area-item .area-dismiss:hover, body.org-search .selected-types .area-item .type-dismiss:hover, body.org-search .selected-types .area-item .recipient-dismiss:hover, body.org-search .selected-types .type-item .area-dismiss:hover, body.org-search .selected-types .type-item .type-dismiss:hover, body.org-search .selected-types .type-item .recipient-dismiss:hover, body.org-search .selected-types .recipient-item .area-dismiss:hover, body.org-search .selected-types .recipient-item .type-dismiss:hover, body.org-search .selected-types .recipient-item .recipient-dismiss:hover, body.org-search .selected-recipients .area-item .area-dismiss:hover, body.org-search .selected-recipients .area-item .type-dismiss:hover, body.org-search .selected-recipients .area-item .recipient-dismiss:hover, body.org-search .selected-recipients .type-item .area-dismiss:hover, body.org-search .selected-recipients .type-item .type-dismiss:hover, body.org-search .selected-recipients .type-item .recipient-dismiss:hover, body.org-search .selected-recipients .recipient-item .area-dismiss:hover, body.org-search .selected-recipients .recipient-item .type-dismiss:hover, body.org-search .selected-recipients .recipient-item .recipient-dismiss:hover {
        color: #000; }
body.org-search #area-modal table td, body.org-search #area-modal table a {
  padding: 15px; }
body.org-search #area-modal table a {
  color: #597c8a;
  text-decoration: underline; }
body.org-search #area-modal table td.group {
  background: #dcefff; }

body.font-small {
  font-size: 80%; }
  body.font-small h1 {
    font-size: 21px; }
  body.font-small h4 {
    font-size: 18px; }
  body.font-small h5 {
    font-size: 14px; }
  body.font-small h6 {
    font-size: 13px; }
  body.font-small .badge {
    font-size: 10px; }
  body.font-small .btn {
    font-size: 10px; }
  body.font-small .card-header {
    font-size: 14px; }
  body.font-small .app-header .d-flex .btn {
    font-size: 12px; }
  body.font-small .breadcrumbs {
    font-size: 14px; }

body.master-settings.font-small .sub-heading span {
  font-size: 15px; }
body.master-settings.font-small .card .label, body.master-settings.font-small .card i {
  font-size: 15px; }

body.font-medium .btn {
  white-space: unset; }

body.font-large {
  font-size: 120%; }
  body.font-large h1 {
    font-size: 28px; }
  body.font-large h4 {
    font-size: 25px; }
  body.font-large h5 {
    font-size: 20px; }
  body.font-large h6 {
    font-size: 15px; }
  body.font-large .badge {
    font-size: 16px; }
  body.font-large .btn:not(.btn-outline-prop-switching) {
    font-size: 16px;
    white-space: unset; }
  body.font-large .card-header {
    font-size: 20px; }
  body.font-large .app-header .d-flex .btn {
    font-size: 15px; }
  body.font-large .breadcrumbs {
    font-size: 20px; }

/*# sourceMappingURL=style.css.map */
