@charset "UTF-8";


#simplepagetitle {
    display: none;
}

#contents + .breadcrumb {
    display: none;
}

.u-nt-16 {
    margin-top: 16px;
}

.c-globalNav {
    background-color: #FFF !important;
    border-bottom: 1px solid #C9C9C9;
    position: fixed !important;
}

@media (max-width: 1100px) {
    .c-globalNav {
        display: none;
    }

    .breadcrumb {
        display: block !important;
        position: fixed;
        top: 0;
        z-index: 9;
        background: #fff;
    }
}

@media (max-width: 768px) {
    .c-navButton.c-navButton--breadcrumb .c-navButton__item:first-child {
        display: none;
    }
}

@media (max-width: 640px) {
    .breadcrumb {
        height: 63px;
    }
    .c-navButton.c-navButton--breadcrumb {
        padding: 0;
    }

    .c-navButton.c-navButton--breadcrumb .c-navButton__item {
        width: 100% !important;
    }
    
}

@media print {
    .breadcrumb {
        display: none !important;
    }

    .c-globalNav {
        display: none !important;
    }
    .c-globalNav__box,
    .breadcrumb__inner{
        display: none !important; 
    }

    .c-mv__image {
        display: none !important;
    }
}

.c-globalNav__box,
.breadcrumb__inner{
    flex-direction: row-reverse !important;
}

.c-mv {
    max-width: 1110px !important;
    margin: 0 auto;
}

.c-mv .c-margin-b__inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.c-mv__image {
    background-size: auto !important;
    background-position: right !important;
}

/* .mv {
    width: 100%;
    height:550px;
    background-image: url(../img/result.png);
    background-repeat: no-repeat;
    background-position: right top;
    max-width: 1110px;
    margin: 0 auto;
}

.mv-inner {
    padding:160px 0 96px;
} */

.c-h1-a {
    font-size: 44px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: visible !important;
}

.c-mv__text {
    font-size: 18px;
    margin-top: 30px;
    line-height: 2;
}

.container {
    max-width: 1110px;
    margin: auto;
    padding: 60px 0 120px;
}

@media (max-width: 768px) {
    .c-h1-a {
        white-space: initial;
    }

    .container {
        max-width: 90%;
    }

    .c-mv .c-margin-b__inner {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


/* .clm:nth-child(2) {
    width: calc(100% - 450px);
    height: 530px;
    position: relative;
}

.clm:nth-child(2)::after {
    position: absolute;
    content: "";
    background-image: url(../img/result.png);
    width: 100%;
    height: 100%;
    background-size: ;
    background-position: center;
    background-repeat: no-repeat;
} */

.info {
    width: 100%;
}
.infoTable, .chartTable, .contents, .resultTable {
    width: 100%;
}

.chart {
    margin-top: 50px;
    overflow: scroll;
}

.chartBox {
    position: relative;
    width: 100%;
    max-width: 100%;
}

#myRadarChart {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%); */
    zoom: 1;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    max-height: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #myRadarChart {
        width: 1000px;
        height: 1000px;
    }
}

@media print {
    #myRadarChart {
        width: 1000px;
        height: 1000px;
    }
}

th,td {
    padding: 9px 24px !important;
    text-align: left;
    vertical-align: middle !important;
}

th {
    background: #CF142B !important;
    color: #fff !important;
    font-size: 24px !important;
}

td {
    background: #F6F6F6 !important;
    color: #333 !important;
}

ul {
    padding-left: 0 !important;
}

li {
    list-style: none;
}




.chartDescWrapper {
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
}

.chartDescTitle {
    text-align: center;
    line-height: 38px;
    background-color: #444;
    color:#FFF;
    font-size: 18px;
}

.chartDesc {
    display: flex;
    gap: 20px;
    padding:5px 30px;
}


.chartDescArrow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.cartDescResponse {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 0 !important;
}

.cartDescResponse li {
    margin-top: 0 !important;
}

.arrow {
    width: 100%;
    display: block;
    position: relative;
}


.contents-title {
    font-size: 24px;
    color: #CF142B;
    font-weight: bold;
    padding: 10px;
}

.content-question {
    line-height: 1.5;
}

.result-footer {
    margin-top: 50px;
}

.greeting {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 2; /* 200% */
}

.note {
    margin-top: 50px !important;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.contents .resultTable {
    font-size: 16px;
    line-height: 1.5;
    border-collapse: separate;
    border-spacing: 1px;
}

.resultTable tr:nth-child(n+ 4) th, 
.resultTable tr:nth-child(n+ 4) td {
    background-color: #FEF0F2 !important;
}

.resultTable tr td:nth-child(1) {
    text-align: center;
}

.contents .resultTable ul {
    padding-top: 0 !important;
}

.contents .resultTable ul>li:first-child {
    margin-top: 0 !important;
}

.contents .resultTable ul li{
    list-style-type: disc;
    margin-left: 1.4em;
} 

.contents .resultTable td dl + dl,
.contents .resultTable td ul + dl {
    margin-top: 1em;
}

.contents .resultTable dl dt{
    font-weight: bold;
}

.content-lank {
    width: 180px;
    text-align: center;
}

@media (max-width: 425px) {
    tr {
        display: flex;
        flex-direction: column;
    }

    th,td {
        flex-grow: 1;
    }

    .content-lank {
        width: initial;
    }
}

@media print {
    .container {
        max-width: 100%;
    }

    .c-mv__inner {
        margin-top: 50%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .chartDescTitle {
        color: #333;
        background-color: #fff;
    }

    .contents-title {
        color: #333;
    }


    .chart, ul.contents, li.content, .result-footer {
        page-break-inside: avoid; /* 要素の内部での改ページを避ける */
        overflow: visible !important; /* オーバーフローを可視にする */
    }

    .contents .resultTable, th,td {
        color: #333 !important;
        border: 1px solid #333 !important;
        border-collapse: collapse !important;
        border-spacing: 0 !important;
    }
}