body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.l-container {
	background-color: #fff;
	padding-bottom: 4.375rem;
	padding-left: 4.375rem;
	padding-right: 4.375rem;
	padding-top: 1.875rem;
}

.l-header {
	position: relative;
	z-index: 900;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-main {
	background-color: #eaecf0;
}

.l-section {
	padding: 1.875rem 0 4.375rem;
}

.c-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 31.25rem;
}

.c-button__text {
	background: linear-gradient(to bottom, #b70000, #7e0000);
	border: none;
	border-radius: calc(infinity * 1px);
	color: #fff;
	cursor: pointer;
	font-size: 2.5rem;
	font-weight: 700;
	padding-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.9375rem;
	transition: all 0.3s;
	width: 100%;
}

.c-button2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 11.25rem;
}

.c-button2__text {
	background: linear-gradient(to bottom, #026db7, #00164f);
	border: none;
	border-radius: calc(infinity * 1px);
	color: #fff;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 1.0625rem;
	padding-left: 2.3125rem;
	padding-right: 2.3125rem;
	padding-top: 1.0625rem;
	transition: all 0.3s;
	width: 100%;
}

.c-checkbox {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
}

.c-checkbox__input {
	cursor: pointer;
	height: 1rem;
	width: 1rem;
}

.c-checkbox__label {
	color: #373737;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 400;
}

.c-clear-button {
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	color: #666;
	cursor: pointer;
	font-size: 0.875rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	transition: all 0.2s;
}

.c-clear-button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.c-heading {
	border-bottom: 1px solid #00164f;
	color: #00164f;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 1rem;
}

.c-headline {
	border-bottom: 1px solid #eaecf0;
	color: #373737;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2222222222;
	padding-bottom: 0.75rem;
}

.c-information {
	background-color: #eaecf0;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.25rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-top: 1.25rem;
}

.c-infotmation__information-group {
	display: flex;
	gap: 1rem;
}

.c-infotmation__history,
.c-infotmation__previous-date,
.c-infotmation__source,
.c-infotmation__category {
	color: #7f8081;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5714285714;
}

.c-infotmation__source-value {
	color: #00164f;
}

.c-radio-toggle {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	padding-bottom: 0.625rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.625rem;
}

.c-radio-toggle__label {
	color: #373737;
	cursor: pointer;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 400;
}

.c-radio-toggle__input {
	display: none;
}

.c-radio-toggle__switch {
	background-color: #ccc;
	border-radius: 0.875rem;
	cursor: pointer;
	height: 1.75rem;
	position: relative;
	transition: background-color 0.3s;
	width: 3.125rem;
}

.c-radio-toggle__switch::after {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
	content: "";
	height: 1.5rem;
	left: 0.125rem;
	position: absolute;
	top: 0.125rem;
	transition: transform 0.3s;
	width: 1.5rem;
}

.c-radio-toggle__switch.is-active {
	background-color: #4CAF50;
}

.c-radio-toggle__switch.is-active::after {
	transform: translateX(1.375rem);
}

.c-radio-toggle:has(.c-radio-toggle__input:disabled) .c-radio-toggle__switch,
.c-radio-toggle:has(.c-radio-toggle__input:disabled) .c-radio-toggle__label {
	cursor: not-allowed;
	opacity: 0.55;
	pointer-events: none;
}

.c-radio-toggle--question-type-locked .c-radio-toggle__switch,
.c-radio-toggle--question-type-locked .c-radio-toggle__label {
	cursor: default;
	pointer-events: none;
}

.c-section-title {
	background-color: #00164f;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 0.875rem;
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
	padding-top: 0.6875rem;
}

.c-status {
	text-align: right;
}

.c-status__text {
	color: #b50000;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8333333333;
}

.c-tab {
	border-bottom: 0.125rem solid #e0e0e0;
	display: none;
}

.c-tab__button {
	background-color: #f5f5f5;
	border: none;
	color: #373737;
	cursor: pointer;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.9375rem;
	text-align: center;
	transition: all 0.3s;
}

.c-tab__button:hover {
	opacity: 0.8;
}

.c-tab__button.is-active {
	background-color: #fff;
	border-bottom: 0.1875rem solid #c00;
	color: #001f3f;
}

.c-tab__content {
	display: none;
}

.c-tab__content.is-active {
	display: block;
}

.p-header {
	background-color: var(--kakomon-exam-color, #00164f);
}

.p-header__inner.l-inner {
	padding-top: 3.5625rem;
}

.p-header__logo {
	max-width: 35.25rem;
}

.p-header__title {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 0.75rem;
	line-height: 1.3;
	text-decoration: none;
}

.p-header__title-logo {
	flex-shrink: 0;
	height: auto;
	max-height: 3.5rem;
	width: auto;
}

.p-header__title-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.p-header__title-exam {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}

.p-header__title-sub {
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
}

.p-header__nav {
	margin-top: 1.875rem;
	width: 100%;
}

.p-header__nav-list {
	grid-column-gap: 0.625rem;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	justify-content: center;
}

.p-header__nav-item a {
	background-color: #c6cee5;
	color: #00164f;
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 100%;
	padding-bottom: 1.875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1.875rem;
	text-align: center;
}

.p-header__nav-item.is-active a {
	background-color: #eaecf0;
}

.p-header__sp-buttons {
	display: none;
}

.p-header__login-sp {
	height: inherit;
}

.p-header__login-sp a {
	align-content: center;
	background-color: #c6b600;
	display: grid;
	height: inherit;
	justify-content: center;
	place-content: center;
	width: 2.8125rem;
}

.p-header__login-sp svg {
	color: #fff;
	height: 1.625rem;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0.1875rem;
	width: 1.625rem;
}

.p-header__login-sp span {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 400;
}

.p-header__hamburger {
	background-color: #090c14;
	height: inherit;
	position: relative;
	width: 2.8125rem;
	z-index: 999;
}

.p-header__hamburger.is-open {
	background-color: transparent;
}

.p-header__hamburger span:not(.p-header__hamburger-text) {
	background-color: #fff;
	display: block;
	height: 0.125rem;
	left: 50%;
	position: relative;
	transition: 0.5s;
	translate: -50% 0;
	width: 1.625rem;
}

.p-header__hamburger span:not(.p-header__hamburger-text):nth-of-type(2) {
	top: 0.25rem;
}

.p-header__hamburger span:not(.p-header__hamburger-text):nth-of-type(3) {
	top: 0.5rem;
}

.p-header__hamburger.is-open span:not(.p-header__hamburger-text):nth-of-type(1) {
	rotate: 35deg;
	translate: -50% 0.375rem;
}

.p-header__hamburger.is-open span:not(.p-header__hamburger-text):nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:not(.p-header__hamburger-text):nth-of-type(3) {
	rotate: -35deg;
	translate: -50% -0.375rem;
}

.p-header__hamburger-text {
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 400;
	translate: 0 0.375rem;
}

.p-header__drawer {
	display: none;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

.p-header__drawer-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
}

.p-header__drawer-item a {
	background-color: #c6cee5;
	border-radius: 0.25rem;
	color: #00164f;
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	padding-bottom: 1.125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.125rem;
	text-align: center;
	transition: background-color 0.3s ease;
}

.p-header__drawer-item.is-active a {
	background-color: #eaecf0;
	color: #00164f;
}

.p-qa__infomation {
	margin-top: 0.625rem;
}

.p-qa__status {
	margin-top: 0.5rem;
}

.p-qa__question-heading {
	margin-top: 0.75rem;
}

.p-qa__question-heading table,
.p-qa__box-text table,
.p-qa__advice-content table,
.p-qa__answer-item table {
	background-color: #fff;
	border: 1px solid #7f7f80;
	border-collapse: collapse;
	margin-block: 1rem;
	margin-inline: auto;
	max-width: 100%;
}

.p-qa__question-heading td,
.p-qa__question-heading th,
.p-qa__box-text td,
.p-qa__box-text th,
.p-qa__advice-content td,
.p-qa__advice-content th,
.p-qa__answer-item td,
.p-qa__answer-item th {
	border: 1px solid #7f7f80;
	line-height: 1.5;
	padding: 0.625rem 1rem;
	vertical-align: middle;
}

.p-qa__question-heading th,
.p-qa__box-text th,
.p-qa__advice-content th,
.p-qa__answer-item th {
	background-color: #eaecf0;
	font-weight: 700;
}

.p-qa__question-heading {
	white-space: pre-line;
}

.p-qa__question-heading ul,
.p-qa__question-heading ol,
.p-qa__box-text ul,
.p-qa__box-text ol,
.p-qa__advice-content ul,
.p-qa__advice-content ol,
.p-qa__answer-item ul,
.p-qa__answer-item ol {
	list-style-position: outside;
	margin-block: 0.5rem;
	padding-left: 1.5rem;
}

.p-qa__question-heading ul,
.p-qa__box-text ul,
.p-qa__advice-content ul,
.p-qa__answer-item ul {
	list-style-type: disc;
}

.p-qa__question-heading ol,
.p-qa__box-text ol,
.p-qa__advice-content ol,
.p-qa__answer-item ol {
	list-style-type: decimal;
}

.p-qa__question-heading li + li,
.p-qa__box-text li + li,
.p-qa__advice-content li + li,
.p-qa__answer-item li + li {
	margin-top: 0.25rem;
}

.p-qa__question-heading td > ul:only-child,
.p-qa__question-heading th > ul:only-child,
.p-qa__box-text td > ul:only-child,
.p-qa__box-text th > ul:only-child,
.p-qa__advice-content td > ul:only-child,
.p-qa__advice-content th > ul:only-child,
.p-qa__answer-item td > ul:only-child,
.p-qa__answer-item th > ul:only-child {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}

.p-qa__question-heading hr,
.p-qa__box-text hr,
.p-qa__advice-content hr,
.p-qa__answer-item hr {
	border: none;
	border-top: 1px solid #7f7f80;
	margin-block: 0.5rem;
}

.p-qa__answer-list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	margin-top: 1.875rem;
	position: relative;
	z-index: 1;
}

.p-qa__answer-list::before {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	z-index: -1;
}

.p-qa__answer-list.p-qa__answer-list--incorrect::before {
	aspect-ratio: 304/486;
	background: url(../images/common/incorrect.png) no-repeat center center/contain;
	width: 19rem;
}

.p-qa__answer-list.p-qa__answer-list--correct::before {
	aspect-ratio: 1;
	background: url(../images/common/correct.png) no-repeat center center/contain;
	width: 15.625rem;
}

.p-qa__answer-item {
	color: #373737;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-left: 2em;
	text-indent: -2.2em;
}

.p-qa__answer-item--your-answer {
	color: #b50000;
}

.p-qa__answer-item--correct {
	color: #007b54;
}

.p-qa__your-answer,
.p-qa__correct-answer,
.p-qa__correct {
	display: block;
	font-weight: 900;
	margin-top: 0.25rem;
}

.p-qa__form-items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 37.5rem;
}

