@charset "UTF-8";
.btn-primary {
  color: #fff;
  background-color: #269F94;
  border-color: #269F94;
}
.btn-primary:hover {
  background-color: #219184;
  border-color: #219184;
}
.btn-primary:active {
  background-color: #67BEB4;
  border-color: #67BEB4;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #5094BF;
  border-color: #5094BF;
  cursor: not-allowed;
}

.btn-outline-primary {
  color: #269F94;
  border-color: #269F94;
}
.btn-outline-primary:hover {
  background-color: #269F94;
  border-color: #269F94;
}
.btn-outline-primary:active {
  background-color: #67BEB4;
  border-color: #67BEB4;
}

.btn-outline-secondary {
  background-color: #FFF;
}

.btn-success {
  background-color: #269F94;
  border-color: #269F94;
}
.btn-success:hover {
  background-color: #269F94;
  border-color: #269F94;
}
.btn-success:active {
  background-color: #67BEB4;
  border-color: #67BEB4;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #269F94;
  background-color: #269F94;
}

/* =========================================================
  style.css
========================================================= */
html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  color: #000;
  font-family: medium-content-serif-font, "Helvetica Neue", "Helvetica", Geneva, Arial, sans-serif;
  background-color: #FFF;
}

h2, h3, h4, h5, h6, th {
  font-family: medium-content-sans-serif-font, "Helvetica Neue", "Helvetica", Geneva, Arial, "MS PGothic", sans-serif;
}

a {
  color: #269F94;
}
a:hover {
  color: #219184;
}

a.for_btn:hover {
  text-decoration: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

tr:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

:focus-visible {
  outline: none !important;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control::-moz-placeholder {
  color: #ccc;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
}

.form-control::placeholder {
  color: #ccc;
}

h2 {
  font-size: 1.6rem;
  color: #3F3F40;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.2rem;
  }
}

ul.check_list {
  padding-left: 1rem;
}
ul.check_list li {
  list-style: none;
}
ul.check_list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}

.if-lt-IE9, .if-lt-IE11 {
  position: fixed;
  top: 50px;
  left: 20px;
}

.display_none {
  display: none;
}

.loading {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 10000;
}

.loader {
  color: #269F94;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loading_get_count {
  color: #269F94;
}

.alert strong {
  margin-right: 1rem;
}

.alert.in_contents {
  position: relative;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
}

.alert.popup {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s;
  transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5000;
}
@media only screen and (max-width: 767px) {
  .alert.popup {
    top: 100px;
  }
}

.alert.popup.alert-danger {
  min-width: 500px;
}

.btn[disabled=disabled] {
  cursor: not-allowed !important;
}

.btn.search {
  color: #FFF;
  background-color: #269F94;
  border: none;
  border-radius: 2rem;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  font-weight: bold;
  cursor: pointer;
}
.btn.search:hover {
  background-color: #67BEB4;
  background-image: none;
}
.btn.search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
.btn.search.btn-sm:before {
  margin-right: 0.5rem;
}
.btn.search[disabled=disabled] {
  cursor: not-allowed;
}

.btn.action {
  background-color: #E35C00;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.btn.action:hover {
  background-color: #E35C00;
  background-image: none;
}
.btn.action.btn-sm:before {
  margin-right: 0.5rem;
}
.btn.action:disabled {
  background-color: #6c757d;
}

