﻿/* ============================================================
    WEB画面(2020/12/11追加)
 ============================================================ */
.form_web_tab {
    margin: 20px 0 0 0;
    border-bottom: 2px solid #000;
}

.form_web_input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

    .form_web_input:checked + .form_web_label {
        border: 1px solid #ffcd00;
        background-color: #ffcd00;
    }

.form_web_label {
    border: 1px solid #e7e6e6;
    background-color: #e7e6e6;
    text-align: center;
    width: 200px;
    height: 50px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset, 1px 0px 0px 0px rgba(255,255,255,0.2) inset, -1px 0px 0px 0px rgba(255,255,255,0.2) inset, 0px -1px 0px 0px rgba(0,0,0,0) inset, 0px 1px 3px 0px rgba(0,0,0,0.3);
    cursor: pointer;
}

    .form_web_label:hover {
        opacity: 0.8;
    }

.form_web_tab span {
    font-weight: bold;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    text-shadow: 1px 1px 1px #ffffff;
}

.request_news tr:hover td {
    background-color: #f5f5f5;
    cursor: pointer;
}

.status_icon {
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
    width: 80px;
    display: block;
}

.form_bottom_text {
    text-align: center;
}

.form_bottom_radio {
    margin: 20px auto;
    /*width: 500px;*/
    font-size: 15px;
}

    .form_bottom_radio tr {
        margin-bottom: 10px;
        display: block;
    }

    .form_bottom_radio th {
        text-align: right;
        width: 620px;
        padding-right: 20px;
    }

.form_bymail_input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

    .form_bymail_input:checked + .form_bymail_label {
        border: #ffcd00;
        background-color: #ffcd00;
    }

.form_bymail_label {
    background-color: #FFF;
    text-align: center;
    width: 100px;
    padding: 5px;
    border-radius: 15px;
    cursor: pointer;
    margin: 0;
}

    .form_bymail_label:hover {
        opacity: 0.8;
    }

.request_search th {
    padding-right: 20px;
}

.request_search tr {
    margin-bottom: 10px;
    display: block;
}

.search_input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

    .search_input:checked + input[type="hidden"] + .search_label {
        border: 2px solid #ffcd00;
        background-color: #ffcd00;
    }

.search_label {
    border: 2px solid #e7e6e6;
    text-align: center;
    width: 180px;
    padding: 5px;
    border-radius: 15px;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
}

    .search_label:hover {
        background-color: #f9f9f9;
    }

.text-right {
    text-align: right;
}

.request_csv {
    margin-bottom: 10px;
}

    .request_csv span {
        padding: 8px 20px 8px 0;
        display: inline-block;
        font-weight: bold;
    }

.request_csv2 {
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.request_after {
    display: inline-block;
    vertical-align: super;
    margin-left: 10px;
}

.request_content1 {
    display: none;
}

.request_content2 {
    display: none;
}

.mdl__form_box {
    display: inline-block;
    border: 2px solid #e7e6e6;
    background-color: #f9f9f9;
    width: 330px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 15px;
}

.mdl__form_boxes {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    box-sizing: border-box;
}

.box_title {
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: center;
}

.box_group {
    margin: 0 auto;
    width: 220px;
    height: 21px;
}

.box_group2 {
    margin: 0 auto;
    height: 31px;
    width: 220px;
}

.box_label {
    display: inline-block;
}

.box_pay {
    display: inline-block;
}

.box_issue {
    display: inline-block;
    margin-bottom: 10px;
}

.box_issue2 {
    display: inline-block;
}

.box_price {
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 15px 0;
    text-align: center;
    height: 46px;
}

.box_price_after {
    font-size: 10px;
    display: inline-block;
}

.box_select {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    /*padding: 0 10px;*/
}

.box_select_btn {
    border: 1px solid rgba(0,0,0,1) !important;
    background-color: #FFF !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 1.5rem !important;
    font-weight: normal !important;
    line-height: 0 !important;
    text-shadow: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

    .box_select_btn:hover {
        background: #FFF !important;
        opacity: 0.7;
    }

    .box_select_btn img {
        width: 5px;
        height: 7px;
        margin: 5px 6px;
    }

.box_pdf {
    text-align: center;
    margin-top: 10px;
    height: 33px;
}

.pdf_btn {
    border: 1px solid #de0000 !important;
    background-color: #de0000 !important;
}

    .pdf_btn:hover {
        background: #de0000 !important;
        opacity: 0.8;
    }

.tag1 {
    background-color: #00695c;
    color: #FFF;
}

.tag2 {
    background-color: #42a5f5;
    color: #FFF;
}

.tag3 {
    background-color: #42a5f5;
    color: #FFF;
}

.h2_sub {
    font-size: 13px;
    font-weight: normal;
    color: #999;
    margin-left: 20px;
}

.period_now {
    border: 2px solid #ffe699;
    background-color: #ffe699;
}

.period_over {
    border: 6px solid #ed7d31 !important;
}


/* モーダルCSS */
.request_modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.request_modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    overflow: hidden;
}

.request_modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    background-color: #FFF;
    width: 530px;
    height: 330px;
    padding: 15px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
}

.request_modalClose {
    font-size: 1.4rem;
    line-height: 24px;
    text-align: right;
    background: url("../Content/images/icon_modal_close.png") right center no-repeat;
    color: #383838;
    display: block;
    text-decoration: none;
    padding-right: 30px;
    cursor: pointer;
    float: right;
}

    .request_modalClose:hover {
        opacity: 0.7;
    }

.request_modalTitle {
    font-size: 17px;
    text-align: center;
    padding-bottom: 10px;
    margin: 20px 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    clear: both;
}

.request_modalDate {
    margin-bottom: 5px;
    color: #bbb;
}

.request_modalBody {
    overflow-y: scroll;
    height: 180px;
}

.box_select_btn_disabled {
    opacity: 0;
    pointer-events: none;
}
