@charset "UTF-8";
@media screen and (min-width: 968px) {
  .sponly {
    display: none !important;
  }
  main {
    display: block;
    margin-top: 98px;
    width: 100%;
    overflow-x: hidden;
  }
  .anclink {
    padding-top: 50px;
    margin-top: -50px;
  }
  .anclink2 {
    padding-top: 150px;
    margin-top: -150px;
  }
  .header {
    background-color: #000;
    height: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
  }
  .header .logo {
    width: 107px;
    position: relative;
    left: 30px;
  }
  .header .navigation {
    width: auto;
    position: relative;
    right: 30px;
    font-weight: bold;
  }
  .header .navigation ul {
    display: flex;
    align-items: center;
  }
  .header .navigation li {
    text-align: center;
    padding-left: clamp(10px, 4vw, 50px);
    font-size: 1.4rem;
  }
  .header .navigation li.tel_num {
    position: relative;
    padding: 0;
  }
  .header .navigation li.tel_num::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% + 1px);
    width: 22px;
    height: 15px;
    transform: translateY(-50%);
    -webkit-mask-image: url(../images/tel_icon.svg);
    mask-image: url(../images/tel_icon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
    transition: 0.4s ease;
  }
  .header .navigation li a {
    text-decoration: none;
    color: #fff;
  }
  .header .navigation li .pcSmallOnly {
    display: none;
  }
  .footer {
    background: #000;
    padding: 42px 0;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
  }
  .footer .logo {
    width: 200px;
    margin: 0 auto 25px;
  }
  .footer .copylight a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
  }
  .kv {
    background: #000 linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%);
    width: 100%;
    height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kv .inner {
    width: 98%;
    max-width: 1040px;
    margin: auto;
  }
  .kv .inner .logo {
    width: 460px;
    margin-bottom: 80px;
  }
  .kv .inner .logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .kv .inner .description {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
  }
  .kv .inner .brandlink a {
    position: relative;
    display: block;
    width: max-content;
    font-size: 1.62rem;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
  .kv .inner .brandlink a:after {
    content: "";
    position: absolute;
    top: 32%;
    right: -26px;
    width: 8px;
    height: 8px;
    margin: auto;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateX(-50%);
  }
  /*
  .fullSlider div {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 53vw;
      margin: 0;
      color: #fff
  }

  .fullSlider div.img01 {
      background-image: url(../images/slide01.jpg)
  }

  .fullSlider div.img02 {
      background-image: url(../images/slide02.jpg)
  }

  .fullSlider div.img03 {
      background-image: url(../images/slide03.jpg)
  }

  .fullSlider div p {
      text-shadow: #000 1px 0 10px;
      position: relative;
      top: 90px;
      font-size: 4rem;
      font-weight: bold;
      transform: scaleX(0.9);
      display: block;
      margin-bottom: 10px;
      letter-spacing: 0
  }

  .fullSlider div span {
      text-shadow: #000 1px 0 10px;
      position: relative;
      top: 90px;
      font-size: 2.2rem;
      font-weight: bold;
      transform: scaleX(0.9);
      display: block;
      line-height: 1.5
  }

  .fullSlider .slick-arrow {
      width: 44px;
      height: 44px;
      background-color: #fff;
      cursor: pointer;
      border: none;
      outline: none;
      font-size: 0;
      position: absolute;
      top: 50%;
      z-index: 1;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16))
  }

  .fullSlider .slick-arrow::before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      border: 1px solid #09000d;
      border-width: 3px 3px 0 0;
      position: absolute;
      top: 15px;
      transform: rotate(45deg)
  }

  .fullSlider .slick-next {
      right: 20px
  }

  .fullSlider .slick-prev {
      left: 20px
  }

  .fullSlider .slick-next::before {
      left: 12px
  }

  .fullSlider .slick-prev::before {
      border-width: 0 0 3px 3px;
      right: 12px
  }

  .slick-dots {
      text-align: center;
      position: relative;
      bottom: 50px;
      z-index: 1
  }

  .slick-dots li {
      display: inline-block
  }

  .slick-dots button {
      display: block;
      width: 10px;
      height: 10px;
      margin: 6px;
      font-size: 0;
      padding: 0;
      border: 0;
      outline: none;
      cursor: pointer;
      background: #fff;
      border-radius: 50%
  }

  .slick-dots .slick-active button {
      background: #727171
  }

  .fullSlider {
      position: relative;
      overflow: hidden
  }

  .fullSlider .show {
      position: relative
  }

  .fullSlider .hide {
      opacity: 0;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s
  }

  .fullSlider:hover .hide {
      opacity: 1
  }

  .fullSlider .brandlink {
      position: relative;
      top: 110px;
      height: auto;
      transform: scaleX(0.9)
  }

  .fullSlider .brandlink a {
      position: relative;
      display: block;
      width: max-content;
      text-shadow: #000 1px 0 10px;
      font-size: 1.8rem;
      line-height: 1.5;
      font-weight: bold;
      color: #fff
  }

  .fullSlider .brandlink a:after {
      content: "";
      position: absolute;
      top: 45%;
      right: -30px;
      width: 8px;
      height: 8px;
      margin: auto;
      border: 0;
      border-bottom: solid 2px #fff;
      border-right: solid 2px #fff;
      transform: rotate(45deg) translateX(-50%);
      filter: drop-shadow(1px 1px 3px rgb(0, 0, 0))
  }
  */
  .sectionTitle {
    padding-bottom: 10px;
  }
  .sectionTitle h2 {
    font-size: 4rem;
    font-weight: normal;
    font-weight: bold;
    letter-spacing: 0;
    transform: scaleY(1.15);
  }
  .sectionTitle span {
    position: relative;
    top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .chargingMap {
    width: 100%;
    margin: 0 auto;
    margin-top: 124px;
    max-width: 1280px;
  }
  .chargingMap .flex {
    display: flex;
    justify-content: space-between;
  }
  .chargingMap .mapLeft {
    width: 98%;
    max-width: 1030px;
    margin: 0 auto;
  }
  .chargingMap .mapLeft .sectionTitle {
    margin-bottom: 50px;
  }
  .chargingMap .mapLeft h3 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
  .chargingMap .mapLeft p {
    font-size: 1.2rem;
    margin-bottom: 58px;
    padding-right: 40px;
  }
  .chargingMap .btn a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 18px 30px;
  }
  .chargingMap .mapData {
    margin: 138px 0 100px;
    padding: 0 100px;
  }
  .chargingMap .mapData > div {
    width: 33%;
    padding: 0 24px;
    text-align: center;
  }
  .chargingMap .mapData > div h4 {
    transform: scaleY(1.15);
    font-size: 2.4rem;
  }
  .chargingMap .mapData > div .num {
    font-size: 7.2rem;
    color: #4d4d4d;
    margin-bottom: -10px;
  }
  .chargingMap .mapData > div .num .small {
    font-size: 24%;
  }
  .chargingMap .mapData > div .num.has-prefix {
    padding-left: 0.48em;
  }
  .chargingMap .mapData > div .subttl {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .chargingMap .mapData > div .text {
    font-size: 1.2rem;
    text-align: justify;
  }
  .chargingMap .mapData > div .annotation {
    font-size: 1rem;
    text-align: justify;
    margin-top: 10px;
  }
  .chargingMap .mapData > div span {
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  .ourService {
    height: 0;
    padding-top: 36.5910867866%;
    background: url(../images/ourservice-bg.jpg) center center/cover no-repeat;
    width: 100%;
    position: relative;
  }
  .ourService_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
  }
  .ourService .sectionTitle {
    width: 98%;
    max-width: 1050px;
    margin: 0 auto;
  }
  .usageFee {
    background: #000;
    color: #fff;
    padding-bottom: 200px;
    padding-top: 100px;
  }
  .usageFee_inner {
    width: 98%;
    max-width: 1030px;
    margin: 0 auto;
  }
  .usageFee .sectionTitle {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .usageFee .sectionTitle::before {
    content: "";
    height: 1px;
    width: 200vw;
    position: absolute;
    left: -100vw;
    bottom: -1px;
    display: block;
    background: #fff;
  }
  .usageFee table {
    width: 1030px;
    margin: 66px auto 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .usageFee th, .usageFee td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 20px 0;
    font-size: 1.3rem;
  }
  .usageFee th.title-row, .usageFee td.title-row {
    width: 205px;
  }
  .usageFee th.data-row, .usageFee td.data-row {
    width: 411px;
  }
  .usageFee th {
    color: #fff;
    background: #929292;
    font-weight: bold;
  }
  .usageFee td {
    color: #000;
    background: #fff;
  }
  .usageFee td a {
    color: #000;
  }
  .usageFee td dl {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 390px;
    margin: 20px auto 0;
  }
  .usageFee td dl dt {
    width: 18em;
    padding: 10px 0 10px 5px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
  }
  .usageFee td dl dt:nth-child(4n-1) {
    background: rgba(0, 0, 0, 0.1);
  }
  .usageFee td dl dd {
    width: calc(100% - 18em);
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;
    text-align: right;
  }
  .usageFee td dl dd:nth-child(4n) {
    background: rgba(0, 0, 0, 0.1);
  }
  .usageFee table .headlineBg {
    background: #dfdfdf;
  }
  .usageFee .note {
    width: 98%;
    max-width: 1030px;
    margin: 30px auto 0;
  }
  .usageFee .note p {
    font-size: 1.6rem;
    padding-left: 1em;
    position: relative;
  }
  .usageFee .note p::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0.1em;
  }
  .howTo {
    background: #000;
    color: #fff;
    padding-bottom: 200px;
  }
  .howTo .sectionTitle {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 100px;
    position: relative;
  }
  .howTo .sectionTitle::before {
    content: "";
    height: 1px;
    width: 200vw;
    position: absolute;
    left: -100vw;
    bottom: -1px;
    display: block;
    background: #fff;
  }
  .howTo_inner {
    width: 98%;
    max-width: 1030px;
    margin: 0 auto;
  }
  .howTo .guide {
    display: flex;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
    margin-bottom: 100px;
  }
  .howTo .guide > div {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
  .howTo .guide .icon {
    height: 138px;
    position: relative;
  }
  .howTo .guide .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .howTo .guide .icon .pca {
    border-radius: 22.5%;
  }
  .howTo .guide .download img {
    width: 138px;
    margin: 0 auto;
  }
  .howTo .guide .registration img {
    width: 83px;
    margin: 0 auto;
  }
  .howTo .guide .charge img {
    width: 219px;
    margin: 0 auto;
  }
  .howTo .arrow {
    position: relative;
  }
  .howTo .arrow::after {
    content: "";
    width: 29px;
    height: 91px;
    display: block;
    background: url("../images/icon_arr.svg") no-repeat center;
    background-size: contain;
    top: 20%;
    position: absolute;
  }
  .howTo .guide .title {
    font-size: 2.3rem;
    margin: 10px 0 3px;
  }
  .howTo .guide .text {
    font-size: 1.2rem;
  }
  .howTo .appLink {
    display: flex;
    justify-content: center;
  }
  .howTo .appLink div {
    width: 18vw;
    max-width: 200px;
  }
  .howTo .appLink > div:nth-of-type(1) {
    margin-right: 40px;
  }
  .howTo .appLink div a {
    display: block;
  }
  .howTo .appLink div img {
    width: 100%;
  }
  .members {
    padding-bottom: 110px;
  }
  .members .sectionTitle {
    text-align: center;
    margin: 135px 0 35px;
  }
  .members .text {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 70px;
  }
  .members .membersLogo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .members .membersLogo .porsche {
    width: 314px;
    margin: 0 40px;
  }
  .members .membersLogo .audi {
    width: 158px;
    margin: 0 40px;
  }
  .members .membersLogo .vw {
    width: 100px;
    margin: 0 40px;
  }
  .faq {
    padding-bottom: 110px;
    background: #dfdfdf;
    padding: 90px 0 15px 0;
  }
  .faq_inner {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .faq .sectionTitle {
    margin: 0 60px 60px 90px;
  }
  .faq .flex {
    display: flex;
    margin: 0 90px;
  }
  .faq .flex > div {
    width: 100%;
  }
  .faq li {
    border: 1px solid #000;
    padding: 15px 20px 15px 15px;
    margin-bottom: 20px;
  }
  .faq li .big {
    font-weight: bold;
  }
  .faq li p:nth-of-type(1) {
    font-size: 1.4rem;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
  }
  .faq li p:nth-of-type(2) {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
  }
  .faq li p:nth-of-type(1)::before {
    content: "Q";
    font-family: "Hanzel", sans-serif;
    font-size: 1.8rem;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 50px;
    margin-right: 20px;
  }
  .faq li p:nth-of-type(2)::before {
    content: "A";
    font-family: "Hanzel", sans-serif;
    font-size: 1.8rem;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 50px;
    margin-right: 20px;
  }
  .contact {
    padding-bottom: 110px;
    background: #dfdfdf;
    padding: 90px 0 70px 0;
  }
  .contact_inner {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .contact .sectionTitle {
    margin: 0 60px 60px 90px;
  }
  .contact .flex {
    display: flex;
    margin: 0 90px;
  }
  .contact .flex > div {
    width: 100%;
  }
  .contact .mail {
    margin-left: 60px;
    font-size: 1.4rem;
  }
  .contact .mail div {
    margin-bottom: 20px;
  }
  .contact .mail input {
    width: 100%;
    height: 32px;
  }
  .contact .mail textarea {
    width: 100%;
  }
  .contact .mail .txt a {
    color: #000;
    text-decoration: none;
  }
  .contact .mail .contactBtn {
    text-align: right;
  }
  .contact .mail .contactBtn input {
    width: 109px;
    color: #fff;
    background: #000;
    font-weight: bold;
    border: 0;
    font-size: 14px;
  }
  .contact .mail .contactBtn input:hover {
    opacity: 0.7;
  }
  .contact .mail div.contact_subTitle {
    margin: 1.5em 0 40px 0;
  }
  .contact .mail div.contact_subTitle h3 {
    font-size: 2rem;
    font-weight: bold;
  }
  .contact .mail div.contact_tel {
    display: flex;
    align-items: baseline;
    gap: 0 15px;
    margin: 20px 0;
    font-weight: bold;
  }
  .contact .mail div.contact_tel div.num {
    font-size: 4rem;
    margin: 0;
  }
  .contact .mail div.contact_tel div.ex {
    font-size: 1.85rem;
    margin: 0;
  }
  .terms_page {
    text-align: center;
    padding: 90px 0;
  }
  .terms_page h2 {
    font-size: 40px;
    font-weight: normal;
  }
  .terms_page .jptxt {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }
  .terms_page_content {
    font-size: 15px;
    width: 98%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0 0;
    text-align: left;
  }
  .terms_page_content .txt {
    line-height: 1.8em;
  }
  .terms_page_content h3 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.6em;
  }
  .terms_page_content ol {
    list-style: decimal;
    padding-left: 3em;
    margin-top: 5px;
  }
  .terms_page_content ol li {
    line-height: 1.8em;
    margin-bottom: 5px;
  }
  .terms_page_content ol li ul li {
    position: relative;
    padding-left: 2em;
  }
  .terms_page_content ol li ul li::before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .terms_page_content ol li ul li:nth-child(1)::before {
    content: "(1)";
  }
  .terms_page_content ol li ul li:nth-child(2)::before {
    content: "(2)";
  }
  .terms_page_content ol li ul li:nth-child(3)::before {
    content: "(3)";
  }
  .terms_page_content ol li ul li:nth-child(4)::before {
    content: "(4)";
  }
  .terms_page_content ol li ul li:nth-child(5)::before {
    content: "(5)";
  }
  .terms_page_content ol li ul li:nth-child(6)::before {
    content: "(6)";
  }
  .terms_page_content ol li ul li:nth-child(7)::before {
    content: "(7)";
  }
  .terms_page_content ol li ul li:nth-child(8)::before {
    content: "(8)";
  }
  .terms_page_content ol li ul li:nth-child(9)::before {
    content: "(9)";
  }
  .terms_page_content ol li ul li:nth-child(10)::before {
    content: "(10)";
  }
  .terms_page_content ol li ul li:nth-child(11)::before {
    content: "(11)";
  }
  .terms_page_content ol li ul li:nth-child(12)::before {
    content: "(12)";
  }
  .terms_page_content ol li ul li:nth-child(13)::before {
    content: "(13)";
  }
  .terms_page_content .txt_right {
    text-align: right;
  }
  .info .sectionTitle h1 {
    font-size: 4rem;
    font-weight: normal;
    font-weight: bold;
    letter-spacing: 0;
    transform: scaleY(1.15);
  }
}
@media screen and (max-width: 967px) {
  .pconly {
    display: none !important;
  }
  main {
    display: block;
    margin-top: 16.1vw;
  }
  .header {
    background-color: #000;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
  }
  .header .logo {
    width: 25.3vw;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .header .logo img {
    display: block;
    width: 100%;
  }
  .footer {
    background: #000;
    padding: 10vw 0;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
  }
  .footer .logo {
    width: 40%;
    margin: 0 auto 4vw;
  }
  .footer .logo img {
    width: 100%;
    height: auto;
  }
  .footer .copylight a {
    color: #fff;
    text-decoration: none;
    font-size: 3.4vw;
  }
  .kv {
    background: #000 linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 60%);
    width: 100%;
    height: 113.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kv .inner {
    width: 85.3%;
    margin: auto;
  }
  .kv .inner .logo {
    width: 76%;
    margin-bottom: 9vw;
  }
  .kv .inner .logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .kv .inner .description {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 1em;
  }
  .kv .inner .brandlink a {
    position: relative;
    display: block;
    width: max-content;
    font-size: 3vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
  .kv .inner .brandlink a:after {
    content: "";
    position: absolute;
    top: 35%;
    right: -5vw;
    width: 1.5vw;
    height: 1.5vw;
    margin: auto;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateX(-50%);
  }
  /*
  .fullSlider div {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 113.6vw;
      margin: 0;
      color: #fff;
      position: relative
  }

  .fullSlider div.img01 {
      background-image: url(../images/mv_sp_01.jpg)
  }

  .fullSlider div.img02 {
      background-image: url(../images/mv_sp_01.jpg)
  }

  .fullSlider div.img03 {
      background-image: url(../images/mv_sp_01.jpg)
  }

  .fullSlider div p {
      text-shadow: #000 1px 0 10px;
      position: absolute;
      font-size: 8vw;
      left: .74vw;
      top: 7.08vw;
      font-weight: 500;
      transform: scaleX(0.9);
      display: block;
      line-height: 1
  }

  .fullSlider div span {
      text-shadow: #000 1px 0 10px;
      font-size: 5vw;
      font-weight: bold;
      transform: scaleX(0.9);
      display: block;
      top: 28vw;
      position: absolute;
      line-height: 1.45
  }

  .fullSlider .slick-arrow {
      width: 44px;
      height: 44px;
      background-color: #fff;
      cursor: pointer;
      border: none;
      outline: none;
      font-size: 0;
      position: absolute;
      top: 50%;
      z-index: 1;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16))
  }

  .fullSlider .slick-arrow::before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      border: 1px solid #09000d;
      border-width: 3px 3px 0 0;
      position: absolute;
      top: 15px;
      transform: rotate(45deg)
  }

  .fullSlider .slick-next {
      right: 20px
  }

  .fullSlider .slick-prev {
      left: 20px
  }

  .fullSlider .slick-next::before {
      left: 12px
  }

  .fullSlider .slick-prev::before {
      border-width: 0 0 3px 3px;
      right: 12px
  }

  .fullSlider .brandlink {
      position: relative;
      top: 56vw;
      height: auto;
      transform: scaleX(0.9)
  }

  .fullSlider .brandlink a {
      position: relative;
      display: block;
      width: max-content;
      text-shadow: #000 1px 0 10px;
      font-size: 3vw;
      line-height: 1.5;
      font-weight: bold;
      color: #fff
  }

  .fullSlider .brandlink a:after {
      content: "";
      position: absolute;
      top: 35%;
      right: -5vw;
      width: 1.5vw;
      height: 1.5vw;
      margin: auto;
      border: 0;
      border-bottom: solid 2px #fff;
      border-right: solid 2px #fff;
      transform: rotate(45deg) translateX(-50%);
      filter: drop-shadow(1px 1px 3px rgb(0, 0, 0))
  }

  .slick-dots {
      text-align: center;
      position: relative;
      bottom: 12vw;
      z-index: 1
  }

  .slick-dots li {
      display: inline-block
  }

  .slick-dots button {
      display: block;
      width: 2vw;
      height: 2vw;
      margin: 3vw;
      font-size: 0;
      padding: 0;
      border: 0;
      outline: none;
      cursor: pointer;
      background: #fff;
      border-radius: 50%
  }

  .slick-dots .slick-active button {
      background: #727171
  }

  .fullSlider {
      position: relative;
      overflow: hidden
  }

  .fullSlider .show {
      position: relative
  }

  .fullSlider .hide {
      opacity: 0;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s
  }

  .fullSlider:hover .hide {
      opacity: 1
  }
  */
  .sectionTitle h2 {
    font-weight: bold;
    letter-spacing: 0;
    transform: scaleY(1.15);
    font-size: 6.4vw;
  }
  .sectionTitle span {
    position: relative;
    top: 2vw;
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 8vw;
    display: inline-block;
  }
  .chargingMap {
    width: 85.3%;
    margin: 0 auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .chargingMap .mapLeft_img {
    margin-bottom: 6vw;
  }
  .chargingMap .mapLeft_img img {
    width: 100%;
    height: auto;
  }
  .chargingMap .mapLeft h3 {
    font-size: 4.4vw;
    margin-bottom: 4vw;
  }
  .chargingMap .mapLeft p {
    font-size: 3.73vw;
    margin-bottom: 10vw;
  }
  .chargingMap .btn a {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 3.6vw;
    font-weight: bold;
    padding: 4vw 6vw;
  }
  .chargingMap .mapData {
    margin-top: 20vw;
  }
  .chargingMap .mapData > div {
    text-align: center;
    margin-bottom: 12vw;
  }
  .chargingMap .mapData > div h4 {
    font-size: 6.4vw;
  }
  .chargingMap .mapData > div .num {
    font-size: 16vw;
    color: #4d4d4d;
    margin: -3vw 0;
  }
  .chargingMap .mapData > div .num .small {
    font-size: 24%;
  }
  .chargingMap .mapData > div .num.has-prefix {
    padding-left: 0.48em;
  }
  .chargingMap .mapData > div .subttl {
    font-size: 4.5vw;
    margin-bottom: 2vw;
    font-weight: bold;
  }
  .chargingMap .mapData > div .text {
    font-size: 3.7vw;
    text-align: justify;
  }
  .chargingMap .mapData > div .annotation {
    font-size: 3.2vw;
    text-align: justify;
    margin-top: 2vw;
  }
  .chargingMap .mapData > div span {
    display: block;
    text-align: left;
    margin-top: 2vw;
    font-size: 3.2vw;
  }
  .ourService {
    height: 56vw;
    background: url("../images/ourservice_sp.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    position: relative;
  }
  .ourService .sectionTitle {
    position: absolute;
    font-size: 6.4vw;
    font-weight: bold;
    left: 7vw;
    top: 23vw;
  }
  .ourService .sectionTitle span {
    color: #4d4d4d;
    font-size: 4vw;
    margin-top: -1vw;
    display: block;
  }
  .usageFee {
    background: #000;
    color: #fff;
    padding-top: 8vw;
  }
  .usageFee .sectionTitle {
    border-bottom: 1px solid #fff;
    margin-left: 7vw;
    font-size: 6.4vw;
  }
  .usageFee .sectionTitle span {
    font-size: 4vw;
    display: block;
    margin-top: -1vw;
  }
  .usageFee table {
    width: 85.3%;
    margin: 8vw auto 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .usageFee th, .usageFee td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 4vw 0;
    font-size: 3.3vw;
  }
  .usageFee th.title-row, .usageFee td.title-row {
    width: 17.5vw;
  }
  .usageFee th.data-row, .usageFee td.data-row {
    width: 33.7vw;
  }
  .usageFee th {
    color: #fff;
    line-height: 1.2em;
    background: #929292;
    font-weight: bold;
  }
  .usageFee td {
    color: #000;
    background: #fff;
  }
  .usageFee td a {
    color: #000;
  }
  .usageFee td dl {
    margin: 4vw 0.25em 0;
    text-align: center;
  }
  .usageFee td dl dt {
    padding: 0.5em 0 0.25em 0;
    box-sizing: border-box;
    border-top: rgba(0, 0, 0, 0.2) 1px solid;
  }
  .usageFee td dl dt .small {
    font-size: 65%;
    display: block;
    line-height: 1.1;
  }
  .usageFee td dl dd {
    padding: 0 0 0.5em 0;
    box-sizing: border-box;
  }
  .usageFee table .headlineBg {
    background: #dfdfdf;
    font-weight: bold;
  }
  .usageFee .note {
    width: 85.3%;
    margin: 2vw auto 0;
  }
  .usageFee .note p {
    font-size: 3vw;
    padding-left: 1em;
    position: relative;
  }
  .usageFee .note p::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0.1em;
  }
  .howTo {
    background: #000;
    color: #fff;
    padding-top: 15vw;
  }
  .howTo .sectionTitle {
    border-bottom: 1px solid #fff;
    margin-left: 7.2vw;
    font-size: 6.4vw;
    margin-bottom: 15vw;
  }
  .howTo .sectionTitle span {
    font-size: 4vw;
    display: block;
    margin-top: -1vw;
  }
  .howTo .guide {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .howTo .guide > div {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
  .howTo .guide .icon {
    height: 31vw;
    position: relative;
    margin-bottom: 4vw;
  }
  .howTo .guide .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .howTo .guide .icon .pca {
    border-radius: 22.5%;
  }
  .howTo .guide .download img {
    width: 31vw;
    margin: 0 auto;
  }
  .howTo .guide .registration img {
    width: 18.2vw;
    margin: 0 auto;
  }
  .howTo .guide .charge img {
    width: 48vw;
    margin: 0 auto;
  }
  .howTo .arrow {
    position: relative;
  }
  .howTo .arrow::before {
    content: "";
    width: 100%;
    height: 6.6vw;
    display: block;
    background: url("../images/icon_arr_2.svg") no-repeat center;
    background-size: contain;
    display: block;
    margin: 8vw 0;
  }
  .howTo .guide .title {
    font-size: 6.4vw;
  }
  .howTo .guide .text {
    font-size: 3.2vw;
  }
  .howTo .appLink {
    text-align: center;
    padding: 15vw 0;
  }
  .howTo .appLink div {
    width: 48vw;
    display: inline-block;
    margin: 2vw 0;
  }
  .howTo .appLink div a {
    display: block;
  }
  .howTo .appLink div img {
    width: 100%;
  }
  .members {
    padding-bottom: 15vw;
  }
  .members .sectionTitle {
    text-align: center;
    margin: 15vw 0 0;
    font-size: 6.4vw;
  }
  .members .sectionTitle span {
    font-size: 4vw;
    display: block;
    margin-top: -1vw;
  }
  .members .text {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 8vw;
  }
  .members .membersLogo {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 85.3%;
    margin: 0 auto;
  }
  .members .membersLogo a {
    display: block;
    margin: 0 auto 2vw;
    text-align: center;
  }
  .members .membersLogo img {
    width: 100%;
  }
  .members .membersLogo .porsche {
    width: 48vw;
    margin-bottom: 5vw;
  }
  .members .membersLogo .audi {
    width: 24vw;
  }
  .members .membersLogo .vw {
    width: 24vw;
  }
  .faq {
    padding: 15vw 0;
    background: #dfdfdf;
  }
  .faq_inner {
    width: 85.3%;
    margin: 0 auto;
  }
  .faq .sectionTitle {
    font-size: 6.4vw;
  }
  .faq .sectionTitle span {
    font-size: 4vw;
    display: block;
    margin-top: -1vw;
  }
  .faq .flex > div {
    width: 100%;
  }
  .faq li {
    border: 1px solid #000;
    padding: 4vw 5vw 4vw 4vw;
    margin-bottom: 6vw;
  }
  .faq li .big {
    font-weight: bold;
  }
  .faq li p:nth-of-type(1) {
    font-size: 3.7vw;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
  }
  .faq li p:nth-of-type(2) {
    font-size: 3.4vw;
    display: flex;
    align-items: baseline;
  }
  .faq li p:nth-of-type(1)::before {
    content: "Q";
    font-family: "Hanzel", sans-serif;
    font-size: 4vw;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 8vw;
    min-width: 8vw;
    height: 8vw;
    border-radius: 100px;
    margin-right: 4vw;
  }
  .faq li p:nth-of-type(2)::before {
    content: "A";
    font-family: "Hanzel", sans-serif;
    font-size: 4vw;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 8vw;
    min-width: 8vw;
    height: 8vw;
    border-radius: 100px;
    margin-right: 4vw;
  }
  .contact {
    padding: 15vw 0;
    background: #dfdfdf;
  }
  .contact_inner {
    width: 85.3%;
    margin: 0 auto;
  }
  .contact .sectionTitle {
    font-size: 6.4vw;
  }
  .contact .sectionTitle span {
    font-size: 4vw;
    display: block;
    margin-top: -1vw;
  }
  .contact .flex > div {
    width: 100%;
  }
  .contact .mail {
    font-size: 3.7vw;
  }
  .contact .mail div {
    margin-bottom: 20px;
  }
  .contact .mail input {
    width: 100%;
    height: 6vw;
  }
  .contact .mail textarea {
    width: 100%;
  }
  .contact .mail .txt {
    font-size: 3vw;
  }
  .contact .mail .txt a {
    color: #000;
    text-decoration: none;
  }
  .contact .mail .contactBtn {
    text-align: left;
  }
  .contact .mail .contactBtn input {
    width: 26.3vw;
    color: #fff;
    background: #000;
    font-weight: bold;
    border: 0;
    font-size: 3.7vw;
  }
  .contact .mail .contactBtn input:hover {
    opacity: 0.7;
  }
  .contact .mail div.contact_subTitle {
    margin: 1.5em 0 40px 0;
  }
  .contact .mail div.contact_subTitle h3 {
    font-size: 4.25vw;
    font-weight: bold;
  }
  .contact .mail div.contact_tel {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin: 20px 0;
    font-weight: bold;
  }
  .contact .mail div.contact_tel div.num {
    font-size: 6.5vw;
    margin: 0;
  }
  .contact .mail div.contact_tel div.ex {
    font-size: 3vw;
    margin: 0;
  }
  nav {
    display: block;
    position: fixed;
    top: 14vw;
    left: -100vw;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 13;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner ul {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    padding-top: 3vw;
  }
  nav .inner ul li {
    position: relative;
    border-bottom: dotted 1px #fff;
  }
  nav .inner ul li a {
    display: block;
    color: #fff;
    padding: 4vw 0;
    font-size: 4vw;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  .tel_nav {
    position: fixed;
    top: 5.2vw;
    right: 15vw;
    width: 5vw;
    z-index: 14;
  }
  .tel_nav a {
    display: block;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 5.5vw;
    right: 4.66vw;
    width: 5.9vw;
    height: 5.9vw;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 13;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 5.9vw;
    height: 0.4vw;
    background-color: #fff;
    transition: all 0.5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 0;
  }
  .toggle_btn span:nth-child(2) {
    top: 2vw;
  }
  .toggle_btn span:nth-child(3) {
    top: 4vw;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(2vw) rotate(-315deg);
    transform: translateY(2vw) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-2vw) rotate(315deg);
    transform: translateY(-2vw) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    background: rgba(0, 0, 0, 0.85);
    display: block;
    transition: all 0.5s;
    position: fixed;
    top: 14vw;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 12;
  }
  .anclink {
    padding-top: 10vw;
    margin-top: -10vw;
  }
  .anclink2 {
    padding-top: 15vw;
    margin-top: -15vw;
  }
  .anclink3 {
    padding-top: 10vw;
    margin-top: -10vw;
  }
  .terms_page {
    text-align: center;
    padding: 15vw 0;
  }
  .terms_page h2 {
    font-size: 6.4vw;
    font-weight: normal;
    padding: 0 5vw;
    line-height: 1.4em;
  }
  .terms_page .jptxt {
    font-size: 3.7vw;
    font-weight: bold;
    margin-top: 10px;
  }
  .terms_page_content {
    font-size: 3.4vw;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 8vw 0 0;
    text-align: left;
  }
  .terms_page_content .txt {
    line-height: 1.8em;
  }
  .terms_page_content h3 {
    font-weight: bold;
    margin-bottom: 2vw;
    margin-top: 5vw;
    font-size: 4vw;
    line-height: 1.6em;
  }
  .terms_page_content ol {
    list-style: decimal;
    padding-left: 3em;
    margin-top: 1vw;
  }
  .terms_page_content ol li {
    line-height: 1.8em;
    margin-bottom: 1vw;
  }
  .terms_page_content ol li ul li {
    position: relative;
    padding-left: 2em;
  }
  .terms_page_content ol li ul li::before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .terms_page_content ol li ul li:nth-child(1)::before {
    content: "(1)";
  }
  .terms_page_content ol li ul li:nth-child(2)::before {
    content: "(2)";
  }
  .terms_page_content ol li ul li:nth-child(3)::before {
    content: "(3)";
  }
  .terms_page_content ol li ul li:nth-child(4)::before {
    content: "(4)";
  }
  .terms_page_content ol li ul li:nth-child(5)::before {
    content: "(5)";
  }
  .terms_page_content ol li ul li:nth-child(6)::before {
    content: "(6)";
  }
  .terms_page_content ol li ul li:nth-child(7)::before {
    content: "(7)";
  }
  .terms_page_content ol li ul li:nth-child(8)::before {
    content: "(8)";
  }
  .terms_page_content ol li ul li:nth-child(9)::before {
    content: "(9)";
  }
  .terms_page_content ol li ul li:nth-child(10)::before {
    content: "(10)";
  }
  .terms_page_content ol li ul li:nth-child(11)::before {
    content: "(11)";
  }
  .terms_page_content ol li ul li:nth-child(12)::before {
    content: "(12)";
  }
  .terms_page_content ol li ul li:nth-child(13)::before {
    content: "(13)";
  }
  .terms_page_content .txt_right {
    text-align: right;
    margin-top: 2em;
  }
}
.error {
  font-size: 100%;
  color: #d5001c;
  padding: 8px 0 0;
  display: inline-block;
}

input:read-only, textarea:read-only {
  border-width: 0;
}

.p-buttonwrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-linkBtn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 109px;
  line-height: 2.3em;
  color: #fff;
  background: #000;
  font-weight: bold;
  border: 0;
  font-size: 14px;
}

@media screen and (max-width: 967px) {
  .p-linkBtn {
    width: 26.3vw;
    color: #fff;
    background: #000;
    font-weight: bold;
    border: 0;
    font-size: 3.7vw;
    line-height: 1.75em;
  }
}
.p-btn__gray {
  background: #999;
}

.p-form_contents {
  padding: 1em 1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.u-mb__05 {
  margin-bottom: 0.5em;
}

.u-mb__1 {
  margin-bottom: 1em;
}

.u-mb__2 {
  margin-bottom: 2em;
}

.u-mb__3 {
  margin-bottom: 3em;
}

.u-mr__1 {
  margin-right: 1em;
}

.howTo .video {
  max-width: 800px;
  width: 98%;
  margin: 0 auto 80px;
  position: relative;
}

.howTo .video video {
  width: 100%;
  cursor: pointer;
  transition: 0.4s;
}

.howTo .video .play_btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px;
  width: 12vw;
  cursor: pointer;
  transition: 0.4s;
}

.howTo .video .play_btn img {
  max-width: 100%;
}

.howTo .video .play_btn.current {
  opacity: 0;
  display: none;
}

.contact .flex, .faq .flex {
  display: block;
  margin: 0 auto;
}

.contact .faq {
  margin: 0 auto 104px;
}

.contact .faq li {
  border-top: 1px solid #000;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  padding: 22px 60px 21px 15px;
  cursor: pointer;
  letter-spacing: normal;
}

.contact .faq li:last-child {
  border-bottom: 1px solid #000;
}

.contact .faq li:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.contact .faq li .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  top: 32px;
}

.contact .faq li .icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact .faq li .icon span:nth-child(2) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.contact .faq li.on .icon span:nth-child(2) {
  opacity: 0;
  transition: 0.3s;
}

.contact .faq li p:nth-of-type(1) {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.contact .faq li p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.contact .mail .flex {
  display: flex;
  justify-content: space-between;
}

.contact .mail .flex > div {
  width: calc(50% - 20px);
}

.contact .mail div p {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 auto 10px;
  letter-spacing: normal;
}

.contact .mail input {
  border: none;
  height: 60px;
  line-height: 58px;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.contact .mail input:focus {
  outline: none;
}

.contact .mail textarea {
  min-height: 300px;
  border: none;
  box-sizing: border-box;
  padding: 24px 30px 24px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}

.contact .mail textarea:focus {
  outline: none;
}

.footer {
  letter-spacing: normal;
  padding: 42px 0 30px;
}

.footer .logo {
  margin: 0 auto 30px;
}

.footer p.contact {
  font-size: 1.6rem;
  margin: 0 auto 32px;
  padding: 0;
  line-height: 1.1;
  background: #000;
}

.footer .copylight {
  font-size: 1.4rem;
}

.footer .copylight a {
  font-size: 1.4rem;
  text-decoration: underline;
}

.footer .copylight a:hover {
  text-decoration: none;
}

@media screen and (min-width: 968px) {
  .contact_inner, .faq_inner {
    max-width: 1040px;
  }
  .faq .sectionTitle, .contact .sectionTitle {
    margin: 0 60px 60px 0;
  }
  .faq .sectionTitle span, .contact .sectionTitle span {
    top: 28px;
  }
  .contact .mail .sectionTitle {
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .contact .mail {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .members .text {
    font-size: 1.6rem;
  }
  .howTo .guide .text {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .chargingMap .mapLeft p {
    font-size: 1.4rem;
  }
  .chargingMap .mapData > div .subttl {
    font-size: 1.8rem;
    margin: 0 auto 28px;
  }
  .chargingMap .mapData > div .text {
    font-size: 1.6rem;
  }
  .chargingMap .mapData > div .annotation {
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .chargingMap .mapData > div span {
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .chargingMap {
    margin-top: 83px;
  }
  .chargingMap .mapLeft .sectionTitle {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .chargingMap .mapLeft .sectionTitle span {
    top: 25px;
  }
  .sectionTitle, .usageFee .sectionTitle, .howTo .sectionTitle {
    padding-bottom: 50px;
  }
  .sectionTitle h2 {
    font-size: 4.6rem;
    transform: none;
  }
  .sectionTitle span {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
    top: 25px;
  }
  .chargingMap .mapLeft h3 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    letter-spacing: normal;
  }
  .chargingMap .mapLeft {
    padding-left: 0;
    max-width: 1040px;
    margin: 0 auto;
  }
  .chargingMap .mapLeft p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: normal;
    padding: 0;
    margin: 0 auto 60px;
  }
  .usageFee th, .usageFee td {
    font-size: 1.6rem;
  }
  .howTo .guide .title {
    font-size: 2.4rem;
    margin: 10px 0 12px;
  }
  .contact .mail div {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 967px) {
  .contact .sectionTitle span {
    top: 20px;
  }
  .faq .sectionTitle, .contact .sectionTitle {
    margin-bottom: 60px;
  }
  .contact .mail .sectionTitle {
    margin-bottom: 60px;
  }
  .faq li p:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .faq li p:nth-of-type(2) {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .faq li {
    padding: 14px 40px 14px 0px;
  }
  .faq li .icon {
    width: 12px;
    height: 12px;
    right: 12px;
    top: 24px;
  }
  .contact .mail .flex {
    display: block;
  }
  .contact .mail .flex > div {
    width: 100%;
  }
  .contact .mail input {
    height: 40px;
    line-height: 38px;
    padding: 0 12px;
    border-radius: 0;
  }
  .howTo .video {
    width: 85.3%;
    margin: 0 auto 60px;
  }
  .contact .mail textarea {
    min-height: 200px;
    padding: 12px;
    border-radius: 0;
  }
  .footer {
    padding: 10vw 0;
  }
  .footer p.contact {
    font-size: 1.4rem;
  }
  .footer .copylight {
    font-size: 1.2rem;
  }
  .footer .copylight a {
    font-size: 1.2rem;
    text-decoration: underline;
  }
}
@media screen and (max-width: 420px) {
  .sectionTitle span {
    position: relative;
    top: 3.5vw;
  }
  .contact .sectionTitle span {
    top: 3.5vw;
  }
  .ourService .sectionTitle {
    top: 19vw;
  }
  .usageFee th, .usageFee td {
    line-height: 1.75;
  }
  .footer p.contact {
    font-size: 3.8vw;
  }
}
.faq2 summary {
  display: block;
}
.faq2 summary::-webkit-details-marker {
  display: none;
}
.faq2 .summary_inner {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 22px 60px 21px 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  transition: 0.4s;
}
.faq2 .summary_inner:hover {
  opacity: 0.6;
}
.faq2 .summary_inner .faq2_text {
  width: 100%;
  letter-spacing: 0;
  line-height: 1.6;
}
.faq2 .icon_switch {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.faq2 .icon_q::before {
  content: "Q";
  font-family: "Hanzel", sans-serif;
  font-size: 1.8rem;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50px;
  margin-right: 20px;
}
.faq2 .icon_a::before {
  content: "A";
  font-family: "Hanzel", sans-serif;
  font-size: 1.8rem;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50px;
  margin-right: 20px;
}
.faq2 details.is-opened .icon_switch::after {
  rotate: 90deg;
}
.faq2 .icon_switch::before,
.faq2 .icon_switch::after {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: #000;
  content: "";
}
.faq2 .icon_switch::before {
  rotate: 90deg;
}
.faq2 .icon_switch::after {
  transition: rotate 0.3s;
}
.faq2 .content {
  overflow: hidden;
  font-size: 1.5rem;
}
.faq2 .content_inner {
  padding: 5px 28px 21px 15px;
  display: flex;
  align-items: baseline;
}
.faq2 p {
  width: 100%;
}

.faq2 {
  width: 700px;
  margin: 0 auto 104px auto;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
}

.faq2 details {
  border-bottom: 1px solid #000;
}
.faq2 details:last-child {
  margin-bottom: 0;
}

.howTo .video_wrap {
  display: flex;
  gap: 0 50px;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1110px) {
  .howTo .video_wrap {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 760px) {
  .faq2 {
    width: 100%;
  }
}
@media screen and (max-width: 967px) {
  .faq2 .summary_inner {
    align-items: baseline;
    padding: 14px 28px 14px 0px;
  }
  .faq2 .summary_inner .faq2_text {
    font-size: 1.6rem;
  }
  .faq2 .content_inner {
    padding: 5px 28px 14px 0px;
  }
  .faq2 .icon_switch {
    right: 2px;
  }
}
.shopInfo a {
  color: #fff;
}

.mapArea .shopInfo .infoBtm dl dd span.border {
  width: 6em;
  text-align: center;
  padding: 3px 3px 2px 3px;
}

.is-disabled {
  opacity: 0.6;
}

.mapArea .shopInfo .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 61px;
  height: 60px;
  background: url(../images/close.png) no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: #000;
  cursor: pointer;
}

.mapArea .shopInfo .close:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.mapArea .shopInfo .close span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mapArea .shopInfo .close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (width < 967px) {
  .mapArea .shopInfo .close {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-size: 14px;
  }
}
.searchInner {
  overflow-y: scroll;
}

.mapArea .shopInfo .searchInner::-webkit-scrollbar {
  width: 6px;
  margin-right: 17px;
}

.mapArea .shopInfo .searchInner::-webkit-scrollbar-track {
  background: none;
  appearance: none;
}

.mapArea .shopInfo .searchInner::-webkit-scrollbar-thumb {
  background-color: #929292;
  width: 6px;
}

.station-outline {
  border-bottom: 1px solid #fff;
  padding: 30px 32px;
  cursor: pointer;
}
.station-outline:hover {
  background: #535353;
}
.station-outline .shopName {
  font-size: 22px;
  line-height: 1.35;
  font-weight: bold;
  margin: 0 auto 18px;
}
.station-outline .address {
  font-weight: 500;
  line-height: 1.75;
  margin: 0 auto 14px;
}
.station-outline .border {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 2px 3px;
  line-height: 1.2;
  border: 1px solid #fff;
  width: 6em;
  text-align: center;
}
.station-outline .img {
  padding: 5px 10px;
}
.station-outline .img img {
  width: 20px;
}

@media screen and (max-width: 1280px) {
  .header .logo {
    left: 15px;
  }
  .header .navigation {
    right: 15px;
  }
  .header .navigation li {
    padding-left: 20px;
  }
  .header .navigation li .pcSmallOnly {
    display: inline;
  }
}
@media screen and (min-width: 968px) {
  #nowLoading {
    font-size: 1.4em;
    text-align: center;
  }
  .info {
    background: #fff;
    margin-bottom: 80px;
  }
  .info .sectionTitle {
    text-align: center;
    margin: 135px 0 35px;
  }
  .info .newsBox {
    width: 764px;
    margin: 0 auto;
    padding: 30px 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  }
  .info .newsBox .newsBoxList {
    display: flex;
    flex-direction: column;
    gap: 3.5em 0;
  }
  .info .newsBox .newsBoxList .loadItem {
    padding: 0 0 3.5em 0;
    border-bottom: 1px solid #ddd;
  }
  .info .newsBox .newsBoxList .title {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
  .info .newsBox .newsBoxList .date {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .info .newsBox .newsBoxList .text {
    font-size: 1.4rem;
  }
  .info .newsBox .newsBoxList .list {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 1em;
  }
  .info .newsBox .newsBoxList .list li {
    position: relative;
    padding-left: 1em;
  }
  .info .newsBox .newsBoxList .list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .info .newsBox .more {
    margin: 15px 0 0 0;
  }
  .info .newsBox .moreTitle {
    width: max-content;
    padding: 3px 30px 3px 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0;
    transition: 0.2s ease;
    cursor: pointer;
  }
  .info .newsBox .moreTitle:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: 0.2s ease;
  }
  .info .newsBox .moreTitle span {
    position: relative;
    width: max-content;
  }
  .info .newsBox .moreTitle span:after {
    content: "";
    position: absolute;
    top: 35%;
    right: -25px;
    width: 8px;
    height: 8px;
    margin: auto;
    border: 0;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg) translateX(-50%);
  }
  .info .newsBox .moreTitle.active span:after {
    top: 25%;
    right: -19px;
    transform: rotate(-135deg) translateX(-50%);
  }
  .info .newsBox .moreListWrap {
    display: none;
  }
  .info .newsBox .moreList {
    margin: 15px 0 0 0;
    line-height: 1.5;
  }
  .info .newsBox .moreList li {
    font-size: 1.4rem;
    display: flex;
    gap: 0 2%;
    padding: 15px 1.5em;
    background: #eee;
  }
  .info .newsBox .moreList li:nth-child(even) {
    background: #fff;
  }
  .info .newsBox .moreList li:nth-child(odd) {
    background: #dfdfdf;
  }
  .info .newsBox .moreList li span {
    width: 50%;
  }
  .info .newsBox .moreList li.listHead {
    color: #fff;
    background: #929292;
  }
  .info .infolink {
    display: flex;
    justify-content: flex-end;
    width: 864px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .info .infolink a {
    display: block;
    width: max-content;
    padding: 20px 45px;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .infopage .info {
    padding: 1px 0 60px 0;
  }
  .infopage .info .newsBox {
    width: 75%;
    max-width: 1050px;
    box-shadow: none;
  }
  .infopage .info .newsBox .newsBoxList .itemHead {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 1em;
  }
  .infopage .info .newsBox .newsBoxList .itemHead .date {
    color: #7a7a7a;
  }
  .infopage .info .newsBox .newsBoxList .itemHead .title {
    font-weight: bold;
  }
  .infopage .info .newsBox .newsBoxList .itemHead .date, .infopage .info .newsBox .newsBoxList .itemHead .title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 967px) {
  #nowLoading {
    font-size: 3.2vw;
    text-align: center;
  }
  .info {
    background: #fff;
  }
  .info .sectionTitle {
    text-align: center;
    margin: 15vw 0 0;
    font-size: 6.4vw;
  }
  .info .sectionTitle span {
    font-size: 4vw;
    display: block;
    margin-top: -1vw;
  }
  .info .newsBox {
    width: 85.3%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5vw 4vw;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  }
  .info .newsBox .newsBoxList {
    display: flex;
    flex-direction: column;
    gap: 3.5em 0;
  }
  .info .newsBox .newsBoxList .loadItem {
    padding: 0 0 3.5em 0;
    border-bottom: 1px solid #ddd;
  }
  .info .newsBox .newsBoxList .date {
    font-size: 3vw;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .info .newsBox .newsBoxList .title {
    font-size: 3.7vw;
    font-weight: bold;
  }
  .info .newsBox .newsBoxList .text {
    font-size: 3.2vw;
  }
  .info .newsBox .newsBoxList .list {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 1em;
  }
  .info .newsBox .newsBoxList .list li {
    position: relative;
    padding-left: 1em;
  }
  .info .newsBox .newsBoxList .list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .info .newsBox .more {
    margin: 10px 0 0 0;
  }
  .info .newsBox .moreTitle {
    width: max-content;
    padding: 3px 30px 3px 0;
    font-size: 3.7vw;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0;
    transition: 0.2s ease;
    cursor: pointer;
  }
  .info .newsBox .moreTitle:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: 0.2s ease;
  }
  .info .newsBox .moreTitle span {
    position: relative;
    width: max-content;
  }
  .info .newsBox .moreTitle span:after {
    content: "";
    position: absolute;
    top: 35%;
    right: -25px;
    width: 8px;
    height: 8px;
    margin: auto;
    border: 0;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg) translateX(-50%);
  }
  .info .newsBox .moreTitle.active span:after {
    top: 25%;
    right: -19px;
    transform: rotate(-135deg) translateX(-50%);
  }
  .info .newsBox .moreListWrap {
    display: none;
  }
  .info .newsBox .moreList {
    margin: 15px 0 0 0;
    line-height: 1.5;
  }
  .info .newsBox .moreList li {
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    gap: 0 4%;
    padding: 10px 1em;
    background: #eee;
  }
  .info .newsBox .moreList li:nth-child(even) {
    background: #fff;
  }
  .info .newsBox .moreList li:nth-child(odd) {
    background: #dfdfdf;
  }
  .info .newsBox .moreList li span {
    width: 50%;
  }
  .info .newsBox .moreList li.listHead {
    color: #fff;
    background: #929292;
  }
  .info .infolink {
    width: 85.3%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .info .infolink a {
    display: block;
    width: max-content;
    padding: 15px 30px;
    background: #000;
    color: #fff;
    font-size: 3.8vw;
    font-weight: bold;
    text-decoration: none;
  }
  .infopage .info {
    padding: 1px 0 60px 0;
  }
  .infopage .info .newsBox {
    width: 100%;
    box-shadow: none;
  }
  .infopage .info .newsBox .newsBoxList .itemHead {
    margin-bottom: 1em;
  }
  .infopage .info .newsBox .newsBoxList .itemHead .date {
    color: #7a7a7a;
  }
}