.p-sales-lowerPage-content h2{
  padding-bottom: 0;
}



.p-sales-content__title{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (max-width: 768px){
  h2{
    line-height: calc(24/20);
  }
  .p-sales-content__title{
    margin-bottom: 18px;
  }
}
.p-sales-content__title h2{
  margin-right: 10px;
}
.p-sales-content__title-en{
  font-size: 16px;
}
.p-sales-lowerPage-content__box{
  margin-top: 90px;
}
.p-sales-lowerPage-content *+h2{
  margin-top: 24px;
}
.p-sales-lowerPage-content__list-item{
  display: flex;
  gap: 18px;
  margin-top: 5px;
}

@media (max-width: 768px){
  .p-sales-content__title-en{
    font-size: 12px;
  }
  .p-sales-lowerPage-content__box{
    margin-top: 74px;
  }
  .p-sales-lowerPage-content *+h2{
    margin-top: 18px;
  }
  .p-sales-lowerPage-content__list-item{
    gap: 10px ;
    margin-top: 16px;
  }
  .p-sales-content p+p{
    margin-top: 23px;
  }
}

.p-sales-lowerPage-content__list-item > *{
  margin-top: 0 !important;
}

.p-sales-lowerPage-content .p-sales-images{
  margin-top: 50px;
}
.p-faq-list__item {
    background-color: #EFEFEF;
}

.p-faq-list__item + .p-faq-list__item {
    margin-top: 20px;
}

.p-faq-list__item-question {
    padding: 15px 40px 15px 70px;
    position: relative;
    font-size: 16px;
    text-indent: -20px;
    cursor: pointer;
}


@media (max-width: 768px) {
  .p-sales-lowerPage-content .p-sales-images{
  margin-top: 25px;
}
    .p-faq-list__item-question {
        padding: 10px 60px 10px 45px;
        font-size: 14px;
        text-indent: -15px;
    }
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
    content: "";
    position: absolute;
    top: 27px;
    right: 20px;
    width: 14px;
    height: 2px;
    background: #202021;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .p-faq-list__item-question::before,
    .p-faq-list__item-question::after {
        top: 22px;
        right: 10px;
    }
}

.p-faq-list__item-question::after {
    transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
    transform: rotate(0deg);
}

.p-faq-list__item-question span {
    margin-right: 20px;
    display: inline-block;
    color: #202021;
    font-weight: bold;
}
@media (max-width: 768px) {
    .p-faq-list__item-question span {
    margin-right: 15px;
}
}


.p-faq-list__item-answer {
    padding: 15px 40px 15px 70px;
    display: none;
    font-size: 16px;
    text-indent: -20px;
    margin-top: 0 !important;
    position: relative;
}

@media (max-width: 768px) {
    .p-faq-list__item-answer {
        padding: 10px 52px 10px 45px;
        font-size: 14px;
        text-indent: -15px;
    }
}
.p-faq-list__item-answer::before{
  content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}



.p-faq-list__item-answer span {
    margin-right: 20px;
    display: inline-block;
    color: #202021;
}

.sp-only{
  display: none;
}
@media (max-width: 768px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }

}
.p-home-entry__box{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 43px;
}
@media (max-width: 768px){

  .p-home-entry__box{

    grid-template-columns: repeat(1,1fr);
    gap: 11px;
  }
  .p-home-entry__button + .p-home-entry__button{
    margin-top: 0;
  }
}
.p-home-entry__content2 h2{
  font-size: 24px;
  line-height: 1.2;
}

.p-home-entry.is--page .p-home-entry__content.p-home-entry__content2{
  max-width: 815px !important;
}
.p-home-entry__box .p-home-entry__button{
  font-size: 16px;
  font-weight: bold;
}
.p-home-entry__button--reverse{
  border: 1px solid #CB1116;
  background-color: #fff;
  color: #CB1116;
}
.p-home-entry__button--reverse.p-home-entry__button::after{
  background-image: url("assets/images/common/icon-arrow-red.svg");
}
.p-home-entry__box .p-home-entry__button{
  width: 100%;
  max-width: 398px;
}
.p-home-entry__text2{
  margin-top: 0;
}
@media (max-width: 768px){
  .p-home-entry__text2{
    margin-top: 22px;
  }
  .p-home-entry__content2 h2{
  font-size: 20px;
}
  .p-home-entry__box .p-home-entry__button{
    max-width: 215px;
    font-size: 12px;
    height: 52px;
  }
}


