html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3',
        'Helvetica Neue',
        Arial,
        'Hiragino Sans',
        'Meiryo',
        sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    background-color: #f8fafd;
    color: #000;
    font-size: 13px;
    height: 100%;
}

a,
button,
input,
select,
textarea {
    cursor: pointer;
    outline: none;
}

button,
input,
select,
textarea {
    border: 0;
    border-radius: 4px;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
button:hover,
input[type="submit"]:hover {
    animation: fadeOutMedium 0.3s linear forwards;
    -moz-animation: fadeOutMedium 0.3s linear forwards;
    -ms-animation: fadeOutMedium 0.3s linear forwards;
    -o-animation: fadeOutMedium 0.3s linear forwards;
    -webkit-animation: fadeOutMedium 0.3s linear forwards;
}

input:not([type="submit"]):not([type="image"]),
select,
textarea {
    background-color: #fff;
    border-color: #bdbdbd;
    border-style: solid;
    border-width: 1px;
}

input:not([type="submit"]):focus,
select:focus,
textarea:focus {
    background-color: #fffde7;
    border-color: #212121;
    transition: background-color 0.3s linear, border-color 0.3s linear;
    -moz-transition: background-color 0.3s linear, border-color 0.3s linear;
    -ms-transition: background-color 0.3s linear, border-color 0.3s linear;
    -o-transition: background-color 0.3s linear, border-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear;
}

input:not([type="submit"]):not([type="image"]),
textarea {
    padding: 8px;
}

input[type="text"],
textarea {
    width: 100%;
}

input[type="file"] {
    /* display: none; */
}

input[type="date"] {
    width: 11em;
}

button {
    background-color: #fa5c7c;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
}

button:hover {
    opacity: 0.8;
}

button[type="button"] {
    color: #fff;
}

label {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    font-weight: normal;
}

label input {
    margin-right: 5px;
}

input[type="radio"] {
    margin-right: 5px;
}

table,
thead,
tbody,
th,
tr,
td {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
}

table {
    width: 100%;
}

.bl_header_group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.bl_header_left,
.bl_header_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bl_header_right {
    justify-content: flex-end;
}

.bl_header_left_item {
    margin: 0 6px 6px 0;
}

.bl_title {
    font-size: 16px;
    font-weight: bold;
}

.bl_header_right_item_group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.bl_header_right_item {
    margin: 0 0 8px 8px;
}

#header input[type="text"] {
    padding: 3px 8px;
    font-size: 12px;
    min-width: 10em;
}

#header button {
    min-width: 6em;
}

#header select {
    padding: 6px 8px;
    font-size: 12px;
    text-align: center;
}

.el_icon {
    font-size: 8px;
}

.el_noDataMessage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bl_table {
    border: 0 solid #dee2e6;
    border-width: 1px 1px 0;
    overflow-x: auto;
}

.bl_table_cellGroup {
    display: flex;
}

.bl_table_cellGroup_cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0 solid #dee2e6;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 20px;
    text-align: center;
    word-break: break-all;
}

.bl_table_cellGroup_cell:last-child {
    border-right-width: 0;
}

.bl_table_cellGroup_cell a:hover {
    color: blue;
    text-decoration: underline;
}

.bl_table_cellGroup_cell img {
    max-width: 100%;
    max-height: 78px;
}

.bl_table_cellGroup_cell-img {
    min-width: 10em;
}

.bl_table_cellGroup_cell-mail {
    min-width: 11em;
}

.bl_table_cellGroup_cell-name {
    min-width: 17.5em;
}

.bl_table_cellGroup_cell-status {
    width: 9em;
    min-width: 9em;
}

.bl_table_cellGroup_cell-datetime {
    width: 16em;
    min-width: 16em;
}

.bl_table_cellGroup_cell-number {
    min-width: 8.5em;
}

.bl_table_cellGroup_cell-count {
    width: 12em;
    min-width: 12em;
}

.bl_table_cellGroup_cell-text {
    width: 17.5em;
    min-width: 17.5em;
    justify-content: flex-start;
}

.bl_table_cellGroup-hedding .bl_table_cellGroup_cell {
    background-color: #eef2f7;
    font-weight: bold;
    justify-content: center;
}

#bl_loginView {
    max-width: 300px;
    margin: 91px auto 0;
}

