.acf-form-submit {
    text-align: center;
}

.acf-fields.-left>.acf-field:before {
    /* background: #C5EEE4 !important;
    border-color: #C5EEE4 !important; */

    width: 30% !important;
}

.acf-fields.-left>.acf-field>.acf-label {
    width: 30% !important;
    padding: 0 6px !important;
}

.acf-fields.-left>.acf-field>.acf-input {
    float: right !important;
    width: 70% !important;
    margin: 0;
    padding: 0 6px !important;
}

.acf-field.acf-accordion {

    border-top: none;
    border-bottom: 1px solid #006666;
}

.acf-field.acf-accordion .acf-label.acf-accordion-title {
    background: #C5EEE4 !important;
    border-top: 2px solid #006666;
}

/* 
演題登録確認ページCSS
*/
label[for="acf-field_group0"] {
    display: none !important;
}

div#last_name,
div#first_name,
div#last_furi,
div#first_furi {
    min-height: auto !important;
    padding: 3px 5px;
}

/* div#last_name .acf-label,
div#first_name .acf-label,
div#last_furi .acf-label,
div#first_furi .acf-label {
    margin-bottom: 2px;
} */

div#last_name .acf-label,
div#first_name .acf-label,
div#last_furi .acf-label,
div#first_furi .acf-label,
.acf-field-authorlastname .acf-label,
.acf-field-authorfirstname .acf-label,
.acf-field-authorlastfuri .acf-label,
.acf-field-authorfirstfuri .acf-label {
    margin-bottom: 2px !important;
}

.acf-field-authorlastname,
.acf-field-authorfirstname,
.acf-field-authorlastfuri,
.acf-field-authorfirstfuri {
    padding: 0 !important;
    min-height: auto !important;
}

.acf-field-isspeaker,
.acf-field-authorname,
.acf-field-authorfuri,
.acf-field-authoraffiliation {
    padding: 5px 7px !important;
}

.acf-field-isspeaker .acf-label,
.acf-field-authorname .acf-label,
.acf-field-authorfuri .acf-label,
.acf-field-authoraffiliation .acf-label {
    margin-bottom: 2px !important;
}

.acf-field-isspeaker .acf-label label,
.acf-field-authorname .acf-label label,
.acf-field-authorfuri .acf-label label,
.acf-field-authoraffiliation .acf-label label {
    /* font-weight: normal !important; */
}

.no_border .-border {
    border: none !important;
}

.acf-form-submit #back_to_prev_page {
    font-size: 1rem;
    border: 1px solid var(--vk-color-primary-dark);
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: 0.5em 2em;
    border-radius: var(--vk-size-radius);
    display: inline-block;
    vertical-align: middle;
}

.acf-form-submit #back_to_prev_page  + input[type='submit']{
    
    display: inline-block;
    vertical-align: middle;
}

.sc_not_shown {
    display: none !important;
}

.sc_confirm.acf-radio-list label.selected,
.sc_confirm.acf-checkbox-list label.selected {
    display: inline-block;
    margin-left: -15px;
}

.sc_confirm.acf-radio-list label.selected input,
.sc_confirm.acf-checkbox-list label.selected input {
    opacity: 0 !important;
}


.acf-field p.description,
.acf-field .acf-label label {
    font-size: var(--vk-size-text-sm);
}


.charcount_container {
  font-size: 13px;
}



/* 
ツールチップ
*/
.acf-field-repeater[data-key='authorrepeat'] {
    padding-bottom: 50px !important;
}

.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle.remove {
    position: relative;
    width: 100px;
}


/* tool tipのいち調整 */
.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle .acf-icon.small.acf-js-tooltip {
    display: block !important;
    width: 95px;
    height: 35px;
    font-size: 0.8rem;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    border: none !important;
    background: #337AB7;
    transform: translateY(-250%);
    top: 50%;
}

.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle .acf-icon.small.acf-js-tooltip:nth-child(2) {
    transform: translateY(-50%);
    background: green;
}

.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle .acf-icon.small.acf-js-tooltip:nth-child(3) {
    transform: translateY(150%);
    background: #A1282A;
}

.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle .acf-icon.small.acf-js-tooltip::after {
    display: none;
}

.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle .acf-icon.small.acf-js-tooltip::before {
    position: absolute;
    width: 100%;
    border: none !important;
    box-shadow: none;
    margin: 0 !important;
    height: 100%;
    left: 0;
    opacity: 1;
    color: #fff;
    top: 50%;
    transform: translateY(-25%);
}




/* 行を追加 */
.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle .acf-icon.-plus.small.acf-js-tooltip::before {
    content: '上に追加';
}

.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle .acf-icon.-duplicate.small.acf-js-tooltip::before {
    content: '複製して追加';
}

.acf-field-repeater[data-key='authorrepeat'] .acf-repeater .acf-row-handle .acf-icon.-minus.small.acf-js-tooltip::before {
    content: '削除';
}

.acf-field-repeater[data-key='authorrepeat'] .acf-actions {
    display: inline-block !important;
    position: absolute;
    right: 0;
    text-align: center !important;
    width: 100%;

}

/* 初期（データが０）のときの位置 */
.acf-repeater.-empty .acf-actions {
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.acf-actions a {
    background: #337AB7;
    width: 95px;
    height: 35px;
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    font-weight: normal !important;
    font-family: dashicon;
    border-radius: 3px;
}


.button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;

    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;


}
.button-primary:hover {
    color: #fff !important; 

}

.notice.is-dismissible {
    padding-right: 38px;
    position: relative;
}
.notice {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    padding: 12px 12px;
    margin: 5px 0 15px;
}
.notice p {
    margin-bottom: 0;
    margin-top: 0;
}

.notice.notice-info {
    border-left-color: #72aee6;
}

.notice.notice-error {
    border-left-color: #d63638;
}
#endai_edit_button {
    padding: 0.5em 2em;
    font-size: 1rem;
}


/*
演題管理ページ
*/


.post-name-admin_endai_registration .site-body-container.container {
    max-width: 1500px;
}

#registered_endai_table_length > label {
    display: inline-block;
    width: 200px;
}
.dataTables_wrapper .dataTables_length select {
    display: inline-block;
    width: auto;
}
#registered_endai_table {
    opacity: 0;
    animation: .5s linear;
}


#registered_endai_table.active {
    opacity: 1;
}
#registered_endai_table th ,
#registered_endai_table td {
    padding: 5px 2px;
    text-align: center;
    
}
table#registered_endai_table thead tr {
    background: #0085C8;
}
#registered_endai_table thead th {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    
    padding-right: 20px;
}
#registered_endai_table .endai_id {
    width: 70px;
}

#registered_endai_table .endai_status {
    width: 40px;
}

#registered_endai_table .endai_person {
    width: 370px;
}

#registered_endai_table .endai_file {
    width: 50px;
}

#registered_endai_table .endai_modified_date,
#registered_endai_table .endai_registration_date {
    width: 115px;
}
#registered_endai_table .endai_syouraisyou  {
    width:60px;
}

#registered_endai_table td.text_left {
    text-align: left;
}

.download_button_container {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.use_resend_email_button_container {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#endai_download_button {
    color: #fff;
    padding-left:10px;
    padding-right: 10px;
}

.form-group + .form-group {
    margin-top: 30px;
}

.form-group label {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.text_center {
    text-align: center;
}

.text_red {
    color: red;
}