

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333333;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  opacity: .5;
  transition: .35s ease-in-out;
}

::selection {
  background: #0f0177;
}

::-moz-selection {
  background: #0f0177;
}

input, select {
  vertical-align: middle;
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%; /* 10px base for rem calculations */
}

body {
  min-height: 100vh;
  color: #333333;
  font-size: 1.6rem; /* 16px */
  line-height: 1.6;
  word-break: normal;
  word-wrap: break-word;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* 確認線 */
.test {
  border: solid 1px red;
}

/* フロート */
.left {
  float: left;
}

.right {
  float: right;
}

/* フロート解除 clerfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* ブロック要素にする */
.block {
  display: block;
}

/* インライン要素にする */
.inline {
  display: inline;
}

/* BOX */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header .header-inner {
  display: flex;
  width:100%;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
}


@media print, screen and (min-width: 768px) {
  header {
    padding: 18px 0;
    width: 100%;
  }
  header .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
  }
  header .inner .logo {
    float: left;
    overflow: hidden;
  }
  header .inner .logo h1 {
    margin: 0 18px 10px 0;
    width: 212px;
    float: left;
  }
  header .inner .logo p {
    font-size: 1.2rem;
    line-height: 1.4;
    float: left;
  }
  header .inner .tel {
    float: right;
  }
  header .inner .tel a {
	text-decoration: none;
  }
  header .inner .tel span {
    font-size: 1.4rem;
  }

  section br.pc {
    display: block;
  }
  section br.sp {
    display: none;
  }
  section .btns {
    padding: 44px 0;
    background: #d3eaf7;
  }
  section .btns .now {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 1000px;
    color: #0f0177;
    font-size: 4rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    position: relative;
  }
  section .btns .now::before {
    content: '';
    width: 3px;
    height: 60px;
    background: #0f0177;
    display: block;
    position: absolute;
    top: 10px;
    left: 30%;
    transform: rotate(-15deg);
  }
  section .btns .now::after {
    content: '';
    width: 3px;
    height: 60px;
    background: #0f0177;
    display: block;
    position: absolute;
    top: 10px;
    right: 30%;
    transform: rotate(15deg);
  }
  section .btns ul {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section .btns ul li {
    text-align: center;
  }
  section .btns ul li p {
    font-size: 2.2rem;
    line-height: 2;
  }
  section .btns ul li a {
    width: 420px;
    height: 88px;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .2rem;
    line-height: 1.4;
    vertical-align: middle;
    text-decoration: none;
    border: 1px #0f0177 solid;
    border-radius: 4px;
    display: table-cell;
  }
  section .btns ul li a span {
    font-size: 1.8rem;
    display: block;
  }
  section .btns ul li a.tel {
    color: #ffffff;
    background: #0f0177;
  }
  section .btns ul li a.form {
    background: #ffffff;
  }
  section .block {
    padding: 70px 0;
  }
  section .block .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
  section .block .inner h2 {
    margin: 0 auto;
    padding: 0 50px;
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    border-left: 8px #0f0177 solid;
    border-right: 8px #0f0177 solid;
    display: table;
  }
  section .block .inner h2 span {
    margin: 0 0 10px 0;
    color: #0f0177;
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
  }

  footer {
    padding: 40px 0;
    color: #ffffff;
    background: #0f0177;
  }
  footer .inner {
    margin: 0 auto 35px auto;
    width: 100%;
    max-width: 900px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .inner p {
    font-size: 1.4rem;
  }
  footer .inner ul {
    overflow: hidden;
  }
  footer .inner ul li {
    font-size: 1.4rem;
    float: left;
  }
  footer .inner ul li:first-child {
    margin: 0 50px 0 0;
  }
  footer .inner a {
    color: #ffffff;
  }
  footer .copy {
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  header {
    position: relative;
  }
  header .inner .logo h1 {
    padding: 10px;
    width: 160px;
    float: left;
  }
  header .inner .logo p {
    padding: 7px 0 0 0;
    font-size: 1rem;
    line-height: 1.4;
    float: left;
  }
	.vlogo { padding-top: 14px;}
  header .inner .tel {
    display: none;
  }

  section br.pc {
    display: none;
  }
  section br.sp {
    display: block;
  }
  section .btns {
    padding: 25px 0;
    background: #d3eaf7;
  }
  section .btns .now {
    margin: 0 auto;
    width: 100%;
    color: #0f0177;
    font-size: 3rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    position: relative;
  }
  section .btns .now::before {
    content: '';
    width: 2px;
    height: 40px;
    background: #0f0177;
    display: block;
    position: absolute;
    top: 10px;
    left: 10%;
    transform: rotate(-15deg);
  }
  section .btns .now::after {
    content: '';
    width: 2px;
    height: 40px;
    background: #0f0177;
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
    transform: rotate(15deg);
  }
  section .btns ul {
    margin: 0 auto;
    width: 90%;
  }
  section .btns ul li {
    text-align: center;
  }
  section .btns ul li:first-child {
    margin: 0 0 15px 0;
  }
  section .btns ul li p {
    font-size: 2rem;
    line-height: 2;
  }
  section .btns ul li a {
    width: 340px;
    height: 74px;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .2rem;
    line-height: 1.4;
    vertical-align: middle;
    text-decoration: none;
    border: 1px #0f0177 solid;
    border-radius: 4px;
    display: table-cell;
  }
  section .btns ul li a span {
    font-size: 1.5rem;
    display: block;
  }
  section .btns ul li a.tel {
    color: #ffffff;
    background: #0f0177;
  }
  section .btns ul li a.form {
    background: #ffffff;
  }
  section .block {
    padding: 30px 0;
  }
  section .block .inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
  }
  section .block .inner h2 {
    margin: 0 auto;
    padding: 0 15px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
    border-left: 4px #0f0177 solid;
    border-right: 4px #0f0177 solid;
  }
  section .block .inner h2 span {
    margin: 0 0 6px 0;
    color: #0f0177;
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
  }

  .block.payment {
    width: 100%;
    margin: 0 auto;
    font-size: inherit;
    text-align: left;
  }

  footer {
    padding: 35px 20px;
    color: #ffffff;
    background: #0f0177;
  }
  footer .inner p {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
  }
  footer .inner ul {
    margin: 20px 0;
  }
  footer .inner ul li {
    font-size: 1.1rem;
  }
  footer .inner ul li:first-child {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #ffffff;
  }
  footer .copy {
    font-size: 1.1rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .key img {
    width: 100%;
  }
  .key img.pc {
    display: block;
  }
  .key img.sp {
    display: none;
  }

  .vehicle {
    background: #eff4f3;
  }
  .vehicle .inner .box {
    margin: 80px 0 0 0;
    overflow: hidden;
  }
  .vehicle .inner .box .car {
    width: 50%;
    float: left;
    overflow: hidden;
  }
  .vehicle .inner .box .car:first-child {
    padding: 0 70px 0 0;
    border-right: 4px #ffffff solid;
  }
  .vehicle .inner .box .car:last-child {
    padding: 0 0 0 70px;
  }
  .vehicle .inner .box .car .title {
    width: 55%;
    float: left;
  }
  .vehicle .inner .box .car .title h3 {
    color: #0f0177;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    border-bottom: 2px #0f0177 solid;
  }
  .vehicle .inner .box .car .title img {
    margin: 40px 0;
  }
  .vehicle .inner .box .car .interior {
    width: 40%;
    float: right;
  }
  .vehicle .inner .box .car ul {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    width: 40%;
    float: right;
  }
  .vehicle .inner .box .car ul li {
    margin: 5px 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .vehicle .inner .box .car .desc {
    clear: both;
  }
  .vehicle .inner .box .car .desc p {
    color: #0f0177;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
  }

  .utilization .inner .box {
    margin: 45px 0 0 0;
    position: relative;
  }
  .utilization .inner .box h3 {
    padding: 12px 28px;
    color: #ffffff;
    font-size: 2.8rem;
    background: #0f0177;
  }
  .utilization .inner .box .txt {
    padding: 20px 28px;
    background: #eff4f3;
  }
  .utilization .inner .box .txt p {
    width: 43%;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: .2rem;
    line-height: 1.6;
  }
  .utilization .inner .box .works {
    width: 500px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .utilization .inner .box .works .image {
    width: 45%;
  }
  .utilization .inner .box .works .aside {
    padding: 20px;
    width: 55%;
    background: #ffffff;
  }
  .utilization .inner .box .works .aside h4 {
    margin: 0 0 14px 0;
    color: #0f0177;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .utilization .inner .box .works .aside h4::before {
    content: '';
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px #0f0177;
    display: inline-block;
  }
  .utilization .inner .box .works .aside ul li {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .utilization .inner .box .works .aside ul li.sp {
    display: none;
  }
  .utilization .inner .box small {
    color: #0f0177;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .3rem;
    position: absolute;
    right: 30px;
    bottom: 10px;
  }

  .quality {
    background: #eff4f3;
  }
  .quality .inner .desc {
    margin: 60px 0;
    color: #0f0177;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .8rem;
    line-height: 1.6;
    text-align: center;
  }
  .quality .inner .image {
    margin: 0 40px 0 0;
    float: left;
  }
  .quality .inner ul li {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .quality .inner ul li .icon {
    margin: 0 20px 0 0;
    width: 45px;
    text-align: center;
  }
  .quality .inner ul li dl dt {
    color: #0f0177;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .quality .inner ul li dl dd {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .equipment .inner .desc {
    margin: 60px 0 0 0;
    color: #0f0177;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .8rem;
    line-height: 1.6;
    text-align: center;
  }
  .equipment .inner .desc span {
    margin: 30px 0;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
  }
  .equipment .inner ul#tabs {
    margin: 0 auto;
    width: 780px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .equipment .inner ul#tabs li {
    width: 22%;
    text-align: center;
  }
  .equipment .inner ul#tabs li a {
    padding: 10px 0;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    background: #0f0177;
    border-radius: 4px 4px 0 0;
    display: block;
    position: relative;
    opacity: .3;
  }
  .equipment .inner ul#tabs li a:hover {
    opacity: 1;
  }
  .equipment .inner ul#tabs li.active a {
    opacity: 1;
  }
  .equipment .inner ul#tabs li.active a::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #0f0177;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0) rotate(45deg);
  }
  .equipment .inner .tab {
    padding: 50px 100px;
    background: #ffffff;
    border-top: 4px #0f0177 solid;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .equipment .inner .tab.active {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .equipment .inner .tab .image {
    width: 40%;
  }
  .equipment .inner .tab dl {
    width: 55%;
  }
  .equipment .inner .tab dl dt {
    margin: 0 0 10px 0;
    color: #0f0177;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .4rem;
  }
  .equipment .inner .tab dl dd {
    font-size: 1.8rem;
    letter-spacing: .2rem;
    line-height: 1.8;
  }

  .operator {
    padding-bottom: 0 !important;
  }
  .operator .inner {
    padding-bottom: 70px;
    background: url(../images/01operator.png) no-repeat right bottom;
  }
  .operator .inner ul {
    margin: 60px 0 0 0;
    width: 450px;
  }
  .operator .inner ul li {
    margin: 0 0 40px 0;
  }
  .operator .inner ul li:last-child {
    margin: 0;
  }
  .operator .inner ul li dl dt {
    padding: 6px 10px;
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .2rem;
    background: #0f0177;
  }
  .operator .inner ul li dl dt::before {
    content: '';
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px #ffffff;
    display: inline-block;
  }
  .operator .inner ul li dl dd {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .2rem;
    line-height: 1.4;
  }

  .coordinator {
    background: #eff4f3;
  }
  .coordinator .inner ul {
    margin: 60px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .coordinator .inner ul li {
    width: 30%;
    text-align: center;
  }
  .coordinator .inner ul li p {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
  }
  .coordinator .inner ul li p span {
    margin: 0 20px 0 0;
    color: #0f0177;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    letter-spacing: .3rem;
  }
  .coordinator .inner ul li dl dt {
    padding: 10px 0;
    color: #ffffff;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    background: #0f0177;
  }
  .coordinator .inner h3 {
    margin: 0 0 20px 0;
    color: #0f0177;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .2rem;
    text-align: center;
  }
  .coordinator .inner p.desc {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .2rem;
    text-align: center;
  }

  .payment .inner p {
    margin: 50px 0 0 0;
    font-size: 1.7rem;
    letter-spacing: .4rem;
    text-align: center;
  }
  .payment .inner p img {
    margin: 40px auto 0 auto;
    display: block;
  }

  .deal .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .deal .inner .time {
    width: 35%;
  }
  .deal .inner .time .box {
    padding-bottom: 99px;
  }
  .deal .inner .time .box img {
    padding-top: 52px;
  }
  .deal .inner .area {
    width: 60%;
  }
  .deal .inner .box {
    margin: 50px 0 0 0;
    padding: 35px;
    text-align: center;
    background: #eff4f3;
  }
  .deal .inner .box h3 {
    margin: 0 0 30px 0;
    font-size: 2rem;
  }
  .deal .inner .box img {
    margin: 0 0 30px 0;
  }
  .deal .inner .box p {
    color: #0f0177;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .deal .inner .box p span {
    color: #333333;
    font-size: 1.3rem;
  }

  .faq {
    background: #eff4f3;
  }
  .faq .inner ul {
    margin: 60px 0 0 0;
  }
  .faq .inner ul li {
    margin: 0 0 40px 0;
    background: #ffffff;
  }
  .faq .inner ul li dl {
    padding: 40px 0;
  }
  .faq .inner ul li dl dt {
    padding: 0 40px 0 140px;
    color: #0f0177;
    font-size: 2.6rem;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
  }
  .faq .inner ul li dl dt::before {
    content: '';
    margin: 0 40px 0 0;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/icon_q.png) no-repeat 0 0;
    background-size: 60px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }
  .faq .inner ul li dl dd {
    margin: 30px 0 0 0;
    padding: 0 40px 0 140px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    display: none;
  }
  .faq .inner ul li dl dd::before {
    content: '';
    padding: 10px 60px 10px 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    border-right: 2px #0f0177 solid;
    background: url(../images/icon_a.png) no-repeat 0 0;
    background-size: 30px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 767px) {
  .key img {
    width: 100%;
  }
  .key img.pc {
    display: none;
  }
  .key img.sp {
    display: block;
  }

  .vehicle {
    background: #eff4f3;
  }
  .vehicle .inner .box {
    margin: 30px 0 0 0;
    overflow: hidden;
  }
  .vehicle .inner .box .car {
    width: 100%;
    overflow: hidden;
  }
  .vehicle .inner .box .car:first-child {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px #0f0177 solid;
  }
  .vehicle .inner .box .car .title {
    width: 55%;
    float: left;
  }
  .vehicle .inner .box .car .title h3 {
    color: #0f0177;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    border-bottom: 2px #0f0177 solid;
  }
  .vehicle .inner .box .car .title img {
    margin: 20px 0;
  }
  .vehicle .inner .box .car .interior {
    width: 40%;
    float: right;
  }
  .vehicle .inner .box .car ul {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    width: 100%;
    clear: both;
  }
  .vehicle .inner .box .car ul li {
    margin: 0 0 5px 0;
    font-size: 1.3rem;
    line-height: 1.4;
    display: inline-block;
  }
  .vehicle .inner .box .car .desc {
    clear: both;
  }
  .vehicle .inner .box .car .desc p {
    color: #0f0177;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .utilization .inner .box {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .utilization .inner .box h3 {
    padding: 6px 12px;
    width: 100%;
    color: #ffffff;
    font-size: 1.6rem;
    background: #0f0177;
    order: 1;
  }
  .utilization .inner .box .txt {
    padding: 15px;
    background: #eff4f3;
    order: 3;
  }
  .utilization .inner .box .txt p {
    font-size: 1.2rem;
    letter-spacing: .2rem;
    line-height: 1.6;
  }
  .utilization .inner .box .works {
    width: 500px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }
  .utilization .inner .box .works .image {
    width: 48%;
    padding-top:10px;
  }
  .utilization .inner .box .works .aside {
    padding: 10px 10px 0 2%;
    width: 52%;
    background: #ffffff;
  }
  .utilization .inner .box .works .aside h4 {
    margin: 0 0 8px 0;
    color: #0f0177;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .utilization .inner .box .works .aside h4::before {
    content: '';
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #0f0177;
    display: inline-block;
  }
  .utilization .inner .box .works .aside ul li {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .utilization .inner .box .works .aside ul li.sp {
    margin: 10px 0 0 0;
    color: #0f0177;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: right;
  }
  .utilization .inner .box small {
    color: #0f0177;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .3rem;
    display: none;
  }

  .quality {
    background: #eff4f3;
  }
  .quality .inner .desc {
    margin: 30px 0 20px 0;
    color: #0f0177;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .4rem;
    line-height: 1.6;
    text-align: left;
  }
  .quality .inner .image {
    margin: 0 0 20px 0;
  }
  .quality .inner ul li {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .quality .inner ul li .icon {
    margin: 0 20px 0 0;
    width: 45px;
    text-align: center;
  }
  .quality .inner ul li dl dt {
    color: #0f0177;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .quality .inner ul li dl dd {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .equipment .inner .desc {
    margin: 30px 0;
    color: #0f0177;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    line-height: 1.6;
    text-align: left;
  }
  .equipment .inner .desc span {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0;
    display: block;
  }
  .equipment .inner ul#tabs {
    margin: 0 auto;
    width: 96%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .equipment .inner ul#tabs li {
    width: 24%;
    text-align: center;
  }
  .equipment .inner ul#tabs li a {
    padding: 10px 0;
    color: #ffffff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #0f0177;
    border-radius: 4px 4px 0 0;
    display: block;
    position: relative;
    opacity: .3;
  }
  .equipment .inner ul#tabs li a:hover {
    opacity: 1;
  }
  .equipment .inner ul#tabs li.active a {
    opacity: 1;
  }
  .equipment .inner ul#tabs li.active a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0f0177;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 0) rotate(45deg);
  }
  .equipment .inner .tab {
    padding: 20px;
    background: #ffffff;
    border-top: 2px #0f0177 solid;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .equipment .inner .tab.active {
    display: block;
  }
  .equipment .inner .tab .image {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .equipment .inner .tab dl {
    width: 100%;
  }
  .equipment .inner .tab dl dt {
    margin: 0 0 6px 0;
    color: #0f0177;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .4rem;
  }
  .equipment .inner .tab dl dd {
    font-size: 1.2rem;
    letter-spacing: .2rem;
    line-height: 1.4;
  }

  .operator .inner {
    background: url(../images/01operator.png) no-repeat right top;
    background-size: 50%;
  }
  .operator .inner ul {
    margin: 40px 0 0 0;
  }
  .operator .inner ul li {
    margin: 0 0 20px 0;
  }
  .operator .inner ul li:last-child {
    margin: 0;
  }
  .operator .inner ul li dl dt {
    padding: 6px 10px;
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    background: #0f0177;
  }
  .operator .inner ul li dl dt::before {
    content: '';
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #ffffff;
    display: inline-block;
  }
  .operator .inner ul li dl dd {
    padding: 8px 0 0 0;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    line-height: 1.4;
    background: #ffffff;
  }

  .coordinator {
    background: #eff4f3;
  }
  .coordinator .inner ul {
    margin: 30px auto 0 auto;
  }
  .coordinator .inner ul li {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
  }
  .coordinator .inner ul li p {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
  }
  .coordinator .inner ul li p span {
    margin: 0 20px 0 0;
    color: #0f0177;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    letter-spacing: .3rem;
  }
  .coordinator .inner ul li dl dt {
    padding: 10px 0;
    color: #ffffff;
    font-size: 1.8rem;
    letter-spacing: .2rem;
    background: #0f0177;
  }
  .coordinator .inner ul li dl dd img {
    width: 100%;
  }
  .coordinator .inner h3 {
    margin: 0 0 10px 0;
    color: #0f0177;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .2rem;
    text-align: left;
  }
  .coordinator .inner p.desc {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: .2rem;
    text-align: left;
  }

  .block.payment {
    padding: 40px 0;
    background-color: #f9f9f9;
  }

  .payment .inner {
    width: 95% !important;
    max-width: 100% !important;
  }

  .payment .inner h2 {
    font-size: 1.6rem !important;
    letter-spacing: 0.1rem !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .payment .inner p {
    margin: 20px 0 0 0;
    font-size: 1.4rem !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    line-height: 1.8 !important;
    word-break: keep-all !important;
    white-space: normal !important;
    padding: 0 10px;
  }

  .payment .inner p img {
    margin: 20px auto 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
  }

  .deal .inner .time {
    margin: 0 0 35px 0;
    width: 100%;
  }
  .deal .inner .area {
    width: 100%;
  }
  .deal .inner .box {
    margin: 20px 0 0 0;
    padding: 25px 0;
    text-align: center;
    background: #eff4f3;
  }
  .deal .inner .box h3 {
    margin: 0 0 20px 0;
    font-size: 1.6rem;
  }
  .deal .inner .box img {
    margin: 0 0 20px 0;
  }
  .deal .inner .box p {
    color: #0f0177;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
  }
  .deal .inner .box p span {
    color: #333333;
    font-size: 1.2rem;
  }

  .faq {
    background: #eff4f3;
  }
  .faq .inner ul {
    margin: 30px 0 0 0;
  }
  .faq .inner ul li {
    margin: 0 0 20px 0;
    background: #ffffff;
  }
  .faq .inner ul li dl {
    padding: 20px 0;
  }
  .faq .inner ul li dl dt {
    padding: 0 36px 0 65px;
    color: #0f0177;
    font-size: 1.6rem;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
  }
  .faq .inner ul li dl dt::before {
    content: '';
    margin: 0 20px 0 0;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../images/icon_q.png) no-repeat 0 0;
    background-size: 36px;
    position: absolute;
    top: 0;
    left: 15px;
  }
  .faq .inner ul li dl dd {
    margin: 20px 0 0 0;
    padding: 0 15px 0 65px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    display: none;
  }
  .faq .inner ul li dl dd::before {
    content: '';
    padding: 10px 32px 10px 0;
    width: 20px;
    height: 20px;

    display: inline-block;
    border-right: 2px #0f0177 solid;
    background: url(../images/icon_a.png) no-repeat 0 0;
    background-size: 20px;
    position: absolute;
    top: 0;
    left: 20px;
  }
}

/*--------------------言語メニュー-----------------*/
.navlan {
	/*display: block;*/
	margin: 1em 1%;
	overflow: hidden;
	width: 250px;
  /*margin: 25px 0 0 200px;*/
	font-size: 10px;
	text-align: center;
  padding: 10px 5% 10px auto;
}

.menu {
display: flex;
width: 350px;
padding: 0;
margin: 0 auto;
}
.menu > li {
width: 50%;
}

.menu li {
position: relative;
list-style: none;
text-align: right;
font-size: 14px;
}

.menu li a {
padding: 0.5em 1.5em;
text-decoration:none;
background: #222;
text-align: right;
display: block;
color: #c7a95d;
}
.menu a:hover{
overflow: visible;
}

.menu_child li {
height: 0;
overflow: hidden;
transition: 0.3s;
font-size: 14px;

}

.menu ul {
padding: 0;
}

.menu li:hover > ul > li {
height: 2.5rem;
overflow: visible;
}

.menu li:hover > ul > li:hover > a{
  height: 2.5rem;
  border-bottom: 1px solid #c7a95d;
  padding-bottom: 5px;
}

@media screen and (max-width: 540px) {

  .navlan {
    /*display: block;*/
    margin-top: 5px;
    overflow: hidden;
    width:auto;
    /*margin: 25px 0 0 200px;*/
    text-align: left;
    border: none;
  }

  .menu {
  display: flex;
  width: 290px;
  font-size:8px;

  }

  .menu li {
  text-align: left;
  font-size: 8px;
  }

  .menu li a {
  padding: 5px;
  text-align: left;
  }

  .menu_child li {
  font-size: 8px;
  }

  .menu li:hover > ul > li {
  height: 2.5rem;
  }

  .menu li:hover > ul > li:hover > a{
    height: 2.5rem;
    padding-bottom: 5px;
  }

}
/*--------------------言語メニュー-----------------*/

header .header-logo {
  padding: 0 2%;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
header .header-logo img{
	/*width: 225px;*/
    width: 411px;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding: 0 2%;
    height: auto;
  }
  header .header-inner {
    display: flex;
    width: 100%;
  }
	.vlogo { width: 100%;}
  .payment {
	margin: 5px 0 0;
	width: 170px;
	font-size: 11px;
}

  header .header-logo {
    width: 100%;
  }
  header .header-logo img {
    max-width: 80%;
	max-height: 80%;
	margin:0 auto;
  }
}

/* ========================================
   Personal Page - Hero Section Styles
   ======================================== */

.fv-wrap {
    width: 100%;
    background: #222;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 100;
}

.main_txt {
    position: absolute;
    top: 40px;
    left: 35px;
}

.main_txt h2 {
    font-size: 380%;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* h2 标题背景样式 - 黑色半透明，占满宽度 */
.main_txt h2 .title-bg {
    background: rgba(0,0,0,0.7) !important;
    display: block !important;
    padding: 15px 30px !important;
    line-height: 1.4em !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 48px !important;
    font-weight: bold !important;
}

.main_txt p {
    font-weight: 600;
    font-size: 200%;
    line-height: 1.5em;
    margin-top: 15px;
}

.main_txt p span {
    background: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    color: #222;
    margin: 3px 2px;
}

/* p 副标题背景样式 - 白色半透明，占满宽度 */
.main_txt > p .subtitle-bg {
    background: rgba(255,255,255,0.9) !important;
    color: #333 !important;
    display: block !important;
    padding: 12px 30px !important;
    line-height: 1.4em !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 24px !important;
}

.offer {
    width: 300px;
    margin-top: 30px;
}

.offer ul {
    display: flex;
    justify-content:space-around;
}

.offer ul li img {
    width: 80px;
    padding: 5px;
}

.offer p {
    color: #fff;
    background: #333;
    text-align: center;
    font-size: 80%;
    border-radius: 100px;
}

/* 车内设备背景样式 - 黑色半透明，占满宽度 */
.main_txt .offer p .offer-bg {
    background: rgba(0,0,0,0.7) !important;
    color: #fff !important;
    display: block !important;
    padding: 10px 30px !important;
    line-height: 1.4em !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

.fv-img {
    background: url("../images/haneda_mv.png") no-repeat;
    width: 1100px;
    height: 380px;
    margin: 0 auto;
    position: relative;
}

.fv-img-narita {
    background: url("../images/narita_mv.png") no-repeat !important;
}

.fv-img-narita .main_txt {
    right: 50px;
    left: auto;
    text-align: right;
}

.fv-txt {
    background: #000;
    width: 1100px;
    height: 93px;
    margin: 0 auto;
    text-align: center;
}

.fv-txt h3 .txt_01 {
    font-size: 200%;
    color: #fff;
    padding: 0 5px;
}

.fv-txt h3 .txt_02 {
    font-size: 250%;
    color: #f2ec34;
    padding: 0 5px;
}

.fv-txt h3 .txt_03 {
    font-size: 150%;
    color: #fff;
    padding: 0 5px;
}

.fv-txt p {
    font-size: 70%;
    color: #fff;
}

.cv-block {
    background: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
}

.contents-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.column-wrap {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.l-col2 {
    flex: 1;
    min-width: 300px;
}

.cv-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cv-btn-01 {
    display: inline-block;
    background: #D4AF37;
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s;
}

.cv-btn-01:hover {
    background: #c99d2e;
    transform: translateY(-2px);
}

.toBiz {
    text-align: center;
    margin-top: 20px;
}

.toBiz a {
    color: #D4AF37;
    text-decoration: none;
    font-weight: bold;
}

.review {
    padding: 60px 20px;
    background: white;
}

.review-ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.review-inner {
    margin-bottom: 40px;
}

.review-sub-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.review-sub-ttl span {
    border-bottom: 3px solid #D4AF37;
    padding-bottom: 5px;
}

.body-copy {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.elm-short-mrgb {
    margin-bottom: 20px;
}

.elm-mid-mrgb {
    margin-bottom: 40px;
}

.review-inner figure {
    margin: 20px 0;
}

.review-inner img {
    max-width: 100%;
    height: auto;
    display: block;
}

.voice {
    padding: 60px 20px;
    background: #f9f9f9;
}

.voice-ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.voice-list {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.voice-col2-1 {
    flex: 0 0 40%;
    margin-right: 20px;
}

.voice-col2-1 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.voice-col2-2 {
    flex: 1;
}

.ttl-bold-sml {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.body-copy-sml {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.voice-num {
    font-weight: bold;
    color: #D4AF37;
}

@media (max-width: 767px) {
    /* .fv-wrap, .fv-img, .fv-txt, .main_txt 样式已移至 personal-page.css */

    .column-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .voice-list {
        flex-direction: column;
    }

    .voice-col2-1 {
        flex: 1;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
