img {
  width: 100%;
  height: auto;
}

/*
 * Webフォントを使用している場合、@font-face ルールに font-display: swap; を追加してください。
 * 例:
 * @font-face {
 *   font-family: 'Murecho';
 *   src: url('/path/to/murecho.woff2') format('woff2');
 *   font-display: swap;
 * }
 */
#page-top,
#toThai {
  display: none;
}

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

.st0 {
  fill: #06148f;
}

.st1 {
  fill: #2113ef;
}

address,
article,
aside,
blockquote,
center,
dd,
details,
div,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
li,
menu,
nab,
noscript,
ol,
option,
p,
pre,
section,
table,
td,
th,
tr,
ul {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 0;
}

.soiMovie .wrapper .card {
  display: inline-block;
  height: 235px;
  margin: 0 8px;
}

.soiMovie>.wrapper>.card>div,
.soiMovie>.weapper>.card>div>img {
  height: 180px;
}

label {
  display: block;
  margin: 0;
  border: 1px solid #fff;
  color: #fff;
}

input[type='checkbox'].on-off {
  display: none;
}

.panel,
input[type='checkbox'].on-off+div {
  height: 0;
  overflow: hidden;
}

.pane3,
.pane4,
.pane5,
.pane6 {
  transition: all 0.3s;
}

input[type='checkbox'].on-off:checked+div.pane3 {
  height: 1175px;
  padding-bottom: 20px;
}

div.pane3 img {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-filter: drop-shadow(10px 10px 5px rgb(0 0 0 / 50%));
  filter: drop-shadow(10px 10px 5px rgb(0 0 0 / 50%));
}

#after {
  width: 725px;
  height: 507px;
  background: url('../img/pcAfter2.png');
  background-size: cover;
}

.storageSpace {
  display: flex;
  width: 100%;
  padding-top: 1.2em;
}

.storageSpace div span {
  display: inline-block;
  color: brown;
  font-size: 1.1em;
  margin-top: 1.4em;
  margin-bottom: 2em;
  font-weight: 700;
  border-bottom: 1px solid brown;
}

.pager {
  margin: 10px 0;
}

.pager>ul {
  display: flex;
  justify-content: center;
}

nav.pager>ul>li>a {
  min-width: 20px;
  margin: 0 5px 0 0;
  padding: 5px;
  line-height: 20px;
  text-align: center;
  color: #62a478;
  border: 1px solid #62a478;
  text-decoration: none;
}

nav.pager>ul>li>a.here {
  text-decoration: none;
  background: #62a478;
  color: #fff;
}

.transition,
div.content,
dl dt i:after,
dl dt i:before {
  transition: all .25s ease-in-out;
}

.flipIn,
dl dt,
h1 {
  animation: flipdown .5s ease both;
}

.no-select,
div.title {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

div.title {
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl dt:nth-of-type(1) {
  animation-delay: .5s;
}

dl dt:nth-of-type(2) {
  animation-delay: .75s;
}

dl dt:nth-of-type(3) {
  animation-delay: 1s;
}

dl dt:last-of-type {
  padding-bottom: 0;
}

dl dt i {
  position: absolute;
  transform: translate(-6px, -8px);
  margin-top: 16px;
  right: 0;
}

dl dt i:after,
dl dt i:before {
  content: "";
  position: absolute;
  background-color: #4cac6e;
  width: 3px;
  height: 9px;
}

dl dt i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

dl dt i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

dl dt input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1em;
  z-index: 1;
  opacity: 0;
}

dl dt input[type=checkbox]:checked~div.content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

dl dt input[type=checkbox]:checked~i:before {
  transform: translate(2px, 0) rotate(45deg);
}

dl dt input[type=checkbox]:checked~i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.edgeLoad-EDGE-312850868 {
  visibility: hidden;
}

.edgeLoad-EDGE-231214 {
  visibility: hidden;
}

ul#ui-id-1 {
  background-color: #ffffffd4;
}

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  opacity: 0;
  transition: opacity .5s, transform 0s .5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  position: relative;
  align-self: center;
  width: 80%;
  max-width: 800px;
  padding: 20px 20px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: .5s;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked~.modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity .5s;
}

label.open_button {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  outline: 0;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

iframe#twitter-widget-0,
iframe#twitter-widget-1 {
  height: 1730px !important;
}

#jagged a,
#jagged a span,
#jagged a:after,
#jagged a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #f9f64e;
  position: absolute;
  top: 0;
}

#jagged,
#jagged a,
#jagged a:after,
#jagged a:before {
  transform: rotate(22.5deg);
}

#jagged a span {
  transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 50px;
  color: #dc143c;
  font-size: 24px;
}

#jagged {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #f9f64e;
  margin: 10px 0 0 10px;
}

#endofyear_contact {
  color: #fff;
  background: #009e8f;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin: .4em auto .2em;
  display: block;
  padding: .5em;
  font-weight: 700;
  text-shadow: #a9a9a9 1px 0 1px, #a9a9a9 -1px 0 1px, #a9a9a9 0 -1px 1px, #a9a9a9 -1px 0 1px, #a9a9a9 1px 1px 1px, #a9a9a9 -1px 1px 1px, #a9a9a9 1px -1px 1px, #a9a9a9 -1px -1px 1px, #a9a9a9 1px 1px 1px, #a9a9a9 -1px 1px 1px, #a9a9a9 1px -1px 1px, #a9a9a9 -1px -1px 1px, #a9a9a9 1px 1px 1px, #a9a9a9 -1px 1px 1px, #a9a9a9 1px -1px 1px, #a9a9a9 -1px -1px 1px, #a9a9a9 1px 1px 1px, #a9a9a9 -1px 1px 1px, #a9a9a9 1px -1px 1px, #a9a9a9 -1px -1px 1px;
}

#gallery-pc-car {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 723px;
  margin: 0 auto;
}

#gallery-pc-car>.wide {
  grid-column: span 2;
}

#gallery-pc-car>.small {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

#gallery-pc-car img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

#gallery-pc-car a:hover img {
  transform: scale(1.02);
}

#gallery-pc-car>.childseat {
  grid-column: span 3;
  display: flex;
  flex-wrap: nowrap;
  /* 横並びで折り返さない */
  gap: 1em;
  border: solid 1px brown;
  padding: .5em 0 .3em 1%;
  margin-bottom: 1em;
  align-items: flex-start;
}

#gallery-pc-car>p:last-of-type {
  grid-column: span 3;
}


