@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
.qa-area {
	border-radius: 10px;
	text-align: center;
}
.question {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin: 1vw;
}
#yes {
	background: #e65100;
	transition: 0.2s;
}
#yes:hover {
	background: #ff6919;
}
#no {
	background: #1262b2;

	transition: 0.2s;
}
#no:hover {
	background: #06488a;
}
#start {
	background: #1262b2;
	transition: 0.2s;
}

#start:hover {
	background: #2175ca;
}
.anser__button {
	display: block;
	font: 400 24px sans-serif;
	padding: 10px;
	margin: 20px;
	border-radius: 100vh;
	height: 100px;
	width: 100px;
	color: white;
	border: none;
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.1);

	transition: 0.2s;
}

#restart {
	padding: 0 30px 0 30px;
	border-radius: 10px;
	background-color: #deeeff;
	border-radius: 100vh;
	align-items: center;
	cursor: pointer;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN",
		"Hiragino Kaku Gothic ProN", "HGゴシックE", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic",
		sans-serif;
	line-height: 1.5;
	width: fit-content;
	padding: 20px 50px;
	white-space: nowrap;
	margin: 30px auto 0;

	box-shadow: 2px 3px 6px 0px rgba(177, 180, 184, 0.1);

	transition: 0.2s;
}
#restart:hover {
	background-color: #b6d7ff;
}

.class-1k {
	padding: 0 30px 0 30px;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.1);
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	display: flex;
	position: relative;
	cursor: pointer;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN",
		"Hiragino Kaku Gothic ProN", "HGゴシックE", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic",
		sans-serif;
	line-height: 1.5;
	width: 50%;
	padding: 20px;
	margin: 30px auto 0;
	justify-content: flex-start;

	color: black;
}
.class-1k::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	right: 0px;
	width: 20px;
	height: 20px;
	background: url(../img/arrow_sq_next_bk.svg) no-repeat 100% 50%;
	background-size: 20px 20px;
}

.table_area {
	margin: 40px 0;
}
table {
	width: 100%;
}
th {
	background: #1262b2;
	color: white;
	border: 1px solid rgb(202, 202, 202);
	padding: 15px;
	text-align: center;
}
td {
	border: 1px solid rgb(202, 202, 202);
	padding: 15px;
	text-align: center;
	color: #1262b2;
	background: white;
}

a {
	color: black;
}
a p {
	text-decoration: none;
}

.btn_detail_xs {
	width: clamp(100px, 100%, 450px);
	margin: 30px auto;
}

#k1,
#k2,
#k1recommendcource {
	scroll-margin-top: 100px;
}
.navBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;
	margin-top: 16px;
	margin-bottom: 32px;
}
.k1Btn,
.k2Btn,
.k1recommendcource,
.k2recommendcource {
	flex: 1;
}
.k2recommendcource {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.class-1k {
		width: 100%;
	}
	.newimg {
		display: block;
		width: 100%;
		margin: 20px auto 0;
	}
	.btn_detail_xs {
		width: 100%;
		margin: auto;
	}
	.anser {
		display: flex;

		justify-content: center;
	}
	.anser__button {
		font: 400 16px sans-serif;
		padding: 5px;
		margin: 10px;
		height: 80px;
		width: 80px;
	}

	.navBtn {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		flex-direction: column;
		gap: 8px;
		margin-top: 16px;
		margin-bottom: 32px;
	}

	.k1Btn,
	.k2Btn,
	.k1recommendcource,
	.k2recommendcource {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px;
		flex: 1;
		font-size: 15px;
		border-radius: 100vh;
	}
}
