/*style.css*/
:root {
    --defult: #333;
    --thin-blue: #3AB5E4;
}

h1,
h2,
h3 {
    font-weight: normal;
}

html {
    font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .6pt;
    /*    text-align: justify;*/
    font-size: 12px;
    color: #333;
    word-break: break-all;
    /*    height: 100%;*/

    /*    font-size: 15px;*/
    font-size: 12px;
    color: #333;
    background-color: #F1F3F4;
    border: solid 5px #000;
    min-height: 100vh;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right {
    text-align: right;
}

.hide {
    display: none;
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}
.mb10 {
    margin-bottom: 10px;
}

/*header*/
header {
    background-color: #3AB5E4;
    color: #fff;
    border-bottom: solid 5px #656565;
}

.header-left {
    font-size: 18px;
    width: 290px;
    padding: 10px;
}

.header-left img {
    max-width: 140px;
    margin-bottom: 15px;
}

.header-right {
    width: calc(100% - 290px);
    padding-top: 6px;
}

.header-right > div {
    padding: 0 30px;
}

.header-right h3 {
    font-size: 12px;
}

.header-right-top {
    height: calc(100% - 60px);
}

.header-right-bottom {
    height: 60px;
}

/*menu*/
.menu_tab > dd,
.menu_tab dd dd {
    display: none;
}

.menu_tab_child > dt {
    margin: 0px 25px;
    padding: 12px 0;
    border-bottom: solid 1px #EDEEEF;
    font-size: 12px;
    font-weight: bold;
}

.menu_tab_child dd dt {
    margin: 0 32px;
    padding: 12px 0;
    font-size: 12px;
}

.menu {
    font-size: 13px;
    padding: 15px 0;
    background-color: #fff;
    width: 290px;

}

.menu .title {
    padding: 12px 18px;
    font-weight: bold;
    border-bottom: solid 1px #EDEEEF;
    font-size: 14px;
}

.menu .title:hover {
    cursor: pointer;
}

.menu-incentive li {
    margin: 0 25px;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}
.menu-incentive .first {
    font-weight: bold;
    padding-bottom: 0px;
    color: #2f2f2f;
}
.delete_check {
    display: none;
}

.button {
    background-color: #1CBCB8;
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 2px;
    opacity: 0.8;
}

.button:hover {
    cursor: pointer;
    opacity: 1;
    transition: 0.2s;
}

.b_red {
    background-color: #BC371C;
}

.menu .menu-agency li {
    padding: 10px 0 10px 30px;
}

.menu .menu-agency li:hover {
    cursor: pointer;
/*
    background-color: #f9f3f3;
    transition: 0.5s;
*/
}

.menu .menu-agency .active {
    background-color: #F3F6F9;
    border-left: solid 3px #3F61CC;
}

.agency_regit {
    margin: 10px 20px 10px 32px;
    font-size: 11px;
}

.agency_regit li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.agency_regit li p {
    width: 70px;
}

.agency_regit li input {
    width: calc(100% - 70px);
}

.menu_list {
    margin: 10px 30px;
}

.menu_list dt {
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    padding: 5px 0 !important;
}

.menu_list dt p {
    text-decoration: underline;
}

.menu_list dt p:hover {
    cursor: pointer;
}

.menu_list .edit {
    text-align: right;
    text-decoration: underline;
    color: #e34f4f;
}

.menu_list .edit:hover {
    cursor: pointer;
}

/*
.menu_list input {
        display: none;
    }
    */
    .menu_list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }


    /*
    .small-title {
        padding: 20px 0 10px;
        font-weight: bold;
    }
    */
    /*content*/
    .content {
        width: calc(100% - 290px);
        padding: 30px;
    }

    /*
    .content-link > div {
        margin-bottom: 20px;
    }
    */
    .content-link {
        margin-bottom: 20px;
    }
    .content-link a {
        max-width: 270px;
    display: block;
    padding: 13px 30px;
/*    border-radius: 4px;*/
    color: #fff;
/*    border: solid 3px;*/
/*    opacity: 0.5;*/
}

.content-link a:hover {
/*    opacity: 1;*/
/*    transition: 0.5s;*/
    cursor: pointer;
}

.content-link a h3 {
    font-size: 16px;
    margin-bottom: 18px;
}

.content-link a .num {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 22px;
}

.content-link a p {
    font-size: 10px;
}

.content-link .total {
    background-color: #E669D9;
/*    border-color: #C65BBB;*/
}

.content-link .genkai {
    background-color: #F48865;
/*    border-color: #D37557;*/
}

.content-link .sim {
    background-color: #A24BFF;
    background-color: #8C41DC;
}

.content-link .sugoi {
    background-color: #1CBCB8;
/*    border-color: #18A29F;*/
}

