@charset "utf-8";
/*店舗CSS*/
p.voice_text {
  padding: 20px;
  margin-top: -40px;
  font-weight: 500;
}
.sec_voice .con.bgcg_bg {
  border-radius: 20px;
  padding: 1em 1em 120px;
}
.name_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 60px 0 50px;
}
.name_con h2.tx_name {
  width: calc( 25% - 10px );
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
h2.tx_name img {
  height: 25px;
  width: auto;
}
.name_con .dl_name {
  width: 75%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dl_name > dt ,
.dl_name > dd {
  line-height: 1.8;
  letter-spacing: 1px;
  padding-bottom: 1.5px;
}
.dl_name > dt {
  width: 7em;
  text-align: center;
  color: #fff;
  background-color: rgb(78 69 67 / 84%);
}
.dl_name > dd {
  width: calc( 100% - 7em );
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1.05em;
  background-color: #fff;
}
h3.tx_step {
  margin-bottom: 1.5em;
}
h3.tx_step img {
  height: 37px;
  width: auto;
}
.befaf_con {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  gap: 23%;
}
.befaf_con::after {
  content: '';
  background: url(../img/voice/ic_arrow_bef-af.svg) no-repeat center;
  background-size: contain;
  position: absolute; 
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
}
.befaf_con .befaf_box {
  position: relative;
  flex: calc(100/2);
}
.befaf_con .befaf_box figcaption {
  margin-top: 25px;
  text-align: justify;
}
.sec_voice .dc_line {
  margin: 35px auto 30px;
}
.dl_comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dl_comment > dt {
  width: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl_comment > dt img {
  height: 1.05em;
  width: auto;
}
.dl_comment > dd {
  width: calc( 100% - 8em );
}
.sec_voice .topics02 {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .sec_voice .con.bgcg_bg  > * {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .dl_name > dt ,
  .dl_name > dd {
    margin-bottom: 6px;
  }
  .dl_comment > dd {
    font-size: 16px;
  }
  .sec_voice .topics02 {
    padding: .75em .75em .75em 0;
  }
}

@media (max-width: 768px) {
  .sec_voice .con.bgcg_bg {
    padding: 1em 3em 60px;
  }
  h2.tx_name img {
    height: 20px;
  }
  .name_con {
    padding: 10px 0 30px;
  }
  .name_con h2.tx_name,
  .name_con .dl_name {
    width: 100%;
    flex: 0 0 100%;
  }
  .dl_name > dt,
  .dl_name > dd,
  .dl_comment > dt,
  .dl_comment > dd{
    flex: 0 0 100%;
  }
  .dl_name > dd {
    text-align: center;
  }
  .dl_name > dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .sec_voice .con.bgcg_bg {
    padding: 1em 1em 60px;
  }
  h3.tx_step  {
    text-align: center;
  }
  .befaf_con {
    gap: 50px;
  }
  .befaf_con::after {
    top: 48%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 20px;
    height: 25px;
  }
  .befaf_con .befaf_box {
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .befaf_con .befaf_box  > img {
    width: 55%;
  }
  .befaf_con .befaf_box  > figcaption {
    width: 40%;
    font-size: 13px;
    margin: 0;
  }
  .dl_comment > dt {
    margin-bottom: .5em;
  }
}