@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

img,
input[type=image] {
  max-width: 100%;
  height: auto; }

.sp-only {
  display: none !important; }

.style-none, .horizontal {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.horizontal {
  overflow: hidden; }
  .horizontal li {
    float: left; }

.rollover:hover {
  opacity: 0.9; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both;
  overflow: hidden; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

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

.vac {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

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

.accordion .target {
  display: none; }

.inner {
  max-width: 750px;
  margin: auto; }
  .inner.wide {
    max-width: 1000px; }
  .inner.inside {
    padding-left: 30px;
    padding-right: 30px; }

.home .inner {
  max-width: 900px; }

.box {
  margin-bottom: 1em; }

.box-safety .inner {
  margin-top: -1em; }

.site-footer {
  background: center bottom url("../img/common/bg_footer.png") repeat-x;
  overflow: hidden;
  padding-top: 1em; }

.footer-logo-wrapper {
  margin: 1em;
  text-align: center; }

.footer-logo img {
  width: 446px;
  height: auto; }

.footer-nav {
  width: 604px;
  height: 320px;
  padding-top: 10px;
  margin: 1em auto 2.5em;
  background: url("../img/common/bg_footer_menu.png") no-repeat;
  line-height: 60px;
  font-size: 1.4em; }
  .footer-nav ul {
    margin: 0;
    padding: 0 0 0 2.5em; }
  .footer-nav li {
    list-style: none; }
  .footer-nav a {
    display: block;
    color: #000; }
    .footer-nav a::before {
      content: "\00BB";
      margin-right: 0.2em; }

.copyright {
  padding: 1em;
  margin: 0;
  text-align: center;
  color: #284d30; }

.site-header {
  padding-top: 0.5em;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  clear: both; }
  .site-header .inner:nth-child(2) {
    height: 135px;
    position: relative; }
  .site-header h1 {
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 0;
    width: 550px; }
  .site-header .logo-wrapper {
    position: absolute;
    bottom: 0;
    width: 350px;
    max-width: 42.78729%; }

.amp .accordion .target {
    display: initial;
  }
.amp .footer-banner {
    z-index: 4;
}

.area-search-form {
  text-align: center;
  background: center 50px url("../img/front/img_arrow_l.png") no-repeat; }
  .area-search-form .steps {
    margin: 0 auto;
    text-align: left;
    /* add 19-10-16 */
    clear: both;
    overflow: hidden;
  }
  .area-search-form .step1,
  .area-search-form .step2 {
    width: 47%;
    max-width: 400px; }
  .area-search-form .form-city,
  .area-search-form .form-prefecture {
    height: 3em;
    width: 100%;
    font-size: 1.5em;
    color: #656565;
    line-height: 2em;
    border: solid 5px #FF9702;
    background: #FFE174;
	border-radius: 6px; }
  .area-search-form .form-city:disabled {
    color: #6565653b; }
  .area-search-form .loading-icon {
    display: none; }
  .area-search-form .loading .loading-icon {
    color: #1FA231;
    display: inline-block; }

.btn-area-search:hover {
  opacity: 0.9; }

.box-advertisements,
.box-shop-detail {
  background-color: #F1EAE1; }

.box-shop-detail {
  margin-bottom: 0;
  background: top center #F1EAE1 url("../img/area/bg_result.png") no-repeat; }
  .box-shop-detail .detail {
    margin-top: 1em; }
  .box-shop-detail .left {
    width: 44%;
    text-align: center;
    margin-bottom: 1em; }
  .box-shop-detail .right {
    width: 56%;
    padding-left: 1em; }
  .box-shop-detail .store-name {
    font-size: 1.2em; }
  .box-shop-detail .logo {
    background: #fff;
    margin-bottom: 1em; }
  .box-shop-detail table {
    width: 100%; }
  .box-shop-detail th {
    width: 30%; }
    .box-shop-detail th img {
      margin-bottom: 1em; }
  .box-shop-detail .purchase-methods li {
    width: 27%;
    width: 33.33333%; }
    .box-shop-detail .purchase-methods li img {
      width: 60px; }
  .box-shop-detail .freespace {
    background: #fff;
    padding: 1em; }

.box-voice h3 {
  margin-left: 4em;
  margin-right: 4em;
  position: relative;
  text-align: center;
  font-weight: normal;
  height: 68px; }
  .box-voice h3::after, .box-voice h3::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 100%;
    position: absolute;
    bottom: 0; }
  .box-voice h3::before {
    background: url("../img/area/ttl_voice_left.png") no-repeat;
    left: -1em; }
  .box-voice h3::after {
    background: url("../img/area/ttl_voice_right.png") no-repeat;
    right: -1em; }
  .box-voice h3 span {
    font-size: 1.2em; }

.box-voice .voice {
  background: #E0EFBC;
  padding: 0.5em; }

.box-areatext .areatext {
	background: #fff;
	padding: 1.1em;
	margin-top: 1rem;
	border: 3px solid #eee;
 }

.box-shop-contact {
  margin-bottom: 0;
  background: #F1EAE1; }
  .box-shop-contact .inner {
    padding-top: 1em;
    padding-bottom: 1em; }
  .box-shop-contact a {
    display: inline-block; }
  .box-shop-contact .contact-tel {
    margin-bottom: 1em; }

.box-shop-recruitment h3 {
  font-weight: normal;
  text-align: right;
  line-height: 1; }

.box-shop-recruitment .area-name {
  color: #9A0000;
  font-size: 1.2em;
  font-weight: bold; }

.box-shop-recruitment .notice {
  font-size: 0.6em; }

.box-shop-recruitment .btn-recruitment {
  margin-bottom: 1em;
  display: inline-block; }

.box-advertisements {
  margin-bottom: 0;
  padding-bottom: 1em; }
  .box-advertisements .advertisement {
    width: 335px;
    height: 280px;
    background: #fff; }

.breadcrumbs {
  font-size: 1.3rem;
  line-height: 1.3; }
  .breadcrumbs .inner {
    background: #ECEBEB; }
  .breadcrumbs nav {
    padding-top: 0.2em;
    padding-bottom: 0.2em; }
  .breadcrumbs a {
    color: #000; }

.box-category-index {
  margin-top: 1em; }
  .box-category-index .categories li {
    width: 50%;
    margin-bottom: 10px; }
    .box-category-index .categories li:nth-child(2n-1) {
      padding-right: 4px; }
    .box-category-index .categories li:nth-child(2n) {
      padding-left: 4px; }
  .box-category-index .categories img {
    max-width: 100%; }

.headline-m {
  height: 73px;
  padding-left: 1em;
  font-size: 38px;
  line-height: 73px;
  background: url("../img/common/bg_h3.png") repeat-x;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.headline-s, .entry-content h4 {
  color: #2CA861;
  font-size: 1.3em;
  margin-bottom: 0.7rem; }

.purchase-methods .message {
  font-size: 1.5em;
  font-weight: bold; }

.purchase-methods p {
  padding-left: 40px; }

.purchase-methods h3 {
  position: relative;
  padding-left: 100px;
  overflow: visible; }
  .purchase-methods h3::before {
    position: absolute;
    top: 12px;
    left: 40px;
    content: '';
    width: 46px;
    height: 46px;
    background: url("../img/front/h3_1.png") no-repeat;
    display: inline-block; }

.purchase-methods .purchase-method:nth-of-type(1) h3::after {
  content: '';
  background: url("../img/front/no1.png") no-repeat;
  display: inline-block;
  width: 216px;
  height: 111px;
  position: absolute;
  right: 0;
  top: -1.5rem; }

.purchase-methods .purchase-method:nth-of-type(2) h3::before {
  background-image: url("../img/front/h3_2.png"); }

.purchase-methods .purchase-method:nth-of-type(3) h3::before {
  background-image: url("../img/front/h3_3.png"); }

.purchase-methods .target {
  display: block; }

.purchase-methods .steps {
  list-style: none;
  padding-left: 65px; }
  .purchase-methods .steps li {
    min-height: 80px;
    padding-top: 30px;
    padding-left: 90px;
    margin-bottom: 2em;
    position: relative;
    background: url("../img/front/step1.png") no-repeat; }
    .purchase-methods .steps li:nth-child(2) {
      background-image: url("../img/front/step2.png"); }
    .purchase-methods .steps li:nth-child(3) {
      background-image: url("../img/front/step3.png"); }
    .purchase-methods .steps li:nth-child(1)::after, .purchase-methods .steps li:nth-child(2)::after {
      content: '';
      display: inline-block;
      width: 26px;
      height: 37px;
      background: url("../img/front/step_arrow.png") no-repeat;
      position: absolute;
      left: 30%;
      bottom: -2.5em; }

.purchase-methods .step1 {
  background: top right 40px url("../img/front/img_step1.png") no-repeat;
  min-height: 323px; }

.purchase-methods .step2 {
  background: top right 40px url("../img/front/img_step2.png") no-repeat;
  min-height: 323px; }

.purchase-methods .step3 {
  background: top right 40px url("../img/front/img_step3.png") no-repeat;
  min-height: 246px; }

.box-recruitment .recruitment {
  background: top center url("../img/common/bnr_recruitment.png") no-repeat;
  position: relative;
  text-align: center;
  background-size: contain;
  padding: 36.66667% 0 0; }

.box-recruitment a {
  position: absolute;
  top: 60%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: block; }

.box-categories .categories {
  background: center top url("../img/front/bg_category.jpg") no-repeat;
  list-style: none;
  max-width: 900px;
  padding: 100% 0 0;
  position: relative;
  background-size: contain; }
  .box-categories .categories li {
    position: absolute;
    max-width: 30%; }
    .box-categories .categories li:nth-child(1) {
      top: 145px;
      top: 15%;
      left: 80px;
      left: 6%; }
    .box-categories .categories li:nth-child(2) {
      top: 180px;
      top: 19%;
      left: 320px;
      left: 34%; }
    .box-categories .categories li:nth-child(3) {
      top: 140px;
      top: 15%;
      left: 600px;
      left: 65%; }
    .box-categories .categories li:nth-child(4) {
      top: 410px;
      top: 43%;
      left: 70px;
      left: 8%; }
    .box-categories .categories li:nth-child(5) {
      top: 365px;
      /*top: 38%;*/
      top: 44%;
      left: 340px;
      left: 38%;
      max-width: 24%; }
    .box-categories .categories li:nth-child(6) {
      top: 380px;
      top: 40%;
      left: 620px;
      left: 66%; }
    .box-categories .categories li:nth-child(7) {
      top: 620px;
      top: 65%;
      left: 80px;
      left: 9%; }
    .box-categories .categories li:nth-child(8) {
      top: 655px;
      top: 72%;
      left: 310px;
      left: 35%; }

.box-archive {
  border-bottom: 2px solid #E2D8CB;
  padding-bottom: 1em;
  overflow: hidden; }
  .box-archive .inner {
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .box-archive h3 {
    color: #1fa231; }
  .box-archive.with-thumbnail .thumbnail {
    float: left;
    width: 30%; }
    .box-archive.with-thumbnail .thumbnail img {
      max-width: 100%;
      height: auto; }
  .box-archive.with-thumbnail .excerpt,
  .box-archive.with-thumbnail h3 {
    width: 67%;
    float: right; }
  .box-archive .excerpt {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: none; }
    .box-archive .excerpt p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      max-width: inherit;
      margin: 0; }

.box-purchase-records h4 {
  border-bottom: 1px solid #2CA861; }

.company-info {
  width: 100%; }
  .company-info td,
  .company-info th {
    border: solid 1px #b3b3b3;
    padding: 0.5em 1em; }
  .company-info th {
    background: #f6f6f6;
    vertical-align: top;
    text-align: center; }

.box-category-content .entry-content {
  font-size: 15px;
  line-height: 2;
  color: #212121;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .box-category-content .entry-content p {
    margin-top: 2rem;
    margin-bottom: 2rem; }

.content-area .labn-form {
  width: 100%; }

.content-area .fields {
  width: 100%; }

.labn-form .buttons button {
  font-size: 2rem;
  padding-left: 1em;
  padding-right: 1em; }

.labn-form .field-control .sub-field{
	display: flex;
	margin-bottom: 10px;
}

.labn-form .field-control .sub-field label{
	margin: 0 10px 0 0;
	width: 130px;
}

@media screen and (max-width: 600px) {
	.labn-form .field-control .sub-field{
	display: block;
}

.labn-form .field-control .sub-field label{
	margin: 0 0 10px 0;
}
	
}


.search-key-visual {
  /*background: url("../img/front/kv_bg.png") repeat-x;*/
  margin-top: 20px}
  .search-key-visual .inner {
    width: 100%;
    max-width: 100%; }

.front-search {
  background: url("../img/front/bg_search_repeat.png") repeat-x;
  padding-bottom: 10px; }
.front-search.fsType002 {
  background: url("../img/front/bg_search_repeat_002.png") repeat-x;
  padding-bottom: 30px;
  margin: 30px 0; }
.front-search.fsType002 .tac {
	margin-bottom: 10px;
}

.front-steps {
  text-align: center;
  background: #FFF7EA; }
  .front-steps .points {
    text-align: left;
    background: center url("../img/front/img_flow_points_bg.jpg") repeat-y;
    background-size: contain; }
    .front-steps .points h3 {
      margin-left: 20px;
      color: #2CA861;
      padding-left: 160px;
      font-size: 1.5em; }
      .front-steps .points h3:nth-of-type(1) {
        background: url("../img/front/point1.gif") no-repeat; }
      .front-steps .points h3:nth-of-type(2) {
        background: url("../img/front/point2.gif") no-repeat; }
      .front-steps .points h3:nth-of-type(3) {
        background: url("../img/front/point3.gif") no-repeat; }
    .front-steps .points p {
      margin-left: 40px;
      margin-right: 40px; }
    .front-steps .points p:last-child {
      margin-bottom: 0; }

.front-merit .merits {
  padding-left: 0; }
  .front-merit .merits li {
    display: inline-block;
    width: 33.33333%;
    float: left; }
    .front-merit .merits li:nth-child(3n+1) {
      clear: left; }
    .front-merit .merits li p {
      text-align: center;
      width: 75%;
      margin: -2em auto 0; }

.home .purchase-methods .purchase-method:nth-of-type(1) h3::after {
  right: 3rem;
  top: -2rem; }

.front-voice {
  background: center bottom url("../img/front/bg_voice.jpg") no-repeat;
  padding-bottom: 3em;
  margin-top: 3em; }

.front-situations h3 {
  position: relative;
  background: url("../img/front/bg_situation.gif");
  height: 230px;
  overflow: hidden; }
  .front-situations h3 img {
    position: absolute;
    max-width: none;
    left: calc(50% - 960px); }

.front-situations .situations {
  list-style: none; }
  .front-situations .situations li {
    background: 25px 7px url("../img/front/icon_y.png") no-repeat;
    border-bottom: 1px solid #CBB89B;
    min-height: 80px;
    padding: 30px 0 20px 100px; }
    .front-situations .situations li a {
      display: block; }
    .front-situations .situations li:nth-child(odd) {
      background-image: url("../img/front/icon_g.png"); }
    .front-situations .situations li:last-child {
      border-bottom: none; }

.home .site-header {
  margin-bottom: 0; }

.home .box-safety .inner {
  margin-top: 0; }

.header-nav li {
  display: inline-block; }

.header-nav .nav-sub {
  position: absolute;
  right: 0; }
  .header-nav .nav-sub li {
    position: relative;
    margin-left: 25px;
    font-size: 14px;
    letter-spacing: -1px; }
    .header-nav .nav-sub li::before {
      content: url("../img/common/gnavi_arrow.gif");
      position: absolute;
      top: 3px;
      left: -20px; }
    .header-nav .nav-sub li a {
      color: #000; }

.header-nav .nav-main {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 468px;
  max-width: 57.21271%;
  text-align: right; }
  .header-nav .nav-main li {
    border-right: dotted 1px #1FA231;
    background-size: contain; }
    .header-nav .nav-main li a {
      display: block;
      height: 83px;
      width: 100%; }

.header-nav .nav-category {
  width: 132px;
  max-width: 27.35043%;
  background: center url("../img/common/navi01.png") no-repeat; }
  .header-nav .nav-category:hover {
    background-image: url("../img/common/navi01_hover.png"); }

.header-nav .nav-purchase {
  width: 90px;
  max-width: 18.37607%;
  background: center url("../img/common/navi02.png") no-repeat; }
  .header-nav .nav-purchase:hover {
    background-image: url("../img/common/navi02_hover.png"); }

.header-nav .nav-voice {
  width: 108px;
  max-width: 22.22222%;
  background: center url("../img/common/navi03.png") no-repeat; }
  .header-nav .nav-voice:hover {
    background-image: url("../img/common/navi03_hover.png"); }

.header-nav .nav-form {
  width: 138px;
  max-width: 28.63248%;
  background: center url("../img/common/navi05.png") no-repeat; }
  .header-nav .nav-form:hover {
    background-image: url("../img/common/navi05_hover.png"); }

.pref-map-box .shop-name {
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px #555;
  font-size: 14px;
  line-height: 25px;
  padding: 0 12px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: auto; }

.pref-map-box .honbu {
  color: #330000;
  font-weight: bold;
  background-image: url("../images/map-prefs/yellow.jpg"); }
  .pref-map-box .honbu:hover {
    background-image: url("../images/map-prefs/yellow_hl.jpg");
    opacity: 1; }

.pref-map {
  width: 680px;
  height: 325px;
  position: relative; }
  .pref-map.hokkaido {
    background-image: url("../images/map-prefs/hokkaido.png"); }
  .pref-map.aomori {
    background-image: url("../images/map-prefs/aomori.png"); }
  .pref-map.iwate {
    background-image: url("../images/map-prefs/iwate.png"); }
  .pref-map.miyagi {
    background-image: url("../images/map-prefs/miyagi.png"); }
  .pref-map.akita {
    background-image: url("../images/map-prefs/akita.png"); }
  .pref-map.yamagata {
    background-image: url("../images/map-prefs/yamagata.png"); }
  .pref-map.fukushima {
    background-image: url("../images/map-prefs/fukushima.png"); }
  .pref-map.ibaraki {
    background-image: url("../images/map-prefs/ibaraki.png"); }
  .pref-map.tochigi {
    background-image: url("../images/map-prefs/tochigi.png"); }
  .pref-map.gunma {
    background-image: url("../images/map-prefs/gunma.png"); }
  .pref-map.saitama {
    background-image: url("../images/map-prefs/saitama.png"); }
  .pref-map.chiba {
    background-image: url("../images/map-prefs/chiba.png"); }
  .pref-map.tokyo {
    background-image: url("../images/map-prefs/tokyo.png"); }
  .pref-map.kanagawa {
    background-image: url("../images/map-prefs/kanagawa.png"); }
  .pref-map.niigata {
    background-image: url("../images/map-prefs/niigata.png"); }
  .pref-map.toyama {
    background-image: url("../images/map-prefs/toyama.png"); }
  .pref-map.ishikawa {
    background-image: url("../images/map-prefs/ishikawa.png"); }
  .pref-map.fukui {
    background-image: url("../images/map-prefs/fukui.png"); }
  .pref-map.yamanashi {
    background-image: url("../images/map-prefs/yamanashi.png"); }
  .pref-map.nagano {
    background-image: url("../images/map-prefs/nagano.png"); }
  .pref-map.gifu {
    background-image: url("../images/map-prefs/gifu.png"); }
  .pref-map.shizuoka {
    background-image: url("../images/map-prefs/shizuoka.png"); }
  .pref-map.aichi {
    background-image: url("../images/map-prefs/aichi.png"); }
  .pref-map.mie {
    background-image: url("../images/map-prefs/mie.png"); }
  .pref-map.shiga {
    background-image: url("../images/map-prefs/shiga.png"); }
  .pref-map.kyoto {
    background-image: url("../images/map-prefs/kyoto.png"); }
  .pref-map.osaka {
    background-image: url("../images/map-prefs/osaka.png"); }
  .pref-map.hyogo {
    background-image: url("../images/map-prefs/hyogo.png"); }
  .pref-map.nara {
    background-image: url("../images/map-prefs/nara.png"); }
  .pref-map.wakayama {
    background-image: url("../images/map-prefs/wakayama.png"); }
  .pref-map.tottori {
    background-image: url("../images/map-prefs/tottori.png"); }
  .pref-map.shimane {
    background-image: url("../images/map-prefs/shimane.png"); }
  .pref-map.okayama {
    background-image: url("../images/map-prefs/okayama.png"); }
  .pref-map.hiroshima {
    background-image: url("../images/map-prefs/hiroshima.png"); }
  .pref-map.yamaguchi {
    background-image: url("../images/map-prefs/yamaguchi.png"); }
  .pref-map.tokushima {
    background-image: url("../images/map-prefs/tokushima.png"); }
  .pref-map.kagawa {
    background-image: url("../images/map-prefs/kagawa.png"); }
  .pref-map.ehime {
    background-image: url("../images/map-prefs/ehime.png"); }
  .pref-map.kochi {
    background-image: url("../images/map-prefs/kochi.png"); }
  .pref-map.fukuoka {
    background-image: url("../images/map-prefs/fukuoka.png"); }
  .pref-map.saga {
    background-image: url("../images/map-prefs/saga.png"); }
  .pref-map.nagasaki {
    background-image: url("../images/map-prefs/nagasaki.png"); }
  .pref-map.kumamoto {
    background-image: url("../images/map-prefs/kumamoto.png"); }
  .pref-map.oita {
    background-image: url("../images/map-prefs/oita.png"); }
  .pref-map.miyazaki {
    background-image: url("../images/map-prefs/miyazaki.png"); }
  .pref-map.kagoshima {
    background-image: url("../images/map-prefs/kagoshima.png"); }
  .pref-map.okinawa {
    background-image: url("../images/map-prefs/okinawa.png"); }

.cfr-plist {
  padding-left: 0; }
  .cfr-plist img {
    max-height: none; }

.cfr-plist-item {
  width: 32%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 2%; }
  .cfr-plist-item:nth-child(3n) {
    margin-right: 0; }
  .cfr-plist-item:nth-child(4n+1) {
    clear: none; }

.cfr-plist-item-img {
  height: 170px; }

.pref-shop-list-box .shop-info {
  line-height: 1.5;
  width: 50%;
  float: left;
  box-sizing: border-box;
  background: #fff7ed;
  border: 1px solid #4f1200;
  margin-bottom: 1em; }
  .pref-shop-list-box .shop-info:nth-child(2n+1) {
    clear: left; }
  .pref-shop-list-box .shop-info a {
    text-decoration: none; }

.pref-shop-list-box .shop-desc {
  padding: 1em;
  color: #000; }

.pref-shop-list-box .shop-heading {
  background: #4f1200;
  border-right: 1px solid #4f1200;
  color: #fff;
  padding-left: 1em;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em; }

.pref-shop-list-box .parking:after {
  content: url("../images/map-prefs/icon_parking.jpg");
  float: right;
  height: 30px;
  padding: 5px;
  clear: none;
  visibility: visible; }

.pref-shop-list-box .info-address,
.pref-shop-list-box .info-comment {
  margin-bottom: 1em; }

.pref-shop-list-box .info-comment {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5em; }

.btn-purchase-method {
  float: left;
  color: #fff;
  box-sizing: border-box;
  padding: 0.2em;
  text-align: center;
  letter-spacing: -1px;
  width: 100px;
  margin-right: 10px; }
  .btn-purchase-method:nth-child(3) {
    margin-right: 0; }

.btn-purchase-call {
  background: #4c5c2c; }

.btn-purchase-delivery {
  background: #1d236b; }

.btn-purchase-store {
  background: #a50310; }

.box-shop-name {
  background-color: #F1EAE1;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0; }
  .box-shop-name .inner {
    position: relative;
    overflow: hidden; }
  .box-shop-name .left {
    width: 50%; }
  .box-shop-name .right {
    width: 50%;
    left: 50%; }
  .box-shop-name img {
    border: 1px solid #CBB89B; }

.box-shop-message {
  padding-top: 1em; }
  .box-shop-message h3 {
    color: #018E3C; }

.box-shop-toc .toc li {
  width: 50%;
  padding: 0.25em;
  text-align: center;
  font-size: 1.2em; }

.box-shop-toc .toc a {
  display: block;
  height: 4.5em;
  line-height: 3.5em;
  border: 1px solid #CBB89B;
  color: #000;
  background: center bottom 0.8em url("../img/shop/anchor.gif") no-repeat;
  text-decoration: none; }
  .box-shop-toc .toc a:hover {
    background-image: url("../img/shop/anchor_hover.gif"); }

.box-purchase-methods .purchase-methods li {
  margin-right: 10px; }

.box-category-list .category-list li {
  width: 12.5%;
  padding-left: 1px;
  padding-right: 1px; }

.box-shop-info .shop-info th {
  font-weight: normal;
  width: 28%;
  vertical-align: top;
  padding-bottom: 0.5em; }
  .box-shop-info .shop-info th span {
    background: #E6EFD0;
    display: inline-block;
    width: 100%;
    padding: 0.5em 1em; }

.box-shop-info .shop-info td {
  padding-left: 1.5em; }

.box-supported-areas h4 {
  background: #E7EFD0;
  font-size: 1.3em;
  line-height: 2;
  padding-left: 0.2em; }

.box-sitemap ul {
  list-style: none; }

.box-shop-list h4 {
  position: relative;
  cursor: pointer;
  color: inherit; }
  .box-shop-list h4::after, .box-shop-list h4::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 2px;
    height: 9px;
    margin-top: -5px;
    background-color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .box-shop-list h4::before {
    right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .box-shop-list h4::after {
    right: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .box-shop-list h4.open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .box-shop-list h4.open::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.box-shop-list li {
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2rem; }

.box-shop-list .detail {
  display: inline-block;
  border: 1px solid #555;
  border-radius: 3px;
  padding: 1rem 3rem; }




@media screen and (max-width: 1000px) {
  .header-nav .nav-main .nav-form {
    border-right: none; } }




@media screen and (max-width: 750px) {
  .pc-only {
    display: none; }
  .sp-only {
    display: inherit !important; }
  img,
  input[type=image] {
    max-width: 100%;
    height: auto; }
  .inner {
    width: 100%; }
    .inner.wide {
      width: 100%; }
    .inner.inside {
      padding-left: 5.33333vw;
      padding-right: 5.33333vw; }
    .inner.sp-half-inside {
      padding-left: 2.66667vw;
      padding-right: 2.66667vw; }
  .home .inner {
    width: 100%; }
    .home .inner.wide {
      width: 100%; }
  .search-key-visual .inner {
    width: 100%; }
  .site-footer {
    background: center bottom url("../img/common/bg_footer_sp.png");
    background-size: cover;
    margin-bottom: 18.84058vw; }
  .footer-logo-wrapper {
    margin: 0.5em; }
  .footer-logo img {
    width: 46.66667vw; }
  .footer-nav {
    width: 80.53333vw;
    height: 42.66667vw;
    margin: 0.5em auto 1.5em;
    background-size: contain;
    line-height: 7.8vw;
    font-size: 0.9rem; }
  .copyright {
    padding: 0.5em;
    font-size: 0.8rem; }
  .footer-banner {
    position: fixed;
    bottom: 0; }
  .site-header {
    position: relative;
    padding-top: 0;
    margin-bottom: 0; }
    .site-header .inner:nth-child(2) {
      height: 16vw;
      margin-top: 1rem; }
    .site-header h1 {
      position: fixed;
      background: #84bb1d;
      color: #fff;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
      width: 100%;
      height: 1rem;
      line-height: 1.4; }
    .site-header .logo-wrapper {
      position: fixed;
      bottom: initial;
      text-align: center;
      background-color: #fff;
      width: 84vw;
      height: 16vw;
      max-width: initial; }
      .site-header .logo-wrapper a {
        display: inline-block; }
    .site-header .logo img {
      height: calc(16vw - 2px);
      width: 46.66667vw; }
  .area-search-form {
    background-image: none; }
    .area-search-form .steps {
      width: 100%; }
    .area-search-form .step1,
    .area-search-form .step2 {
      width: 100%; }
    .area-search-form .form-city,
    .area-search-form .form-prefecture {
      font-size: initial; }
  .box-shop-detail {
    background-size: 100%; }
    .box-shop-detail .right {
      padding-left: 0.5em; }
    .box-shop-detail td,
    .box-shop-detail th {
      vertical-align: top; }
    .box-shop-detail td {
      padding-left: 0.5em; }
    .box-shop-detail .purchase-methods li img {
      width: 90%; }
  .box-voice h3 {
    margin-left: 2em;
    margin-right: 2em; }
    .box-voice h3::after, .box-voice h3::before {
      width: 16px;
      height: 34px; }
    .box-voice h3::before {
      background: url("../img/area/ttl_voice_left.png") no-repeat;
      background-size: 16px;
      left: -1em; }
    .box-voice h3::after {
      background: url("../img/area/ttl_voice_right.png") no-repeat;
      background-size: 16px;
      right: -1em; }
  .box-shop-recruitment h3 {
    text-align: left;
    line-height: 1.2; }
  .box-shop-recruitment .notice {
    display: block;
    text-align: right; }
  .box-advertisements {
    padding-bottom: 0; }
    .box-advertisements .advertisement {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em; }
  .breadcrumbs {
    font-size: initial;
    line-height: 1.3; }
  .anchor {
    padding-top: 16vw;
    margin-top: -16vw; }
  .headline-m {
    height: 36.5px;
    line-height: 36.5px;
    background-size: cover;
    font-size: 18px; }
  .box-recruitment a {
    padding-bottom: 1.06667vw; }
  .box-recruitment img {
    width: 96%; }
  .site-content {
    border-top: 3px solid #1fa231; }
  .box-categories .categories {
    width: 93.33333vw;
    height: 97.33333vw;
    background-size: contain;
    background-image: url("../img/front/bg_category_sp.jpg"); }
    .box-categories .categories li:nth-child(1) {
      width: 25.86667vw;
      top: 16vw;
      left: 3.33333vw; }
    .box-categories .categories li:nth-child(2) {
      width: 32vw;
      top: 18.66667vw;
      left: 30.66667vw; }
    .box-categories .categories li:nth-child(3) {
      width: 28.53333vw;
      top: 14.66667vw;
      left: 61.33333vw; }
    .box-categories .categories li:nth-child(4) {
      width: 29.86667vw;
      top: 45.33333vw;
      left: 3.33333vw; }
    .box-categories .categories li:nth-child(5) {
      width: 23.46667vw;
      /*top: 38.66667vw;*/
      top: 44vw;
      left: 33.33333vw; }
    .box-categories .categories li:nth-child(6) {
      width: 24vw;
      top: 40vw;
      left: 62.66667vw; }
    .box-categories .categories li:nth-child(7) {
      width: 24.53333vw;
      top: 66.66667vw;
      left: 5.33333vw; }
    .box-categories .categories li:nth-child(8) {
      width: 35.46667vw;
      top: 70.66667vw;
      left: 30.66667vw; }
  .home .site-content {
    border-top: none; }
  .front-steps .points {
    background: center url("../img/front/img_flow_points_bg_sp.jpg") repeat-y;
    background-size: contain; }
    .front-steps .points h3 {
      padding-left: 19vw;
      padding-right: 5vw;
      margin-left: 0;
      font-size: initial; }
      .front-steps .points h3:nth-of-type(1), .front-steps .points h3:nth-of-type(2), .front-steps .points h3:nth-of-type(3) {
        background-size: 14vw;
        background-position: 4vw 0.2rem; }
      .front-steps .points h3:nth-of-type(1) {
        margin-top: 2vw; }
  .front-merit .merits li {
    width: 50%; }
    .front-merit .merits li:nth-child(3n+1) {
      clear: none; }
    .front-merit .merits li p {
      width: 90%; }
  .purchase-methods .message {
    font-size: 1rem; }
  .purchase-methods p {
    padding-left: 4vw;
    padding-right: 4vw; }
  .purchase-methods .purchase-method:nth-of-type(1) h3::after {
    /*width: 86px;
    background-size: 86px;*/
	width: 66px;
    background-size: 66px;
    left: calc(15vw + 7em);
    /*top: -15px;*/
	top: 0;
	background-position: left 15px; }
  .purchase-methods h3 {
    padding-left: calc(6vw + 30px); }
    .purchase-methods h3::before {
      width: 23px;
      height: 23px;
      top: 6px;
      left: 6vw;
      background-size: contain; }
  .purchase-methods .steps {
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
    padding-left: 0;
    background-size: 100px; }
    .purchase-methods .steps li {
      background-size: 30px;
      padding: 3px 0 0 40px;
      min-height: 30px; }
      .purchase-methods .steps li:nth-child(1), .purchase-methods .steps li:nth-child(2) {
        margin-right: 100px; }
        .purchase-methods .steps li:nth-child(1)::after, .purchase-methods .steps li:nth-child(2)::after {
          left: 35vw;
          background-size: 15px; }
  .purchase-methods .step1,
  .purchase-methods .step2,
  .purchase-methods .step3 {
    background-position: top right;
    min-height: 1em; }
  .purchase-methods .purchase-method {
    position: relative; }
  .purchase-methods .toggle {
    position: absolute;
    width: 100%;
    height: 36.5px;
    background: top 4px right 22px url("../img/front/h3_close.png") no-repeat;
    background-size: 27px;
    top: 0; }
    .purchase-methods .toggle.open {
      background-image: url("../img/front/h3_open.png"); }
  .purchase-methods .target {
    display: none; }
  .front-situations h3 {
    height: 90px; }
    .front-situations h3 img {
      max-width: 751.30435px;
      height: 90px;
      left: calc(50% - 375.5px); }
  .front-situations .situations {
    padding-left: 0; }
    .front-situations .situations li {
      padding: 5px 0 0 30px;
      background-position: 0 5px;
      background-size: 25px;
      min-height: 35px; }
  .front-voice {
    background: none;
    padding-bottom: 0; }
  .header-nav {
    position: fixed; }
    .header-nav .nav-toggler {
      width: 16vw;
      height: 16vw;
      cursor: pointer;
      position: fixed;
      right: 0;
      background: 50% 12vw #1fa231 url("../img/common/menu_text.gif") no-repeat;
      background-size: 60% auto; }
      .header-nav .nav-toggler span {
        display: block;
        position: absolute;
        left: 17%;
        content: "";
        width: 66%;
        height: 3px;
        background-color: #fff;
        transition: all 0.25s ease; }
        .header-nav .nav-toggler span:nth-child(1) {
          top: 3vw; }
        .header-nav .nav-toggler span:nth-child(2) {
          top: 6vw; }
        .header-nav .nav-toggler span:nth-child(3) {
          top: 9vw; }
    .header-nav .nav-main {
      position: fixed;
      background-color: rgba(255, 255, 255, 0.85);
      height: 100%;
      width: 100%;
      max-width: initial;
      padding: 0;
      top: -100%;
      transition: all 0.5s;
      text-align: left; }
      .header-nav .nav-main li {
        background-image: none;
        max-width: 100%; }
        .header-nav .nav-main li:hover {
          background-image: none; }
        .header-nav .nav-main li a {
          height: auto; }
    .header-nav.open .nav-toggler span:nth-child(1) {
      top: 5.5vw;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    .header-nav.open .nav-toggler span:nth-child(2) {
      display: none; }
    .header-nav.open .nav-toggler span:nth-child(3) {
      bottom: auto;
      top: 5.5vw;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg); }
    .header-nav.open .nav-main {
      transform: translateY(calc(100% + 16vw + 1rem));
      background-color: #84bb1d;
      border-top: 3px solid #1fa231; }
      .header-nav.open .nav-main li {
        width: 100%;
        border-bottom: 2px solid #1fa231; }
      .header-nav.open .nav-main a {
        display: block;
        color: #fff;
        padding: 1rem; }
  .site-header .logo-wrapper,
  .site-header h1 {
    z-index: 4; }
  .header-nav {
    z-index: 6; }
    .header-nav .nav-toggler {
      z-index: 6; }
  .search-key-visual {
    /*margin-top: -2.13333vw;
    padding-bottom: 63.86667vw;*/
	margin-top: 0;
	padding-bottom: 66.76vw; }
    .search-key-visual .inner {
      position: absolute;
      z-index: 5; }
  .amp .search-key-visual .inner,
  .menu-open .search-key-visual .inner,
  .scrolled .search-key-visual .inner {
    z-index: unset; }
  .cfr-plist-item-img {
    height: initial; }
  .pref-shop-list-box .shop-info {
    width: 100%; }
  .box-shop-name .left {
    width: 45%; }
  .box-shop-name .right {
    width: 45%; }
  .box-shop-name h2 {
    font-size: 1rem; }
  .box-shop-toc .toc li {
    font-size: 1rem; }
  .box-shop-toc .toc a {
    height: 3.5em;
    line-height: 2.5em;
    background-size: 10px; }
  .box-purchase-methods .purchase-methods img {
    width: 45px; }
  .box-category-list .category-list img {
    width: 40px; }
  .box-shop-info .shop-info th {
    font-size: 0.8rem; }
  .box-shop-info .shop-info td {
    padding-left: 0.5em; }
  .box-shop-list li {
    padding: 1rem; }
  .box-shop-list .left,
  .box-shop-list .right {
    float: none; }
  .box-shop-list .detail {
    margin-top: 1rem; }

	.front-search.fsType002 {
	background: url("../img/front/bg_search_repeat_002.png") repeat-x left -3vw;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0; }
	.front-search.fsType002 .tac {
	width: 96%;
	margin: 0 auto 8px;	}
}


/*******************************************
  add 2019/06/20 - 買取実績レイアウト修正
********************************************/
ul.cfr-plist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.cfr-plist li.cfr-plist-item {
  float: none;
}
@media screen and (max-width: 768px) {
  ul.cfr-plist li.cfr-plist-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  ul.cfr-plist li.cfr-plist-item {
    font-size: 3.4vw;
  }
}


/*******************************************
  2019/07/26
********************************************/
.front-search .inner,
.front-steps .inner.wide,
.front-merit .inner,
.front-merit .inner.wide {
  max-width: 900px;
}



/*******************************************
  メーカー詳細
********************************************/
.makerDetailWrap1912 {
  margin-bottom: 40px;
}
.makerDetailWrap1912 .mdImgBox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.makerDetailWrap1912 .mdImgBox .logo {
  width: 30%;
  text-align: center;
}
.makerDetailWrap1912 .mdImgBox .productImg {
  width: 70%;
  padding: 0 0 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.makerDetailWrap1912 table.purchaseMarketPriceTbl001 {
  width: 100%;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: 20px;
}
.makerDetailWrap1912 table.purchaseMarketPriceTbl001 th,
.makerDetailWrap1912 table.purchaseMarketPriceTbl001 td {
  padding: .6em;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
}
.makerDetailWrap1912 table.purchaseMarketPriceTbl001 th {
  background: #f4ece0;
  text-align: center;
}
.makerDetailWrap1912 table.purchaseMarketPriceTbl001 td {
  text-align: right;
}
.makerDetailWrap1912 table.purchaseMarketPriceTbl001 tr td:first-child {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .makerDetailWrap1912 .mdImgBox {
    flex-wrap: wrap;
  }
  .makerDetailWrap1912 .mdImgBox .logo {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20%;
    box-sizing: border-box;
  }
  .makerDetailWrap1912 .mdImgBox .productImg {
    width: 100%;
  }
  .makerDetailWrap1912 table.purchaseMarketPriceTbl001 {
    width: 96%;
    margin: 20px auto 0;
    font-size: 14px;
  }
  .makerDetailWrap1912 table.purchaseMarketPriceTbl001 th:nth-child(2),
  .makerDetailWrap1912 table.purchaseMarketPriceTbl001 td:nth-child(2),
  .makerDetailWrap1912 table.purchaseMarketPriceTbl001 td:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .makerDetailWrap1912 table.purchaseMarketPriceTbl001 {
    font-size: 3.4vw;
  }
}