.btn.calc {
  background-color: #E35C00;
  color: #FFF;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.btn.calc:before {
  content: "\f1ec";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.btn.calc:hover {
  background-color: #E35C00;
  background-image: none;
}

.status {
  display: inline-block;
  padding: 0.2rem 1rem;
  font-weight: bold;
  font-size: 0.9rem;
}
.status.In-Stock {
  background-color: #DBF1FF;
  border: 1px solid #269F94;
  color: #269F94;
}
.status.Negotiation {
  background-color: #E8FCF2;
  border: 1px solid #007756;
  color: #007756;
}
.status.Sold {
  background-color: #FFDEE2;
  border: 1px solid #D0021B;
  color: #D0021B;
}

.for_nz {
  background-image: url(../_ui_img/flag_NZ.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  background-size: 35px;
  padding-left: 50px;
}

.for_kenya {
  background-image: url(../_ui_img/flag_KENYA.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  background-size: 35px;
  padding-left: 50px;
}

.for_all {
  background-image: url(../_ui_img/flag_ALL.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-size: 35px;
  padding-left: 50px;
}

.color_sample {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  margin-right: 0.5rem;
}
.color_sample.Beige {
  background-color: #E5D6AE;
}
.color_sample.Black {
  background-color: #000000;
}
.color_sample.Blue {
  background-color: #0866E8;
}
.color_sample.Bronze {
  background-color: #9D6822;
}
.color_sample.Brown {
  background-color: #432E2A;
}
.color_sample.Burgundy {
  background-color: #521021;
}
.color_sample.Champagne {
  background-color: #E5C393;
}
.color_sample.Charcoal {
  background-color: #4C4247;
}
.color_sample.Cream {
  background-color: #FFF2B7;
}
.color_sample.Dark.Blue {
  background-color: #0A1744;
}
.color_sample.Gold {
  background-color: #FABF14;
}
.color_sample.Gray {
  background-color: #7D7D7D;
}
.color_sample.Green {
  background-color: #00582D;
}
.color_sample.Maroon {
  background-color: #6A1816;
}
.color_sample.Off.White {
  background-color: #F0ECDF;
}
.color_sample.Orange {
  background-color: #F08200;
}
.color_sample.Pearl {
  background-color: #FFFEF7;
}
.color_sample.Pewter {
  background-color: #9FA4A1;
}
.color_sample.Pink {
  background-color: #F4B4CC;
}
.color_sample.Red {
  background-color: #E8383D;
}
.color_sample.Silver {
  background-color: #AFAFB0;
}
.color_sample.Tan {
  background-color: #C1813F;
}
.color_sample.Teal {
  background-color: #017C7C;
}
.color_sample.Titanium {
  background-color: #AEACA2;
}
.color_sample.Turquoise {
  background-color: #00A9C6;
}
.color_sample.White {
  background-color: #FFFFFF;
}
.color_sample.Yellow {
  background-color: #F7D503;
}
.color_sample.Other {
  background-color: #EEEEEE;
}
.color_sample.Aqua {
  background-color: #7FFFD4;
}
.color_sample.Aquamarine {
  background-color: #00FFFF;
}
.color_sample.Claret-Wine {
  background-color: #7F1734;
}
.color_sample.Copper {
  background-color: #B87333;
}
.color_sample.Dark.Green {
  background-color: #006400;
}
.color_sample.Light.Blue {
  background-color: #D6EAF8;
}
.color_sample.Light.Green {
  background-color: #EBF8D6;
}
.color_sample.Purple {
  background-color: #52307C;
}
.color_sample.Rose {
  background-color: #F33A6A;
}
.color_sample.Rust {
  background-color: #B7410E;
}

.form_item dt {
  color: #3F3F40;
  margin-bottom: 0.5rem;
}

.required {
  color: #D0021B;
}

.name_form dd .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.name_form dd .wrapper .name_title {
  max-width: 5rem;
  margin-right: 1rem;
}
.name_form dd .wrapper .name {
  -ms-flex-preferred-size: calc(100% - 5rem);
      flex-basis: calc(100% - 5rem);
}

.from_to_form dd .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .from_to_form dd .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.from_to_form dd .wrapper .group {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .from_to_form dd .wrapper .group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0.5rem;
  }
}
.from_to_form dd .wrapper .group label {
  margin-right: 1rem;
  max-width: 5rem;
}
@media only screen and (max-width: 767px) {
  .from_to_form dd .wrapper .group label {
    width: 4rem;
    max-width: 5rem;
  }
}
.from_to_form dd .wrapper .group + .group {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .from_to_form dd .wrapper .group + .group {
    margin-left: 0;
  }
}
.from_to_form dd .wrapper .group .input_formgroup {
  -ms-flex-preferred-size: calc(100% - 5rem);
      flex-basis: calc(100% - 5rem);
}

.key_code_form dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.key_code_form dd .input_formgroup {
  margin-right: 1rem;
}

.caution {
  color: #dc3545;
  font-size: 0.8rem;
}

#privacy_agree_label {
  color: #000;
}

.example {
  color: #666666;
  font-size: 0.8rem;
}

nav.sns_links ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.sns_links ul li {
  list-style: none !important;
  display: inline-block !important;
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
nav.sns_links ul li a {
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

#app > .wrapper > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  background-color: #FFF;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 77px;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 2px #A0A0A0;
    box-shadow: 0px 2px 2px #A0A0A0;
  }
}
#app > .wrapper > header a {
  color: #3F3F40;
  text-decoration: none;
  font-weight: bold;
  font-family: medium-content-sans-serif-font, "Helvetica Neue", "Helvetica", Geneva, Arial, "MS PGothic", sans-serif;
}
#app > .wrapper > header i.menu_close {
  display: none;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > header i.menu_close {
    display: block;
    cursor: pointer;
    text-align: right;
    color: #CCC;
  }
}
#app > .wrapper > header #utility {
  text-align: right;
  color: #999;
  font-size: 0.8rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > header #utility {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}
