@charset "utf-8";
/* CSS Document */
.txtarea{
	width: 100%;
	line-height: 1.4;
	margin-bottom: 10px;
}

.page_index .step.step1,
.page_index .step.step2{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
	height: calc(100vh - 280px);
}
.page_index .step.step2,
.page_index .buttonarea .step2{
	display: none;
}
.page_index .selects{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 0;
}
.page_index .selects label{
	width: 49%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 1.1em;
    letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
}
.page_index .selects input{
	display: none;
}
.page_index .answer_1-1{
	background: #f19706;
}
.page_index .answer_1-2{
	background: #1aab3b;
}
.page_index .answer_1-3{
	background: #3f5ad5;
}
.page_index .answer_1-4{
	background: #888;
}
.page_index .answer_2-1,
.page_index .answer_2-2{
	background: #888;
	font-size: 2em!important;
}

.page_result .result-content{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: calc(100vh - 280px);
}
.page_result table{
	text-align: left;
	width: 100%;
	/* font-size: 0.8em; */
	line-height: 1;
}
.page_result table th{
	font-size: 0.65em;
	background: #00243F !important;
    color: #fff;
}
.page_result table th,
.page_result table td{
	padding: 8px 15px;
	background: #eee;
	letter-spacing: 0.05em;
}
.page_result table th:nth-child(3),
.page_result table th:nth-child(4){
	text-align: center;
}
.page_result table td.answer_itemtotal,
.page_result table td.answer_total{
	letter-spacing: normal;
	text-align: center;
}
.page_result table td.answer_total{
	font-size: 1.3em;
}
.page_result table td{
	font-size: 0.9em;
}
.page_result table th:nth-child(1){
	width: 400px;
}
.page_result table th:nth-child(2){
	width: 300px;
}
.page_result table tr:nth-child(2) td,
.page_result table tr:nth-child(3) td{
	background: #eee;
}
.page_result table tr:nth-child(4) td,
.page_result table tr:nth-child(5) td{
	background: #ccc;
}
.page_result table tr:nth-child(6) td,
.page_result table tr:nth-child(7) td{
	background: #eee;
}
.page_result table tr:nth-child(8) td,
.page_result table tr:nth-child(9) td{
	background: #ccc;
}
.page_result .result-total{
	text-align: right;
	width: 100%;
	font-size: 0.6em;
}