@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;
}

/*フッター*/
.footer {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .footer {
    margin: 0;
  }
}

.footer__title--main {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.footer__title--sub {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.footer__inner {
  width: 1020px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .footer__inner {
    width: 100%;
  }
}

.footer__inner--primary {
  background-color: #F2F2F2;
}

@media screen and (max-width: 640px) {
  .footer__inner--primary {
    background-color: #FFF;
  }
}

.footer__inner--secondary {
  background-color: #49494a;
  border-top: 1px solid #666;
}

@media screen and (max-width: 640px) {
  .footer__inner--secondary {
    overflow: hidden;
  }
}

.footer__inner--secondary a {
  color: #fff;
  text-decoration: none;
}

.footer__inner--secondary a:hover {
  text-decoration: underline;
}

.footer__inner--tertiary {
  background-color: #49494a;
}

.footer__inner--tertiary a {
  color: #fff;
  text-decoration: none;
}

.footer__inner--tertiary a:hover {
  text-decoration: underline;
}

.footer__top {
  padding: 30px 10px;
}

@media screen and (max-width: 640px) {
  .footer__top {
    padding: 10px;
  }
}

.footer__bottom {
  padding: 10px;
}

.footer__top, .footer__bottom {
  width: 1020px;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .footer__top, .footer__bottom {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer__contents {
  font-size: 0;
  overflow: hidden;
}

.footer__contents--left, .footer__contents--right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .footer__contents--left, .footer__contents--right {
    display: block;
    padding: 0;
  }
}

.footer__contents--left {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .footer__contents--left {
    width: 100%;
    margin: 0 0 40px;
  }
}

.footer__contents--right {
  width: 60%;
  border-left: solid 1px #666;
}

@media screen and (max-width: 640px) {
  .footer__contents--right {
    width: 100%;
    border-left: none;
  }
}

.footer__contents--title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 1em;
}

.footer__contents--list li {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 10px 1.5em;
  list-style-type: square;
}

.footer__service--title {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  width: 9em;
}

.footer__service--data {
  overflow: hidden;
  padding: 0 0 0 9em;
}

.footer__service--list {
  font-size: 0;
  margin: 0 0 10px;
}

.footer__service--list li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .footer__service--list li {
    margin: 0 10px 0 0;
    line-height: 24px;
  }
}

.footer__service--list li::after {
  content: '|';
  margin: 0 6px;
}

@media screen and (max-width: 640px) {
  .footer__service--list li::after {
    content: none;
    margin: 0;
  }
}

.footer .t-category__heading--main {
  color: #333;
}

.footer__category--title {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
}

@media screen and (max-width: 640px) {
  .footer__category--title {
    font-size: 14px;
  }
}

.footer__article {
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .footer__article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #FFF;
    border-bottom: solid 1px #EEE;
    border-left: solid 1px #EEE;
    border-right: solid 1px #EEE;
  }
}

.footer__article li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 5px 0;
  position: relative;
}

.footer__article li::after {
  color: #999;
  content: "│";
  margin: 0 5px;
}

.footer__article li a {
  color: #333;
}

@media screen and (max-width: 640px) {
  .footer__article li {
    display: block;
    width: 50%;
    margin: 0;
    border-top: solid 1px #EEE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__article li.footer__article--border {
    border-bottom: solid 1px #EEE;
  }
  .footer__article li:nth-child(odd) {
    border-right: solid 1px #EEE;
  }
  .footer__article li::after {
    content: "";
    margin: 0;
  }
  .footer__article li a {
    color: #333;
    background-color: #FFF;
    display: block;
    padding: 8px 16px 8px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    position: relative;
  }
  .footer__article li a::after {
    position: absolute;
    right: 7px;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
  }
}

.footer__link {
  float: left;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .footer__link {
    float: none;
  }
}

.footer__link li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  font-size: 13px;
  line-height: 20px;
}

@media screen and (max-width: 640px) {
  .footer__link li {
    display: block;
    margin: 0 1em 10px 0;
  }
}