.bl_form_title {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.bl_form_item {
    margin-bottom: 12px;
}

.bl_form_item {
    text-align: center;
}

.bl_form_item input {
    width: 100%;
}

.bl_form_item-submit {
    margin: 24px 0 0;
}

.el_sticker {
    border-radius: 2px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    width: 100%;
}

#header .el_sticker:not(.el_sticker-selected) {}

#header .el_sticker:hover {}

.bl_table_cellGroup-delete .bl_table_cellGroup_cell {
    background-color: #eceff1;
}

.el_bg-blueGray {
    background-color: #607d8b;
}

.el_bg-gray {
    background-color: #757575;
}

.el_bg-green {
    background-color: #0acf97;
}

.el_bg-red {
    background-color: #f1416c;
}

/* ヘッダー */

#bl_header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.bl_header_title {
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
}

.bl_header_menu {
    padding: 20px;
}

/* メイン */
#bl_main {
    display: flex;
    justify-content: space-between;
    padding-top: 61px;
}

/* メニュー */
#bl_menu {
    z-index: 900;
    position: fixed;
    background-color: #fff;
    width: 260px;
    min-width: 260px;
    height: 100%;
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.bl_menu_group_title {
    margin-top: 15px;
    padding: 15px 30px;
    color: #757575;
    font-weight: bold;
}

.bl_menu_group_item {
    padding: 15px 30px 15px 45px;
    font-size: 15px;
}

.bl_menu_group_item:hover {
    background-color: #fff9c4;
}

.el_list_link {
    display: block
}

.el_list_link:hover {
    background-color: #fff9c4;
}

/* メニュー毎のビュー */

#bl_view {
    width: 100%;
    padding: 30px 30px 0 290px;
}

/* コンテンツ */

.bl_contents {}

.bl_content_group:not(:last-child) {
    margin-bottom: 60px;
}

.bl_content_group_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}

.bl_content_group_items {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.bl_content_group_item:not(:last-child) {
    margin-bottom: 30px;
}

.bl_content_group_item_name {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.bl_content_group_item_value {
    /*
    display: flex;
    align-items: center;
    */
}

.bl_content_group_item_values_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bl_content_group_item_values_item_name {
    min-width: 4em;
}

.bl_content_group_item_value_multi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bl_content_group_item_value_space {
    display: inline-block;
    margin: 0 15px;
}

.bl_content_group_item_separator {
    margin-top: 30px;
    padding-bottom: 30px;
    border-top: 1px dashed #dee2e6;
}

.bl_content_group_item_note {
    margin-top: 15px;
}

/* 登録・編集 */

.bl_input_file_preview {
    position: relative;
    background-color: #eeeeee;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    cursor: pointer;
    width: 100%;
    min-height: 120px;
    text-align: center;
}

.bl_input_file_preview:hover {
    background-color: #fffde7;
}

.bl_input_file_preview_img {
    max-width: 100%;
    max-height: 287px;
    margin: 0 auto;
}

.bl_input_file_preview_img[src=""] {
    display: none;
}

.bl_input_file_preview_delete {
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #616161;
    color: #fff;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    font-size: 20px;
}

.bl_input_file_preview_img[src=""]+.bl_input_file_preview_delete {
    visibility: hidden;
}

.bl_input_file_preview_delete:hover {
    background-color: #9e9e9e;
}

/* ボタン */

.el_button {
    display: inline-block;
    background-color: #dd2e51;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: normal;
    cursor: pointer;
}

.el_button:hover {
    background-color: #db546f;
}

#bl_header .el_button {
    background-color: #616161;
}

#bl_header .el_button:hover {
    background-color: #9e9e9e;
}

.el_float_button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dd2e51;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
}

.el_submit_button {
    background-color: #dd2e51;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 20px;
}

.el_float_button:hover {
    background-color: #db546f;
}

.el_downloadBtn {}

.el_searchBtn {
    margin: 0 20px;
}

.el_selectBox {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 15px;
}

.el_selectBox::after {
    position: absolute;
    right: 10px;
    width: 10px;
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900;
    pointer-events: none;
}

select[name="ad_search_period"] {
    width: 8.5em;
    padding: 9px;
}


#calendar {
    display: flex;
    flex-wrap: wrap;
}

section {
    margin: 10px;
}

h1 {
    font-size: 18px;
}

#calendar table {
    border-spacing: 0;
    border-collapse: collapse;
}

#calendar td {
    width: 10em;
    height: 5em;
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: top;
}

#calendar td:first-child {
    color: red;
}

#calendar td:last-child {
    color: royalblue;
}

#calendar td.is-disabled {
    color: #ccc;
}

#prev,
#next {
    background-color: #616161;
}

#next {
    display: none;
}

#calendar .calendar_td.red {
    background-color: #fff6b2;
}

@media screen and (max-width: 768px) {
    body {
        padding: 24px 0 0;
    }

    #header {
        padding: 0 24px;
    }

    .bl_header_group {
        display: block;
    }

    #contents {
        border-radius: 0;
    }
}