.p-sales-lowerPage-content h3{
  font-weight: bold;
  font-size: 16px;
  margin-top: 26px;
  margin-bottom: 10px;
}

@media (max-width: 768px){
    .p-sales-lowerPage-content h3{
      margin-top: 18px;
      margin-bottom: 8px;
  }

}
.c-table-evaluation__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.c-table-evaluation__head {
  background-color: #D8D5D5;
}

.c-table-evaluation__heading {
  font-size: 16px;
  white-space: nowrap;
  font-weight: bold;
  color: #202021;
  padding: 15px;
  text-align: center;
  border: 2px solid #fff;
}

.c-table-evaluation__body {
  background-color: #EFEFEF;
}

.c-table-evaluation__row {
  border-bottom: 2px solid #fff;
}

.c-table-evaluation__cell {
  font-size: 16px;
  color: #202021;
  padding: 15px 73px;
  border: 2px solid #fff;
  line-height: calc(19/12);
  vertical-align: middle;
}
.c-table-evaluation__cell:nth-child(1){
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
.c-table-evaluation__cell:nth-child(1){
  font-weight: bold;
}
.c-table-evaluation__cell:nth-child(1){
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .c-table-evaluation__heading {
    background-color: #e5e5e5;
    padding: 12px;
    font-size: 12px;
  }

  .c-table-evaluation__cell {
    padding: 12px;
    border-top: none;
    font-size: 12px;
    text-align: left;
  }
  .c-table-evaluation__cell:nth-child(1){
    padding: 12px 5px;
  }


}
.c-table-evaluation__link,
.p-sales-images__link{
  text-decoration: underline;
}
.c-table-evaluation__link:hover,
.p-sales-images__link:hover{
  opacity: .7;
}
.p-sales-images__link--margin{
  margin-top: 30px;
  display: inline-block;
}

.p-sales-images__item p{
  margin: 11px 0;
}
.p-home-entry__content2__link{
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-sales-images2.p-sales-images{
    gap: 30px;
  }
  .p-home-entry__content2__link{
    font-size: 14px;
  }
  .p-sales-images__link{
    font-size: 12px;
  }
  .p-sales-images__link--margin{
  margin-top: 20px;
}


}


.p-sales-lowerPage-content__h3:not(:root){
  margin-top: 50px;
}

.p-sales-lowerPage-content__link{
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 30px;
}


@media screen and (max-width: 768px){
.p-sales-lowerPage-content__link{
  margin-top: 20px;
}
  .p-sales-lowerPage-content__h3:not(:root){
    margin-top: 30px;
  }
}
.p-sales-images3.p-sales-images{
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .p-sales-images3.p-sales-images{
    gap: 30px;
  }
}

.p-sales-lowerPage-content__childListWrap li{
  margin-top: 5px;
}

@media screen and (max-width: 768px){
  .p-sales-lowerPage-content__childListWrap li{
    transform: translateX(-25px);
  }
}

.p-home-entry__content2__text{
  color: #fff;
  margin-top: 15px;
}

.p-sales-lowerPage .p-sales-images__item-inner:not(:root){
  padding-bottom: 58.76%;
}

.p-mv--sales .p-mv-page__title-ja span{
  margin-top: 8px;
  display: block;
  margin-left: 15px;
}


@media screen and (max-width: 768px) {
  .p-mv--sales .p-mv-page__title-ja{
    font-size: 20px;
  }
  .p-mv--sales .p-mv-page__title-ja span{
    font-size: 18px;
  }
  .p-mv--sales .p-mv-page__title-ja span{
  margin-left: 5px;
  margin-top: 2px;
}

}

.p-sales-lowerPage__text--margin{
  margin-top: 5px;
}
@media screen and (max-width: 768px) {

  .p-sales-lowerPage__text--margin{
    margin-top: 15px;
  }
}

/* Custom styles for extended submenu */
.l-header__nav-list>li>.sub-menu {
  width: 300px !important;
}

.l-header__nav-list>li>.sub-menu a {
  white-space: nowrap;
}

.l-footer__nav-list .sub-menu li a {
  white-space: nowrap;
}
