@charset "UTF-8";
/**
*  reset
*/
* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  background-color: #fff;
  font-size: 62.5%; }

ul, ol {
  list-style: none; }

img {
  vertical-align: bottom; }

/**
*  base
*/
body {
  color: #333;
  line-height: 1.5;
  width: 100%; }

body,
button {
  font-family: "CI", Meiryo, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, "lr oSVbN", sans-serif; }

a {
  color: #193481;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: underline; }

.inner {
  position: relative;
  width: auto;
  margin: 0 auto;
  *zoom: 1; }

.inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

body > img:last-child {
  position: absolute; }

a.icon img {
  vertical-align: middle; }

.link-hidden-text {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.br {
  display: block; }
  @media only screen and (max-width: 540px) {
    .br--onlySp {
      display: block; }
    .br--onlyPc, .br--onlySmallPc, .br--onlyTab {
      display: none; } }
  @media only screen and (min-width: 541px) {
    .br--onlyPc {
      display: block; }
    .br--onlySmallPc, .br--onlyTab, .br--onlySp {
      display: none; } }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .br--onlyTab {
      display: block; }
    .br--onlyPc, .br--onlySmallPc, .br--onlySp {
      display: none; } }
  @media only screen and (min-width: 769px) and (max-width: 1180px) {
    .br--onlySmallPc {
      display: block; }
    .br--onlyPc, .br--onlyTab, .br--onlySp {
      display: none; } }
  .br:before, .br:after, .br--onlyPc::before, .br--onlyPc::after, .br--onlyTab::before, .br--onlyTab::after, .br--onlySp::before, .br--onlySp::after {
    display: none !important; }

/*---------------------------------

ヘッダー 調整

---------------------------------*/
.header-2019 .ui .lang a {
  font-size: 1.28rem; }
.header-2019 .ui .search .key {
  font-size: 1.28rem; }

/*---------------------------------

グローバルナビ 調整

---------------------------------*/
.global-navigation2019 .nav li {
  font-size: 1.6rem;
  line-height: 1.6rem; }
.global-navigation2019 li {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important; }
.global-navigation2019 .nav__content {
  padding-top: 20px; }

.global-navigation2019-sp .nav .primary-title .title-link {
  font-size: 1.28rem;
  line-height: 1.6rem; }
.global-navigation2019-sp .nav__content li {
  font-size: 1.28rem;
  line-height: 1.92rem; }
@media only screen and (max-width: 540px) {
  .global-navigation2019-sp {
    margin-bottom: 0; } }

/*---------------------------------

フッター 調整

---------------------------------*/
.footer-navigation .title {
  font-size: 1.5rem; }

.footer-2019 .nav__list li a {
  font-size: 1.28rem; }

/*---------------------------------

スマホメニュー 調整

---------------------------------*/
@media only screen and (max-width: 540px) {
  .sp-menu ul.level1 {
    padding-top: 15px; } }
@media only screen and (min-width: 541px) and (max-width: 768px) {
  .sp-menu ul.level1 {
    padding-top: 15px; } }

/*---------------------------------

/service-info以下の変数/mixin

---------------------------------*/
/*---------------------------------

/service-info以下のページのcss

---------------------------------*/
.serviceInfo {
  /*---------------------------------
  
  1180pxのインナースタイル
  
  ---------------------------------*/
  /*---------------------------------
  
  ファーストビュー
  
  ---------------------------------*/
  /*---------------------------------
  
  パンくず
  
  ---------------------------------*/
  /*---------------------------------
  
  各サービス紹介ブロック
  
  ---------------------------------*/
  /*---------------------------------
  
  service-info/lease_finance のはじめてのお客さまへ
  
  ---------------------------------*/ }
  @media only screen and (min-width: 541px) {
    .serviceInfo {
      overflow: hidden; } }
  .serviceInfo .serviceInfoInner {
    max-width: 1180px;
    width: auto;
    margin: 0 auto; }
  .serviceInfo .serviceInfoFirstView {
    width: 100%;
    margin-bottom: 25px; }
    .serviceInfo .serviceInfoFirstView--leaseFinance {
      background: #fff url("/images/service-info/lease_finance/title_bg.jpg") no-repeat center center;
      background-size: cover; }
    .serviceInfo .serviceInfoFirstView--global {
      background: #fff url("/images/service-info/global/title_bg.jpg") no-repeat center center;
      background-size: cover; }
    .serviceInfo .serviceInfoFirstView--creditCard {
      background: #fff url("/images/service-info/credit_card/title_bg.jpg") no-repeat center center;
      background-size: cover; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoFirstView {
        padding: 70px 0; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoFirstView {
        padding: 70px 0 80px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoFirstView {
        padding: 70px 0 80px; } }
    .serviceInfo .serviceInfoFirstView__desc {
      text-align: center;
      width: calc(100% - 40px);
      margin-right: auto;
      margin-left: auto; }
    .serviceInfo .serviceInfoFirstView__title {
      margin-bottom: 45px; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoFirstView__title {
          margin-bottom: 30px; } }
    .serviceInfo .serviceInfoFirstView__mainTitle {
      color: #000; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoFirstView__mainTitle {
          font-size: 2.8rem; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoFirstView__mainTitle {
          font-size: 3.9rem; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoFirstView__mainTitle {
          font-size: 3.9rem; } }
    .serviceInfo .serviceInfoFirstView__subTitle {
      display: block;
      margin: 0 auto;
      width: 100%; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoFirstView__subTitle--leaseFinance {
          max-width: 100%; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoFirstView__subTitle--leaseFinance {
          max-width: 100%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoFirstView__subTitle--leaseFinance {
          max-width: 100%;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoFirstView__subTitle--leaseFinance {
          max-width: 100%; } }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoFirstView__subTitle--global {
          max-width: 50%; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoFirstView__subTitle--global {
          max-width: 100%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoFirstView__subTitle--global {
          max-width: 100%;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoFirstView__subTitle--global {
          max-width: 100%; } }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoFirstView__subTitle--creditCard {
          max-width: 100%; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoFirstView__subTitle--creditCard {
          max-width: 100%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoFirstView__subTitle--creditCard {
          max-width: 100%;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoFirstView__subTitle--creditCard {
          max-width: 100%; } }
    .serviceInfo .serviceInfoFirstView__subTitleImg {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .serviceInfo .serviceInfoFirstView__subTitleEn {
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      color: #035372;
      font-family: 'Crimson Text', serif;
      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; }
      .serviceInfo .serviceInfoFirstView__subTitleEn:before, .serviceInfo .serviceInfoFirstView__subTitleEn:after {
        content: "";
        width: 30px;
        height: 1px;
        background: #0068b2;
        display: block; }
      .serviceInfo .serviceInfoFirstView__subTitleEn:before {
        margin-right: 10px; }
      .serviceInfo .serviceInfoFirstView__subTitleEn:after {
        margin-left: 10px; }
    .serviceInfo .serviceInfoFirstView__text {
      font-weight: bold;
      line-height: 1.6; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoFirstView__text {
          font-size: 1.6rem; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoFirstView__text {
          font-size: 1.7rem; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoFirstView__text {
          font-size: 1.7rem; } }
  @media only screen and (max-width: 540px) {
    .serviceInfo .serviceInfoBread {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 541px) {
    .serviceInfo .serviceInfoBread {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .serviceInfo .serviceInfoBread {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 769px) and (max-width: 1180px) {
    .serviceInfo .serviceInfoBread {
      margin-bottom: 70px; } }
  .serviceInfo .serviceInfoBread__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBread__items {
        width: calc(100% - 20px); } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBread__items {
        width: 100%; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBread__items {
        width: calc(100% - 60px); } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBread__items {
        width: calc(100% - 60px); } }
  .serviceInfo .serviceInfoBread__item {
    font-size: 1.1rem;
    line-height: 1.8em;
    margin-right: 10px; }
    .serviceInfo .serviceInfoBread__item:after {
      content: '>';
      display: inline;
      margin-left: 8px; }
    .serviceInfo .serviceInfoBread__item:last-child:after {
      display: none; }
  .serviceInfo .serviceInfoBread__link {
    text-decoration: underline; }
  .serviceInfo .serviceInfoBlock {
    background: #fff url("/images/common/bg_stripe.png") repeat;
    width: 100%; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock--lease {
        padding: 35px 0 50%;
        margin-bottom: 37.5%; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock--lease {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock--lease {
        padding: 50px 0 60px;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock--lease {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock--finance {
        padding: 35px 0 50%;
        margin-bottom: 37.5%; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock--finance {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock--finance {
        padding: 50px 0 60px;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock--finance {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock--servicesOverseas {
        padding: 35px 0 50%;
        margin-bottom: 37.5%; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock--servicesOverseas {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock--servicesOverseas {
        padding: 50px 0 60px;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock--servicesOverseas {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock--overseas {
        padding: 35px 0 50%;
        margin-bottom: 37.5%; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock--overseas {
        padding: 70px 0 220px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock--overseas {
        padding: 50px 0 60px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock--overseas {
        padding: 70px 0 220px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock--nttGroupCard {
        padding: 35px 0 50%;
        margin-bottom: 37.5%; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock--nttGroupCard {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock--nttGroupCard {
        padding: 50px 0 60px;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock--nttGroupCard {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock--nttBizCard {
        padding: 35px 0 50%;
        margin-bottom: 37.5%; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock--nttBizCard {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock--nttBizCard {
        padding: 50px 0 60px;
        margin-bottom: 60px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock--nttBizCard {
        padding: 70px 0;
        margin-bottom: 110px; } }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock--paySol {
        padding: 35px 0 50%;
        margin-bottom: 37.5%; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock--paySol {
        padding: 70px 0;
        margin-bottom: 0; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock--paySol {
        padding: 50px 0 60px;
        margin-bottom: 0; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock--paySol {
        padding: 70px 0;
        margin-bottom: 0; } }
    .serviceInfo .serviceInfoBlock__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 auto; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: calc(100% - 40px); } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__content {
          width: 100%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__content {
          width: 100%; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__content {
          width: calc(100% - 60px); } }
      .serviceInfo .serviceInfoBlock__content--reversal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        @media only screen and (max-width: 540px) {
          .serviceInfo .serviceInfoBlock__content--reversal {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
    .serviceInfo .serviceInfoBlock__title {
      text-align: center;
      width: 100%; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__title {
          margin-bottom: 30px; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__title {
          max-width: 470px;
          margin-bottom: 50px; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__title {
          max-width: 100%; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__title {
          max-width: 50%;
          margin-bottom: 50px; } }
    .serviceInfo .serviceInfoBlock__mainTitle {
      color: #000;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 1.4; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__mainTitle {
          font-size: 2rem; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__mainTitle {
          font-size: 2.6rem; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__mainTitle {
          font-size: 2.6rem; } }
    .serviceInfo .serviceInfoBlock__subTitle {
      font-size: 23px;
      line-height: 20px;
      text-align: center;
      color: #0068b2;
      font-family: 'Crimson Text', serif;
      letter-spacing: 1px; }
      .serviceInfo .serviceInfoBlock__subTitle--lease {
        font-size: 21px;
        line-height: 21px; }
      .serviceInfo .serviceInfoBlock__subTitle--finance {
        font-size: 21px;
        line-height: 21px; }
      .serviceInfo .serviceInfoBlock__subTitle--servicesOverseas {
        font-size: 18px;
        line-height: 18px; }
      .serviceInfo .serviceInfoBlock__subTitle--overseas {
        font-size: 21px;
        line-height: 21px; }
      .serviceInfo .serviceInfoBlock__subTitle--nttGroupCard {
        font-size: 18px;
        line-height: 18px; }
      .serviceInfo .serviceInfoBlock__subTitle--paysol {
        font-size: 18px;
        line-height: 18px; }
    .serviceInfo .serviceInfoBlock__leadTitle {
      display: block;
      line-height: 1;
      color: #0068B5;
      font-weight: bold;
      font-size: 1.8rem;
      margin-bottom: 10px; }
    .serviceInfo .serviceInfoBlock__smallText {
      font-size: 1.4rem;
      margin-right: -1em; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock__subTitleImg--lease {
        width: 140px;
        height: 12.5px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--finance {
        width: 190px;
        height: 12.5px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--servicesOverseas {
        width: 150px;
        height: 12.5px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--overseas {
        width: 120px;
        height: 12.5px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--nttGroupCard {
        width: 130px;
        height: 12.5px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--paysol {
        width: 160px;
        height: 12.5px; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock__subTitleImg--lease {
        width: 180px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--finance {
        width: 300px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--servicesOverseas {
        width: 200px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--overseas {
        width: 160px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--nttGroupCard {
        width: 160px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--paysol {
        width: 170px;
        height: 15px; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock__subTitleImg--overseas {
        width: 140px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--nttGroupCard {
        width: 150px;
        height: 15px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock__subTitleImg--lease {
        width: 180px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--finance {
        width: 300px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--servicesOverseas {
        width: 210px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--overseas {
        width: 150px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--nttGroupCard {
        width: 160px;
        height: 15px; }
      .serviceInfo .serviceInfoBlock__subTitleImg--paysol {
        width: 170px;
        height: 15px; } }
    .serviceInfo .serviceInfoBlock__detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .serviceInfo .serviceInfoBlock__detail--reversal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        @media only screen and (max-width: 540px) {
          .serviceInfo .serviceInfoBlock__detail--reversal {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__detail {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__detail {
          width: 100%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__detail {
          width: 100%; } }
    .serviceInfo .serviceInfoBlock__desc {
      width: 50%; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__desc {
          width: 100%;
          margin-bottom: 30px; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__desc {
          max-width: 470px;
          margin-right: 90px; }
          .serviceInfo .serviceInfoBlock__desc--reversal {
            margin-right: 0;
            margin-left: 90px; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__desc {
          width: 50%;
          max-width: 50%;
          margin-left: auto;
          margin-right: auto; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__desc {
          width: 50%;
          max-width: 50%;
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlock__comment {
        margin-bottom: 30px; } 
      .serviceInfo .serviceInfoBlock__card {
        margin-bottom: 10px; }
      .serviceInfo .serviceInfoBlock__cardlink {
        margin-top: -30px; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlock__comment {
        margin-bottom: 70px; }
      .serviceInfo .serviceInfoBlock__card {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock__comment {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; }
      .serviceInfo .serviceInfoBlock__card {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock__comment {
        width: 95%;
        margin-left: 0;
        margin-right: 5%;
        margin-bottom: 70px; }
      .serviceInfo .serviceInfoBlock__card {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock__comment--reversal {
        margin-left: 5%;
        margin-right: 0; } }
    .serviceInfo .serviceInfoBlock__comment--mb0 {
      margin-bottom: 0; }
    .serviceInfo .serviceInfoBlock__comment--mb20 {
      margin-bottom: 20px; }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlock__comment--paySol {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock__comment--paySol {
        margin-bottom: 50px; } }
    .serviceInfo .serviceInfoBlock__text {
      font-size: 1.5rem;
      line-height: 1.9; }
    .serviceInfo .serviceInfoBlock__attention {
      background-color: #fff;
      border: solid 2px #333;
      text-align: center;
      padding: 20px 0 15px;
      margin: 25px 0 70px;
      font-size: 1.5rem;
      line-height: 1.9; }
    .serviceInfo .serviceInfoBlock__text-red {
      color: #CE001C;
      font-weight: bold; }  
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlock__link {
        width: 95%;
        margin-left: 0;
        margin-right: 5%; } }
    .serviceInfo .serviceInfoBlock__linkBtn {
      background-color: #fff;
      border: solid 2px #0068B5;
      color: #0068B5;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.04em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      text-decoration: none;
      position: relative; }
      .serviceInfo .serviceInfoBlock__linkBtn:hover {
        text-decoration: none;
        color: #fff;
        background-color: #0068B5;
        border: 2px solid #fff; }
        .serviceInfo .serviceInfoBlock__linkBtn:hover:before {
          content: '';
          display: block;
          background: #0068B5 url("/images/common/arrow_blue_hover.png") no-repeat;
          background-size: 100%;
          height: 5px;
          width: 13px;
          position: absolute;
          top: 50%;
          left: 12px;
          margin-top: -3px; }
      .serviceInfo .serviceInfoBlock__linkBtn::before {
        content: '';
        display: block;
        background: #fff url("/images/common/arrow_blue.png") no-repeat;
        background-size: 100%;
        height: 5px;
        width: 13px;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -3px; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__linkBtn {
          max-width: 70%;
          height: 40px;
          margin: 0 auto; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__linkBtn {
          max-width: 190px;
          height: 40px;
          margin: 0 auto; }
        .serviceInfo .serviceInfoBlock__linkBtn.wd_long {
          max-width: 260px;
          height: 40px;
					letter-spacing: -0.005em;
					padding-left: 13px;
					text-align: left !important;
          margin: 0 auto 10px;}
        .serviceInfo .serviceInfoBlock__linkBtn.wd_long::before {
          left: 10px; }}
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__linkBtn {
          margin: 0 auto; } }
      .serviceInfo .serviceInfoBlock__linkBtn .serviceInfoBlock__linkBtnInnerText {
        position: relative; }
        .serviceInfo .serviceInfoBlock__linkBtn .serviceInfoBlock__linkBtnInnerText--iconNewWindow:after {
          content: '';
          background: #fff url("/images/common/icon_outlink.png") no-repeat;
          background-size: cover;
          display: block;
          width: 11px;
          height: 11px;
          position: absolute;
          top: 50%;
          right: -17px;
          margin-top: -7px; }
      .serviceInfo .serviceInfoBlock__linkBtn:hover .serviceInfoBlock__linkBtnInnerText {
        position: relative; }
        .serviceInfo .serviceInfoBlock__linkBtn:hover .serviceInfoBlock__linkBtnInnerText--iconNewWindow:after {
          background: #0068B5 url("/images/common/icon_outlink_hover.png") no-repeat;
          background-size: cover; }
    .serviceInfo .serviceInfoBlock__imgWrapper {
      position: relative; }
      .serviceInfo .serviceInfoBlock__imgWrapper--reversal {
        left: -90px; }
        @media only screen and (max-width: 540px) {
          .serviceInfo .serviceInfoBlock__imgWrapper--reversal {
            left: 0; }
        .serviceInfo .serviceInfoBlock__linkBtn.wd_long {
          max-width: 300px;

          margin: 0 auto 10px;}}
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .serviceInfo .serviceInfoBlock__imgWrapper--reversal {
            left: 0; } }
        @media only screen and (min-width: 769px) and (max-width: 1180px) {
          .serviceInfo .serviceInfoBlock__imgWrapper--reversal {
            left: 0; } }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__imgWrapper {
          width: 100%; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__imgWrapper {
          width: 50%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__imgWrapper {
          width: 50%; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__imgWrapper {
          width: 50%; } }
    .serviceInfo .serviceInfoBlock__img {
      display: block; }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__img {
          position: absolute;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__img {
          position: absolute;
          width: 120%;
          top: -110%;
          left: 0; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__img {
          position: relative;
          width: 100%;
          top: 0;
          left: 0; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__img {
          position: absolute;
          width: 100%;
          top: -55%;
          left: 0; } }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__img--finance {
          position: absolute;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__img--finance {
          position: absolute;
          width: 120%;
          top: -95%;
          left: 0; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__img--finance {
          position: relative;
          width: 100%;
          top: 0;
          left: 0; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__img--finance {
          position: absolute;
          width: 100%;
          top: -55%;
          left: 0; } }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__img--servicesOverseas {
          position: absolute;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__img--servicesOverseas {
          position: absolute;
          width: 120%;
          top: -110%;
          left: 0; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__img--servicesOverseas {
          position: relative;
          width: 100%;
          top: 0;
          left: 0; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__img--servicesOverseas {
          position: absolute;
          width: 100%;
          top: -60%;
          left: 0; } }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__img--overseas {
          position: absolute;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__img--overseas {
          position: absolute;
          width: 120%;
          top: -375%;
          left: 0; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__img--overseas {
          position: relative;
          width: 100%;
          top: 0;
          left: 0; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__img--overseas {
          position: absolute;
          width: 100%;
          top: -200%;
          left: 0; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__img--groupCard {
          top: -80%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__img--groupCard {
          position: relative;
          width: 100%;
          top: 0;
          left: 0; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__img--groupCard {
          width: 100%;
					top: -35%; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__img--bizCard {
          top: -150%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__img--bizCard {
          position: relative;
          width: 100%;
          top: 0;
          left: 0; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__img--bizCard {
          width: 100%;
					top: -100%; } }
      @media only screen and (max-width: 540px) {
        .serviceInfo .serviceInfoBlock__img--paySol {
          position: absolute;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 541px) {
        .serviceInfo .serviceInfoBlock__img--paySol {
          top: -130%; } }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .serviceInfo .serviceInfoBlock__img--paySol {
          position: relative;
          width: 100%;
          top: 0;
          left: 0; } }
      @media only screen and (min-width: 769px) and (max-width: 1180px) {
        .serviceInfo .serviceInfoBlock__img--paySol {
          width: 100%;
					top: -80%; } }
  @media only screen and (max-width: 540px) {
    .serviceInfo .serviceInfoBlockBeginner {
      margin-bottom: 60px; } }
  .serviceInfo .serviceInfoBlockBeginner__top {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlockBeginner__top {
        width: calc(100% - 40px); } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlockBeginner__top {
        width: 100%; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlockBeginner__top {
        width: calc(100% - 60px); } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlockBeginner__top {
        width: calc(100% - 60px); } }
  .serviceInfo .serviceInfoBlockBeginner__banner {
    background-color: #dff3f9;
    background-image: url("/images/service-info/lease_finance/banner_bg.png");
    background-repeat: no-repeat;
    border: 4px solid #0068B5;
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px 0 50px;
    text-decoration: none;
    position: relative; }
    .serviceInfo .serviceInfoBlockBeginner__banner:hover {
      opacity: 0.7;
      text-decoration: none; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlockBeginner__banner {
        background-size: 300px auto;
        background-position: -60px 205%;
        padding: 30px 0 40%; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlockBeginner__banner {
        background-size: 350px auto;
        background-position: -40px -15px; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlockBeginner__banner {
        background-size: 310px auto;
        background-position: -60px 10px; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlockBeginner__banner {
        background-size: 350px auto;
        background-position: -40px -15px; } }
  .serviceInfo .serviceInfoBlockBeginner__bannerTitle {
    color: #000; }
  .serviceInfo .serviceInfoBlockBeginner__bannerMainTitle {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1;
    letter-spacing: 0.13em; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlockBeginner__bannerMainTitle {
        font-size: 2.5rem;
        letter-spacing: 0.05em; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlockBeginner__bannerMainTitle {
        font-size: 2.8rem; } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlockBeginner__bannerMainTitle {
        font-size: 2.8rem; } }
  .serviceInfo .serviceInfoBlockBeginner__bannerText {
    font-size: 1.5rem; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlockBeginner__bannerText {
        margin: 0 10px; } }
  .serviceInfo .serviceInfoBlockBeginner__bannerLinkText {
    background: url("/images/common/btn_arrow_logn.png") no-repeat bottom left;
    background-size: 100% auto;
    display: block;
    position: absolute;
    width: 100px;
    height: 25px;
    right: 20px;
    bottom: 20px; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlockBeginner__bannerLinkText {
        width: 80px;
        height: 25px;
        right: 5px;
        bottom: 10px; } }
  .serviceInfo .serviceInfoBlockBeginner__bannerLinkInnerText {
    font-weight: bold;
    font-size: 1.4rem;
    color: #000; }
  .serviceInfo .serviceInfoBlockBeginner__bottom {
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlockBeginner__bottom {
        width: calc(100% - 40px); } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlockBeginner__bottom {
        width: 100%; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlockBeginner__bottom {
        width: calc(100% - 60px); } }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .serviceInfo .serviceInfoBlockBeginner__bottom {
        width: calc(100% - 60px); } }
  .serviceInfo .serviceInfoBlockBeginner__LinkItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlockBeginner__LinkItems {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlockBeginner__LinkItems {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlockBeginner__LinkItems {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .serviceInfo .serviceInfoBlockBeginner__LinkItem {
    width: 100%; }
    @media only screen and (max-width: 540px) {
      .serviceInfo .serviceInfoBlockBeginner__LinkItem {
        max-width: 100%;
        margin-bottom: 20px; }
        .serviceInfo .serviceInfoBlockBeginner__LinkItem:last-child {
          margin-bottom: 0; } }
    @media only screen and (min-width: 541px) {
      .serviceInfo .serviceInfoBlockBeginner__LinkItem {
        max-width: 24%; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .serviceInfo .serviceInfoBlockBeginner__LinkItem {
        max-width: 48%; }
        .serviceInfo .serviceInfoBlockBeginner__LinkItem:first-child, .serviceInfo .serviceInfoBlockBeginner__LinkItem:nth-child(2) {
          margin-bottom: 20px; } }
  .serviceInfo .serviceInfoBlockBeginner__Link {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 2px solid #0068B5;
    text-align: center;
    height: 75px;
    -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;
    vertical-align: middle;
    text-decoration: none;
    position: relative; }
    .serviceInfo .serviceInfoBlockBeginner__Link::before {
      content: '';
      display: block;
      background: #fff url("/images/common/arrow_blue.png") no-repeat;
      background-size: 100%;
      height: 5px;
      width: 13px;
      position: absolute;
      top: 50%;
      left: 12px;
      margin-top: -3px; }
    .serviceInfo .serviceInfoBlockBeginner__Link:hover {
      text-decoration: none;
      color: #fff;
      background-color: #0068B5;
      border: 2px solid #fff; }
      .serviceInfo .serviceInfoBlockBeginner__Link:hover:before {
        content: '';
        display: block;
        background: #0068B5 url("/images/common/arrow_blue_hover.png") no-repeat;
        background-size: 100%;
        height: 5px;
        width: 13px;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -3px; }
