/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-checkanswer-title
----------------------------------------*/
.p-checkanswer-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 19.3236714976vw;
  font-size: 6.038647343vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: rgb(255, 53, 115);
  background: linear-gradient(90deg, rgb(255, 53, 115) 0%, rgb(118, 0, 135) 100%);
  box-shadow: 0 1.2077294686vw 1.2077294686vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-title {
    height: 80px;
    font-size: 2.5rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-title small {
  display: block;
  font-size: 4.347826087vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-title small {
    font-size: 1.8rem;
  }
}

/*----------------------------------------
    p-checkanswer-input
----------------------------------------*/
.p-checkanswer-input {
  margin: 0 0 4.8309178744vw;
}
.p-checkanswer-input__head {
  display: flex;
  align-items: center;
  background: #FED4E1;
  padding: 2.8985507246vw 4.8309178744vw;
  box-shadow: 0 1.2077294686vw 1.2077294686vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input__head {
    padding: 12px 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input__head-text {
  font-size: 5.2vw;
  flex-grow: 1;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input__head-text {
    /* font-size: 2.3rem; */
    font-size: 2.1rem;
  }
}
.p-checkanswer-input__head-required {
  /* font-size: 5.5555555556vw; */
  font-size: 1.5rem;
  white-space: nowrap;
  margin-left: 4vw;
  font-weight: bold;
  line-height: 1;
  color: #FF3573;
  background: #fff;
  padding: 0.9661835749vw;
  border: 1px solid #FF3573;
  margin-top: .5vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input__head-required {
    /* font-size: 2.3rem; */
    font-size: 2.1rem;
    padding: 4px;
    margin-top: 2px;
  }
}
.p-checkanswer-input__main {
  padding: 7.2463768116vw;
  .pop_err {
    display: block;
    width: 35vw;
    text-align: center;
    margin: 0 auto;
    margin-top: -3.5vw;
    margin-bottom: 2.5vw;
    display:none;
  }
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input__main {
    padding: 30px;
    .pop_err {
      width: 148px;
      margin-top: -16px;
      margin-bottom: 13px;
    }
  }
}

/*----------------------------------------
    p-checkanswer-input-picker
----------------------------------------*/
.p-checkanswer-input-picker__text {
  display: flex;
  margin: 0 0 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__text {
    margin: 0 0 8px;
  }
}
.p-checkanswer-input-picker__text p {
  display: flex;
  gap: 0.9661835749vw;
  font-size: 4.1062801932vw;
  font-weight: bold;
  color: #FF3573;
  border-bottom: 1px solid #FF3573;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__text p {
    gap: 4px;
    font-size: 1.7rem;
  }
}
.p-checkanswer-input-picker__text p:before {
  content: "";
  flex: none;
  width: 6.038647343vw;
  height: 5.3140096618vw;
  background: url(../../../images/v2/design/common/icon-exclamation02.svg) center/cover;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__text p:before {
    width: 25px;
    height: 22px;
  }
}
.p-checkanswer-input-picker__list {
  margin: 0 0 2.8985507246vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__list {
    margin: 0 0 12px;
  }
}
.p-checkanswer-input-picker__list li {
  font-size: 3.8647342995vw;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__list li {
    font-size: 1.6rem;
  }
}
.p-checkanswer-input-picker__list li:before {
  content: "・";
}
.p-checkanswer-input-picker__main {
  display: flex;
  gap: 7.2463768116vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__main {
    gap: 30px;
  }
}
.p-checkanswer-input-picker__column {
  flex: 1;
  background: #E4E4E4;
  padding: 2.8985507246vw;
  border-radius: 3.6231884058vw;
  box-shadow: 0 0 0.9661835749vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__column {
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input-picker__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.9323671498vw;
  margin: 0 0 2.8985507246vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__heading {
    gap: 8px;
    margin: 0 0 12px;
  }
}
.p-checkanswer-input-picker__heading img {
  width: auto;
  height: 7.729468599vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__heading img {
    height: 32px;
  }
}
.p-checkanswer-input-picker__heading span {
  font-size: 5.7971014493vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__heading span {
    font-size: 2.4rem;
  }
}
.p-checkanswer-input-picker__answer {
  font-size: 3.3816425121vw;
  font-weight: bold;
  text-align: center;
  padding: 0.9661835749vw 0;
  margin: 0 0 1.9323671498vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__answer {
    font-size: 1.4rem;
    padding: 4px 0;
    margin: 0 0 8px;
  }
}
.p-checkanswer-input-picker__number {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 1.9323671498vw;
  margin: 0 0 3.8647342995vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__number {
    gap: 8px;
    margin: 0 0 16px;
  }
}
.p-checkanswer-input-picker__number.is-error .p-checkanswer-input-picker__number-error {
  display: block;
}
.p-checkanswer-input-picker__number.is-error .p-checkanswer-input-picker__number-main input {
  background: #FED4E1;
  border: 0.4830917874vw solid #FF3573;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__number.is-error .p-checkanswer-input-picker__number-main input {
    border: 2px solid #FF3573;
  }
}
.p-checkanswer-input-picker__number-error {
  position: absolute;
  display: none;
  top: -5.7971014493vw;
  left: -9.6618357488vw;
  width: 33.0917874396vw;
  filter: drop-shadow(0 0 0.9661835749vw rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__number-error {
    top: -24px;
    left: -40px;
    width: 137px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  }
}
.p-checkanswer-input-picker__number-main {
  display: flex;
  align-items: baseline;
  gap: 0.4830917874vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__number-main {
    gap: 2px;
  }
}
.p-checkanswer-input-picker__number-main input, .p-checkanswer-input-picker__number-main span {
  font-size: 6.7632850242vw;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  color: #FF3573;
}
.p-checkanswer-input-picker__number-main input::placeholder {
  color: #FF3573;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__number-main input, .p-checkanswer-input-picker__number-main span {
    font-size: 2.8rem;
  }
}
.p-checkanswer-input-picker__number-main input {
  width: 100%;
  height: 14.9758454106vw;
  background: #fff;
  padding: 0 0.9661835749vw;
  border: 0.4830917874vw solid #B1B1B1;
  border-radius: 0.9661835749vw;
  box-shadow: inset 0.4830917874vw 0.4830917874vw 0.9661835749vw rgba(0, 0, 0, 0.3);
  -moz-appearance: textfield;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__number-main input {
    height: 62px;
    padding: 0 4px;
    border: 2px solid #B1B1B1;
    border-radius: 4px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input-picker__number-main input::-webkit-outer-spin-button, .p-checkanswer-input-picker__number-main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-checkanswer-input-picker__number-main input {
  width: 100%;
}
.p-checkanswer-input-picker__number-unit {
  font-size: 3.8647342995vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__number-unit {
    font-size: 1.6rem;
  }
}
.p-checkanswer-input-picker__data {
  display: flex;
  gap: 0.9661835749vw;
  margin: 0 0 3.8647342995vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__data {
    gap: 4px;
    margin: 0 0 16px;
  }
}
.p-checkanswer-input-picker__data:before {
  content: "";
  position: relative;
  flex: none;
  top: 0.7246376812vw;
  width: 4.1062801932vw;
  height: 4.1062801932vw;
  background: url(../../../images/v2/design/common/icon-stethoscope01.svg) center/cover;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__data:before {
    top: 3px;
    width: 17px;
    height: 17px;
  }
}
.p-checkanswer-input-picker__data p {
  font-size: 3.3816425121vw;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__data p {
    font-size: 1.4rem;
  }
}
.p-checkanswer-input-picker__goal-heading {
  position: relative;
  font-size: 3.3816425121vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #760087;
  border-radius: 2.4154589372vw;
  margin: 0 0 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__goal-heading {
    font-size: 1.4rem;
    border-radius: 10px;
    margin: 0 0 8px;
  }
}
.p-checkanswer-input-picker__goal-heading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.4492753623vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4492753623vw 1.4492753623vw 0 1.4492753623vw;
  border-color: #760087 transparent transparent transparent;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__goal-heading:after {
    bottom: -6px;
    border-width: 6px 6px 0 6px;
  }
}
.p-checkanswer-input-picker__goal-number {
  display: flex;
  align-items: baseline;
  gap: 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__goal-number {
    gap: 8px;
  }
}
.p-checkanswer-input-picker__goal-number input {
  width: 100%;
  font-size: 9.1787439614vw;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  color: #760087;
  background: #fff;
  padding: 0 2.4154589372vw;
  border: 0.4830917874vw solid #B1B1B1;
  border-radius: 0.9661835749vw;
  box-shadow: inset 0.4830917874vw 0.4830917874vw 0.9661835749vw rgba(0, 0, 0, 0.3);
  -moz-appearance: textfield;
}
.p-checkanswer-input-picker__goal-number input::placeholder {
  color: #760087;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__goal-number input {
    font-size: 3.8rem;
    padding: 0 10px;
    border: 2px solid #B1B1B1;
    border-radius: 4px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input-picker__goal-number input::-webkit-outer-spin-button, .p-checkanswer-input-picker__goal-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-checkanswer-input-picker__goal-number span {
  font-size: 3.8647342995vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-picker__goal-number span {
    font-size: 1.6rem;
  }
}

/*----------------------------------------
    p-checkanswer-input-continuation
----------------------------------------*/
.p-checkanswer-input-continuation {
  background: #E4E4E4;
  padding: 2.8985507246vw 2.8985507246vw 6.5217391304vw;
  border-radius: 3.6231884058vw;
  box-shadow: 0 0 0.9661835749vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation {
    padding: 12px 12px 27px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input-continuation__heading {
  font-size: 5.7971014493vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__heading {
    font-size: 2.4rem;
  }
}
.p-checkanswer-input-continuation__select {
  display: flex;
  justify-content: flex-end;
  gap: 2.8985507246vw;
  margin: 0 -0.9661835749vw 1.9323671498vw 0;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__select {
    gap: 12px;
    margin: 0 -4px 8px 0;
  }
}
.p-checkanswer-input-continuation__select p {
  font-size: 2.4154589372vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__select p {
    font-size: 1rem;
  }
}
.p-checkanswer-input-continuation__select p:first-child {
  color: #FF3573;
}
.p-checkanswer-input-continuation__list {
  display: flex;
  flex-direction: column;
  gap: 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__list {
    gap: 8px;
  }
}
.p-checkanswer-input-continuation__item {
  display: flex;
  align-items: center;
  min-height: 7.729468599vw;/* 20250106 Upd height -> min-height */
  gap: 2.4154589372vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__item {
    min-height: 32px;/* 20250106 Upd height -> min-height */
    gap: 10px;
  }
}
.p-checkanswer-input-continuation__item.is-error .p-checkanswer-input-continuation__item-text {
  background: #FED4E1;
  border: 2px solid #FF3573;
}
/* .p-checkanswer-input-continuation__item.is-error .p-checkanswer-input-continuation__item-select p {
  display: block;
} */
.p-checkanswer-input-continuation__item.is-error .p-checkanswer-input-continuation__item-select label input:checked + span {
  background: #FF3573;
}
.p-checkanswer-input-continuation__item.is-error .p-checkanswer-input-continuation__item-select label span {
  background: #FED4E1;
  border: 2px solid #FF3573;
}
.p-checkanswer-input-continuation__item-text {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 7.729468599vw;/* 20250106 Upd height -> min-height */
  font-size: 3.8647342995vw;
  font-weight: 500;
  background: #fff;
  padding: 1.932367vw 3.864734vw;/*0 3.8647342995vw; 20250106 Upd */
  border-radius: 4.8309178744vw;/*24.154589372vw; 20250106 Upd */
  line-height: 1.2;/* 20250106 Add */
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__item-text {
    min-height: 32px;/* 20250106 Upd height -> min-height */
    font-size: 1.6rem;
    padding: 7px 12px;/* 0 16px; 20250106 Upd */
    border-radius: 20px;/* 100px; 20250106 Upd */
  }
}
.is-accordion span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* --- 20250106 Add S ---*/
.p-checkanswer-input-continuation__list li.is-accordion p:nth-child(1) {
  position: relative;
}
.p-checkanswer-input-continuation__list li.is-accordion > p:nth-child(1):after {
  content: "";
  position: absolute;
  top: 1.4492753623vw;
  right: 2.4154589372vw;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  background: url(../../../images/v2/design/common/icon-arrow01.svg) center/cover;
  rotate: 90deg;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__list li.is-accordion > p:nth-child(1):after {
    top: 6px;
    right: 10px;
    width: 23px;
    height: 23px;
  }
}

.p-checkanswer-input-continuation__list li.is-accordion .p-checkanswer-input-continuation__item-text {
  padding: 1.932367vw 9.864734vw 1.932367vw 3.864734vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__list li.is-accordion .p-checkanswer-input-continuation__item-text {
    padding: 7px 30px 7px 12px;
  }
}
.p-checkanswer-input-continuation__list li.is-active p:nth-child(1) {
  position: relative;
}
.p-checkanswer-input-continuation__list li.is-active p:nth-child(1):after {
  rotate: 270deg;
}
.p-checkanswer-input-continuation__list li.is-active p:nth-child(1) span {
  -webkit-line-clamp: revert;
}
/* --- 20250106 Add E ---*/

.p-checkanswer-input-continuation__item-select {
  position: relative;
  display: flex;
  gap: 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__item-select {
    gap: 8px;
  }
}
.p-checkanswer-input-continuation__item-select p {
  position: absolute;
  display: none;
  top: -7.729468599vw;
  left: 50%;
  width: 33.0917874396vw;
  translate: -50% 0;
  filter: drop-shadow(0 0 0.9661835749vw rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__item-select p {
    top: -32px;
    width: 137px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  }
}
.p-checkanswer-input-continuation__item-select label {
  cursor: pointer;
}
.p-checkanswer-input-continuation__item-select label input {
  display: none;
}
.p-checkanswer-input-continuation__item-select label input:checked + span {
  background: #FF3573;
}
.p-checkanswer-input-continuation__item-select label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.077294686vw;
  height: 7.729468599vw;
  font-size: 4.8309178744vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #B1B1B1;
  border-radius: 3.6231884058vw;
  box-shadow: 0.4830917874vw 0.4830917874vw 0.4830917874vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-continuation__item-select label span {
    width: 50px;
    height: 32px;
    font-size: 2rem;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

/*----------------------------------------
    p-checkanswer-input-medical
----------------------------------------*/
.p-checkanswer-input-medical__head {
  display: flex;
  margin: 0 0 5.7971014493vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__head {
    margin: 0 0 24px;
  }
}
.p-checkanswer-input-medical__head p {
  display: flex;
  gap: 0.9661835749vw;
  font-size: 4.1062801932vw;
  font-weight: bold;
  color: #FF3573;
  border-bottom: 1px solid #FF3573;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__head p {
    gap: 4px;
    font-size: 1.7rem;
  }
}
.p-checkanswer-input-medical__head p:before {
  content: "";
  flex: none;
  width: 6.038647343vw;
  height: 5.3140096618vw;
  background: url(../../../images/v2/design/common/icon-exclamation02.svg) center/cover;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__head p:before {
    width: 25px;
    height: 22px;
  }
}
.p-checkanswer-input-medical__main {
  background: #E4E4E4;
  padding: 2.8985507246vw 2.8985507246vw 6.5217391304vw;
  border-radius: 3.6231884058vw;
  box-shadow: 0 0 0.9661835749vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__main {
    padding: 12px 12px 27px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input-medical__main-column {
  margin: 0 0 5.7971014493vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__main-column {
    margin: 0 0 24px;
  }
}
.p-checkanswer-input-medical__main-column:last-child {
  margin: 0;
}
.p-checkanswer-input-medical__main-heading {
  display: flex;
  align-items: center;
  gap: 1.9323671498vw;
  font-size: 5.7971014493vw;
  font-weight: bold;
  margin: 0 0 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__main-heading {
    gap: 8px;
    font-size: 2.4rem;
    margin: 0 0 8px;
  }
}
.p-checkanswer-input-medical__main-heading:after {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  background: #fff;
}
.p-checkanswer-input-medical__main-content {
  display: flex;
  flex-direction: column;
  gap: 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__main-content {
    gap: 8px;
  }
}
.p-checkanswer-input-medical__main-item {
  display: flex;
  align-items: center;
  gap: 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__main-item {
    gap: 8px;
  }
}
.p-checkanswer-input-medical__main-text {
  font-size: 4.347826087vw;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__main-text {
    font-size: 1.8rem;
  }
}
.p-checkanswer-input-medical__main-select {
  display: flex;
  gap: 1.9323671498vw;
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__main-select {
    gap: 8px;
  }
}
.p-checkanswer-input-medical__main-select label {
  flex: 1;
  cursor: pointer;
}
.p-checkanswer-input-medical__main-select label input[type=radio] {
  display: none;
}
.p-checkanswer-input-medical__main-select label input[type=radio]:checked + span {
  color: #fff;
  background: #FF3573;
}
.p-checkanswer-input-medical__main-select label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12.077294686vw;
  font-size: 4.347826087vw;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-medical__main-select label span {
    height: 50px;
    font-size: 1.8rem;
  }
}
/* .p-checkanswer-input-medical__main-select input[type=date] { */
.p-checkanswer-input-medical__main-select select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* width: 80%; */
  height: 12.077294686vw;
  font-size: 4.347826087vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-align-last: center;
  background: #fff url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 2.8985507246vw center/7.2463768116vw;
  /* background: #fff; */
  padding: 0 1.9323671498vw;
}
.p-checkanswer-input-medical__main-select select:disabled {
  /* background: #eee  url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 2.8985507246vw center/7.2463768116vw; */
  background: #CACACA  url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 2.8985507246vw center/7.2463768116vw;
  /* background: #eee; */
}
.check_month-with-icon{
  gap: 0;
  background: #fff;
}
.calendar-icon.disabled{
  background: #eee;
}
.p-checkanswer-input-medical__main-select.calendar-icon{
  background: #FFF url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 2.8985507246vw center/7.2463768116vw;
}
.p-checkanswer-input-medical__main-select.calendar-icon.disabled{
  background: #eee url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 2.8985507246vw center/7.2463768116vw;
}
@media screen and (min-width: 1025px) {
  /* .p-checkanswer-input-medical__main-select input[type=date] { */
  .p-checkanswer-input-medical__main-select select {
      height: 50px;
    font-size: 1.8rem;
    background: #fff url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 12px center/30px;
    /* background: #fff; */
    padding: 0 8px;
  }
  .p-checkanswer-input-medical__main-select select:disabled {
    /* background: #eee  url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 12px center/30px; */
    background: #CACACA  url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 12px center/30px;
    /* background: #eee; */
  }
  .p-checkanswer-input-medical__main-select.calendar-icon{
    background: #FFF url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 12px center/30px;
  }
  .p-checkanswer-input-medical__main-select.calendar-icon.disabled{
    background: #eee url(../../../images/v2/design/common/icon-calendar01.svg) no-repeat left 12px center/30px;
  }
}
.p-checkanswer-input-medical__main-select input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: 0;
}

/*----------------------------------------
    p-checkanswer-input-motivation
----------------------------------------*/
.p-checkanswer-input-motivation {
  display: flex;
  gap: 1.9323671498vw;
  background: #E4E4E4;
  padding: 2.8985507246vw;
  border-radius: 3.6231884058vw;
  box-shadow: 0 0 0.9661835749vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-motivation {
    gap: 8px;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input-motivation label {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
.p-checkanswer-input-motivation label input:checked + img {
  background: #FED4E1;
}
.p-checkanswer-input-motivation label img {
  background: #fff;
  padding: 0.9661835749vw;
  border-radius: 50%;
  box-shadow: 0 0 0.9661835749vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-motivation label img {
    padding: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input-motivation label span {
  font-size: 4.8309178744vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-motivation label span {
    font-size: 2rem;
  }
}

/*----------------------------------------
    p-checkanswer-input-habit
----------------------------------------*/
.p-checkanswer-input-habit__heading {
  font-size: 3.3816425121vw;
  font-weight: 500;
  margin: 0 0 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-habit__heading {
    font-size: 1.4rem;
    margin: 0 0 8px;
  }
}
.p-checkanswer-input-habit__content table {
  width: 100%;
}
.p-checkanswer-input-habit__content table th, .p-checkanswer-input-habit__content table td {
  border: 1px solid #FF3573;
}
.p-checkanswer-input-habit__content table thead tr th {
  font-size: 4.8309178744vw;
  font-weight: 600;
  text-align: center;
  background: #FC92B4;
  padding: 0.9661835749vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-habit__content table thead tr th {
    font-size: 2rem;
    padding: 4px;
  }
}
.p-checkanswer-input-habit__content table tbody tr th, .p-checkanswer-input-habit__content table tbody tr td {
  vertical-align: middle;
}
.p-checkanswer-input-habit__content table tbody tr th {
  padding: 0.9661835749vw 2.4154589372vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-habit__content table tbody tr th {
    padding: 4px 10px;
  }
}
.p-checkanswer-input-habit__content table tbody tr th p {
  display: flex;
  align-items: center;
  gap: 1.9323671498vw;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-habit__content table tbody tr th p {
    gap: 8px;
  }
}
.p-checkanswer-input-habit__content table tbody tr th p span:nth-child(1) {
  font-size: 5.7971014493vw;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-habit__content table tbody tr th p span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.p-checkanswer-input-habit__content table tbody tr th p span:nth-child(2) {
  font-size: 2.8985507246vw;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-habit__content table tbody tr th p span:nth-child(2) {
    font-size: 1.2rem;
  }
}
.p-checkanswer-input-habit__content table tbody tr td {
  width: 15.9420289855vw;
  padding: 0.9661835749vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-habit__content table tbody tr td {
    width: 66px;
    padding: 4px;
  }
}
.p-checkanswer-input-habit__content table tbody tr td:nth-child(2) {
  background: #CACACA;
}
.p-checkanswer-input-habit__content table tbody tr td:nth-child(3) {
  background: #FED4E1;
}
.p-checkanswer-input-habit__content table tbody tr td label {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  cursor: pointer;
}
.p-checkanswer-input-habit__content table tbody tr td label input {
  display: none;
}
.p-checkanswer-input-habit__content table tbody tr td label input:checked + span:after {
  opacity: 1;
}
.p-checkanswer-input-habit__content table tbody tr td label span, .p-checkanswer-confirm__column--habit table tbody tr td span {
  position: relative;
  display: flex;
  width: 6.038647343vw;
  height: 6.038647343vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-habit__content table tbody tr td label span, .p-checkanswer-confirm__column--habit table tbody tr td span {
    width: 25px;
    height: 25px;
  }
}
.p-checkanswer-input-habit__content table tbody tr td label span:after, .p-checkanswer-confirm__column--habit table tbody tr td span:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/v2/design/common/icon-check01_on.svg) center/cover;
  opacity: 0;
}

/*----------------------------------------
    p-checkanswer-input-smoking
----------------------------------------*/
.p-checkanswer-input-smoking__heading {
  font-size: 3.8647342995vw;
  margin: 0 0 3.8647342995vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-smoking__heading {
    font-size: 1.6rem;
    margin: 0 0 16px;
  }
}
.p-checkanswer-input-smoking__content {
  display: flex;
  flex-direction: column;
  gap: 3.8647342995vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-smoking__content {
    gap: 16px;
  }
}
.p-checkanswer-input-smoking__content label {
  cursor: pointer;
}
.p-checkanswer-input-smoking__content label input {
  display: none;
}
.p-checkanswer-input-smoking__content label input:checked + span {
  background: #FED4E1;
}
.p-checkanswer-input-smoking__content label input:checked + span:after {
  background: url(../../../images/v2/design/common/icon-check01_on.svg) center/cover;
}
.p-checkanswer-input-smoking__content label span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 12.077294686vw;
  font-size: 3.1400966184vw;
  font-weight: 500;
  background: #fff;
  padding: 1.9323671498vw 2.4154589372vw;
  border-radius: 3.6231884058vw;
  box-shadow: 0 0 0.9661835749vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-smoking__content label span {
    height: 50px;
    font-size: 1.3rem;
    padding: 8px 10px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
.p-checkanswer-input-smoking__content label span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.4154589372vw;
  bottom: 0;
  width: 6.038647343vw;
  height: 6.038647343vw;
  background: url(../../../images/v2/design/common/icon-check01.svg) center/cover;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-input-smoking__content label span:after {
    right: 10px;
    width: 25px;
    height: 25px;
  }
}

/*----------------------------------------
    p-checkanswer-confirm
----------------------------------------*/
.p-checkanswer-confirm {
  display: flex;
  flex-direction: column;
  gap: 5.7971014493vw;
  padding: 9.6618357488vw 7.2463768116vw 14.4927536232vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm {
    gap: 24px;
    padding: 40px 30px 60px;
  }
}
.p-checkanswer-confirm__column table {
  width: 100%;
}
.p-checkanswer-confirm__column table thead tr th {
  font-size: 4.8309178744vw;
  font-weight: bold;
  color: #fff;
  background: #666;
  padding: 0.9661835749vw 2.8985507246vw;
  border: 1px solid #000;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column table thead tr th {
    font-size: 2rem;
    padding: 4px 12px;
  }
}
.p-checkanswer-confirm__column table tbody tr th, .p-checkanswer-confirm__column table tbody tr td {
  font-size: 4.8309178744vw;
  line-height: 1.4;
  padding: 1.9323671498vw 2.8985507246vw;
  border: 1px solid #000;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column table tbody tr th, .p-checkanswer-confirm__column table tbody tr td {
    font-size: 2rem;
    padding: 8px 12px;
  }
}
.p-checkanswer-confirm__column table tbody tr th {
  font-weight: 500;
  vertical-align: middle;
  background: #E4E4E4;
}
.p-checkanswer-confirm__column table tbody tr td span {
  color: #FF3573;
}
.p-checkanswer-confirm__column--picker table tbody tr th, .p-checkanswer-confirm__column--picker table tbody tr td {
  text-align: center;
}
.p-checkanswer-confirm__column--picker table tbody tr td p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2.8985507246vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column--picker table tbody tr td p {
    gap: 12px;
  }
}
.p-checkanswer-confirm__column--picker table tbody tr td p span {
  font-size: 11.3526570048vw;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column--picker table tbody tr td p span {
    font-size: 4.7rem;
  }
}
.p-checkanswer-confirm__column--continuation table tbody tr th {
  font-size: 3.8647342995vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column--continuation table tbody tr th {
    font-size: 1.6rem;
  }
}
.p-checkanswer-confirm__column--continuation table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.p-checkanswer-confirm__column--continuation table tbody tr td span {
  font-size: 6.7632850242vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column--continuation table tbody tr td span {
    font-size: 2.8rem;
  }
}
.p-checkanswer-confirm__column--medical table tbody tr th {
  text-align: center;
}
.p-checkanswer-confirm__column--motivation table tbody tr td p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8985507246vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column--motivation table tbody tr td p {
    gap: 12px;
  }
}
.p-checkanswer-confirm__column--motivation table tbody tr td p img {
  width: 14.4927536232vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column--motivation table tbody tr td p img {
    width: 60px;
  }
}
.p-checkanswer-confirm__column--motivation table tbody tr td p span {
  font-size: 11.3526570048vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-confirm__column--motivation table tbody tr td p span {
    font-size: 4.7rem;
  }
}

/*----------------------------------------
    p-checkanswer-submit
----------------------------------------*/
.p-checkanswer-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 14.4927536232vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-submit {
    padding: 0 0 60px;
  }
}
.p-checkanswer-submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.9323671498vw;
  font-size: 3.8647342995vw;
  margin: 1.9323671498vw 0 0;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-submit button {
    gap: 8px;
    font-size: 1.6rem;
    margin: 8px 0 0;
  }
}
.p-checkanswer-submit button:before {
  content: "";
  flex: none;
  width: 6.038647343vw;
  height: 6.038647343vw;
  background: url(../../../images/v2/design/common/icon-arrow06.svg) center/cover;
  rotate: 180deg;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-submit button:before {
    width: 25px;
    height: 25px;
  }
}

/*----------------------------------------
    p-checkanswer-message
----------------------------------------*/
.p-checkanswer-message__img {
  aspect-ratio: 1;
  background: #B1B1B1;
  margin: 0 0 4.8309178744vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-message__img {
    margin: 0 0 20px;
  }
}
.p-checkanswer-message__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 5.7971014493vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-message__text {
    margin: 0 0 24px;
  }
}
.p-checkanswer-message__text p {
  font-size: 5.7971014493vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-message__text p {
    font-size: 2.4rem;
    margin: 0 0 8px;
  }
}
.p-checkanswer-message__text ul li {
  font-size: 3.8647342995vw;
  line-height: 1.6;
  text-indent: -1em;
  margin: 0 0 0 1em;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-message__text ul li {
    font-size: 1.6rem;
  }
}
.p-checkanswer-message__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8985507246vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-message__button {
    gap: 12px;
  }
}
.p-checkanswer-message__button-return a, .p-checkanswer-message__button-return span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8647342995vw;
  font-weight: 500;
  gap: 1.9323671498vw;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-message__button-return a, .p-checkanswer-message__button-return span {
    font-size: 1.6rem;
    gap: 8px;
  }
}
.p-checkanswer-message__button-return a:after, .p-checkanswer-message__button-return span:after {
  content: "";
  flex: none;
  width: 5.7971014493vw;
  height: 5.7971014493vw;
  background: url(../../../images/v2/design/common/icon-arrow06.svg) center/cover;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-message__button-return a:after, .p-checkanswer-message__button-return span:after {
    width: 24px;
    height: 24px;
  }
}