header.section-header {
  width: 100%;
  height: 35px;
  margin: 0;
  font-size: 20px;
  background-color: green;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
  display: flex;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    transform: rotateX(8deg);
  }

  83% {
    transform: rotateX(6deg);
  }

  92% {
    transform: rotateX(-3deg);
  }

  100% {
    transform-origin: top center;
    transform: rotateX(0);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 740px) {

  details {
    font-size: 1.5rem;
    line-height: 1.8rem;
    transition: .5s;
    cursor: pointer;
    max-height: 2em;
    transition: all 0.4s;
    overflow: hidden;
    padding: .3rem 0;
    height: 2rem;

    >ul {
      border-top: 2px solid #556b2f;
    }
  }

  details[open] {
    height: 100%;
    max-height: 50rem;
    transition: all .4s;
  }

  summary {
    line-height: 1.8rem;
    height: 2rem;
    color: #fff;
    margin-top: .2rem;
  }


  .anime {
    box-sizing: border-box;
  }


  div#main {
    background-color: #ffffffd4;
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    margin-top: -6px;
  }

  article#globalRight {
    order: -1;
    width: 100%;
    overflow: hidden;

    .omoiyari {
      width: 100%;
      line-height: 2.5rem;
      padding-bottom: .8rem;
      justify-content: center;
      align-items: center;
      height: 60px;
      display: flex;

      span {
        font-size: 4.1vw;
        font-weight: 700;
        height: 2.5rem;
        color: white;
        margin-bottom: 0.2rem;
        background: #00877e;
        padding: 0 1rem;
        border-radius: 0.4rem;
      }
    }
  }

  #searchMenu {
    display: flex;
    width: 100%;
    height: 100%;
    background: #f9f9f4;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: white;
    margin: 0;
    padding: 0;

    li {
      width: 46%;
      margin: 2%;
      cursor: pointer;
    }

    >a {
      width: 100%;
      text-decoration: none;
      position: relative;
    }

    a.covid {
      span:nth-child(2) {
        top: -2%;
        left: 2%;
        position: absolute;
        text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
        color: #935238;
        font-size: 1.25rem;
        font-weight: 700;
      }

      span:nth-child(3) {
        top: 48%;
        left: 16%;
        position: absolute;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
          -1px 1px 0 #FFF, 1px -1px 0 #FFF,
          0px 1px 0 #FFF, 0-1px 0 #FFF,
          -1px 0 0 #FFF, 1px 0 0 #FFF;
        color: #935238;
        font-size: 0.9rem;
      }
    }

    div.line {
      text-align: center;
      width: 100%;
      padding: 1.3rem 0;
      height: 19rem;

      >p {
        font-size: 1.5rem;
        margin-bottom: .8rem;
        height: 7rem;
      }

      div {
        display: flex;
        justify-content: space-around;

        a img {
          max-width: 200px;
        }

        a:nth-last-child(1) {
          font-size: 1.3rem;
          background: #44a578;
          border-radius: .3rem;
          margin-bottom: .4rem;
          padding: .5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #EEE;
        }
      }

      section div.rip {
        font-size: 1.2rem;
        background-color: #000000;
        color: #ffffff;
        border-top: 5px solid #000000;
        border-bottom: 5px solid #ffffff;
        padding: 10px 20px;
        text-align: center;
        font-family: 'Arial', 'Meiryo', sans-serif;
        font-weight: normal;
        min-height: 7rem;
        flex-direction: column;
        justify-content: space-between;

        p {
          font-size: 1rem;
          line-height: 1.2rem;
        }
      }
    }

    a.store {
      box-sizing: border-box;
      border: 3px solid orange;
      border-radius: 0.3rem;
      margin: 1rem 1.5em 0;

      div {
        color: orange;
        line-height: 3.6vw;
        padding: 0.4rem 0;
        text-align: center;
        font-size: 3.2vw;
        font-weight: 700;
      }
    }

    a.tm30 h2 {
      text-align: center;
      margin: 8px 0;
    }

    #buy {
      margin: 1em auto;
    }

    #preview {
      >h2 {
        color: #1c1d1f;
        font-size: 5vw;
        text-align: center;
        font-weight: bolder;
      }
    }

    #record {
      >h2 {
        color: #1c1d1f;
        font-size: 6vw;
        text-align: center;
        font-weight: bolder;
      }

      >div {
        display: flex;
        flex-direction: column;
        padding-left: 1vw;
      }
    }

    #preview,
    #record {
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: 90vw;
      margin: 0.5vw auto 1vw;
      border-bottom: 1px solid #000;

      h2>img {
        width: 7vw;
        height: auto;
        padding-right: 2vw;
        vertical-align: middle;
      }

      div>h3 {
        margin: -0.1em auto;
        border: none;
        background: 0 0;
        color: #e1323b;
        font-size: 4vw;
        font-weight: 700;
        text-shadow: none;
      }

      div>h4 {
        margin: -0.1em auto;
        padding: 0;
        border: none;
        background: 0 0;
        color: #060b73;
        font-size: 4vw;
        text-align: center;
        font-weight: 700;
        text-shadow: none;
      }
    }

    .insurance {
      z-index: 1;
      margin-top: .8rem;

      h2 {
        margin: 0.2em auto;
        color: #0592fe;
        font-size: 7.5vw;
        text-align: center;
        font-weight: bolder;

        >span {
          padding-left: 2vw;
          color: #f28902;
        }

      }

      p {
        color: #0a0355;
        font-size: 4.3vw;
        text-align: center;
      }
    }

    a.developper {
      z-index: 1;
      margin-bottom: .2rem;
    }

    div.damage {
      position: relative;

      img:last-child {
        border-bottom: 3px solid #008486;
        margin-bottom: 1.5rem;
      }

      div {
        text-align: center;
        color: crimson;
        font-size: 3.2vw;
        font-weight: 700;
      }
    }

    h2 {
      font-size: 5.5vw;
    }

    .recommend-wrap {
      position: relative;
      padding-bottom: 10px;
      width: 100%;

      div {
        display: flex;
        flex-wrap: wrap;

        a {
          font-size: 3.8vw;
          font-weight: 700;
          line-height: 5em;
          position: relative;
          width: calc(50% - 1.6em - 4px);
          height: 5em;
          margin: .4em .3em;
          padding-left: 1em;
          text-align: center;
          text-decoration: none;
          color: #0592fe;
          border: 2px solid #1871e0;
          border-radius: .2em;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        a {
          display: flex;

          svg {
            width: 1.5rem;
            padding-right: .6rem;
          }
        }

        a:first-child {
          color: #2d57d2;
          border: 4px solid #2d57d2;
          width: calc(50% - 1.6em - 8px);
          height: calc(5em - 4px);
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
    }

    a.mobile-search-icon {
      color: white;
      display: inline-flex;
      font-size: 7vw;
      text-align: center;
      text-decoration: none;
      border: 4px solid;
      border-radius: .3em;
      margin: 1.5rem auto;
      padding: .4em;
      box-sizing: border-box;
      font-weight: 700;
      width: 70%;
      background-color: #91aeff;
      border: 3px double #101ddf;
      align-items: end;

      svg {
        width: 3rem
      }
    }

  }

  #searchMenu #searchMenu ul#autoComplete_list_3 li {
    width: 90%;
    margin: 2%;
    cursor: pointer;
  }

  form.mobile_search {
    border: 2px solid #3879D9;
    padding: 3px 5px;
    border-radius: 20px;
    height: 2.7rem;
    width: 90%;
    margin: 0 auto 0.7rem;
    position: relative;
    box-sizing: border-box;

    input[type="text"] {
      border: none;
      height: 1.8em;
      padding: 0;
      background: none;
      width: 100% !important;
    }

    input[type="submit"] {
      border-radius: 0;
      box-sizing: content-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0;
      cursor: pointer;
      font-family: FontAwesome;
      border: none;
      background: #3879D9;
      color: #fff;
      position: absolute;
      width: 3.5em;
      height: 2.7rem;
      right: -2px;
      top: -2px;
      outline: none;
      border-radius: 0 20px 20px 0;
    }

    >input:hover {
      color: rgba(0, 115, 0, 1);
      transition: all .3s ease;
      -webkit-transition: all -webkit-transform .3s ease;
    }
  }

  .searchMenu {
    width: 100%;
    margin: 25px auto 0;
    background: white;
    height: 100%;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

    li:first-of-type {
      width: 80%;
      margin: .5em 30%;
    }

    li {
      max-width: 48%;
    }
  }

  div.nav-wrap {
    position: relative;
    padding-bottom: 10px;
  }

  .slide {
    display: inline-block;
    width: 100%;
    padding: 0.75em 0;
    overflow-x: auto;
    white-space: nowrap;
    border-top: #00008b 2px solid;
    border-bottom: #00008b 2px solid;
  }

  .linkButton {
    position: relative;
    top: 0;
    display: inline-block;
    width: 4.25em;
    height: 100%;
    margin: 0.25em;
    padding: 0.25em;
    border: 2px solid;
    color: #39f;
    font-size: 1.25em;
    text-align: center;
    min-height: 3em;
    font-weight: 700;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    border-radius: 5px;
  }

  section.new-listing {
    margin: 2rem 0;


    #new {
      max-height: 55vh;
      overflow: scroll;

      >dl {
        margin: 0 0 10px;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        border: 1px solid #62a478;

        dt {
          width: 34%;
          margin-top: 2rem;
          margin-right: 2%;
          margin-left: 1%;
        }

        dd {
          width: 63%;

          dl.flex-r {
            display: flex;
            flex-wrap: wrap;
            font-size: 3.5vw;

            dt.new-name {
              display: none;
            }

            dt {
              width: 34%;
              margin-top: 2rem;
              margin-right: 2%;
              margin-left: 1%;
            }

            dd.new-name {
              order: 1;
              padding: .2rem 0;
              width: calc(157% - 5rem);
              margin-left: -57%;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;

              a {
                font-size: 4.5vw;
              }
            }

            dd.new-owner {
              order: 2;
              padding: .1rem 0;
              width: 4.3rem;
              text-align: right;
            }

            dd.new-area {
              order: 3;
              width: calc(100% - 18.3vw);
              padding: .1rem 0;
            }

            dd.new-age {
              order: 4;
              width: 18vw;
              padding: .1rem 0;
              font-size: 3.5vw;
            }

            dd.new-bts {
              order: 5;
              width: 100%;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
            }

            dd.new-type {
              order: 6;
            }

            dd.new-sqm {
              order: 7;
            }

            dd.new-type,
            dd.new-sqm {
              width: 30%;
              font-size: 4.8vw;
              line-height: 4.8vw;
              padding-top: .3rem;
            }

            dd.new-rent {
              width: 35%;
              font-size: 4.8vw;
              line-height: 4.8vw;
              padding-top: .3rem;
              order: 8;
            }
          }
        }
      }
    }
  }

  .leftContainer {
    .suzuki {
      margin: 10px auto 20px;
    }
  }

  .autoComplete_wrapper {
    width: 90%;
  }

  .Sphere>h2 {
    font-weight: 700;
    color: #fff;
    background-color: #1f864c;
  }

  .suzuki {
    margin: 10px auto 20px;

    >h3 {
      font-size: 1.3em;
      padding: .2em;
      text-align: center;
    }

    >p {
      padding: .2em;
      font-size: 1.3em;
    }

    .support_m {
      margin-bottom: 1rem;

      h4 {
        padding: 0.2em;
        border: none;
        background: 0 0;
        font-size: 4vw;
        margin-top: 0;
        font-weight: 700;

        span {
          padding-left: 1em;
          margin-top: -10px;
          margin-bottom: -8px;
          font-size: 4vw;
          font-weight: 400;
          line-height: 4.5vw;
          letter-spacing: 0;
          vertical-align: top;
        }
      }

      h5 {
        background: 0 0;
        text-shadow: none;
        font-size: 5.5vw;
        font-weight: 700;
        letter-spacing: inherit;
        padding-left: .5em;

        img {
          width: 5.5vw;
          height: 5.5vw
        }
      }

      p {
        align-self: center;
        padding-left: 1em;
        font-size: 3.5vw;
      }

      .support1 {
        color: #06148f;
      }
    }
  }


  .support_m .support_m h4 .reception1,
  .support1,
  .reception1 {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.3em;
  }


  .reception1 {
    color: #2113ef;
  }

  .support_m .support_m svg {
    padding-top: 0.05em;
    padding-right: 0.1em;
    vertical-align: text-top;
  }

  section.storelist {
    h2 {
      margin: 8px 0;
      padding: 0.4em;
      border: 1px solid #000;
      color: #fff;
      font-size: 20px;
      text-align: center;
      font-weight: 700;
      background-color: #1f864c;
    }

    a.store {
      margin: 0 2%;
    }
  }

  .fuji4m {
    margin: 0 auto 0.8em;
    padding: 0.3em 0;
    font-size: 3.5vw;
    text-align: center;
    background-color: #b8deea;
  }

  #update {
    header.section-header {
      display: flex;
      justify-content: center;
      line-height: 1.5rem;
      font-size: 1.5rem;
      align-items: center;

      svg {
        width: 1.5rem;
      }
    }

    dl {
      max-height: 220px;
      overflow: scroll;

      dt {
        padding: .2em 0;
        line-height: 2em;

        input[type=checkbox] {
          position: absolute;
          cursor: pointer;
          width: 100%;
          height: 1em;
          z-index: 1;
          opacity: 0;
        }
      }
    }

  }

  #globalFoot {
    div {
      display: flex;
      width: 100%;
      justify-content: space-around;
    }
  }

  .row {
    display: flex;
    justify-content: space-evenly;
  }

  a.row>div>img {
    border: 1px solid gray;
    border-radius: 0.3em;
  }

  .car {
    display: inline-block;
    padding: 0 0 0.2em;
    border: none;
    background: linear-gradient(transparent 85%, #456fe7 85%);
    color: gray;
    font-size: 3.5vw;
    text-align: left;
    margin-bottom: 0.4em;
    margin-left: 0.6em;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: initial;
  }

  .present h2 {
    padding: 0.2em 0;
    color: #fff;
    font-size: calc((50% + 0.25vw) * 2);
    text-align: center;
    font-weight: 700;
    background-color: #1f864c;
  }

  section header {
    padding: 10px 5px;
    font-size: large;
    font-weight: 600;
  }

  #present_box ul {
    display: flex;
  }

  #present_box li {
    display: block;
    padding: 5px;
    list-style: none;
  }

  #afterservice,
  header#form,
  header#present_box {
    background-color: #fff;
  }

  h2.afterservice {
    width: 95%;
    height: 80px;
    margin: 0 auto 20px;
    border: solid #bde995;
    background: url('../img/mobile/bamboo2.png') 10px center no-repeat;
    font-size: 4.5vw;
    line-height: 80px;
    text-indent: 125px;
    background-size: contain;
    border-radius: 5px;
  }

  #afterservice {
    box-sizing: border-box;
    width: 98%;
    margin: 1% auto;
  }

  #afterservice section {
    width: 95%;
    margin: 5px auto;
    padding: 5px;
  }

  #afterservice section,
  .suzukiservice section {
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgb(0 0 0 / 30%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%);
  }

  #afterservice section img {
    float: left;
    max-width: 80px;
    padding-right: 1em;
  }

  #afterservice section h3 {
    padding: 0;
    border: none;
    background: 0 0;
    color: #1400be;
    font-size: 4vw;
    text-align: left;
    font-weight: 500;
  }

  #after .suzukiservice section p,
  #afterservice section p,
  .suzukiservice section p {
    color: #000;
    font-size: small;
    margin-left: 0.5em;
  }

  #form ul,
  article#thema>ul {
    display: flex;
    margin: 10px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #form ul li,
  article#thema>ul>li {
    width: 49%;
    margin-bottom: 1rem;
    list-style: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%);
  }

  #form ul li div.form,
  article#thema ul li div {
    color: #00008b;
    font-size: medium;
    text-align: center;
    margin-left: 0.5em;
    font-weight: 300;
  }

  .suzukiservice {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .suzukiservice h3 {
    width: 100%;
    padding: 10px 5px;
    color: #fff;
    font-size: large;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 1px #272727;
    background-color: #1f864c;
  }

  .suzukiservice section {
    width: 45%;
    margin: 1%;
    padding: 1%;
  }

  .suzukiservice section a,
  article#thema ul li a {
    display: flex;
    align-items: center;
  }

  .suzukiservice section img {
    float: left;
    max-width: 50px;
    padding-right: 1em;
  }

  #update>dl>dt {
    padding: 0.2em 0;
    line-height: 2em;
  }

  #update>dl>dt>div.content {
    display: flex;
    flex-wrap: wrap;
  }

  #update>dl>dt>div.content>time {
    width: 100%;
  }

  #update>dl>dt>div.content>a {
    width: 30%;
    margin-right: 3%;
  }

  #update>dl>dt>div.content>p {
    width: 65%;
    line-height: 1.2em;
  }

  #thema>header {
    text-align: center;
  }

  #thema ul li a img {
    width: 30%;
  }

  #new>header {
    text-align: center;
  }

  #new>dl {
    display: flex;
    margin: 0 0 10px;
    padding: 0;
    border: 1px solid #62a478;
    flex-wrap: wrap;
    list-style: none;
  }

  #new>dl:nth-of-type(2n) {
    background: rgb(255 255 230 / 100%);
  }

  #new>dl>dd>dl>dt {
    display: none;
  }

  #buy {
    align-items: center;
    width: 90vw;
    margin: 0.3em auto;
    background-color: #fff;
    border: 1px solid #000;
  }

  #buy>h2::after,
  #buy>h2::before {
    width: 4vw;
    height: 4vw;
    content: '〇';
  }

  #buy>h2 {
    color: #1c1d1f;
    font-size: 4.5vw;
    text-align: center;
    font-weight: bolder;
  }

  #buy>h2>span {
    color: #357eec;
    font-size: 4.5vw;
    font-weight: bolder;
  }



  #preview>#record>div #record>div>h4 {
    margin: -0.1em auto;
    padding: 0;
    border: none;
    background: 0 0;
    color: #060b73;
    font-size: 4vw;
    text-align: center;
    font-weight: 700;
    text-shadow: none;
  }

  #insurance {
    width: 100%;
    padding-bottom: 1em;
  }


  #insurance>p>span {
    color: #000;
    font-size: 4.3vw;
    padding-left: 4.2vw;
  }

  #insurance>p>span>b {
    color: red;
  }



  h3,
  section header {
    font-weight: 700;
    color: #fff;
    background-color: #1f864c;
  }

  .starburst {
    position: relative;
    top: 0.5em;
    left: 0.5em;
    display: block;
    width: 2em;
    height: 2em;
    background: #f9f64e;
    color: #fff;
    line-height: 2em;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease;
    transform: rotate(-70deg);
  }

  .starburst span {
    display: block;
    width: 2em;
    height: 2em;
    background: #f9f64e;
    color: #dc143c;
    transform: rotate(22.5deg);
  }

  #bnrStop {
    display: none;
  }

  .attention {
    margin: 0.4em 1.5em 1em;
    padding: 0.3em;
    border: 2px solid;
    color: red;
    font-size: 3.2vw;
    text-align: center;
    font-weight: 700;
  }

  .attention2 {
    display: flex;
    margin: 0.4em 1.5em 1em;
    padding: 0.3em;
    border: 2px solid;
    color: red;
    font-size: 3.2vw;
    text-align: center;
    font-weight: 700;
  }

  .notification {
    margin: 0.4em 1.5em 1em;
    padding: 0.3em;
    border: 2px solid;
    color: #00f;
    font-size: 3.2vw;
    text-align: center;
    font-weight: 700;
  }

  .notification2 {
    margin: 0.4em 1.5em 1em;
    padding: 0.3em;
    border: 2px solid;
    color: #009e8f;
    font-size: 3.2vw;
    text-align: center;
    font-weight: 700;
  }

  .rightContainer {
    width: 203px;
  }

  .rightContainer a img {
    margin-bottom: 6px;
  }

  .elec_cal {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 203px;
    padding: 0.3em;
    border: 1px solid;
  }
}

