@charset "UTF-8";
/************************************************************
 * help_lease
 ************************************************************/

/* ナビ */
.contentIndex {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
}
.contentIndex__item {
  box-sizing: border-box;
  float: left;
  width: 25%;
  position: relative;
  padding-left: 20px;
  margin: 0.25em 0;
  list-style: none;
}
.contentIndex__item:nth-child(4n - 3 ) {
  width: 29%;
}
.contentIndex__item:nth-child(4n - 2) {
  width: 24%;
}
.contentIndex__item:nth-child(4n - 1) {
  width: 26%;
}
.contentIndex__item:nth-child(4n) {
  width: 21%;
}
.contentIndex__item:before {
  position: absolute;
  left: 5px;
  top: 0.7em;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #aaa transparent transparent transparent;
}
.contentIndex__item a {
  font-weight: bold;
  color: #333;
  font-size: 15px;
  position: relative;
}

/* 本文セクション */
.contentSection {
  position: relative;
  margin-bottom: 30px;
  padding-top: 86px;
  font-size: 15px;
}
.contentSection:last-child {
  margin-bottom: 80px;
}
.contentSection:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 30px;
}

.contentSection a {
  color: #333 !important;
}

.contentSection h3 {
  margin: 0 0 30px 0;
  padding: 0 0 0 50px;
  background: url("/cmn/images/direct/search_icon_car_newcar-lease.png") left 0.2em no-repeat;
  color: #19a1be;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.contentSection h3 + * {
  margin-top: 0 !important;
}

.contentSection h4 {
  margin: 2.8em 0 1em 0;
  padding-left: 10px;
  border-left: solid 5px #19a1be;
  /*color: #19a1be;*/
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.contentSection h4 + * {
  margin-top: 0 !important;
}

.contentSection h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 1.4em 0 0.35em 0;
}
.contentSection h5 + * {
  margin-top: 0.7em !important;
}

.contentSection em {
  font-weight: bold;
  font-style: normal;
}

.contentSection p {
  margin: 1.4em 0;
}

/* 画像まわり */
.contentSection .img {
  margin: 2em 0;
  text-align: center;
}
.contentSection .caption {
  font-size: 12px;
}
.contentSection .caption.is-right {
  text-align: right;
}
.contentSection .caption.is-right-list {
  padding: 0;
  margin: 1.4em 0;
}

.contentSection .img + .caption {
  margin-top: -1em;
}

/* 中黒リスト */
.discList {
  margin: 1.4em 0;
  padding: 0;
}
.discList li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.discList.is-high li + li {
  margin-top: 0.7em;
}
.discList li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.2em;
  top: 0.6em;
}

