@charset "UTF-8";
/* CSS Document */

body {
    color: #333;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/*-------------------------------------------

全体のベース

-------------------------------------------*/

.content-wrapper, .wrapper {
    background: #fff;
    min-height: 100vh;
}

.no-side .content-wrapper {
    margin-left: 0 !important;
}

.main-footer {
    border: none;
}

.content-top {
    margin-top: 30px;
}

p i {
    margin-right: 5px;
}

i {
    margin-right: 5px;
}

a {
    text-decoration: underline;
    color: #007BFF;
    transition: .3s;
    cursor: pointer;
}

a:hover {
    color: #009B73;
    text-decoration: underline;

}

.text_blue {
    color: #007BFF;
}

.text-grey {
    color: #999;
}

/*-------------------------------------------

title

-------------------------------------------*/
/*none*/
.content-header h1 {
    font-size: 1.2rem;
}

.headline01 {
    font-size: 1.2rem;
    font-weight: 600;
}

.headline02 {
    font-size: 1.0rem !important;
    font-weight: 600;
}

@media (max-width: 767px) {
    .headline01 {
        font-size: 1.0rem !important;
        font-weight: 600;
    }

    .headline02 {
        font-size: 0.8rem !important;
        font-weight: 600;
    }
}

/*-------------------------------------------

    header

 -------------------------------------------*/

/*アカウント作成時*/
.account_logo {
    padding: 15px 30px;
}

.account_logo img {
    width: 200px;
}

/*通常header*/
.main-header {
    margin-bottom: 30px;
}

/*-------------------------------------------

sidebar

-------------------------------------------*/
.main-sidebar {
    background: #FFF;
}

.nav-sidebar .nav-item > .nav-link {
    font-size: 0.8rem;
    color: #007BFF;
    border-top: 1px solid;
}

.nav-sidebar .nav-item:last-child > .nav-link {
    border-bottom: 1px solid;
}

.sidebar {
    padding: 0;
}

.nav-sidebar .nav-item {
    background: none;
    width: 100%;
}

.nav-sidebar .nav-item a {
    text-decoration: none;
    border-radius: 0px;
}

.nav-pills .nav-link:not(.active):hover {
    color: #009B73;
}

.nav-sidebar .nav-item .nav .nav-item a {
    padding: 0 0 0 35px;
}

.nav-sidebar .nav-item .nav .nav-item a,
.nav-sidebar .nav-item > .nav-link.sidenav_main02 {
    border: none;
}


.nav-sidebar .nav-item .nav .nav-item.sidenav_sb02 a {
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.side_logo {
    margin: auto;
    width: 80%;
}

.side_logo img {
    width: 100%;
}

/*-------------------------------------------

    form

 -------------------------------------------*/

.form_supplement {
    margin-bottom: 30px;
}

.card-header h2 {
    font-size: 1.2rem;
}

.form-group {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.alert {
    margin-bottom: 0;
    color: #009B73;
    font-size: 0.8rem;
    padding: 0.1rem 0.25rem 0rem;
    display: none;
}

.alert_text {
    font-size: 0.8rem;
}

.form-control {
    height: calc(3.5rem + 2px);
}

.col-form-label {
    padding-top: calc(0.8rem + 1px);
    padding-bottom: calc(0.8rem + 1px);
    text-align: right;
    font-size: 0.9rem;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group select {
    font-size: 0.9rem;
    height: auto;
    padding: 0.5rem;
    margin-top: 0.25rem;
    box-shadow: 0 0 5px 0 rgb(153, 153, 153);
    border: 2px solid #FFF !important;
    color: #000;
}

.form-group input:focus {
    box-shadow: 0 0 5px 0 rgb(153, 153, 153);
    border: 2px solid #FFF !important;
}

input.input_short {
    width: 20%;
    max-width: 100%;
    display: inline-block;
}

input.input_medium {
    width: 30%;
    display: inline-block;
}

input.input_long {
    width: 50%;
    display: inline-block;
}

.form_short input {
    margin-bottom: 10px;
}

.form-check {
    display: inline-block;
    /*padding: 0 0 1rem;*/
    padding-left: 0px;
}

.form-check-label {
    margin-bottom: 1rem;
}

.form-check:not(:first-of-type) {
    padding-left: 60px;
}

.form-radio-label {
    margin-top: 15px;
    font-weight: normal !important;
}

.form-radio-input {
    padding-left: 30px;
}

.custom-file {
    height: calc(3.25rem + 2px);
}

.custom-file-input {
    height: calc(3rem + 2px);
}

.custom-file-label {
    height: calc(3rem + 2px);
    width: 60%;
}

.custom-file-label::after {
    content: "画像を選択";
    height: 3rem;
    line-height: 2;
}

.ninni {
    color: #17a2b8;
    border: 1px solid #17a2b8;
    border-radius: 3px;
    font-size: 0.7rem;
    margin-left: 10px;
    padding: 2px 5px;
}

.hissu {
    color: #d90707;
    border: 1px solid #d90707;
    border-radius: 3px;
    font-size: 0.7rem;
    margin-left: 10px;
    padding: 2px 5px;
}

.complete_box {
    display: none;
}

.complete_box .form_supplement {
    padding: 30px;
}

.annotate {
    font-size: 0.8rem;
    color: #999;
}

@media (max-width: 1199px) {
    .col-form-label {
        text-align: left;
        padding: 0;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .card-header {
        margin-bottom: 0;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .col-form-label {
        font-size: 0.8rem;
    }

    .form-control {
        font-size: 1.0rem;
        height: calc(2rem + 2px);
    }

    input.input_long {
        width: 100%;
    }

    .form-check {
        font-size: 0.8rem;
    }

    .form-check-label {
        padding-left: 20px;
    }

    .custom-file-input {
        height: calc(2rem + 2px);
    }

    .custom-file-label {
        height: calc(2rem + 2px);
        width: 100%;
    }

    .custom-file-label::after {
        font-size: 0.8rem;
        height: calc(2rem + 2px);
    }

    .hissu, .ninni {
        font-size: 0.6rem;
    }

    .btn {
        font-size: 1.0rem;
    }

}

@media (max-width: 768px) {
}

/*確認画面*/
#check {
    display: none;
}

#check .col-form-label, .form_detail .col-form-label {
    padding: 0 15px 0 0;
    color: #555555;
}

#check .form-check-text p,
.form_detail .form-check-text p {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .form-group {
        margin-bottom: 0;
    }

    #check .col-form-label, .form_detail .col-form-label {
        background: #f3f3f3;
        padding: 5px 10px;
        border-radius: 2px;
    }

    .form_view {
        margin-bottom: 0;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    #check .col-form-label {
        padding: 0 7.5px;

    }

    #check .form_view {
        margin-top: 10px;
    }

    #check .form-check-text {
        margin-top: 10px;
        margin-bottom: 1rem;
    }

    #check .form-check-text p {
        margin: 0;
    }


}