@media (min-width: 740px) {
  #globalLeft {
    width: 203px;
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    row-gap: 7.7px;

    a {
      width: 100%;

      >h3 {
        color: #db0000;
        top: -127px;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        text-align: right;
        line-height: 130%;
        margin-right: .2rem;
      }

      >p {
        top: -122px;
        color: #242424;
        font-size: 1rem;
        position: relative;
        display: block;
        margin-left: 53%;
      }
    }

    a.store {
      position: relative;

      >span {
        top: 10px;
        position: absolute;
        color: #094;
        font-size: 17px;
        text-align: center;
        font-weight: 700;
        display: block;
        width: 100%;
      }
    }

    .headoffice {
      color: #fff;
      border: 1px solid #000;
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      padding: .4em;
      margin: 8px 0 4px 0;
      background-color: #0e3e98;
    }
  }

  .soiMovie .wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 10px 0;
    height: 250px;
  }

  #bnrStop {
    padding-left: 7px;
    width: 100vw;
    height: 0;
    position: sticky;
    top: 0;
    animation: vertical 1s ease-in-out infinite alternate;

    #bnr {
      right: .3em;
      width: 70px;
      height: 35em;
      top: 100px;
      background-color: #009e8f;
      padding: .5em;
      border-radius: .3em;
      height: 39rem;
      background: #d2dddd75;

      div {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 1.7em;
        color: #fff;
        font-weight: 700;
        margin-top: 13px;

        a {
          color: #0c7f86;
          font-size: 1.9rem;
          text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
          line-height: 2.6rem;
          width: 5rem;
          font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
          -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;

          span {
            font-size: 2rem;
            padding: 0.3rem;
            color: #dc143c;
            border-radius: 0.2rem;
            margin: .2rem;
          }
        }
      }
    }

    a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
    }

    .verti {
      height: 21rem;
      font-weight: 700;
      background: #feffdde6;
      margin-top: 0.8rem;
      color: #2113ef;
      font-size: 1.9rem;
      text-shadow: white 1px 0px 0px, white -1px 0px 0px, white 0px -1px 0px, white 0px 1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
      line-height: 2.6rem;
      width: 5rem;
      font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      width: 70px;
      padding: .5rem;
      border-radius: .3rem;

      span {
        font-size: 2rem;
      }

      span.span {
        writing-mode: vertical-rl;
        text-orientation: upright;
        text-combine-upright: inherit;
      }

      span.line {
        font-size: 1.4rem;
        font-weight: 700;
      }
    }
  }



  #bnrStop.stop #bnr {
    position: absolute;
    top: auto;
    bottom: 0;
  }

  nav#globalNav {
    width: 1198px;
    height: 47px;
    margin: auto;
  }

  nav#globalNav>ol {
    display: flex;
  }

  nav#globalNav>ol>li {
    width: 20%;
    margin: 0 0.3em;
    border: 3px solid #009e8f;
    font-size: 1.4em;
    text-align: center;
    border-top: 5px solid green;
    border-radius: 0 0 10px 10px;
  }

  nav#globalNav>ol>li>a {
    display: block;
    color: #26a546;
    font-size: 20px;
    line-height: 37px;
    float: none;
    font-weight: 700;
    text-decoration: none;
    text-indent: 0;
  }

  .omoiyari {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #00877e;
    padding-bottom: .8rem;
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;

    & img {
      width: 5rem;
    }

    & span {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 2.5rem;
      height: 2.5rem;
      color: #00877e;
      padding: 0 1rem;
    }
  }


  .autoComplete_wrapper {
    position: relative;
    display: inline-block;
  }

  .pc-rip {
    font-size: 1.2rem;
    background-color: #000000;
    color: #ffffff;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Arial', 'Meiryo', sans-serif;
    font-weight: normal;
  }

  .search-area-map {

    img {
      width: 100%;
      height: auto;
    }
  }

  section.new-listing {
    margin: 2rem 0
  }

  .autoComplete_wrapper>input {
    width: 310px !important;
    height: 40px;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    border: 0.05rem solid rgb(0 115 0 / 100%);
    color: rgb(0 115 0 / 30%);
    font-size: 1.3rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    background-color: #fff;
    background-image: url('./images/search.svg');
    background-repeat: no-repeat;
    background-position: left 1.05rem top 0.6rem;
    background-origin: border-box;
    background-size: 2rem;
    border-radius: 10rem;
    outline: 0;
    -webkit-transition: all -webkit-transform 0.4s ease;
    transition: all 0.4s ease;
  }

  .autoComplete_wrapper>input::placeholder {
    color: rgb(0 115 0 / 100%);
    -webkit-transition: all -webkit-transform 0.3s ease;
    transition: all 0.3s ease;
  }

  .autoComplete_wrapper>input:hover::placeholder {
    color: rgb(0 115 0 / 100%);
    -webkit-transition: all -webkit-transform 0.3s ease;
    transition: all 0.3s ease;
  }

  .autoComplete_wrapper>input:focus::placeholder {
    padding: 0.1rem 0.6rem;
    color: rgb(0 115 0 / 40%);
    font-size: 0.95rem;
  }

  .autoComplete_wrapper>input:focus::selection {
    background-color: rgb(0 115 0 / 15%);
  }

  .autoComplete_wrapper>input::selection {
    background-color: rgb(0 115 0 / 15%);
  }

  .autoComplete_wrapper>input:hover {
    color: rgb(0 115 0 / 100%);
    -webkit-transition: all -webkit-transform 0.3s ease;
    transition: all 0.3s ease;
  }

  .autoComplete_wrapper>input:focus {
    border: 0.06rem solid rgb(0 115 0 / 100%);
    color: rgb(0 115 0 / 100%);
  }

  .autoComplete_wrapper>ul {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0.5rem 0 0;
    padding: 0;
    border: 1px solid rgb(33 33 33 / 7%);
    z-index: 4;
    box-sizing: border-box;
    max-height: 226px;
    overflow-y: scroll;
    list-style: none;
    background-color: #fff;
    border-radius: 0.6rem;
    outline: 0;
    box-shadow: 0 3px 6px rgb(149 157 165 / 15%);
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }

  .autoComplete_wrapper>ul:empty,
  .autoComplete_wrapper>ul[hidden] {
    display: block;
    opacity: 0;
    transform: scale(0);
  }

  .autoComplete_wrapper>ul>li {
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    color: #212121;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(255 255 255 / 100%);
    border-radius: 0.35rem;
    transition: all 0.2s ease;
  }

  .autoComplete_wrapper>ul>li mark {
    font-weight: 700;
    color: rgb(0 68 0 / 100%);
    background-color: transparent;
  }

  .autoComplete_wrapper>ul>li:hover {
    cursor: pointer;
    background-color: rgb(0 115 0 / 15%);
  }

  .autoComplete_wrapper>ul>li[aria-selected='true'] {
    background-color: rgb(0 115 0 / 15%);
  }

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

  section#globalSns {
    width: 1168px;
    padding: 10px 16px 5px;
  }

  ul.snsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
  }

  .snsb li {
    margin-right: 8px;
    margin-bottom: 0.5em;
  }

  .snsb li form {
    width: 350px;
    height: 40px;
  }

  .snsb li form>input:first-child {
    width: 155px;
    height: 23px;
    border: none;
    background: 0 0;
    color: #333;
    padding-top: 3px;
    padding-left: 10px;
    outline: 0;
  }

  .snsb li form>input:last-child {
    position: relative;
    left: -46px;
    width: 35px;
    height: 35px;
    border: none;
    background: 0 0;
    color: #7fb97f;
    cursor: pointer;
  }

  #main {
    display: flex;
    width: 100%;
  }

  .leftContainer {
    width: 726px;
  }

  .rightContainer {
    width: 204px;
    margin-top: 6px;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
  }

  article#globalLeft {
    width: 203px;
    margin: 0 16px;
  }

  article#globalRight {
    width: 945px;
    margin-right: 16px;
  }

  article#globalLeft>nav>dl:nth-child(1) {
    padding-bottom: 15px;
    background: url('../img/pcLeftMenu1.png') no-repeat;
  }

  article#globalLeft>nav>dl:nth-child(1)>dd {
    width: 182px;
    height: 73px;
    margin: 10px;
  }

  article#globalLeft>nav>dl:nth-child(2) {
    padding-bottom: 11px;
    background: url('../img/pcLeftMenu2.png') no-repeat;
  }

  article#globalLeft>nav>dl:nth-child(2)>dd {
    width: 182px;
    height: 71px;
    margin: 10px;
  }

  article#globalLeft>nav>dl:nth-child(3) {
    padding-bottom: 1px;
    background: url('../img/pcLeftMenu3.png') no-repeat;
  }

  article#globalLeft>nav>dl:nth-child(3)>dd {
    width: 182px;
    height: 73px;
    margin: 10px 10px 11px;
  }

  article#globalLeft>nav>dl>dt {
    width: 203px;
    height: 40px;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  article#globalLeft>nav>dl>dd>a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  #new>header,
  #thema>header,
  #update>footer,
  #update>header,
  article#globalRight>section.searchAreamap>header,
  footer#globalFoot>p {
    width: 100%;
    height: 35px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    background-color: green;
  }

  #new>header>i,
  #thema>header>i,
  #update>header>i,
  article#globalRight>section.searchAreamap>header>i {
    margin: 0 0.3em;
    font-size: 25px;
    line-height: 35px;
  }

  footer#globalFoot>p {
    height: 68px;
    line-height: 68px;
    text-align: center;
  }

  article#globalRight>section.soiMovie p.info {
    padding-bottom: 8px;
    margin: 0;
    color: #00f;
    text-align: center;
  }

  section.searchAreamap>ul {
    position: relative;
    width: 945px;
    height: 500px;
    margin: 0;
    background: url('../img/new-map_outline.jpg');
  }

  article#globalRight>section.searchAreamap>ul>li {
    position: absolute;
  }

  article#globalRight>section.searchAreamap>ul>li>a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(1) {
    top: 37px;
    left: 27px;
    width: 75px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(2) {
    top: 37px;
    left: 107px;
    width: 71px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(3) {
    top: 37px;
    left: 182px;
    width: 74px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(4) {
    top: 37px;
    left: 260px;
    width: 70px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(5) {
    top: 37px;
    left: 339px;
    width: 78px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(6) {
    top: 37px;
    left: 415px;
    width: 70px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(7) {
    top: 37px;
    left: 492px;
    width: 70px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(8) {
    top: 37px;
    left: 568px;
    width: 70px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(9) {
    top: 37px;
    left: 642px;
    width: 70px;
    height: 215px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(10) {
    top: 255px;
    left: 20px;
    width: 80px;
    height: 218px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(11) {
    top: 255px;
    left: 183px;
    width: 75px;
    height: 218px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(12) {
    top: 255px;
    left: 180px;
    width: 70px;
    height: 218px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(13) {
    top: 255px;
    left: 260px;
    width: 70px;
    height: 218px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(14) {
    top: 255px;
    left: 339px;
    width: 70px;
    height: 218px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(15) {
    top: 255px;
    left: 415px;
    width: 70px;
    height: 218px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(16) {
    top: 255px;
    left: 492px;
    width: 70px;
    height: 218px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(17) {
    top: 255px;
    left: 568px;
    width: 70px;
    height: 218px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(18) {
    top: 255px;
    left: 643px;
    width: 70px;
    height: 55px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(19) {
    top: 488px;
    left: 26px;
    width: 152px;
    height: 105px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(20) {
    top: 320px;
    left: 643px;
    width: 70px;
    height: 155px;
  }

  article#globalRight>section.searchAreamap>ul>li:nth-of-type(21) {
    top: 490px;
    left: 445px;
    width: 200px;
    height: 25px;
  }

  .card-title {
    color: #333;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 45px;
    margin-bottom: 15px;
    font-weight: 700;
    background-image: url('../img/tuktuk.png');
    background-repeat: no-repeat;
    background-position: 10px;
  }

  .insurance {
    width: 725px;
    height: 344px;
    margin-left: 0.5em;
    background-image: url('../img/insurance/banner_back.png');
    background-size: cover;
  }

  .insurance h1 {
    margin: 0;
    padding: 1em 0 0.5em;
    color: #03a3ff;
    font-size: 4rem;
    text-align: center;
  }

  .insurance h2 {
    margin: 0.6em 0 0;
    color: #272794;
    font-size: 1.6em;
  }

  .insurance h3 {
    margin: 0;
    padding: 1.3em 0 0 10rem;
    color: #03a3ff;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
  }

  .insurance h1 span {
    color: #f67d1c;
    font-size: 1em;
    padding-left: 0.5em;
  }

  .insurance p {
    margin: 0;
    padding: 0.8em 0 0;
    color: #000;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .insurance p b {
    color: #e15555;
    font-size: 1.1em;
  }

  .preview {
    width: 725px;
    height: 121px;
    margin-top: -18px;
    margin-bottom: 28px;
    background-image: url('../img/online_preview2.png');
    background-size: cover;
  }

  .preview h3 {
    margin: 0;
    padding: 1em 0 0;
    color: #03a3ff;
    font-size: 2.5rem;
    text-align: center;
  }

  .preview p {
    margin: 0;
    padding: 2.3rem 0 0;
    color: #000;
    font-size: 1.8rem;
    text-align: center;
  }

  h2.gallery-pc-car {
    color: #cb1d25;
    border-bottom: 2px solid #cb1d25;
    font-size: 28px;
    line-height: 120%;
    display: inline;
    padding: 0 1em 0 .8em;
    font-weight: 500;
  }


  #new,
  #update {
    position: relative;
    margin-bottom: 16px;
  }

  #new {
    width: 945px;
    max-height: 800px;
    overflow: scroll;

    >dl {
      display: flex;
      width: 97%;
      margin: 0 0 10px;
      padding: 10px;
      border: 1px solid #62a478;

      >dt {
        width: 280px;
        margin: 0;
        padding: 0;
      }

      >dd {
        width: calc(100% - 210px);
        margin-left: 6px;

        dl {
          display: flex;
          flex-wrap: wrap;

          >dt {
            width: 8rem;
            margin: 0;
            padding: 0 0 0 18px;
            background: url('../img/pcNewTitleBg.png') left 50% no-repeat;

            dfn {
              font-size: 1.3rem;
              line-height: 1.5rem;
            }
          }

          dt.new-name {
            display: none;
          }

          dd {
            width: calc(100% - 8rem - 23px);
            font-size: 1.3rem;
            line-height: 1.5rem;
            margin: 0 0 0 5px;
          }

          dd.new-name {
            width: 100%;
            margin-bottom: .5rem;

            a {
              font-size: 1.8rem;
            }
          }
        }
      }
    }

    >dl:hover {
      box-shadow:
        0 4px 8px 0 rgb(0 0 0 / 20%),

    }
  }


  #update {
    width: 726px;
    max-height: 300px;
    padding-top: 1rem;
  }

  #update>dl {
    width: 702px;
    height: 260px;
    margin: 0;
    padding: 10px;
    background: url('../img/pcUpdateBg.png') top left no-repeat;
    overflow: scroll;
    border-right: 2px solid #62a478;
    border-left: 2px solid #62a478;
  }

  #update>dl>dt>div.title {
    width: 700px;
    height: 28px;
    background: url('../img/pcUpdateTitleBg.png') left 50% no-repeat;
    color: #62a478;
    font-size: 18px;
    line-height: 28px;
    padding-left: 21px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }

  #update>dl>dt {
    display: flex;
    flex-wrap: wrap;
    font-size: 9pt;
    line-height: 13.5pt;
  }

  #update>dl>dt>time {
    width: 100%;
    color: #ddd;
    font-size: 8pt;
    line-height: 8.75pt;
    margin-bottom: 1em;
    border-top: 1px solid #62a478;
  }

  #update>dl>dt>div.content>a {
    width: 120px;
    margin: 0 1em 1em 0;
    border: 1px solid #fff;
    box-shadow: 0 0 1px rgb(000 000 000 / 30%);
  }

  #update>dl>dt>div.content>p {
    width: 300px;
  }

  #update>dl>dt>div.content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 1px rgb(000 000 000 / 30%);
  }

  #update>dl>dt>div.content>time {
    width: 100%;
  }

  #thema>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #thema>ul>li {
    width: 49.5%;
    height: 184px;
    margin: 0.6% 0;
  }

  #thema>ul>li>a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  #thema>ul>li:nth-of-type(1)>a {
    background: url('../img/pcThemaBan1.png?2');
  }

  #thema>ul>li:nth-of-type(2)>a {
    background: url('../img/pcThemaBan2.png?2');
  }

  #thema>ul>li:nth-of-type(3)>a {
    background: url('../img/pcThemaBan3.png?2');
  }

  #thema>ul>li:nth-of-type(4)>a {
    background: url('../img/pcThemaBan4.png?2');
  }

  #thema>ul>li:nth-of-type(5)>a {
    background: url('../img/pcThemaBan5.png?2');
  }

  #thema>ul>li:nth-of-type(6)>a {
    background: url('../img/pcThemaBan6.png?2');
  }

  footer#globalFoot>nav>ol {
