body {
    font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="radio"].no_icheck, input[type="checkbox"].no_icheck {
    display: none;
}

.radio-no_icheck, .checkbox-no_icheck {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding-left: 26px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
}

input.no_icheck[type="radio"]:checked + .radio-no_icheck::before, input.no_icheck[type="checkbox"]:checked + .checkbox-no_icheck::before,
input.no_icheck[type="radio"]:checked + .radio-no_icheck_column::before {
    opacity: 1;
}

.checkbox-no_icheck::before, .radio-no_icheck::before {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    margin-top: -7px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

input.no_icheck[type="radio"]:checked + .radio-no_icheck::after, input.no_icheck[type="checkbox"]:checked + .checkbox-no_icheck::after,
input.no_icheck[type="radio"]:checked + .radio-no_icheck_column::after {
    background-color: #3C8DBC;
    border: 1px solid #3C8DBC;
}

input.no_icheck[type="radio"]:disabled + .radio-no_icheck::after, input.no_icheck[type="checkbox"]:disabled + .checkbox-no_icheck::after,
input.no_icheck[type="radio"]:checked:disabled + .radio-no_icheck::after, input.no_icheck[type="checkbox"]:checked:disabled + .checkbox-no_icheck::after,
input.no_icheck[type="radio"]:checked:disabled + .radio-no_icheck_column::after, input.no_icheck[type="radio"]:disabled + .radio-no_icheck_column::after,
input.no_icheck[type="checkbox"]:checked:disabled + .radio-no_icheck_column::after, input.no_icheck[type="checkbox"]:disabled + .checkbox-no_icheck_column::after {
    background-color: #D3D3D3;
    border: 1px solid #D3D3D3;
}

.radio-no_icheck::after, .checkbox-no_icheck::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #CECECE;
    content: '';
    background-color: #FFF;
}

.radio-no_icheck::after, .radio-no_icheck_column::after {
    border-radius: 26px;
}

.radio-no_icheck_column {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}