/*form　other*/
.card-info:not(.card-outline) > .card-header {
    background: #007BFF;;
}

.form_alert_box {
    background: #f1cfd3;
    padding: 5px;
    margin: 15px;
    border-radius: 5px;
}

.alart-text-sb {
    font-size: 0.8rem;
    color: #777;
}

/*-------------------------------------------

検索　search

-------------------------------------------*/
.search_wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #ccc;
    padding: 15px 30px;
    border-radius: 5px;
}

.serch_box_two p, .serch_box_one p,
.search_box_calendar p {
    margin: 15px 0 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.serch_box_two {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
}

.serch_box_two:nth-child(even) {
    margin-right: 0;
}

.serch_box_one,
.serch_box_two select {
    width: 100%;
}


.serch_box_two select, .serch_box_one select,
.serch_box_two input, .serch_box_one input {
    padding: 5px;
    height: auto;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.serch_box_two select, .serch_box_one select {
    padding: 7px;
}

.btn-search {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.0rem;
    padding: .25rem 2rem;
    background: #007BFF;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.search_box_calendar {
    display: flex;
}

.search_box_calendar input {
    padding: 5px;
    height: auto;
    font-size: 0.9rem;
    width: 45%
}

.search_box_calendar_2 {
    width: 10%;
    text-align: center;
}


@media (max-width: 767px) {
    .search_wrapper {
        padding: 15px;
    }

    .serch_box_two {
        width: 100%;
        margin-right: 0;
    }

}

/*SP用*/
@media (min-width: 768px) {
    .btn-search-open {
        display: none;
    }
}

@media (max-width: 767px) {
    .btn-search-open {
        display: block;
        width: 100%;
        font-size: 0.8rem;
        padding: .25rem 2rem;
        background: #fff;
        border: 1px solid #007BFF;
        border-radius: .25rem;
        color: #007BFF;
        margin-bottom: 5px;
    }

    .btn-search-open i {
        margin-left: 5px;
    }

    .search_content {
        display: none;
    }

    .search_content.active {
        display: block;
    }
}

/*-------------------------------------------

table

-------------------------------------------*/

table#example1 {
    width: 100%;
}

table#example1 th,
table#example1 td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
}