width: 100%;
  height: 42px;
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
  border-bottom: 3px solid green;
  justify-content: space-evenly;
  }

  footer#globalFoot>nav>ol>li {
	border: 3px solid green;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: green;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 1.4em;
    margin-top: 0px;
    margin-right: 0.3em;
    margin-bottom: 0px;
    margin-left: 0.3em;
    text-indent: inherit;
    width: max-content;
    padding: 0 .5rem;
    border-bottom: none;
  }

  footer#globalFoot>nav>ol>li:last-child {
    width: 228px;
    margin-right: 0;
  }

  footer#globalFoot>nav>ol>li>a {
    display: block;
    height: 100%;
	font-size: 1.5rem;
    line-height: 39px;
    font-weight: bold;
    color: green;
    padding: 0 1rem;
  }

  section.footmap {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 30px);
    padding: 15px;
    background-color: rgb(255 255 230 / 100%);
  }

  section.footmap>ol>li {
    font-size: 1.2em;
  }

  section.footmap>ol>li>ul {
    padding-top: 0.5em;
  }

  section.footmap>ol>li>ul>li>a {
    text-decoration: none;
  }

  #globalLeft .storelist {
    margin: 16px 0 8px;
    padding: 0.4em;
    border: 1px solid #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    background-color: #1f864c;
  }

  #globalLeft>a.store {
    position: relative;
  }

  .suppportcenter {
    width: 100%;
    border: 2px solid #00aeff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0.3em;
    margin-bottom: 6px;
  }

  .suppportcenter .reception h3,
  .suppportcenter .support h3 {
    padding-bottom: 0.3em;
    font-size: 20px;
    font-weight: 700;
  }

  .suppportcenter .reception h3::before,
  .suppportcenter .support h3::before {
    content: '▶';
  }

  .suppportcenter ul {
    margin-top: 0.3em;
    margin-bottom: 1em;
  }

  .suppportcenter p {
    padding: 0;
    color: #000;
    font-size: 10pt;
    line-height: 12.5pt;
    text-align: center;
    padding-left: 1.5em;
  }

  .suppportcenter h4 {
    font-size: 20px;
  }

  .suppportcenter li {
    padding-left: 1.5em;
    margin-bottom: 0;
    font-size: 0.9em;
    text-align: left;
  }

  .suppportcenter li::before {
    content: '◇';
  }

  .support {
    margin-top: 10px;
    color: #06148f;
  }

  .reception {
    margin-top: 10px;
    color: #2113ef;
  }

  .suppportcenter>h5 {
    padding: 0 0 5px;
    font-size: 14px;
  }

  .buy_title {
    width: 201px;
    height: 50px;
    border: 2px solid #0e3e98;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    background-color: #0e3e98;
    border-radius: 5px;
  }

  .buy_list {
    position: relative;
    margin-bottom: 0.38em;
    overflow: hidden;
    border: 1px solid #009e8f;
  }

  .buy_list:hover {
    box-shadow:
      0 4px 8px 0 rgb(0 0 0 / 20%),
      0 6px 20px 0 rgb(0 0 0 / 19%);
  }

  .badge {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 33px;
    height: 33px;
    border: 2px solid #0e3e98;
    color: #0e3e98;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    font-weight: 700;
    text-shadow:
      -1px -1px #fff,
      1px 1px #fff,
      1px -1px #fff,
      -1px 1px #fff;
    border-radius: 100%;
  }

  .badge2 {
    position: absolute;
    right: -25px;
    bottom: 4px;
    width: 80px;
    height: 20px;
    color: #0e3e98;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-top: 2px double #0e3e98;
    border-bottom: 2px double #0e3e98;
    transform: rotate(-45deg);
  }

  section.rightContainer.pc {
    margin-left: 16px;
  }

  section.rightContainer>article.horizonal2,
  section.rightContainer>aside.horizonal2,
  section.rightContainer>section.horizonal2 {
    width: 203px;
    height: 250px;
    margin-bottom: 10px;
  }

  section.rightContainer.pc>aside#ban24>p {
    height: 100%;
    background: url('../img/b15.png') no-repeat;
  }

  section.rightContainer.pc>aside#ban10>p {
    height: 100%;
    background: url('../img/pcRightBan10.png') no-repeat;
  }

  section.rightContainer>aside#ban1,
  section.rightContainer>aside#ban11,
  section.rightContainer>aside#ban12,
  section.rightContainer>aside#ban2,
  section.rightContainer>aside#ban21,
  section.rightContainer>aside#ban29,
  section.rightContainer>aside#ban3,
  section.rightContainer>aside#ban4,
  section.rightContainer>aside#ban6 {
    width: 203px;
    height: 125px;
    margin-bottom: 10px;
  }

  #ban4>form>input {
    width: 203px;
    height: 125px;
    padding: 0;
    cursor: pointer;
    background: url('../img/pcRightBan4.png') no-repeat;
  }

  section.rightContainer>aside#ban12>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/pcRightBan10_2.png');
  }

  section.rightContainer>aside#ban1>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/pcRightBan1.png');
  }

  section.rightContainer>aside#ban2>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/pcRightBan2.png');
  }

  section.rightContainer>aside#ban3>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/pcRightBan3.png');
  }

  section.rightContainer>aside#ban6>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/pcRightBan6.png');
  }

  section.rightContainer>aside>footer>a {
    display: none;
  }

  #help {
    position: relative;
    width: 203px;
    height: 253px;
  }

  #help>div {
    position: absolute;
    top: 0;
    width: 203px;
    height: 253px;
    margin-top: 39px;
  }

  #help div a {
    display: block;
    width: 100%;
    height: 51px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  section.rightContainer>aside#help>dl {
    height: 100%;
  }

  section.rightContainer>aside#help>dl:nth-child(1) {
    background: url('../img/pcRightMenu1.png') no-repeat;
  }

  section.rightContainer>aside#help>dl>dt {
    height: 40px;
  }

  section.rightContainer>aside#help>dl>dd>a {
    display: block;
    height: 50px;
    margin-bottom: 1px;
  }

  section.rightContainer>aside#help>dl,
  section.rightContainer>aside#help>dl>dd,
  section.rightContainer>aside#help>dl>dt {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  section.rightContainer>aside#ban11>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/pcRightBan9-2.png');
  }

  section.rightContainer>aside#ban21>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/b8.png');
  }

  section.rightContainer>aside#ban29>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/b22.png');
  }

  section.rightContainer>aside#ban26>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url('../img/b18.png') no-repeat;
  }

  .elec_cal h3 {
    width: 95%;
    margin: 0 auto;
    padding: 0.2em;
    border: solid 1px;
    color: #00f;
    font-size: 1.6em;
    line-height: 130%;
    text-align: center;
  }

  .elec_cal p {
    margin: 0;
    padding: 0.4em 0;
    font-size: 1.4em;
  }

  .elec_cal input {
    width: 88%;
    margin: 0.3em 0;
    padding: 10px;
    border: 0;
    border: solid 1px #ccc;
    color: #333;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    border-radius: 3px;
    box-shadow: inset 1px 4px 9px -6px rgb(0 0 0 / 50%);
  }

  .elec_cal input.button {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #5dad78;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
  }

  .recruit {
    width: 100%;
    border: 1px solid #1b96bf;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1em;
    margin-top: 8px;
  }

  .recruit a {
    text-decoration: none;
  }

  .recruit header {
    color: #0791bf;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    text-shadow:
      3px 3px 0 #ccc,
      -1px -1px 0 #ccc,
      1px -1px 0 #ccc,
      -1px 1px 0 #ccc,
      1px 1px 0 #ccc;
  }

  .recruit p {
    margin: 1em auto;
    color: #000;
    font-size: 20px;
    text-align: center;
  }

  .recruit div {
    padding: 0.5em;
    color: #000;
  }

  #twitter-widget-1 {
    height: 1113px !important;
  }
}