@font-face {
	font-family: icon-Nissan-Global;
	src: url("/COMMON/GN/FONTS/ICONS/Nissan-Global.eot");
	src: url("/COMMON/GN/FONTS/ICONS/Nissan-Global.eot?#iefix") format("embedded-opentype"), url(/COMMON/GN/FONTS/ICONS/Nissan-Global.woff) format("woff"), url(/COMMON/GN/FONTS/ICONS/Nissan-Global.ttf) format("truetype"), url(/COMMON/GN/FONTS/ICONS/Nissan-Global.svg#wp-icons) format("svg");
	font-weight: 400;
	font-style: normal;
}

body {
  font-family: icon-Nissan-Global, 'Verdana', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS PGothic', 'sans-serif' !important;
}

#mainContents {
  padding-bottom: 77px;
  color: #343434;
  line-height: 1.6;
}

/* ----mainvisual------ */
.mainvisual {
  margin-bottom: 40px;
  text-align: center;
}

/* ----rq_block------ */
.rq_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.rq_block .rq_detail:first-child {
  width: 66%;
  border: 1px solid #54b736;
}
.rq_block .rq_detail:first-child .rq_head {
  background-color: #54b736;
}
.rq_block .rq_detail {
  border: 1px solid #000;
  width: 32%;
}
.rq_block .rq_detail .rq_detail_note {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 9px;
  color: #54b736;
  font-weight: bold;
}
.rq_block .rq_head {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 9px 0;
  text-align: center;
  background-color: #000;
}
.rq_block .rq_code {
  text-align: center;
  padding: 0 5px 3px 5px;
}
.rq_note {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
  color: #666666;
}
.rq_note span {
  display: inline-block;
  margin-right: 12px;
}
.rq_note span:last-child {
  margin-right: 0;
}
.rq_sub_block {
  display: flex;
}
.rq_sub_block .rq_sub_detail {
  width: 50%;
}
.rq_sub_block .rq_sub_detail:first-child .rq_head {
  position: relative;
}
.rq_sub_block .rq_sub_detail:first-child .rq_head::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #fff;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
.rq_sub_block .rq_sub_detail:first-child .rq_code {
  position: relative;
}
.rq_sub_block .rq_sub_detail:first-child .rq_code::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 140px;
  background-color: #55b736;
  right: 0;
  top: 50%;
  margin-top: -70px;
}

/* -------- step_section ------ */
.step_section {
  padding: 20px 0 57px 0;
}
.step_section .step_list_item {
  position: relative;
}
.step_section .fix_area {
  position: absolute;
  width: 51%;
  right: 3.5%;
  top: 7.5%;
  display: flex;
  justify-content: space-between;
}
.step_section .step_list_item.third .fix_area {
  background: url(../IMAGES/bg-arrow.png) no-repeat 50.4% 35.7%;
}
.step_section .fix_area .left,
.step_section .fix_area .right {
  width: 45%;
}
.step_section .step_list_item.third .fix_area .right {
  width: 45%;
}
.step_section .step_list_item.third .fix_area .sub_area {
  width: 46%;
  display: flex;
  justify-content: space-between;
  padding-top: 11%;
}
.step_section .step_list_item.third .fix_area .sub_area.only_one {
  justify-content: center;
}
.step_section .step_list_item.third .fix_area .left,
.step_section .step_list_item.third .fix_area .center {
  width: 48%;
}
.step_section .text_area {
  position: absolute;
  width: 23%;
  right: 31%;
  top: 64%;
  font-size: 1.4rem;
}

.model_block {
  border: 1px solid #54b736;
}
.model_block .model_block_head {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 28px 0 23px 0;
  text-align: center;
  background-color: #54b736;
}
.model_block .model_block_code {
  text-align: center;
  padding: 24px 5px;
}
.model .rq_note {
  text-align: left;
  margin: 20px 0;
}

@media screen and (max-width : 1200px) {
  .step_section .step_list_item.third .fix_area {
    background: url(../IMAGES/bg-arrow.png) no-repeat 50.2% 35.7%;
    background-size: 7.5% auto;
  }
}

@media screen and (max-width : 850px) {
  .rq_block .rq_head {
    font-size: 1.6rem;
  }
}

@media screen and (max-width : 767px) {
  #mainContents {
    padding-bottom: 77px;
  }
  
  /* ----mainvisual------ */
  .mainvisual {
    margin-bottom: 30px;
  }
  .mainvisual img {
    width: 100%;
  }
  .top_sp_text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
  }
  
  /* ----rq_block------ */
  .rq_block {
    display: block;
    margin-bottom: 16px;
  }
  .rq_block .rq_detail:first-child {
    width: 100%;
    border: none;
    margin-bottom: 15px;
  }
  .rq_block .rq_detail {
    border: none;
    width: 100%;
  }
  .rq_block .rq_detail .rq_detail_note {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 9px;
  }
  .rq_block .rq_head {
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .rq_block .rq_detail a,
  .model_block a {
    display: block;
    text-decoration: none;
  }
  .rq_block .rq_code {
    text-align: center;
    padding: 0 5px 3px 5px;
  }
  .rq_note {
    font-size: 1.1rem;
    margin-bottom: 0;
    text-align: left;
  }
  .rq_note span {
    display: block;
    margin-right: 0;
  }
  .rq_sub_block {
    display: block;
  }
  .rq_sub_block .rq_sub_detail {
    width: 100%;
    margin-bottom: 12px;
  }
  .rq_sub_block .rq_sub_detail:first-child .rq_head {
    position: relative;
  }
  .rq_sub_block .rq_sub_detail:first-child .rq_head::before {
    display: none;
  }
  .rq_sub_block .rq_sub_detail:first-child .rq_code {
    position: relative;
  }
  .rq_sub_block .rq_sub_detail:first-child .rq_code::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 140px;
    background-color: #55b736;
    right: 0;
    top: 50%;
    margin-top: -70px;
  }
  
  /* -------- step_section ------ */
  .step_section {
    padding: 30px 0 20px 0;
  }
  .step_section .step_list_item {
    margin-bottom: 20px;
  }
  .step_section .fix_area {
    position: static;
    width: 71%;
    margin: 0 auto;
    display: block;
  }
  .step_section .step_list_item.third .fix_area {
    background: none;
  }
  .step_section .fix_area .left,
  .step_section .fix_area .right {
    width: 100%;
    margin-top: 15px;
  }
  .step_section .step_list_item.third .fix_area .right {
    width: 100%;
  }
  .step_section .step_list_item.third .fix_area .sub_area {
    width: 100%;
    padding: 10px 0 60px 0;
    flex-wrap: wrap;
    background: url(../IMAGES/bg-arrow_sp.png) no-repeat center bottom;
    background-size: 42px 50px;
  }
  .step_section .step_list_item.third .fix_area .sub_area.only_one {
    justify-content: center;
  }
  .step_section .step_list_item.third .fix_area .left,
  .step_section .step_list_item.third .fix_area .center {
    width: 48%;
    margin-top: 0;
  }
  .step_section .text_area {
    position: static;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .model_block {
    border: none;
  }
  .model_block .model_block_head {
    font-size: 1.8rem;
    padding: 12px 0;
  }
  .model .rq_note {
    text-align: left;
    margin: 20px 0;
  }
}
  