table#example1 .col_1 {
    width: 17%;
}

table#example1 .col_2 {
    width: 17%;
}

table#example1 .col_3 {
    width: 17%;
}

table#example1 .col_4 {
    width: 17%;
}

table#example1 .col_5 {
    width: 16%;
}

table#example1 .col_6 {
    width: 16%;
}

table thead tr th {
    background: #efefef !important;
    text-align: center;
}

table tr th, table tr td {
    font-size: 0.8rem;
    padding: 1rem 0.75rem !important;
    color: #777;
}

.sec_table {
    margin: 0 auto;
}

.table_border tr th, .table_border tr td {
    border: 1px solid #eee;
}

.table-td-4 {
    width: 80px;
    padding: 1rem 0.25rem !important;
    text-align: center;
}

@media (max-width: 1425px) {
    .sec_table {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .btn-secondary {
        margin-bottom: 5px;
    }

    .form-control {
        width: 100%;
    }

    table tr th,
    table tr td {
        font-size: 0.8rem;
    }
}

.matter_table tr th label.form-check-label {
    padding-left: 30px;
    margin: 0.75rem 0;
}

.matter_table tr th label.form-radio-label {
    margin: 0.75rem 0.75rem 0.75rem 0;
}

.matter_table tr th .matter_radio p {
    margin: 0.75rem 0 0;
}

/*-------------------------------------------

ログイン画面

-------------------------------------------*/

.card-primary.card-outline {
    border-top: 5px solid #007BFF;
    border-image: linear-gradient(to right, #7bb928 0%, #7bb928 100%);
    border-image-slice: 1;
}

.login-page, .register-page {
    background: #fff;
    justify-content: flex-start;
}

.login-box, .register-box {
    width: 450px;
    padding: 100px 0 0;
}

.login-box .card, .register-box .card {
    padding: 30px;
}

.login-box .card-header {
    border: none;
}

.btn-primary {
    margin: 15px 0;
}

.login-box-ttl {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.input-group-text {
    background: #efefef;
    min-width: 45px;
    justify-content: center;
}

.input-group input {
    font-size: 1.4rem;
}

#shopidinput {
    font-size: 0.8rem;
}

#shopidinput span {
    cursor: pointer;
}

.login-box-msg {
    font-size: 1.6rem;
    font-weight: bold;
}

.login_logo img {
    width: 80%;
    margin: 0 auto;
}

.login-box .notice {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .login-box, .register-box {
        width: 95%;
    }

    .login-box .card, .register-box .card {
        padding: 15px;
    }

    .icheck-primary label {
        font-size: 0.8rem;
    }

    .card-body p {
        font-size: 0.8rem;
    }

    .btn {
        font-size: 0.8rem;
    }
}

/*-------------------------------------------

ボタン

-------------------------------------------*/

button.btn {
    font-size: 1.0rem;
    padding: .5rem 2rem;
}


a.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.0rem;
    padding: .5rem 2rem;
}

a.btn-sm {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 0.8rem;
    padding: .2rem 1rem;
}

