@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : raresugar.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_wrap {
  background: url(/voice/img/bg_h1.jpg) no-repeat center center/cover;
}
.h1_wrap h1::before {
  content: "";
  display: block;
  width: 144px;
  height: 59px;
  position: absolute;
  top: -59px;
  left: -100px;
  background: url(/voice/img/img_h1.png) no-repeat center center/144px auto;
}

.lead {
  margin-bottom: 80px;
}
.lead .txt {
  text-align: center;
  margin-bottom: 70px;
}
.lead .link_btn {
  display: flex;
  justify-content: center;
}
.lead .link_btn li {
  width: 19%;
  margin-right: 6.3%;
  background: #FFF;
  border: solid 1px #E99CB6;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 5px 0;
  position: relative;
  transition: all 0.5s;
  font-size: clamp(10px, 0.8vw, 16px);
}
.lead .link_btn li:last-child {
  margin-right: 0;
}
.lead .link_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.4;
}
.lead .link_btn li:hover {
  background: #E99CB6;
  transition: all 0.5s;
}
.lead .link_btn li:hover a {
  color: #FFF;
}
.lead .link_btn li:hover::before {
  bottom: -25px;
  transition: all 0.5s;
}
.lead .link_btn li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #E99CB6;
  border-right: solid 1px #E99CB6;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.lead .link_btn li::after {
  content: "";
  display: block;
  background: url(/voice/img/icon_item01.png) no-repeat center top/100% auto;
  width: 71.2%;
  max-width: 171px;
  height: 95px;
  position: absolute;
  right: -25%;
  bottom: -50px;
}
.lead .link_btn li:nth-child(2) {
  border-color: #358542;
}
.lead .link_btn li:nth-child(2)::before {
  border-color: #358542;
}
.lead .link_btn li:nth-child(2):hover {
  background: #358542;
}
.lead .link_btn li:nth-child(2)::after {
  content: "";
  display: block;
  background: url(/voice/img/icon_item04.png) no-repeat center top/100% auto;
  width: 51.4%;
  max-width: 130px;
  height: 68px;
  position: absolute;
  right: -14%;
  bottom: -40px;
}

