/* This is a CSS file */
.table-center {
    text-align: center !important;
}
.none-center {
    display: block;
    width: 100%;
    text-align:center;
}
.point-box {
    float: left;
    width: 20%;
    background-color: #fff;
    border-right: 1px solid #ddd;
}
.point-box li {
    display: block;
    height: 28px;
    text-align: center;
    padding: 3px;
}
.point-box li:first-child {
    font-size: 1.2rem;
    line-height: 2em;
}
.point-box li img {
    width: 80%;
}
.yes-line {
    background-color: #ffdce6;
    color: #ff2257;
    line-height: 1.6em;
}
.question-line {
    background-color: #deffdc;
    color: #06d800;
    line-height: 1.6em;
}
.no-line {
    background-color: #fff;
    color: #000;
    line-height: 1.6em;
}
.total-line {
    background-color: #ededed;
    color: #000;
    font-weight: bold;
    line-height: 1.6em;
}

.result-final {
    width: 80%;
}


/**
 * 追加
 **/
.df-btn {
    width: 100%;
    padding: 5px 0;
    border: 0;
    border-radius: 4px;
    color: #fff;
    white-space: nowrap;
    font-size: 0.8rem;
}
.no-1 {
    background-color: #00AE6F;
}
.no-2 {
    background-color: #EC75A2;
}
.no-3 {
    background-color: #00B9E7;
}
.no-4 {
    background-color: #F39800;
}
.no-5 {
    background-color: #947EB8;
}
.no-6 {
    background-color: #78BD36;
}
.no-7 {
    background-color: #0071BE;
}
.cs-block1 table thead tr th:nth-of-type(1) {
    width: 5%;
}
.cs-block1 table thead tr th:nth-of-type(2) {
    width: 5%;
}
.cs-block1 table thead tr th:nth-of-type(3) {
    width: 35%;
    padding: 5px 0;
}
.cs-block1 table thead tr th:nth-of-type(4) {
    width: 4%;
}
.cs-block1 table thead tr th:nth-of-type(5) {
    width: 4%;
}
.cs-block1 table thead tr th:nth-of-type(6) {
    width: 4%;
}
.cs-block1 table thead tr th:nth-of-type(7) {
    width: 28%;
}
.cs-block1 table thead tr th:nth-of-type(8) {
    width: 15%;
}
.cs-block1 table tbody tr td:nth-of-type(2) {
    text-align: left;
}
.cs-block1 table tbody tr:first-child td:nth-of-type(2) {
    text-align: center;
}
.cs-block1 table tbody tr.border-dot-bottom + tr td:nth-of-type(2) {
    text-align: center;
}
.cs-block1 table tr td:nth-last-child(1) {
    padding: 3px;
}