#app > .wrapper > header #utility ul {
  padding: 0.3rem;
  margin-bottom: 0;
}
#app > .wrapper > header #utility ul li {
  display: inline-block;
  list-style: none;
  padding-left: 1rem;
}
#app > .wrapper > header #utility ul li > i {
  margin-right: 0.5rem;
}
#app > .wrapper > header #utility ul li.country:after, #app > .wrapper > header #utility ul li.currency:after, #app > .wrapper > header #utility ul li.language:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5rem;
}
#app > .wrapper > header #utility ul li .custom-select {
  width: auto;
  color: #666;
  background: #eee;
  border: none;
  padding: 0.2rem;
}
#app > .wrapper > header #utility ul li .custom-select-sm {
  font-size: 0.8rem;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > header #header_tool_and_link {
    position: fixed;
    top: 77px;
    right: 0px;
    width: 250px;
    height: calc(100vh - 77px);
    padding: 1rem;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: -2px 0px 2px #A0A0A0;
    box-shadow: -2px 0px 2px #A0A0A0;
  }
  #app > .wrapper > header #header_tool_and_link ul li {
    display: block;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #DDDDDD;
  }
}
#app > .wrapper > header #main_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
#app > .wrapper > header #main_header h1 {
  margin-left: 2rem;
  margin-top: 0.2rem;
}
#app > .wrapper > header #main_header h1 a {
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/_ui_img/title_logo.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 285px;
  height: 75px;
  margin-top: 5px;
}
#app > .wrapper > header #main_header nav {
  padding-left: 1rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
}
#app > .wrapper > header #main_header nav ul li {
  display: inline-block;
  list-style: none;
  margin-left: 1.5rem;
}
#app > .wrapper > header #main_header nav ul li a i {
  margin-right: 0.5rem;
  color: #269F94;
}
#app > .wrapper > header #main_header nav ul li a:hover {
  text-decoration: none;
}
#app > .wrapper > header #main_header #nav_bar_sp, #app > .wrapper > header #main_header #sub_tool {
  display: none;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > header #main_header {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    border-bottom: none;
  }
  #app > .wrapper > header #main_header #nav_bar_sp {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #app > .wrapper > header #main_header h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 2rem;
  }
  #app > .wrapper > header #main_header h1 a {
    background-size: contain;
    height: 60px;
  }
  #app > .wrapper > header #main_header nav {
    position: fixed;
    top: 78px;
    right: 0px;
    width: 250px;
    height: calc(100vh - 78px);
    padding: 1rem 1.5rem;
    background-color: #FFF;
    -webkit-box-shadow: -2px 0px 2px #A0A0A0;
    box-shadow: -2px 0px 2px #A0A0A0;
    width: 200px;
  }
  #app > .wrapper > header #main_header nav ul {
    padding-left: 0;
    padding-bottom: 0;
  }
  #app > .wrapper > header #main_header nav ul li {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #DDDDDD;
    margin-left: 0;
  }
  #app > .wrapper > header #main_header #sub_tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #app > .wrapper > header #main_header button.sp {
    cursor: pointer;
    color: #269F94;
    background-color: #fff;
    border-color: #fff;
    padding: 0.2rem 0.2rem;
    font-size: 1.5rem;
  }
  #app > .wrapper > header #main_header button.sp + button.sp {
    margin-left: 0.3rem;
  }
}
#app > .wrapper > header nav#header_nav_sns ul {
  float: right;
}
#app > .wrapper > header nav#header_nav_sns ul li a.icon_facebook {
  background-image: url(/_ui_img/sns_icon_facebook.webp);
}
#app > .wrapper > header nav#header_nav_sns ul li a.icon_instagram {
  background-image: url(/_ui_img/sns_icon_instagram.webp);
}
#app > .wrapper > header nav#header_nav_sns ul li a.icon_x {
  background-image: url(/_ui_img/sns_icon_x.webp);
}
#app > .wrapper > header nav#header_nav_sns ul li a.icon_youtube {
  background-image: url(/_ui_img/sns_icon_youtube.webp);
}
#app > .wrapper > header nav#header_nav_sns ul li a.icon_whatsup {
  background-image: url(/_ui_img/sns_icon_whatsup.webp);
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > header nav#header_nav_sns {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 250px;
    position: unset;
  }
  #app > .wrapper > header nav#header_nav_sns ul {
    display: block;
    float: none;
    padding-left: 0;
    padding-bottom: 0;
  }
  #app > .wrapper > header nav#header_nav_sns ul li {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #DDDDDD;
    margin-left: 0;
  }
  #app > .wrapper > header nav#header_nav_sns ul li a {
    background-position: left center;
    text-indent: 55px;
    overflow: visible;
  }
}
#app > .wrapper > header #nav_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background-color: #F8F8F8;
  border-bottom: #CACACA solid 1px;
  -webkit-box-shadow: 0px 2px 2px #A0A0A0;
  box-shadow: 0px 2px 2px #A0A0A0;
}
#app > .wrapper > header #nav_header ul {
  margin-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 1rem;
  height: 45px;
}
#app > .wrapper > header #nav_header ul li {
  display: inline-block;
  list-style: none;
  height: 100%;
  margin-left: 1.5rem;
  padding-left: 0.2rem;
  padding-right: 0.5rem;
}
#app > .wrapper > header #nav_header ul li.active {
  background-image: url(/_ui_img/bg_header_active.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#app > .wrapper > header #nav_header ul li a {
  line-height: 40px;
  font-size: 0.85rem;
}
#app > .wrapper > header #nav_header ul li a i {
  margin-right: 0.5rem;
  color: #269F94;
}
#app > .wrapper > header #nav_header ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > header #nav_header {
    position: fixed;
    top: 78px;
    left: 0px;
    width: 250px;
    height: calc(100vh - 78px);
    padding: 1rem;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 2px 0px 2px #A0A0A0;
    box-shadow: 2px 0px 2px #A0A0A0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  #app > .wrapper > header #nav_header ul {
    height: auto;
  }
  #app > .wrapper > header #nav_header ul li {
    display: block;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #DDDDDD;
    margin-left: 0;
    padding-left: 1rem;
  }
  #app > .wrapper > header #nav_header ul li.active {
    background-image: none;
    border-left: 5px solid #04919F;
  }
}

@media only screen and (max-width: 991px) {
  header + #contents {
    margin-top: 79px;
  }
}

@media only screen and (max-width: 991px) {
  .sp_nav_toggle {
    display: none !important;
  }
  .sp_nav_toggle.active {
    display: block !important;
  }
}

.sp_nav_toggle_account {
  display: none !important;
}
.sp_nav_toggle_account.active {
  display: block !important;
}

#page_info {
  margin: 1rem 2rem;
}
@media only screen and (max-width: 991px) {
  #page_info {
    padding-top: 1rem;
  }
}
#page_info .pan_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
#page_info .pan_navi li {
  list-style: none;
}
#page_info .pan_navi li:after {
  content: " > ";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#page_info .pan_navi li:first-child a span {
  display: none;
}
#page_info .pan_navi li:first-child a:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#page_info .pan_navi li:last-child:after {
  content: "";
}
#page_info p.description {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
#page_info h2.stock:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}