p.p-checkanswer-input-motivation-error {
  position: absolute;
  display: none;
  margin-top: -5vw;
  margin-left: 25.4%;
  width: 33.0917874396vw;
  translate: -50% 0;
  filter: drop-shadow(0 0 0.9661835749vw rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1025px) {
  p.p-checkanswer-input-motivation-error {
    margin-top: -26px;
    margin-left: 6%;
    width: 137px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  }
}

.p-checkanswer-input__main.is-error p.p-checkanswer-input-motivation-error {
  display: block;
}

#smoking_area p.p-checkanswer-input-motivation-error{
  margin-left: 75%;
  margin-top: 1vw;
}
@media screen and (min-width: 1025px) {
  #smoking_area p.p-checkanswer-input-motivation-error{
    /* margin-left: 27%; */
    margin-left: 330px;
    margin-top: 1px;
  }
}

.expired_msg{
  width: 90%;
  margin: 2rem auto;
}

#form2, #confirm_form{
  display: none;
}

#pop_modal_1 .p-checkanswer-message__text p{
  font-size: 5vw;
}
#pop_modal_1 .c-form-submit{
  width: 75vw;
  font-size: 4.5vw;
}
@media screen and (min-width: 1025px) {
  #pop_modal_1 .p-checkanswer-message__text p{
    font-size: 2.1rem;
  }
  #pop_modal_1 .c-form-submit{
    width: 300px;
    font-size: 2rem;
  }
}

