@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: middle;
}

p {
  margin: 0 0 1em;
}

.wrapper {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

.wrapper__inner {
  width: 1020px;
  margin: auto auto 40px;
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0 0;
}

.faq__cat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 12px;
}

.faq__cat li {
  width: 19%;
}

.faq__cat a {
  display: block;
  text-align: center;
  border: 2px solid #30BBF2;
  box-sizing: border-box;
  padding: 8px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.faq__block {
  padding: 30px;
  background-color: #fff;
}

.faq h2 {
  font-size: 28px;
  margin: 0 0 8px;
}

.faq h3 {
  font-size: 22px;
}

.faq h4::before {
  content: url("/lease/image/newcar/icon_q-7b51c44c67f0e47c8a48e0c08dc82fc7.svg");
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: -6px;
  position: relative;
  left: 18px;
}

.faq section {
  padding: 24px;
  background-color: #F7F7F7;
}

.faq section:not(:first-of-type) {
  margin-top: 16px;
}

.accordion {
  padding: 0;
}

.accordion dl {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0 0;
  border: solid 1px #EFEFEF;
}

.accordion dl:first-of-type {
  margin-top: 0;
}

.accordion dt {
  background-color: #FFF;
  cursor: pointer;
  padding: 18px 8px;
  padding-left: 46px;
  padding-right: 40px;
  text-indent: -26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.accordion dt::after {
  position: absolute;
  top: 37%;
  right: 15px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #ff467f;
  border-right: 2px solid #ff467f;
  transform: rotate(135deg);
}

.accordion dt.is-current {
  background-color: #EFEFEF;
}

.accordion dt.is-current::after {
  transform: rotate(-45deg);
}

.accordion dd {
  color: #555;
  padding: 10px;
  font-size: 16px;
  line-height: 1.7;
  background-color: #FFF;
}

.accordion dd ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 12px;
  margin: 1em 0;
}

.contact-us {
  background-color: #FFF;
  padding: 8px 8px 24px;
}

.contact-us__form {
  border: 1px solid #ff467f;
  color: #ff467f;
  font-size: 13px;
  line-height: 1;
  display: block;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  box-sizing: border-box;
  margin: auto;
  width: 80%;
}

.contact-us__tel {
  border: 1px solid #ff467f;
  color: #ff467f;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  box-sizing: border-box;
  margin: 16px auto auto;
  width: 80%;
}

.contact-us__tel span {
  font-size: 14px;
  margin-left: -0.5em;
}

.contact-us__tel--cap {
  font-size: 11px;
  text-align: center;
  margin: 8px 0 0;
}

.consultation {
  text-align: center;
  margin: 40px 0 0;
}

.consultation__button {
  outline: none;
  border: none;
  display: inline-block;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #333;
  box-shadow: 0 4px 0 0 #CCC;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.consultation__button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.consultation__freedial img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 640px) {
  .faq__cat li:not(:nth-child(-n+5)) {
    margin-top: 1%;
  }
}

@media screen and (max-width: 640px) {
  .wrapper {
    font-size: 15px;
    line-height: 1.5;
  }

  .wrapper__inner {
    width: 100%;
    box-sizing: border-box;
    margin: auto auto 20px;
    padding: 10px;
  }

  .page-title {
    font-size: 24px;
    margin: 0 0 8px;
  }

  .faq__cat li {
    width: 49.5%;
  }

  .faq__cat li:not(:nth-child(-n+2)) {
    margin-top: 1%;
  }

  .faq__cat a {
    font-size: 13px;
    background-color: #e7f2f7;
    border: none;
    color: #1178a7;
  }

  .faq__block {
    padding: 12px;
  }

  .faq h2 {
    font-size: 16px;
  }

  .faq section {
    padding: 10px;
  }

  .accordion dl {
    margin: 8px 0 0;
  }

  .accordion dt {
    font-size: 15px;
  }

  .accordion dd {
    font-size: 14px;
  }

  .consultation {
    font-size: 14px;
    padding: 10px;
  }

  .consultation__text {
    margin: 8px 0;
  }

  .consultation__text br {
    display: none;
  }

  .consultation__button {
    font-size: 18px;
  }
}