/* The container */
.container-radio {
    width: 150px;
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    padding-top: 5px;
  }
  
  /* Hide the browser's default radio button */
  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    background-color: #eee;
    border-radius: 50%;
  
    background-color: #FFF;
    border:1px solid #B92680
  }
  
  /* On mouse-over, add a grey background color */
  .container-radio:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  /* When the radio button is checked, add a blue background */
  .container-radio input:checked ~ .checkmark {
    background-color: #FFF;
    border:1px solid #B92680
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container-radio .checkmark:after {
       top: 7px;
      left: 7px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #B92680;
  }
  
  
  
  /*the container must be positioned relative:*/
  .custom-select {
    position: relative;
    font-family: "DB Helvethaica X";
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: transparent;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 28px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #B92680 transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #B92680 transparent;
    top: 18px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #B92680;
    padding: 8px 16px;
    padding-top: 12px;
    /* border: 1px solid transparent; */
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 32px;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #FFF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 2px solid #B92680;
  }
  .select-items div{
    border-bottom: 1px solid #B8B8B8;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }




  .select-items div, .select-selected {
    color: #B92680;
    padding: 8px 16px;
    padding-top: 12px;
    /* border: 1px solid transparent; */
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 32px;
}

button{
    border: 0;
}

.answer {
    margin-top: 60px;
    left: 0;
    width: 100%;
    height: 468px;
    background-color: #fff5fb;
}


.answer-child {
    position: absolute;
    top: 1px;
    left: 0;
    background-color: #fff5fb;
    width: 100%;
    height: 415px;
}
s
.mask-group-icon, .recommended-dosage1 {
    position: absolute;
    top: 0;
    left: 406px;
    width: 512px;
    height: 468px;
}
.recommended1 {
    top: 67px;
    left: 736px;
    font-size: 55px;
    color: #b92680;
}
.recommended1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 858px;
    height: 84px;
}

.footer1 {
    position: relative;
    left: 0;
    width: 100%;
    height: 62px;
    font-size: 16px;
    color: #fff;
    font-family: Inter;
    top: 0;
    left: 0;
    background-color: #b92680;
    width: 100%;
    height: 62px;
    text-align: center;
}
.copyright-daiichi-sankyo1 {
    position: relative;
    top: 21px;
    letter-spacing: -0.02em;
    line-height: 150%;
    font-weight: 500;
    display: inline-block;
    width: 651px;
    height: 32px;
    text-align: center;
}

.recommended-dosage-parent, .recommended1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 858px;
    height: 84px;
}
.recommended-dosage1 {
    left: 0;
    letter-spacing: -0.02em;
    line-height: 150%;
    display: inline-block;
    width: 858px;
    height: 68px;
}


.recommended{
    margin-top: 120px;
    font-size: 38px;
    color: #b92680;
}

.group-child {
    position: relative;
    top: calc(50% + 80px);
    left: 80px;
    border-radius: 6px;
    background-color: #bc2984;
    width: 338px;
    height: 2px;
    margin-top: 15px;
}

.mg-once-daily {
    color: #000;
    font-size: 40px;
    letter-spacing: -0.02em;
    margin-top: 60px;
}

.cover__recom{
    width: 500px;
    text-align: center;
}




.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #222;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
100% {
  transform: rotate(360deg);
}
}