#select_style_btn{
font-size:5vw;
}
@media screen and (min-width: 1025px) {
#select_style_btn{
  font-size:2rem;
}
}
.complete_msg{
padding-top: 34vh;
text-align: center;
}

.food_check thead th {
position: -webkit-sticky;
position: sticky;
top: calc( 15vw + env(safe-area-inset-top));
z-index: 1;
}
@media screen and (min-width: 1025px) {
.food_check thead th {
  top: 88px;
}
}
.description span {
font-size: 3.7632850242vw;
font-weight: bold;
text-align: right;
line-height: 1;
color: #FF3573;
}
@media screen and (min-width: 1025px) {
.description span {
  font-size: 2.0rem;
}
}

/*----------------------------------------
    p-checkanswer-modal-message
----------------------------------------*/
.p-checkanswer-modal-message__heading {
  display: block;
  /* align-items: center; */
  /* gap: 2.4154589372vw; */
  font-size: 5.5vw;
  font-weight: bold;
  padding: 0 0 1vw;
  border-bottom: 1px solid #000;
  margin-bottom: 2.5vw;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-modal-message__heading {
    gap: 10px;
    font-size: 22px;
    padding: 0 0 3px;
    margin-bottom: 10px;
  }
}
.p-checkanswer-modal-message__list {
  display: flex;
  flex-direction: column;
  gap: 2.4154589372vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-modal-message__list {
    gap: 10px;
  }
}
.p-checkanswer-modal-message__list li {
  display: flex;
  align-items: center;
  gap: 2.4154589372vw;
  background: #E4E4E4;
  padding: 1.5vw 3vw;
  border-radius: 1.9323671498vw;
}
@media screen and (min-width: 1025px) {
  .p-checkanswer-modal-message__list li {
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
  }
}
.p-checkanswer-modal-message__list li p {
  font-size: 4.5vw;
  line-height: 1.4;
}
.p-checkanswer-modal-message__list li p img {
  width: 10vw;
  background-color: #fff;
  border-radius: 5vw;
  padding: .5vw;
}
.p-checkanswer-modal-message__list li p.info-text{
  padding-left:2vw;
}
.p-checkanswer-modal-message__list li p span {
  display: block;
  font-size: 4vw;
  width: 10vw;
  text-align: center;
  padding-left: 1vw;
}