.radio-no_icheck_column::before {
    position: absolute;
    top: 110%;
    left: 20px;
    display: block;
    margin-top: -7px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.radio-no_icheck_column::after {
    position: absolute;
    top: 110%;
    left: 13px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #CECECE;
    content: '';
}

.swal2-popup {
    font-size: 1.125em !important;
}

.fa-lg:not(.fa-pencil-square-o):not(.fa-list):not(.fa-chevron-left) {
    position: relative;
    top: -1.5px;
}

.select2-selection--single, .select2-selection__rendered, .select2-selection__arrow {
    height: 34px !important;
    line-height: 34px !important;
    border-color: #CCC !important;
}

.select2-selection__rendered {
    padding: 0 12px !important;
}

.select2-selection--multiple .select2-selection__rendered {
    height: auto !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 350px !important;
}

.login_panel {
    width: 360px;
    margin: 0 auto;
}

.login_panel img {
    width: 80%;
    display: block;
    margin: 5px auto 20px;
}

.login_panel input {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.login_panel h1 {
    font-size: 16px;
    text-align: center;
    padding: 0 0 5px 2px;
}

.login_panel i {
    vertical-align: -10%;
    margin: 0 5px 0 0;
}

.navbar {
    height: 50px;
}

.page-header {
    position: relative;
    margin: 0 0 20px;
    border-bottom: 1px solid #A7A39C;
}

.page-header svg {
    color: #555;
    margin: 0 7px 0 0;
}

.page-header p {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 24px;
}

.page-footer {
    border-top: 1px solid #A7A39C;
    margin: 0 auto 30px;
    padding-top: 9px;
}

.form-actions {
    padding: 19px 100px 20px 100px;
    margin: 20px 0;
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
}

.form-actions .back {
    margin: 0 10px 0 0;
}

.little_left {
    margin: 0 0 0 -20px;
}

.icheck_label {
    line-height: 22px;
}

.radio-inline span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.checkbox span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.search {
    border: 1px solid #DDD;
    padding: 20px 15px 10px;
    margin: 7px 0 0;
}

.search .form-group {
    margin: 0 0 7px;
}

.search .form-group input {
    padding: 6px;
}

.search .search_label {
    margin: 0 0 0 20px;
}

.search .form-group .radio-inline {
    vertical-align: top;
    margin: 5px 0 0;
    padding: 0;
}

.search .row_button {
    margin: 5px 0 0;
}

.search .row_button a {
    margin: 0 7px 0 0;
}

.pagination_row {
    display: table;
    width: 100%;
    height: 80px;
    margin: 0 0 -10px;
}

.pagination_left {
    width: 250px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 28.5px 0 0 10px;
}

.pagination_right {
    width: 250px;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    padding: 19.5px 0 0;
}

#modal_template .comment_template {
    display: inline-block;
    width: 100%;
    margin: 0 0 7px 0;
}

.report_setting .cover_designs {
    display: inline-block;
    width: 140px;
    margin: 0 0 10px;
}

.report_setting .cover_designs label {
    text-align: center;
    display: block;
    padding: 0;
    margin: 5px 0 0;
}

.report_setting .cover_design {
    display: inline-block;
    width: 123px;
    height: 172px;
    border: solid 1px #A7A39C;
}

.report_setting .cover_design_label {
    height: 426px;
}

.report_setting .layout_icon {
    display: block;
    width: 45px;
}

.report_setting .radar_chart_item_template {
    display: inline-block;
    width: 300px;
    margin: 0 7px 7px 0;
}

.report_setting .checkbox {
    margin: 0 0 10px;
}

.report_list_table tbody tr td {
    vertical-align: middle !important;
}

.report_list_table tbody tr td:nth-of-type(1) {
    max-width: 175px;
}

.report_list_table tbody tr td:nth-of-type(2) {
    /*width: 90px;*/
}

.report_list_table tbody tr td:nth-of-type(3) {
    min-width: 620px;
}

.report_list_table tbody tr td:nth-of-type(5) {
    width: 105px;
}

.report_list_table tbody tr td:nth-of-type(6) {
    width: 75px;
}

.report_list_table tbody tr td .btn {
    margin: 0 5px;
}

.report_create select {
    width: 245px;
}

.report_create .free_input {
    width: 245px;
    margin: 5px 0 0;
}

.img_thumbnail_add {
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 80px;
    text-align: center;
    margin: 3px 0 0;
    border: solid 1px #A7A39C;
    background-color: #FFF;
}

#modal_photos .img_thumbnail_add {
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 80px;
    text-align: center;
    margin: 3px 0 0;
    border: solid 1px #A7A39C;
    background-color: #FFF;
}

/* ロビン　撮影入力　問題あり撮影項目 */
.problem {
    background-color: #bbdefb;
}

/* ロビン　撮影入力　問題あり＆是正終了　撮影項目 */
.no_problem {
    background-color: #e1bee7;
}

.dateTime {
    font-size: 13px;
    margin: 0 !important;
}

#modal_photos .dateTime {
    font-size: 11px;
    margin: 0;
}

.img_thumbnail_add svg {
    margin: 18px 0 0;
}

.report_img_thumbnail_instruction table {
    width: 500px;
}

.report_img_thumbnail_instruction table tbody tr td {
    vertical-align: middle !important;
}

.report_img_thumbnail_instruction table tbody tr td:nth-of-type(2) {
    width: 100px;
}

.report_img_thumbnail_instruction table tbody tr .checkbox {
    min-height: 22px;
    padding: 0;
}

.report_img_thumbnail_instruction select {
    width: 245px;
}

.list table tr td, .member_list table tbody tr td, .contents_list table tr td {
    vertical-align: middle !important;
}

.list table tr td:nth-of-type(1) {
    width: 200px;
}

.list table tr td:nth-of-type(2) {
    width: 400px;
}

.member_list table tbody tr td:nth-of-type(1) {
    width: 350px;
}

.member_list table tbody tr td:nth-of-type(2) {
    width: 100px;
}

.member_list table tbody tr td:nth-of-type(3) {
    width: 110px;
}

.member_list table tbody tr td:nth-of-type(4) {
    width: 100px;
}

.member_list table tbody tr td:nth-of-type(5) {
    width: 100px;
}

.member_list table tbody tr td:nth-of-type(6) {
    width: 100px;
}

.contents_list table tr td:nth-of-type(1) {
    width: 200px;
}

