@charset "UTF-8";
.iv_caption_group{
    padding: 1.0em 0;
    text-align: center;
}

.iv_container{
    border: 2px solid black;
    border-radius: 20px;
    color: black;
}

.iv_item_boxs{
    margin: 0 auto 0;
    padding: 0.3em 0 1.0em;
}

.iv_caption{
    font-size: 1.2em;
    width: 100%;
    padding: 0.3em 0;
    background-color: rgb(114, 113, 113);
    color: white;
    text-align: center;

}

.iv_note_group{
    font-size: 0.7em;
    color: black;
}.iv_note_group > div{
    padding: 0 0 0.3em;
}.iv_note_group > div:first-child{
    padding: 0.3em 0;
}

.iv_blade_caption_msg{
    color: black;
    width: fit-content;
    margin: auto;
}

.iv_note_msg{
    display: flex;
    flex: 1;
    font-size: 0.85em;
}

.iv_note_msg_red{
    color: red;
}

/* PC */
@media screen and (min-width: 769px) {
    .iv_blade_caption_msg{
        font-size: 1.1em;
    }

    .iv_container{
        font-size: 1em;
        padding: 0.8em;
    }

    .iv_caption{
        font-size: 1.4em;
    }

    .iv_items{
        font-size: 1em;
    }

    .iv_item_boxs{
        font-size: 1.05em;
    }
}

/* SP */
@media screen and (max-width: 768px) {
    .iv_blade_caption_msg{
        font-size: 0.8em;
    }

    .iv_container{
        font-size: 0.8em;
        padding: 0.8em 0.4em;
    }

    .iv_caption{
        font-size: 1.1em;
    }

    .iv_items{
        font-size: 0.7em;
    }

    .iv_item_boxs{
        font-size: 0.85em;
    }
}