@media screen and (min-width: 1025px) {
  .p-checkanswer-modal-message__list li p {
    font-size: 1.8rem;
  }
  .p-checkanswer-modal-message__list li p img {
    width: 44px;
    border-radius: 25px;
    padding: 3px;
  }
  .p-checkanswer-modal-message__list li p span {
    font-size: 15px;
    width: 45px;
    padding-left: 3px;
  }
  .p-checkanswer-modal-message__list li p.info-text{
    padding-left:7px;
  }
}

.help_info{
  display: inline-flex;
  background-color: #fff;
  align-items: flex-end;
  border-radius: 3vw;
  width: 5vw;
  height: 5vw;
  color: #FF3573;
  margin-left:1.5vw;
}
.help_info span{
  display: inline-block;
  font-size: 4vw;
  border-radius: 3vw;
  width: 5vw;
  height: 5vw;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .help_info{
    border-radius: 3vw;
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
  .help_info span{
    font-size: 16px;
    border-radius: 3vw;
    width: 20px;
    height: 20px;
  }
}

.err_pop{
  font-size: 3.5vw;
  color: #fff;
  background: #ff0000;
  border: solid 2px;
  padding: .2vw 3vw;
  border-radius: 1.5vw;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

#item_goal_practice_err_msg{
  display: inline-block;
  float: right;
  margin-top: 1.5vw;
  display:none;
}

#future_health_err_msg, #motivation_unselected_err, #focus_unselected_err, #inhibiting_factor_unselected_err {
  display: block;
  width: 35vw;
  text-align: center;
  margin: 0 auto;
  margin-top: -3.5vw;
  margin-bottom: 2.5vw;
  display:none;
}