#calculator {
  margin-bottom: 2rem;
}
#calculator .search_item dl dt {
  color: #3F3F40;
}
#calculator .search_item dl dt i {
  color: #269F94;
  margin-left: 0.5rem;
}
#calculator.calc_full {
  border-radius: 5px;
  border: 2px solid #18BED5;
  background-color: #FFF;
  padding: 1rem;
}
@media only screen and (max-width: 991px) {
  #calculator.calc_full {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #calculator.calc_full {
    width: 90%;
  }
}
#calculator.calc_full .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #calculator.calc_full .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
@media only screen and (max-width: 767px) {
  #calculator.calc_full .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
#calculator.calc_full h3 {
  font-size: 1.2rem;
  color: #269F94;
  font-weight: bold;
}
#calculator.calc_full p strong {
  color: #D0021B;
}
#calculator.calc_full .col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#calculator.calc_full .col_2 .search_item {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  margin-right: 1rem;
}
#calculator.calc_full .col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  max-width: 185px;
}
#calculator.calc_full .btn.calc {
  padding: 1.5rem 1rem;
  margin-top: 1rem;
  margin-bottom: 0.7rem;
}

section.doc {
  background-color: #FFF;
  padding: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 3rem;
  border: 1px solid #F3F3F3;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  section.doc {
    padding: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
section.doc h3 {
  font-size: 1.3rem;
  color: #3F3F40;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
section.doc h4 {
  font-size: 1.1rem;
  color: #269F94;
  font-weight: bold;
}
section.doc h5 {
  font-size: 1.1rem;
  text-decoration: underline;
  font-weight: bold;
}
section.doc p + h3, section.doc ol + h3, section.doc a + h3, section.doc dl + h3 {
  margin-top: 3rem;
}
section.doc p {
  line-height: 1.6em;
}
section.doc.faq h3 {
  border-bottom: 2px dotted #3F3F40;
  padding-bottom: 0.3rem;
}
section.doc.faq dt {
  font-size: 1.3rem;
  color: #3F3F40;
  margin-bottom: 1rem;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
section.doc.faq dt:before {
  content: "Q.";
  margin-right: 1rem;
  font-size: 1.6rem;
  color: #269F94;
}
section.doc.faq dd {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #18BED5;
  padding-left: 2.3em;
  text-indent: -2.3em;
}
section.doc.faq dd:before {
  content: "A.";
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
section.doc.faq dd p:first-child {
  text-indent: 0;
  margin-top: -2rem;
}
section.doc.faq dd h4 {
  margin-left: 2.3rem;
}
section.doc.faq dd ol li, section.doc.faq dd ul li {
  text-indent: 0;
  margin-bottom: 0.5rem;
}
section.doc.terms ul {
  list-style-type: decimal;
  padding-left: 1rem;
}
section.doc.terms ul li {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
section.doc.terms p {
  font-size: 0.9rem;
}
section.doc.privacy p {
  font-size: 0.9rem;
}
section.doc.privacy ol > li {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
section.doc.privacy ol > li > ol {
  margin-top: 0.5rem;
  list-style-type: lower-roman;
}
section.doc.privacy ol > li > ol li > ol {
  list-style-type: lower-latin;
}

.faq h3 {
  border-bottom: 2px dotted #3F3F40;
  padding-bottom: 0.3rem;
}
.faq dt {
  font-size: 1.3rem;
  color: #3F3F40;
  margin-bottom: 1rem;
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.faq dt:before {
  content: "Q.";
  margin-right: 1rem;
  font-size: 1.6rem;
  color: #269F94;
}
.faq dd {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCC;
  padding-left: 2.3em;
  text-indent: -2.3em;
}
.faq dd:before {
  content: "A.";
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.faq dd p:first-child {
  text-indent: 0;
  margin-top: -2rem;
}
.faq dd h4 {
  margin-left: 2.3rem;
}
.faq dd ol li, .faq dd ul li {
  text-indent: 0;
  margin-bottom: 0.5rem;
}

#faq_top {
  background-color: #FAFAFA;
  border-top: 2px dashed #269F94;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#faq_top h2 {
  text-align: center;
}
#faq_top .container {
  background-color: #FFF;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  #faq_top .container {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media only screen and (max-width: 767px) {
  #faq_top .container {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
#faq_top .toggle {
  display: none;
}
#faq_top dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  padding-left: 0;
  text-indent: 0;
}
#faq_top dt span {
  float: right;
}
#faq_top dt span.icon {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#faq_top dt span.icon:before {
  content: "\f077";
  font-family: "font awesome 5 free", FontAwesome;
  margin-right: 0.5rem;
}
#faq_top dt label {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#faq_top .toggle:checked + dt span.icon:before {
  content: "\f078";
  font-family: "font awesome 5 free", FontAwesome;
  margin-right: 0.5rem;
}
#faq_top dd {
  font-size: 1rem;
  display: none;
}
#faq_top .toggle:checked + dt + dd {
  display: block;
}

