@charset "UTF-8";
*,
:before,
:after {
	box-sizing: border-box;
	background-repeat: no-repeat;
}
:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit;
}
:where(:root) {
	cursor: default;
	line-height: 1.5;
	overflow-wrap: break-word;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}
:where(body) {
	margin: 0;
}
:where(h1) {
	font-size: 2em;
	margin: 0.67em 0;
}
:where(dl, ol, ul) :where(dl, ol, ul) {
	margin: 0;
}
:where(hr) {
	color: inherit;
	height: 0;
}
:where(nav) :where(ol, ul) {
	list-style-type: none;
	padding: 0;
}
:where(nav li):before {
	content: '​';
	float: left;
}
:where(pre) {
	font-family: monospace, monospace;
	font-size: 1em;
	overflow: auto;
}
:where(abbr[title]) {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
:where(b, strong) {
	font-weight: bolder;
}
:where(code, kbd, samp) {
	font-family: monospace, monospace;
	font-size: 1em;
}
:where(small) {
	font-size: 80%;
}
:where(audio, canvas, iframe, img, svg, video) {
	vertical-align: middle;
}
:where(iframe) {
	border-style: none;
}
:where(svg:not([fill])) {
	fill: currentColor;
}
:where(table) {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}
:where(button, input, select) {
	margin: 0;
}
:where(button, [type='button' i], [type='reset' i], [type='submit' i]) {
	-webkit-appearance: button;
}
:where(fieldset) {
	border: 1px solid #a0a0a0;
}
:where(progress) {
	vertical-align: baseline;
}
:where(textarea) {
	margin: 0;
	resize: vertical;
}
:where([type='search' i]) {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
:where(dialog) {
	background-color: #fff;
	border: solid;
	color: #000;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: fit-content;
}
:where(dialog:not([open])) {
	display: none;
}
:where(details > summary:first-of-type) {
	display: list-item;
}
:where([aria-busy='true' i]) {
	cursor: progress;
}
:where([aria-controls]) {
	cursor: pointer;
}
:where([aria-disabled='true' i], [disabled]) {
	cursor: not-allowed;
}
:where([aria-hidden='false' i][hidden]) {
	display: initial;
}
:where([aria-hidden='false' i][hidden]:not(:focus)) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}
:where(iframe, img, input, video, select, textarea) {
	height: auto;
	max-width: 100%;
}
:where(button, input, select, textarea) {
	background-color: transparent;
	border: 1px solid WindowFrame;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	padding: 0.25em 0.375em;
}
:where(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
	border-radius: 0;
	padding-right: 1em;
}
:where(select[multiple]) {
	background-image: none;
}
:where([type='color' i], [type='range' i]) {
	border-width: 0;
	padding: 0;
}
:root {
	--color-heading: #333;
	--color-body: #4d4d4d;
	--z-index-page-top: 50;
	--z-index-header: 100;
	--z-index-modal: 200;
}
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-tap-highlight-color: revert;
	cursor: revert;
	min-width: 375px;
	font-size: 62.5%;
	font-family:
		Zen Maru Gothic,
		serif;
	color: var(--color-body);
	line-break: normal;
	overflow-wrap: anywhere;
}
@media (min-width: 48em) {
	html {
		min-width: 1280px;
	}
}
body {
	font-size: 1.6rem;
}
li {
	list-style-type: none;
}
th {
	font-weight: inherit;
}
address {
	font-style: inherit;
}
fieldset {
	border: 0;
	min-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
h1 {
	margin: 0;
}
cite,
dfn,
em,
i,
var {
	font-style: inherit;
}
small {
	font-size: inherit;
}
a {
	color: currentColor;
	text-decoration: none;
}
button,
input,
select,
textarea {
	border: 0;
	padding: 0;
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
	cursor: not-allowed;
}
button {
	touch-action: manipulation;
}
button:not(:disabled, [aria-disabled='true']) {
	cursor: pointer;
}
[hidden][hidden] {
	display: none !important;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}
@keyframes scroll-hint-appear {
	0% {
		transform: translate(40px);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	50%,
	to {
		transform: translate(-40px);
		opacity: 0;
	}
}
.scroll-hint-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	transition: opacity 0.3s;
	opacity: 0;
	background-image: url(/common/img/icon_scroll-hint.png);
	background-size: contain;
	transform: translate(-50%, -50%);
}
.scroll-hint-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	pointer-events: none;
}
.scroll-hint-text {
	font-size: 10px;
	color: #fff;
	margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	opacity: 1;
}
.scroll-hint-icon-white:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
	color: #000;
}
.scroll-hint-shadow-wrap {
	position: relative;
}
.scroll-hint-shadow-wrap:after {
	content: '';
	width: 20px;
	height: 100%;
	background: linear-gradient(270deg, #00000026 0, #0000 16px, #0000);
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.scroll-hint-shadow-wrap:before {
	content: '';
	width: 20px;
	height: 100%;
	background: linear-gradient(90deg, #00000026 0, #0000 16px, #0000);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable):after,
.scroll-hint-shadow-wrap.is-right-scrollable:after {
	opacity: 1;
	visibility: visible;
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable):before,
.scroll-hint-shadow-wrap.is-left-scrollable:before {
	opacity: 1;
	visibility: visible;
}
p {
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.8666666667;
}
@media (min-width: 48em) {
	p {
		margin-top: 30px;
		font-size: 1.6rem;
		line-height: 1.875;
	}
}
ul {
	display: grid;
	gap: 8px;
	margin-top: 20px;
}
@media (min-width: 48em) {
	ul {
		gap: 10px;
		margin-top: 30px;
	}
}
ul > li {
	position: relative;
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.6428571429;
	letter-spacing: 0.03em;
}
ul > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}
ol {
	display: grid;
	gap: 8px;
	margin-top: 20px;
}
@media (min-width: 48em) {
	ol {
		gap: 10px;
		margin-top: 30px;
	}
}
ol > li {
	counter-increment: ol;
	position: relative;
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.6428571429;
	letter-spacing: 0.03em;
}
ol > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(ol) '.';
}
table {
	margin-top: 30px;
}
table thead th {
	text-align: center;
	background-color: #f7f7f7;
}
table th,
table td {
	border: 1px solid #e6e6e6;
}
table th {
	padding: 8px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4666666667;
	text-align: left;
	background-color: #f7f7f766;
}
@media (min-width: 48em) {
	table th {
		padding: 15px 20px;
		font-size: 1.6rem;
		line-height: 1.875;
		letter-spacing: 0.03em;
	}
}
table td {
	padding: 8px;
	font-size: 1.5rem;
	line-height: 1.4666666667;
}
@media (min-width: 48em) {
	table td {
		padding: 15px 20px;
		line-height: 1.8666666667;
		letter-spacing: 0.03em;
	}
}
.c-back-to-top {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding-bottom: 2px;
	color: #333;
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 50%;
	transition-property: color, background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
@media (min-width: 48em) {
	.c-back-to-top {
		right: 20px;
		bottom: 20px;
		width: 63px;
		height: 63px;
	}
	.c-back-to-top:hover {
		color: #fff;
		background-color: #333;
	}
}
.c-back-to-top__arrow {
	width: 14px;
	transform: rotate(-90deg);
}
@media (min-width: 48em) {
	.c-back-to-top__arrow {
		width: 17px;
	}
}
.c-border-box {
	position: relative;
	padding: 19px;
	margin-top: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
@media (min-width: 48em) {
	.c-border-box {
		margin-top: 30px;
	}
}
.c-border-box > *:first-child {
	margin-top: 0;
}
.c-break-line-01 {
	margin: 15px 0;
	border-top: 1px solid #bfbfbf;
}
.c-break-line-02 {
	margin: 15px 0;
	border-top: 1px dotted #999;
}
.c-float-block {
	margin-top: 30px;
}
.c-float-block__img {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.c-float-block__img.c-float-img--right {
	float: right;
	margin-left: 30px;
	margin-right: 0;
}
.c-float-block__img img {
	display: inline;
	width: auto;
	max-width: 100%;
}
.c-heading-lv1 {
	padding-bottom: 21px;
	font-size: 2.1rem;
	font-weight: 500;
	color: var(--color-heading);
	line-height: 1.2857142857;
	border-bottom: 1px solid #bfbfbf;
}
@media (min-width: 48em) {
	.c-heading-lv1 {
		padding-bottom: 16px;
		font-size: 2.5rem;
		line-height: 1.2;
	}
}
.c-heading-lv2 {
	padding: 11px 20px;
	margin-top: 28px;
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-heading);
	line-height: 1.6;
	letter-spacing: 0.03em;
	background-color: #f7f7f7;
}
@media (min-width: 48em) {
	.c-heading-lv2 {
		padding: 15px 20px;
		margin-top: 35px;
		margin-bottom: 25px;
		font-size: 1.6rem;
		line-height: 1.25;
	}
}
.c-heading-lv3 {
	padding: 10px 19px;
	margin-top: 28px;
	margin-bottom: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	border: 1px solid #e6e6e6;
}
@media (min-width: 48em) {
	.c-heading-lv3 {
		padding: 14px 19px;
		margin-top: 35px;
		margin-bottom: 25px;
		font-size: 1.6rem;
		line-height: 1.25;
	}
}
.c-heading-lv4 {
	padding: 10px 20px;
	margin-top: 28px;
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.7142857143;
	letter-spacing: 0.03em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
@media (min-width: 48em) {
	.c-heading-lv4 {
		padding: 12px 20px;
		margin-top: 35px;
		margin-bottom: 25px;
		font-size: 1.5rem;
		line-height: 1.2666666667;
	}
}
.c-layout-2column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 13px;
	margin-top: 30px;
}
@media (min-width: 48em) {
	.c-layout-2column {
		gap: 30px 40px;
		margin-top: 36px;
	}
}
.c-layout-2column.c-layout-2column p {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.2857142857;
}
@media (min-width: 48em) {
	.c-layout-2column.c-layout-2column p {
		line-height: 1.4285714286;
	}
}
.c-layout-3column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 13px;
	margin-top: 30px;
}
@media (min-width: 48em) {
	.c-layout-3column {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 40px;
		margin-top: 36px;
	}
}
.c-layout-3column.c-layout-3column p {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.2857142857;
}
@media (min-width: 48em) {
	.c-layout-3column.c-layout-3column p {
		line-height: 1.4285714286;
	}
}
.c-layout-4column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 13px;
	margin-top: 30px;
}
@media (min-width: 48em) {
	.c-layout-4column {
		grid-template-columns: repeat(4, 1fr);
		gap: 30px 40px;
		margin-top: 36px;
	}
}
.c-layout-4column.c-layout-4column p {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.2857142857;
}
@media (min-width: 48em) {
	.c-layout-4column.c-layout-4column p {
		line-height: 1.4285714286;
	}
}
.c-layout-5column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 13px;
	margin-top: 30px;
}
@media (min-width: 48em) {
	.c-layout-5column {
		grid-template-columns: repeat(5, 1fr);
		gap: 30px;
		margin-top: 36px;
	}
}
.c-layout-5column.c-layout-5column p {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.2857142857;
}
@media (min-width: 48em) {
	.c-layout-5column.c-layout-5column p {
		line-height: 1.4285714286;
	}
}
.c-layout-table {
	margin-top: 30px;
	display: flex;
}
.c-layout-table > table {
	flex-shrink: 0;
	margin-top: 0;
}
.c-link {
	display: inline-block;
}
@media (min-width: 48em) {
	.c-link a:hover {
		text-decoration: none;
	}
}
.c-link.c-link--normal:after {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 13px;
	margin-left: 8px;
	content: '';
	background-image: url(/common/img/icon_arrow.svg);
	background-size: contain;
}
.c-link.c-link--pdf:after {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 19px;
	margin-left: 8px;
	content: '';
	background-image: url(/common/img/icon_pdf.svg);
	background-size: contain;
}
.c-link.c-link--doc:after {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 19px;
	margin-left: 8px;
	content: '';
	background-image: url(/common/img/icon_docs.svg);
	background-size: contain;
}
.c-link.c-link--xls:after {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 19px;
	margin-left: 8px;
	content: '';
	background-image: url(/common/img/icon_xls.svg);
	background-size: contain;
}
.c-link.c-link--ppt:after {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 19px;
	margin-left: 8px;
	content: '';
	background-image: url(/common/img/icon_pptx.svg);
	background-size: contain;
}
.c-link.c-link--window:after {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 11px;
	margin-left: 8px;
	content: '';
	background-image: url(/common/img/icon_window.svg);
	background-size: contain;
}
.c-link.c-link--previous:before {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	content: '';
	background-image: url(/common/img/icon_previous.svg);
	background-size: contain;
}
.c-link.c-link--next:before {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	content: '';
	background-image: url(/common/img/icon_next.svg);
	background-size: contain;
}
.c-link > a {
	text-decoration: underline;
}
.c-article__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #bfbfbf;
}
.c-article__date {
	font-size: 1.3rem;
	color: #666;
	line-height: 1;
	letter-spacing: 0.2em;
}
@media (min-width: 48em) {
	.c-article__date {
		font-size: 1.4rem;
	}
}
.c-article__title {
	margin-top: 10px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
@media (min-width: 48em) {
	.c-article__title {
		font-size: 3rem;
		letter-spacing: 0.1em;
	}
}
.c-article__body {
	margin-top: 30px;
}
@media (min-width: 48em) {
	.c-article__body {
		margin-top: 40px;
	}
}
.c-article__body p {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
@media (min-width: 48em) {
	.c-article__body p {
		font-size: 1.8rem;
		line-height: 1.8888888889;
	}
}
.c-article__back {
	margin-top: 50px;
}
@media (min-width: 48em) {
	.c-article__back {
		margin-top: 60px;
	}
}
.c-arrow-btn {
	display: grid;
	grid-template-columns: auto 13px;
	gap: 8px;
	justify-content: center;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	padding: 12px 38px;
	margin-inline: auto;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-heading);
	letter-spacing: 0.1em;
	border: 1px solid var(--color-heading);
	border-radius: 9999px;
}
@media (min-width: 48em) {
	.c-arrow-btn {
		padding: 14px 42px;
		font-size: 1.8rem;
		transition-property: color, background-color;
		transition-duration: 0.3s;
		transition-timing-function: ease;
	}
	.c-arrow-btn:hover {
		background-color: var(--color-heading);
		color: #fff;
	}
}
.c-breadcrumbs {
	width: calc(100% - 40px);
	margin-bottom: 40px;
	margin-inline: auto;
	overflow-x: auto;
}
@media (min-width: 48em) {
	.c-breadcrumbs {
		max-width: 1100px;
		margin-bottom: 80px;
	}
}
.c-breadcrumbs__list {
	display: block;
	gap: 0;
	margin: 0;
	display: flex;
	gap: 20px;
	white-space: nowrap;
}
.c-breadcrumbs__list > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-breadcrumbs__list > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-breadcrumbs__list {
		gap: 34px;
	}
}
.c-breadcrumbs__list > .c-breadcrumbs__item {
	position: relative;
	font-size: 1.3rem;
	color: #666;
}
@media (min-width: 48em) {
	.c-breadcrumbs__list > .c-breadcrumbs__item {
		font-size: 1.3rem;
	}
}
.c-breadcrumbs__list > .c-breadcrumbs__item:first-child {
	color: var(--color-heading);
}
.c-breadcrumbs__list > .c-breadcrumbs__item:last-child:before {
	content: none;
}
.c-breadcrumbs__list > .c-breadcrumbs__item:before {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	margin-right: -12px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #747474;
	border-top: 1px solid #747474;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}
@media (min-width: 48em) {
	.c-breadcrumbs__list > .c-breadcrumbs__item:before {
		margin-right: -20px;
	}
}
.c-breadcrumbs__list > .c-breadcrumbs__item a {
	text-decoration: underline;
}
@media (min-width: 48em) {
	.c-breadcrumbs__list > .c-breadcrumbs__item a:hover {
		text-decoration: none;
	}
}
.c-disclosure-details {
	overflow: hidden;
}
.c-disclosure-details[aria-hidden='true'] {
	visibility: hidden;
	height: 0;
	transition: visibility 0.3s;
}
.c-document__lead {
	font-size: 1.6rem;
	line-height: 1.625;
	color: var(--color-heading);
	text-align: center;
}
@media (min-width: 48em) {
	.c-document__lead {
		line-height: 2;
		letter-spacing: 0.1em;
	}
}
.c-document__block {
	margin-top: 40px;
}
@media (min-width: 48em) {
	.c-document__block {
		margin-top: 70px;
	}
}
.c-document__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 2.3rem;
	font-weight: 500;
	color: var(--color-heading);
	line-height: 1.3043478261;
	letter-spacing: 0.1em;
	text-align: center;
}
@media (min-width: 48em) {
	.c-document__heading {
		gap: 20px;
		font-size: 3rem;
		line-height: 1.6;
	}
}
.c-document__heading:before,
.c-document__heading:after {
	width: 40px;
	height: 1px;
	content: '';
	background-color: #d9d9d9;
}
@media (min-width: 48em) {
	.c-document__heading:before,
	.c-document__heading:after {
		width: 78px;
	}
}
.c-document__text {
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #666;
	letter-spacing: 0.02em;
	text-align: center;
}
.c-document__list {
	display: block;
	gap: 0;
	margin: 30px 0 0;
	display: grid;
	gap: 20px;
}
.c-document__list > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-document__list > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-document__list {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px 40px;
		margin-top: 50px;
	}
}
.c-document__item {
	display: flex;
}
.c-document__local-nav {
	display: block;
	gap: 0;
	margin: 40px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 40px;
}
.c-document__local-nav > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-document__local-nav > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-document__local-nav {
		grid-template-columns: repeat(auto-fit, 240px);
		justify-content: center;
		margin-top: 80px;
	}
}
.c-document__local-nav > .c-document__local-nav-item {
	position: relative;
	display: flex;
	border-right: 2px dotted #bfbfbf;
}
.c-document__local-nav > .c-document__local-nav-item:first-child {
	border-left: 2px dotted #bfbfbf;
}
.c-document__local-nav > .c-document__local-nav-item:nth-child(2n + 3) {
	border-left: 2px dotted #bfbfbf;
}
@media (min-width: 48em) {
	.c-document__local-nav > .c-document__local-nav-item:nth-child(2n + 3) {
		border-left: 0;
	}
}
.c-document__local-nav > .c-document__local-nav-item:nth-child(2n + 3):before {
	position: absolute;
	top: -20px;
	left: -2px;
	width: calc(200% + 8px);
	height: 1px;
	content: '';
	background-color: #d9d9d9;
}
@media (min-width: 48em) {
	.c-document__local-nav > .c-document__local-nav-item:nth-child(2n + 3):before {
		content: none;
	}
}
.c-document__local-nav-link {
	display: block;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 9px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-align: center;
	color: var(--color-heading);
}
@media (min-width: 48em) {
	.c-document__local-nav-link {
		padding-top: 6px;
		font-size: 1.6rem;
	}
	.c-document__local-nav-link:hover {
		text-decoration: underline;
	}
}
.c-document__local-nav-link-chevron {
	display: block;
	width: 13px;
	margin-inline: auto;
	margin-top: 12px;
}
.c-faq-detail__title {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #bfbfbf;
}
@media (min-width: 48em) {
	.c-faq-detail__title {
		gap: 14px;
	}
}
.c-faq-detail__title-q {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	margin-block: 2px;
	padding-bottom: 2px;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	background-color: #333;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
}
@media (min-width: 48em) {
	.c-faq-detail__title-q {
		width: 38px;
		height: 38px;
		margin-block: 1px;
	}
}
.c-faq-detail__title-text {
	font-size: 2rem;
	font-weight: 500;
	color: var(--color-heading);
	line-height: 1.7;
	letter-spacing: 0.08em;
}
@media (min-width: 48em) {
	.c-faq-detail__title-text {
		font-size: 2.3rem;
	}
}
.c-faq-detail__answer {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 20px;
}
@media (min-width: 48em) {
	.c-faq-detail__answer {
		gap: 14px;
	}
}
.c-faq-detail__answer-a {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	padding-bottom: 2px;
	font-size: 2rem;
	font-weight: 500;
	color: #333;
	background-color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
	border: 1px solid #333;
}
@media (min-width: 48em) {
	.c-faq-detail__answer-a {
		width: 38px;
		height: 38px;
	}
}
.c-faq-detail__answer-body {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
@media (min-width: 48em) {
	.c-faq-detail__answer-body {
		padding-top: 4px;
		font-size: 1.5rem;
		line-height: 1.8666666667;
		letter-spacing: 0;
	}
}
.c-faq-detail__back {
	margin-top: 50px;
}
@media (min-width: 48em) {
	.c-faq-detail__back {
		margin-top: 60px;
	}
}
.c-footer {
	margin-top: 70px;
}
@media (min-width: 48em) {
	.c-footer {
		margin-top: 100px;
	}
}
.c-footer__inner {
	padding: 28px 20px 76px;
	background-color: #fff;
	border-top: 3px solid #f1f1f1;
	border-radius: 40px 40px 0 0;
}
@media (min-width: 48em) {
	.c-footer__inner {
		padding: 64px 0 104px;
		border-radius: 64px 64px 0 0;
	}
}
@media (min-width: 48em) {
	.c-footer__top {
		display: grid;
		grid-template-areas: 'logo menu' 'contact menu';
		grid-template-columns: 286px 1fr;
		align-items: start;
		gap: 30px;
		width: 1200px;
		margin-inline: auto;
	}
}
.c-footer__logo {
	display: block;
	width: 146px;
	margin-inline: auto;
}
@media (min-width: 48em) {
	.c-footer__logo {
		grid-area: logo;
		width: 208px;
		margin-inline: 0;
		transition: opacity 0.3s ease;
	}
	.c-footer__logo:hover {
		opacity: 0.7;
	}
}
.c-footer__md-menu {
	display: none;
}
@media (min-width: 48em) {
	.c-footer__md-menu {
		grid-area: menu;
		display: flex;
		justify-content: flex-end;
		gap: 60px;
		padding-right: 16px;
	}
}
@media (min-width: 48em) {
	.c-footer__md-menu-column {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}
@media (min-width: 48em) {
	.c-footer__md-menu-heading {
		font-size: 1.6rem;
		font-weight: 500;
		color: var(--color-heading);
	}
	.c-footer__md-menu-heading:hover > a {
		text-decoration: underline;
	}
}
.c-footer__md-menu-list {
	display: block;
	gap: 0;
	margin: 0;
}
.c-footer__md-menu-list > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-footer__md-menu-list > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-footer__md-menu-list {
		display: grid;
		gap: 8px;
		margin-top: 18px;
	}
}
@media (min-width: 48em) {
	.c-footer__md-menu-link {
		font-size: 1.4rem;
	}
	.c-footer__md-menu-link:before {
		display: inline-block;
		width: 8px;
		height: 1px;
		margin-block: 4px;
		margin-right: 8px;
		content: '';
		background-color: currentColor;
	}
	.c-footer__md-menu-link:hover {
		text-decoration: underline;
	}
}
.c-footer__menu {
	display: block;
	gap: 0;
	margin: 30px 0 0;
	border-top: 1px dashed #c4c4c4;
}
.c-footer__menu > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-footer__menu > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-footer__menu {
		display: none;
		-moz-column-gap: 80px;
		column-gap: 80px;
		padding-top: 2px;
		margin-top: 0;
		border-top: 0;
	}
}
.c-footer__menu > li {
	border-bottom: 1px dashed #c4c4c4;
}
@media (min-width: 48em) {
	.c-footer__menu > li {
		border-bottom: 0;
	}
}
.c-footer__menu > li:last-child {
	border-bottom: 0;
}
.c-footer__menu-link {
	display: flex;
	align-items: center;
	gap: 7px;
	padding-block: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-heading);
}
.c-footer__menu-link-arrow {
	width: 14px;
	margin-right: 0;
	margin-left: auto;
}
.c-footer__menu-disclosure-btn {
	display: flex;
	align-items: center;
	gap: 7px;
	width: 100%;
	padding-block: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-heading);
}
.c-footer__menu-disclosure-btn[aria-expanded='true'] .c-footer__menu-disclosure-icon:after {
	transform: rotate(0);
}
.c-footer__menu-disclosure-icon {
	position: relative;
	width: 12px;
	margin-right: 0;
	margin-left: auto;
}
.c-footer__menu-disclosure-icon:before,
.c-footer__menu-disclosure-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 2px;
	background-color: var(--color-heading);
	border-radius: 9999px;
	content: '';
}
.c-footer__menu-disclosure-icon:after {
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
}
.c-footer__menu-disclosure-details {
	padding-bottom: 20px;
}
.c-footer__inner-menu {
	display: block;
	gap: 0;
	margin: 0;
	display: grid;
	gap: 16px;
	padding: 24px 20px;
	color: var(--color-heading);
	background-color: #f7f7f7;
	border-radius: 5px;
}
.c-footer__inner-menu > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-footer__inner-menu > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-footer__inner-menu-link {
	font-size: 1.3rem;
}
.c-footer__inner-menu-link:before {
	display: inline-block;
	width: 8px;
	height: 1px;
	margin-block: 4px;
	margin-right: 8px;
	content: '';
	background-color: currentColor;
}
.c-footer__contact {
	padding: 12px 18px 11px;
	margin-top: 30px;
	color: var(--color-heading);
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #f1f1f1;
}
@media (min-width: 48em) {
	.c-footer__contact {
		grid-area: contact;
		padding: 10px 20px 11px;
		margin-top: 0;
	}
}
.c-footer__contact-heading {
	font-size: 1.3rem;
	font-weight: 500;
}
@media (min-width: 48em) {
	.c-footer__contact-heading {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
}
.c-footer__contact-tel {
	display: flex;
	align-items: center;
	gap: 6px;
}
@media (min-width: 48em) {
	.c-footer__contact-tel {
		pointer-events: none;
	}
}
.c-footer__contact-tel-icon {
	width: 13px;
}
.c-footer__contact-tel-text {
	padding-bottom: 0.2em;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
.c-footer__bottom {
	padding-top: 24px;
	margin-top: 30px;
	border-top: 1px dashed #c4c4c4;
}
@media (min-width: 48em) {
	.c-footer__bottom {
		display: flex;
		width: 1200px;
		padding-top: 20px;
		margin-top: 40px;
		margin-inline: auto;
	}
}
.c-footer__bottom-list {
	display: block;
	gap: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 15px;
}
.c-footer__bottom-list > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-footer__bottom-list > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-footer__bottom-list {
		display: flex;
		gap: 26px;
	}
}
.c-footer__bottom-list > li {
	position: relative;
	display: grid;
	place-items: center;
	padding-inline: 10px;
}
@media (min-width: 48em) {
	.c-footer__bottom-list > li {
		padding-inline: 0;
	}
}
.c-footer__bottom-list > li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: calc(100% - 10px);
	margin-block: auto;
	content: '';
	background-color: #d9d9d9;
}
@media (min-width: 48em) {
	.c-footer__bottom-list > li:before {
		content: none;
	}
}
.c-footer__bottom-list > li > a {
	font-size: 1.3rem;
	text-align: center;
}
@media (min-width: 48em) {
	.c-footer__bottom-list > li > a:hover {
		text-decoration: underline;
	}
}
.c-footer__bottom-list > li:nth-child(3n):before {
	content: none;
}
.c-footer__copyright {
	margin-top: 30px;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: 0.08em;
	color: #666;
}
@media (min-width: 48em) {
	.c-footer__copyright {
		margin: auto 0 0 auto;
		font-size: 1.2rem;
		letter-spacing: 0.13em;
	}
}
.c-header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: var(--z-index-header);
	container-type: inline-size;
}
@media (min-width: 48em) {
	.c-header {
		transition: margin-bottom 0.3s ease;
	}
}
@media (min-width: 48em) {
	.c-header.is-scrolled {
		margin-bottom: 16px;
	}
	.c-header.is-scrolled .c-header__inner {
		height: 80px;
		box-shadow: 0 4px 4px #00000026;
	}
}
.c-header__inner {
	display: flex;
	align-items: center;
	height: 70px;
	padding-inline: 20px;
	background-color: #fff;
}
@media (min-width: 48em) {
	.c-header__inner {
		height: 96px;
		padding-inline: 50px;
		transition:
			height 0.3s ease,
			box-shadow 0.3s ease;
	}
}
.c-header__logo {
	width: 125px;
}
@media (min-width: 48em) {
	.c-header__logo {
		width: 143px;
		transition: opacity 0.3s ease;
	}
	.c-header__logo:hover {
		opacity: 0.7;
	}
}
.c-header__md-menu {
	display: block;
	gap: 0;
	margin: 0;
	display: none;
}
.c-header__md-menu > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-header__md-menu > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-header__md-menu {
		display: flex;
		gap: 30px;
		height: 100%;
		margin-right: 0;
		margin-left: auto;
	}
}
@media (min-width: 48em) {
	.c-header__md-menu > .c-header__md-menu-item {
		position: relative;
		display: grid;
		place-items: center;
	}
	.c-header__md-menu > .c-header__md-menu-item.is-current:before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 6px;
		content: '';
		background-color: #333;
		border-radius: 9999px;
		transform: translateY(50%);
		clip-path: inset(0 0 50% 0);
	}
}
@media (min-width: 48em) {
	.c-header__md-menu-link {
		display: flex;
		align-items: center;
		gap: 6px;
		font-size: 1.6rem;
		color: var(--color-heading);
	}
	.c-header__md-menu-link:hover {
		text-decoration: underline;
	}
}
@media (min-width: 48em) {
	.c-header__md-menu-btn {
		padding: 8px 28px;
		font-size: 1.6rem;
		color: var(--color-heading);
		border: 1px solid var(--color-heading);
		border-radius: 9999px;
		transition-property: color, background-color;
		transition-duration: 0.3s;
		transition-timing-function: ease;
	}
	.c-header__md-menu-btn:hover {
		color: #fff;
		background-color: var(--color-heading);
	}
}
@media (min-width: 48em) {
	.c-header__md-dropdown:hover .c-header__md-dropdown-menu-wrapper,
	.c-header__md-dropdown:focus-within .c-header__md-dropdown-menu-wrapper {
		visibility: visible;
		opacity: 1;
	}
}
@media (min-width: 48em) {
	.c-header__md-dropdown-chevron {
		flex-shrink: 0;
		display: block;
		width: 13px;
	}
}
@media (min-width: 48em) {
	.c-header__md-dropdown-menu-wrapper {
		position: absolute;
		top: 100%;
		left: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		padding-top: 8px;
		visibility: hidden;
		opacity: 0;
		transition:
			opacity 0.3s,
			visibility 0.3s;
	}
}
.c-header__md-dropdown-menu {
	display: block;
	gap: 0;
	margin: 0;
}
.c-header__md-dropdown-menu > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-header__md-dropdown-menu > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-header__md-dropdown-menu {
		position: relative;
		flex-shrink: 0;
		min-width: 175px;
		color: var(--color-heading);
		background-color: #fff;
		border-radius: 12px;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
	}
}
@media (min-width: 48em) {
	.c-header__md-dropdown-menu > .c-header__md-dropdown-menu-item + .c-header__md-dropdown-menu-item {
		border-top: 1px solid #c4c4c4;
	}
}
@media (min-width: 48em) {
	.c-header__md-dropdown-menu-link {
		display: flex;
		align-items: center;
		gap: 14px;
		padding: 12px 15px;
		font-size: 1.5rem;
	}
	.c-header__md-dropdown-menu-link:hover {
		text-decoration: underline;
	}
}
@media (min-width: 48em) {
	.c-header__md-dropdown-menu-chevron {
		flex-shrink: 0;
		display: block;
		width: 11px;
		margin-right: 0;
		margin-left: auto;
		transform: rotate(-90deg);
	}
}
.c-header__menu-btn {
	position: relative;
	display: block;
	width: 27px;
	height: 22px;
	margin-right: 0;
	margin-left: 15px;
}
@media (min-width: 48em) {
	.c-header__menu-btn {
		display: none;
	}
}
.c-header__menu-btn .line {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
	border-radius: 9999px;
}
.c-header__menu-btn .line:nth-child(1) {
	top: 0;
}
.c-header__menu-btn .line:nth-child(2) {
	top: 10px;
}
.c-header__menu-btn .line:nth-child(3) {
	top: 20px;
}
.c-header__menu-btn .line:before {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 3px;
	height: 3px;
	content: '';
	background-color: #333;
	border-radius: 9999px;
	transform: translateY(-50%);
}
.c-header__dialog {
	position: fixed;
	inset: 0;
	z-index: calc(var(--z-index-header) + 1);
	display: flex;
	flex-direction: column;
	overflow: auto;
	transition: opacity 0.3s ease;
}
.c-header__dialog:focus {
	outline: none;
}
.c-header__dialog[aria-hidden='true'] {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition:
		visibility 0s 0.4s,
		opacity 0.4s;
}
.c-header__dialog-backdrop {
	position: fixed;
	inset: 0;
	z-index: -1;
	background-color: #00000080;
}
.c-header__dialog-document {
	position: relative;
	padding-bottom: 30px;
	flex-shrink: 0;
	background-color: #fff;
}
.c-header__dialog-head {
	display: flex;
	align-items: center;
	height: 70px;
	padding-inline: 20px;
	background-color: #fff;
}
.c-header__dialog-close {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 0;
	margin-left: auto;
}
.c-header__dialog-close .line {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
	border-radius: 9999px;
}
.c-header__dialog-close .line:nth-child(1) {
	transform: rotate(45deg);
}
.c-header__dialog-close .line:nth-child(2) {
	transform: rotate(-45deg);
}
.c-header__menu-wrapper {
	padding: 30px 20px;
	background-color: #f7f7f7;
}
.c-header__menu {
	display: block;
	gap: 0;
	margin: 0;
	padding: 4px 20px;
	background-color: #fff;
	border-radius: 12px;
}
.c-header__menu > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-header__menu > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-header__menu > li + li {
	border-top: 1px dashed #c4c4c4;
}
.c-header__menu-link {
	display: flex;
	align-items: center;
	gap: 7px;
	padding-block: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-heading);
}
.c-header__menu-link-arrow {
	width: 14px;
	margin-right: 0;
	margin-left: auto;
}
.c-header__menu-disclosure-btn {
	display: flex;
	align-items: center;
	gap: 7px;
	width: 100%;
	padding-block: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-heading);
}
.c-header__menu-disclosure-btn[aria-expanded='true'] .c-header__menu-disclosure-icon:after {
	transform: rotate(0);
}
.c-header__menu-disclosure-icon {
	position: relative;
	width: 12px;
	margin-right: 0;
	margin-left: auto;
}
.c-header__menu-disclosure-icon:before,
.c-header__menu-disclosure-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 2px;
	background-color: var(--color-heading);
	border-radius: 9999px;
	content: '';
}
.c-header__menu-disclosure-icon:after {
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
}
.c-header__menu-disclosure-details {
	padding-bottom: 20px;
}
.c-header__inner-menu {
	display: block;
	gap: 0;
	margin: 0;
	display: grid;
	gap: 16px;
	padding: 24px 20px;
	color: var(--color-heading);
	background-color: #f7f7f7;
	border-radius: 5px;
}
.c-header__inner-menu > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-header__inner-menu > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-header__inner-menu-link {
	font-size: 1.3rem;
}
.c-header__inner-menu-link:before {
	display: inline-block;
	width: 8px;
	height: 1px;
	margin-block: 4px;
	margin-right: 8px;
	content: '';
	background-color: currentColor;
}
.c-header__btn {
	display: block;
	width: calc(100% - 40px);
	padding: 12px 28px;
	margin: 25px auto 0;
	font-size: 1.6rem;
	color: var(--color-heading);
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px solid var(--color-heading);
	border-radius: 9999px;
}
.c-header__contact {
	width: calc(100% - 40px);
	padding: 12px 20px 11px;
	margin-inline: auto;
	margin-top: 30px;
	color: var(--color-heading);
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #f1f1f1;
}
.c-header__contact-heading {
	font-size: 1.3rem;
	font-weight: 500;
}
.c-header__contact-tel {
	display: flex;
	align-items: center;
	gap: 6px;
}
@media (min-width: 48em) {
	.c-header__contact-tel {
		pointer-events: none;
	}
}
.c-header__contact-tel-icon {
	width: 13px;
}
.c-header__contact-tel-text {
	padding-bottom: 0.2em;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
.c-header__bottom-list {
	display: block;
	gap: 0;
	margin: 30px 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 15px;
	padding-top: 30px;
	border-top: 1px dashed #c4c4c4;
}
.c-header__bottom-list > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-header__bottom-list > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-header__bottom-list > li {
	position: relative;
	display: grid;
	place-items: center;
	padding-inline: 10px;
}
.c-header__bottom-list > li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: calc(100% - 10px);
	margin-block: auto;
	content: '';
	background-color: #d9d9d9;
}
.c-header__bottom-list > li > a {
	font-size: 1.3rem;
	text-align: center;
}
.c-header__bottom-list > li:nth-child(3n):before {
	content: none;
}
.c-header__search {
	flex-shrink: 0;
	margin-right: 0;
	margin-left: auto;
}
@media (min-width: 48em) {
	.c-header__search {
		position: relative;
		margin-right: 10px;
		margin-left: 14px;
	}
}
.c-header__search table {
	margin-top: 0;
}
.c-header__search table th,
.c-header__search table td {
	border: 0;
}
.c-header__search .gsc-control-cse {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.c-header__search .gsc-search-box {
	margin-bottom: 0;
}
.c-header__search .gsc-search-button {
	width: 55px;
	height: 55px;
	padding: 0;
	border: 0;
}
.c-header__search .gsc-search-button svg {
	visibility: hidden;
}
.c-header__search button.gsc-search-button {
	margin-left: 0;
	background-color: #333;
	border-radius: 0 9999px 9999px 0;
	background-image: url(/common/img/icon_search.svg);
	background-position: center;
	background-size: 22px auto;
}
.c-header__search .gsc-input-box {
	height: 55px;
	padding: 0;
	border-radius: 9999px 0 0 9999px;
	border: 1px solid #333;
	border-right: 0;
}
.c-header__search .gsc-input {
	padding: 0 !important;
	border: 0;
}
.c-header__search .gsc-input .gsib_a {
	padding: 16px 20px;
}
@media (min-width: 48em) {
	.c-header__search .gsc-input .gsib_a {
		padding: 13px 20px;
	}
}
.c-header__search .gsc-input .gsib_b {
	display: none;
}
.c-header__search-open {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	padding-inline: 9px;
	background-color: #333;
	border-radius: 9999px;
}
.c-header__search-open[aria-expanded='true'] {
	background-color: #999;
}
.c-header__search-open[aria-expanded='true']:before {
	position: fixed;
	inset: 0;
	margin: auto;
	z-index: -1;
	display: block;
	content: '';
	background-color: #0000004d;
}
@media (min-width: 48em) {
	.c-header__search-open[aria-expanded='true']:before {
		display: none;
	}
}
.c-header__search-panel {
	position: absolute;
	top: 100%;
	left: 0;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	width: 100cqw;
	padding-block: 28px;
	padding-right: 14px;
	padding-left: 20px;
	background-color: #f7f7f7;
	box-shadow: 0 4px 4px #00000026;
	transition: opacity 0.4s;
}
@media (min-width: 48em) {
	.c-header__search-panel {
		top: calc(100% + 18px);
		right: -10px;
		left: auto;
		width: 428px;
		padding: 18px;
		border: 1px solid #333;
		border-radius: 10px;
	}
}
.c-header__search-panel[aria-hidden='true'] {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition:
		visibility 0s 0.4s,
		opacity 0.4s;
}
.c-header__search-hukidasi {
	position: absolute;
	right: 68px;
	bottom: calc(100% - 1px);
	width: 20px;
	height: 12px;
}
@media (min-width: 48em) {
	.c-header__search-hukidasi {
		right: 16px;
		width: 20px;
		height: 10px;
		filter: drop-shadow(0px -1px 0 rgb(0, 0, 0));
	}
}
.c-header__search-hukidasi:before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #f7f7f7;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.c-header__search-close {
	position: relative;
	padding-top: 24px;
	margin-left: 10px;
	font-size: 1.4rem;
	color: var(--color-heading);
	letter-spacing: -0.1em;
}
.c-header__search-close:before,
.c-header__search-close:after {
	position: absolute;
	top: 12px;
	left: 50%;
	width: 17px;
	height: 2px;
	content: '';
	background-color: #333;
	border-radius: 9999px;
}
.c-header__search-close:before {
	transform: translate(-50%) rotate(45deg);
}
.c-header__search-close:after {
	transform: translate(-50%) rotate(-45deg);
}
.gssb_a img {
	display: inline;
	width: auto;
}
.gsc-results-wrapper-overlay img,
.gsc-results-wrapper-overlay svg {
	display: inline;
	width: auto;
}
.c-info-detail__inner {
	padding-inline: 20px;
}
@media (min-width: 48em) {
	.c-info-detail__inner {
		max-width: 1100px;
		padding-inline: 0;
		margin-inline: auto;
	}
}
.c-info-list__list {
	display: block;
	gap: 0;
	margin: 0;
}
.c-info-list__list > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-info-list__list > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-info-list__list > .c-info-list__item {
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
}
@media (min-width: 48em) {
	.c-info-list__list > .c-info-list__item {
		padding-bottom: 41px;
	}
}
.c-info-list__list > .c-info-list__item + .c-info-list__item {
	padding-top: 15px;
}
@media (min-width: 48em) {
	.c-info-list__list > .c-info-list__item + .c-info-list__item {
		padding-top: 41px;
	}
}
.c-info-list__link {
	display: grid;
	grid-template-areas: 'date label arrow' 'text text arrow';
	grid-template-columns: auto 1fr 14px;
	align-items: center;
	gap: 12px 8px;
}
@media (min-width: 48em) {
	.c-info-list__link {
		grid-template-areas: 'date label text arrow';
		grid-template-columns: 120px 60px 1fr 14px;
		gap: 10px;
		align-items: center;
	}
}
@media (min-width: 48em) {
	a.c-info-list__link:hover .c-info-list__link-text {
		text-decoration: underline;
	}
}
.c-info-list__date {
	grid-area: date;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	color: #666;
	line-height: 1.1333333333;
}
@media (min-width: 48em) {
	.c-info-list__date {
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.02em;
	}
}
.c-info-list__new {
	grid-area: label;
	justify-self: start;
	display: inline-block;
	padding: 1px 8px;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.13em;
	border: 1px solid;
	border-radius: 9999px;
}
@media (min-width: 48em) {
	.c-info-list__new {
		padding: 2px 10px;
		font-size: 1.4rem;
	}
}
.c-info-list__link-text {
	grid-area: text;
	font-size: 1.5rem;
	line-height: 1.8666666667;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (min-width: 48em) {
	.c-info-list__link-text {
		padding-inline: 5px;
		font-size: 1.6rem;
		line-height: 1.75;
		letter-spacing: 0.02em;
	}
}
.c-info-list__link-arrow {
	grid-area: arrow;
}
.c-info-list__sidebar {
	padding-top: 22px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}
.c-info-list__sidebar-title {
	padding-inline: 19px;
	padding-bottom: 12px;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-heading);
	border-bottom: 1px solid #bfbfbf;
}
@media (min-width: 48em) {
	.c-info-list__sidebar-title {
		padding-inline: 29px;
		padding-bottom: 16px;
		font-size: 1.6rem;
	}
}
.c-info-list__sidebar-list {
	display: block;
	gap: 0;
	margin: 0;
}
.c-info-list__sidebar-list > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-info-list__sidebar-list > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-info-list__sidebar-list > .c-info-list__sidebar-item {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--color-heading);
}
.c-info-list__sidebar-list > .c-info-list__sidebar-item + .c-info-list__sidebar-item {
	border-top: 1px dotted #999;
}
.c-info-list__sidebar-list > .c-info-list__sidebar-item.is-active > a:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #f7f7f7;
}
.c-info-list__sidebar-list > .c-info-list__sidebar-item > a {
	display: block;
	padding-block: 14px;
	padding-inline: 19px;
}
@media (min-width: 48em) {
	.c-info-list__sidebar-list > .c-info-list__sidebar-item > a {
		padding-inline: 29px;
		padding-block: 17px;
	}
	.c-info-list__sidebar-list > .c-info-list__sidebar-item > a:hover {
		text-decoration: underline;
	}
}
.c-local-navi {
	position: relative;
	padding-top: 22px;
	padding-bottom: 12px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}
