@charset "UTF-8";

*::after,
*::before {
  content: "";
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }

  .u-sp {
    display: block !important;
  }
}

.u-txt-normal {
  font-weight: normal !important;
}

.u-txt-bold {
  font-weight: bold !important;
}

.u-txt-align-l {
  text-align: left !important;
}

.u-txt-align-c {
  text-align: center !important;
}

.u-txt-align-r {
  text-align: right !important;
}

.u-txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

body {
  overflow: hidden;
}

.header {
  background-color: #ffffff;
}

#nav_container3 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}

.nav-global {
  display: none;
}

@media screen and (min-width: 961px) {
  .c_010 .logo a {
    position: relative;
    width: 100px;
    height: 120px;
  }
  .c_010 .logo a img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 581px) and (max-width:960px) {
  .c_010 .logo a {
    position: relative;
    width: 150px;
    height: 50px;
  }
  .c_010 .logo a img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*
@media screen and (max-width: 580px){
  .c_010 .logo a {
    position: relative;
    width: 68px;
    height: 68px;
  }
  .c_010 .logo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
  }
}
*/

main {
  font-family: icon-Nissan-Global, Verdana, Hiragino Kaku Gothic ProN, Meiryo, MS PGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-hdg-lv1 {
  margin-top: 80px;
  line-height: 1.3;
}

.p-hdg-lv2 {
  margin-top: 110px;
  margin-bottom: 0;
  border-bottom: 0;
}

.p-hdg-lv2:before {
  display: block;
  margin-bottom: 8px;
  width: 70px;
  height: 6px;
  background-color: #c71444;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-hdg-lv2 {
    margin-top: 55px;
  }

  .p-hdg-lv2:before {
    margin-bottom: 15px;
    width: 60px;
  }
}

.p-intro {
  margin: 45px 0 40px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-intro {
    margin: 40px 0;
  }
}

.p-section {
  margin-top: 80px;
}

.p-section:last-of-type {
  margin-bottom: 80px;
}

.p-navi {
  display: flex;
  font-weight: bold;
  font-size: 2rem;
  justify-content: center;
  margin-top: 30px;
}

.p-navi li + li {
  margin-left: 50px;
}

.p-navi li a {
  color: #343434;
  text-decoration: none;
  position: relative;
}

.p-navi li a::before {
  position: absolute;
  right: 0px;
  top: -6px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 1px;
  transform: rotate(45deg);
  background-color: #ffffff;
  margin-left: 10px;
  z-index: 10;
}

.p-navi li a::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  transform: translateY(-22%) rotate(45deg);
  background-color: #c71444;
  margin-left: 10px;
}

.p-navi li a:hover {
  color: #c71444;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-navi {
    display: block;
    text-align: center;
    font-size: 1.8rem;
  }

  .p-navi li + li {
    margin-left: 0;
  }

  .p-navi li a::before {
    top: -6px;
    width: 14px;
    height: 14px;
  }

  .p-navi li a::after {
    width: 14px;
    height: 14px;
    border-radius: 1px;
  }

  .p-navi li a:hover {
    color: #343434;
    text-decoration: none;
  }

}

.p-phase + .p-phase {
  margin-top: 1em;
}

.p-question-list dt,
.p-question-list dd {
  position: relative;
  padding-left: 60px;
}

.p-question-list dt {
  margin-bottom: 50px;
  padding-top: 45px;
  border-top: 1px dashed silver;
  font-weight: bold;
}

.p-question-list dd + dt {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {

  .p-question-list dt,
  .p-question-list dd {
    padding-left: 40px;
  }

  .p-question-list dt {
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .p-question-list dd + dt {
    margin-top: 40px;
  }

}

.p-icon-question,
.p-icon-answer {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 50px;
}

.p-icon-question {
  top: 30px;
  background-color: #cccccc;
  color: #343434;
}

.p-icon-answer {
  top: -15px;
  background-color: #c71444;
  color: #ffffff;
}

@media screen and (max-width: 767px) {

  .p-icon-question,
  .p-icon-answer {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .p-icon-question {
    top: 37px;
  }

  .p-icon-answer {
    top: -3px;
  }
}

.p-list-number > li {
  margin-left: 2em;
  list-style-type: decimal;
}

.p-list-circle > li {
  margin-left: 0;
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.p-list-circle > li::before {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #343434;
  content: "";
}

.p-txtlink {
  color: #c71444;
  text-decoration: underline;
}

.p-txtlink:hover {
  text-decoration: none;
}

.related {
  padding: 20px 0;
  height: 61px;
  border-top: 1px solid #e2e2e2;
  background: #ffffff;
  font-size: 11px;
  font-size: 1.1rem;
}

.related .restrict {
  max-width: 1280px;
  margin: 0 auto;
  zoom: 1;
}

@media screen and (max-width: 960px) {
  .related .restrict {
    min-width: initial !important;
    min-width: auto !important;
  }
}

.restrict::before,
.restrict::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.restrict::after {
  clear: both;
}

.container {
  margin: 0px 2.2%;
}

.related .related-links {
  float: right;
  zoom: 1;
}

.related .related-links::before,
.related .related-links::after {
  display: block;
  visibility: hidden;
  height: 0;
  content: "\0020";
}

.related .related-links::after {
  clear: both;
}

.related .related-links ul {
  float: right;
  zoom: 1;
}

.related .related-links ul::before,
.related .related-links ul::after {
  display: block;
  visibility: hidden;
  height: 0;
  content: "\0020";
}

.related .related-links ul::after {
  clear: both;
}

.related .related-links li {
  float: left;
}

.related .related-links li::before,
.related .related-links li .before {
  display: inline-block;
  padding: 0 4px;
  color: #333333;
  content: " | ";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.related .related-links li:first-child::before {
  content: "";
}

.related .related-links li.first .before {
  display: none;
}

.related .related-links a {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  padding: 0 0 0 10px;
  color: #4c4c4c;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.related .related-links a::after {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 0 0 0;
  width: 9px;
  color: #ffffff;
  vertical-align: baseline;
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 10px;
  line-height: 1.0rem;
}

.related .related-links a:hover {
  color: #c71444;
}

.related .related-links a:hover::after,
.related .related-links a:hover .after {
  color: #c71444;
}

.gn_element .c_010B .search-form {
  width: 1500px !important;
  left: -150px !important;
}

@media screen and (max-width: 960px) {
  .gn_element .c_010B .search-form {
    left: 0 !important;
  }

}

/* 7/15追記 */
@media screen and (min-width: 961px) {
  .logo-txt {
    display: none;
  }
}
