@charset "utf-8";

:root {
  --accentColor: #26B7BC;
}

/*-----------------------------------------
  layout
-----------------------------------------*/
.pane-contents {
  padding: 0;
}
.pane-contents .container {
  width: 100%;
}
.block-questionnaire {
  width: 100%;
  background: #FDF4D0;
  opacity: 0;
  transition: opacity .3s;
  overflow: hidden;
}
.block-questionnaire.is-show {
  opacity: 1;
}
.block-questionnaire,
.block-questionnaire--freespace-top,
.block-questionnaire--freespace-bottom {
  margin: 0;
}
.block-questionnaire--header {
  display: none;
}
.store-open {
  color: #6F420D;
}
.store-open a {
  color: inherit;
  transition: .3s;
}
.store-open a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.store-open h1,
.store-open h2,
.store-open h3 {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  background: none;
}
.store-open img {
  vertical-align: bottom;
}
.store-open .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.store-open .anchor-btn {
  position: fixed;
  bottom: -36px;
  right: 88px;
  width: 145px;
  height: 145px;
  text-align: center;
  background: var(--accentColor);
  border: 3px solid #1E9DA2;
  border-radius: 50%;
  z-index: 10;
}
.store-open .anchor-btn::after {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 8px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.store-open .anchor-btn span {
  display: block;
  padding: 25px 0 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.47;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .store-open .for-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .store-open .for-pc {
    display: none;
  }
  .store-open .anchor-btn {
    bottom: -36px;
    right: 0;
    width: 112px;
    height: 112px;
  }
  .store-open .anchor-btn::after {
    bottom: 40px;
    width: 10px;
    height: 6px;
  }
  .store-open .anchor-btn span {
    padding: 16px 0 0;
    font-size: 14px;
    line-height: 1.42;
  }
  .block-page-top {
    bottom: 84px;
  }
}

/*-----------------------------------------
  top
-----------------------------------------*/
.store-open .sec-top {
  position: relative;
  padding: 26px 0 0;
  z-index: 1;
}
.store-open .sec-top::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: max(2616px,136.25vw);
  height: 886px;
  background: #F8911B url(/img/usr/questionary/store-open/bg_mv.png) no-repeat center top 200px / max(1920px,100vw);
  border-radius: 50%;
  z-index: -1;
}
.store-open .sec-top::after {
  content: "";
  position: absolute;
  bottom: max(-420px,-21.875vw);
  right: 25px;
  width: min(685px,35.7vw);
  height: min(553px,28.9vw);
  background: url(/img/usr/questionary/store-open/img_01.png) no-repeat center / contain;
}
.store-open .sec-top .top-mv {
  padding: 0 0 0 96px;
}
.store-open .sec-top .top-about {
  position: relative;
  max-width: 890px;
  margin: -22px auto 0;
  padding: 40px 25px 32px;
  background: #fff;
  border-radius: 14px;
}
.store-open .sec-top .top-about-title {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: fit-content;
  padding: 14px 30px;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--accentColor);
  border-radius: 50px;
  white-space: nowrap;
}
.store-open .sec-top .top-about-title small {
  font-size: 20px;
}
.store-open .sec-top .top-about-title span {
  display: inline-block;
  margin: 0 0 0 2px;
  font-weight: 600;
  font-size: 26px;
  transform: rotate(14deg);
  vertical-align: top;
}
.store-open .sec-top .top-about-title::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 8px;
  background: var(--accentColor);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.store-open .sec-top .top-about-text {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 2.333;
}
@media screen and (max-width: 750px) {
  .store-open .sec-top {
    padding: 0;
  }
  .store-open .sec-top::before {
    top: auto;
    bottom: -144px;
    width: 136vw;
    height:46vw;
    background: #F8911B;
  }
  .store-open .sec-top::after {
    bottom: -295px;
    right: -78px;
    width: 417px;
    height: 337px;
    background-image: url(/img/usr/questionary/store-open/img_01_sp.png);
  }
  .store-open .sec-top .inner {
    padding: 0;
  }
  .store-open .sec-top .top-mv {
    padding: 0;
  }
  .store-open .sec-top .top-about {
    margin: 0 auto 0;
    padding: 45px 25px 40px;
    border-radius: 0;
  }
  .store-open .sec-top .top-about-title {
    top: -22px;
    padding: 12px 34px;
    font-size: 18px;
  }
  .store-open .sec-top .top-about-title small {
    font-size: 14px;
  }
  .store-open .sec-top .top-about-title span {
    font-size: 19px;
  }
  .store-open .sec-top .top-about-title::after {
    bottom: -5px;
    width: 12px;
    height: 6px;
  }
  .store-open .sec-top .top-about-text {
    font-size: 14px;
    line-height: 1.7;
  }
}