.p-qa__form-item {
	flex: 1;
	min-width: 3.75rem;
}

.p-qa__form-label {
	align-items: center;
	background-color: #2860aa;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0 0 #13294a;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	min-height: 3rem;
	padding: 1.125rem 1rem;
	position: relative;
	transition: background-color 0.2s, box-shadow 0.2s, translate 0.2s;
}

.p-qa__form-label:has(.p-qa__form-input:checked) {
	background-color: #13294a;
	box-shadow: none;
	translate: 0 0.25rem;
}

.p-qa__form-input {
	clip: rect(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.p-qa__form-text {
	pointer-events: none;
}

.p-qa__form-checkbox.c-checkbox {
	justify-content: flex-end;
}

.p-qa__form-checkbox.c-checkbox .c-checkbox__label {
	color: #00164f;
}

.p-qa__navigation {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.p-qa__nav-button {
	background: linear-gradient(to bottom, #fff, #eaecf0);
	border: none;
	border: 1px solid #00164f;
	border-radius: calc(infinity * 1px);
	color: #00164f;
	cursor: pointer;
	flex: 1;
	font-size: 1rem;
	font-weight: 700;
	max-width: 11.25rem;
	min-width: 9.375rem;
	overflow: hidden;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	position: relative;
	text-align: center;
	transition: all 0.3s;
}

.p-qa__nav-button::before {
	background: linear-gradient(to bottom, #eaecf0, #fff);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: 0;
}

.p-qa__nav-button--prev {
	order: 1;
}

.p-qa__nav-button--prev .p-qa__nav-button-text::before {
	content: "◀ ";
}

.p-qa__nav-button--next {
	order: 3;
}

.p-qa__nav-button--next .p-qa__nav-button-text::after {
	content: " ▶";
}

.p-qa__nav-button-text {
	display: block;
	position: relative;
	z-index: 1;
}

.p-qa__nav-button-text-pc {
	display: inline-block;
}

.p-qa__nav-link {
	-webkit-text-decoration: underline;
	color: #00164f;
	font-size: 1rem;
	font-weight: 400;
	order: 2;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	text-align: center;
	text-decoration: underline;
	transition: color 0.3s;
}

.p-qa__nav-link-text {
	display: block;
}

.p-qa__box-container {
	margin-bottom: 1.875rem;
	margin-top: 3.125rem;
}

.p-qa__box {
	background-color: #ecf1fc;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 3.125rem;
	position: relative;
}

.p-qa__box-label {
	align-items: center;
	background-color: #00164f;
	display: flex;
	gap: 0.375rem;
	left: 0;
	padding-bottom: 0.5rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 0.4375rem;
	position: absolute;
	top: 0;
}

.p-qa__box-label-icon {
	align-items: center;
	aspect-ratio: 1;
	color: #fff;
	display: flex;
	justify-content: center;
	translate: 0 0.0625rem;
	width: 1.25rem;
}

.p-qa__box-label-text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-qa__box.p-qa__box--memo {
	background-color: #fff;
	border: 1px solid #7f7f80;
}

.p-qa__memo-after-answer {
	margin-top: 1.25rem;
}

/* 問題集：メモ入力（exam / result で共通クラス） */
.p-qa__memo-textarea {
	background-color: #fff;
	box-sizing: border-box;
	color: #373737;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	min-height: 13.5rem;
	padding: 0.875rem 1rem;
	width: 100%;
	border: 1px solid #7f7f80;
	border-radius: 0.375rem;
}

.p-qa__box.p-qa__box--examples {
	background-color: #fff;
	border: 1px solid #c6b600;
}

.p-qa__box.p-qa__box--examples .p-qa__box-label {
	background-color: #c6b600;
	color: #373737;
}

.p-qa__box.p-qa__box--examples .p-qa__box-label-icon {
	color: #fff;
	width: 1.5rem;
}

.p-qa__box.p-qa__box--advice {
	background-color: #fff;
	border: 0.1875rem solid #e2d76b;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 3rem;
}

.p-qa__box.p-qa__box--advice .p-qa__box-label {
	background-color: #c6b600;
	padding-bottom: 0.4375rem;
	padding-left: 0.75rem;
	padding-right: 1.125rem;
	padding-top: 0.375rem;
}

.p-qa__box.p-qa__box--advice .p-qa__box-label-icon {
	width: 1.125rem;
}

.p-qa__box.p-qa__box--advice .p-qa__box-label-text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-qa__advice-content {
	letter-spacing: 0.04em;
	line-height: 1.85;
	white-space: normal;
}

.p-qa__advice-content h3 {
	color: #c6b600;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}

.p-qa__advice-content p {
	font-size: 0.9375rem;
	line-height: 1.85;
	margin: 0 0 1em;
}

.p-qa__advice-content p:last-child {
	margin-bottom: 0;
}

.p-qa__advice-content br {
	display: block;
	margin-bottom: 0.5em;
}

.p-qa__advice-content hr {
	margin-block: 1.25em;
}

.p-qa__advice-content * + h3 {
	margin-top: 0.875rem;
}

.p-qa__advice-content strong {
	font-weight: 900;
}

.p-qa__box.p-qa__box--reference .p-qa__box-label-icon svg {
	height: 100%;
	width: 100%;
}

.p-qa__reference-link {
	color: #2860aa;
	text-decoration: underline;
	word-break: break-all;
}

.p-qa__reference-link:hover {
	color: #00164f;
}

.p-qa__box + .p-qa__box {
	margin-top: 1.25rem;
}

.p-qa__box-text {
	color: #373737;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.p-qa__box--commentary .p-qa__box-text {
	line-height: 1.85;
	white-space: normal;
}

.p-qa__box--commentary .p-qa__box-text p {
	line-height: 1.85;
	margin: 0 0 1em;
}

.p-qa__box--commentary .p-qa__box-text p:last-child {
	margin-bottom: 0;
}

.p-qa__box--commentary .p-qa__box-text br {
	display: block;
	margin-bottom: 0.5em;
}

.p-qa__box--commentary .p-qa__box-text hr {
	margin-block: 1.25em;
}

.p-qa__examples-list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
}

.p-qa__example-heading {
	color: #c6b600;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.p-record__items {
	-moz-column-gap: 3.75rem;
	column-gap: 3.75rem;
	display: flex;
	margin-top: 2.125rem;
}

.p-record__item {
	width: 50%;
}

.p-record__achievement-rate {
	background-color: #eaecf0;
	display: flex;
	margin-top: 2.5rem;
	padding: 0.625rem 0.5rem;
}

.p-record__achievement-rate-heading {
	align-content: center;
	color: #00164f;
	display: grid;
	flex: 0 0 6.625rem;
	font-size: 1.125rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	place-content: center;
}

.p-record__achievement-percentage-box {
	background-color: #fff;
	flex: 1 0 0;
	padding: 0.625rem;
}

.p-record__achievement-percentage {
	color: #00164f;
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: right;
}

.p-record__result-list {
	grid-row-gap: 0.3125rem;
	display: grid;
	margin-top: 0.625rem;
	row-gap: 0.3125rem;
}

.p-record__result-item {
	align-items: center;
	display: grid;
	grid-template-columns: 3.75rem 1fr 3.75rem;
}

.p-record__result-number {
	align-content: center;
	border: 1px solid #373737;
	display: grid;
	height: 100%;
	justify-content: center;
	padding-bottom: 0.5625rem;
	padding-top: 0.5rem;
	place-content: center;
}

.p-record__result-number-value,
.p-record__result-title-link {
	color: #373737;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4666666667;
}

.p-record__result-number-value {
	display: block;
	text-align: center;
}

.p-record__result-title {
	border: 1px solid #373737;
	border-left: none;
	padding-bottom: 0.5625rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
}

.p-record__result-title-link {
	-moz-column-gap: 0.25rem;
	align-items: center;
	column-gap: 0.25rem;
	display: flex;
}

.p-record__result-title-link i {
	font-size: 1.25rem;
}

.p-record__result-correctness {
	align-content: center;
	background-color: #fff;
	border: 1px solid #373737;
	border-left: none;
	display: grid;
	height: 100%;
	justify-content: center;
	place-content: center;
}

.p-record__result-correctness {
	background-color: #fff;
}

.p-record__result-correctness-value {
	color: #007b54;
	font-size: 1.5625rem;
	font-weight: 900;
}

.p-record__result-item.is-incorrect .p-record__result-number-value,
.p-record__result-item.is-incorrect .p-record__result-title-link {
	color: #b50000;
}

.p-record__result-item.is-incorrect .p-record__result-title-link i {
	color: #373737;
}

.p-record__result-item.is-incorrect .p-record__result-correctness {
	background-color: #b50000;
}

.p-record__result-item.is-incorrect .p-record__result-correctness-value {
	color: #fff;
}

/* 問題集: リダイレクト時のエラー・注意メッセージ */
.p-kakomon-alert {
	border-radius: 0.5rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	padding: 0.875rem 1rem;
}

.p-kakomon-alert--error {
	background-color: #fdecea;
	border: 1px solid #e8a29a;
	color: #6b1c12;
}

.p-setting__tabs {
	border: 1px solid #373737;
	border-bottom: none;
	display: flex;
	margin-top: 1.875rem;
}

.p-setting__form {
	margin-top: 0;
}

.p-setting__tab-content {
	display: none;
}

.p-setting__tab-content.is-active {
	display: block;
}

.p-setting__tab-content + .p-setting__tab-content {
	margin-top: 0;
}

.p-setting__section {
	border: 1px solid #373737;
	border-top: none;
	padding: 1.25rem;
}

.p-setting__section-title.c-heading {
	display: none;
}

.p-setting__all-check {
	align-items: center;
	background-color: #f0f0f0;
	border-radius: 0.25rem;
	display: flex;
	margin-top: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-setting__category-groups {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 1.25rem;
}

.p-setting__category-group + .p-setting__category-group {
	margin-top: 1.25rem;
}

.p-setting__category-parent-checkbox {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0.625rem;
	padding-bottom: 0.5rem;
}

.p-setting__category-parent-checkbox .c-checkbox__label {
	color: #333;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
}

.p-setting__category-group:first-child .p-setting__category-parent-checkbox {
	margin-top: 0;
}

.p-setting__category-group .p-setting__checkbox-grid {
	margin-top: 0;
}

/* 分野: 子カテゴリは親より一段軽い見た目＋グリッドをまとめて表示 */
.p-setting__category-group > .p-setting__checkbox-grid {
	background-color: #f5f5f5;
	border-left: 3px solid rgba(0, 22, 79, 0.2);
	border-radius: 0.25rem;
	padding: 0.75rem 0.875rem 0.875rem 1rem;
}

.p-setting__category-group > .p-setting__checkbox-grid .c-checkbox__label {
	color: #555;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.45;
}

.p-setting__checkbox-grid {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.25rem;
}

.p-setting__option-section {
	margin-top: 3.75rem;
}

.p-setting__options {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-setting__toggle-options {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.p-setting__submit {
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.u-base01 {
	font-size: prem(16);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

@media (any-hover: hover) {

.c-button__text:hover {
	background: linear-gradient(to bottom, #e00, #a00);
}

.c-button2__text:hover {
	background: linear-gradient(to bottom, #027db7, #00164f);
}

.c-clear-button:hover:not(:disabled) {
	background: #f5f5f5;
	border-color: #999;
	color: #333;
}

.p-header__nav-item a:hover {
	background-color: #eaecf0;
}

.p-qa__form-label:hover {
	background-color: #13294a;
}

.p-qa__nav-button:hover::before {
	opacity: 1;
}

.p-qa__nav-link:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.p-record__result-title-link:hover .p-record__result-title-text {
	-webkit-text-decoration: underline;
	color: currentColor;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.125rem;
	word-break: break-word;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-container {
	padding-left: 0;
	padding-right: 0;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-main {
	background-color: #fff;
}

.l-section {
	padding: 1.25rem 0 1.875rem;
}

.l-section.l-section--large {
	padding-top: 3.75rem;
}

.c-button {
	margin-top: 1.25rem;
	max-width: 21.875rem;
}

.c-button__text {
	font-size: 1.125rem;
	padding-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.9375rem;
}

.c-button2 {
	margin-top: 1.25rem;
}

.c-button2__text {
	padding-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.9375rem;
}

.c-checkbox {
	gap: 0.3125rem;
}

.c-checkbox__input {
	height: 1rem;
	width: 1rem;
}

.c-checkbox__label {
	font-size: 0.875rem;
}

.c-heading {
	font-size: 1.125rem;
}

.c-headline {
	font-size: 0.875rem;
	padding-bottom: 0.5rem;
}

.c-information {
	flex-direction: column;
	padding: 0.625rem 1rem;
}

.c-infotmation__information-group {
	display: contents;
}

.c-radio-toggle {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.c-radio-toggle__label {
	font-size: 0.875rem;
}

.c-radio-toggle__input {
	display: none;
}

.c-radio-toggle__switch {
	border-radius: 0.875rem;
	height: 1.75rem;
	width: 3.125rem;
}

.c-radio-toggle__switch.is-active {
	background-color: #4CAF50;
}

.c-section-title {
	font-size: 1.125rem;
	padding-bottom: 1.1875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.125rem;
}

.c-status {
	text-align: left;
	text-align: initial;
}

.c-tab {
	display: flex;
}

.c-tab__button {
	font-size: 1rem;
}

.c-tab__button.is-active {
	background-color: #fff;
}

.c-tab__content {
	display: none;
}

.c-tab__content.is-active {
	display: block;
}

.p-header {
	background-color: var(--kakomon-exam-color, #00164f);
	height: 4.0625rem;
}

.p-header__inner.l-inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.625rem;
	padding-right: 0;
	padding-top: 0;
}

.p-header__logo {
	max-width: calc(100% - 5.625rem);
	position: relative;
	z-index: 950;
}

.p-header__title {
	gap: 0.5rem;
}

.p-header__title-logo {
	max-height: 2.5rem;
}

.p-header__title-exam {
	font-size: 0.6875rem;
}

.p-header__title-sub {
	font-size: 1.125rem;
}

.p-header__nav {
	display: none;
}

.p-header__sp-buttons {
	display: flex;
	height: inherit;
}

.p-header__drawer {
	background-color: var(--kakomon-exam-color, #00164f);
	bottom: 0;
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	width: 100%;
	z-index: 900;
}

.p-header__drawer.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-qa__answer-list {
	margin-top: 1rem;
}

.p-qa__answer-list.p-qa__answer-list--incorrect::before {
	width: 15.625rem;
}

.p-qa__answer-item {
	font-size: 0.875rem;
}

.p-qa__form-label {
	padding: 0.625rem 1rem;
}

.p-qa__form-checkbox.c-checkbox {
	justify-content: initial;
	margin-top: 1.875rem;
}

.p-qa__navigation {
	margin-top: 1.875rem;
}

.p-qa__nav-button {
	font-size: 0.875rem;
	max-width: 5rem;
	min-width: 0;
	padding-bottom: 0.625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.625rem;
}

.p-qa__nav-button-text-pc {
	display: none;
}

.p-qa__nav-link {
	font-size: 0.875rem;
	padding: 0;
}

.p-qa__box-container {
	margin-bottom: 1.25rem;
	margin-top: 2.1875rem;
}

.p-qa__box {
	padding-bottom: 1.5rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 2.75rem;
}

.p-qa__box-label {
	font-size: 0.875rem;
}

.p-qa__box-text {
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-qa__box--commentary .p-qa__box-text {
	line-height: 1.75;
}

.p-qa__example-heading {
	font-size: 0.9375rem;
}

.p-record__items {
	flex-direction: column;
	margin-top: 1.6875rem;
	row-gap: 2.25rem;
}

.p-record__item {
	width: 100%;
}

.p-record__achievement-rate {
	margin-top: 1.25rem;
}

.p-record__achievement-rate-heading {
	flex: 0 0 4.375rem;
	font-size: 0.875rem;
}

.p-record__achievement-percentage-box {
	padding: 0.375rem;
}

.p-record__achievement-percentage {
	font-size: 1.4375rem;
}

.p-record__result-item {
	grid-template-columns: 2.5rem 1fr 2.5rem;
}

.p-record__result-number-value,
.p-record__result-title-link {
	font-size: 0.8125rem;
}

.p-record__result-correctness-value {
	font-size: 1.25rem;
}

.p-setting__tabs {
	border: 1px solid #373737;
	border-bottom: none;
	display: flex;
	margin-top: 1.875rem;
}

.p-setting__form {
	margin-top: 0;
}

.p-setting__tab-content {
	display: none;
}

.p-setting__tab-content.is-active {
	display: block;
}

.p-setting__tab-content + .p-setting__tab-content {
	margin-top: 0;
}

.p-setting__section {
	border: 1px solid #373737;
	border-top: none;
	padding: 1.25rem;
}

.p-setting__section-title.c-heading {
	display: none;
}

.p-setting__all-check {
	gap: 0.625rem;
	margin-top: 0;
}

.p-setting__category-group + .p-setting__category-group {
	margin-top: 1rem;
}

.p-setting__checkbox-grid {
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-setting__option-section {
	margin-top: 1.25rem;
}

.p-setting__options {
	gap: 0.9375rem;
}

.p-setting__toggle-options {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
}

.p-setting__toggle-option {
	align-items: center;
	display: flex;
}

.p-setting__submit {
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

.p-portal__title {
	margin-top: 0;
}

.p-portal__empty {
	color: #555;
	font-size: 0.9375rem;
	margin-top: 1.5rem;
}

.p-portal__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.p-portal__item {
	min-width: 0;
}

.p-portal__card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-left: 0.375rem solid var(--p-portal-card-accent, #00164f);
	border-radius: 0.5rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 22, 79, 0.08);
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: 100%;
	padding: 1.25rem 1.5rem;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.p-portal__card:hover {
	box-shadow: 0 0.25rem 1rem rgba(0, 22, 79, 0.12);
	transform: translateY(-0.125rem);
}

.p-portal__card-head {
	align-items: center;
	display: flex;
	gap: 0.875rem;
}

.p-portal__card-logo {
	flex-shrink: 0;
	height: auto;
	max-height: 3rem;
	max-width: 3rem;
	object-fit: contain;
	width: auto;
}

.p-portal__card-title {
	color: #00164f;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.p-portal__card-meta {
	color: #555;
	font-size: 0.875rem;
	margin: 0;
}

.p-portal__card-action {
	align-items: center;
	color: #2860aa;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 0.25rem;
	margin-top: auto;
}

.p-portal__card-action .bi {
	font-size: 1rem;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.p-portal__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}


/*# sourceMappingURL=style.css.map */
