@charset "UTF-8";
#page {
    background: #F3F3F3;
}
#wrapper {
    margin: 20px 0 0;
}
.content {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.35);
    margin: 0 30px 30px 10px;
    padding: 25px;
    width: 65%;
}
.aside {
    font-family: "Yu Mincho";
    font-size: 12px;
    height: 1000px;
    line-height: 16px;
    width: 330px;
}
.content,
.aside {
    float: left;
    vertical-align: top;
}
.aside .aside_image {
    background-image: url('../../img/user/order_aside.png');
    background-size: cover;
}
.aside .aside_image p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    padding: 50px 0;
    text-align: center;
}
.aside .aside_content {
    background: linear-gradient(150deg, #4f7492 0%, #0c2442 50%);
    padding: 40px 15px 20px;
}
.aside .aside_content .aside_title {
    color: #d5b783;
    font-size: 18px;
    line-height: 24px;
}
.aside .aside_content .aside_body {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.aside .aside_content hr {
    margin: 20px 0;
}
.title,
.client_logo {
    vertical-align: top;
}
table.order_head {
    margin-bottom: 20px;
    width: 100%;
}
table.order_head td {
    vertical-align: top;
}
.client_logo {
    width: 100px;
}
.client_logo img {
    border: 1px solid #EFEFEF;
    margin-right: 10px;
    max-width: 100px;
}
.client_logo_smp {
    display: none;
}
.title h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}
.client_name {
    font-size: 14px;
}
.client_name a {
    color: #0c51c5;
}
.management_number {
    font-size: 14px;
    float: right;
    margin-bottom: 10px;
}
.detail {
    font-size: 12px;
}
.detail table {
    margin-bottom: 20px;
    width: 100%;
}
.detail table td {
    border-bottom: 1px dotted #cecece;
    line-height: 16px;
    padding: 10px;
}
.detail table td:nth-child(1),
.detail table td:nth-child(2) {
    border-top: 1px dotted #cecece;
}
.detail table td.item {
    background: #f0f0f0;
    color: #000;
    padding-left: 20px;
    width: 150px;
}
.detail table td span.income {
    color: #cdab79;
    font-size: 24px;
    font-weight: bold;
}
.detail table td li.programming_language,
.detail table td li.software {
    border: 1px solid #202020;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
}
.detail table td li.engineer_skill,
.detail table td li.engineer_scope {
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.detail table td li.kodawari {
    background: #d6e1eb;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
}
.button_box {
    margin: 30px auto 0;
    text-align: center;
}
.button_box a {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
    padding: 15px 20px;
    text-align: center;
    width: 120px;
}
.button_box a.stock {
    background: #fff;
    border: 1px solid #a0a0a0;
}
.button_box a.stock_del {
    background: #ebebeb;
    border: 1px solid #ebebeb;
}
.button_box a.entry {
    background-image: linear-gradient(150deg, #d5b783 0%, #9f7547 50%);
    border: 1px solid #cdab79;
    color: #fff;
    font-size: 16px;
}
.button_box a.is_already_entry {
    background: #999;
    border: 1px solid #999;
    color: #fff;
    cursor: default;
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    .main {
        width: auto;
    }
    .content,
    .aside {
        float: none;
        margin: 0 auto 30px;
        width: 90%;
    }
    .aside {
        height: auto;
        margin: 20px auto;
        width: auto;
    }
}
@media screen and (max-width: 768px) {
    .content {
        margin: 0 auto;
        padding: 10px;
        width: 95%;
    }
    table.order_head {
        margin: 0;
    }
    table.order_head .title h1 {
        font-size: 14px;
    }
    table.order_head .client_logo {
        display: none;
    }
    table.order_head .client_logo_smp {
        width: 50px;
    }
    table.order_head .client_logo_smp img {
        border: 1px solid #EFEFEF;
        margin-right: 10px;
        max-width: 50px;
    }
    table.order_head .client_logo_smp,
    table.order_head .client_name {
        display: inline-block;
    }
    table.order_head .client_name {
        height: 50px;
        margin-left: 10px;
        vertical-align: middle;
    }
    .management_number {
        font-size: 12px;
    }
    .detail table td.item {
        padding-left: 10px;
        width: 30%;
    }
    .button_box {
        margin: 10px auto;
    }
    .button_box a {
        font-size: 14px;
        margin: 0 5px;
        padding: 15px 10px;
        width: 120px;
    }
    .aside {
        width: auto;
    }
}