.content-link .insentive {
    color: #333;
    background-color: #fff;
/*    border-color: #18A29F;*/
}

.content-link .active {
    position: relative;
}
.content-link .active:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
}


.content-list > div {
    width: 50%;
}

.content-list .split {
    background-color: #fff;
    border-radius: 4px;
    height: 100%;
}

.content-list .split .title {
    font-size: 17px;
    font-weight: bold;
    padding: 20px 17px;
    border-bottom: solid 1px #EDEEEF;
}

.content-list-box {
    margin: 0 8px 8px;
}

.content-list table {
    font-size: 12px;
    width: 100%;
}

.content-list tr {
    width: 100%;
}

.content-list th,
.content-list td {
    padding: 14px 5px;
    /*    border: solid 1px;*/
}

.content-list-all tr:nth-child(2n),
.content-list-one table tr:nth-child(2n) {
    background-color: #F3F6F9;
}

.content-list-all tr.active,
.incentive_table tr.active,
.one_incentive_check .active {
    background-color: #ffd3d3 !important;
}

.content-list-all tr:hover {
    /*    background-color: #ffeaea;*/
    opacity: 0.5;
    transition: 0.2s;
    cursor: pointer;
}

.content-list-one td {
    /*    width: 50%;*/
    flex: 1;
}

.content-list-one td span {
    font-weight: bold;
}


input[type=checkbox] {
    opacity: 0;
}

input[type=checkbox] + label:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: solid 1px #444;
    border-radius: 2px;
}

input[type=checkbox]:checked + label:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f53636;
    border-radius: 2px;
}

button:hover {
    cursor: pointer;
}

button:disabled {
    opacity: 0.5;
}

button:disabled:hover {
    cursor: default;
    opacity: 0.5;
}


body {
    position: relative;
}

.Verification {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
}

.Verification .split {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    transform: translate(-50%, -60%);
    background-color: #fff;
    width: 300px;
    height: 200px;
    border: solid 3px #b4b4b4;

    display: flex;
    justify-content: center;
    align-items: center;
}



/*スクロールバー*/
.max-height {
    max-height: 250px;
    overflow: scroll;
}

.scroll-height-none::-webkit-scrollbar:horizontal {
    height: 0;
}

/* ◎縦スクロールバー（幅）*/
::-webkit-scrollbar {
    width: 4px;
}

/* 横スクロールバー（幅）*/
::-webkit-scrollbar:horizontal {
    height: 9px;
}

/* ◎スクロールバー軌道（色）*/
::-webkit-scrollbar-track {
    background: rgba(0, 72, 72, 0.2);
}

/* 軌道のコーナー（色）*/
::-webkit-scrollbar-corner {
    background: rgba(0, 72, 72, 0.2);
}

/* ◎移動タブ（色・角丸み）*/
::-webkit-scrollbar-thumb {
    background: rgba(45, 90, 100, .5);
    border-radius: 12px;
}


