.p-mv{
  background: url(/web/jp/manufacturer/images/202301/bg_mv01_pc.png) no-repeat center / cover;
}

.p-mv-ttl{
  margin: 25px auto;
}

.module-large{
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .p-mv{
    background: url(/web/jp/manufacturer/images/202301/bg_mv01_sp.png) no-repeat center / cover;
  }

  .module-large{
    padding: 13.333333vw 0;
  }
}

/* anchour */
.p-faq-anchour-link-list{
  display: flex;
  justify-content: center;
  gap: 32px;
}

.p-faq-anchour-link-list li{
  width: calc(25% - 32px * 3 / 4);
  max-width: 216px;
}

a.btn_cta.btn_blue {
  text-align: center;
  width: 100%;
  padding: 0;
}

a.btn_cta.btn_blue span{
  padding: 16px 0 24px;
}

a.btn_cta.btn_blue::after{
  top: auto;
  right: 50%;
  bottom: 8px;
  transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
  .p-faq-anchour-link-list{
    flex-wrap: wrap;
    gap: 8px;
  }

  .p-faq-anchour-link-list li{
    width: calc(50% - 8px / 2);
  }
  
  a.btn_cta.btn_blue {
    font-size: 14px;
    width: 100%;
  }
  
  a.btn_cta.btn_blue::after{
    bottom: 8px;
  }
}

/* faq */
.p-faq-list-item{
  letter-spacing: 0.04em;
  border: 1px solid #2D67A3;
}

.p-faq-list-item dt{
  display: flex;
  gap: 30px;
  align-items: flex-start;
  color: #fff;
  padding: 22px 30px;
  background-color: #2D67A3;
}

.p-faq-list-item dt span{
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 5px;
}

.p-faq-list-item dt h3{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.p-faq-list-item dt h3 a{
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s ease-in-out 0.125s;
  -webkit-transition: all 0.2s ease-in-out 0.125s;
  -moz-transition: all 0.2s ease-in-out 0.125s;
  -o-transition: all 0.2s ease-in-out 0.125s;
  -ms-transition: all 0.2s ease-in-out 0.125s;
}

.p-faq-list-item dt h3 a:hover{
  opacity: 0.7;
}

.p-faq-list-item dd{
  font-size: 16px;
  padding: 20px 40px 30px;
  background-color: #fff;
}

.p-faq-list-item dd p{
  line-height: 1.8;
  padding-bottom: 30px;
}

.p-faq-list-item dd a{
  color: #2D67A3;
  font-weight: 700;
  transition: all 0.2s ease-in-out 0.125s;
  -webkit-transition: all 0.2s ease-in-out 0.125s;
  -moz-transition: all 0.2s ease-in-out 0.125s;
  -o-transition: all 0.2s ease-in-out 0.125s;
  -ms-transition: all 0.2s ease-in-out 0.125s;
}

.p-faq-list-item dd a:hover{
  opacity: 0.7;
}

.p-faq-list-item dd p a{
  display: inline;
  text-decoration: underline;
}

.p-faq-list-item dd>a{
  display: block;
  width: fit-content;
  margin-left: auto;
  padding-right: 20px;
  position: relative;
}

.p-faq-list-item dd>a::before{
  position: absolute;
  content: "";
  top: 50%;
  right:0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #2D67A3;
  border-right: solid 2px #2D67A3;
  transform: translateY(-50%) rotate(45deg);
}

.p-btn-pagetop{
  text-align: center;
  margin: 50px 0 0;
}

.p-btn-pagetop a{
  font-size: 16px;
  letter-spacing: .04em;
  color: #2D67A3;
  text-decoration: underline;
}


@media only screen and (max-width: 991px) {
  
}


@media only screen and (max-width: 767px) {

  .p-faq-list-item dt{
      gap: 10px;
      padding: 10px 20px;
  }

  .p-faq-list-item dt h3{
      font-size: 16px;
  }
  
  .p-faq-list-item dt span{
      font-size: 16px;
  }
  
  .p-faq-list-item dd{
      font-size: 16px;
      padding: 20px;
  }
  
.p-faq-list-item dd p{
  padding-bottom: 20px;
}

  .p-faq-list-item dd a{
      line-height: 1.57;
  }

  .p-faq-list-item dd>a{
      font-size: 14px;
      padding-right: 10px;
  }
}