section.news h3.title {
  font-size: 2.2rem;
  border-left: 10px solid #269F94;
  padding-left: 1.2rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
section.news p.date {
  font-size: 0.9rem;
  border-left: 10px solid #269F94;
  padding-left: 1.2rem;
  margin-bottom: 2rem;
}
section.news .articles {
  border-top: 1px dashed #CCC;
}
@media only screen and (min-width: 768px) {
  section.news .articles {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.paging {
  margin-bottom: 2rem;
}
.paging .page-link {
  color: #269F94;
}
.paging .page-item.active .page-link {
  background-color: #269F94;
  border-color: #269F94;
}

#search h2 {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
#search h2:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
#search #form_tabs {
  -webkit-box-shadow: 0px 2px 2px #A0A0A0;
  box-shadow: 0px 2px 2px #A0A0A0;
}
#search #form_tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
#search #form_tabs ul.tabs li {
  list-style: none;
  margin-right: 0.3rem;
  text-align: center;
  padding: 0.7rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-right-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #FFF;
  font-weight: bold;
  width: 285px;
  /*				&.tab_2 {
  					background-color: $keycolor_blue;
  				}

  				&.tab_3 {
  					background-color: #0073AD;
  				}

  				&.tab_4 {
  					background-color: #A448B7;
  				}
  */
  background-color: #F8F8F8;
  color: #3F3F40;
}
#search #form_tabs ul.tabs li:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #search #form_tabs ul.tabs li {
    font-size: 0.8rem;
    padding: 0.7rem 0.2rem;
  }
}
#search #form_tabs ul.tabs li.tab_1 {
  margin-left: 0.5rem;
}
#search #form_tabs ul.tabs li.active {
  background-color: #269F94;
  color: #FFF;
}
#search #form_tabs ul.tabs li.tab_sub {
  font-weight: normal;
  background-color: #EEE;
  padding: 0.7rem 1rem;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
@media only screen and (max-width: 767px) {
  #search #form_tabs ul.tabs li.tab_sub {
    display: none;
  }
}
#search #form_tabs .tab_contents {
  background-color: #FFF;
  margin-bottom: 0;
  padding-left: 0;
  border-top: 7px solid #269F94;
}
#search #form_tabs .tab_contents > li {
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
#search #form_tabs .tab_contents.tab_1 li {
  padding-bottom: 0;
}
#search #form_tabs #search_keyword {
  background-color: #EEEEEE;
  border-radius: 5px;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  #search #form_tabs #search_keyword {
    padding: 1rem 1rem;
  }
}
#search #form_tabs #search_keyword .search_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #search #form_tabs #search_keyword .search_item dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#search #form_tabs #search_keyword .search_item dt {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}
#search #form_tabs #search_keyword .search_item dd {
  -ms-flex-preferred-size: calc(100% - 120px);
      flex-basis: calc(100% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #search #form_tabs #search_keyword .search_item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
#search #form_tabs #search_keyword .search_item dd input {
  margin-right: 1rem;
}
#search #form_tabs #search_keyword .search_item dd p {
  white-space: nowrap;
  font-size: 0.8rem;
  margin-bottom: 0;
}
#search #form_tabs .search_item dl dt {
  color: #3F3F40;
}
#search #form_tabs .search_item dl dt i {
  color: #269F94;
  margin-left: 0.5rem;
}
#search #form_tabs .search_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#search #form_tabs .search_1 .search_item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (max-width: 991px) {
  #search #form_tabs .search_1 .search_item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #search #form_tabs .search_1 .search_item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
#search #form_tabs .search_1 .search_item dl {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}
#search #form_tabs .search_1 .search_item dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#search #form_tabs .search_1 .search_item dl dd select + select {
  margin-left: 0.5rem;
}
#search #form_tabs .search_1 .search_item dl dd > div.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search #form_tabs .search_1 .search_item dl dd > div.wrapper .group + .group {
  margin-left: 0.5rem;
}
#search #form_tabs ul.search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  padding-left: 0;
}
#search #form_tabs ul.search_list li {
  list-style: none;
  padding: 0 0.5rem 0.5rem 0;
}
#search #form_tabs ul.search_list li a {
  display: block;
  position: relative;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 10px;
  color: #000;
}
#search #form_tabs ul.search_list li a:hover {
  border: 2px solid #CCC;
  background-color: #FFFBE0;
  text-decoration: none;
}
#search #form_tabs ul.search_list li a span {
  font-size: 0.9rem;
}
#search #form_tabs ul.search_list li a span strong {
  font-weight: normal;
}
#search #form_tabs ul.search_list li a span strong:before {
  content: "\a";
  white-space: pre;
}
#search #form_tabs ul.search_list.with_img a {
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center 25px;
}
#search #form_tabs ul.search_list.with_img a span {
  position: absolute;
  bottom: 0.7rem;
  width: 100%;
  left: 0;
  line-height: 1.1rem;
  white-space: nowrap;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  #search #form_tabs ul.search_list.text_only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
