@charset "UTF-8";

.p-mv h1 {
  height: 300px;
}

.p-box {
  padding: 100px 0;
}


.p-faq__detail {
  margin-bottom: 30px;
  width: 100%;
  font-weight: bold;
}

.p-faq__content {
  padding: 60px 0;
}

.p-faq__detail dt {
  position: relative;
  padding: 16px 50px 16px 70px;
  background: rgba(0, 45, 73, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

.p-faq__detail dt span {
  position: absolute;
  padding: 8px 0 0;
  width: 56px;
  text-align: center;
  height: 100%;
  background: #002d49;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  left: 0;
  top: 0;
}

.p-faq__detail dt::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-bottom: 4px solid #002d49;
  border-right: 4px solid #002d49;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

dt.open:before {
  top: 20px;
  transform:rotateZ(225deg);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.p-faq__detail dd {
  display: none;
  position: relative;
  padding: 16px 16px 16px 70px;
  background: rgba(232, 56, 13, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
}

.p-faq__detail dd span {
  position: absolute;
  padding: 8px 0 0;
  width: 56px;
  text-align: center;
  height: 100%;
  background: #E8380D;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  left: 0;
  top: 0;
}

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

  .p-mv h1 {
    height: 50vw;
  }

  .p-box {
    padding: 10vw 0;
  }

  .p-ttl {
    font-size: 6vw;
    padding-bottom: 4vw;
  }

  .p-ttl span {
    font-size: 14vw;
    bottom: inherit;
    top: -6vw;
  }

  .p-box {
    padding: 10vw 0;
  }

}
