@charset "utf-8";

.input_frame_remodal {
    max-width: 600px;
    background-color: #fff;
    border-radius: 15px;
}
.input_frame_remodal .remodalIn{
    position: relative;
}
.input_frame_remodal .remodal-close{
    width: 30px;
    height: 30px;
    background: #5993CF url(../images/icn/icn_modal_close.svg) center center no-repeat;
    background-size: 36.667% auto;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
}
.input_frame_remodal .modalTtl{
  padding: 22px 10px 17px;
  background-color: #EAF8FF;
  border-radius: 16px 16px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.input_frame_remodal .modalTtl span{
  display: inline-block;
}
.input_frame_remodal .modalCnt{
  padding: 24px 20px;
  font-weight: normal;
  /* line-height: 1.214; */
  line-height: 1.75;
  text-align: left;
}
.input_frame_remodal .modal-message {
  padding: 22px 10px 17px;
}
.input_frame_remodal .modal-message p{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.input_frame_remodal .modal-message h3{
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.input_frame_remodal .radio-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    margin: 0 20px 3px 20px;
}
.input_frame_remodal .radio-label input[type="radio"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 6px;
}

/* チャットボットの上に来るよう修正 */
.remodal-overlay {
    z-index: 99999;
}
.remodal-wrapper {
    z-index: 100000;
}

.image-container {
    text-align: center;
    margin-bottom: 24px;
}
.image-container img.based_width {
    width: 320px;
    height: auto;
}
.image-container img.based_height {
    width: auto;
    height: 180px;
}
.button-container {
    text-align: center;
    margin-top: 24px;
}
.button-container input {
    width: 350px;
    line-height: 50px;
    margin: 0 auto 22px;
}

#content .wrapper div.preview_empty_div {
    height: 500px;
}
