@charset "UTF-8";

/*!
Theme Name:x-t9 child
Template:x-t9
*/

.list-normal li::marker{
    color:var(--wp--preset--color--primary);
}

.table{
    table-layout:fixed;
    max-width:630px;
    margin:0 auto;
    font-size:16px;
}
.table-th{
    width:230px;
    text-align:left;
}
.table-td{
    background:none !important;
}
.label{
    display:inline-block;
    margin-left:8px;
    padding:2px 8px 0;
    border-radius:4px;
    color:#fff;
}
.label-required{
    background:#c00;
}
.label-optional{
    background:#999;
}
.contact-btnarea{
    padding-left:48px;
}
.wpcf7-submit{
    margin-left:16px;
    border-radius:24px !important;
    font-size:18px;
}
input, textarea, select{
    font-size:16px;
}

#entry .fa-arrow-right{
    transform:rotate(90deg);
}

.wpcf7-turnstile{
    text-align:center;
}

/*576px以上*/
@media (min-width:576px){
    .table-th{
        text-align:right;
    }
}

/*781px以上*/
    @media (min-width:781px){
    #entry .fa-arrow-right{
        transform:rotate(0);
    }
}