@media screen and (min-width: 1025px) {
  .err_pop{
    font-size: 15px;
    border: solid 2px;
    padding: 2px 9px;
    border-radius: 6px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  }

  #item_goal_practice_err_msg{
    margin-top: 2px;
  }

  #future_health_err_msg{
    width: 148px;
    margin-top: -16px;
    margin-bottom: 13px;
  }

}

#rtn_home_btn{
  display: none;
  margin: 5vw auto;
}
@media screen and (min-width: 1025px) {
  #rtn_home_btn{
    margin: 20px auto;
  }
}

/*----------------------------------------
  c-modal-picker   #20240627 Add 
----------------------------------------*/
.c-modal-picker__heading {
  /* margin: 0 0 3.8647342995vw; */
  margin: 0 0 2.8647342995vw;
}
.c-modal-picker__number-arrow{
  margin-top:-2vw;
  /* text-align: center; */
  color: #ff3573;
  font-size: 3.8vw;
  padding-left: 39vw;
}
.c-modal-picker__number-arrow.cntr{
  text-align: center;
  padding-left: 0;
}
.c-modal-picker__number-arrow.top-arrow{
  margin-bottom: -1vw;
}
.c-modal-picker__number-arrow.bottom-arrow{
  margin-top: -4.5vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__heading {
    margin: 0 0 16px;
  }
  .c-modal-picker__number-arrow{
    display: none;
  }
}
.c-modal-picker__number-main{
  background-image: linear-gradient(0deg, rgba(222, 222, 222, 1), rgba(255, 255, 255, 1) 12% 88%, rgba(222, 222, 222, 1));
  max-width: 45vw;
}
.c-modal-picker__heading p {
  display: flex;
  gap: 1.9323671498vw;
  font-size: 3.8647342995vw;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__heading p {
    gap: 8px;
    font-size: 1.6rem;
  }
}
.c-modal-picker__heading p:before {
  content: "";
  position: relative;
  flex: none;
  top: 0.4830917874vw;
  width: 4.8309178744vw;
  height: 4.8309178744vw;
  background: url(../../../images/v2/design/common/icon-exclamation01.svg) center/cover;
  filter: drop-shadow(0 0 2.4154589372vw rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__heading p:before {
    top: 2px;
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  }
}
.c-modal-picker__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.8647342995vw;
  margin: 0 0 3.8647342995vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number {
    gap: 16px;
    margin: 0 0 16px;
  }
}
.c-modal-picker__number-icon {
  width: 9.4202898551vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-icon {
    width: 39px;
  }
}
.c-modal-picker__number-slide {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 36.231884058vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-slide {
    display: none;
  }
}
.c-modal-picker__number-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13.5265700483vw;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-slide:before {
    height: 56px;
  }
}
.c-modal-picker__number-slide-item {
  width: auto;
  height: 100%;
  margin: 0;
}
.c-modal-picker__number-slide-item .swiper-slide {
  font-size: 9.6618357488vw;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  color: #979797;
  padding: 0 4vw;
}
.c-modal-picker__number-slide-item .swiper-slide.decimal-point,  .c-modal-picker__number-slide-item .swiper-slide.colon{
  padding: 0vw;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-slide-item .swiper-slide {
    font-size: 4rem;
  }
}
.c-modal-picker__number-slide-item .swiper-slide-active {
  color: #FF3573;
}
.c-modal-picker__number-select {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-select {
    display: flex;
  }
}
.c-modal-picker__number-select-item {
  display: flex;
  align-items: center;
  height: 62px;
  font-size: 4rem;
  font-weight: bold;
  text-align: right;
  direction: rtl;
  line-height: 1;
  color: #FF3573;
}
.c-modal-picker__number-select-item select {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 10px;
  border: 2px solid #B1B1B1;
  border-radius: 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.c-modal-picker__number-unit {
  font-size: 4.8309178744vw;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .c-modal-picker__number-unit {
    font-size: 2rem;
  }
}
.c-modal-picker#day .c-modal-picker__number-icon span:nth-child(1) {
  display: block;
}
.c-modal-picker#day .c-modal-picker__number-icon span:nth-child(2) {
  display: none;
}
.c-modal-picker#day .c-modal-picker__number-unit span:nth-child(1) {
  display: block;
}
.c-modal-picker#day .c-modal-picker__number-unit span:nth-child(2) {
  display: none;
}
.c-modal-picker#night .c-modal-picker__number-icon span:nth-child(1) {
  display: none;
}
.c-modal-picker#night .c-modal-picker__number-icon span:nth-child(2) {
  display: block;
}
.c-modal-picker#night .c-modal-picker__number-unit span:nth-child(1) {
  display: block;
}
.c-modal-picker#night .c-modal-picker__number-unit span:nth-child(2) {
  display: none;
}
.c-modal-picker#weight .c-modal-picker__number-icon span {
  display: none;
}
.c-modal-picker#weight .c-modal-picker__number-unit span:nth-child(1) {
  display: block;
}
.c-modal-picker#weight .c-modal-picker__number-unit span:nth-child(2) {
  display: none;
}
.c-modal-picker#waist .c-modal-picker__heading {
  display: none;
}
.c-modal-picker#waist .c-modal-picker__number-icon span {
  display: none;
}
.c-modal-picker#waist .c-modal-picker__number-unit span:nth-child(1) {
  display: none;
}
.c-modal-picker#waist .c-modal-picker__number-unit span:nth-child(2) {
  display: block;
}
