.question-container {
    margin-bottom: 120px;
    width: 100%;
    border: 3px solid #e4f3f4;
    border-radius: 20px;
    padding: 80px 50px;
    position: relative;
}

.question-title {
    line-height: 1.6;
    font-size: 2.6rem;
    background-color: white;
    padding: 0px 10px;
    position: absolute;
    top: -14px;
    left: 20px;
}

.question-options {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

.question-options > a {
    width: 30%;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    padding: 30px 15px;
    border: solid 3px #dddddd;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

.question-options_checkbox {
    display: flex;
    flex-direction: column;
    font-size: 2.2rem;
    padding: 20px 10px 30px 10px;
    gap: 20px;
}

.question-next-button {
    font-size: 2rem;
    display: block;
    margin-left: 10px;
    border: 1px solid #333333;
    border-radius: 8px;
    padding: 5px;
    width: 70px;
}

.text-center {
    text-align: center;
}

.wrapper_02 > div > a {
    font-size: 1.8rem;
}

.total.c_red.total_amount {
    margin-bottom: 10px;
}

.total_caution {
    text-align: center;
    margin-bottom: 40px;
}

.table_option.check-result > tbody td {
    white-space: wrap;
}

.result .table_option.check-result td:nth-of-type(3) {
    width: 40%;
}

@media screen and (max-width: 879px) {
    .question-options > a {
        width: 40%;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .result {
        .option {
            .link {
                flex-direction: column;
                & a {
                    width: fit-content;
                    margin: 10px auto;
                }
            }
        }
    }
}

@media screen and (max-width: 599px) {
    .question-options > a {
        width: 100%;
    }

    .question-title {
        font-size: 2rem;
    }

    .question-container {
        padding: 50px 20px;
    }

    .question-options_checkbox {
        font-size: 1.8rem;
        gap: 20px;
    }

    #health_check {
        .page_wrapper {
            article {
                padding: 50px 20px !important;
            }
        }
    }

    .result {
        .contact {
            padding: 0px;
            flex-direction: column;
            div {
                flex-direction: column;
                text-align: center;
                & a {
                    font-size: 2rem;
                    margin-right: 0px;
                    margin-bottom: 20px;
                    span {
                        font-size: 1.8rem;
                    }
                }
            }
        }
        .option {
            .link {
                flex-direction: column;
                & a {
                    width: fit-content;
                    margin: 10px auto;
                }
            }
        }
    }

    .result {
        h3 {
            font-size: 2.6rem !important;
            top: -16px !important;
            text-wrap: nowrap;
        }
    }
	
	.course_font {
		font-size:12px;
	}
	
	.result .table_option.check-result th:nth-of-type(3) {
    display: block;
    width: 420px;
	}
	
	.result .table_result th {
		white-space: normal;
		width: 50%;
	}
	
	.result .table_result td {
		padding: 15px;
	}
}

.dispaly_none {
	display: none;
}

.wrap_table_option {
	overflow-x: scroll;
}