/* chart.js */
.container-fluid {
    max-width: 1346px;
    width: 82.5%;
    margin: 0 auto;

}

.panel-default>.chart-panel {
    background-color: #1268ad;
    color:#fff;
}

.panel-heading h4 {
    font-size: 1.6rem;
    color: #fff;
}

.chart-panel h4 b {
    font-size: 20px;
}

.chart_section {
    display: flex;
    gap: 3px;
}

.chart_section .chart_box {
    flex: 5;
    border: 1px solid #10568f;
    padding: 0px;
    margin: 15px;
    width: 100%;
    height: 490px;
}
.chart_section .category-box {
    flex:3;
    margin-left: 15px;
}
.chart_section .category-box p {
    margin: 25px 0 25px;
    font-size: clamp(16px, 2vw, 24px);
}

.match-company-box {
    width: 90%;
}

.match_item_header {
    margin-bottom: 0;
    background: #5cb3db;
}

.match_item_header h5 {
    font-size: 1.2rem;
    color: #fff;
    padding: 14px;
    margin-bottom: 0px;
}

.match_item_content {
    padding: 20px;
    border: 2px solid #5cb3db;
    position: relative;
}

.match_description figure {
    margin-bottom: 0;
    margin-right: 2%;
    width: 33%;
}
.match_description figure img {
    max-width: 100%;
}

.match_description {
    display: flex;
    flex-wrap: wrap;
}
.match_description_content {
    width: 65%;
}

.match_description_ttl {
    font-size: 1.6rem;
    background: #d6eef2;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.match_description_text {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.company_search_desc dt {
    font-weight: initial;
}

.match_detail_box {
    margin-bottom: 20px;
}

.match_detail_box table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

.match_detail_box th {
    width: 22%;
    text-align: center;
    vertical-align: top;
    line-height: 1.8;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 1.6rem;
}

.match_detail_box td {
    width: 78%;
    line-height: 1.8;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 1.6rem;
}

.job_seeker_section {
    width: 90%;
    margin: 15px;
    border: 1px solid #ddd;
}

.job_seeker_header {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}

span.disabled-link {
    pointer-events: none;
    color: #aaa;
    opacity: 0.6;
    cursor: default;
    padding: 3px 20px;
}

.hanging-indent{
    margin: 0 0 0;
    padding-left: 1em;   /* 全体を右にずらす */
    text-indent: -1em;   /* 1行目だけ左に戻す */
}