/*-----------------------------------------
  point
-----------------------------------------*/
.store-open .sec-point {
  position: relative;
  padding: 216px 0 276px;
  background: url(/img/usr/questionary/store-open/bg_point.png) no-repeat center top -48px / max(1920px,100%);
}
.store-open .sec-point::before {
  content: "";
  position: absolute;
  bottom: 476px;
  left: -53px;
  width: min(400px,20.84vw);
  height: min(300px,15.625vw);
  background: url(/img/usr/questionary/store-open/img_02.png) no-repeat center / contain;
}
.store-open .sec-point::after {
  content: "";
  position: absolute;
  bottom: 98px;
  right: 56px;
  width: min(354px,18.4375vw);
  height: min(198px,10.3125vw);
  background: url(/img/usr/questionary/store-open/img_03.png) no-repeat center / contain;
  z-index: 1;
}
.store-open .sec-point .point-title {
  text-align: center;
}
.store-open .sec-point .point-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1100px;
  margin: 50px auto 0;
}
.store-open .sec-point .point-list li {
  background: #fff;
  border-radius: 15px;
}
.store-open .sec-point .point-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--accentColor);
  border-radius: 15px 15px 0 0;
}
.store-open .sec-point .point-head-num {
  position: relative;
  padding: 0 22px 0 0;
  margin: 0 20px 0 0;
  font-weight: 600;
  font-size: 44px;
}
.store-open .sec-point .point-head-num::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 4px;
  height: 32px;
  background-image: radial-gradient(circle, #fff 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 4px 12px;
}
.store-open .sec-point .point-contents {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 32px 60px 32px 80px;
}
.store-open .sec-point .point-img {
  width: 335px;
}
.store-open .sec-point .point-text {
  flex: 1;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.1875;
}
@media screen and (max-width: 750px) {
  .store-open .sec-point {
    padding: 314px 0 144px;
    background: url(/img/usr/questionary/store-open/bg_point_sp.png) no-repeat center top / 100%;
  }
  .store-open .sec-point::before {
    content: none;
  }
  .store-open .sec-point::after {
    bottom: 25px;
    right: auto;
    left: -36px;
    width: 183px;
    height: 102px;
    transform: scale(-1,1);
  }
  .store-open .sec-point .inner {
    padding: 0 15px;
  }
  .store-open .sec-point .point-title img {
    width: 298px;
  }
  .store-open .sec-point .point-list {
    gap: 70px;
    margin: 28px auto 0;
  }
  .store-open .sec-point .point-list li {
    position: relative;
    z-index: 1;
  }
  .store-open .sec-point .point-list li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -102px;
    right: -2px;
    width: 227px;
    height: 170px;
    background: url(/img/usr/questionary/store-open/img_02.png) no-repeat center / contain;
    z-index: -1;
  }
  .store-open .sec-point .point-head {
    justify-content: flex-start;
    height: auto;
    padding: 17px 18px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
  .store-open .sec-point .point-head-num {
    padding: 0 13px 0 0;
    margin: 0 13px 0 0;
    font-size: 26px;
  }
  .store-open .sec-point .point-head-num::after {
    top: 10px;
    width: 2px;
    height: 24px;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 2px 6px;
  }
  .store-open .sec-point .point-contents {
    flex-direction: column;
    gap: 20px;
    padding: 30px 16px 45px;
  }
  .store-open .sec-point .point-img {
    width: auto;
    margin: 0 -6px;
  }
  .store-open .sec-point .point-text {
    font-size: 14px;
    line-height:  1.714;
  }
}