/* 注釈リスト */
.cautionList {
  margin: 1.4em 0;
  padding: 0;
  font-size: 13px;
  color: #666;
}
.contentSection * + .cautionList {
  margin-top: -0.7em;
}
.cautionList li {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.cautionList li:before {
  display: none;
}

/* 番号リスト */
.orderList {
  margin: 1.4em 0;
  padding: 0;
}
.orderList li {
  list-style: decimal outside;
  margin-left: 2em;
}
.orderList.is-bg {
  background: #f4f4f4;
  padding: 25px 20px;
}

/* 表組 */
.contentTable {
  width: 100%;
  border-left: solid 1px #d8d8d8;
  border-top: solid 1px #d8d8d8;
}
.contentTable th,
.contentTable td {
  padding: 20px 20px;
  border-right: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  font-weight: normal;
  line-height: 1.4;
}
.contentTable th {
  font-size: 13px;
  width: 25%;
  text-align: center;
}
.contentTable th.cell__text,
.contentTable td.cell__text {
  padding: 10px 15px;
  text-align: left;
}
.contentTable th.cell__empty,
.contentTable td.cell__empty {
  border-right: none;
  border-bottom: none;
  background: none;
}
.contentTable th {
  background: #e9e9e9;
}
.contentTable td *:first-child {
  margin-top: 0;
}
.contentTable td *:last-child {
  margin-bottom: 0;
}
.contentTable p + .cautionList {
  margin-top: -1.2em;
}
.contentTable th .ex {
  display: block;
  margin-top: 3px;
  font-size: 11px;
}
.contentTable ul {
  padding-left: 0;
}
.contentTable ul li:first-child{
  margin-block-start: 1em;
}
.contentTable ul:not(:last-child) li:last-child{
  margin-block-end: 1em;
}
.contentTable ul.noteList{
    margin: 0 0 1.4em;
    padding: 0;
    font-size: 13px;
    color: #666;
}
.contentTable li ul.noteList,
.contentTable p + ul.noteList{
  margin-top: -0.7em;
}
#helpCategory4 .flowList{
  display: table;
  vertical-align: top;
    margin: 2em 0 1em;
  padding: 0;
}
#helpCategory4 .flowList li{
  display: table-cell;
  vertical-align: top;
  width: 200px;
  margin: 0;
  padding: 0;
}
#helpCategory4 .flowList li:last-child{
  width: 180px;
}
#helpCategory4 .flowList li .flowListTitle{
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 8px 24px 8px 0;
  font-weight: bold;
  text-align: center;
  color: #103671;
  font-size: 20px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#helpCategory4 .flowList li:nth-child(4) .flowListTitle{
  padding: 0px 24px 2px 0;
  font-size: 16px;
}
#helpCategory4 .flowList li:last-child .flowListTitle{
  padding: 8px 0px 8px 0;
}
#helpCategory4 .flowList li .flowListTitle::after{
  position: absolute;
  right: -46px;
  top: 50%;
  margin-top: -8px;
  content: "";
  display: block;
  width: 112px;
  height: 18px;
  background: url("/cmn/images/direct/help_newcar_lease_img02_arrow01.png") no-repeat right center;
}
#helpCategory4 .flowList li:nth-child(3) .flowListTitle::after{
  right: -34px;
  width: 98px;
}
#helpCategory4 .flowList li:nth-child(4) .flowListTitle::after{
  right: -45px;
  width: 103px;
}
#helpCategory4 .flowList li:last-child .flowListTitle::after{
  display: none;
}
#helpCategory4 .flowList li > div{
  position: relative;
  width: 180px;
  padding-right: 20px;
}
#helpCategory4 .flowList li:last-child > div{
  padding-right: 0px;
}
#helpCategory4 .flowList li p::after{
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -54px;
  content: "";
  display: block;
  width: 23px;
  height: 109px;
  background: url("/cmn/images/direct/help_newcar_lease_img02_arrow02.png") no-repeat right center;
  z-index: 11;
}
#helpCategory4 .flowList li:last-child p::after{
  background: none;
}
#helpCategory4 .flowList li p{
  /*width: 132px;*/
  height: 156px;
  border: 4px solid #7eddf2;
  background: #f7fdfe;
  margin: 0px;
  padding: 12px 10px 0 14px;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  z-index: 10;
}
#helpCategory4 .flowList li:first-child p{
    font-size: 15px;
    line-height: 1.6;
  text-align: center;
}
#helpCategory4 .flowList li:first-child p img{
  margin-top: 0.4em;
}
#helpCategory4 .flowList li p .notice{
  font-weight: normal;
  padding-top: .5em;
  display: inline-block;
}
#helpCategory4 .flowList li:last-child p{
  /*text-align: center;*/
}
#helpCategory4 .flowList li:last-child p img{
  margin-top: 2.4em;
  margin-right: 10px;
  margin-left: 10px;
}
#helpCategory4 .flowList + .captionFlow{
  padding: 20px 32px 0 0;
  background: url("/cmn/images/direct/help_newcar_lease_img02_arrow03.png") no-repeat right top;
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #103671;
}
