@charset "UTF-8";
@import url(destyle.css);
body {
  background-color: rgba(58, 192, 106, 0.1);
  color: #333;
}

.wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 50px;
  background-color: #fff;
  min-height: 100vh;
}

@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0 10px;
  }
}

.group {
  font-size: 0.9375rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(58, 192, 106, 0.5);
  border-left: 1px solid rgba(58, 192, 106, 0.5);
  border-right: 1px solid rgba(58, 192, 106, 0.5);
  margin-bottom: 2rem;
}

@media screen and (min-width: 481px) {
  .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column fieldset {
    width: 100%;
  }
  .column fieldset:not(:first-child) {
    border-left: 1px solid rgba(58, 192, 106, 0.5);
  }
}

.question,
.question-large {
  width: 100%;
  padding: 8px;
  letter-spacing: 0.1em;
  background-color: rgba(58, 192, 106, 0.2);
  border-top: 1px solid rgba(58, 192, 106, 0.5);
}

.question {
  border-bottom: 1px solid rgba(58, 192, 106, 0.5);
}

.question span {
  margin-right: 0.5em;
}

.question span.underline {
  margin-right: 0.2em;
}

.question-large {
  background-color: #3ac06a;
  color: #fff;
  font-weight: 500;
}

.question-large p + p {
  font-size: 0.84375rem;
  margin-top: 10px;
  line-height: 1.8;
}

.formStyle input[type="radio"],
.formStyle input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.formStyle label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.formStyle label span::before,
.formStyle label span::after {
  content: "";
  display: block;
  position: absolute;
}

.formStyle label span::before {
  background-color: #fff;
  border: 2px solid #3ac06a;
  border-radius: 6px;
  width: 20px;
  height: 20px;
}