.mb-show,
.mb-menu,
.menu-close {
    display: none;
}
/*
@media(max-width:1200px) {
    .content-list {
        width: 100%;
    }
    .content-list > div {
        width: 100%;
    }
    
    .content-list-one {
        margin-top: 20px;
    }
}
*/
@media(max-width:960px) {
    html {
        border: none;
    }
    /*----------------------------*/
    .mb-none {
        display: none;
    }

    .mb-show {
        display: block;
    }

    /*----------------------------*/
    header {
        border-bottom: 0;
        color: #333;
    }

    .header-right-top {
        height: 0;
    }

    .header-left {
        display: none;
    }

    .header-right-top {
        height: 46px;
        background-color: #fff;
    }

    .header-right-bottom h3 {
        display: none;
    }

    .header-right-bottom {
        font-size: 13px;
        background-color: #E8E6F9;
        height: 40px;
    }

    .header-right {
        width: 100%;
    }

    /*-------------------------*/
    .width1000 {
        min-width: 640px;
    }

    .scroll-height-none::-webkit-scrollbar:horizontal {
        height: 9px;
    }

    main > .flex {
        flex-direction: column;
    }



    /*--------------*/
    .content {
        width: 100%;
        padding: 10px;
        background-color: #dddddd;
        padding-bottom: 80px;
    }

/*
    .content-link {
        margin-bottom: 30px;
    }
*/

/*
    .content-link > div {
        margin-bottom: 0;
    }
*/

    .content-link a {
        max-width: 100%;
    }

    .content-link a h3 {
        font-size: 2.8vw;
        margin-bottom: 10px;
        /*        font-weight: bold;*/
    }

    .content-link a .num {
        /*        font-size: 37px;*/
        font-size: 6vw;
        margin-bottom: 10px;
    }

    .content-link a {
        padding: 10px 5px;
        border-radius: 0px;
        border: 0;
    }

    .content-link a p {
        /*        font-size: 14px;*/
        font-size: 3vw;
        line-height: 1.3;
        /*        font-weight: bold;*/
    }

    /*-----------*/
    .content-list > div {
        width: 100%;
    }

    .content-list .split .title {
        font-size: 14px;
        padding: 13px 10px;
    }

    .content-list td {
        padding: 11px 3px;
    }

    /*--------------------*/
    .details_number tbody > tr {
        display: table-row;
    }
    
/*
    .content-list-one {
        margin-top: 20px;
    }
*/
    .content-list-one table tr:nth-child(2n) {
        background-color: #fff;
    }
    .content-list-one table td:nth-child(2n) {
        background-color: #F3F6F9;
    }
    
    /*--------------ここ*/
    .menu-agency,.menu-incentive,.menu-config {
        display: none;
    }
    .menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        z-index: 100;
        overflow-y: scroll;
        width: 100%;
        order: 10;
    }
    .menu .title {
        font-weight: normal;
        border: none;
    }
    
    /**/
    .menu .menu-agency ul {
        padding: 0 30px;
    }
    .menu .menu-agency li {
        border-bottom: solid 1px #EDEEEF;
        padding: 10px;
        margin-bottom: 3px;
        
        
    }
    .menu .menu-agency .active {
        border: none;
        background-color: #5BA8D4;
        color: #fff;
    }
    
    
    /*--スマホメニュー--*/
    .menu .menu-agency li:hover {
/*
        background-color: transparent;
        transition: none;
*/
    }
    .menu-close {
        display: block;
        text-align: right;
        padding: 0 10px;
        font-size: 13vw;
        font-weight: bold;
        color: #5BA8D4;
    }
    
    .mb-menu {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 9vh;
        min-height: 50px;
        width: 100vw;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    }
    .mb-menu-inner {
        height: 100%;
    }
    .mb-menu .split {
        border: solid 1px #E8E8E8;
        text-align: center;
    }
    
    .mb-menu-button.active {
        background-color: #5BA8D4;
        color: #fff;
    }
    /*----------------こ*/
    
    .mb-menu-button p {
        margin-top: 5px;
    }
    


}

textarea {
    width: 100%;
}

.logout {
    text-decoration: underline;
    padding-top: 5px;
}
.logout:hover {
    cursor: pointer;
}

.box {
    width: 100%;
    height: 100vh;
    text-align: center;
}
.box p {
    margin-bottom: 10px;
}
:before {
    font-family: "FontAwesome";
}
/*20200513追加*/
.plan_details {
    margin: 5px;
}
.plan_details th,
.plan_details td {
    border: solid 1px #c5c5c5;
    padding: 10px 5px;
}
.plan_details th {
    background-color: #f5f5f5;
}
.plan_details td {
    background-color: #fff;
}

/*20200519追加*/
.incentive_table th,
.incentive_table td {
    border: solid 1px #E8E8E8;
    padding: 10px 5px;
}
.incentive_table th {
    background-color: #F2F2F2;
}
.incentive_table td:last-child {
    text-align: right;
}
.incentive_details_change {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.incentive_details_change li {
    width: 25%;
}
.incentive_details_change li {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-top: solid 1px #45BC81;
    border-right: solid 1px #45BC81;
    border-bottom: solid 1px #45BC81;
    color: #45BC81;
}
.incentive_details_change li:hover {
    cursor: pointer;
}
.incentive_details_change li:first-child {
    border-left: solid 1px #45BC81;
    border-radius: 20px 0 0 20px;
}
.incentive_details_change li:last-child {
    border-radius: 0 20px 20px 0;
}

.incentive_details_change .active {
    background-color: #45BC81;
    color: #fff;
}

.incentive_kind tr:last-child td {
    border-top: double;
    font-weight: bold;
}
/*20200521追加*/
.data_none {
    padding: 15px;
    text-align: center;
}
.incentive_table_width1 th,
.incentive_table_width1 td {
    width: 75%;
}
.incentive_table_width1 th:last-child,
.incentive_table_width1 td:last-child {
    width: 20%;
}
.incentive_table_width2 th:nth-child(2),
.incentive_table_width2 td:nth-child(2) {
    width: 55%;
}
/*
.incentive_table_width2 th:nth-child(3),
.incentive_table_width2 td:nth-child(3) {
    width: 15%;
}
*/
.incentive_table_width2 th:last-child,
.incentive_table_width2 td:last-child {
    width: 25%;
}
.door {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    border-bottom: solid 2px #ddd;
    font-weight: bold;
    color: #757575;
}
.door:hover {
    cursor: pointer;
}
.door_inner {
    display: none;
}
.one_incentive:hover {
    cursor: pointer;
}
/*20200528追加*/
.login input {
    padding: 5px;
    margin-bottom: 10px;
}