#search #form_tabs ul.search_list.text_only a {
  padding: 1rem;
  font-weight: bold;
}
#search #form_tabs #search_by_make a {
  background-size: 50%;
}
#search #form_tabs #search_by_make .mk_lexus {
  background-image: url(/_ui_img/mk-lexus.png);
}
#search #form_tabs #search_by_make .mk_toyota {
  background-image: url(/_ui_img/mk-toyota.png);
}
#search #form_tabs #search_by_make .mk_nissan {
  background-image: url(/_ui_img/mk-nissan.png);
  background-position: center 20px;
}
#search #form_tabs #search_by_make .mk_honda {
  background-image: url(/_ui_img/mk-honda.png);
  background-position: center 20px;
}
#search #form_tabs #search_by_make .mk_mazda {
  background-image: url(/_ui_img/mk-mazda.png);
}
#search #form_tabs #search_by_make .mk_mitsubishi {
  background-image: url(/_ui_img/mk-mitsubishi.png);
  background-position: center 20px;
}
#search #form_tabs #search_by_make .mk_subaru {
  background-image: url(/_ui_img/mk-subaru.png);
}
#search #form_tabs #search_by_make .mk_suzuki {
  background-image: url(/_ui_img/mk-suzuki.png);
  background-position: center 20px;
  background-size: 40%;
}
#search #form_tabs #search_by_make .mk_benz {
  background-image: url(/_ui_img/mk-benz.png);
  background-position: center 20px;
  background-size: 45%;
}
#search #form_tabs #search_by_make .mk_bmw {
  background-image: url(/_ui_img/mk-bmw.png);
  background-position: center 20px;
  background-size: 45%;
}
#search #form_tabs #search_by_make .mk_audi {
  background-image: url(/_ui_img/mk-audi.png);
  background-position: center 40px;
  background-size: 60%;
}
#search #form_tabs #search_by_make .mk_vw {
  background-image: url(/_ui_img/mk-vw.png);
  background-position: center 20px;
  background-size: 45%;
}
#search #form_tabs #search_by_make .mk_land {
  background-image: url(/_ui_img/mk-land.png);
  background-position: center 30px;
  background-size: 55%;
}
#search #form_tabs #search_by_make .mk_jeep {
  background-image: url(/_ui_img/mk-jeep.png);
  background-position: center 25px;
}
#search #form_tabs #search_by_make .mk_volvo {
  background-image: url(/_ui_img/mk-volvo.png);
  background-position: center 20px;
  background-size: 45%;
}
#search #form_tabs #search_by_body_type a {
  background-size: 70%;
}
#search #form_tabs #search_by_body_type .bt_sedan {
  background-image: url(/_ui_img/bt_sedan.png);
}
#search #form_tabs #search_by_body_type .bt_hatchback {
  background-image: url(/_ui_img/bt_hatchback.png);
}
#search #form_tabs #search_by_body_type .bt_suv {
  background-image: url(/_ui_img/bt_suv.png);
}
#search #form_tabs #search_by_body_type .bt_wagon {
  background-image: url(/_ui_img/bt_wagon.png);
}
#search #form_tabs #search_by_body_type .bt_van {
  background-image: url(/_ui_img/bt_van.png);
}
#search #form_tabs #search_by_body_type .bt_coupe {
  background-image: url(/_ui_img/bt_coupe.png);
}
#search #form_tabs #search_by_body_type .bt_convertible {
  background-image: url(/_ui_img/bt_convertible.png);
  background-position: center 35px;
}
#search #form_tabs #search_by_body_type .bt_pktruck {
  background-image: url(/_ui_img/bt_pktruck.png);
  background-position: center 35px;
}
#search #form_tabs #search_by_body_type .bt_truck {
  background-image: url(/_ui_img/bt_truck.png);
  background-position: center 30px;
}
#search #form_tabs #search_by_body_type .bt_machinery {
  background-image: url(/_ui_img/bt_machinery.png);
  background-position: center 5px;
}
#search #form_tabs #search_by_body_type .bt_bus {
  background-image: url(/_ui_img/bt_bus.png);
  background-size: 80%;
  background-position: center 32px;
}
#search #form_tabs #search_by_body_type .bt_hybrid {
  background-image: url(/_ui_img/bt_hybrid.png);
}
#search #form_tabs #search_by_body_type .bt_ev {
  background-image: url(/_ui_img/bt_ev.png);
}
#search #form_tabs #search_by_price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
}
#search #form_tabs #search_by_price ul li {
  list-style: none;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 0.5rem;
}
#search #form_tabs #search_advanced {
  border-top: dashed 1px #CCCCCC;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
#search #form_tabs #search_mode_change p {
  text-align: right;
  margin-bottom: 0;
}
#search #form_tabs #search_mode_change p a {
  cursor: pointer;
  text-decoration: underline;
}
#search #form_tabs #search_mode_change p a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7rem;
  margin-right: 0.5rem;
}
#search #form_tabs #search_mode_change p a.active:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7rem;
  margin-right: 0.5rem;
}
#search #form_tabs .result_footer {
  background-color: #FFF;
  border-top: dashed 2px #CCCCCC;
  margin-top: 0.5rem;
}
#search #form_tabs .result_footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
@media only screen and (max-width: 767px) {
  #search #form_tabs .result_footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#search #form_tabs .result_footer .result_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9CA4AC;
}
@media only screen and (max-width: 767px) {
  #search #form_tabs .result_footer .result_data {
    margin-bottom: 1rem;
  }
}
#search #form_tabs .result_footer .result_data:after {
  content: "\f054\f054\f054";
  font-family: "Font Awesome 5 Free";
  margin-left: 3rem;
  margin-right: 3rem;
  font-weight: 900;
}
#search #form_tabs .result_footer h3 {
  font-size: 1rem;
  color: #3F3F40;
  margin-bottom: 0;
  font-weight: bold;
}
#search #form_tabs .result_footer span {
  font-size: 1.8rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: bold;
  color: #3F3F40;
}
#search #form_tabs .result_footer button.search {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2.5rem;
  font-size: 1.2rem;
}
#search #form_tabs .result_footer .reset_form {
  margin-left: 1rem;
}
#search #form_tabs .result_footer .reset_form a {
  color: #269F94;
  text-decoration: underline;
  cursor: pointer;
}

.table {
  margin-bottom: 2rem !important;
}
.table th {
  background-color: #FFF;
}
.table td {
  background-color: #FFF;
}
.table td p {
  margin-bottom: 0;
}
.table .b-table-empty-row td {
  vertical-align: middle;
  height: 15rem;
}
.table .b-table-empty-row p {
  text-align: center;
}