/*-----------------------------------------
  flow
-----------------------------------------*/
.store-open .sec-flow {
  position: relative;
  padding: 85px 0 140px;
  text-align: center;
  background: #FF9F31;
}
.store-open .sec-flow::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: max(140px,7.3vw);
  background: url(/img/usr/questionary/store-open/bg_flow_top.png) no-repeat center bottom / max(1920px,100%);
}
.store-open .sec-flow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: max(140px,7.3vw);
  background: url(/img/usr/questionary/store-open/bg_flow_bottom.png) no-repeat center top / max(1920px,100%);
}
.store-open .sec-flow .flow-text {
  margin: 35px 0 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
}
.store-open .sec-flow .flow-step {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 60px 0 0;
}
.store-open .sec-flow .flow-step::before {
  content: "";
  position: absolute;
  bottom: -124px;
  left: -224px;
  width: min(344px,18vw);
  height: min(304px,15.9vw);
  background: url(/img/usr/questionary/store-open/img_04.png) no-repeat center / contain;
}
.store-open .sec-flow .flow-step::after {
  content: "";
  position: absolute;
  bottom: -244px;
  right: -270px;
  width: min(271px,14.12vw);
  height: min(161px,8.4vw);
  background: url(/img/usr/questionary/store-open/img_05.png) no-repeat center / contain;
  z-index: 1;
}
.store-open .sec-flow .flow-step li {
  display: flex;
  flex-direction: column;
  width: 190px;
}
.store-open .sec-flow .flow-step-contents {
  flex-grow: 1;
  margin: 18px 0 0;
  padding: 32px 10px 28px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 4px 0 rgb(0,0,0,0.16);
}
.store-open .sec-flow .flow-step-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.store-open .sec-flow .flow-step-text {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.928;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .store-open .sec-flow {
    padding: 18px 0 160px;
  }
  .store-open .sec-flow::before {
    height: 16vw;
    background: url(/img/usr/questionary/store-open/bg_flow_top_sp.png) no-repeat center bottom / 100%;
  }
  .store-open .sec-flow::after {
    height: 16vw;
    background: url(/img/usr/questionary/store-open/bg_flow_bottom_sp.png) no-repeat center top / 100%;
  }
  .store-open .sec-flow .inner {
    padding: 0 25px;
  }
  .store-open .sec-flow .flow-title img {
    width: 258px;
  }
  .store-open .sec-flow .flow-text {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.6875;
    text-align: left;
  }
  .store-open .sec-flow .flow-step {
    flex-direction: column;
    gap: 48px;
    margin: 32px 0 0;
  }
  .store-open .sec-flow .flow-step::before {
    bottom: -213px;
    left: 0;
    width: 182px;
    height: 161px;
    z-index: 1;
  }
  .store-open .sec-flow .flow-step::after {
    bottom: -134px;
    right: 10px;
    width: 153px;
    height: 91px;
  }
  .store-open .sec-flow .flow-step li {
    position: relative;
    width: 100%;
  }
  .store-open .sec-flow .flow-step-num {
    position: absolute;
    top: 0;
    left: 13px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 100%;
    background: var(--accentColor);
  }
  .store-open .sec-flow .flow-step li:first-child .flow-step-num::before {
    top: -5px;
    background: var(--accentColor);
    border-radius: 3px 3px 0 0;
  }
  .store-open .sec-flow .flow-step-num::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(/img/usr/questionary/store-open/bg_flow_step_sp.png)no-repeat center top / 100%;
  }
  .store-open .sec-flow .flow-step-num::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 26px;
    background: url(/img/usr/questionary/store-open/bg_flow_step_sp.png)no-repeat center bottom / 100%;
  }
  .store-open .sec-flow .flow-step-contents {
    min-height: 120px;
    margin: 0;
    padding: 20px 10px 16px 90px;
  }
  .store-open .sec-flow .flow-step-title {
    font-size: 16px;
    text-align: left;
  }
  .store-open .sec-flow .flow-step-text {
    margin: 14px 0 0;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.714;
  }
}

