@charset "UTF-8";

.panel-group {
    margin: 30px 0 0;
}

.p-flow {
  position: relative;
  padding: 25px 60px 55px 30px;
    background: #fff;
    border: solid 1px #A78171;
    border-radius: 16px;
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
}

.p-flow::before {
  position: absolute;
  content: "";
  background: url("../../../images/page/info/ico_flow.png")no-repeat;
  width: 26px;
  height: 40px;
  background-position: center;
  bottom: -50px;
  left: 50%;
  margin-left: -13px;
}

.p-flow:last-child {
  margin: 0;
}

.p-flow:last-child::before {
  display: none;
}

.p-flow-img {
    max-width: 400px;
    width: 47%;
}

.p-flow-content {
    max-width: 400px;
    width: 47%;
    padding: 50px 0 0;
}

.p-flow-head {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #E08812;
    padding-bottom: 15px;
}


.p-faq {
  position: relative;
    border-top: solid 1px #A78171;
    padding: 30px 0;
    cursor: pointer;
    transition: .3s;
}

.p-faq:last-child {
    border-bottom: solid 1px #A78171;
}

.p-faq::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #3E3A39;
  right: 70px;
  top: 45px;
}

.p-faq::before {
  position: absolute;
  content: "";
  height: 21px;
  width: 1px;
  background: #3E3A39;
  top: 35px;
  right: 80px;
}


.p-faq dt {
    padding-left: 90px;
    padding-right: 130px;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #3E3A39;
    transition: .3s;
}

.p-faq dt::before {
  position: absolute;
  content: "Q";
  color: #E08812;
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
  font-size: 18px;
  font-size: 1.8rem;
  left: 50px;
  top: 0;
}



.p-faq dd {
  display: none;
    padding: 15px 130px 0 90px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    color: #231815;
}

.p-faq dd::before {
  position: absolute;
  content: "A";
  font-size: 18px;
  font-size: 1.8rem;
  left: 50px;
  top: 14px;
}

.p-faq.is-open::before {
  display: none;
}

.p-manners-block {
    height: 168px;
    /* max-width: 230px; */
    /* width: 25%; */
    background: #fff;
    /* border: solid 1px #a78171; */
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 30px 0;
    color: #3e3a39;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-manners-img {
    text-align: center;
    width: 180px;
}

.p-manners-block p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
}

.p-manners-head {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.p-manners-head:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 150px;
    border-bottom: dotted 4px #e08812;
    bottom: 0;
    left: 0;
}

.p-manners-content {
  padding-right: 50px;
    width: calc(100% - 180px);
}

.p-flow-sp {
  display: none;
}

@media screen and (min-width: 768px){

  .p-faq:hover {
    background: rgba(255, 255, 255, .5);
  }

  .p-faq:hover dt {
    color: #E08812;
  }


}


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


  .p-manners-block p {
      font-size: 1.4rem;
  }
}

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

  .p-flow-sp {
    display: inline-block;
    background: #E08812;
    color: #fff;
    margin-right: 5px;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
  }

  .p-flow {
      display: block;
      padding: 20px;
  }

  .p-flow-img {
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }

  .p-flow-content {
      width: 100%;
      margin: 0 auto;
      padding: 20px 0 0;
  }

  .p-faq dt {
    padding: 0 40px;
    font-size: 1.6rem;
  }

  .p-faq dd {
      padding: 15px 40px 0 40px;
      font-size: 1.4rem;
  }

  .p-faq dt::before {
      left: 0;
  }

  .p-faq dd::before {
      left: 0;
  }

  .p-faq::before {
      right: 10px;
      top: 20px;
  }

  .p-faq::after {
      right: 0;
      top: 29px;
  }

  .p-faq {
      padding: 20px 0;
  }


  .p-manners-img {
    width: 100px;
  }

  .p-manners-content {
    padding-right: 20px;
      width: calc(100% - 100px);
  }

  .p-manners-block {
      padding: 20px 0;
      border-radius: 20px;
  }

  .tab {
    width: 30%;
    font-size: 1.4rem;
    margin: 0 1%;
  }
}