h2 {
  background: #877826;
  font-size: 24px;
  color: #FFF;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}

.item01 h2 {
  background: #E99CB6;
}
.item01 h2::before {
  content: "";
  display: block;
  background: url(/voice/img/icon_item01.png) no-repeat center bottom/100% auto;
  width: 11.5%;
  max-width: 146px;
  height: 81px;
  position: absolute;
  right: 0px;
  bottom: -9px;
}

.item02 h2 {
  background: #00A8B8;
}
.item02 h2::before {
  content: "";
  display: block;
  background: url(/voice/img/icon_item02.png) no-repeat center bottom/100% auto;
  width: 5.6%;
  max-width: 71px;
  height: 71px;
  position: absolute;
  right: 30px;
  bottom: 2px;
}

.item03 h2 {
  background: #CA0000;
}
.item03 h2::before {
  content: "";
  display: block;
  background: url(/voice/img/icon_item03.png) no-repeat center bottom/100% auto;
  width: 2.7%;
  max-width: 35px;
  height: 84px;
  position: absolute;
  right: 40px;
  bottom: -15px;
}

.item04 h2 {
  background: #358542;
}
.item04 h2::before {
  content: "";
  display: block;
  background: url(/voice/img/icon_item04.png) no-repeat center bottom/100% auto;
  width: 10.3%;
  max-width: 130px;
  height: 68px;
  position: absolute;
  right: 20px;
  bottom: 2px;
}

.item01, .item02, .item03 {
  margin-bottom: 80px;
}

.voice_list li {
  background: #FFF;
  margin-bottom: 15px;
  padding: 30px;
}
.voice_list li:last-child {
  margin-bottom: 0;
}
.voice_list li .title_box {
  margin-bottom: 20px;
}
.voice_list li .title_box .tit {
  font-size: 24px;
  line-height: 1.4;
}
.voice_list li .title_box .age {
  display: none;
}
.voice_list li .discription_box {
  position: relative;
  width: 75%;
  padding-right: 25%;
  min-height: 150px;
}
.voice_list li .discription_box .age {
  display: inline-block;
  border: solid 1px #3F3C3C;
  padding: 0 5px;
  line-height: 1.2;
  margin-top: 20px;
}
.voice_list li .discription_box .img01 {
  width: 13.3%;
  position: absolute;
  bottom: 0;
  right: 45px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  .h1_wrap {
    background: url(/faq/img/bg_h1.jpg) no-repeat center center/cover;
  }
  .h1_wrap h1::before {
    content: "";
    display: block;
    width: 47px;
    height: 24px;
    position: absolute;
    top: -24px;
    left: -15px;
    background: url(/faq/img/img_h1.png) no-repeat center center/47px auto;
  }
  .lead {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .lead .txt {
    text-align: left;
    margin-bottom: 30px;
  }
  .lead .link_btn {
    display: block;
  }
  .lead .link_btn li {
    width: 100%;
    margin-right: 0;
    background: #FFF;
    border: solid 1px #E99CB6;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    transition: inherit;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .lead .link_btn li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .lead .link_btn li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 1.4;
  }
  .lead .link_btn li:hover {
    background: #FFF;
    transition: inherit;
  }
  .lead .link_btn li:hover a {
    color: #3F3C3C;
  }
  .lead .link_btn li:hover::before {
    bottom: inherit;
    transition: inherit;
  }
  .lead .link_btn li::before {
    content: "";
    display: none;
  }
  .lead .link_btn li::after {
    content: "";
    display: block;
    background: url(/voice/img/icon_item01.png) no-repeat center bottom/100% auto;
    width: 26.7%;
    max-width: 171px;
    height: 95px;
    position: absolute;
    right: 10px;
    bottom: 4px;
  }
  .lead .link_btn li:nth-child(2) {
    border-color: #00A8B8;
  }
  .lead .link_btn li:nth-child(2)::before {
    border-color: #00A8B8;
  }
  .lead .link_btn li:nth-child(2)::after {
    content: "";
    display: block;
    background: url(/voice/img/icon_item02.png) no-repeat center bottom/100% auto;
    width: 14.5%;
    max-width: 94px;
    height: 93px;
    position: absolute;
    right: 20px;
    bottom: 5px;
  }
  .lead .link_btn li:nth-child(2):hover {
    background: #FFF;
  }
  .lead .link_btn li:nth-child(3) {
    border-color: #358542;
  }
  .lead .link_btn li:nth-child(3)::before {
    border-color: #358542;
  }
  .lead .link_btn li:nth-child(3)::after {
    content: "";
    display: block;
    background: url(/voice/img/icon_item04.png) no-repeat center bottom/100% auto;
    width: 26.2%;
    max-width: 168px;
    height: 87px;
    position: absolute;
    right: 15px;
    bottom: 4px;
  }
  .lead .link_btn li:nth-child(3):hover {
    background: #FFF;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 0px;
    padding: 15px;
  }
  .item01 h2 {
    background: #E99CB6;
  }
  .item01 h2::before {
    content: "";
    display: block;
    background: url(/voice/img/icon_item01.png) no-repeat center bottom/100% auto;
    width: 22.8%;
    max-width: 171px;
    height: 95px;
    position: absolute;
    right: 25px;
    bottom: 5px;
  }
  .item02 h2 {
    background: #00A8B8;
  }
  .item02 h2::before {
    content: "";
    display: block;
    background: url(/voice/img/icon_item02.png) no-repeat center bottom/100% auto;
    width: 12.5%;
    max-width: 94px;
    height: 94px;
    position: absolute;
    right: 30px;
    bottom: 5px;
  }
  .item03 h2 {
    background: #CA0000;
  }
  .item03 h2::before {
    content: "";
    display: block;
    background: url(/voice/img/icon_item03.png) no-repeat center bottom/100% auto;
    width: 7.3%;
    max-width: 55px;
    height: 131px;
    position: absolute;
    right: 40px;
    bottom: 5px;
  }
  .item04 h2 {
    background: #358542;
  }
  .item04 h2::before {
    content: "";
    display: block;
    background: url(/voice/img/icon_item04.png) no-repeat center bottom/100% auto;
    width: 22.4%;
    max-width: 168px;
    height: 87px;
    position: absolute;
    right: 30px;
    bottom: 5px;
  }
  .order, .item01, .item02, .item03 {
    margin-bottom: 40px;
  }
  .anc {
    padding-top: 100px;
    margin-top: -100px;
  }
  .voice_list li {
    margin-bottom: 0px;
    padding: 0;
  }
  .voice_list li:last-child {
    margin-bottom: 0;
  }
  .voice_list li .title_box {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: solid 2px #E99CB6;
    border-top: none;
    padding: 15px 50px 15px 15px;
    position: relative;
  }
  .voice_list li .title_box::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #E99CB6;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
  }
  .voice_list li .title_box::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #E99CB6;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    transition: 0.5s;
  }
  .voice_list li .title_box .tit {
    font-size: 16px;
    line-height: 1.4;
    width: calc(100% - 55px);
    box-sizing: border-box;
    padding-right: 20px;
  }
  .voice_list li .title_box .age {
    display: inline-block;
    border: solid 1px #3F3C3C;
    padding: 0 5px;
    line-height: 1.2;
    margin-top: 0px;
    font-size: 10px;
    min-width: 55px;
    box-sizing: border-box;
    text-align: center;
  }
  .voice_list li .title_box.active {
    border-bottom: none;
  }
  .voice_list li .title_box.active::after {
    opacity: 0;
    transition: 0.5s;
  }
  .voice_list li .discription_box {
    position: relative;
    width: 100%;
    padding: 15px;
    border: solid 2px #E99CB6;
    border-top: none;
    min-height: inherit;
    box-sizing: border-box;
    display: none;
  }
  .voice_list li .discription_box .txt {
    font-size: 14px;
    padding-bottom: 50px;
  }
  .voice_list li .discription_box .age {
    display: none;
  }
  .voice_list li .discription_box .img01 {
    width: 13.3%;
    position: absolute;
    bottom: 0;
    right: 45px;
  }
  .item01 .voice_list .title_box {
    border-color: #E99CB6;
  }
  .item01 .voice_list .title_box::before {
    background: #E99CB6;
  }
  .item01 .voice_list .title_box::after {
    background: #E99CB6;
  }
  .item01 .voice_list .discription_box {
    border-color: #E99CB6;
  }
  .item02 .voice_list .title_box {
    border-color: #00A8B8;
  }
  .item02 .voice_list .title_box::before {
    background: #00A8B8;
  }
  .item02 .voice_list .title_box::after {
    background: #00A8B8;
  }
  .item02 .voice_list .discription_box {
    border-color: #00A8B8;
  }
  .item03 .voice_list .title_box {
    border-color: #CA0000;
  }
  .item03 .voice_list .title_box::before {
    background: #CA0000;
  }
  .item03 .voice_list .title_box::after {
    background: #CA0000;
  }
  .item03 .voice_list .discription_box {
    border-color: #CA0000;
  }
  .item04 .voice_list .title_box {
    border-color: #358542;
  }
  .item04 .voice_list .title_box::before {
    background: #358542;
  }
  .item04 .voice_list .title_box::after {
    background: #358542;
  }
  .item04 .voice_list .discription_box {
    border-color: #358542;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=voice.css.map */