/*-----------------------------------------
  contact
-----------------------------------------*/
.store-open .sec-contact {
  margin: 230px 0 0;
  padding: 110px 0 0;
}
.store-open .sec-contact .contact-top {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 44px 0 35px;
  text-align: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  z-index: 0;
}
.store-open .sec-contact .contact-top::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 544px;
  height: 596px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.store-open .sec-contact .contact-top::after {
  content: "";
  position: absolute;
  top: -106px;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 88px;
  background: url(/img/usr/questionary/store-open/icon_contact.png) no-repeat center / contain;
}
.store-open .sec-contact .contact-title {
  position: relative;
  padding: 0 0 34px;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #F08A1E;
}
.store-open .sec-contact .contact-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 104px;
  height: 8px;
  background-image: radial-gradient(circle, #FFE79B 4px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 15px 8px;
}
.store-open .sec-contact .contact-confirm-text {
  display: none;
  margin: 24px 0 0;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.block-questionnaire.is-confirm .store-open > *:not(.sec-contact) {
  display: none;
}
.block-questionnaire.is-confirm .store-open .sec-contact {
  display: block;
  margin-top: 80px;
}
.block-questionnaire.is-confirm .store-open .sec-contact .contact-confirm-text {
  display: block;
}
.block-questionnaire.is-confirm {
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .store-open .sec-contact {
    margin: 120px 0 0;
    padding: 70px 0 0;
  }
  .store-open .sec-contact .contact-top {
    padding: 30px 0 28px;
  }
  .store-open .sec-contact .contact-top::before {
    top: -40px;
    width: 85.86vw;
    height: 80vw;
  }
  .store-open .sec-contact .contact-top::after {
    top: -62px;
    width: 95px;
    height: 62px;
  }
  .store-open .sec-contact .contact-title {
    padding: 0 0 25px;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  .store-open .sec-contact .contact-title::after {
    width: 100px;
    height: 6px;
    background-image: radial-gradient(circle, #FFE79B 3px, transparent 3px);
    background-size: 14px 6px;
  }
  .store-open .sec-contact .contact-confirm-text {
    font-size: 15px;
  }
  .block-questionnaire.is-confirm .store-open .sec-contact {
    margin-top: 20px;
  }
  .block-questionnaire.is-confirm {
    padding-bottom: 40px;
  }
}

/*-----------------------------------------
  faq
-----------------------------------------*/
.store-open .sec-faq {
  position: relative;
  margin: 270px 0 0;
  padding: 0 0 100px;
  background: #fff url(/img/usr/questionary/store-open/bg_faq.png) no-repeat center top -146px / max(1920px,100vw);
  z-index: 1;
}
.store-open .sec-faq::before {
  content: "";
  position: absolute;
  top: -146px;
  left: 50%;
  transform: translateX(-50%);
  width: max(2616px,136.25vw);
  height: 886px;
  background: #fff url(/img/usr/questionary/store-open/bg_faq.png) no-repeat center top / max(1920px,100vw);
  border-radius: 50%;
  z-index: -1;
}
.store-open .sec-faq .faq-title {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ED6D00;
}
.store-open .sec-faq .faq-list {
  max-width: 960px;
  margin: 50px auto 0;
}
.store-open .sec-faq .faq-list dl {
  padding: 22px 40px 18px;
  background: #FFFCF0;
  border: 1px solid #F08A1E;
  border-radius: 10px;
}
.store-open .sec-faq .faq-list dl + dl {
  margin-top: 30px;
}
.store-open .sec-faq .faq-list dl dt {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 19px 30px;
  font-weight: 700;
  font-size: 16px;
}
.store-open .sec-faq .faq-list dl dt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 22px;
  background: url(/img/usr/questionary/store-open/icon_faq_q.png) no-repeat center / contain;
}
.store-open .sec-faq .faq-list dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #F08A1E 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 14px 4px;
}
.store-open .sec-faq .faq-list dl dd {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.1875;
}
.store-open .sec-faq .faq-list dl dd::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 22px;
  background: url(/img/usr/questionary/store-open/icon_faq_a.png) no-repeat center / contain;
}
@media screen and (max-width: 750px) {
  .store-open .sec-faq {
    margin: 140px 0 0;
    padding: 0 0 70px;
    background: #fff url(/img/usr/questionary/store-open/bg_faq_sp.png) no-repeat center top -70px / 100%;
  }
  .store-open .sec-faq::before {
    top: -70px;
    width: 136vw;
    height: 40vw;
    background: #fff url(/img/usr/questionary/store-open/bg_faq_sp.png) no-repeat center top / 100%;
  }
  .store-open .sec-faq .inner {
    padding: 0 25px;
  }
  .store-open .sec-faq .faq-title {
    font-size: 20px;
  }
  .store-open .sec-faq .faq-list {
    margin: 35px auto 0;
  }
  .store-open .sec-faq .faq-list dl {
    padding: 20px 12px 17px;
  }
  .store-open .sec-faq .faq-list dl + dl {
    margin-top: 17px;
  }
  .store-open .sec-faq .faq-list dl dt {
    margin: 0 0 18px;
    padding: 0 0 15px 18px;
    font-size: 13px;
  }
  .store-open .sec-faq .faq-list dl dt::before {
    top: 3px;
    width: 11px;
    height: 14px;
  }
  .store-open .sec-faq .faq-list dl dt::after {
    height: 2px;
    background-image: radial-gradient(circle, #F08A1E 1px, transparent 1px);
    background-size: 8px 2px;
  }
  .store-open .sec-faq .faq-list dl dd {
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.46;
  }
  .store-open .sec-faq .faq-list dl dd::before {
    top: 2px;
    left: 0;
    width: 11px;
    height: 14px;
  }
}

/*-----------------------------------------
  form
-----------------------------------------*/
.block-questionnaire--customer-name {
  display: none;
}
.block-questionnaire--form {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 50px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
.block-questionnaire--form input[type="text"],
.block-questionnaire--form input[type="tel"],
.block-questionnaire--form input[type="email"],
.block-questionnaire--form textarea {
  border-color: #707070;
  border-radius: 2px;
}
.block-questionnaire--item {
  display: flex;
  align-items: flex-start;
  max-width: 662px;
  margin: 0 auto;
}
.block-questionnaire--item + .block-questionnaire--item {
  margin-top: 30px;
}
.block-questionnaire--item-header {
  flex: 1;
  margin: 0 16px 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border: none;
}
.required {
  margin: 0 0 0 8px;
}
.block-questionnaire--box-content {
  width: 358px;
  margin: 0;
}
.block-questionnaire--box-content .block-questionnaire--textbox {
  width: 100%;
  padding: 9px 4px;
}
.block-questionnaire--box-content span:has(.checkbox) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-questionnaire--box-content input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block-questionnaire--box-content input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #484545;
  border-bottom: 2px solid #484545;
}
.block-questionnaire--box-content .checkbox {
  width: 90%;
  margin: 0;
  font-size: 16px;
}
.block-questionnaire--box-content .checkbox + input + .checkbox {
  margin: 4px 0;
}
.block-questionnaire--box-content input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block-questionnaire--box-content input[type="radio"]:checked:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #929292;
  border-radius: 50%;
}
.block-questionnaire--box-content .radio {
  font-size: 16px;
  margin-right: 12px;
  vertical-align: middle;
}
.block-questionnaire--box-content .form-group,
.block-questionnaire--box-content .form-group:last-child {
  border: none;
}
.block-questionnaire--box-content .form-group + .form-group {
  margin-top: 10px;
}
.block-questionnaire--box-content .form-label {
  display: none;
}
.block-questionnaire--box-content .form-control {
  padding: 0;
}
.block-questionnaire--box-content .form-control .block-questionnaire--name-value-label {
  display: inline-block;
  width: 56px;
}
.block-questionnaire--box-content .form-control input.block-questionnaire--name,
.block-questionnaire--box-content .form-control input.block-questionnaire--name-2,
.block-questionnaire--box-content .form-control input.block-questionnaire--kana,
.block-questionnaire--box-content .form-control input.block-questionnaire--kana-2 {
  display: inline-block;
  width: 118px;
}
.block-questionnaire--textarea {
  width: 100%;
}
.block-questionnaire--form .action-buttons {
  margin-top: 60px;
  text-align: center;
}
.block-questionnaire--form .action-buttons .block-questionnaire--back {
  display: none;
}
.alert {
  max-width: 960px;
  margin: 0 auto;
  border-top: none;
  border-bottom: 40px solid #fff;
  border-right: 150px solid #fff;
  border-left: 150px solid #fff;
}
.form-error.is-visible::before {
  font-family: FontAwesome;
  content: "\f071";
  margin: 0 4px 0 0;
}
@media screen and (max-width: 750px) {
  .block-questionnaire--form {
    margin: 0 10px;
    padding: 0 15px 40px;
  }
  .block-questionnaire--item {
    display: block;
  }
  .block-questionnaire--item + .block-questionnaire--item {
    margin-top: 20px;
  }
  .block-questionnaire--item-header {
    margin: 0;
  }
  .required::after {
    padding: 0 10px 1px;
  }
  .block-questionnaire--box-content {
    width: 100%;
  }
  .block-questionnaire--box-content .form-control input.block-questionnaire--name,
  .block-questionnaire--box-content .form-control input.block-questionnaire--name-2,
  .block-questionnaire--box-content .form-control input.block-questionnaire--kana,
  .block-questionnaire--box-content .form-control input.block-questionnaire--kana-2 {
    width: 140px;
  }
  .block-questionnaire--form .action-buttons {
    margin-top: 23px;
  }
  .block-questionnaire--form .action .btn {
    width: 110px;
    margin: 0 auto;
    padding: 6px 20px;
    border-radius: 2px;
  }
  .alert {
    margin: 0 10px;
    border-width: 10px;
    border-bottom-width: 20px;
  }
}