.btn_rp {
    border-radius: 4px;
    /*color: #ffffff;*/
    background-image: linear-gradient(45deg, #7bb928 0%, #7bb928 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    /*border-bottom: solid 3px #007BFF;*/
}

.btn_rp:hover {
    opacity: 0.8;
    color: #fff;
}

.btn-bk {
    background-color: #007BFF;
    color: #fff;
    border: none;
}

.btn-bk:hover {
    color: #fff;
    background-color: #022e9f;
}

.btn_border {
    border: 1px solid #007BFF;
    color: #007BFF;
    border-radius: 5px;
    background: #fff;
}

.btn_border:hover {
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
}

.btn_red {
    background-color: #009B73;
    color: #fff;
    border: none;
}

.btn_red:hover {
    background-color: #cf367b;
    color: #fff;
}

.btn_border_red {
    color: #009B73;
    border: 1px solid #009B73;
    border-radius: 5px;
    background: #fff;
}

.btn_border_red:hover {
    color: #fff;
    background: #009B73;
    text-decoration: none;
}

.btn_tcancel {
    background: #777777;
    color: #fff;
    border: none;
    font-size: 0.8rem;
    border-radius: 2px;
}

.btn_mail, .btn_print {
    text-decoration: none;
}

.btn_mail i, .btn_print i {
    margin-right: 5px;
}

.btn_back {
    background: #fff;
    color: #007BFF;
    border: none;
}

.btn-left {
    margin-left: 30px;
}

.btn_link {
    background: none;
    color: #007BFF;
    text-decoration: underline;
    border: none;
}

@media (max-width: 1199px) {
    .btn-left {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {

    button.btn {
        font-size: 0.8rem;
        padding: .25rem 1rem;
    }

    a.btn {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 0.9rem;
        padding: .25rem 1rem;
    }
}

/*-------------------------------------------

モーダル

-------------------------------------------*/
.modal-title {
    font-weight: 600;
    font-size: 1.2rem;
}

/*-------------------------------------------

ダッシュボード

-------------------------------------------*/

/*ダッシュボードサマリ*/
.dashboard_box {
    display: flex;
}

.dashboard_link {
    font-size: 0.9rem;
    font-weight: normal;
}

button.dashboard_link {
    background: none;
    color: #007BFF;
    border: none;
    text-decoration: underline;
    font-size: 0.9rem;
    font-weight: normal;
}

button.dashboard_link:hover {
    text-decoration: underline;
    color: #009B73;
}

.dashboard_c {
    box-shadow: 1px 1px 3px #ccc;
    padding: 30px 30px;
    border-radius: 5px;
    margin-right: 15px;
    width: 250px;
    background: #fff;
}

.dashboard_c h3 {
    font-size: 1.2rem;
    font-weight: 500;
}

.dashboard_c h3 span {
    font-size: 1.0rem;
    font-weight: 500;
    color: #999;
    margin-left: 10px;
}

.dashboard_c p {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 0;
}

.dashboard_c p span {
    font-size: 1.0rem;
    font-weight: 600;
    margin-left: 10px;
}

.dashboard_1 {
    border-top: 4px solid #007BFF;
}

.dashboard_2 {
    border-top: 4px solid #009B73;
}

.dashboard_3 {
    border-top: 4px solid #007BFF;
    display: none;
}

.dashboard_3.active {
    display: block;
}

.dashboard_time {
    text-align: right;
}

.dashboard_input {
    border: 1px solid #999;
    padding: 3px 10px;
    border-radius: 5px;
    color: #999;
    width: 150px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .dashboard_c {
        padding: 15px;
    }

    .dashboard_c h3 {
        font-size: 1.0rem;
    }

    .dashboard_c h3 span {
        font-size: 0.8rem;
    }

    .dashboard_c p {
        font-size: 1.6rem;
    }

    .dashboard_c p span {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .dashboard_box {
        flex-wrap: wrap;
    }

    .dashboard_c {
        padding: 15px;
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
    }

    .dashboard_c:nth-child(even) {
        margin-right: 0;
    }

    .dashboard_c h3 {
        font-size: 1.0rem;
    }

    .dashboard_c h3 span {
        font-size: 0.8rem;
    }

    .dashboard_c p {
        font-size: 1.6rem;
    }

    .dashboard_c p span {
        font-size: 0.8rem;
    }

    .dashboard_time {
        text-align: left;
    }

    .dashboard_input {
        border: 1px solid #999;
        padding: 1px 5px;
        border-radius: 5px;
        color: #999;
        width: 120px;
        font-size: 0.8rem;
    }
}

/*-------------------------------------------

お知らせ

-------------------------------------------*/
ul.news {
    padding: 30px;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
}

ul.news li {
    list-style: none;
    margin-bottom: 15px;
}

ul.news li div, ul.news li a {
    display: inline-block;
    margin-right: 15px;
    color: #777;
    text-decoration: none;
}

ul.news li div.news_cate {
    background: #007BFF;
    border-radius: 2px;
    font-size: 0.8rem;
    padding: 2px 10px;
    color: #FFF;
}

ul.news li a:hover {
    color: #007BFF;
    cursor: pointer;
}

@media (max-width: 767px) {
    ul.news li div, ul.news li a {
        font-size: 0.9rem;
    }

}

/*-------------------------------------------

ローディング画面

-------------------------------------------*/
.load-display {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    z-index: 9999999;
}

.load-display-img {
    width: 30%;
    margin: auto;
}

.load-display-img img {
    width: 100%;
}


.course_setting {
    padding: 0 45px;
}

/*-------------------------------------------

ページャー

-------------------------------------------*/

.pager {
    text-align: center;
    margin-top: 30px;
}

.pager a {
    font-size: 1.0rem;
    margin: 0 0.5rem;
    display: inline-block;
    border: 1px solid #007BFF;
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 10px;
}

.pager a:hover {
    background: #007BFF;
    color: #fff;
}

.pager a.active {
    background: #007BFF;
    color: #fff;
}

.pager a.pager_left,
.pager a.pager_right {
    border: none;
}

@media (max-width: 767px) {
    .pager a {
        font-size: 0.8rem;
        padding: 2px 5px;
    }
}


/*加盟店*/
/*取引詳細 / 口座確認*/

.sec_view {
    width: 60%;
}

.sec_view .card {
    padding: 30px;
}

.sec_view .card table tr th,
.sec_view .card table tr td {
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .sec_view {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .sec_view {
        width: 100%;
    }

    .sec_view .card {
        padding: 5px;
    }

    .sec_view .card table tr th,
    .sec_view .card table tr td {
        display: block;
        border: none;
    }

    .sec_view .card table tr th {
        background: #eee;
        padding: 5px 15px !important;
    }

    .sec_view .card table tr td {
        padding: 5px 15px !important;
        margin-bottom: 10px;
    }
}

/*店舗設定*/
.sec_shopsetting .shopsetting_box {
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px #eee;
    border-radius: .25rem;
    background: #fff;
    min-height: 400px;
    margin-bottom: 30px;
    padding: 30px;
}

.shopsetting_box02, .shopsetting_box03 {
    min-height: auto !important;
}

.sec_shopsetting .shopsetting_box .headline03 {
    font-size: 1.0rem;
    font-weight: 600;
}

.sec_shopsetting table {
    width: 100%;
}

.sec_shopsetting table tr th,
.sec_shopsetting table tr td {
    border-bottom: 1px solid #eee;
}

.shopsetting_box a.btn-sm {
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.shopsetting_box img {
    margin-top: 5px;
}

.shopsetting_box iframe {
    width: 100%;
    height: 330px;
    margin-top: 5px;
}

/*簡単モード切り替え*/

@media (max-width: 767px) {
    .sec_shopsetting .shopsetting_box {
        padding: 10px;
        min-height: auto;
    }

    .sec_shopsetting table tr th,
    .sec_shopsetting table tr td {
        display: block;
        padding: 5px 15px !important;
    }

    .sec_shopsetting table tr th {
        background: #eee;
    }

    .sec_shopsetting table tr td {
        margin: 20px 10px;
    }
}

/*入金 */
.shopay_seach p {
    margin-right: 30px;
}

.shopay_seach select,
.shopay_seach input {
    width: 400px;
    margin-right: 15px;
    height: 2rem;
}

.sec_shoppay .card table tr td {
    padding: 1rem 1.5rem !important;
}

@media (max-width: 767px) {

    .shoppay_search {
        text-align: center;
        margin: 5px auto;
    }
}

/*支払い受付*/
.sec_recep .headline02 {
    margin-right: 15px;
    margin-top: 7px;
}

.sec_recep .serch_box_four input {
    margin-right: 5px;
    height: auto;
    width: 100px;
    padding: 5px 10px;
}

.sec_recep .btn-search {
    margin-top: 2px;
}

.back_white {
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 5px;
}

.sec_recep table {
    margin: 0 auto;
}

@media (max-width: 991px) {
    .sec_recep .headline02 {
        width: 100%;
    }

    .sec_recep .serch_box_four input {
        width: 75px;
    }

    .sec_recep .sec_recep_btn {
        text-align: center;
        margin: 15px auto;
    }
}

/*もーだる*/
#complete_modal1,
#complete_modal2,
#complete_modal3 {
    display: none;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.modal_ttl {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}

.modal_text {
    font-size: 0.9rem;
    text-align: center;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.modal_input {
    margin-bottom: 15px;
}

.modal_input p {
    margin-bottom: 2px;
    font-size: 0.9rem;
    font-weight: bold;
}

.modal_input .hissu,
.modal_input .ninni {
    margin-left: 5px;
}

.modal_input input,
.modal_input select,
.modal_input textarea {
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 3px 15px;
}

.modal_input select {
    padding: 7px 10px;
}

.modal_input label {
    margin-bottom: 0;
    font-weight: normal !important;
}

.submit_modal1 {
    background: #007BFF;
    border: none;
}

.modal_input input[type=checkbox] {
    width: auto;
    margin-right: 5px;
    margin-left: 15px;
}

.modal_input input[type=checkbox]:first-child {
    margin-left: 0;
}

.js-modal-close {
    color: #383838;
    text-align: center;
}

.js-modal-close-text {
    margin-top: 15px;
}

@media (min-width: 768px)and (max-width: 991px) {
    .modal__content {
        background: #fff;
        left: 50%;
        top: 50%;
        padding: 20px 10px;
        position: absolute;
        transform: translate(-45%, -50%);
        width: 60%;
    }
}

@media (max-width: 767px) {
    .modal__content {
        background: #fff;
        left: 5%;
        top: 5%;
        padding: 20px 10px;
        position: absolute;
        transform: translate(0, 0);
        width: 90%;
    }

    .shop_issue table {
        width: 100%;
    }

    .shop_issue table tr th,
    .shop_issue table tr td {
        display: block;
        padding: 5px 15px !important;
    }

    .shop_issue table tr th {
        background: #eee;
    }

    .shop_issue table tr td {
        margin-bottom: 10px;
    }
}

/*-------------------------------------------

簡単モード

-------------------------------------------*/

@media (min-width: 768px) {
    body:not(.sidebar-mini-md) .view_simple .content-wrapper,
    body:not(.sidebar-mini-md) .view_simple .main-footer,
    body:not(.sidebar-mini-md) .view_simple .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 0;
    }
}

/*ヘッダー*/
.s_simple_logo img {
    width: 100px;
}

.s_simple_left {
    margin-top: 20px;
}

.s_simple_left p,
.s_simple_left a {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.s_simple_left a {
    text-decoration: underline;
}

.s_simple_home a {
    border: 3px solid #007BFF;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin-bottom: 15px;
    text-decoration: none;
    padding: 5px 0;
}

.s_simple_home a:hover {
    background: #007BFF;
    color: #fff;
}

.s_simple_home a i {
    font-size: 1.4rem;
}

/*ダッシュボード*/
.s_simple_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.s_simple_top_two {
    width: calc((100% - 15px) / 2);
    border: 3px solid #007BFF;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
    text-decoration: none;
    margin-bottom: 20px;
}

a:hover.s_simple_top_two {
    background: #007BFF;
    color: #fff;
}

.s_simple_top_two:nth-child(odd) {
    margin-right: 15px;
}

a.s_simple_top_two i {
    font-size: 2.0rem;
}

a.s_simple_top_two p {
    font-size: 1.1rem;
    text-decoration: none;
    margin-bottom: 0;

}

a.s_simple_top_three {
    width: calc((100% - 30px) / 3);
    border: 3px solid #007BFF;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 15px;
}

a:hover.s_simple_top_three {
    background: #007BFF;
    color: #fff;
}

a.s_simple_top_three:nth-of-type(3) {
    margin-right: 0px;
}

a.s_simple_top_three i {
    font-size: 1.8rem;
}

a.s_simple_top_three p {
    font-size: 0.9rem;
    text-decoration: none;
    margin-bottom: 0;

}

@media (min-width: 991px) {
    a.s_simple_top_two {
        width: calc((100% - 45px) / 4);
    }

    .s_simple_top_two:nth-child(2) {
        margin-right: 15px;
    }

    a.s_simple_top_two, a.s_simple_top_three {
        padding: 30px 0;
    }

    a.s_simple_top_three {
        width: calc((100% - 30px) / 5);
    }
}

.view_simple .view_simple_none {
    display: none !important;
}

.view_normal .view_normal_none {
    display: none !important;
}


.ui-datepicker td {
    padding: 1px !important;
}

/****大阪いらっしゃCP*/
#form_shop_issue table {
    border: 1px solid #999;
    width: 100%;
    margin-bottom: 15px;
}

#form_shop_issue table tr {
    border: 1px solid #999;
}

#form_shop_issue table tr th {
    background: #e9e9e9;
}

#form_shop_issue table tr td {

}

#form_shop_issue table tr td label {
    margin-right: 15px;
    margin-bottom: 0;
}

#form_shop_issue table tr td input[type="radio"] {
    padding: 5px 0;
    margin-right: 5px;
}

#form_shop_issue table tr td input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #666;
    width: 100%;
    border-radius: 4px;
}