.car_card {
  display: block;
  width: 185px;
  background-color: #FFF;
  color: #000;
  -webkit-box-shadow: 2px 2px 2px #A0A0A0;
  box-shadow: 2px 2px 2px #A0A0A0;
}
@media only screen and (max-width: 767px) {
  .car_card {
    width: 168px;
  }
}
.car_card:hover {
  text-decoration: none;
  color: inherit;
  -webkit-animation: zoom-in-anim 1s forwards;
          animation: zoom-in-anim 1s forwards;
}
.car_card .image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 140px;
}
.car_card .image .date_info {
  position: absolute;
  top: 0;
  right: 0.8rem;
  background-color: #E11117;
  color: #FFF;
  text-align: center;
  width: 50px;
}
.car_card .image .date_info strong {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.car_card .image .date_info span {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
.car_card .image .date_info:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #E11117;
  border-right: 25px solid #E11117;
  border-bottom: 10px solid transparent;
}
.car_card .image .date_info_discount {
  position: absolute;
  top: 0;
  right: 0.8rem;
  background-color: #FF9302;
  color: #FFF;
  text-align: center;
  width: 50px;
}
.car_card .image .date_info_discount strong {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.car_card .image .date_info_discount span {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
.car_card .image .date_info_discount:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #FF9302;
  border-right: 25px solid #FF9302;
  border-bottom: 10px solid transparent;
}
.car_card .info {
  padding: 0.5rem;
}
.car_card .info .year_make {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.car_card .info .year_make .year {
  color: #4A4A4A;
}
.car_card .info .car_name {
  font-size: 1.1rem;
  font-weight: bold;
}
.car_card .info .price {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #DD1423;
}
.car_card .info .price span {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.car_card .info .price.nz_price .currency {
  font-size: 1rem;
}
.car_card .info .price.nz_price .price {
  font-size: 1.2rem;
}
.car_card .info .price.nz_price .price.jpy {
  font-size: 1.1rem;
}
.car_card .info .pre_price {
  text-align: right;
  margin-right: 0.5rem;
}
.car_card .info .pre_price .price {
  font-size: 1.1rem;
  color: #000;
  font-weight: normal;
  text-decoration: line-through;
}

@-webkit-keyframes zoom-in-anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@keyframes zoom-in-anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#how_to_buy {
  background-color: #FFF;
  padding: 2rem 1rem;
  border-top: 2px dashed #269F94;
}
#how_to_buy.doc {
  border-top: none;
}
#how_to_buy h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #3F3F40;
}
@media only screen and (max-width: 767px) {
  #how_to_buy h2 {
    font-size: 1.8rem;
  }
}
#how_to_buy ol {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #how_to_buy ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #how_to_buy ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
#how_to_buy ol li {
  list-style: none;
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
}
@media only screen and (max-width: 991px) {
  #how_to_buy ol li {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #how_to_buy ol li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
#how_to_buy ol li .step {
  display: block;
  background-color: #269F94;
  color: #FFF;
  padding: 0.2rem;
  text-align: center;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
#how_to_buy ol li .image {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#how_to_buy ol li > p {
  text-align: center;
  white-space: nowrap;
}
#how_to_buy.doc ol {
  display: block;
}
#how_to_buy.doc ol li {
  margin-bottom: 3rem;
}
#how_to_buy.doc ol li .step {
  display: inline-block;
  margin-right: 1rem;
}
#how_to_buy.doc ol li .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #how_to_buy.doc ol li .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
#how_to_buy.doc ol li .container .image {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  min-width: 180px !important;
  margin-right: 2rem;
}

#customers_voice {
  background-color: #F8F8F8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 2px dashed #269F94;
}
#customers_voice h2 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  /*
  		&:before {
  			content:'\f0e0';
  			font-family: "Font Awesome 5 Free";
  			font-weight: 400;
  			margin-right: 1rem;
  		}
  */
}
#customers_voice ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
#customers_voice ul li {
  list-style: none;
  background-color: #FFF;
  border-radius: 5px;
  margin-right: 2rem;
}
#customers_voice ul .customers_voice_item {
  padding: 1rem;
  width: 370px;
  min-width: 350px;
  font-size: 0.8rem;
}
#customers_voice ul .customers_voice_item h3 {
  font-size: 1rem;
  color: #269F94;
  font-weight: bold;
}
#customers_voice ul .customers_voice_item h4 {
  font-size: 1.2rem;
}
#customers_voice ul .customers_voice_item h4 i {
  margin-right: 0.5rem;
}
#customers_voice ul .customers_voice_item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#customers_voice ul .customers_voice_item .info .image {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}
#customers_voice ul .customers_voice_item .info h4 {
  font-size: 0.9rem;
  color: #9CA4AC;
}
#customers_voice ul .customers_voice_item .info .car {
  font-weight: bold;
  font-size: 1rem;
}
#customers_voice p.comming_message {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#search_links {
  min-width: 200px;
}
@media only screen and (max-width: 991px) {
  #search_links {
    display: none;
  }
}
#search_links h2 {
  display: none;
}
#search_links h3 {
  font-size: 0.8rem;
  color: #3F3F40;
  font-weight: bold;
}
#search_links h3 i {
  margin-right: 0.5rem;
}
#search_links ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
#search_links ul li {
  list-style: none;
}
#search_links ul li a {
  color: #3F3F40;
  text-decoration: underline;
  font-size: 0.9rem;
}