/*-----------------------------------------
  form 確認画面
-----------------------------------------*/
.block-questionnaire--confirmation-form {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 50px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
.block-questionnaire--confirmation-item-list .form-group {
  display: flex;
  align-items: flex-start;
  max-width: 662px;
  margin: 0 auto;
  border: none !important;
}
.block-questionnaire--confirmation-item-list .form-group + .form-group {
  margin-top: 30px;
}
.block-questionnaire--confirmation-form .fieldset {
  margin: 0;
}
.block-questionnaire--confirmation-form .form-label {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
}
.block-questionnaire--confirmation-form .form-label .control-label {
  vertical-align: middle;
}
.block-questionnaire--confirmation-form .constraint {
  float: none;
  display: inline-block;
  width: auto;
  margin: 2px auto 0 0;
  padding: 0;
  background: none;
}
.block-questionnaire--confirmation-form .form-control {
  flex-shrink: 0;
  width: 358px;
  padding: 0;
  font-size: 16px;
}
.block-questionnaire--confirmation-form:has(.action-buttons) {
  margin-top: -10px;
}
.block-questionnaire--confirmation-form .action-buttons {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .block-questionnaire--confirmation-form {
    margin: 0 10px;
    padding: 0 15px 40px;
  }
  .block-questionnaire--confirmation-item-list .form-group {
    display: block;
  }
  .block-questionnaire--confirmation-item-list .form-group + .form-group {
    margin-top: 20px;
  }
  .block-questionnaire--confirmation-form .form-control {
    width: 100%;
    margin: 10px 0;
  }
  .block-questionnaire--confirmation-form .action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 23px;
  }
  .block-questionnaire--confirmation-form .action:has(.block-questionnaire--confirmation-forward) {
    order: 1;
  }
  .block-questionnaire--confirmation-form .action .btn {
    width: 110px;
    margin: 0 auto;
    padding: 6px 20px;
    border-radius: 2px;
  }
}

