@charset "UTF-8";

/* お問い合わせフォーム */

#cta+div dl:nth-of-type(2),
#cta+div dl:nth-of-type(5),
#cta+div dl:nth-of-type(8) {
    float: left;
    width: 50%;
}

#cta+div dl:nth-of-type(3),
#cta+div dl:nth-of-type(6),
#cta+div dl:nth-of-type(9) {
    float: right;
    width: 48%;
}

#cta+div dl:nth-of-type(4),
#cta+div dl:nth-of-type(7),
#cta+div dl:nth-of-type(10) {
    clear: both;
}

#cta+div dl:nth-of-type(2),
#cta+div dl:nth-of-type(5),
#cta+div dl:nth-of-type(8),
#cta+div dl:nth-of-type(3),
#cta+div dl:nth-of-type(6),
#cta+div dl:nth-of-type(9) {
    border-bottom: none;
    margin-bottom: 0;
}

#cta+div dt {
    width: 180px;
}

@media screen and (max-width: 770px) {
    #cta+div dt {
        border-bottom: none;
        margin-bottom: 0;
    }
}

#cta+div dl:has(input:first-of-type[type="radio"]:checked)~dl:nth-of-type(n+2):nth-of-type(-n+10) {
    pointer-events: none;
    filter: grayscale(100%);
}