.c-local-navi a {
	display: block;
	padding-inline: 19px;
}
@media (min-width: 48em) {
	.c-local-navi a {
		padding-inline: 29px;
	}
	.c-local-navi a:hover {
		text-decoration: underline;
	}
}
.c-local-navi__lv1 > a {
	padding-bottom: 14px;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-heading);
	border-bottom: 1px solid #bfbfbf;
}
@media (min-width: 48em) {
	.c-local-navi__lv1 > a {
		padding-bottom: 16px;
		font-size: 1.6rem;
	}
}
.c-local-navi__lv2 {
	display: block;
	gap: 0;
	margin: 0;
}
.c-local-navi__lv2 > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-local-navi__lv2 > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-local-navi__lv2 > li > a {
	position: relative;
	padding-block: 16px;
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--color-heading);
}
@media (min-width: 48em) {
	.c-local-navi__lv2 > li > a {
		padding-block: 16px;
	}
}
.c-local-navi__lv2 > li + li {
	border-top: 1px dotted #999;
}
.c-local-navi__lv2 li.is-active > a:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #f7f7f7;
}
.c-local-navi__lv3 {
	display: block;
	gap: 0;
	margin: 0;
}
.c-local-navi__lv3 > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-local-navi__lv3 > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-local-navi__lv3 > li a {
	position: relative;
	padding-block: 10px;
	font-size: 1.4rem;
}
.c-local-navi__lv3 > li a:before {
	display: inline-block;
	width: 8px;
	height: 1px;
	margin-block: 4px;
	margin-right: 8px;
	content: '';
	background-color: currentColor;
}
.c-local-navi__lv4 {
	display: block;
	gap: 0;
	margin: 0;
	padding-left: 16px;
}
.c-local-navi__lv4 > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-local-navi__lv4 > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-local-navi__lv5 {
	display: block;
	gap: 0;
	margin: 0;
	padding-left: 16px;
}
.c-local-navi__lv5 > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-local-navi__lv5 > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
.c-main {
	padding-inline: 20px;
}
@media (min-width: 48em) {
	.c-main {
		width: 1100px;
		margin-inline: auto;
		padding-inline: 0;
	}
}
.c-page-content {
	padding-inline: 20px;
}
@media (min-width: 48em) {
	.c-page-content {
		max-width: 1100px;
		padding-inline: 0;
		margin-inline: auto;
	}
}
.c-page-content__inner {
	margin-top: 25px;
}
@media (min-width: 48em) {
	.c-page-content__inner {
		margin-top: 40px;
	}
}
.c-page-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 15px 20px;
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 700;
	color: var(--color-heading);
	text-align: center;
	letter-spacing: 0.08em;
	background-color: #f7f7f7;
	background-image: url(/common/img/dotted_bg.svg);
	background-repeat: repeat;
	background-position: top 15px left 18px;
	border-radius: 20px;
}
@media (min-width: 48em) {
	.c-page-title {
		width: 100%;
		max-width: 1340px;
		min-height: 210px;
		margin-inline: auto;
		margin-bottom: 48px;
		font-size: 4rem;
		background-position: top 22px left 30px;
	}
}
.c-page-title span {
	font-size: 2.4rem;
}
@media (min-width: 48em) {
	.c-page-title span {
		font-size: 3.2rem;
	}
}
.c-page-title span.wrapper {
	font-size: inherit;
}
.c-page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: var(--z-index-page-top);
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding-bottom: 2px;
	color: #333;
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition-property: color, background-color, opacity, visibility;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
@media (min-width: 48em) {
	.c-page-top {
		right: 20px;
		bottom: 20px;
		width: 63px;
		height: 63px;
	}
	.c-page-top:hover {
		color: #fff;
		background-color: #333;
	}
}
.c-page-top.is-visible {
	opacity: 1;
	visibility: unset;
}
.c-page-top__arrow {
	width: 14px;
	transform: rotate(-90deg);
}
@media (min-width: 48em) {
	.c-page-top__arrow {
		width: 17px;
	}
}
.c-panel-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-height: 70px;
	padding: 16px 18px 16px 28px;
	border: 2px solid #e6e6e6;
	border-radius: 10px;
}
@media (min-width: 48em) {
	.c-panel-btn {
		min-height: 100px;
		padding: 20px 34px 20px 38px;
	}
	.c-panel-btn:hover {
		text-decoration: underline;
	}
}
.c-panel-btn__text {
	flex: 1;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-heading);
	line-height: 1.75;
	letter-spacing: 0.06em;
}
.c-panel-btn__icon {
	flex-shrink: 0;
}
.c-panel-btn__icon.c-panel-btn__icon--link {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	padding-inline: 7px;
	color: #fff;
	background-color: #333;
	border-radius: 9999px;
}
.c-panel-btn__icon.c-panel-btn__icon--pdf,
.c-panel-btn__icon.c-panel-btn__icon--docs,
.c-panel-btn__icon.c-panel-btn__icon--xls {
	width: 17px;
}
.c-question-list {
	display: block;
	gap: 0;
	margin: 0 0 50px;
	display: grid;
	gap: 30px;
}
.c-question-list > li {
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.c-question-list > li:before {
	position: relative;
	top: unset;
	left: unset;
	content: none;
}
@media (min-width: 48em) {
	.c-question-list {
		gap: 20px;
		margin-bottom: 60px;
	}
}
.c-question-list__link {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding-block: 13px;
	padding-right: 18px;
	padding-left: 19px;
	text-align: left;
	background-color: #fff;
	border: 1px dashed #bfbfbf;
	border-radius: 30px 30px 0;
}
@media (min-width: 48em) {
	.c-question-list__link {
		min-height: 98px;
		padding-block: 20px;
		padding-right: 48px;
		padding-left: 40px;
	}
	.c-question-list__link:hover {
		text-decoration: underline;
	}
}
.c-question-list__link-q {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	padding-bottom: 2px;
	margin-right: 12px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	background-color: #343434;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
}
@media (min-width: 48em) {
	.c-question-list__link-q {
		width: 38px;
		height: 38px;
		margin-right: 14px;
		font-size: 2rem;
	}
}
.c-question-list__link-text {
	flex: 1;
	font-size: 1.6rem;
	line-height: 1.75;
	color: var(--color-heading);
	letter-spacing: 0.02em;
}
@media (min-width: 48em) {
	.c-question-list__link-text {
		font-size: 1.8rem;
		line-height: 1.5555555556;
	}
}
.c-question-list__link-arrow {
	flex-shrink: 0;
	width: 14px;
	margin-left: 12px;
}
@media (min-width: 48em) {
	.c-question-list__link-arrow {
		margin-left: 14px;
	}
}
.c-sidebar-layout {
	display: grid;
	grid-template-areas: 'content' 'sidebar';
	gap: 50px;
}
@media (min-width: 48em) {
	.c-sidebar-layout {
		grid-template-areas: 'sidebar content';
		grid-template-columns: 240px 1fr;
		gap: 80px;
		max-width: 1100px;
		margin-inline: auto;
	}
}
.c-sidebar-layout__content {
	grid-area: content;
}
.c-sidebar-layout__sidebar {
	grid-area: sidebar;
	padding-inline: 20px;
}
@media (min-width: 48em) {
	.c-sidebar-layout__sidebar {
		padding-inline: 0;
	}
}
.u-d-none {
	display: none !important;
}
.u-d-inline {
	display: inline !important;
}
.u-d-inline-block {
	display: inline-block !important;
}
.u-d-block {
	display: block !important;
}
.u-d-grid {
	display: grid !important;
}
.u-d-table {
	display: table !important;
}
.u-d-table-row {
	display: table-row !important;
}
.u-d-table-cell {
	display: table-cell !important;
}
.u-d-flex {
	display: flex !important;
}
.u-d-inline-flex {
	display: inline-flex !important;
}
@media (min-width: 48em) {
	.u-d-md-none {
		display: none !important;
	}
	.u-d-md-inline {
		display: inline !important;
	}
	.u-d-md-inline-block {
		display: inline-block !important;
	}
	.u-d-md-block {
		display: block !important;
	}
	.u-d-md-grid {
		display: grid !important;
	}
	.u-d-md-table {
		display: table !important;
	}
	.u-d-md-table-row {
		display: table-row !important;
	}
	.u-d-md-table-cell {
		display: table-cell !important;
	}
	.u-d-md-flex {
		display: flex !important;
	}
	.u-d-md-inline-flex {
		display: inline-flex !important;
	}
}
.u-ls-none {
	letter-spacing: 0 !important;
}
.u-marker {
	display: inline;
	background-image: linear-gradient(transparent 75%, #ffeb69 75%);
}
.u-visually-hidden-focusable:not(:focus, :focus-within) {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	visibility: visible !important;
	opacity: 0% !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	width: 4px !important;
	height: 4px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}
.u-visually-hidden {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	visibility: visible !important;
	opacity: 0% !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	width: 4px !important;
	height: 4px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}
@font-face {
	font-family: Zen Maru Gothic;
	src: url(/common/fonts/ZenMaruGothic-Light.woff2) format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Zen Maru Gothic;
	src: url(/common/fonts/ZenMaruGothic-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Zen Maru Gothic;
	src: url(/common/fonts/ZenMaruGothic-Medium.woff2) format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Zen Maru Gothic;
	src: url(/common/fonts/ZenMaruGothic-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
.p-error__inner {
	padding-inline: 20px;
}
@media (min-width: 48em) {
	.p-error__inner {
		max-width: 1100px;
		padding-inline: 0;
		margin-inline: auto;
	}
}
.p-error__text {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
	text-align: center;
}
@media (min-width: 48em) {
	.p-error__text {
		font-size: 1.8rem;
		line-height: 2.6111111111;
		letter-spacing: 0.1em;
	}
}
.p-error__penry {
	width: 118px;
	margin: 30px auto 0;
}
@media (min-width: 48em) {
	.p-error__penry {
		width: 136px;
	}
}