/*-----------------------------------------
  完了画面
-----------------------------------------*/
.block-questionnaire-completed {
  width: 100%;
  margin: 0;
  padding: 0 0 80px;
  background: #FDF4D0;
}
.block-questionnaire-completed--header,
.block-questionnaire-completed--customer-name,
.block-questionnaire-completed .action-buttons {
  display: none;
}
.block-questionnaire-completed .store-open .sec-contact {
  margin-top: 0;
  padding-top: 190px;
}
.block-questionnaire-completed .store-open .contact-complete-text {
  margin: 24px 0 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.block-questionnaire-completed .store-open .contact-complete-text strong {
  font-weight: 700;
}
.block-questionnaire-completed .store-open .contact-complete-link-dl {
  display: inline-block;
  width: 240px;
  margin: 30px auto 0;
  padding: 14px 10px;
  background: #26B7BC;
  border-radius: 4px;
}
.block-questionnaire-completed .store-open .contact-complete-link-dl span {
  padding: 0 30px 0 0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: url(/img/usr/questionary/store-open/icon_pdf.png) no-repeat right center;
}
.block-questionnaire-completed .store-open .contact-complete-link {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 100px 0 50px;
}
.block-questionnaire-completed .store-open .contact-complete-link-store,
.block-questionnaire-completed .store-open .contact-complete-link-top {
  position: relative;
  width: 240px;
  padding: 8px 10px;
  background: #484545;
  border-radius: 4px;
}
.block-questionnaire-completed .store-open .contact-complete-link-store::after,
.block-questionnaire-completed .store-open .contact-complete-link-top::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 7px;
  height: 7px;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.block-questionnaire-completed .store-open .contact-complete-link-store,
.block-questionnaire-completed .store-open .contact-complete-link-top span {
  font-size: 13px;
  color: #fff;
}
.block-questionnaire-completed .store-open .contact-complete-link-top {
  background: #F8911B;
}
.block-questionnaire-completed .store-open .contact-complete-link-top::after {
  left: auto;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 750px) {
  .block-questionnaire-completed {
    padding: 0 0 40px;
  }
  .block-questionnaire-completed .store-open .sec-contact {
    padding-top: 90px;
  }
  .block-questionnaire-completed .store-open .contact-complete-text {
    padding: 0 10px;
    font-size: 14px;
  }
  .block-questionnaire-completed .store-open .contact-complete-link-dl {
    padding: 14px 10px;
  }
  .block-questionnaire-completed .store-open .contact-complete-link {
    flex-direction: column;
    align-items: center;
    margin: 50px 0 20px;
  }
}