#form_shop_issue table tr td input[type="text"].input_short {
    width: 40%;
    margin-right: 5px;
}

#form_shop_issue table tr td select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #666;
    border-radius: 4px;
}

#form_shop_issue table tr th.table_issue_ttl {
    background: #007BFF;
    color: #fff;
    padding: 5px 15px !important;
}

#form_shop_issue .issue_btn {
    border: none;
    background: #009B73;
    color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
}


/*リンクボタン*/
.admin a {
    text-decoration: none;
}

.admin .admin_details .btn-link {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 4px;
}

.admin .admin_details .btn-link.btn-blue {
    background: #45A5D8;
    color: #fff;
}

.admin .admin_details .btn-link.btn-pink {
    background: #d228bf;
    color: #fff;
}

.admin_history_ttl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.admin_history_cont {
    overflow-y: scroll;
    height: 300px;
}

.admin_history_box {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.admin_history_edit {
    position: absolute;
    right: 10px;
    top: 10px;
}

.admin_history_details {
    display: flex;
}

.admin_history_time,
.admin_history_user,
.admin_history_status,
.admin_history_finish {
    margin-right: 20px;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.admin_history_status {
    color: #45A5D8;
    border: 1px solid #45A5D8;
    background: #fff;
    border-radius: 5px;
    font-size: 0.8rem;
    padding: 0 5px;
}

.admin_history_contact span {
    margin-right: 15px;
}

.admin_history_text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

.shop_info {
    border: 1px solid #aaa;
    margin-top: 30px;
    width: 100% !important;
}

.shop_info tr th, .shop_info tr td {
    border: 1px solid #aaa;
}

.shop_info tr th {
    background: #f9f9f9;
    font-size: 0.7rem;
    width: 15%;
    padding: 1rem 0.5rem !important;
    word-break: break-word;
}

.shop_info tr td {
    width: 35%;
    word-break: break-word;
}

.shop_info .input_long {
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
}

.shop_info .input_medium {
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 300px;
    max-width: 100%;
}

.shop_info .input_short {
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 150px;
    max-width: 100%;
}

.shop_info select {
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 300px;
    max-width: 100%;
}

.shop_info textarea {
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 300px;
    max-width: 100%;
}

table.company-shop-list td.ellipsis,
table.admin-company-list td.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
}