.contents_list table tr td:nth-of-type(2) {
    width: 80px;
}

.contents_list table tr td:nth-of-type(3) {
    width: 100px;
}

.report_img_thumbnail_input_table tr td:nth-of-type(1) {
    min-width: 280px;
    word-break: break-all;
}

.report_img_thumbnail_input_table tr td:nth-of-type(2) {
    width: 454px !important;
    padding: 10px 0;
    text-align: center;
}

.report_img_thumbnail_input_table tr td:nth-of-type(3) {
    width: 440px;
    padding: 8px 0 11px;
}

.report_img_thumbnail_input_table tr td:nth-of-type(4) {
    vertical-align: middle;
}

.report_img_thumbnail_input_table .photo {
    text-align: center;
    padding: 8px 0;
}

.report_img_thumbnail_input_table .photo span {
    display: inline-block;
    width: 150px;
    height: 20px;
    border-right: 1px dashed #A7A39C;
}

.sortable_shoot_items .pagination {
    display: none;
}

.report_img_thumbnail_input .sortable {
    position: relative;
    background-clip: padding-box;
    background-color: inherit;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.report_img_thumbnail_input .shoot_input_item {
    border: 1px solid #DDD;
    display: flex;
}

.report_img_thumbnail_input .sortable .hr:nth-of-type(1) {
    position: absolute;
    top: 4px;
    left: 150px;
    height: 88%;
    border-right: 1px dashed #A7A39C;
}

.report_img_thumbnail_input .sortable .hr:nth-of-type(2) {
    position: absolute;
    top: 4px;
    left: 300px;
    height: 88%;
    border-right: 1px dashed #A7A39C;
}

.report_img_thumbnail_input .img_thumbnail {
    /*display: inline-block;*/
    vertical-align: top;
    width: 150px;
    min-height: 110px;
    text-align: center;
}

.report_img_thumbnail_input .img_thumbnail:nth-of-type(3), .report_img_thumbnail_input_table .photo span:nth-of-type(3) {
    border-right: none;
}

div[id^="result_photo_decision_file"], div[id^="result_photo_reserve1_file"], div[id^="result_photo_reserve2_file"] {
    margin: -2px 0 0 !important;
}

.report_img_thumbnail_input .img-thumbnail {
    border-radius: 0;
}

.report_img_thumbnail_input .img_thumbnail img {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: auto;
    border: solid 1px #A7A39C;
}

.report_img_thumbnail_input .img_thumbnail button {
    /*display: block;*/
    margin: 10px auto 3px;
    margin: 10px 1px 3px;
}

.report_img_thumbnail_input .shoot_input_item_comment .select2 {
    width: 400px !important;
    text-align: left;
    margin: 0 0 7px;
}

.report_img_thumbnail_input .template_add {
    width: 400px;
    text-align: left;
}

.report_img_thumbnail_input .shoot_input_item_comment .select2-selection__rendered::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    content: "\f07c";
    top: 1px;
    left: 12px;
}

.report_img_thumbnail_input .shoot_input_item_comment .select2-selection__rendered {
    padding: 0 20px 0 38px !important;
}

.comprehensive_diagnosis {
    position: relative;
    padding: 10px 0 1px 15px;
    border-left: 6px solid rgb(42, 171, 210);
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.comprehensive_diagnosis::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #CCC;
}

.report_output [type="text"] {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    margin: 0 10px 0 0;
}

.report_output .report_output_hr {
    border-top: 1px solid #A7A39C;
}

.report_output .template textarea {
    width: 600px;
}

.report_output .template .select2 {
    margin: 10px 0 0;
}

.report_output .template_add {
    margin: 10px 0 0 7px;
}

.report_output .template .select2-selection__rendered::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    content: "\f07c";
    top: 1px;
    left: 12px;
}

.report_output .template .select2-selection__rendered {
    padding: 0 20px 0 35px !important;
}

.master_photographer label {
    display: inline-block;
    height: 34px;
}

.master_photographer p {
    display: inline-block;
    line-height: 34px;
}

.master_photographer select {
    width: 245px;
}

#plan_pro {
    display: inline-block;
}

.sortable {
    width: 740px;
    padding: 5px 15px 12px;
    margin: 0 0 5px 0;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #EEE;
    background-color: #FEFEFE;
    cursor: pointer;
}

