@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, .wrap {
  height: 100%; }

body {
  font-family: Lato, "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #F8F8F8 !important;
  font-size: 16px; }
  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: Lato, "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 991px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 479px) {
    body {
      font-size: calc(100vw / 32); } }

html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, form, input, label, textarea, pre {
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style-type: none; }

::selection {
  background: #3390FF;
  color: #FFF; }

::-moz-selection {
  background: #3390FF;
  color: #FFF; }

.img-responsive {
  display: block;
  max-width: 100%; }
  .img-responsive.center {
    margin-right: auto;
    margin-left: auto; }

a, a:hover {
  color: inherit; }

.link-line, .content.subPage .page-title .breadcrumbs li a, .content.subPage.line-account .txtlink, .content.subPage.inspection.index6 .linkListBox td a, .content.subPage.inspection.index7 .linkListBox td a {
  text-decoration: underline; }
  .link-line:hover, .content.subPage .page-title .breadcrumbs li a:hover, .content.subPage.line-account .txtlink:hover, .content.subPage.inspection.index6 .linkListBox td a:hover, .content.subPage.inspection.index7 .linkListBox td a:hover {
    text-decoration: none; }

.link-noline, .content.subPage.inspection.index6 .linkListBox td a.btn-inline-solid, .content.subPage.inspection.index7 .linkListBox td a.btn-inline-solid {
  text-decoration: none; }
  .link-noline:hover, .content.subPage.inspection.index6 .linkListBox td a.btn-inline-solid:hover, .content.subPage.inspection.index7 .linkListBox td a.btn-inline-solid:hover {
    text-decoration: underline; }

.mock-description {
  padding: 3px;
  margin: 0;
  font-size: 20px;
  font-weight: bold; }

.func.mock-description {
  font-size: 13px !important; }

.card {
  display: block; }

/* --------------------
		margin settings
-------------------- */
.mrgB05 {
  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; }

@media screen and (min-width: 480px) {
  input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    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; }
    input[type=checkbox]:disabled {
      border: 1px solid #eee; }
    input[type=checkbox]:checked {
      border: 1px solid transparent;
      outline: none; }
    input[type=checkbox]:checked::-ms-check {
      content: "\2714";
      font-size: 8px;
      outline: none;
      margin: 0px 0 0 0px !important;
      color: #fff;
      background-color: #555; }

  input[type=checkbox]:checked:before {
    content: "\2714";
    font-size: 8px;
    margin: 0px 0 0 0px !important;
    color: orange;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #008039;
    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; }

  input[type=checkbox]:disabled {
    opacity: 0.65;
    cursor: default; } }
@media screen and (min-width: 480px) {
  input[type=radio] {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 10px;
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -2px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -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; }
    input[type=radio]:disabled {
      border: 1px solid #eee; }
    input[type=radio]:checked {
      border: 1px solid #333;
      outline: none; }

  input[type=radio]:checked:before {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    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: 3px;
    line-height: 16px;
    background-color: #333; } }
label.checkbox.is-invalid, label.radio.is-invalid {
  color: #dc3545; }
  label.checkbox.is-invalid input[type="radio"], label.checkbox.is-invalid input[type="checkbox"], label.radio.is-invalid input[type="radio"], label.radio.is-invalid input[type="checkbox"] {
    border: 1px solid #dc3545; }
    label.checkbox.is-invalid input[type="radio"]:checked:before, label.checkbox.is-invalid input[type="checkbox"]:checked:before, label.radio.is-invalid input[type="radio"]:checked:before, label.radio.is-invalid input[type="checkbox"]:checked:before {
      background-color: #dc3545; }

.invalid-feedback, .valid-feedback {
  display: block; }

.btn-outline-danger.bg-white:hover {
  background: #dc3545 !important; }

.form-check {
  padding-left: 0.5rem; }

.dropdown-menu {
  z-index: 10000; }

.breadcrumbs {
  list-style-type: none;
  padding: 0;
  color: #333; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li.active {
      color: #999; }
    .breadcrumbs li a {
      color: #000;
      opacity: 0.7; }
      .breadcrumbs li a:hover {
        opacity: 1; }
  .breadcrumbs .breadcrumb-item + .breadcrumb-item {
    padding-left: 0; }
    .breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
      display: none; }

.top-oshirase-link {
  position: absolute; }

.accordion-b2b {
  width: 100%; }
  .accordion-b2b .card {
    margin-bottom: 15px; }
  .accordion-b2b .card-header {
    padding: 0; }
    .accordion-b2b .card-header .btn {
      white-space: initial; }

.accordion .card-header, .accordion .card-body {
  background-color: #FFD899; }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1000px; } }
.modal-dialog.modal-lg .modal-content .modal-body {
  padding: 0;
  padding-top: 15px;
  max-height: 70vh;
  overflow-y: auto; }

.card.simple {
  border: none; }
  .card.simple .card-header {
    background: rgba(0, 0, 0, 0.07);
    border-bottom: none; }
    .card.simple .card-header .btn-link {
      color: inherit; }
  .card.simple .card-body {
    padding: 0.5rem; }
  .card.simple .panel-body {
    border-top: none; }

.navbar {
  padding: 0; }
  .navbar .navbar-brand img {
    width: 372px; }
    @media screen and (min-width: 576px) and (max-width: 1199px) {
      .navbar .navbar-brand img {
        width: 280px; } }
    @media (max-width: 575px) {
      .navbar .navbar-brand img {
        width: 186px; } }
  .navbar .btn-group .dropdown-toggle-split {
    border-radius: none; }

@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: auto; } }

.navbar-toggler {
  font-size: 80%; }
  .navbar-toggler i {
    font-size: 200%; }

.navbar-nav .nav-link.app-nav__item {
  padding: 20px; }

.app-header__logo {
  border: 0;
  width: auto; }
  @media (max-width: 400px) {
    .app-header__logo img {
      max-width: 100px; } }
  .app-header__logo span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: none; }

.footer, footer {
  background: #f8f9fa; }
  .footer hr, footer hr {
    border-top: 1px inset #e4e4e4; }

.page-close {
  background-color: #008039;
  font-size: 0.9rem;
  color: #fff;
  margin-top: 0;
  padding: 24px; }
  @media (max-width: 400px) {
    .page-close {
      padding: 24px 10px; } }
  .page-close:hover {
    background-color: #00672e; }
  .page-close i {
    padding-right: 5px; }

.bg-beige {
  background: #F5F2EA; }

.bg-light-blue {
  background: #e6eef1; }

.bg-violet {
  background: #4977AC; }

.form-label.wizard-label {
  color: #FF6F00;
  font-size: 18px;
  font-weight: bold; }

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap; }

.crossed::before {
  position: absolute;
  pointer-events: none;
  content: "";
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), black, transparent calc(50% + 1px)); }

.txt-nl-0 {
  font-size: 0% !important;
  font-weight: normal !important; }

.txt-bd-0 {
  font-size: 0% !important;
  font-weight: bold !important; }

.txt-lr-0 {
  font-size: 0% !important;
  font-weight: lighter !important; }

.txt-br-0 {
  font-size: 0% !important;
  font-weight: bolder !important; }

.txt-nl-1 {
  font-size: 1% !important;
  font-weight: normal !important; }

.txt-bd-1 {
  font-size: 1% !important;
  font-weight: bold !important; }

.txt-lr-1 {
  font-size: 1% !important;
  font-weight: lighter !important; }

.txt-br-1 {
  font-size: 1% !important;
  font-weight: bolder !important; }

.txt-nl-2 {
  font-size: 2% !important;
  font-weight: normal !important; }

.txt-bd-2 {
  font-size: 2% !important;
  font-weight: bold !important; }

.txt-lr-2 {
  font-size: 2% !important;
  font-weight: lighter !important; }

.txt-br-2 {
  font-size: 2% !important;
  font-weight: bolder !important; }

.txt-nl-3 {
  font-size: 3% !important;
  font-weight: normal !important; }

.txt-bd-3 {
  font-size: 3% !important;
  font-weight: bold !important; }

.txt-lr-3 {
  font-size: 3% !important;
  font-weight: lighter !important; }

.txt-br-3 {
  font-size: 3% !important;
  font-weight: bolder !important; }

.txt-nl-4 {
  font-size: 4% !important;
  font-weight: normal !important; }

.txt-bd-4 {
  font-size: 4% !important;
  font-weight: bold !important; }

.txt-lr-4 {
  font-size: 4% !important;
  font-weight: lighter !important; }

.txt-br-4 {
  font-size: 4% !important;
  font-weight: bolder !important; }

.txt-nl-5 {
  font-size: 5% !important;
  font-weight: normal !important; }

.txt-bd-5 {
  font-size: 5% !important;
  font-weight: bold !important; }

.txt-lr-5 {
  font-size: 5% !important;
  font-weight: lighter !important; }

.txt-br-5 {
  font-size: 5% !important;
  font-weight: bolder !important; }

.txt-nl-6 {
  font-size: 6% !important;
  font-weight: normal !important; }

.txt-bd-6 {
  font-size: 6% !important;
  font-weight: bold !important; }

.txt-lr-6 {
  font-size: 6% !important;
  font-weight: lighter !important; }

.txt-br-6 {
  font-size: 6% !important;
  font-weight: bolder !important; }

.txt-nl-7 {
  font-size: 7% !important;
  font-weight: normal !important; }

.txt-bd-7 {
  font-size: 7% !important;
  font-weight: bold !important; }

.txt-lr-7 {
  font-size: 7% !important;
  font-weight: lighter !important; }

.txt-br-7 {
  font-size: 7% !important;
  font-weight: bolder !important; }

.txt-nl-8 {
  font-size: 8% !important;
  font-weight: normal !important; }

.txt-bd-8 {
  font-size: 8% !important;
  font-weight: bold !important; }

.txt-lr-8 {
  font-size: 8% !important;
  font-weight: lighter !important; }

.txt-br-8 {
  font-size: 8% !important;
  font-weight: bolder !important; }

.txt-nl-9 {
  font-size: 9% !important;
  font-weight: normal !important; }

.txt-bd-9 {
  font-size: 9% !important;
  font-weight: bold !important; }

.txt-lr-9 {
  font-size: 9% !important;
  font-weight: lighter !important; }

.txt-br-9 {
  font-size: 9% !important;
  font-weight: bolder !important; }

.txt-nl-10 {
  font-size: 10% !important;
  font-weight: normal !important; }

.txt-bd-10 {
  font-size: 10% !important;
  font-weight: bold !important; }

.txt-lr-10 {
  font-size: 10% !important;
  font-weight: lighter !important; }

.txt-br-10 {
  font-size: 10% !important;
  font-weight: bolder !important; }

.txt-nl-11 {
  font-size: 11% !important;
  font-weight: normal !important; }

.txt-bd-11 {
  font-size: 11% !important;
  font-weight: bold !important; }

.txt-lr-11 {
  font-size: 11% !important;
  font-weight: lighter !important; }

.txt-br-11 {
  font-size: 11% !important;
  font-weight: bolder !important; }

.txt-nl-12 {
  font-size: 12% !important;
  font-weight: normal !important; }

.txt-bd-12 {
  font-size: 12% !important;
  font-weight: bold !important; }

.txt-lr-12 {
  font-size: 12% !important;
  font-weight: lighter !important; }

.txt-br-12 {
  font-size: 12% !important;
  font-weight: bolder !important; }

.txt-nl-13 {
  font-size: 13% !important;
  font-weight: normal !important; }

.txt-bd-13 {
  font-size: 13% !important;
  font-weight: bold !important; }

.txt-lr-13 {
  font-size: 13% !important;
  font-weight: lighter !important; }

.txt-br-13 {
  font-size: 13% !important;
  font-weight: bolder !important; }

.txt-nl-14 {
  font-size: 14% !important;
  font-weight: normal !important; }

.txt-bd-14 {
  font-size: 14% !important;
  font-weight: bold !important; }

.txt-lr-14 {
  font-size: 14% !important;
  font-weight: lighter !important; }

.txt-br-14 {
  font-size: 14% !important;
  font-weight: bolder !important; }

.txt-nl-15 {
  font-size: 15% !important;
  font-weight: normal !important; }

.txt-bd-15 {
  font-size: 15% !important;
  font-weight: bold !important; }

.txt-lr-15 {
  font-size: 15% !important;
  font-weight: lighter !important; }

.txt-br-15 {
  font-size: 15% !important;
  font-weight: bolder !important; }

.txt-nl-16 {
  font-size: 16% !important;
  font-weight: normal !important; }

.txt-bd-16 {
  font-size: 16% !important;
  font-weight: bold !important; }

.txt-lr-16 {
  font-size: 16% !important;
  font-weight: lighter !important; }

.txt-br-16 {
  font-size: 16% !important;
  font-weight: bolder !important; }

.txt-nl-17 {
  font-size: 17% !important;
  font-weight: normal !important; }

.txt-bd-17 {
  font-size: 17% !important;
  font-weight: bold !important; }

.txt-lr-17 {
  font-size: 17% !important;
  font-weight: lighter !important; }

.txt-br-17 {
  font-size: 17% !important;
  font-weight: bolder !important; }

.txt-nl-18 {
  font-size: 18% !important;
  font-weight: normal !important; }

.txt-bd-18 {
  font-size: 18% !important;
  font-weight: bold !important; }

.txt-lr-18 {
  font-size: 18% !important;
  font-weight: lighter !important; }

.txt-br-18 {
  font-size: 18% !important;
  font-weight: bolder !important; }

.txt-nl-19 {
  font-size: 19% !important;
  font-weight: normal !important; }

.txt-bd-19 {
  font-size: 19% !important;
  font-weight: bold !important; }

.txt-lr-19 {
  font-size: 19% !important;
  font-weight: lighter !important; }

.txt-br-19 {
  font-size: 19% !important;
  font-weight: bolder !important; }

.txt-nl-20 {
  font-size: 20% !important;
  font-weight: normal !important; }

.txt-bd-20 {
  font-size: 20% !important;
  font-weight: bold !important; }

.txt-lr-20 {
  font-size: 20% !important;
  font-weight: lighter !important; }

.txt-br-20 {
  font-size: 20% !important;
  font-weight: bolder !important; }

.txt-nl-21 {
  font-size: 21% !important;
  font-weight: normal !important; }

.txt-bd-21 {
  font-size: 21% !important;
  font-weight: bold !important; }

.txt-lr-21 {
  font-size: 21% !important;
  font-weight: lighter !important; }

.txt-br-21 {
  font-size: 21% !important;
  font-weight: bolder !important; }

.txt-nl-22 {
  font-size: 22% !important;
  font-weight: normal !important; }

.txt-bd-22 {
  font-size: 22% !important;
  font-weight: bold !important; }

.txt-lr-22 {
  font-size: 22% !important;
  font-weight: lighter !important; }

.txt-br-22 {
  font-size: 22% !important;
  font-weight: bolder !important; }

.txt-nl-23 {
  font-size: 23% !important;
  font-weight: normal !important; }

.txt-bd-23 {
  font-size: 23% !important;
  font-weight: bold !important; }

.txt-lr-23 {
  font-size: 23% !important;
  font-weight: lighter !important; }

.txt-br-23 {
  font-size: 23% !important;
  font-weight: bolder !important; }

.txt-nl-24 {
  font-size: 24% !important;
  font-weight: normal !important; }

.txt-bd-24 {
  font-size: 24% !important;
  font-weight: bold !important; }

.txt-lr-24 {
  font-size: 24% !important;
  font-weight: lighter !important; }

.txt-br-24 {
  font-size: 24% !important;
  font-weight: bolder !important; }

.txt-nl-25 {
  font-size: 25% !important;
  font-weight: normal !important; }

.txt-bd-25 {
  font-size: 25% !important;
  font-weight: bold !important; }

.txt-lr-25 {
  font-size: 25% !important;
  font-weight: lighter !important; }

.txt-br-25 {
  font-size: 25% !important;
  font-weight: bolder !important; }

.txt-nl-26 {
  font-size: 26% !important;
  font-weight: normal !important; }

.txt-bd-26 {
  font-size: 26% !important;
  font-weight: bold !important; }

.txt-lr-26 {
  font-size: 26% !important;
  font-weight: lighter !important; }

.txt-br-26 {
  font-size: 26% !important;
  font-weight: bolder !important; }

.txt-nl-27 {
  font-size: 27% !important;
  font-weight: normal !important; }

.txt-bd-27 {
  font-size: 27% !important;
  font-weight: bold !important; }

.txt-lr-27 {
  font-size: 27% !important;
  font-weight: lighter !important; }

.txt-br-27 {
  font-size: 27% !important;
  font-weight: bolder !important; }

.txt-nl-28 {
  font-size: 28% !important;
  font-weight: normal !important; }

.txt-bd-28 {
  font-size: 28% !important;
  font-weight: bold !important; }

.txt-lr-28 {
  font-size: 28% !important;
  font-weight: lighter !important; }

.txt-br-28 {
  font-size: 28% !important;
  font-weight: bolder !important; }

.txt-nl-29 {
  font-size: 29% !important;
  font-weight: normal !important; }

.txt-bd-29 {
  font-size: 29% !important;
  font-weight: bold !important; }

.txt-lr-29 {
  font-size: 29% !important;
  font-weight: lighter !important; }

.txt-br-29 {
  font-size: 29% !important;
  font-weight: bolder !important; }

.txt-nl-30 {
  font-size: 30% !important;
  font-weight: normal !important; }

.txt-bd-30 {
  font-size: 30% !important;
  font-weight: bold !important; }

.txt-lr-30 {
  font-size: 30% !important;
  font-weight: lighter !important; }

.txt-br-30 {
  font-size: 30% !important;
  font-weight: bolder !important; }

.txt-nl-31 {
  font-size: 31% !important;
  font-weight: normal !important; }

.txt-bd-31 {
  font-size: 31% !important;
  font-weight: bold !important; }

.txt-lr-31 {
  font-size: 31% !important;
  font-weight: lighter !important; }

.txt-br-31 {
  font-size: 31% !important;
  font-weight: bolder !important; }

.txt-nl-32 {
  font-size: 32% !important;
  font-weight: normal !important; }

.txt-bd-32 {
  font-size: 32% !important;
  font-weight: bold !important; }

.txt-lr-32 {
  font-size: 32% !important;
  font-weight: lighter !important; }

.txt-br-32 {
  font-size: 32% !important;
  font-weight: bolder !important; }

.txt-nl-33 {
  font-size: 33% !important;
  font-weight: normal !important; }

.txt-bd-33 {
  font-size: 33% !important;
  font-weight: bold !important; }

.txt-lr-33 {
  font-size: 33% !important;
  font-weight: lighter !important; }

.txt-br-33 {
  font-size: 33% !important;
  font-weight: bolder !important; }

.txt-nl-34 {
  font-size: 34% !important;
  font-weight: normal !important; }

.txt-bd-34 {
  font-size: 34% !important;
  font-weight: bold !important; }

.txt-lr-34 {
  font-size: 34% !important;
  font-weight: lighter !important; }

.txt-br-34 {
  font-size: 34% !important;
  font-weight: bolder !important; }

.txt-nl-35 {
  font-size: 35% !important;
  font-weight: normal !important; }

.txt-bd-35 {
  font-size: 35% !important;
  font-weight: bold !important; }

.txt-lr-35 {
  font-size: 35% !important;
  font-weight: lighter !important; }

.txt-br-35 {
  font-size: 35% !important;
  font-weight: bolder !important; }

.txt-nl-36 {
  font-size: 36% !important;
  font-weight: normal !important; }

.txt-bd-36 {
  font-size: 36% !important;
  font-weight: bold !important; }

.txt-lr-36 {
  font-size: 36% !important;
  font-weight: lighter !important; }

.txt-br-36 {
  font-size: 36% !important;
  font-weight: bolder !important; }

.txt-nl-37 {
  font-size: 37% !important;
  font-weight: normal !important; }

.txt-bd-37 {
  font-size: 37% !important;
  font-weight: bold !important; }

.txt-lr-37 {
  font-size: 37% !important;
  font-weight: lighter !important; }

.txt-br-37 {
  font-size: 37% !important;
  font-weight: bolder !important; }

.txt-nl-38 {
  font-size: 38% !important;
  font-weight: normal !important; }

.txt-bd-38 {
  font-size: 38% !important;
  font-weight: bold !important; }

.txt-lr-38 {
  font-size: 38% !important;
  font-weight: lighter !important; }

.txt-br-38 {
  font-size: 38% !important;
  font-weight: bolder !important; }

.txt-nl-39 {
  font-size: 39% !important;
  font-weight: normal !important; }

.txt-bd-39 {
  font-size: 39% !important;
  font-weight: bold !important; }

.txt-lr-39 {
  font-size: 39% !important;
  font-weight: lighter !important; }

.txt-br-39 {
  font-size: 39% !important;
  font-weight: bolder !important; }

.txt-nl-40 {
  font-size: 40% !important;
  font-weight: normal !important; }

.txt-bd-40 {
  font-size: 40% !important;
  font-weight: bold !important; }

.txt-lr-40 {
  font-size: 40% !important;
  font-weight: lighter !important; }

.txt-br-40 {
  font-size: 40% !important;
  font-weight: bolder !important; }

.txt-nl-41 {
  font-size: 41% !important;
  font-weight: normal !important; }

.txt-bd-41 {
  font-size: 41% !important;
  font-weight: bold !important; }

.txt-lr-41 {
  font-size: 41% !important;
  font-weight: lighter !important; }

.txt-br-41 {
  font-size: 41% !important;
  font-weight: bolder !important; }

.txt-nl-42 {
  font-size: 42% !important;
  font-weight: normal !important; }

.txt-bd-42 {
  font-size: 42% !important;
  font-weight: bold !important; }

.txt-lr-42 {
  font-size: 42% !important;
  font-weight: lighter !important; }

.txt-br-42 {
  font-size: 42% !important;
  font-weight: bolder !important; }

.txt-nl-43 {
  font-size: 43% !important;
  font-weight: normal !important; }

.txt-bd-43 {
  font-size: 43% !important;
  font-weight: bold !important; }

.txt-lr-43 {
  font-size: 43% !important;
  font-weight: lighter !important; }

.txt-br-43 {
  font-size: 43% !important;
  font-weight: bolder !important; }

.txt-nl-44 {
  font-size: 44% !important;
  font-weight: normal !important; }

.txt-bd-44 {
  font-size: 44% !important;
  font-weight: bold !important; }

.txt-lr-44 {
  font-size: 44% !important;
  font-weight: lighter !important; }

.txt-br-44 {
  font-size: 44% !important;
  font-weight: bolder !important; }

.txt-nl-45 {
  font-size: 45% !important;
  font-weight: normal !important; }

.txt-bd-45 {
  font-size: 45% !important;
  font-weight: bold !important; }

.txt-lr-45 {
  font-size: 45% !important;
  font-weight: lighter !important; }

.txt-br-45 {
  font-size: 45% !important;
  font-weight: bolder !important; }

.txt-nl-46 {
  font-size: 46% !important;
  font-weight: normal !important; }

.txt-bd-46 {
  font-size: 46% !important;
  font-weight: bold !important; }

.txt-lr-46 {
  font-size: 46% !important;
  font-weight: lighter !important; }

.txt-br-46 {
  font-size: 46% !important;
  font-weight: bolder !important; }

.txt-nl-47 {
  font-size: 47% !important;
  font-weight: normal !important; }

.txt-bd-47 {
  font-size: 47% !important;
  font-weight: bold !important; }

.txt-lr-47 {
  font-size: 47% !important;
  font-weight: lighter !important; }

.txt-br-47 {
  font-size: 47% !important;
  font-weight: bolder !important; }

.txt-nl-48 {
  font-size: 48% !important;
  font-weight: normal !important; }

.txt-bd-48 {
  font-size: 48% !important;
  font-weight: bold !important; }

.txt-lr-48 {
  font-size: 48% !important;
  font-weight: lighter !important; }

.txt-br-48 {
  font-size: 48% !important;
  font-weight: bolder !important; }

.txt-nl-49 {
  font-size: 49% !important;
  font-weight: normal !important; }

.txt-bd-49 {
  font-size: 49% !important;
  font-weight: bold !important; }

.txt-lr-49 {
  font-size: 49% !important;
  font-weight: lighter !important; }

.txt-br-49 {
  font-size: 49% !important;
  font-weight: bolder !important; }

.txt-nl-50 {
  font-size: 50% !important;
  font-weight: normal !important; }

.txt-bd-50 {
  font-size: 50% !important;
  font-weight: bold !important; }

.txt-lr-50 {
  font-size: 50% !important;
  font-weight: lighter !important; }

.txt-br-50 {
  font-size: 50% !important;
  font-weight: bolder !important; }

.txt-nl-51 {
  font-size: 51% !important;
  font-weight: normal !important; }

.txt-bd-51 {
  font-size: 51% !important;
  font-weight: bold !important; }

.txt-lr-51 {
  font-size: 51% !important;
  font-weight: lighter !important; }

.txt-br-51 {
  font-size: 51% !important;
  font-weight: bolder !important; }

.txt-nl-52 {
  font-size: 52% !important;
  font-weight: normal !important; }

.txt-bd-52 {
  font-size: 52% !important;
  font-weight: bold !important; }

.txt-lr-52 {
  font-size: 52% !important;
  font-weight: lighter !important; }

.txt-br-52 {
  font-size: 52% !important;
  font-weight: bolder !important; }

.txt-nl-53 {
  font-size: 53% !important;
  font-weight: normal !important; }

.txt-bd-53 {
  font-size: 53% !important;
  font-weight: bold !important; }

.txt-lr-53 {
  font-size: 53% !important;
  font-weight: lighter !important; }

.txt-br-53 {
  font-size: 53% !important;
  font-weight: bolder !important; }

.txt-nl-54 {
  font-size: 54% !important;
  font-weight: normal !important; }

.txt-bd-54 {
  font-size: 54% !important;
  font-weight: bold !important; }

.txt-lr-54 {
  font-size: 54% !important;
  font-weight: lighter !important; }

.txt-br-54 {
  font-size: 54% !important;
  font-weight: bolder !important; }

.txt-nl-55 {
  font-size: 55% !important;
  font-weight: normal !important; }

.txt-bd-55 {
  font-size: 55% !important;
  font-weight: bold !important; }

.txt-lr-55 {
  font-size: 55% !important;
  font-weight: lighter !important; }

.txt-br-55 {
  font-size: 55% !important;
  font-weight: bolder !important; }

.txt-nl-56 {
  font-size: 56% !important;
  font-weight: normal !important; }

.txt-bd-56 {
  font-size: 56% !important;
  font-weight: bold !important; }

.txt-lr-56 {
  font-size: 56% !important;
  font-weight: lighter !important; }

.txt-br-56 {
  font-size: 56% !important;
  font-weight: bolder !important; }

.txt-nl-57 {
  font-size: 57% !important;
  font-weight: normal !important; }

.txt-bd-57 {
  font-size: 57% !important;
  font-weight: bold !important; }

.txt-lr-57 {
  font-size: 57% !important;
  font-weight: lighter !important; }

.txt-br-57 {
  font-size: 57% !important;
  font-weight: bolder !important; }

.txt-nl-58 {
  font-size: 58% !important;
  font-weight: normal !important; }

.txt-bd-58 {
  font-size: 58% !important;
  font-weight: bold !important; }

.txt-lr-58 {
  font-size: 58% !important;
  font-weight: lighter !important; }

.txt-br-58 {
  font-size: 58% !important;
  font-weight: bolder !important; }

.txt-nl-59 {
  font-size: 59% !important;
  font-weight: normal !important; }

.txt-bd-59 {
  font-size: 59% !important;
  font-weight: bold !important; }

.txt-lr-59 {
  font-size: 59% !important;
  font-weight: lighter !important; }

.txt-br-59 {
  font-size: 59% !important;
  font-weight: bolder !important; }

.txt-nl-60 {
  font-size: 60% !important;
  font-weight: normal !important; }

.txt-bd-60 {
  font-size: 60% !important;
  font-weight: bold !important; }

.txt-lr-60 {
  font-size: 60% !important;
  font-weight: lighter !important; }

.txt-br-60 {
  font-size: 60% !important;
  font-weight: bolder !important; }

.txt-nl-61 {
  font-size: 61% !important;
  font-weight: normal !important; }

.txt-bd-61 {
  font-size: 61% !important;
  font-weight: bold !important; }

.txt-lr-61 {
  font-size: 61% !important;
  font-weight: lighter !important; }

.txt-br-61 {
  font-size: 61% !important;
  font-weight: bolder !important; }

.txt-nl-62 {
  font-size: 62% !important;
  font-weight: normal !important; }

.txt-bd-62 {
  font-size: 62% !important;
  font-weight: bold !important; }

.txt-lr-62 {
  font-size: 62% !important;
  font-weight: lighter !important; }

.txt-br-62 {
  font-size: 62% !important;
  font-weight: bolder !important; }

.txt-nl-63 {
  font-size: 63% !important;
  font-weight: normal !important; }

.txt-bd-63 {
  font-size: 63% !important;
  font-weight: bold !important; }

.txt-lr-63 {
  font-size: 63% !important;
  font-weight: lighter !important; }

.txt-br-63 {
  font-size: 63% !important;
  font-weight: bolder !important; }

.txt-nl-64 {
  font-size: 64% !important;
  font-weight: normal !important; }

.txt-bd-64 {
  font-size: 64% !important;
  font-weight: bold !important; }

.txt-lr-64 {
  font-size: 64% !important;
  font-weight: lighter !important; }

.txt-br-64 {
  font-size: 64% !important;
  font-weight: bolder !important; }

.txt-nl-65 {
  font-size: 65% !important;
  font-weight: normal !important; }

.txt-bd-65 {
  font-size: 65% !important;
  font-weight: bold !important; }

.txt-lr-65 {
  font-size: 65% !important;
  font-weight: lighter !important; }

.txt-br-65 {
  font-size: 65% !important;
  font-weight: bolder !important; }

.txt-nl-66 {
  font-size: 66% !important;
  font-weight: normal !important; }

.txt-bd-66 {
  font-size: 66% !important;
  font-weight: bold !important; }

.txt-lr-66 {
  font-size: 66% !important;
  font-weight: lighter !important; }

.txt-br-66 {
  font-size: 66% !important;
  font-weight: bolder !important; }

.txt-nl-67 {
  font-size: 67% !important;
  font-weight: normal !important; }

.txt-bd-67 {
  font-size: 67% !important;
  font-weight: bold !important; }

.txt-lr-67 {
  font-size: 67% !important;
  font-weight: lighter !important; }

.txt-br-67 {
  font-size: 67% !important;
  font-weight: bolder !important; }

.txt-nl-68 {
  font-size: 68% !important;
  font-weight: normal !important; }

.txt-bd-68 {
  font-size: 68% !important;
  font-weight: bold !important; }

.txt-lr-68 {
  font-size: 68% !important;
  font-weight: lighter !important; }

.txt-br-68 {
  font-size: 68% !important;
  font-weight: bolder !important; }

.txt-nl-69 {
  font-size: 69% !important;
  font-weight: normal !important; }

.txt-bd-69 {
  font-size: 69% !important;
  font-weight: bold !important; }

.txt-lr-69 {
  font-size: 69% !important;
  font-weight: lighter !important; }

.txt-br-69 {
  font-size: 69% !important;
  font-weight: bolder !important; }

.txt-nl-70 {
  font-size: 70% !important;
  font-weight: normal !important; }

.txt-bd-70 {
  font-size: 70% !important;
  font-weight: bold !important; }

.txt-lr-70 {
  font-size: 70% !important;
  font-weight: lighter !important; }

.txt-br-70 {
  font-size: 70% !important;
  font-weight: bolder !important; }

.txt-nl-71 {
  font-size: 71% !important;
  font-weight: normal !important; }

.txt-bd-71 {
  font-size: 71% !important;
  font-weight: bold !important; }

.txt-lr-71 {
  font-size: 71% !important;
  font-weight: lighter !important; }

.txt-br-71 {
  font-size: 71% !important;
  font-weight: bolder !important; }

.txt-nl-72 {
  font-size: 72% !important;
  font-weight: normal !important; }

.txt-bd-72 {
  font-size: 72% !important;
  font-weight: bold !important; }

.txt-lr-72 {
  font-size: 72% !important;
  font-weight: lighter !important; }

.txt-br-72 {
  font-size: 72% !important;
  font-weight: bolder !important; }

.txt-nl-73 {
  font-size: 73% !important;
  font-weight: normal !important; }

.txt-bd-73 {
  font-size: 73% !important;
  font-weight: bold !important; }

.txt-lr-73 {
  font-size: 73% !important;
  font-weight: lighter !important; }

.txt-br-73 {
  font-size: 73% !important;
  font-weight: bolder !important; }

.txt-nl-74 {
  font-size: 74% !important;
  font-weight: normal !important; }

.txt-bd-74 {
  font-size: 74% !important;
  font-weight: bold !important; }

.txt-lr-74 {
  font-size: 74% !important;
  font-weight: lighter !important; }

.txt-br-74 {
  font-size: 74% !important;
  font-weight: bolder !important; }

.txt-nl-75 {
  font-size: 75% !important;
  font-weight: normal !important; }

.txt-bd-75 {
  font-size: 75% !important;
  font-weight: bold !important; }

.txt-lr-75 {
  font-size: 75% !important;
  font-weight: lighter !important; }

.txt-br-75 {
  font-size: 75% !important;
  font-weight: bolder !important; }

.txt-nl-76 {
  font-size: 76% !important;
  font-weight: normal !important; }

.txt-bd-76 {
  font-size: 76% !important;
  font-weight: bold !important; }

.txt-lr-76 {
  font-size: 76% !important;
  font-weight: lighter !important; }

.txt-br-76 {
  font-size: 76% !important;
  font-weight: bolder !important; }

.txt-nl-77 {
  font-size: 77% !important;
  font-weight: normal !important; }

.txt-bd-77 {
  font-size: 77% !important;
  font-weight: bold !important; }

.txt-lr-77 {
  font-size: 77% !important;
  font-weight: lighter !important; }

.txt-br-77 {
  font-size: 77% !important;
  font-weight: bolder !important; }

.txt-nl-78 {
  font-size: 78% !important;
  font-weight: normal !important; }

.txt-bd-78 {
  font-size: 78% !important;
  font-weight: bold !important; }

.txt-lr-78 {
  font-size: 78% !important;
  font-weight: lighter !important; }

.txt-br-78 {
  font-size: 78% !important;
  font-weight: bolder !important; }

.txt-nl-79 {
  font-size: 79% !important;
  font-weight: normal !important; }

.txt-bd-79 {
  font-size: 79% !important;
  font-weight: bold !important; }

.txt-lr-79 {
  font-size: 79% !important;
  font-weight: lighter !important; }

.txt-br-79 {
  font-size: 79% !important;
  font-weight: bolder !important; }

.txt-nl-80 {
  font-size: 80% !important;
  font-weight: normal !important; }

.txt-bd-80 {
  font-size: 80% !important;
  font-weight: bold !important; }

.txt-lr-80 {
  font-size: 80% !important;
  font-weight: lighter !important; }

.txt-br-80 {
  font-size: 80% !important;
  font-weight: bolder !important; }

.txt-nl-81 {
  font-size: 81% !important;
  font-weight: normal !important; }

.txt-bd-81 {
  font-size: 81% !important;
  font-weight: bold !important; }

.txt-lr-81 {
  font-size: 81% !important;
  font-weight: lighter !important; }

.txt-br-81 {
  font-size: 81% !important;
  font-weight: bolder !important; }

.txt-nl-82 {
  font-size: 82% !important;
  font-weight: normal !important; }

.txt-bd-82 {
  font-size: 82% !important;
  font-weight: bold !important; }

.txt-lr-82 {
  font-size: 82% !important;
  font-weight: lighter !important; }

.txt-br-82 {
  font-size: 82% !important;
  font-weight: bolder !important; }

.txt-nl-83 {
  font-size: 83% !important;
  font-weight: normal !important; }

.txt-bd-83 {
  font-size: 83% !important;
  font-weight: bold !important; }

.txt-lr-83 {
  font-size: 83% !important;
  font-weight: lighter !important; }

.txt-br-83 {
  font-size: 83% !important;
  font-weight: bolder !important; }

.txt-nl-84 {
  font-size: 84% !important;
  font-weight: normal !important; }

.txt-bd-84 {
  font-size: 84% !important;
  font-weight: bold !important; }

.txt-lr-84 {
  font-size: 84% !important;
  font-weight: lighter !important; }

.txt-br-84 {
  font-size: 84% !important;
  font-weight: bolder !important; }

.txt-nl-85 {
  font-size: 85% !important;
  font-weight: normal !important; }

.txt-bd-85 {
  font-size: 85% !important;
  font-weight: bold !important; }

.txt-lr-85 {
  font-size: 85% !important;
  font-weight: lighter !important; }

.txt-br-85 {
  font-size: 85% !important;
  font-weight: bolder !important; }

.txt-nl-86 {
  font-size: 86% !important;
  font-weight: normal !important; }

.txt-bd-86 {
  font-size: 86% !important;
  font-weight: bold !important; }

.txt-lr-86 {
  font-size: 86% !important;
  font-weight: lighter !important; }

.txt-br-86 {
  font-size: 86% !important;
  font-weight: bolder !important; }

.txt-nl-87 {
  font-size: 87% !important;
  font-weight: normal !important; }

.txt-bd-87 {
  font-size: 87% !important;
  font-weight: bold !important; }

.txt-lr-87 {
  font-size: 87% !important;
  font-weight: lighter !important; }

.txt-br-87 {
  font-size: 87% !important;
  font-weight: bolder !important; }

.txt-nl-88 {
  font-size: 88% !important;
  font-weight: normal !important; }

.txt-bd-88 {
  font-size: 88% !important;
  font-weight: bold !important; }

.txt-lr-88 {
  font-size: 88% !important;
  font-weight: lighter !important; }

.txt-br-88 {
  font-size: 88% !important;
  font-weight: bolder !important; }

.txt-nl-89 {
  font-size: 89% !important;
  font-weight: normal !important; }

.txt-bd-89 {
  font-size: 89% !important;
  font-weight: bold !important; }

.txt-lr-89 {
  font-size: 89% !important;
  font-weight: lighter !important; }

.txt-br-89 {
  font-size: 89% !important;
  font-weight: bolder !important; }

.txt-nl-90 {
  font-size: 90% !important;
  font-weight: normal !important; }

.txt-bd-90 {
  font-size: 90% !important;
  font-weight: bold !important; }

.txt-lr-90 {
  font-size: 90% !important;
  font-weight: lighter !important; }

.txt-br-90 {
  font-size: 90% !important;
  font-weight: bolder !important; }

.txt-nl-91 {
  font-size: 91% !important;
  font-weight: normal !important; }

.txt-bd-91 {
  font-size: 91% !important;
  font-weight: bold !important; }

.txt-lr-91 {
  font-size: 91% !important;
  font-weight: lighter !important; }

.txt-br-91 {
  font-size: 91% !important;
  font-weight: bolder !important; }

.txt-nl-92 {
  font-size: 92% !important;
  font-weight: normal !important; }

.txt-bd-92 {
  font-size: 92% !important;
  font-weight: bold !important; }

.txt-lr-92 {
  font-size: 92% !important;
  font-weight: lighter !important; }

.txt-br-92 {
  font-size: 92% !important;
  font-weight: bolder !important; }

.txt-nl-93 {
  font-size: 93% !important;
  font-weight: normal !important; }

.txt-bd-93 {
  font-size: 93% !important;
  font-weight: bold !important; }

.txt-lr-93 {
  font-size: 93% !important;
  font-weight: lighter !important; }

.txt-br-93 {
  font-size: 93% !important;
  font-weight: bolder !important; }

.txt-nl-94 {
  font-size: 94% !important;
  font-weight: normal !important; }

.txt-bd-94 {
  font-size: 94% !important;
  font-weight: bold !important; }

.txt-lr-94 {
  font-size: 94% !important;
  font-weight: lighter !important; }

.txt-br-94 {
  font-size: 94% !important;
  font-weight: bolder !important; }

.txt-nl-95 {
  font-size: 95% !important;
  font-weight: normal !important; }

.txt-bd-95 {
  font-size: 95% !important;
  font-weight: bold !important; }

.txt-lr-95 {
  font-size: 95% !important;
  font-weight: lighter !important; }

.txt-br-95 {
  font-size: 95% !important;
  font-weight: bolder !important; }

.txt-nl-96 {
  font-size: 96% !important;
  font-weight: normal !important; }

.txt-bd-96 {
  font-size: 96% !important;
  font-weight: bold !important; }

.txt-lr-96 {
  font-size: 96% !important;
  font-weight: lighter !important; }

.txt-br-96 {
  font-size: 96% !important;
  font-weight: bolder !important; }

.txt-nl-97 {
  font-size: 97% !important;
  font-weight: normal !important; }

.txt-bd-97 {
  font-size: 97% !important;
  font-weight: bold !important; }

.txt-lr-97 {
  font-size: 97% !important;
  font-weight: lighter !important; }

.txt-br-97 {
  font-size: 97% !important;
  font-weight: bolder !important; }

.txt-nl-98 {
  font-size: 98% !important;
  font-weight: normal !important; }

.txt-bd-98 {
  font-size: 98% !important;
  font-weight: bold !important; }

.txt-lr-98 {
  font-size: 98% !important;
  font-weight: lighter !important; }

.txt-br-98 {
  font-size: 98% !important;
  font-weight: bolder !important; }

.txt-nl-99 {
  font-size: 99% !important;
  font-weight: normal !important; }

.txt-bd-99 {
  font-size: 99% !important;
  font-weight: bold !important; }

.txt-lr-99 {
  font-size: 99% !important;
  font-weight: lighter !important; }

.txt-br-99 {
  font-size: 99% !important;
  font-weight: bolder !important; }

.txt-nl-100 {
  font-size: 100% !important;
  font-weight: normal !important; }

.txt-bd-100 {
  font-size: 100% !important;
  font-weight: bold !important; }

.txt-lr-100 {
  font-size: 100% !important;
  font-weight: lighter !important; }

.txt-br-100 {
  font-size: 100% !important;
  font-weight: bolder !important; }

.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; }

.bt-0 {
  border-top: 0px solid !important; }

.btd-0 {
  border-top: 0px dashed !important; }

.bb-0 {
  border-bottom: 0px solid !important; }

.bbd-0 {
  border-bottom: 0px dashed !important; }

.br-0 {
  border-right: 0px solid !important; }

.brd-0 {
  border-right: 0px dashed !important; }

.bl-0 {
  border-left: 0px solid !important; }

.bld-0 {
  border-left: 0px dashed !important; }

.b-0 {
  border: 0px solid !important; }

.bt-1 {
  border-top: 1px solid !important; }

.btd-1 {
  border-top: 1px dashed !important; }

.bb-1 {
  border-bottom: 1px solid !important; }

.bbd-1 {
  border-bottom: 1px dashed !important; }

.br-1 {
  border-right: 1px solid !important; }

.brd-1 {
  border-right: 1px dashed !important; }

.bl-1 {
  border-left: 1px solid !important; }

.bld-1 {
  border-left: 1px dashed !important; }

.b-1 {
  border: 1px solid !important; }

.bt-2 {
  border-top: 2px solid !important; }

.btd-2 {
  border-top: 2px dashed !important; }

.bb-2 {
  border-bottom: 2px solid !important; }

.bbd-2 {
  border-bottom: 2px dashed !important; }

.br-2 {
  border-right: 2px solid !important; }

.brd-2 {
  border-right: 2px dashed !important; }

.bl-2 {
  border-left: 2px solid !important; }

.bld-2 {
  border-left: 2px dashed !important; }

.b-2 {
  border: 2px solid !important; }

.bth {
  border-top: hidden !important; }

.bbh {
  border-bottom: hidden !important; }

.brh {
  border-right: hidden !important; }

.blh {
  border-left: hidden !important; }

#noty_layout__topCenter {
  width: auto !important; }

.lobibox-notify-title {
  font-weight: bold !important;
  font-size: 180% !important; }

.lobibox-notify-msg {
  font-size: 140% !important;
  line-height: 1.8 !important; }

.search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 15px; }

.search-box .search-box-input {
  padding-right: 30px;
  border-radius: 2px; }

.search-box .search-box-button {
  position: absolute;
  right: 0;
  top: 7px;
  bottom: 10px;
  padding: 0 10px;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
  background: none;
  cursor: pointer; }

.txt-indent-1 {
  text-indent: -1rem; }

.txt-indent-17 {
  text-indent: -1.7rem; }

.input-calendar {
  width: 100%; }
  .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; }

.select2-selection {
  min-height: 35px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 1.5; }

.select2-selection__rendered {
  padding: 0.375rem 0.75rem;
  padding-top: 0.375rem;
  padding-right: 0.75rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem; }

.select2-selection__arrow {
  margin: 5px; }

.in-align-right {
  text-align: right !important; }

.modal-fullscreen {
  height: 100% !important; }
  .modal-fullscreen .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
    max-width: none !important; }
  .modal-fullscreen .modal-content {
    height: auto !important;
    min-height: 100% !important;
    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;
    display: flex;
    min-height: 82vh !important; }
    .modal-fullscreen .modal-body .iframe-contents {
      min-height: 100% !important;
      width: 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; }

.selected-list-item {
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  border-left-color: #f0ad4e; }

/* 免許証番号 */
.input-license-number .license-number {
  width: 110px; }

/* 印 */
.input-stamp {
  position: relative; }

.input-stamp .stamp-mark {
  position: absolute;
  bottom: 0;
  right: 0; }

.bootstrap-autocomplete.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden; }

input[type=radio]:disabled, input[type=checkbox]:disabled {
  border: 1px solid #999;
  background: #ddd; }

.select2-selection__clear {
  font-size: 15px !important; }

.is-invalid .select2-selection,
.needs-validation ~ span > .select2-dropdown {
  border-color: red !important; }

.empty {
  margin-top: 40px;
  text-align: center; }

.date {
  width: 100px; }

.osirase-tilte {
  width: 780px; }
  @media screen and (max-width: 1290px) {
    .osirase-tilte {
      width: 700px; } }
  @media screen and (max-width: 1200px) {
    .osirase-tilte {
      width: 600px; } }
  @media screen and (max-width: 1120px) {
    .osirase-tilte {
      width: 500px; } }

.oshirase-border {
  margin-top: 1px;
  margin-bottom: 1px;
  border: 1;
  border-top: 1px solid rgba(11, 11, 11, 0.308); }

.ohsirase-all-list {
  background: #175980; }

.ohsirase-kyoukai-list {
  background: #E21912; }

.ohsirase-shibu-list {
  background: #5774D5; }

.ohsirase-kaikan-list {
  background: #489B2A; }

.ohsirase-freins-list {
  background: #EFA231; }

.list-tab {
  border-radius: 3px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%; }

.list-tab.active::after {
  background: #FFF;
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  bottom: -10px;
  left: 0;
  position: absolute; }

.list-tab.active {
  background: #FFF;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  position: relative; }

@media screen and (min-width: 1200px) {
  .oshirase-nav-item {
    width: 12em;
    padding-right: 5px; }

  .oshirase-nav-news {
    margin-left: 40px; }

  .list-tab.active {
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2) inset;
    border-radius: 3px; } }
@media screen and (min-width: 992px) {
  .oshirase-nav-item {
    display: flex;
    width: 11em;
    height: 60px;
    margin-right: 10px; }

  .oshirase-nav-news {
    position: absolute;
    margin-left: 40px;
    height: 70px;
    top: 20px;
    left: 30px; }

  .list-tab.active {
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2) inset;
    border-radius: 3px; } }
@media screen and (min-width: 830px) and (max-width: 1040px) {
  .oshirase-nav-item {
    display: flex;
    height: 40px;
    width: 9em;
    margin-right: 10px; }

  .oshirase-nav-news {
    position: absolute;
    height: 50px;
    top: 20px;
    left: 3; }

  .list-tab.active {
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2) inset;
    border-radius: 3px; } }
@media screen and (max-width: 830px) {
  .oshirase-nav-item {
    width: calc(33.3333% - 4px);
    margin: 0 6px 6px 0; }

  .oshirase-nav-news {
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: -60px; }

  .list-tab {
    box-shadow: none;
    padding: 6px 0;
    text-align: center;
    width: auto; }

  .list-tab.active {
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2) inset;
    border-radius: 3px; } }
.osirase-tag {
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  flex-shrink: 0;
  font-size: 81.25%;
  margin-right: 10px;
  padding: 2px;
  text-align: center;
  width: 10em; }
  .osirase-tag.kyoukai {
    background: #E21912; }
  .osirase-tag.shibu {
    background: #5774D5; }
  .osirase-tag.kaikan {
    background: #489B2A; }
  .osirase-tag.freins {
    background: #EFA231; }

.oshirase-content {
  margin-top: 70px; }

.fail-msg {
  text-align: center;
  padding-top: 40px; }

.shikyo-eria li {
  margin-right: 2rem;
  border-left: 4px solid #f39801;
  padding: 0 1rem; }

.report-mem {
  width: calc( 30% - 20px);
  margin-right: 58px; }
  .report-mem:nth-of-type(3n) {
    margin-right: 0; }
  @media screen and (max-width: 1202px) {
    .report-mem {
      width: calc( 50% - 15px);
      margin-right: 30px; }
      .report-mem:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .report-mem {
      width: 100%;
      margin-right: 0; } }

.market-trends-nav-pills .nav-link {
  height: 88px; }
  .market-trends-nav-pills .nav-link .active {
    color: #fff;
    background-color: #007bff;
    height: 88px; }

.market-trends-nav-link {
  margin-right: 45px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background-color: #d6d6d6; }

.market-trends-nav-link:hover {
  color: #999; }

.market-trends-eria-img-a {
  padding-right: 20px; }

.select-branch-event .off_dvision_1,
.select-branch-event .off_dvision_2,
.select-branch-event .off_dvision_3,
.select-branch-event .off_dvision_4,
.select-branch-event .off_dvision_none {
  font-size: 100% !important; }

.search-result table th {
  padding: 5px 5px;
  background: #f0f0f0;
  text-align: center; }
.search-result table td {
  padding: 5px 5px; }

.mb-2rem {
  margin-bottom: 2rem !important; }

.app-header {
  position: relative;
  width: 100%;
  z-index: 1030;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); }
  .app-header .account-menu {
    font-size: 87.5%;
    margin: 0.8rem 0 0.25rem; }
    .app-header .account-menu .dropdown button, .app-header .account-menu .dropdown-menu a {
      font-size: 0.875rem; }
    .app-header .account-menu .dropdown button {
      padding: 0.4rem 1.25rem;
      border-radius: 26px;
      background: #EDEDED;
      box-shadow: none;
      color: #000; }
      .app-header .account-menu .dropdown button div {
        display: inline-block;
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .app-header ul.main-menu {
    margin-bottom: 0.3rem; }
    .app-header ul.main-menu li a {
      text-decoration: none;
      font-weight: bold;
      color: #0068B8;
      font-size: 14px; }
    .app-header ul.main-menu .nav-item:hover {
      background-color: #fff3ee !important; }
  @media screen and (max-width: 1199px) {
    .app-header .navbar-toggler {
      color: #FFF;
      padding: 0 1.5rem;
      font-size: 150%; }
      .app-header .navbar-toggler:focus {
        box-shadow: none; }
    .app-header .account-menu {
      text-align: left;
      margin: 2rem 1.5rem 1.2rem; }
    .app-header ul.main-menu {
      background: #0068B8; }
      .app-header ul.main-menu li a {
        padding: 1rem 0 1rem 1.5rem;
        color: #fff; }
      .app-header ul.main-menu .nav-item:hover {
        background-color: #154a6c !important; }
      .app-header ul.main-menu .nav-item a.dropdown-item {
        color: #0068B8; } }
  @media screen and (max-width: 767px) {
    .app-header .head-logo-detail {
      max-width: 100px; } }
  @media screen and (max-width: 600px) {
    .app-header .navbar-toggler {
      color: #333; } }

.zentaku-header {
  position: relative;
  background: white;
  background-image: url(../img/bg_header_pc.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 130px;
  background-size: cover;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .zentaku-header .hato-logo img {
      width: 100%; }
      .zentaku-header .hato-logo img.logout {
        max-width: 10em; }
      .zentaku-header .hato-logo img.login {
        max-width: 18em; }
      .zentaku-header .hato-logo img.logout-staff {
        max-width: 13em; }
      .zentaku-header .hato-logo img.login-staff {
        max-width: 15em; } }
  @media screen and (max-width: 991px) {
    .zentaku-header {
      height: 110px; }
      .zentaku-header #navbarToggler {
        position: absolute;
        top: 5em;
        right: 15px; } }
  @media screen and (max-width: 600px) {
    .zentaku-header {
      background: none;
      height: 6em; } }
  @media screen and (max-width: 991px) {
    .zentaku-header.staff {
      padding-top: 0; } }
  .zentaku-header.staff .pa-top {
    top: 1em; }

.zentaku-footer {
  display: flex;
  background: white;
  background-image: url(../img/bg_footer_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  background-size: cover;
  height: 150px; }
  .zentaku-footer .inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-right: 65px;
    padding-bottom: 30px; }
    .zentaku-footer .inner .right-txt small {
      color: #333;
      font-size: 0.75rem; }
  @media screen and (max-width: 767px) {
    .zentaku-footer {
      background-image: url(../img/bg_footer_sp.png);
      height: 120px; }
      .zentaku-footer .inner {
        justify-content: flex-start;
        padding: 0 0 10px 15px; }
        .zentaku-footer .inner .right-txt figure {
          display: none; }
        .zentaku-footer .inner .right-txt small {
          color: #fff; } }

.pagetop {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 70px;
  z-index: 9997;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .pagetop {
      right: -1px; } }
  .pagetop li {
    list-style: none;
    display: flex;
    width: 100%; }
    .pagetop li:first-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .pagetop li a {
      background: #333;
      color: #FFF;
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .pagetop li a {
          transition: 0.2s ease opacity; }
          .pagetop li a:hover {
            opacity: 0.6; } }

.header {
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 100; }
  .header .hnav .btn-group.hbtn {
    border: 1px solid #CCC;
    border-radius: 3px; }
  .header .btn-toolbar a:hover {
    text-decoration: underline;
    cursor: pointer; }
  .header .main-menu {
    font-weight: bold; }
  @media screen and (min-width: 992px) {
    .header .main-menu {
      border-left: 1px solid #DDD;
      margin-top: 10px; }
      .header .main-menu > li {
        border-right: 1px solid #C9C9C9;
        padding: 0.8em 1em; }
        .header .main-menu > li a {
          padding: 10px; }
          .header .main-menu > li a.active {
            color: #E21912; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .header .main-menu > li {
      padding: 0.5em; }
      .header .main-menu > li a {
        padding: 10px 8px;
        font-size: 87.5%; } }
  @media screen and (max-width: 991px) {
    .header h1 {
      margin-left: 15px; }
      .header h1 a {
        display: flex; }
        .header h1 a img {
          width: 100%;
          max-width: 280px; }
    .header .main-menu li, .header .sub-menu li {
      padding: 0.5em;
      border-bottom: 1px solid #CCC; }
      .header .main-menu li a, .header .sub-menu li a {
        display: block;
        padding: 10px; } }

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1280px; } }
@media screen and (max-width: 1299px) {
  .container {
    max-width: 100%; } }

.content {
  min-height: 800px;
  padding-bottom: 40px; }

.pagetop {
  background: #FFF;
  border: 1px solid #b9b9b9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  z-index: 1000;
  transition: background-color .5s ease , bottom .5s ease; }
  @media screen and (max-width: 991px) {
    .pagetop {
      width: 60px;
      height: 60px; } }
  @media screen and (max-width: 767px) {
    .pagetop {
      width: 50px;
      height: 50px; } }
  .pagetop:hover {
    background: #EEE; }
  .pagetop a {
    display: block;
    width: 100%;
    font-size: 75%;
    font-weight: 500;
    height: 100%;
    color: #000;
    line-height: 1.25;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-align: center;
    padding-top: 0.75em; }
    .pagetop a i {
      font-size: 150%;
      display: block; }
    @media screen and (max-width: 767px) {
      .pagetop a {
        padding-top: 0.5em;
        letter-spacing: 0; } }

footer {
  background: #f8f9fa;
  border-top: 1px solid #D2D2D2;
  color: #747474;
  font-size: 75%;
  padding: 25px 15px;
  text-align: center;
  width: 100%; }
  footer .video-footer-box {
    padding-bottom: 70px;
    text-align: left !important; }
    footer .video-footer-box h5 {
      font-weight: bold; }
  @media screen and (max-width: 479px) {
    footer {
      padding: 15px 15px 80px; }
      footer .video-footer-box {
        padding-bottom: 0; } }

.content.subPage .page-title {
  background: #F2F2F2;
  padding: 55px 0 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .content.subPage .page-title {
      padding: 20px 0 5px; }
      .content.subPage .page-title .inner {
        font-size: 125%;
        margin-bottom: 10px; } }
  .content.subPage .page-title .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .content.subPage .page-title .inner-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; } }
    .content.subPage .page-title .inner-box .inner {
      font-size: 175%;
      font-weight: bold; }
    .content.subPage .page-title .inner-box a {
      padding: 10px 15px;
      color: #fff;
      background: #008039;
      font-size: 112.5%;
      font-weight: bold;
      text-decoration: none;
      transition: .3s; }
      @media screen and (max-width: 767px) {
        .content.subPage .page-title .inner-box a {
          font-size: 105%; } }
      .content.subPage .page-title .inner-box a:hover {
        background: #005a28;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
      .content.subPage .page-title .inner-box a .fa {
        margin-left: 10px; }
  .content.subPage .page-title .breadcrumbs li {
    display: inline-block;
    font-size: 100%;
    line-height: 1.2; }
    .content.subPage .page-title .breadcrumbs li a {
      opacity: 0.7; }
      .content.subPage .page-title .breadcrumbs li a:hover {
        opacity: 1; }
.content.subPage .main-content-wrap {
  margin-top: -30px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .content.subPage .main-content-wrap {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0; } }
  .content.subPage .main-content-wrap .main-content {
    background: #FFF; }
    .content.subPage .main-content-wrap .main-content .title-l {
      background: url(../../img/h-icon.svg) no-repeat 0 calc( 15px + 0.45em);
      border-bottom: 1px solid #C9C9C9;
      font-size: 150%;
      font-weight: bold;
      margin-bottom: 30px;
      padding: 15px 0 15px 25px;
      position: relative; }
      .content.subPage .main-content-wrap .main-content .title-l.top-close {
        padding: 0px 0 15px 25px;
        background: url(../../img/h-icon.svg) no-repeat 0 calc( 0px + 0.45em); }
      .content.subPage .main-content-wrap .main-content .title-l::after {
        background: #F5F5F5;
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        bottom: -5px;
        left: 0;
        position: absolute; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .title-l {
          background: url(../../img/h-icon.svg) no-repeat 0 calc( 8px + 0.35em);
          font-size: 125%;
          margin-bottom: 15px;
          padding: 8px 15px 8px 20px;
          background-size: 0.8em 0.8em; } }
    .content.subPage .main-content-wrap .main-content .title-m {
      color: #E21912;
      font-size: 125%;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .title-m {
          font-size: 112.5%; } }
    .content.subPage .main-content-wrap .main-content .title-m-b {
      color: black;
      font-size: 125%;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .title-m-b {
          font-size: 112.5%; } }
    .content.subPage .main-content-wrap .main-content .txt {
      font-size: 100%; }
      .content.subPage .main-content-wrap .main-content .txt.txt-s {
        font-size: 87.5%; }
      .content.subPage .main-content-wrap .main-content .txt.txt-l {
        font-size: 112.5%; }
      .content.subPage .main-content-wrap .main-content .txt.txt-ll {
        font-size: 125%; }
      .content.subPage .main-content-wrap .main-content .txt.txt-24 {
        font-size: 150%; }
      .content.subPage .main-content-wrap .main-content .txt.bold {
        font-weight: bold; }
      .content.subPage .main-content-wrap .main-content .txt.red {
        color: #E21912; }
      .content.subPage .main-content-wrap .main-content .txt.gray {
        color: #888; }
      .content.subPage .main-content-wrap .main-content .txt .txt-s {
        font-size: 87.5%; }
      .content.subPage .main-content-wrap .main-content .txt .txt-l {
        font-size: 112.5%; }
      .content.subPage .main-content-wrap .main-content .txt .txt-ll {
        font-size: 125%; }
      .content.subPage .main-content-wrap .main-content .txt .bold {
        font-weight: bold; }
      .content.subPage .main-content-wrap .main-content .txt .red {
        color: #E21912; }
      .content.subPage .main-content-wrap .main-content .txt .gray {
        color: #888; }
    .content.subPage .main-content-wrap .main-content .ul-flex {
      display: flex;
      flex-wrap: wrap; }
      .content.subPage .main-content-wrap .main-content .ul-flex.column3 li {
        width: calc(100% / 3 - 20px);
        margin-right: 30px; }
        .content.subPage .main-content-wrap .main-content .ul-flex.column3 li:nth-child(3n) {
          margin-right: 0; }
    .content.subPage .main-content-wrap .main-content .report-link-style li i {
      display: inline-block;
      margin-left: 10px; }
      .content.subPage .main-content-wrap .main-content .report-link-style li i.fa-file-pdf {
        color: #D60000; }
      .content.subPage .main-content-wrap .main-content .report-link-style li i.fa-file-excel {
        color: #1D6F42; }
      .content.subPage .main-content-wrap .main-content .report-link-style li i.fa-file-word {
        color: #295497; }
      .content.subPage .main-content-wrap .main-content .report-link-style li i.fa-file-archive {
        color: #D8BD0B; }
    .content.subPage .main-content-wrap .main-content .report-link-style li.w50 {
      width: calc( 50% - 15px);
      margin-right: 30px; }
      .content.subPage .main-content-wrap .main-content .report-link-style li.w50:nth-of-type(2n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .report-link-style li.w50 {
          width: 100%;
          margin-right: 0; } }
    .content.subPage .main-content-wrap .main-content .report-link-style li.w30 {
      width: calc( 30% - 20px);
      margin-right: 58px; }
      .content.subPage .main-content-wrap .main-content .report-link-style li.w30:nth-of-type(3n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .report-link-style li.w30 {
          width: 100%;
          margin-right: 0; } }
    .content.subPage .main-content-wrap .main-content .report-link-style li.w40 {
      width: calc( 27% - 50px);
      margin-right: 0px;
      margin-left: 10px; }
      .content.subPage .main-content-wrap .main-content .report-link-style li.w40:nth-of-type(3n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .report-link-style li.w40 {
          width: 100%;
          margin-right: 0; } }
    .content.subPage .main-content-wrap .main-content .link-style1 li a {
      display: flex;
      align-items: center;
      font-weight: bold;
      padding: 10px 5px;
      text-decoration: none;
      width: 100%;
      transition: 0.2s opacity ease; }
      .content.subPage .main-content-wrap .main-content .link-style1 li a:hover {
        opacity: 0.6; }
      .content.subPage .main-content-wrap .main-content .link-style1 li a::before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        display: inline-block;
        margin-right: 5px; }
      .content.subPage .main-content-wrap .main-content .link-style1 li a i {
        display: inline-block;
        margin-left: 10px; }
        .content.subPage .main-content-wrap .main-content .link-style1 li a i.fa-file-pdf {
          color: #D60000; }
        .content.subPage .main-content-wrap .main-content .link-style1 li a i.fa-file-excel {
          color: #1D6F42; }
        .content.subPage .main-content-wrap .main-content .link-style1 li a i.fa-file-word {
          color: #295497; }
        .content.subPage .main-content-wrap .main-content .link-style1 li a i.fa-file-archive {
          color: #D8BD0B; }
      .content.subPage .main-content-wrap .main-content .link-style1 li a em {
        display: inline-block;
        margin-left: 10px; }
        .content.subPage .main-content-wrap .main-content .link-style1 li a em.fa-file-pdf {
          color: #D60000; }
        .content.subPage .main-content-wrap .main-content .link-style1 li a em.fa-file-excel {
          color: #1D6F42; }
        .content.subPage .main-content-wrap .main-content .link-style1 li a em.fa-file-word {
          color: #295497; }
        .content.subPage .main-content-wrap .main-content .link-style1 li a em.fa-file-archive {
          color: #D8BD0B; }
      .content.subPage .main-content-wrap .main-content .link-style1 li a span.new {
        background: #E21912;
        border-radius: 10px;
        color: #FFF;
        display: inline-block;
        font-size: 75%;
        line-height: 1.0;
        margin-left: 10px;
        padding: 3px 8px; }
    .content.subPage .main-content-wrap .main-content .link-style1 li.borderB {
      border-bottom: 1px solid #707070; }
    .content.subPage .main-content-wrap .main-content .link-style1 li.w100 {
      width: 100%; }
    .content.subPage .main-content-wrap .main-content .link-style1 li.w50 {
      width: calc( 50% - 15px);
      margin-right: 30px; }
      .content.subPage .main-content-wrap .main-content .link-style1 li.w50:nth-of-type(2n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .link-style1 li.w50 {
          width: 100%;
          margin-right: 0; } }
    .content.subPage .main-content-wrap .main-content .link-style1 li.w30 {
      width: calc( 30% - 20px);
      margin-right: 58px; }
      .content.subPage .main-content-wrap .main-content .link-style1 li.w30:nth-of-type(3n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .link-style1 li.w30 {
          width: 100%;
          margin-right: 0; } }
      .content.subPage .main-content-wrap .main-content .link-style1 li.w30 .wFitLink:hover {
        margin-bottom: initial;
        text-decoration: underline; }
    .content.subPage .main-content-wrap .main-content .link-style1 li.w40 {
      width: calc( 27% - 50px);
      margin-right: 0px;
      margin-left: 10px; }
      .content.subPage .main-content-wrap .main-content .link-style1 li.w40:nth-of-type(3n) {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .content.subPage .main-content-wrap .main-content .link-style1 li.w40 {
          width: 100%;
          margin-right: 0; } }
    .content.subPage .main-content-wrap .main-content .link-style1 li.wFit {
      width: fit-content; }
      .content.subPage .main-content-wrap .main-content .link-style1 li.wFit .wFitLink:hover {
        margin-bottom: initial;
        text-decoration: underline; }
    .content.subPage .main-content-wrap .main-content .link-style1 li.mr60 {
      margin-right: 18%; }
    .content.subPage .main-content-wrap .main-content .link-style2 li a {
      display: flex;
      align-items: center;
      font-weight: bold;
      padding: 10px 5px;
      text-decoration: none;
      border: 2px solid #d60000;
      background: #d600001a;
      width: fit-content;
      padding: 10px 20px;
      border-radius: 5px;
      transition: 0.2s opacity ease; }
      .content.subPage .main-content-wrap .main-content .link-style2 li a:hover {
        opacity: 0.6; }
      .content.subPage .main-content-wrap .main-content .link-style2 li a::after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        display: inline-block;
        margin-left: 5px; }
    .content.subPage .main-content-wrap .main-content .link-style3 {
      margin-left: 20px; }
      .content.subPage .main-content-wrap .main-content .link-style3 li {
        list-style-type: disc;
        list-style-position: outside; }
        .content.subPage .main-content-wrap .main-content .link-style3 li a {
          display: flex;
          align-items: center;
          font-weight: bold;
          padding: 10px 5px;
          text-decoration: none;
          width: 100%;
          transition: 0.2s opacity ease; }
          .content.subPage .main-content-wrap .main-content .link-style3 li a:hover {
            opacity: 0.6; }
          .content.subPage .main-content-wrap .main-content .link-style3 li a i {
            display: inline-block;
            margin-left: 10px; }
            .content.subPage .main-content-wrap .main-content .link-style3 li a i.fa-file-pdf {
              color: #D60000; }
            .content.subPage .main-content-wrap .main-content .link-style3 li a i.fa-file-excel {
              color: #1D6F42; }
            .content.subPage .main-content-wrap .main-content .link-style3 li a i.fa-file-word {
              color: #295497; }
            .content.subPage .main-content-wrap .main-content .link-style3 li a i.fa-file-archive {
              color: #D8BD0B; }
    .content.subPage .main-content-wrap .main-content .btn-solid {
      background: #F2F2F2;
      border-radius: 3px;
      display: inline-block;
      font-weight: bold;
      padding: 6px 10px; }
      .content.subPage .main-content-wrap .main-content .btn-solid::before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        display: inline-block;
        margin-right: 5px; }
      .content.subPage .main-content-wrap .main-content .btn-solid i {
        display: inline-block;
        margin-left: 6px; }
        .content.subPage .main-content-wrap .main-content .btn-solid i.fa-file-pdf {
          color: #D60000; }
        .content.subPage .main-content-wrap .main-content .btn-solid i.fa-file-excel {
          color: #1D6F42; }
        .content.subPage .main-content-wrap .main-content .btn-solid i.fa-file-word {
          color: #295497; }
        .content.subPage .main-content-wrap .main-content .btn-solid i.fa-file-archive {
          color: #D8BD0B; }
    .content.subPage .main-content-wrap .main-content .pad20 {
      padding: 20px; }
    .content.subPage .main-content-wrap .main-content .image-container {
      display: flex;
      align-items: center; }
    .content.subPage .main-content-wrap .main-content .list-style-original ul {
      padding-left: 40px; }
      .content.subPage .main-content-wrap .main-content .list-style-original ul li {
        list-style-type: disc !important; }
    .content.subPage .main-content-wrap .main-content .list-style-original ol {
      padding-left: 40px; }
      .content.subPage .main-content-wrap .main-content .list-style-original ol li {
        list-style-type: decimal !important; }
    .content.subPage .main-content-wrap .main-content .osirase-tag {
      margin-left: 10px; }
    .content.subPage .main-content-wrap .main-content img {
      max-width: 100%; }
    @media screen and (max-width: 550px) {
      .content.subPage .main-content-wrap .main-content .scroll-table {
        overflow: auto;
        white-space: nowrap; } }
  .content.subPage .main-content-wrap .pad40 {
    padding: 35px 40px; }
    @media screen and (max-width: 767px) {
      .content.subPage .main-content-wrap .pad40 {
        padding: 15px; } }
  .content.subPage .main-content-wrap .pad30 {
    padding: 35px 0px; }
    @media screen and (max-width: 767px) {
      .content.subPage .main-content-wrap .pad30 {
        padding: 15px; } }
@media screen and (min-width: 768px) {
  .content.subPage .pc-view {
    display: block; }
  .content.subPage .sp-view {
    display: none; } }
@media screen and (max-width: 767px) {
  .content.subPage .pc-view {
    display: none; }
  .content.subPage .sp-view {
    display: block; } }
.content.subPage.contact a {
  text-decoration: underline; }
.content.subPage.contact a:hover {
  text-decoration: none; }
.content.subPage.contact table {
  table-layout: fixed; }
.content.subPage.line-account .txtlink::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px; }
.content.subPage.line-account .txtlink::before {
  color: #00B900; }
.content.subPage.line-account .friendBox {
  display: flex; }
  .content.subPage.line-account .friendBox .column {
    border: 2px solid #00B900; }
    .content.subPage.line-account .friendBox .column .ttl {
      color: #00B900; }
  @media screen and (min-width: 768px) {
    .content.subPage.line-account .friendBox .column {
      padding: 20px 30px;
      width: calc(50% - 20px); }
      .content.subPage.line-account .friendBox .column:first-of-type {
        margin-right: 40px; } }
  @media screen and (max-width: 767px) {
    .content.subPage.line-account .friendBox {
      flex-wrap: wrap; }
      .content.subPage.line-account .friendBox .column {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px; }
        .content.subPage.line-account .friendBox .column .img {
          margin-top: 15px; } }
.content.subPage.partner-info .title-l {
  font-size: 125% !important; }
.content.subPage.partner-info .contact-info {
  padding: 15px; }
.content.subPage.partner-info table td.idx {
  text-align: center; }
@media screen and (min-width: 497px) {
  .content.subPage.partner-info table td.service-name {
    white-space: nowrap; } }
.content.subPage.partner-info table .contact-info {
  padding: 15px; }
.content.subPage.partner-info a {
  text-decoration: underline; }
.content.subPage.partner-info a:hover {
  text-decoration: none; }
.content.subPage .page-select-item {
  display: inline-block;
  vertical-align: top;
  padding: 0.5rem; }
  .content.subPage .page-select-item.active > a {
    pointer-events: none; }
  .content.subPage .page-select-item.active .page-select-contents {
    border-top: 4px solid #007bff; }
  .content.subPage .page-select-item .page-select-contents {
    border: 1px solid #d2d6de;
    border-top: 4px solid #999999;
    padding: 10px;
    width: 11em;
    height: 9em; }
    .content.subPage .page-select-item .page-select-contents .page-select-head {
      font-weight: bold; }
    .content.subPage .page-select-item .page-select-contents .head-index {
      font-size: 15px; }
    .content.subPage .page-select-item .page-select-contents .body-another {
      font-size: 14px; }
  .content.subPage .page-select-item .active {
    border-top: 4px solid #007bff; }
.content.subPage.public-relations .public-relations-caption {
  margin-left: 40px; }
@media screen and (max-width: 576px) {
  .content.subPage.public-relations .public-relations {
    margin-left: 20px; } }
.content.subPage.antisocial-forces img {
  max-width: 100%;
  height: auto; }
.content.subPage.free-law-advice img {
  max-width: 100%;
  height: auto; }
.content.subPage.governing-board .gov-border {
  border: 1px solid blue; }
.content.subPage.format-download .custom-link {
  color: #0000ff; }
.content.subPage.format-download a {
  text-decoration: underline; }
.content.subPage.format-download a:hover {
  text-decoration: none; }
.content.subPage .news-detail-breadcrumbs {
  height: 30px; }
.content.subPage.real-estate-market .vacancy-rate-css {
  width: calc( 30% - 20px);
  margin-right: 58px; }
  .content.subPage.real-estate-market .vacancy-rate-css:nth-of-type(3n) {
    margin-right: 0; }
  @media screen and (max-width: 1087px) {
    .content.subPage.real-estate-market .vacancy-rate-css {
      width: calc( 40% - 20px);
      margin-right: 58px; } }
  @media screen and (max-width: 808px) {
    .content.subPage.real-estate-market .vacancy-rate-css {
      width: 100%;
      margin-right: 0; } }
.content.subPage.real-estate-market-cons .real-estate-area {
  width: calc( 27% - 50px);
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-right: 0px;
  margin-left: 10px; }
  .content.subPage.real-estate-market-cons .real-estate-area:nth-of-type(3n) {
    margin-right: 0; }
  @media screen and (max-width: 1080px) {
    .content.subPage.real-estate-market-cons .real-estate-area {
      width: calc( 50% - 50px);
      margin-right: 0px;
      margin-left: 10px; }
      .content.subPage.real-estate-market-cons .real-estate-area:nth-of-type(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .content.subPage.real-estate-market-cons .real-estate-area {
      width: 100%;
      margin-right: 0; } }
@media screen and (max-width: 861px) {
  .content.subPage.real-estate-market-report .real-estate-market-area-tab {
    text-align: center; } }
@media screen and (max-width: 767px) {
  .content.subPage.inspection .h2 {
    font-size: 2em; }
  .content.subPage.inspection .h3 {
    font-size: 1.75em; }
  .content.subPage.inspection .h4 {
    font-size: 1.5em; }
  .content.subPage.inspection .h5 {
    font-size: 1.25em; } }
.content.subPage.inspection .indent-1em {
  padding-left: 1em;
  text-indent: -1em; }
.content.subPage.inspection .indent-1-5em {
  padding-left: 1.5em;
  text-indent: -1.5em; }
.content.subPage.inspection .ryoukinBox {
  border: 4px solid #F68623; }
  .content.subPage.inspection .ryoukinBox .title {
    padding: 15px;
    background: #F68623;
    color: #fff;
    text-align: center; }
.content.subPage.inspection.show .main-title {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .content.subPage.inspection.show .main-title {
      flex-direction: column; } }
.content.subPage.inspection.show .tap-info {
  background: #999;
  border-radius: 15px;
  color: #FFF;
  display: inline-block;
  font-size: 87.5%;
  padding: 3px; }
.content.subPage.inspection.index2 .att_block {
  border: 5px solid #eee;
  padding: 20px 30px 20px 30px;
  margin: 2em 0; }
  .content.subPage.inspection.index2 .att_block i {
    color: #28a745; }
  .content.subPage.inspection.index2 .att_block a {
    text-decoration: underline; }
  .content.subPage.inspection.index2 .att_block a:hover {
    text-decoration: none; }
.content.subPage.inspection.index2 .shin_loan {
  border: 5px solid #eee;
  padding: 20px 30px 20px 30px; }
  .content.subPage.inspection.index2 .shin_loan .first-txt {
    font-size: 1.19em;
    font-weight: bold;
    text-indent: -0.5em;
    line-height: 1.5;
    border-left: 2px solid #00964a;
    padding-left: 20px; }
    .content.subPage.inspection.index2 .shin_loan .first-txt span {
      color: #00964a; }
  .content.subPage.inspection.index2 .shin_loan ul {
    display: flex;
    flex-wrap: wrap; }
    .content.subPage.inspection.index2 .shin_loan ul li {
      width: 25%;
      margin-right: 20px; }
      .content.subPage.inspection.index2 .shin_loan ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        color: #00964a;
        border-bottom: 1px solid #00964a;
        text-decoration: none;
        padding: 10px 0; }
        .content.subPage.inspection.index2 .shin_loan ul li a:before {
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          font-size: 75%;
          font-weight: bold;
          display: inline-block;
          margin-right: 5px; }
        .content.subPage.inspection.index2 .shin_loan ul li a:hover {
          opacity: .6; }
      @media screen and (max-width: 767px) {
        .content.subPage.inspection.index2 .shin_loan ul li {
          width: 45%;
          margin-right: 20px; }
          .content.subPage.inspection.index2 .shin_loan ul li:nth-child(2n) {
            margin-right: 0; } }
  .content.subPage.inspection.index2 .shin_loan .ja {
    color: #999;
    font-size: 0.75em; }
.content.subPage.inspection.index4 .how_ryoukin {
  padding: 25px; }
  .content.subPage.inspection.index4 .how_ryoukin.kodate {
    background: #FCF5EF; }
  .content.subPage.inspection.index4 .how_ryoukin.mansion {
    background: #E8F1F3; }
  .content.subPage.inspection.index4 .how_ryoukin .option-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
    .content.subPage.inspection.index4 .how_ryoukin .option-flex dt {
      font-weight: normal;
      width: 12em; }
    .content.subPage.inspection.index4 .how_ryoukin .option-flex dd {
      width: calc(100% - 12em); }
.content.subPage.inspection.index6 .color1, .content.subPage.inspection.index7 .color1 {
  color: #F68623; }
.content.subPage.inspection.index6 .grayBox, .content.subPage.inspection.index7 .grayBox {
  border: 4px solid #E5E5E5;
  padding: 1.33em; }
.content.subPage.inspection.index6 .linkListBox, .content.subPage.inspection.index7 .linkListBox {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #A1A1A1;
  border-right: 1px solid #A1A1A1; }
  .content.subPage.inspection.index6 .linkListBox th, .content.subPage.inspection.index6 .linkListBox td, .content.subPage.inspection.index7 .linkListBox th, .content.subPage.inspection.index7 .linkListBox td {
    border-bottom: 1px solid #A1A1A1;
    border-left: 1px solid #A1A1A1;
    text-align: center;
    padding: 0.65em 1em; }
    .content.subPage.inspection.index6 .linkListBox th.btn-cell, .content.subPage.inspection.index6 .linkListBox td.btn-cell, .content.subPage.inspection.index7 .linkListBox th.btn-cell, .content.subPage.inspection.index7 .linkListBox td.btn-cell {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .content.subPage.inspection.index6 .linkListBox th.btn-cell, .content.subPage.inspection.index6 .linkListBox td.btn-cell, .content.subPage.inspection.index7 .linkListBox th.btn-cell, .content.subPage.inspection.index7 .linkListBox td.btn-cell {
          width: 14.5em; } }
  .content.subPage.inspection.index6 .linkListBox th, .content.subPage.inspection.index7 .linkListBox th {
    font-size: 87.5%; }
  .content.subPage.inspection.index6 .linkListBox td.left, .content.subPage.inspection.index7 .linkListBox td.left {
    text-align: left; }
  .content.subPage.inspection.index6 .linkListBox td a.btn-inline-solid, .content.subPage.inspection.index7 .linkListBox td a.btn-inline-solid {
    font-size: 100%;
    padding: 0.5em 0.65em;
    display: inline-block;
    font-weight: normal;
    color: #FFF;
    background: #F68623;
    vertical-align: bottom;
    border-radius: 3px; }
    .content.subPage.inspection.index6 .linkListBox td a.btn-inline-solid::before, .content.subPage.inspection.index7 .linkListBox td a.btn-inline-solid::before {
      content: "\f0a9";
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      display: inline-block;
      margin-right: 5px; }
.content.subPage.succession {
  background: #fff;
  padding: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #333;
  /******/ }
  .content.subPage.succession img {
    max-width: 100%; }
  .content.subPage.succession .container-1320 {
    width: 1320px;
    margin: 0 auto; }
    @media screen and (max-width: 1320px) {
      .content.subPage.succession .container-1320 {
        width: 100%;
        padding: 0 15px; } }
  .content.subPage.succession img {
    max-width: 100%; }
  .content.subPage.succession a.uline {
    text-decoration: underline; }
  .content.subPage.succession a.uline:hover {
    text-decoration: none; }
  .content.subPage.succession .center {
    text-align: center; }
  .content.subPage.succession .sectionTtl {
    position: relative;
    font-size: 200%;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center; }
    .content.subPage.succession .sectionTtl:after {
      content: "";
      background: #FFA430;
      width: 38%;
      height: 4px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: -5px;
      margin: 0 auto; }
  .content.subPage.succession .main-btn-area {
    position: relative;
    z-index: 1;
    margin-top: -6rem; }
    @media screen and (max-width: 1320px) {
      .content.subPage.succession .main-btn-area {
        margin-top: -3rem; } }
    @media screen and (max-width: 991px) {
      .content.subPage.succession .main-btn-area {
        margin-top: 2rem; } }
    .content.subPage.succession .main-btn-area dl {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content.subPage.succession .main-btn-area dl dt {
        background: #fff;
        color: #F45361;
        font-size: 225%;
        font-weight: 800;
        border-radius: 10px;
        padding: 40px;
        margin-right: 20px; }
        .content.subPage.succession .main-btn-area dl dt span {
          color: #5A5A5A;
          font-size: 67%; }
      .content.subPage.succession .main-btn-area dl dd {
        display: flex;
        align-items: center; }
        .content.subPage.succession .main-btn-area dl dd a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 194px;
          height: 65px;
          background: #FFA430;
          color: #fff;
          border-radius: 3px;
          box-shadow: 3px 3px 0px #00000029;
          text-decoration: none;
          margin-right: 10px; }
          .content.subPage.succession .main-btn-area dl dd a:nth-of-type(2) {
            background: #4183E4; }
          .content.subPage.succession .main-btn-area dl dd a:nth-of-type(3) {
            background: #11B6A8; }
          .content.subPage.succession .main-btn-area dl dd a:last-child {
            background: #F45361;
            margin-right: 0; }
          .content.subPage.succession .main-btn-area dl dd a:hover {
            box-shadow: none;
            transform: translate(3px); }
      @media screen and (max-width: 1320px) {
        .content.subPage.succession .main-btn-area dl {
          flex-direction: column; }
          .content.subPage.succession .main-btn-area dl dt {
            padding: 20px 40px;
            margin-right: 0;
            margin-bottom: 15px; }
            .content.subPage.succession .main-btn-area dl dt br {
              display: none; } }
      @media screen and (max-width: 991px) {
        .content.subPage.succession .main-btn-area dl {
          align-items: flex-start; }
          .content.subPage.succession .main-btn-area dl dt {
            padding: 0; }
          .content.subPage.succession .main-btn-area dl dd {
            width: 100%; }
            .content.subPage.succession .main-btn-area dl dd a {
              width: 25%; } }
      @media screen and (max-width: 600px) {
        .content.subPage.succession .main-btn-area dl dt br {
          display: block; }
        .content.subPage.succession .main-btn-area dl dd {
          flex-wrap: wrap; }
          .content.subPage.succession .main-btn-area dl dd a {
            flex-basis: calc((100% - 10px) / 2);
            max-width: calc((100% - 10px) / 2);
            margin-bottom: 10px; }
            .content.subPage.succession .main-btn-area dl dd a:nth-child(2n) {
              margin-right: 0; } }
  .content.subPage.succession .contact-box {
    display: flex;
    border: 5px solid #F45361; }
    .content.subPage.succession .contact-box .ttl {
      background: #F45361;
      color: #fff;
      font-size: 200%;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24%; }
    .content.subPage.succession .contact-box .cont {
      flex: 1;
      padding: 30px 60px; }
      .content.subPage.succession .contact-box .cont h4 {
        color: #3C3C3C;
        font-size: 175%;
        font-weight: bold; }
      .content.subPage.succession .contact-box .cont ul li {
        display: inline-block;
        margin-right: 15px; }
        .content.subPage.succession .contact-box .cont ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0px 2px 3px #00000029;
          border: 3px solid #F45361;
          color: #3C3C3C;
          font-size: 150%;
          font-weight: bold;
          border-radius: 50px;
          text-decoration: none;
          padding: 10px 30px; }
          .content.subPage.succession .contact-box .cont ul li a.form {
            background: #F45361;
            color: #fff; }
          .content.subPage.succession .contact-box .cont ul li a:hover {
            box-shadow: none;
            transform: translateY(3px); }
      .content.subPage.succession .contact-box .cont .about {
        font-size: 125%; }
    @media screen and (max-width: 991px) {
      .content.subPage.succession .contact-box {
        flex-direction: column; }
        .content.subPage.succession .contact-box .ttl {
          width: 100%;
          padding-bottom: 5px; }
        .content.subPage.succession .contact-box .cont {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 30px; }
          .content.subPage.succession .contact-box .cont ul li:last-child {
            margin-right: 0; }
          .content.subPage.succession .contact-box .cont .about {
            text-align: center; } }
    @media screen and (max-width: 670px) {
      .content.subPage.succession .contact-box .cont ul {
        width: 100%; }
        .content.subPage.succession .contact-box .cont ul li {
          display: block;
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px; } }
  .content.subPage.succession section.merit {
    background: #F3F3F3;
    padding: 4rem 0; }
    .content.subPage.succession section.merit .item {
      border: 3px solid #FFD091;
      border-radius: 5px; }
      .content.subPage.succession section.merit .item figure {
        margin: 0;
        background: #fff;
        text-align: center; }
      .content.subPage.succession section.merit .item dl {
        background: #FFD091;
        padding: 15px; }
        .content.subPage.succession section.merit .item dl dt {
          display: flex;
          align-items: center;
          justify-content: center;
          width: fit-content;
          color: #3C3C3C;
          font-size: 150%;
          font-weight: bold;
          margin: 0 auto;
          margin-bottom: 10px; }
  .content.subPage.succession section.shien {
    padding: 2rem 0; }
    .content.subPage.succession section.shien .sectionTtl::after {
      background: #4183E4; }
    .content.subPage.succession section.shien .intro-txt, .content.subPage.succession section.shien .s-ttl {
      font-size: 125%; }
    .content.subPage.succession section.shien .s-ttl {
      font-weight: bold; }
  .content.subPage.succession section.flow {
    background: #ecf2fc;
    padding: 4rem 0; }
    .content.subPage.succession section.flow .flow-ttl {
      text-align: revert;
      background: #fff;
      width: fit-content;
      padding: 10px 50px;
      padding-bottom: 0;
      font-size: 200%;
      font-weight: bold;
      color: #3C3C3C;
      margin: 0 auto; }
    .content.subPage.succession section.flow .inner {
      background: #fff;
      padding: 35px 50px; }
      .content.subPage.succession section.flow .inner a {
        pointer-events: none; }
      @media screen and (max-width: 767px) {
        .content.subPage.succession section.flow .inner {
          padding: 20px; }
          .content.subPage.succession section.flow .inner a {
            pointer-events: visible; } }
  .content.subPage.succession section.jitsurei {
    padding: 4rem 0; }
    .content.subPage.succession section.jitsurei .sectionTtl::after {
      background: #11B6A8; }
    .content.subPage.succession section.jitsurei .item-set {
      display: flex;
      justify-content: space-between; }
      .content.subPage.succession section.jitsurei .item-set .item {
        width: 35%;
        padding: 0 30px; }
        .content.subPage.succession section.jitsurei .item-set .item .ttl {
          background: #FEE5E7;
          font-size: 112.5%;
          font-weight: bold;
          text-align: center;
          padding: 4px; }
          .content.subPage.succession section.jitsurei .item-set .item .ttl.sodan {
            background: #E6F8F6; }
          .content.subPage.succession section.jitsurei .item-set .item .ttl.shinzoku {
            background: #D0E3FF; }
        .content.subPage.succession section.jitsurei .item-set .item .txt-set {
          display: flex; }
          .content.subPage.succession section.jitsurei .item-set .item .txt-set .txt {
            flex: 1; }
          .content.subPage.succession section.jitsurei .item-set .item .txt-set figure {
            width: 30%; }
        .content.subPage.succession section.jitsurei .item-set .item:nth-of-type(2) {
          border-right: 3px solid #F3F3F3;
          border-left: 3px solid #F3F3F3; }
      @media screen and (max-width: 991px) {
        .content.subPage.succession section.jitsurei .item-set {
          flex-direction: column; }
          .content.subPage.succession section.jitsurei .item-set .item {
            width: 100%;
            border: none;
            padding: 0;
            margin-bottom: 20px; }
            .content.subPage.succession section.jitsurei .item-set .item:nth-of-type(2) {
              border: none; } }
  .content.subPage.succession section.contact {
    background: #FFF5F6;
    padding: 3rem 0; }
    .content.subPage.succession section.contact .sectionTtl::after {
      background: #F45361; }
    .content.subPage.succession section.contact h4 {
      color: #3C3C3C;
      font-size: 200%;
      font-weight: 700;
      text-align: center; }
      .content.subPage.succession section.contact h4 span {
        font-size: 88%; }
    .content.subPage.succession section.contact ul {
      text-align: center; }
      .content.subPage.succession section.contact ul li {
        display: inline-block;
        width: 35%;
        margin-right: 15px; }
        .content.subPage.succession section.contact ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #fff;
          color: #3C3C3C;
          border: 3px solid #F45361;
          box-shadow: 0px 2px 3px #00000029;
          font-size: 200%;
          font-weight: bold;
          border-radius: 50px;
          text-decoration: none;
          padding: 10px 20px; }
          .content.subPage.succession section.contact ul li a.form {
            background: #F45361;
            color: #fff; }
          .content.subPage.succession section.contact ul li a:hover {
            box-shadow: none;
            transform: translateY(3px); }
        @media screen and (max-width: 1199px) {
          .content.subPage.succession section.contact ul li {
            display: block;
            width: 50%;
            margin: 0 auto;
            margin-bottom: 15px; } }
        @media screen and (max-width: 767px) {
          .content.subPage.succession section.contact ul li {
            width: 100%; } }
    .content.subPage.succession section.contact .about {
      font-size: 125%;
      text-align: center; }
  .content.subPage.succession footer {
    background: #F8F9FA;
    border: none; }
.content.subPage.invoice-qa {
  /******/ }
  .content.subPage.invoice-qa .bold {
    font-weight: bold; }
  .content.subPage.invoice-qa .txt-o {
    color: #F86822; }
  .content.subPage.invoice-qa .txt-g {
    color: #4EA514; }
  .content.subPage.invoice-qa .txt-gb {
    color: #1496A5; }
  .content.subPage.invoice-qa .txt-bg {
    color: #1496A5; }
  .content.subPage.invoice-qa .txt-r {
    color: #EC7E75; }
  .content.subPage.invoice-qa .txt-v {
    color: #8d6fd8; }
  .content.subPage.invoice-qa .txt-w {
    color: #fff; }
  .content.subPage.invoice-qa .txt-point {
    color: #e44b3d; }
  .content.subPage.invoice-qa .bg-o {
    background-color: #FAEFCC; }
  .content.subPage.invoice-qa .bg-g {
    background-color: #ECF5D8; }
  .content.subPage.invoice-qa .bg-gb {
    background-color: #D0EAED; }
  .content.subPage.invoice-qa .bg-r {
    background-color: #FBE5E3; }
  .content.subPage.invoice-qa .bg-v {
    background-color: #efe3fb; }
  .content.subPage.invoice-qa .bg-b {
    background-color: #1C4C87; }
  .content.subPage.invoice-qa .bg-gray {
    background-color: #f6f6f6; }
  .content.subPage.invoice-qa .txt--40 {
    font-size: 250%; }
  .content.subPage.invoice-qa .txt--36 {
    font-size: 225%; }
  .content.subPage.invoice-qa .txt--24 {
    font-size: 150%; }
  .content.subPage.invoice-qa .txt--20 {
    font-size: 125%; }
  .content.subPage.invoice-qa .txt--18 {
    font-size: 112.5%; }
  @media screen and (max-width: 768px) {
    .content.subPage.invoice-qa .hidden-sm {
      display: none; } }
  .content.subPage.invoice-qa .visible-sm {
    display: none; }
    @media screen and (max-width: 768px) {
      .content.subPage.invoice-qa .visible-sm {
        display: block; } }
  .content.subPage.invoice-qa .container-1320 {
    margin-top: -30px;
    position: relative;
    z-index: 10;
    width: 1320px;
    padding: 60px 40px;
    background-color: #fff; }
    @media screen and (max-width: 1320px) {
      .content.subPage.invoice-qa .container-1320 {
        width: 100%;
        margin-top: 0; } }
    @media screen and (max-width: 425px) {
      .content.subPage.invoice-qa .container-1320 {
        padding: 40px 10px; } }
  .content.subPage.invoice-qa .main-img {
    background: url(../../img/invoice-qa/main.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 340px;
    display: flex;
    align-items: center; }
    .content.subPage.invoice-qa .main-img .main-txt {
      padding-bottom: 10px; }
      .content.subPage.invoice-qa .main-img .main-txt .bg-b {
        width: fit-content;
        padding: 8px 24px;
        border-radius: 20px; }
    @media screen and (max-width: 1320px) {
      .content.subPage.invoice-qa .main-img {
        background-position: 70% 0px; }
        .content.subPage.invoice-qa .main-img .main-txt {
          padding-left: 40px; } }
    @media screen and (max-width: 900px) {
      .content.subPage.invoice-qa .main-img {
        background-position: 65% 0px;
        height: 300px; } }
    @media screen and (max-width: 768px) {
      .content.subPage.invoice-qa .main-img {
        background: url(../../img/invoice-qa/main-sp.png);
        align-items: flex-start;
        background-position: 85% -110px;
        height: 290px; }
        .content.subPage.invoice-qa .main-img .main-txt {
          text-align: center;
          font-size: 90%;
          padding: 32px 16px;
          background: linear-gradient(rgba(63, 117, 183, 0.4) 70%, rgba(63, 117, 183, 0)); }
          .content.subPage.invoice-qa .main-img .main-txt .bg-b {
            margin: 0 auto 10px; } }
  .content.subPage.invoice-qa .lead-box {
    display: flex;
    align-items: center; }
    .content.subPage.invoice-qa .lead-box a {
      text-decoration: underline; }
      .content.subPage.invoice-qa .lead-box a:hover {
        text-decoration: none; }
    .content.subPage.invoice-qa .lead-box .lead-img {
      margin-left: 48px; }
    .content.subPage.invoice-qa .lead-box .koushinbi {
      text-align: right; }
    @media screen and (max-width: 767px) {
      .content.subPage.invoice-qa .lead-box {
        display: block; }
        .content.subPage.invoice-qa .lead-box .lead-img {
          width: fit-content;
          display: block;
          margin: 20px auto 10px; }
          .content.subPage.invoice-qa .lead-box .lead-img img {
            width: 100%; } }
  .content.subPage.invoice-qa .pagelink {
    display: block;
    padding: 40px 0 10px;
    text-align: center; }
    .content.subPage.invoice-qa .pagelink a {
      text-decoration: underline;
      padding: 5px 31px;
      border-left: #999 solid 1px;
      width: 100%; }
      .content.subPage.invoice-qa .pagelink a:last-child {
        border-right: #999 solid 1px; }
      .content.subPage.invoice-qa .pagelink a:hover {
        text-decoration: none; }
    @media screen and (max-width: 800px) {
      .content.subPage.invoice-qa .pagelink {
        padding: 20px 0; }
        .content.subPage.invoice-qa .pagelink div {
          display: flex;
          flex-direction: column; }
          .content.subPage.invoice-qa .pagelink div a {
            padding: 5px 0;
            border-left: unset;
            border-right: unset; } }
  .content.subPage.invoice-qa .sectionTtl06 ul {
    width: 100%; }
    .content.subPage.invoice-qa .sectionTtl06 ul li {
      padding: 8px 16px;
      border-bottom: 1px solid #e0e0e0; }
      .content.subPage.invoice-qa .sectionTtl06 ul li a {
        margin: 0 1rem;
        text-decoration: underline; }
  .content.subPage.invoice-qa .sectionTtl01 ul, .content.subPage.invoice-qa .sectionTtl02 ul {
    width: 100%; }
    .content.subPage.invoice-qa .sectionTtl01 ul .answer-open, .content.subPage.invoice-qa .sectionTtl02 ul .answer-open {
      border-radius: 5px;
      padding: 16px 30px;
      width: 100%;
      display: flex;
      position: relative; }
      .content.subPage.invoice-qa .sectionTtl01 ul .answer-open:hover, .content.subPage.invoice-qa .sectionTtl02 ul .answer-open:hover {
        cursor: pointer; }
      .content.subPage.invoice-qa .sectionTtl01 ul .answer-open::after, .content.subPage.invoice-qa .sectionTtl02 ul .answer-open::after {
        /* 閉じている時 */
        content: "\f055";
        font-weight: bold;
        color: #F86822;
        font-size: 24px;
        padding-left: 20px;
        font-family: "Font Awesome 5 Free";
        display: flex;
        align-items: center; }
      .content.subPage.invoice-qa .sectionTtl01 ul .answer-open.active::after, .content.subPage.invoice-qa .sectionTtl02 ul .answer-open.active::after {
        /* 開いている時 */
        content: "\f056"; }
      @media screen and (max-width: 600px) {
        .content.subPage.invoice-qa .sectionTtl01 ul .answer-open, .content.subPage.invoice-qa .sectionTtl02 ul .answer-open {
          padding: 16px; }
          .content.subPage.invoice-qa .sectionTtl01 ul .answer-open::after, .content.subPage.invoice-qa .sectionTtl02 ul .answer-open::after {
            padding-left: 8px; } }
    .content.subPage.invoice-qa .sectionTtl01 ul .q-icon, .content.subPage.invoice-qa .sectionTtl01 ul .a-icon, .content.subPage.invoice-qa .sectionTtl02 ul .q-icon, .content.subPage.invoice-qa .sectionTtl02 ul .a-icon {
      margin-right: 10px; }
    .content.subPage.invoice-qa .sectionTtl01 ul .q-txt, .content.subPage.invoice-qa .sectionTtl01 ul .a-txt, .content.subPage.invoice-qa .sectionTtl02 ul .q-txt, .content.subPage.invoice-qa .sectionTtl02 ul .a-txt {
      width: inherit;
      padding-top: 5px;
      margin-right: 20px; }
      @media screen and (max-width: 600px) {
        .content.subPage.invoice-qa .sectionTtl01 ul .q-txt, .content.subPage.invoice-qa .sectionTtl01 ul .a-txt, .content.subPage.invoice-qa .sectionTtl02 ul .q-txt, .content.subPage.invoice-qa .sectionTtl02 ul .a-txt {
          margin-right: 8px; } }
    .content.subPage.invoice-qa .sectionTtl01 ul .answer, .content.subPage.invoice-qa .sectionTtl02 ul .answer {
      display: none;
      padding: 16px 0 16px 30px;
      width: 100%; }
      @media screen and (max-width: 600px) {
        .content.subPage.invoice-qa .sectionTtl01 ul .answer, .content.subPage.invoice-qa .sectionTtl02 ul .answer {
          padding: 16px; } }
      .content.subPage.invoice-qa .sectionTtl01 ul .answer .answer-inner, .content.subPage.invoice-qa .sectionTtl02 ul .answer .answer-inner {
        display: flex; }
        .content.subPage.invoice-qa .sectionTtl01 ul .answer .answer-inner .txt-top, .content.subPage.invoice-qa .sectionTtl02 ul .answer .answer-inner .txt-top {
          display: inline-block;
          margin-bottom: 15px; }
  .content.subPage.invoice-qa .sectionTtl02 {
    padding-bottom: 40px; }
    .content.subPage.invoice-qa .sectionTtl02 .answer-open::after {
      /* 閉じている時 */
      color: #4EA514 !important; }
  .content.subPage.invoice-qa .sectionTtl04 {
    padding-bottom: 40px; }
    .content.subPage.invoice-qa .sectionTtl04 .movie-wapper {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      @media screen and (max-width: 1024px) {
        .content.subPage.invoice-qa .sectionTtl04 .movie-wapper {
          display: block; } }
      .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .movie-inner {
        display: block;
        max-width: 45%;
        width: 100%;
        margin: 0 16px 20px; }
        @media screen and (max-width: 1024px) {
          .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .movie-inner {
            max-width: 70%;
            margin: 0 auto 20px; } }
        .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .movie-inner img {
          display: block;
          margin: auto;
          width: 100%;
          max-width: 100%; }
        .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .movie-inner p {
          max-width: 600px;
          width: 100%;
          margin: auto;
          padding: 16px 24px; }
          @media screen and (max-width: 830px) {
            .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .movie-inner p {
              padding: 16px; } }
          .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .movie-inner p a {
            text-decoration: underline; }
            .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .movie-inner p a:hover {
              text-decoration: none; }
      .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .none {
        display: none; }
        @media screen and (max-width: 1024px) {
          .content.subPage.invoice-qa .sectionTtl04 .movie-wapper .none {
            display: none; } }
  .content.subPage.invoice-qa .sectionTtl05 ul {
    width: 100%; }
    .content.subPage.invoice-qa .sectionTtl05 ul .link-top-tit {
      font-size: 18px;
      margin-bottom: 10px;
      padding: 5px;
      background-color: #d7d7d7; }
    .content.subPage.invoice-qa .sectionTtl05 ul .box-r {
      border: 3px solid #f0b5af;
      border-radius: 5px;
      padding: 8px 32px;
      width: fit-content; }
      .content.subPage.invoice-qa .sectionTtl05 ul .box-r .link-tit::before {
        content: unset; }
    .content.subPage.invoice-qa .sectionTtl05 ul .link-bottom {
      padding-left: 1rem; }
    .content.subPage.invoice-qa .sectionTtl05 ul li {
      padding-left: 2rem; }
      .content.subPage.invoice-qa .sectionTtl05 ul li .link-tit {
        position: relative; }
        .content.subPage.invoice-qa .sectionTtl05 ul li .link-tit::before {
          content: "■";
          position: absolute;
          left: -1rem;
          top: -1px; }
      .content.subPage.invoice-qa .sectionTtl05 ul li a {
        text-decoration: underline;
        padding: 5px 8px;
        border-radius: 5px; }
        .content.subPage.invoice-qa .sectionTtl05 ul li a:hover {
          text-decoration: none; }
      .content.subPage.invoice-qa .sectionTtl05 ul li .bg-r {
        padding: 4px 16px;
        border-radius: 5px;
        width: fit-content;
        height: fit-content;
        margin: 0 8px 8px 0; }
      .content.subPage.invoice-qa .sectionTtl05 ul li .point-inner {
        display: flex;
        padding: 10px 0;
        font-weight: 500; }
        @media screen and (max-width: 830px) {
          .content.subPage.invoice-qa .sectionTtl05 ul li .point-inner {
            display: block; }
            .content.subPage.invoice-qa .sectionTtl05 ul li .point-inner a p {
              padding-top: 10px; } }
    .content.subPage.invoice-qa .sectionTtl05 ul .bg-r {
      padding: 16px 24px;
      width: 100%;
      border-radius: 5px;
      height: fit-content;
      margin-right: 8px; }
      .content.subPage.invoice-qa .sectionTtl05 ul .bg-r .link-tit::before {
        content: unset; }
  .content.subPage.invoice-qa .sectionTtl03 .format-inner .link-format {
    margin-left: 1rem; }
  .content.subPage.invoice-qa .sectionTtl03 .format-inner a {
    text-decoration: underline;
    margin-left: 8px; }
    .content.subPage.invoice-qa .sectionTtl03 .format-inner a:hover {
      text-decoration: none; }
  .content.subPage.invoice-qa .sectionTtl03 .format-inner .format-pdf i {
    color: #D60000;
    font-size: 32px;
    margin-left: 8px; }
  .content.subPage.invoice-qa .sectionTtl03 .format-inner .format-docx i {
    color: #10089f;
    font-size: 32px;
    margin-left: 8px; }
  .content.subPage.invoice-qa .sectionTtl03 .format-inner .format-inner-box {
    border: 1px solid #000;
    padding: 20px 32px;
    margin: 24px;
    max-width: 65%; }
    @media screen and (max-width: 830px) {
      .content.subPage.invoice-qa .sectionTtl03 .format-inner .format-inner-box {
        max-width: 100%; } }
    .content.subPage.invoice-qa .sectionTtl03 .format-inner .format-inner-box div {
      width: fit-content;
      margin: 0 auto 20px; }
.content.subPage.tetsuzuki .item a {
  display: block;
  width: fit-content !important;
  font-size: 28px;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 10px 40px !important;
  margin-bottom: 16px; }
  @media screen and (max-width: 768px) {
    .content.subPage.tetsuzuki .item a {
      font-size: 16px; } }
.content.subPage.format-download .item2 a {
  border: 2px solid #333;
  border-radius: 3px;
  padding: 0.5em 1em !important; }
@media screen and (min-width: 768px) {
  .content.subPage.character .pc-view {
    display: block; }
  .content.subPage.character .sp-view {
    display: none; } }
@media screen and (max-width: 767px) {
  .content.subPage.character .pc-view {
    display: none; }
  .content.subPage.character .sp-view {
    display: block; } }
@media (max-width: 767px) {
  .content.subPage.character .hidden-xs {
    display: none !important; }
  .content.subPage.character .visible-xs {
    display: block !important; } }
.content.subPage.character .introBox {
  border: 4px solid #000; }
  .content.subPage.character .introBox .ttl-top {
    background: #32A783;
    color: #FFF;
    font-size: 162.5%;
    font-weight: 800;
    padding: 25px 50px; }
    @media screen and (max-width: 767px) {
      .content.subPage.character .introBox .ttl-top {
        padding: 10px 15px;
        font-size: 150%; }
        .content.subPage.character .introBox .ttl-top br {
          display: none; } }
  .content.subPage.character .introBox .inner {
    padding: 25px 50px; }
    .content.subPage.character .introBox .inner .txt-l {
      line-height: 1.8; }
    .content.subPage.character .introBox .inner .box01 {
      display: flex;
      justify-content: space-between; }
      .content.subPage.character .introBox .inner .box01 .character01 {
        margin-top: -120px;
        width: 42%; }
      .content.subPage.character .introBox .inner .box01 .txt {
        width: 55%; }
      .content.subPage.character .introBox .inner .box01 a {
        display: inline-block;
        padding: 10px 26px 10px 20px;
        color: #fff;
        background: #E73443;
        font-size: 90%;
        font-weight: bold;
        border-radius: 3px;
        text-decoration: none;
        position: relative;
        transition: .3s; }
        @media screen and (max-width: 767px) {
          .content.subPage.character .introBox .inner .box01 a {
            font-size: 103%; } }
        .content.subPage.character .introBox .inner .box01 a::before {
          content: '\f0da';
          font-family: "Font Awesome 5 Free";
          margin-right: 8px; }
        .content.subPage.character .introBox .inner .box01 a:hover {
          opacity: .7; }
    @media screen and (max-width: 1200px) {
      .content.subPage.character .introBox .inner .box01 .character01 {
        margin-top: -60px; } }
    @media screen and (max-width: 991px) {
      .content.subPage.character .introBox .inner .box01 .character01 {
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .content.subPage.character .introBox .inner {
        padding: 10px 15px; }
        .content.subPage.character .introBox .inner .box01 {
          flex-direction: column-reverse; }
          .content.subPage.character .introBox .inner .box01 .txt, .content.subPage.character .introBox .inner .box01 .character01 {
            width: 100%; }
          .content.subPage.character .introBox .inner .box01 .character01 {
            margin-top: 0;
            margin-bottom: 20px;
            text-align: center; } }
  .content.subPage.character .introBox .box02 {
    background: rgba(222, 201, 19, 0.3);
    padding: 18px 50px 8px; }
    .content.subPage.character .introBox .box02 .d-flex {
      display: flex;
      justify-content: space-between; }
      .content.subPage.character .introBox .box02 .d-flex .txtBox {
        width: 77%; }
      .content.subPage.character .introBox .box02 .d-flex .designer {
        margin-top: -12px;
        width: 18%; }
    @media screen and (max-width: 767px) {
      .content.subPage.character .introBox .box02 {
        padding: 15px; }
        .content.subPage.character .introBox .box02 .d-flex {
          flex-direction: column; }
          .content.subPage.character .introBox .box02 .d-flex .txtBox, .content.subPage.character .introBox .box02 .d-flex .designer {
            width: 100%; }
          .content.subPage.character .introBox .box02 .d-flex .txtBox img {
            height: 20px; }
          .content.subPage.character .introBox .box02 .d-flex .designer {
            margin-top: 0;
            text-align: center; }
            .content.subPage.character .introBox .box02 .d-flex .designer img {
              width: 40%; } }
.content.subPage.character .freins-logoBox {
  border: 4px solid #000;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .content.subPage.character .freins-logoBox .txtBox .ttl {
    font-size: 137.5%;
    font-weight: 800; }
  .content.subPage.character .freins-logoBox .logo {
    width: 36%; }
  @media screen and (max-width: 991px) {
    .content.subPage.character .freins-logoBox {
      flex-direction: column-reverse;
      align-items: flex-start; }
      .content.subPage.character .freins-logoBox .logo {
        width: 100%;
        text-align: center; }
        .content.subPage.character .freins-logoBox .logo img {
          width: 80%; } }
  @media screen and (max-width: 767px) {
    .content.subPage.character .freins-logoBox {
      padding: 10px 15px 15px; } }
.content.subPage.character .dl-Box-txt {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .content.subPage.character .dl-Box-txt {
      margin-top: 20px; } }
.content.subPage.character .download-manual a {
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  transition: 0.2s opacity ease; }
  .content.subPage.character .download-manual a:hover {
    opacity: 0.6; }
  .content.subPage.character .download-manual a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    margin-right: 5px; }
  @media screen and (max-width: 767px) {
    .content.subPage.character .download-manual a {
      font-size: 98.5%; } }
  .content.subPage.character .download-manual a em {
    display: inline-block;
    margin-left: 10px; }
    .content.subPage.character .download-manual a em.fa-file-pdf {
      color: #D60000; }
.content.subPage.character .download-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  @media screen and (max-width: 1000px) {
    .content.subPage.character .download-list {
      flex-direction: column;
      gap: 20px; } }
  .content.subPage.character .download-list > li {
    width: calc(50% - 30px);
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 20px;
    border: 2px solid #E3E3E3; }
    @media screen and (max-width: 1000px) {
      .content.subPage.character .download-list > li {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .content.subPage.character .download-list > li {
        flex-direction: column;
        gap: 10px;
        padding: 15px 10px; } }
.content.subPage.character .dl-list-l {
  width: calc(200 / 511* 100%); }
  @media (min-width: 1000px) and (max-width: 1100px) {
    .content.subPage.character .dl-list-l {
      width: calc(150 / 420* 100%); } }
  @media (min-width: 767px) and (max-width: 1000px) {
    .content.subPage.character .dl-list-l {
      width: calc(300 / 846* 100%); } }
  @media screen and (max-width: 767px) {
    .content.subPage.character .dl-list-l {
      width: calc(200 / 336* 100%); } }
.content.subPage.character .dl-list-ttl {
  font-size: 112.5%;
  font-weight: bold; }
  @media (min-width: 1000px) and (max-width: 1100px) {
    .content.subPage.character .dl-list-ttl {
      font-size: 100%; } }
  @media screen and (max-width: 767px) {
    .content.subPage.character .dl-list-ttl {
      font-size: 131.5%;
      text-align: center; } }
.content.subPage.character .dl-list-link {
  margin-top: 10px; }
  .content.subPage.character .dl-list-link li {
    display: flex; }
    @media screen and (max-width: 767px) {
      .content.subPage.character .dl-list-link li {
        justify-content: center; } }
    .content.subPage.character .dl-list-link li:nth-child(n+2) {
      margin-top: 5px; }
    .content.subPage.character .dl-list-link li p {
      min-width: 100px;
      margin-right: 25px;
      font-weight: bold; }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .content.subPage.character .dl-list-link li p {
          min-width: 90px;
          margin-right: 20px;
          font-size: 87.5%; } }
      @media screen and (max-width: 767px) {
        .content.subPage.character .dl-list-link li p {
          font-size: 115%; } }
    .content.subPage.character .dl-list-link li a::before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      display: inline-block;
      margin-right: 5px; }
    @media (min-width: 1000px) and (max-width: 1100px) {
      .content.subPage.character .dl-list-link li a {
        font-size: 87.5%; } }
    @media screen and (max-width: 767px) {
      .content.subPage.character .dl-list-link li a {
        font-size: 115%; } }
    .content.subPage.character .dl-list-link li a:nth-child(n+2) {
      margin-left: 15px; }
      @media (min-width: 1000px) and (max-width: 1100px) {
        .content.subPage.character .dl-list-link li a:nth-child(n+2) {
          margin-left: 10px; } }
.content.subPage.character .hatomark-symbole-Box p a {
  text-decoration: underline; }
  .content.subPage.character .hatomark-symbole-Box p a:hover {
    text-decoration: none; }
.content.subPage.character .hatomark-symbole-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  font-weight: bold;
  border-radius: 3px;
  border: 2px solid #000;
  text-decoration: none;
  transition: .3s; }
  .content.subPage.character .hatomark-symbole-btn::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    margin-right: 5px; }
  @media screen and (max-width: 767px) {
    .content.subPage.character .hatomark-symbole-btn {
      display: block; } }
  .content.subPage.character .hatomark-symbole-btn:hover {
    color: #fff;
    background: #000; }
.content.subPage.seminar-list .title-m::before {
  content: '\f518';
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px; }
.content.subPage.seminar-list a.underline {
  text-decoration: underline; }
  .content.subPage.seminar-list a.underline:hover {
    text-decoration: none; }
.content.subPage.seminar-list .table tr .status {
  margin: 1rem 0 .5rem;
  padding: 8px 1rem 10px;
  background-color: #808080;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  .content.subPage.seminar-list .table tr .status::after {
    font-family: 'Font Awesome 5 Free';
    margin-left: 8px; }
.content.subPage.seminar-list .table tr ul.location {
  display: flex;
  flex-wrap: wrap;
  margin-top: .5rem; }
  .content.subPage.seminar-list .table tr ul.location > .tag {
    padding: 3px .5rem 3px .75rem;
    margin: 0 .5rem .5rem 0;
    background-color: #bbb;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px; }
    .content.subPage.seminar-list .table tr ul.location > .tag::after {
      font-family: 'Font Awesome 5 Free';
      content: '\f00d';
      margin-left: 8px; }
.content.subPage.seminar-list .table tr.accepting .status {
  background-color: #42b84f; }
  .content.subPage.seminar-list .table tr.accepting .status::before {
    content: '受付中'; }
  .content.subPage.seminar-list .table tr.accepting .status::after {
    content: '\f058'; }
.content.subPage.seminar-list .table tr.accepting.both ul.location > .tag.on_site, .content.subPage.seminar-list .table tr.accepting.both ul.location > .tag.web {
  background-color: #42b84f; }
  .content.subPage.seminar-list .table tr.accepting.both ul.location > .tag.on_site::after, .content.subPage.seminar-list .table tr.accepting.both ul.location > .tag.web::after {
    content: '\f058'; }
.content.subPage.seminar-list .table tr.accepting.on_site_only ul.location > .tag.on_site {
  background-color: #42b84f; }
  .content.subPage.seminar-list .table tr.accepting.on_site_only ul.location > .tag.on_site::after {
    content: '\f058'; }
.content.subPage.seminar-list .table tr.accepting_web .status {
  background-color: #42b84f; }
  .content.subPage.seminar-list .table tr.accepting_web .status::before {
    content: 'Web受講受付中'; }
  .content.subPage.seminar-list .table tr.accepting_web .status::after {
    content: '\f058'; }
.content.subPage.seminar-list .table tr.accepting_web.both ul.location > .tag.web {
  background-color: #42b84f; }
  .content.subPage.seminar-list .table tr.accepting_web.both ul.location > .tag.web::after {
    content: '\f058'; }
.content.subPage.seminar-list .table tr.end .status::before {
  content: '受付終了'; }
.content.subPage.seminar-list .table tr.end .status::after {
  content: unset; }
.content.subPage.seminar-list .table tr.end a.link.apply, .content.subPage.seminar-list .table tr.end a.link.file {
  pointer-events: none;
  opacity: .5; }
.content.subPage.seminar-list .table tr.end ul.location {
  display: none; }
.content.subPage.seminar-list .table td:has(.wrap_link) {
  vertical-align: middle; }
@media screen and (min-width: 576px) {
  .content.subPage.seminar-list .table td .wrap_link:not(:first-child) {
    margin-top: 1.25rem; } }
.content.subPage.seminar-list .table td .wrap_img {
  margin: .5rem 0; }
  .content.subPage.seminar-list .table td .wrap_img img {
    max-height: 200px; }
.content.subPage.seminar-list .table a.link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: .5rem .5rem .25rem;
  background-color: #F2F2F2;
  border-radius: 4px;
  font-size: 90%;
  font-weight: 500;
  text-align: center; }
  .content.subPage.seminar-list .table a.link::before {
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    display: inline-block;
    font-size: 150%;
    line-height: 1; }
  .content.subPage.seminar-list .table a.link.apply::before {
    content: '\f0e0'; }
  .content.subPage.seminar-list .table a.link.play::before {
    content: '\f03d'; }
  .content.subPage.seminar-list .table a.link.file::before {
    content: '\f15b'; }
  .content.subPage.seminar-list .table a.link:hover {
    color: #E73443;
    background-color: #ddd; }
@media screen and (max-width: 575px) {
  .content.subPage.seminar-list .table td .wrap_link {
    display: inline-block;
    margin: 0 .5rem .5rem 0; }
    .content.subPage.seminar-list .table td .wrap_link > .link {
      min-width: 80px; }
  .content.subPage.seminar-list .table.responsive {
    width: 100%; }
    .content.subPage.seminar-list .table.responsive thead {
      display: none; }
    .content.subPage.seminar-list .table.responsive tbody {
      border: 1px solid #ccc; }
    .content.subPage.seminar-list .table.responsive tr {
      border: none;
      width: 100%; }
    .content.subPage.seminar-list .table.responsive td {
      border: none;
      display: flex;
      width: 100%;
      padding: 10px 10px 0 10px; }
      .content.subPage.seminar-list .table.responsive td:first-child {
        background-color: #454d55;
        color: #fff;
        padding: 8px 10px 8px;
        font-size: 15px;
        font-weight: bold; }
        .content.subPage.seminar-list .table.responsive td:first-child::before {
          display: none; }
      .content.subPage.seminar-list .table.responsive td:last-child {
        padding-bottom: 1em; }
      .content.subPage.seminar-list .table.responsive td::before {
        content: attr(data-label);
        display: inline-block;
        min-width: 72px;
        font-size: 13px;
        font-weight: bold;
        margin-right: .75em;
        color: #454d55; }
      .content.subPage.seminar-list .table.responsive td.idx > .contents {
        margin-bottom: 0 !important; }
      .content.subPage.seminar-list .table.responsive td:not(:last-child) > .contents {
        margin-bottom: .5rem; } }
.content.subPage.member-list .main-content-wrap .main-content .link-style3 {
  margin-left: 0 !important; }
  .content.subPage.member-list .main-content-wrap .main-content .link-style3 li {
    list-style: none; }
    .content.subPage.member-list .main-content-wrap .main-content .link-style3 li a i {
      margin-left: 0; }
  @media screen and (max-width: 800px) {
    .content.subPage.member-list .main-content-wrap .main-content .link-style3 {
      flex-direction: column; }
      .content.subPage.member-list .main-content-wrap .main-content .link-style3 li {
        width: 100%; } }

body.error-page .error-area {
  background: #F3F3F3;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  body.error-page .error-area .error-box {
    background: #FFF;
    border: 1px solid #D8D8D8;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 15px;
    max-width: 720px;
    min-height: 15em; }
    body.error-page .error-area .error-box .error-msg {
      font-size: 175%; }

.company-top .tabs {
  margin-top: 50px;
  padding: 40px 40px 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto; }
.company-top .inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .company-top .inner .item {
    background: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-align: center; }
  .company-top .inner button {
    margin: 10px;
    width: auto; }
.company-top .company-nav .nav-item {
  cursor: pointer; }
.company-top .company-nav .nav-link.active {
  color: #E21912; }
@media screen and (min-width: 787px) {
  .company-top .company-nav .nav-link {
    width: 220px;
    font-size: 15px; } }
@media screen and (max-width: 786px) {
  .company-top .company-nav .nav-link {
    font-size: 15px; } }
@media screen and (max-width: 464px) {
  .company-top .company-nav .nav-link {
    font-size: 10px; } }
@media screen and (max-width: 359px) {
  .company-top .company-nav .nav-link {
    font-size: 7.8px; } }
.company-top .company-tab .tab-pane {
  display: none; }
.company-top .company-tab .tab-pane.active {
  display: block; }
@media screen and (min-width: 992px) {
  .company-top .subscription {
    width: 100%;
    margin-right: 3%; }
    .company-top .subscription .inner .item {
      width: calc(25% - 9px);
      margin: 0 9px 9px 0; }
      .company-top .subscription .inner .item:nth-of-type(4n) {
        margin-right: 0; } }
@media screen and (max-width: 991px) {
  .company-top .subscription {
    width: 100%;
    margin-right: 3%; }
    .company-top .subscription .item {
      width: calc(50% - 5px);
      margin: 0 10px 10px 0; }
      .company-top .subscription .item:nth-of-type(2n) {
        margin-right: 0; } }

.member-info .info-label {
  background: #fBfBfB;
  border: solid 1px #e7eaec;
  padding: 5px 5px;
  font-weight: bold; }
.member-info .info-val {
  padding: 5px 5px;
  border: solid 1px #e7eaec; }
.member-info .update-success {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #2E9AFE;
  background-color: #E0F8EC; }
.member-info .update-error {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: red;
  background-color: mistyrose; }
.member-info .input-password {
  width: 105px; }
@media screen and (min-width: 526px) {
  .member-info .pass-input-area {
    float: left; }
  .member-info .pass-button-area {
    float: right; } }
@media screen and (max-width: 525px) {
  .member-info .pass-input-area {
    float: none; }
  .member-info .pass-button-area {
    float: none; }
  .member-info .btn-password {
    width: 100px; } }

.btn-mypage {
  width: 210px;
  margin: 1px; }

.btn-list-mypage {
  text-align: right; }
  @media screen and (min-width: 851px) {
    .btn-list-mypage a {
      display: inline; } }
  @media screen and (max-width: 850px) {
    .btn-list-mypage a {
      display: block; } }

.stf-label {
  display: inline-block;
  width: 25%; }

.stf-text1 {
  width: 35%; }

.stf-text2 {
  width: 70%; }

.stf-textarea {
  width: 100%;
  height: 60px; }

.white {
  color: #ffffff; }

.notice-pc, .notice-mypage {
  margin: 2em auto;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 100px;
  color: #000;
  border: 1px solid #ccc;
  font-size: 150%; }
  .notice-pc a, .notice-mypage a {
    text-decoration: underline;
    text-decoration-color: #000; }

.notice-pc {
  background-color: #e2f0d9; }

.notice-mypage {
  background-color: #deebf7; }

.freins-staff .sort-test {
  background-color: #ffffe0;
  color: #ffffe0;
  padding: 75px;
  width: 100%;
  border: dashed 2px black;
  height: 200px;
  border-collapse: separate; }
.freins-staff .upload-staff-place {
  border: solid 1px #ECECEC; }

.fileupload-image-dropzone {
  width: 100%;
  min-height: 200px; }
  .fileupload-image-dropzone img {
    max-width: 100%; }

.flex-notesBox {
  display: flex;
  justify-content: space-between; }
  .flex-notesBox .txtArea {
    font-size: 87.5%;
    margin-right: 15px; }
    .flex-notesBox .txtArea a {
      text-decoration: underline; }
      .flex-notesBox .txtArea a:hover {
        text-decoration: none; }
  .flex-notesBox .btn-list-mypage {
    flex-shrink: 0; }
    .flex-notesBox .btn-list-mypage .btn-mypage {
      width: 200px; }
  @media screen and (max-width: 1199px) {
    .flex-notesBox {
      flex-direction: column; }
      .flex-notesBox .txtArea {
        margin-bottom: 15px; } }

.save-notification {
  box-shadow: 0 0 0 0 rgba(244, 89, 107, 0.7);
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); }

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }
.kyoukai-title {
  color: #3d6a47; }

.kyoukai-background {
  background-color: #f1fbf3 !important; }

.freins-title {
  color: #405e80; }

.freins-background {
  background-color: #e3ecf6 !important; }

.mail-desc {
  font-size: 80%; }
  .mail-desc .btn-help {
    font-size: 100%; }

.btn-mail-save {
  position: sticky;
  bottom: 0;
  left: 0; }

.mail-form option:disabled {
  color: #cbcbcb !important;
  opacity: 1 !important; }

.btn-help {
  text-decoration: underline;
  font-weight: 400;
  font-size: 80%;
  color: cornflowerblue; }

.member-search .mem-num {
  width: 50px !important; }
.member-search .store {
  width: 200px !important;
  /* 幅を縮小 */ }
.member-search .representative {
  width: 100px !important;
  /* 幅を縮小 */ }
.member-search .tel-fax {
  width: 100px !important;
  /* 幅を縮小 */ }
.member-search .address {
  width: 250px !important;
  /* 幅を縮小 */ }
.member-search .em-hp {
  width: 200px !important;
  /* 幅を縮小 */
  word-break: break-all; }
.member-search .table-header {
  vertical-align: middle; }
  @media (max-width: 576px) {
    .member-search .table-header {
      white-space: nowrap !important; } }
.member-search .select-tab:hover {
  cursor: pointer; }
.member-search .table td {
  height: 85px !important; }
.member-search .no-image-icon::after {
  color: #dcdcdc;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f007';
  font-size: 3em; }
  @media (max-width: 991px) {
    .member-search .no-image-icon::after {
      font-size: 5em; } }
  @media (max-width: 767px) {
    .member-search .no-image-icon::after {
      font-size: 7em; } }
.member-search .b-dt-1 {
  border: 1px dotted #dee2e6; }
.member-search .bt-dt-1 {
  border-top-width: 1px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-1 {
  border-right-width: 1px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-1 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-1 {
  border-left-width: 1px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-1 {
  border-width: 1px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-1 {
  border-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-1 {
  border-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-1 {
  border-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-1 {
  border: 1px dashed #dee2e6; }
.member-search .bt-ds-1 {
  border-top-width: 1px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-1 {
  border-right-width: 1px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-1 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-1 {
  border-left-width: 1px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-1 {
  border-width: 1px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-1 {
  border-width: 1px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-1 {
  border-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-1 {
  border-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-1 {
  border: 1px solid #dee2e6; }
.member-search .bt-sl-1 {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-1 {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-1 {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-1 {
  border-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-1 {
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-1 {
  border-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-1 {
  border-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-1 {
  border: 1px double #dee2e6; }
.member-search .bt-db-1 {
  border-top-width: 1px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-1 {
  border-right-width: 1px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-1 {
  border-bottom-width: 1px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-1 {
  border-left-width: 1px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-1 {
  border-width: 1px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-1 {
  border-width: 1px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-1 {
  border-width: 1px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-1 {
  border-width: 1px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-2 {
  border: 2px dotted #dee2e6; }
.member-search .bt-dt-2 {
  border-top-width: 2px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-2 {
  border-right-width: 2px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-2 {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-2 {
  border-left-width: 2px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-2 {
  border-width: 2px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-2 {
  border-width: 2px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-2 {
  border-width: 2px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-2 {
  border-width: 2px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-2 {
  border: 2px dashed #dee2e6; }
.member-search .bt-ds-2 {
  border-top-width: 2px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-2 {
  border-right-width: 2px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-2 {
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-2 {
  border-left-width: 2px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-2 {
  border-width: 2px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-2 {
  border-width: 2px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-2 {
  border-width: 2px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-2 {
  border-width: 2px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-2 {
  border: 2px solid #dee2e6; }
.member-search .bt-sl-2 {
  border-top-width: 2px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-2 {
  border-right-width: 2px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-2 {
  border-left-width: 2px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-2 {
  border-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-2 {
  border-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-2 {
  border-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-2 {
  border-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-2 {
  border: 2px double #dee2e6; }
.member-search .bt-db-2 {
  border-top-width: 2px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-2 {
  border-right-width: 2px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-2 {
  border-bottom-width: 2px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-2 {
  border-left-width: 2px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-2 {
  border-width: 2px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-2 {
  border-width: 2px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-2 {
  border-width: 2px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-2 {
  border-width: 2px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-3 {
  border: 3px dotted #dee2e6; }
.member-search .bt-dt-3 {
  border-top-width: 3px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-3 {
  border-right-width: 3px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-3 {
  border-bottom-width: 3px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-3 {
  border-left-width: 3px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-3 {
  border-width: 3px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-3 {
  border-width: 3px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-3 {
  border-width: 3px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-3 {
  border-width: 3px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-3 {
  border: 3px dashed #dee2e6; }
.member-search .bt-ds-3 {
  border-top-width: 3px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-3 {
  border-right-width: 3px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-3 {
  border-bottom-width: 3px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-3 {
  border-left-width: 3px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-3 {
  border-width: 3px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-3 {
  border-width: 3px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-3 {
  border-width: 3px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-3 {
  border-width: 3px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-3 {
  border: 3px solid #dee2e6; }
.member-search .bt-sl-3 {
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-3 {
  border-right-width: 3px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-3 {
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-3 {
  border-width: 3px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-3 {
  border-width: 3px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-3 {
  border-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-3 {
  border-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-3 {
  border: 3px double #dee2e6; }
.member-search .bt-db-3 {
  border-top-width: 3px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-3 {
  border-right-width: 3px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-3 {
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-3 {
  border-left-width: 3px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-3 {
  border-width: 3px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-3 {
  border-width: 3px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-3 {
  border-width: 3px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-3 {
  border-width: 3px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-4 {
  border: 4px dotted #dee2e6; }
.member-search .bt-dt-4 {
  border-top-width: 4px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-4 {
  border-right-width: 4px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-4 {
  border-bottom-width: 4px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-4 {
  border-left-width: 4px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-4 {
  border-width: 4px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-4 {
  border-width: 4px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-4 {
  border-width: 4px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-4 {
  border-width: 4px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-4 {
  border: 4px dashed #dee2e6; }
.member-search .bt-ds-4 {
  border-top-width: 4px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-4 {
  border-right-width: 4px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-4 {
  border-bottom-width: 4px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-4 {
  border-left-width: 4px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-4 {
  border-width: 4px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-4 {
  border-width: 4px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-4 {
  border-width: 4px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-4 {
  border-width: 4px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-4 {
  border: 4px solid #dee2e6; }
.member-search .bt-sl-4 {
  border-top-width: 4px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-4 {
  border-right-width: 4px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-4 {
  border-left-width: 4px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-4 {
  border-width: 4px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-4 {
  border-width: 4px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-4 {
  border-width: 4px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-4 {
  border-width: 4px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-4 {
  border: 4px double #dee2e6; }
.member-search .bt-db-4 {
  border-top-width: 4px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-4 {
  border-right-width: 4px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-4 {
  border-bottom-width: 4px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-4 {
  border-left-width: 4px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-4 {
  border-width: 4px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-4 {
  border-width: 4px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-4 {
  border-width: 4px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-4 {
  border-width: 4px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-5 {
  border: 5px dotted #dee2e6; }
.member-search .bt-dt-5 {
  border-top-width: 5px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-5 {
  border-right-width: 5px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-5 {
  border-bottom-width: 5px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-5 {
  border-left-width: 5px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-5 {
  border-width: 5px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-5 {
  border-width: 5px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-5 {
  border-width: 5px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-5 {
  border-width: 5px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-5 {
  border: 5px dashed #dee2e6; }
.member-search .bt-ds-5 {
  border-top-width: 5px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-5 {
  border-right-width: 5px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-5 {
  border-bottom-width: 5px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-5 {
  border-left-width: 5px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-5 {
  border-width: 5px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-5 {
  border-width: 5px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-5 {
  border-width: 5px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-5 {
  border-width: 5px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-5 {
  border: 5px solid #dee2e6; }
.member-search .bt-sl-5 {
  border-top-width: 5px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-5 {
  border-right-width: 5px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-5 {
  border-left-width: 5px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-5 {
  border-width: 5px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-5 {
  border-width: 5px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-5 {
  border-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-5 {
  border-width: 5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-5 {
  border: 5px double #dee2e6; }
.member-search .bt-db-5 {
  border-top-width: 5px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-5 {
  border-right-width: 5px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-5 {
  border-bottom-width: 5px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-5 {
  border-left-width: 5px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-5 {
  border-width: 5px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-5 {
  border-width: 5px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-5 {
  border-width: 5px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-5 {
  border-width: 5px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-6 {
  border: 6px dotted #dee2e6; }
.member-search .bt-dt-6 {
  border-top-width: 6px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-6 {
  border-right-width: 6px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-6 {
  border-bottom-width: 6px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-6 {
  border-left-width: 6px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-6 {
  border-width: 6px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-6 {
  border-width: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-6 {
  border-width: 6px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-6 {
  border-width: 6px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-6 {
  border: 6px dashed #dee2e6; }
.member-search .bt-ds-6 {
  border-top-width: 6px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-6 {
  border-right-width: 6px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-6 {
  border-bottom-width: 6px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-6 {
  border-left-width: 6px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-6 {
  border-width: 6px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-6 {
  border-width: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-6 {
  border-width: 6px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-6 {
  border-width: 6px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-6 {
  border: 6px solid #dee2e6; }
.member-search .bt-sl-6 {
  border-top-width: 6px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-6 {
  border-right-width: 6px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-6 {
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-6 {
  border-left-width: 6px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-6 {
  border-width: 6px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-6 {
  border-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-6 {
  border-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-6 {
  border-width: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-6 {
  border: 6px double #dee2e6; }
.member-search .bt-db-6 {
  border-top-width: 6px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-6 {
  border-right-width: 6px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-6 {
  border-bottom-width: 6px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-6 {
  border-left-width: 6px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-6 {
  border-width: 6px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-6 {
  border-width: 6px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-6 {
  border-width: 6px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-6 {
  border-width: 6px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-7 {
  border: 7px dotted #dee2e6; }
.member-search .bt-dt-7 {
  border-top-width: 7px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-7 {
  border-right-width: 7px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-7 {
  border-bottom-width: 7px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-7 {
  border-left-width: 7px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-7 {
  border-width: 7px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-7 {
  border-width: 7px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-7 {
  border-width: 7px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-7 {
  border-width: 7px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-7 {
  border: 7px dashed #dee2e6; }
.member-search .bt-ds-7 {
  border-top-width: 7px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-7 {
  border-right-width: 7px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-7 {
  border-bottom-width: 7px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-7 {
  border-left-width: 7px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-7 {
  border-width: 7px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-7 {
  border-width: 7px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-7 {
  border-width: 7px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-7 {
  border-width: 7px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-7 {
  border: 7px solid #dee2e6; }
.member-search .bt-sl-7 {
  border-top-width: 7px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-7 {
  border-right-width: 7px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-7 {
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-7 {
  border-left-width: 7px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-7 {
  border-width: 7px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-7 {
  border-width: 7px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-7 {
  border-width: 7px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-7 {
  border-width: 7px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-7 {
  border: 7px double #dee2e6; }
.member-search .bt-db-7 {
  border-top-width: 7px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-7 {
  border-right-width: 7px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-7 {
  border-bottom-width: 7px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-7 {
  border-left-width: 7px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-7 {
  border-width: 7px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-7 {
  border-width: 7px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-7 {
  border-width: 7px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-7 {
  border-width: 7px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-8 {
  border: 8px dotted #dee2e6; }
.member-search .bt-dt-8 {
  border-top-width: 8px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-8 {
  border-right-width: 8px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-8 {
  border-bottom-width: 8px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-8 {
  border-left-width: 8px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-8 {
  border-width: 8px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-8 {
  border-width: 8px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-8 {
  border-width: 8px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-8 {
  border-width: 8px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-8 {
  border: 8px dashed #dee2e6; }
.member-search .bt-ds-8 {
  border-top-width: 8px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-8 {
  border-right-width: 8px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-8 {
  border-bottom-width: 8px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-8 {
  border-left-width: 8px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-8 {
  border-width: 8px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-8 {
  border-width: 8px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-8 {
  border-width: 8px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-8 {
  border-width: 8px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-8 {
  border: 8px solid #dee2e6; }
.member-search .bt-sl-8 {
  border-top-width: 8px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-8 {
  border-right-width: 8px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-8 {
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-8 {
  border-left-width: 8px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-8 {
  border-width: 8px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-8 {
  border-width: 8px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-8 {
  border-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-8 {
  border-width: 8px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-8 {
  border: 8px double #dee2e6; }
.member-search .bt-db-8 {
  border-top-width: 8px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-8 {
  border-right-width: 8px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-8 {
  border-bottom-width: 8px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-8 {
  border-left-width: 8px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-8 {
  border-width: 8px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-8 {
  border-width: 8px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-8 {
  border-width: 8px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-8 {
  border-width: 8px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-9 {
  border: 9px dotted #dee2e6; }
.member-search .bt-dt-9 {
  border-top-width: 9px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-9 {
  border-right-width: 9px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-9 {
  border-bottom-width: 9px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-9 {
  border-left-width: 9px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-9 {
  border-width: 9px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-9 {
  border-width: 9px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-9 {
  border-width: 9px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-9 {
  border-width: 9px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-9 {
  border: 9px dashed #dee2e6; }
.member-search .bt-ds-9 {
  border-top-width: 9px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-9 {
  border-right-width: 9px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-9 {
  border-bottom-width: 9px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-9 {
  border-left-width: 9px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-9 {
  border-width: 9px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-9 {
  border-width: 9px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-9 {
  border-width: 9px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-9 {
  border-width: 9px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-9 {
  border: 9px solid #dee2e6; }
.member-search .bt-sl-9 {
  border-top-width: 9px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-9 {
  border-right-width: 9px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-9 {
  border-bottom-width: 9px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-9 {
  border-left-width: 9px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-9 {
  border-width: 9px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-9 {
  border-width: 9px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-9 {
  border-width: 9px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-9 {
  border-width: 9px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-9 {
  border: 9px double #dee2e6; }
.member-search .bt-db-9 {
  border-top-width: 9px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-9 {
  border-right-width: 9px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-9 {
  border-bottom-width: 9px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-9 {
  border-left-width: 9px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-9 {
  border-width: 9px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-9 {
  border-width: 9px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-9 {
  border-width: 9px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-9 {
  border-width: 9px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .b-dt-10 {
  border: 10px dotted #dee2e6; }
.member-search .bt-dt-10 {
  border-top-width: 10px;
  border-top-style: dotted;
  border-color: #dee2e6; }
.member-search .br-dt-10 {
  border-right-width: 10px;
  border-right-style: dotted;
  border-color: #dee2e6; }
.member-search .bb-dt-10 {
  border-bottom-width: 10px;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .bl-dt-10 {
  border-left-width: 10px;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bt0-dt-10 {
  border-width: 10px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .br0-dt-10 {
  border-width: 10px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bb0-dt-10 {
  border-width: 10px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted;
  border-color: #dee2e6; }
.member-search .bl0-dt-10 {
  border-width: 10px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-color: #dee2e6; }
.member-search .b-ds-10 {
  border: 10px dashed #dee2e6; }
.member-search .bt-ds-10 {
  border-top-width: 10px;
  border-top-style: dashed;
  border-color: #dee2e6; }
.member-search .br-ds-10 {
  border-right-width: 10px;
  border-right-style: dashed;
  border-color: #dee2e6; }
.member-search .bb-ds-10 {
  border-bottom-width: 10px;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .bl-ds-10 {
  border-left-width: 10px;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bt0-ds-10 {
  border-width: 10px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .br0-ds-10 {
  border-width: 10px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bb0-ds-10 {
  border-width: 10px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed;
  border-color: #dee2e6; }
.member-search .bl0-ds-10 {
  border-width: 10px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #dee2e6; }
.member-search .b-sl-10 {
  border: 10px solid #dee2e6; }
.member-search .bt-sl-10 {
  border-top-width: 10px;
  border-top-style: solid;
  border-color: #dee2e6; }
.member-search .br-sl-10 {
  border-right-width: 10px;
  border-right-style: solid;
  border-color: #dee2e6; }
.member-search .bb-sl-10 {
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .bl-sl-10 {
  border-left-width: 10px;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bt0-sl-10 {
  border-width: 10px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .br0-sl-10 {
  border-width: 10px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bb0-sl-10 {
  border-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #dee2e6; }
.member-search .bl0-sl-10 {
  border-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #dee2e6; }
.member-search .b-db-10 {
  border: 10px double #dee2e6; }
.member-search .bt-db-10 {
  border-top-width: 10px;
  border-top-style: double;
  border-color: #dee2e6; }
.member-search .br-db-10 {
  border-right-width: 10px;
  border-right-style: double;
  border-color: #dee2e6; }
.member-search .bb-db-10 {
  border-bottom-width: 10px;
  border-bottom-style: double;
  border-color: #dee2e6; }
.member-search .bl-db-10 {
  border-left-width: 10px;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bt0-db-10 {
  border-width: 10px;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .br0-db-10 {
  border-width: 10px;
  border-top-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bb0-db-10 {
  border-width: 10px;
  border-top-style: double;
  border-right-style: double;
  border-left-style: double;
  border-color: #dee2e6; }
.member-search .bl0-db-10 {
  border-width: 10px;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-color: #dee2e6; }

/*# sourceMappingURL=style.css.map */