.footer__copyright {
  float: right;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (max-width: 640px) {
  .footer__copyright {
    float: none;
  }
}

.footer__logo {
  float: left;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 640px) {
  .footer__logo {
    float: none;
  }
}

.footer__logo svg {
  fill: #fff;
}

.footer__pagetop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 50px;
}

@media screen and (max-width: 640px) {
  .footer__pagetop {
    bottom: 10px;
    right: 10px;
  }
}

.footer__pagetop a {
  display: block;
  background-color: #30BBF2;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  padding: 12px 5px 0px 5px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__comment {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 50px;
}

@media screen and (max-width: 640px) {
  .footer__comment {
    bottom: 10px;
    right: 10px;
  }
}

.footer__comment a {
  background-color: #238BE4;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__comment::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -8px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 22px solid #238BE4;
  z-index: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.footer-top {
  background-color: #EFEFEF;
  margin-top: 20px;
}

.footer-top__inner {
  width: 1020px;
  margin: auto;
  padding: 24px 0;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .footer-top__inner {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer-top__inner a {
  color: #333;
  text-decoration: none;
}

.footer-top__inner a:hover {
  text-decoration: underline;
}

.footer-top__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .footer-top__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-top__primary {
  width: 44%;
}

@media screen and (max-width: 640px) {
  .footer-top__primary {
    width: 100%;
  }
}

.footer-top__secondary {
  width: 54%;
}

@media screen and (max-width: 640px) {
  .footer-top__secondary {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .footer-top li:not(:first-of-type) {
    margin-top: 4px;
  }
}

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

@media screen and (max-width: 640px) {
  .footer-top__list li {
    text-indent: -1em;
    padding-left: 1.5em;
  }
}

.footer-top__list a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

.footer-top__list a:not(:last-child)::after {
  content: "｜";
}

.footer-top__list a:hover {
  text-decoration: underline;
}

.footer-top h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  border-bottom: 1px solid #CCC;
  padding: 0 0 8px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .footer-top h2 {
    font-size: 16px;
  }
}

.footer-top h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
}

@media screen and (max-width: 640px) {
  .footer-top h3 {
    font-size: 14px;
  }
}

.footer-top__inquiry {
  margin: 16px 0 0;
  padding: 16px;
  background-color: #FFF;
  border-radius: 10px;
}

.footer-top__inquiry h3 {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .footer-top__inquiry h3 {
    font-size: 16px;
    text-align: center;
  }
}

.footer-top__inquiry--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .footer-top__inquiry--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-top__inquiry--primary {
  font-size: 16px;
  line-height: 1.3;
  width: 55%;
}

@media screen and (max-width: 640px) {
  .footer-top__inquiry--primary {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
}

.footer-top__inquiry--primary br {
  display: none;
}

@media screen and (max-width: 640px) {
  .footer-top__inquiry--primary br {
    display: block;
  }
}

.footer-top__inquiry--primary a {
  color: #111;
  font-size: 58px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 640px) {
  .footer-top__inquiry--primary a {
    font-size: 36px;
  }
}

.footer-top__inquiry--primary a:hover {
  text-decoration: none;
}

.footer-top__inquiry--secondary a {
  display: block;
  display: block;
  text-align: center;
  background-color: #30BBF2;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  color: #FFF;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 640px) {
  .footer-top__inquiry--secondary a {
    padding: 10px 0;
    font-size: 15px;
    margin: 16px 0 0;
  }
}

.footer-top__inquiry--secondary a:hover {
  text-decoration: none;
}

.footer-top__inquiry--fd img {
  width: auto;
  height: 50px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 640px) {
  .footer-top__inquiry--fd img {
    height: 36px;
  }
}

@media screen and (max-width: 640px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .is-sp {
    display: none;
  }
}

.visible, .invisible {
  opacity: 0.0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1.0;
}

.visible.translateY, .invisible.translateY {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateY {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.visible.translateToLeft, .invisible.translateToLeft {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateToLeft {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.visible.translateToRight, .invisible.translateToRight {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateToRight {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.visible.translateScaleUp, .invisible.translateScaleUp {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateScaleUp {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.visible.translateScaleDown, .invisible.translateScaleDown {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateScaleDown {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.visible.translateRotate, .invisible.translateRotate {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateRotate {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

img {
  max-width: 100%;
}

.header {
  padding: 20px 0 24px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .header {
    padding: 12px 0 16px;
  }
}

.header__inner {
  width: 1020px;
  margin: auto;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 640px) {
  .header__inner {
    width: 100%;
    padding: 0 6px 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.header a {
  text-decoration: none;
}

.header__logo img {
  width: auto;
  height: 24px;
}

.header__logo--main {
  display: inline-block;
}

.header__logo--sub {
  display: inline-block;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  vertical-align: -6px;
}

.header__logo--sub a {
  color: inherit;
  text-decoration: none;
}

.header__title {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.breadcrumb {
  margin: 10px 0;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    margin: 10px;
  }
}

.breadcrumb__inner {
  font-size: 0;
  width: 1020px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .breadcrumb__inner {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.breadcrumb__inner li {
  display: inline;
  font-size: 12px;
  position: relative;
}

.breadcrumb__inner li:not(:last-child)::after {
  content: " > ";
}

.wrapper {
  width: 100%;
  min-width: 1020px;
  margin: auto;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .wrapper {
    width: 100%;
    min-width: 100%;
  }
}

.wrapper a {
  color: #333;
}

.inner {
  width: 1020px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
  }
}

section {
  margin-top: 32px;
}

h2 {
  font-size: 2em;
  line-height: 1.3;
  color: #333;
  font-weight: 700;
}

.bg {
  padding: 32px 0;
  background-color: #efefef;
}

.hero-images {
  background: url("/lease/image/campaign/main_timeup.png") no-repeat center #D80100;
  height: 560px;
}

@media screen and (max-width: 640px) {
  .hero-images {
    background: none;
    height: auto;
  }
}

.hero-images img {
  width: 100%;
}

.benefits {
  margin: 24px 0 0;
}

@media screen and (max-width: 640px) {
  .benefits {
    margin: 0;
  }
}

.benefits.bg {
  background-color: #f2ca00;
  padding-bottom: 24px;
}

.benefits .benefits__inner {
  width: 1020px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .benefits .benefits__inner {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.benefits .benefits__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 16px;
}

.benefits .benefits__block {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 640px) {
  .benefits .benefits__block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .benefits .benefits__block:nth-child(1) {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 640px) {
  .benefits .benefits__block:nth-child(1)::after {
    content: "";
    background: url("/lease/image/campaign/img_arrow_bottom.png") no-repeat;
    width: 70px;
    height: 290px;
    position: absolute;
    top: 0;
    right: -90px;
  }
}

@media screen and (max-width: 640px) {
  .benefits .benefits__block:nth-child(1)::after {
    content: "";
    background: url("/lease/image/campaign/img_arrow_bottom_sp.png") no-repeat;
    width: 210px;
    height: 50px;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    background-size: cover;
    bottom: -60px;
  }
}

.benefits h2 {
  text-align: center;
}

.benefits p {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .method {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.method h2 {
  font-size: 44px;
  text-align: center;
  margin: 0 0 8px;
  padding-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .method h2 {
    font-size: 18px;
  }
}

.method h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url("/lease/image/campaign/griy_h2_img.png") no-repeat center;
  height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
}

.method h3 {
  font-size: 28px;
}

@media screen and (max-width: 640px) {
  .method h3 {
    font-size: 18px;
  }
}

.method .method__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #f7e690;
  border-radius: 12px;
  padding: 16px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .method .method__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.method .method__block dt {
  width: 300px;
}

@media screen and (max-width: 640px) {
  .method .method__block dt {
    width: 100%;
  }
}

.method .method__block dd {
  width: calc(100% - 380px);
  padding-left: 70px;
}

@media screen and (max-width: 640px) {
  .method .method__block dd {
    width: 100%;
    padding: 0;
    font-size: 14px;
    margin: 8px 0 0;
  }
}

.method .method__block .step {
  position: absolute;
  top: 24px;
  left: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background-color: #FF5E00;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 640px) {
  .method .method__block .step {
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}

.method .method__block p {
  margin-bottom: 0;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ff5e00;
  font-size: 16px;
  font-weight: 700;
  background: #FFF;
  border: solid 3px #ff5e00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}

.balloon::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -248px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -250px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ff5e00;
  z-index: 1;
}

.car {
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .car {
    padding: 10px;
  }
}

.car h2 {
  font-size: 44px;
  text-align: center;
  margin: 0 0 8px;
  padding-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .car h2 {
    font-size: 18px;
  }
}

.car h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url("/lease/image/campaign/griy_h2_img.png") no-repeat center;
  height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
}

.car__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.car__list--item {
  width: calc((100% - 40px) / 5);
  position: relative;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .car__list--item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .car__list--item:not(:first-of-type) {
    margin-top: 16px;
  }
}

@media screen and (min-width: 640px) {
  .car__list--item:not(:nth-child(-n+5)) {
    margin-top: 16px;
  }
}

.car__list--link {
  text-align: center;
  margin: 24px 0 0;
}

.car__list--link .button {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 16px 32px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #FF5E00;
  background-color: #fff;
  color: #FF5E00;
  position: relative;
}

@media screen and (max-width: 640px) {
  .car__list--link .button {
    font-size: 13px;
    padding: 12px;
  }
}

.car__list--link .button::after {
  position: absolute;
  top: 40%;
  right: 14px;
  content: "";
  border-top: 3px solid #FF5E00;
  border-right: 3px solid #FF5E00;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .car__list--link .button::after {
    width: 8px;
    height: 8px;
  }
}

.car__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .car__thumbnail {
    width: 150px;
  }
}

@media screen and (max-width: 640px) {
  .car__data {
    width: calc(100% - 160px);
  }
}

.car__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.car__meta--icon {
  font-size: 11px;
  font-weight: 700;
  background-color: #FF3455;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  padding: 2px 8px;
  margin: 4px 0 0;
}

.car__meta--plan {
  font-size: 14px;
  margin-left: 4px;
}

.car__price {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .car__price {
    text-align: left;
  }
}

.car__price--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.car__price--unit {
  font-size: 11px;
  font-weight: 700;
  margin-left: 0.25em;
}

a.car__button {
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #FF5E00;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

a.car__button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.car__button span {
  display: block;
  font-size: 10px;
}

.attention {
  font-size: 14px;
  margin: 24px 0 0;
}

.attention .attention__heading {
  font-size: 16px;
}

.attention .attention__list > li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 640px) {
  .deals {
    font-size: 14px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.deals h2 {
  font-size: 44px;
  text-align: center;
  margin: 0 0 8px;
  padding-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .deals h2 {
    font-size: 18px;
  }
}

.deals h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url("/lease/image/campaign/griy_h2_img.png") no-repeat center;
  height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
}

.deals .deals__list--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

@media screen and (max-width: 640px) {
  .deals .deals__list--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.deals .deals__list--item:not(:first-of-type) {
  margin-top: 32px;
}

.deals .deals__list--item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}

.deals .deals__list--item dt {
  width: 400px;
}

@media screen and (max-width: 640px) {
  .deals .deals__list--item dt {
    width: 100%;
  }
}

.deals .deals__list--item dd {
  width: calc(100% - 420px);
  border-bottom: 1px solid #CCC;
  padding-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .deals .deals__list--item dd {
    width: 100%;
    margin: 8px 0 0;
  }
}

.deals .deals__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  color: #FF5E00;
  border-left: 5px solid #FF5E00;
  padding: 0 0 0 7px;
}

@media screen and (max-width: 640px) {
  .deals .deals__heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .overview {
    font-size: 14px;
  }
}

.overview h2 {
  font-size: 44px;
  text-align: center;
  margin: 0 0 8px;
  padding-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .overview h2 {
    font-size: 18px;
  }
}

.overview h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url("/lease/image/campaign/griy_h2_img.png") no-repeat center;
  height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
}

.overview .overview__inner {
  width: 1020px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .overview .overview__inner {
    width: 100%;
  }
}

.overview .overview__heading {
  background-color: #F2CA00;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
}

.overview .overview__data {
  background-color: #fff;
  border: 2px solid #F2CA00;
  padding: 32px;
}

@media screen and (max-width: 640px) {
  .overview .overview__data {
    padding: 10px;
  }
}

.overview .overview__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .overview .overview__title {
    font-size: 16px;
  }
}

.overview .overview__list:not(:last-of-type) {
  margin-bottom: 16px;
}

.overview .overview__list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.overview__tel {
  font-size: 20px;
}

.icon__free {
  width: auto;
  height: 18px;
}

.overview__form {
  margin: 16px 0 0;
  display: inline-block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  background-color: #EFEFEF;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.footer__inner--tertiary {
  padding: 0 0 150px;
}

.footer__pagetop {
  bottom: 160px;
}

.float {
  position: fixed;
  z-index: 2;
  background-color: rgba(51, 51, 51, 0.8);
  text-align: center;
  padding: 24px;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .float {
    padding: 20px;
  }
}

.float .float__button {
  background-color: #FF5E00;
  -webkit-box-shadow: 0 5px 0 0 #c94e06;
          box-shadow: 0 5px 0 0 #c94e06;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 18px;
  margin: auto;
  width: 500px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 640px) {
  .float .float__button {
    font-size: 18px;
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.float .float__button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5e00), color-stop(#fdb400), to(#ff5e00));
  background: -webkit-linear-gradient(top, #ff5e00, #fdb400, #ff5e00);
  background: -o-linear-gradient(top, #ff5e00, #fdb400, #ff5e00);
  background: linear-gradient(180deg, #ff5e00, #fdb400, #ff5e00);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 1s ease;
          animation: AnimationName 1s ease;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}

.float .float__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  background: inherit;
  -webkit-animation: ripple 1s cubic-bezier(0.3, 0, 0.1, 1) infinite;
          animation: ripple 1s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.1, 1.5);
            transform: scale(1.1, 1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.1, 1.5);
            transform: scale(1.1, 1.5);
    opacity: 0;
  }
}

.float .float__button:active {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.float .float__button::after {
  position: absolute;
  top: 40px;
  right: 30px;
  content: "";
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .float .float__button::after {
    top: 40%;
  }
}

.float .float__button--sub {
  display: block;
  font-size: 18px;
  margin: 0 0 8px;
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.fade_on {
  position: fixed;
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.button__wrap {
  margin: 24px 0 44px;
}

.button__wrap .button {
  background-color: #FF5E00;
  -webkit-box-shadow: 0 5px 0 0 #c94e06;
          box-shadow: 0 5px 0 0 #c94e06;
  border-radius: 4px;
  color: #FFF;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  margin: auto;
  width: 500px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 640px) {
  .button__wrap .button {
    font-size: 18px;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 10px;
  }
}

.button__wrap .button::after {
  position: absolute;
  top: 40%;
  right: 30px;
  content: "";
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .button__wrap .button::after {
    top: 40%;
  }
}

.button__wrap .button:active {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button__wrap .button__sub {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 8px;
}

.information {
  width: 1020px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #F00;
  background-color: #fff7b4;
  padding: 16px;
}
.information__title {
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  .information {
    width: auto;
    font-size: 15px;
    padding: 8px;
    margin: 0;
  }
  .information__title {
    font-size: 18px;
  }
}

