#wrapper {
    overflow-x: hidden;
}

.sub {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 80%;
    opacity: 0.85;
}

.read {
    text-align: left;
    font-size: 100%;
    padding-bottom: 2em;
}

.read::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.read .img__present {
    float: right;
    width: 40%;
    max-width: 280px;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-right: -5%;
    margin-top: -8%;
    position: relative;
}

.description ul {
    margin-left: 1.2em;
}

.description ul li {
    list-style-type: disc;
}

.groupset {
    margin-bottom: 0;
}

.groupset h2 {
    display: none;
}

.groupset h3 {
    color: #fff;
    background: linear-gradient(to right bottom, #0baefa99, #009ae2db);
    padding: 0.5em 1em;
    margin-bottom: 1%;
    margin-top: 5%;
    border-radius: 7px;
}

/* .groupset h3 .question_desc {
    background-color: #FFF;
} */

.groupset h3 .question_desc:empty {
    display: none;
}

#groupset2 {
    display: none;
}

.option .text {
}

.option .text input[type="text"] {
    margin: 0 0 0.5em;
}

.option input.readonly[type="text"] {
    color: #888;
}

.naked .text,
.option.selected .text {
    /*opacity: 1;
    pointer-events: all;*/
    display: block;
}

.option .text textarea {
    max-width: 100%;
    width: 100%;
    color: #111;
    padding: 1.5%;
}

.textCheckMessage{font-size: 110%; color: #f00;}