@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : raresugar.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.h1_wrap {
  background: url(/faq/img/bg_h1.jpg) no-repeat center center/cover;
}
.h1_wrap h1::before {
  content: "";
  display: block;
  width: 94px;
  height: 48px;
  position: absolute;
  top: -48px;
  left: -75px;
  background: url(/faq/img/img_h1.png) no-repeat center center/94px 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: 16.7%;
  margin-right: 3.1%;
  background: #FFF;
  border: solid 1px #857826;
  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: #857826;
  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 #857826;
  border-right: solid 1px #857826;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.lead .link_btn li:nth-child(2) {
  border-color: #E99CB6;
}
.lead .link_btn li:nth-child(2)::before {
  border-color: #E99CB6;
}
.lead .link_btn li:nth-child(2):hover {
  background: #E99CB6;
}
.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):hover {
  background: #358542;
}

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

.item01 h2 {
  background: #E99CB6;
}

.item02 h2 {
  background: #00A8B8;
}

.item03 h2 {
  background: #CA0000;
}

.item04 h2 {
  background: #358542;
}

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

.faq_list dt {
  display: block;
  background: #FFF url(/faq/img/icon_q.svg) no-repeat left 50px center/36px auto;
  border-radius: 80px;
  padding: 55px 120px;
  font-size: 24px;
  line-height: 1.2;
}
.faq_list dd {
  background: #FFFFE2 url(/faq/img/icon_a.svg) no-repeat left 50px top 50px/37px auto;
  border-radius: 80px;
  padding: 30px 120px;
  margin-bottom: 30px;
  box-sizing: border-box;
  min-height: 138px;
}
.faq_list dd p {
  margin-bottom: 30px;
}
.faq_list dd p:last-child {
  margin-bottom: 0;
}
.faq_list dd p a {
  color: #3F3CFF;
  text-decoration: underline;
}
.faq_list dd p a[href*="tel:"] {
  color: #3F3C3C;
  text-decoration: none;
}
.faq_list dd:last-child {
  margin-bottom: 0;
}
.faq_list dd.dd01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ---------------全デバイス共通(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 #857826;
    border-radius: 56px;
    padding: 20px;
    position: relative;
    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;
    width: 10px;
    height: 10px;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: 5px;
    left: inherit;
    right: 15px;
    margin-left: 0;
    transform: inherit;
    transition: inherit;
  }
  .lead .link_btn li:nth-child(2) {
    border-color: #E99CB6;
  }
  .lead .link_btn li:nth-child(2)::before {
    display: block;
    width: 86px;
    height: 48px;
    background: url(/faq/img/icon_item01.png) no-repeat center center/86px auto;
  }
  .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 {
    display: block;
    width: 86px;
    height: 45px;
    background: url(/faq/img/icon_item04.png) no-repeat center center/84px auto;
  }
  .lead .link_btn li:nth-child(3):hover {
    background: #FFF;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 0px;
    padding: 15px;
  }
  .item01 h2 {
    background: #E99CB6;
  }
  .item02 h2 {
    background: #00A8B8;
  }
  .item03 h2 {
    background: #CA0000;
  }
  .item04 h2 {
    background: #358542;
  }
  .order, .item01, .item02, .item03 {
    margin-bottom: 40px;
  }
  .anc {
    padding-top: 100px;
    margin-top: -100px;
  }
  .faq_list dt {
    display: block;
    background: #FFF url(/faq/img/icon_q.svg) no-repeat left 15px center/18px auto;
    border-radius: inherit;
    padding: 15px 40px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    border: solid 2px #857826;
    border-top: none;
    position: relative;
  }
  .faq_list dt::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #857826;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
  }
  .faq_list dt::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #857826;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    transition: 0.5s;
  }
  .faq_list dt.active {
    border-bottom: none;
  }
  .faq_list dt.active::after {
    opacity: 0;
    transition: 0.5s;
  }
  .faq_list dd {
    background: #FFFFE2 url(/faq/img/icon_a.svg) no-repeat left 15px top 15px/18px auto;
    border-radius: inherit;
    padding: 15px 40px;
    margin-bottom: 0;
    box-sizing: border-box;
    min-height: inherit;
    font-size: 14px;
    border: solid 2px #857826;
    border-top: none;
    display: none;
  }
  .faq_list dd p {
    margin-bottom: 15px;
  }
  .faq_list dd p:last-child {
    margin-bottom: 0;
  }
  .faq_list dd p a {
    color: #3F3CFF;
    text-decoration: underline;
  }
  .faq_list dd p a[href*="tel:"] {
    color: #3F3CFF;
    text-decoration: underline;
  }
  .faq_list dd:last-child {
    margin-bottom: 0;
  }
  .faq_list dd.dd01 {
    display: block;
  }
  .item01 .faq_list dt {
    border-color: #E99CB6;
  }
  .item01 .faq_list dt::before {
    background: #E99CB6;
  }
  .item01 .faq_list dt::after {
    background: #E99CB6;
  }
  .item01 .faq_list dd {
    border-color: #E99CB6;
  }
  .item02 .faq_list dt {
    border-color: #00A8B8;
  }
  .item02 .faq_list dt::before {
    background: #00A8B8;
  }
  .item02 .faq_list dt::after {
    background: #00A8B8;
  }
  .item02 .faq_list dd {
    border-color: #00A8B8;
  }
  .item03 .faq_list dt {
    border-color: #CA0000;
  }
  .item03 .faq_list dt::before {
    background: #CA0000;
  }
  .item03 .faq_list dt::after {
    background: #CA0000;
  }
  .item03 .faq_list dd {
    border-color: #CA0000;
  }
  .item04 .faq_list dt {
    border-color: #358542;
  }
  .item04 .faq_list dt::before {
    background: #358542;
  }
  .item04 .faq_list dt::after {
    background: #358542;
  }
  .item04 .faq_list dd {
    border-color: #358542;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=faq.css.map */