@charset "utf-8";

.remodal {
    background-color: #fff;
    border-radius: 8px;
}
.remodal .remodalIn{
    position: relative;
}
.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;
    z-index: 10;
}
.remodal .modalTtl {
    padding: 16px 10px 12px;
    background-color: #EAF8FF;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.remodal .modalTtl span{
  display: inline-block;
}
.remodal .modalCnt{
    box-sizing: content-box;
    padding: 30px;
    max-width: 450px;
    margin: auto;
    overflow: hidden;
}
.remodal .modalCnt.modalCnt_text{
    font-weight: normal;
    line-height: 1.75;
    text-align: left;
}
.input_frame_remodal .modal-message {
  padding: 22px 10px 17px;
}
.input_frame_remodal .modal-message p{
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.input_frame_remodal .modal-message h3{
  font-size: 20px;
  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;
}
.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: 57.6vw;
    height: auto;
}
.image-container img.based_height {
    width: auto;
    height: 32.4vw
}
.button-container {
    text-align: center;
    margin-top: 24px;
}
.button-container input {
    width: 250px;
    line-height: 50px;
    margin: 0 auto 22px;
    font-size: 2.8vw;
}

#content .wrapper div.preview_empty_div {
    height: 400px;
}