.sortable_shoot_item .sortable {
    position: relative;;
    width: 1000px;
}

.shoot_person_types {
    width: 440px;
    padding: 5px 15px 12px;
    margin: 0 0 5px 0;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #EEE;
    background-color: #FEFEFE;
}

.shoot_person_type_multiple_div {
    padding: 5px 15px;
    margin: 0 0 5px 0;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #EEE;
    background-color: #FEFEFE;
}

.radar_chart_item div {
    width: 600px;
    padding: 5px 15px 12px;
    margin: 0 0 5px 0;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #EEE;
    background-color: #FEFEFE;
}

.sortable p, .model_items p, .radar_chart_item p {
    display: inline-block;
    margin: 7px 0 0;
}

.shoot_person_types p {
    display: inline-block;
    margin: 7px 0 0 7px;
}

.model_items {
    position: relative;
    width: 630px;
    font-weight: normal;
    padding: 5px 15px 12px;
    margin: 0 0 5px 0;
    border: 1px solid #E5E5E5;
    border-left: 4px solid #F6F6F6;
    background-color: #FEFEFE;
}

.model_items .checkbox + p {
    display: inline-block;
    margin: 7px 0 0 40px;
}

.model_items .checkbox {
    position: absolute;
    top: 4px;
    left: 15px;
}

.fa-ellipsis-v:nth-of-type(1) {
    color: #8C8C8C;
    margin: 0 3px 0 0;
}

.fa-ellipsis-v:nth-of-type(2) {
    color: #8C8C8C;
    margin: 0 12px 0 0;
}

.item_name_label {
    font-size: 14px;
    font-weight: normal;
}

.drag_drop {
    color: #8C8C8C;
    margin: 0 0 5px 5px;
}

.bullhorn {
    display: inline-block;
    vertical-align: top;
    margin: 7px;
}

.bullhorn svg {
    margin: 0 5px 0 0;
}

#radar_chart_canvas {
    width: 1200px;
    height: 1200px;
}

.comment {
    resize: vertical;
}

.input_photo {
    position: relative;
}

.input_photo input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.dont_disp_item_name_change_alert #swal2-content, .dont_disp_item_name_change_alert .swal2-checkbox {
    width: 100%;
    display: inline-block !important;
    text-align: left !important;
    font-weight: normal;
}

.dont_disp_item_name_change_alert .swal2-checkbox {
    font-size: smaller;
}

/*ドロップダウン多階層化ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #CCC;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #FFF;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*レーダーチャート項目に紐づいた出力ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.swal_radar_chart_related_output p {
    font-size: 14px;
}

.swal_radar_chart_related_output img {
    display: block;
    width: 500px;
    margin: -20px auto -10px;
}

img.swal2-image {
    margin: 0 0 -25px !important;
}

/*お知らせーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#news_badge {
    background: rgb(217, 83, 79);
    margin-top: 1px;
    margin-right: 4px;
    font-size: 9px;
    float: left;
    display: none;
    animation: show 1s linear 0s;
}

/*フリー撮影機能-------------------------------*/
.free_shooting_fab_btn {
    width: 75px;
    height: 75px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 37.5px;
    color: #ffffff;
    position: fixed;
    bottom: 20px;
    right: calc(50% - 635px);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.free_shooting_fab_btn:hover {
    text-decoration: none;
}

#free_album_close_button {
}

.free_shooting_images {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    position: fixed;
    bottom: 20px;
    right: calc(50% - 635px);
    width: 450px;
    height: calc(90vh - 50px);
    background: #5cb85c;
    background: #bdbdbd;
    background: #fff;
    padding: 8px;
    padding-top: 0px;
    overflow: scroll;
}

.free_shooting_images:after {
    content: "";
    display: block;
    width: 136px;
}

.free_photo_thumbnail {
    vertical-align: top;
    text-align: center;
    width: 136px;
    max-width: 136px;
    height: auto;
    margin-bottom: 12px;
}

.selected_reshooting_button {
    border-color: #d43f3a;
}

.selected_reshooting_button i {
    color: #d9534f;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.02);
    }
    80% {
        transform: scale(1);
    }
    90% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}