.formStyle label span::after {
  border-bottom: 3px solid #d64e34;
  border-left: 3px solid #d64e34;
  border-radius: 0;
  opacity: 0;
  height: 10px;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.formStyle label:hover {
  background-color: #ffcccc;
}

.formStyle input:checked + span {
  color: #d64e34;
}

.formStyle input:checked + span::after {
  opacity: 1;
}

.formStyle ::-webkit-input-placeholder {
  color: #888;
  opacity: 0.5;
}

.formStyle :-ms-input-placeholder {
  color: #888;
  opacity: 0.5;
}

.formStyle ::-ms-input-placeholder {
  color: #888;
  opacity: 0.5;
}

.formStyle ::placeholder {
  color: #888;
  opacity: 0.5;
}

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

legend + * {
  clear: both;
}

.input-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-vertical label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-vertical label:not(:last-child) {
  border-right: 1px solid #ccc;
}

.input-vertical label span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.input-vertical label span i {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  font-size: 1em;
}

@media screen and (max-width: 480px) {
  .input-vertical label span br {
    display: none;
  }
}

.input-vertical label {
  padding-bottom: 34px;
  padding-top: 6px;
}

.input-vertical span::before {
  left: calc(50% - 10px);
  bottom: 8px;
}

.input-vertical span::after {
  left: calc(50% - 7px);
  bottom: 16px;
}

.input {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.input-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-normal label {
  width: 100%;
  padding-left: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-normal label:not(:first-child) {
  border-left: 1px solid rgba(58, 192, 106, 0.5);
}

.input-normal span::before {
  top: 8px;
  left: 8px;
}

.input-normal span::after {
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 480px) {
  .input-normal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 6px;
  }
  .input-normal label {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .input-normal label:not(:first-child) {
    border-left: none;
  }
  .input-normal br {
    display: none;
  }
}

.input-inline label {
  padding-left: 24px;
  display: inline-block;
  margin-bottom: 10px;
}

.input-inline span {
  margin-right: 10px;
}

.input-inline span::before {
  top: -3px;
  left: 0;
}

.input-inline span::after {
  top: -1px;
  left: 3px;
}

.inner {
  margin: 0 10px;
  padding: 1rem 0.5rem 0.5rem;
}

.inner-color {
  background-color: #efefef;
  border: 1px solid #efefef;
  margin: 0 10px 10px;
  padding: 1rem 1rem 0.3rem;
}

.inner-color__title {
  margin-bottom: 12px;
}

.inner-color__title b:before {
  content: "[";
  padding-left: 5px;
}

.inner-color__title b:after {
  content: "]";
  padding-right: 5px;
}

.flex {
  text-align: center;
}

.flex .with-photo {
  text-align: left;
}

@media screen and (min-width: 481px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .flex .with-photo {
    width: 75%;
  }
}

.input-single {
  border: 2px solid #3ac06a;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 6px;
}

.input-single.full {
  width: 100%;
}

.input-single.short {
  width: 6em;
  margin-right: 0.5em;
}

.input-vertical label.no-input {
  opacity: 0;
  cursor: auto;
}

.input-vertical label.no-input + label {
  border-left: 1px solid #ccc;
}

/* ------------------------
 block
-------------------------- */
.block-title {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
  padding: 16px 10px 12px 16px;
  background-color: #3ac06a;
  margin: 60px -3.5% 16px;
}

@media screen and (max-width: 480px) {
  .block-title {
    margin: 60px 0 16px;
  }
}

.block-explain {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-size: 0.9375rem;
}

.block-explain p + p {
  margin-top: 0.8rem;
}

.sub-title {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.part-title {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #666;
  padding: 8px;
  margin-bottom: 0.5rem;
  width: fit-content;
}

.input-normal.separate {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input-normal.separate div {
  margin: 10px 0 10px 10px;
  width: calc(100% - 6em);
  padding-right: 1em;
}

.input-normal.separate label {
  width: 25%;
}

.input-normal.separate label:nth-child(n + 2):not(:nth-child(n + 5)) {
  border-left: 1px solid;
}

.input-normal.separate label:not(:last-of-type) {
  border-bottom: 1px solid #41a8a4;
}

.input-normal.separate label:last-of-type {
  width: auto;
}

.input-normal.separate label:not(:first-child) {
  border-left: none;
}

@media screen and (max-width: 480px) {
  .input-normal.separate div {
    margin: 6px 10px;
    width: 100%;
    padding-right: 0;
  }
  .input-normal.separate label {
    width: 100%;
  }
  .input-normal.separate label:nth-child(n + 2):not(:nth-child(n + 5)) {
    border-left: none;
  }
  .input-normal.separate label:not(:last-of-type) {
    border-bottom: none;
  }
}

/* ------------------------
回答された日付
-------------------------- */
.input-date {
  padding: 10px;
}

.input-date select {
  border: 1px solid #3ac06a;
  border-radius: 6px;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}

/* ------------------------
はじめに　導入
-------------------------- */
.enquete-title-wrapper {
  text-align: center;
}

.enquete-title {
  display: inline-block;
  color: #3ac06a;
  /* text-align: left; */
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-block: 2rem;
}

.enquete-title .sub {
  font-size: 1.5rem;
  font-weight: 500;
}

.enquete-title .ver {
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  right: -70px;
  bottom: 10px;
}

@media screen and (max-width: 480px) {
  .enquete-title {
    margin-block: 1rem;
    font-size: 1.25rem;
  }
  .enquete-title .sub {
    font-size: 1.1rem;
  }
  .enquete-title .ver {
    font-size: 0.8rem;
    right: -52px;
    bottom: 8px;
  }
}

.attention {
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

.attention__title {
  margin-bottom: 5px;
}

.number-list {
  list-style: decimal;
  list-style-position: inside;
}

.number-list li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.remarks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.remarks dt {
  width: 46px;
  font-weight: 500;
}

.remarks dd {
  width: calc(100% - 46px);
  margin-bottom: 10px;
}

.personalData {
  background-color: rgba(58, 192, 106, 0.2);
  max-width: 580px;
  margin: 0 auto 2rem;
  padding: 1rem 5rem 2rem;
}

.personalData__item {
  margin-bottom: 0.5rem;
}

.personalData label {
  font-size: 0.9rem;
}

.personalData .input-single {
  padding: 8px 6px;
}

.personalData__notice {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.8;
  border-bottom: 1px solid #b7d8cf;
  padding-bottom: 10px;
  margin-bottom: 10px;
  strong{
    font-size: 1.1em;
    color: #26ad56;
  }
}

.personalData__notice li{
    display: inline-block;
    font-weight: bold;
}

.personalData__notice li + li{
    padding-left: 10px;
}

.personalData__attention {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .personalData {
    padding: 1rem 1rem 1.5rem;
  }
}

@media screen and (min-width: 481px) {
  .personalData__notice, .personalData__attention, .information {
    margin-inline: -20px;
    margin-block-start: 20px;
  }
}

.tel {
  position: relative;
}

.tel label {
  display: block;
}

.tel::before {
  content: "-";
  position: absolute;
  left: 100px;
  top: 28px;
}

.tel::after {
  content: "-";
  position: absolute;
  left: 209px;
  top: 28px;
}

/* ------------------------
 parts
-------------------------- */
.example {
  color: #d64e34;
  line-height: 2.2;
  padding: 10px;
  font-size: 0.90625rem;
  background-color: rgba(214, 78, 52, 0.15);
}

.example .example_title {
  margin-bottom: 0.5em;
  background-color: #fff;
}

.example .example_title span {
  background-color: rgba(214, 78, 52, 0.8);
  color: #fff;
  display: inline-block;
  height: 100%;
  padding: 0 8px;
  margin-right: 8px;
}

.example + .example {
  border-top: 1px solid #fff;
  margin-bottom: 2rem;
}

.end {
  text-align: center;
  line-height: 2;
  margin-bottom: 2rem;
}

.end p + p {
  margin-top: 1rem;
}

.send {
  padding-bottom: 3rem;
}

.send.endpage .btn.return {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 481px) {
  .send.endpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .send.endpage .btn {
    max-width: 200px;
    margin-left: inherit;
    margin-right: inherit;
  }
  .send.endpage .btn.return {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

.btn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 3px;
  text-align: center;
  background-color: #3ac06a;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.8;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.wavy_underline {
  -webkit-text-decoration: wavy underline;
  text-decoration: wavy underline;
}

.mr10 {
  margin-right: 10px;
}

.mb16 {
  margin-bottom: 16px;
}

.text-s {
  font-size: 0.9em;
}

i {
  font-style: normal;
  font-size: 0.9em;
}

.bold {
  font-weight: 700;
}

/* ------------------------
 jsと紐づけているところ
-------------------------- */
.divideUp-items,
.eatingHabit-reason,
.pregnant,
.breastfeeding,
.brownriceamount
 {
  pointer-events: none;
  opacity: 0.5;
}

.divideUp-items.is-active,
.eatingHabit-reason.is-active,
.pregnant.is-active,
.breastfeeding.is-active,
.brownriceamount.is-active
 {
  pointer-events: auto;
  opacity: 1;
}



.divideUp-items .hidden {
  display: none;
}

.divideYes-items,
.others-items {
  display: none;
}

.divideYes-items.is-active,
.others-items.is-active {
  display: block;
}

.liquorType__item .hidden {
  display: none !important;
}

.liquorType.deactivate {
  display: none !important;
}

.amount:disabled {
  pointer-events: none;
  opacity: 0.5;
}

#DPCrsn_tgk {
  display: none;
}

/* ------------------------
 入力エラー
-------------------------- */
/* 回答フォーム用 */
.error {
  border: 2px solid red;
  position: relative;
}

.error::before {
  content: "回答してください";
  /* content:attr(data-msg); */
  display: block;
  padding: 4px 6px 2px;
  position: absolute;
  top: -10px;
  left: -2px;
  background-color: red;
  color: #fff;
  font-size: 0.75rem;
  z-index: 2;
}

.error-msg {
  color: red;
  background-color: #ffe1e1;
  margin-bottom: 2rem;
  padding: 1rem;
  font-size: 0.9375rem;
}

.error-msg li {
  margin-bottom: 5px;
}

.effectiveDate {
  margin-top: 1rem;
}

.effectiveDate__date {
  font-weight: bold;
}

.personalData__item i {
  font-size: 13px;
}
/*# sourceMappingURL=style.css.map */

/* 2024.10 */
.information {
  border: 2px solid #666;
  background-color: #666;
  color: #fff;
  margin-top: 1rem;
  padding: 0.5rem 1rem 0.7em;
  line-height: 1.6;
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  dd {
    font-size: 0.9em;
    margin-top: 2px;
  }
}

.othersname-text {
  padding: 10px 1em;
  border-top: 1px solid rgba(58, 192, 106, 0.5);
}

/* 個人情報案内（冒頭） 2026.1 */
.privacy-intro {
  border: 1px solid rgb(58, 192, 106);
  background: rgba(58, 192, 106, 0.2);
  padding: clamp(0.625rem, 0.15rem + 2.03vw, 1.25rem);/* 10-20 */
  margin: 30px 0;
  border-radius: 4px;
  line-height: 1.6;
  font-size: clamp(0.875rem, 0.827rem + 0.2vw, 0.938rem);/* 14-15 */

  padding-bottom: 30px;

  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.privacy-intro__title {
  font-size: clamp(1rem, 0.952rem + 0.2vw, 1.063rem);/* 16-17 */
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  /* padding-left: 8px;
  border-left: 4px solid */
}

.privacy-intro__list {
  padding-left: clamp(0.625rem, 0.15rem + 2.03vw, 1.25rem);/* 10-20 */
  margin: 14px 0 20px;
  border-bottom: 1px solid rgba(58, 192, 106,0.5);
  padding-bottom: 12px;
}

.privacy-intro__list li {
  margin-bottom: 12px;
}

.privacy-intro__list strong {
  display: inline-block;
  margin-bottom: 4px;
}


.privacy-intro__check {
  display: block;
  font-weight: bold;
  margin-top: 16px;
  padding-left: 36px; 
  font-size: clamp(0.938rem, 0.89rem + 0.2vw, 1rem);/* 15-20 */
}

/* チェックボックスの位置*/
.privacy-intro__check span::before {
  top: 3px;
  left: 8px;
}
/* チェック印の位置*/
.privacy-intro__check span::after {
  top: 6px;
  left: 11px;
}