#search_footer {
  background-color: #269F94;
  border-bottom: #FFF dashed 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#search_footer h2 {
  display: none;
}
#search_footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #search_footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  #search_footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#search_footer h3 {
  font-size: 0.8rem;
  color: #FFF;
  font-weight: bold;
  /*	 ※ なぜか文字化けするので i タグ直接埋め込みで暫定対応
  		&:before {
  			content:'\f5e4';
  			font-family: "Font Awesome 5 Free";
  			font-weight: 900;
  			margin-right: 1rem;
  		}
  */
}
#search_footer h3 i {
  margin-right: 0.5rem;
}
#search_footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}
#search_footer ul li {
  list-style: none;
}
#search_footer ul li a {
  color: #FFF;
  text-decoration: underline;
  font-size: 0.9rem;
}
#search_footer ul li a:hover {
  color: #18BED5;
}
#search_footer .by_make ul {
  -webkit-columns: 3 auto;
     -moz-columns: 3 auto;
          columns: 3 auto;
}
#search_footer .by_type ul {
  -webkit-columns: 2 auto;
     -moz-columns: 2 auto;
          columns: 2 auto;
}

#app > .wrapper > footer {
  background-color: #269F94;
  color: #FFF;
  padding: 1rem;
  position: absolute;
  width: 100vw;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer {
    padding: 1rem 0;
  }
}
#app > .wrapper > footer a {
  color: #FFF;
}
#app > .wrapper > footer a:hover {
  color: #FFF;
}
#app > .wrapper > footer .container {
  margin-top: 1rem;
}
#app > .wrapper > footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > footer .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#app > .wrapper > footer h3 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > footer h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer h3 {
    font-size: 1.1rem;
    margin-left: 1rem;
  }
}
#app > .wrapper > footer h4 {
  font-size: 1.1rem;
}
#app > .wrapper > footer #contact {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  padding-right: 1rem;
}
@media only screen and (max-width: 991px) {
  #app > .wrapper > footer #contact {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer #contact {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
#app > .wrapper > footer #contact ul {
  padding-left: 0;
}
#app > .wrapper > footer #contact .tel, #app > .wrapper > footer #contact .fax {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  list-style: none;
  line-height: 2rem;
}
#app > .wrapper > footer #contact .tel strong, #app > .wrapper > footer #contact .fax strong {
  font-weight: normal;
}
#app > .wrapper > footer #contact #tel_fax {
  font-size: 1.2rem;
}
#app > .wrapper > footer #contact #tel_fax dt {
  text-align: right;
  width: 7rem;
}
#app > .wrapper > footer #contact #tel_fax dt i {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer #contact #tel_fax dt {
    font-size: 0.9rem;
  }
}
#app > .wrapper > footer #contact #tel_fax dd {
  margin-bottom: 0.1rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer #contact #tel_fax dd {
    font-size: 1rem;
  }
}
#app > .wrapper > footer #contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer #contact dl {
    margin-left: 1rem;
  }
}
#app > .wrapper > footer #contact dl dt, #app > .wrapper > footer #contact dl dd {
  margin: 0;
  padding: 0;
}
#app > .wrapper > footer #contact dl dt {
  font-weight: normal;
  padding-right: 1rem;
  white-space: nowrap;
}
#app > .wrapper > footer #contact dl dd {
  width: calc(100% - 120px);
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.1rem;
}
#app > .wrapper > footer #contact dl dd span.sub {
  font-size: 1rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer #contact dl dd {
    font-size: 1rem;
  }
}
#app > .wrapper > footer #contents_link {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 0;
  margin-top: 1.2rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  #app > .wrapper > footer #contents_link {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
#app > .wrapper > footer #contents_link nav {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 1.5rem;
}
#app > .wrapper > footer #contents_link ul {
  padding-left: 0;
}
#app > .wrapper > footer #contents_link li {
  list-style: none;
  margin-bottom: 1rem;
}
#app > .wrapper > footer #contents_link li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}
#app > .wrapper > footer #contents_link li a {
  text-decoration: underline;
  white-space: nowrap;
}
#app > .wrapper > footer #other_information {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
#app > .wrapper > footer #other_information nav#footer_nav_sns ul li a.icon_facebook {
  background-image: url(/_ui_img/sns_icon_facebook_bk.webp);
}
#app > .wrapper > footer #other_information nav#footer_nav_sns ul li a.icon_instagram {
  background-image: url(/_ui_img/sns_icon_instagram_bk.webp);
}
#app > .wrapper > footer #other_information nav#footer_nav_sns ul li a.icon_x {
  background-image: url(/_ui_img/sns_icon_x_bk.webp);
}
#app > .wrapper > footer #other_information nav#footer_nav_sns ul li a.icon_youtube {
  background-image: url(/_ui_img/sns_icon_youtube_bk.webp);
}
#app > .wrapper > footer #other_information nav#footer_nav_sns ul li a.icon_whatsup {
  background-image: url(/_ui_img/sns_icon_whatsup_bk.webp);
}
#app > .wrapper > footer #other_information ul.information {
  font-size: 0.7rem;
  margin-left: 0;
  padding-left: 0;
}
#app > .wrapper > footer #other_information ul.information li {
  list-style: none;
  display: block;
}

#GDPR {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100vw;
  padding: 1rem 2rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#GDPR a {
  color: #FFF;
  text-decoration: underline;
}
#GDPR button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/*# sourceMappingURL=style.css.map */