@charset "UTF-8";

/* 共通 */
body {
	font-size: 16px;
	font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", Meiryo, 'sans-serif';
	font-display: swap;
	line-height: 1.4;
	letter-spacing: calc(70 / 1000 * 1em);
	color: #1f1f1f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

main {
	width: 100%;
}

:root {
	--commonColorA: #111111;
	--commonColorB: #aaaaaa;
	--commonColorC: #ececec;
	--commonColorD: #fafafa;
	--commonColorE: #ffffff;
	--commonColorF: #2163fe;
	--commonColorG: #163f9b;
	--commonColorH: #08d5b9;
}

/* __wrapper */
.__wrapper {
	width: 100%;
	background: var(--commonColorD);
	padding: 3.125em 1.25em 2em;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.__wrapper {
		padding: 3.125em 1.25em;
	}
}

.__wrapper :is(ul, li) {
	padding: 0;
	margin: 0;
	list-style: none;
}

.__wrapper img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.__wrapper :is(em, strong, span, b) {
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
.__wrapper .blockContents { display: block; }

.__wrapper :is(button, input) {
	padding: 0;
	appearance: inherit;
}

.__wrapper .__inner {
	max-width: 80em;
	width: 100%;
	margin: 0 auto;
}

.__wrapper .__column {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.__wrapper .__column {
		flex-direction: column;
	}
}

.__wrapper .__inner.__column {
	gap: 3.90625%;
}

/* サイドナビ */
.__wrapper .__nav {
	width: min(20.3125em, 25.390625%);
}

.__nav-logo {
	display: flex;
	justify-content: center;
	padding: 16px 0 24px;
}
.__nav-logo img {
	width: 210px;
	height: auto;
}

.__wrapper .__nav .__list {
	width: 100%;
	padding: 0 1.25em;
	margin-bottom: 2.5em;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	gap: 2em;
}

.__wrapper .__nav .__list li {
	display: flex;
	align-items: baseline;
	justify-content: start;
	gap: .625em;
}

.__wrapper .__nav .__list li::before {
	content: '';
	width: 1.125em;
	height: 1.125em;
	display: inline-block;
	aspect-ratio: 1;
}

.__wrapper .__nav .__list li[data="manual"]::before { background: url(../../images/icon/manual_icon.png) center / 100% no-repeat; }
.__wrapper .__nav .__list li[data="faq"]::before { background: url(../../images/icon/contact_icon.png) center / 100% no-repeat; }
.__wrapper .__nav .__list li[data="fees"]::before { background: url(../../images/icon/fees_icon.png) center / 100% no-repeat; }

.__wrapper .__nav .__list li a {
	font-size: 1.375em;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	text-decoration: none;
	color: var(--commonColorA);
	transition: all .3s ease-in-out;
}

.__wrapper .__nav .__list li a:hover {
	text-decoration: underline;
	text-underline-offset: .35em;
	opacity: .8;
}

.__wrapper .__nav .__ver {
	width: 100%;
	padding: 0 1.25em;
}

.__wrapper .__nav .__ver * {
	font-size: .875em;
	font-weight: 500;
	font-family: 'Inter', 'Noto Sans JP', "游ゴシック", "Yu Gothic", Meiryo, 'sans-serif';
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorB);
}


.__wrapper .__body {
	width: min(calc(100% - 3.125em - 20.3125em), 70.703125%);
}
@media only screen and (max-width: 767px) {
	.__wrapper .__body {
		width: 100%;
	}
}

.__wrapper .__body .__contents {
	width: 100%;
	container-type: inline-size;
}

.__wrapper .__body .__contents:not(:last-child),
.__wrapper .__body[data-page] .__contents section:not(:last-child) {
	margin-bottom: 3.75em;
}

.__wrapper .__body[data-page] .__contents[data="main"] {
	align-items: initial;
	gap: 7.734806629%;
}

.__wrapper .__body[data-page] .__contents > .__box {
	width: 100%;
}

.__wrapper .__body[data-page] .__contents >
.__box[data="news"] {
	width: min(22.9375em, 40.552486187%);
	height: min(85.5cqh, 18.3125em);
	border: 2px solid var(--commonColorC);
	padding: 1.25em 1em;
	box-sizing: border-box;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.__wrapper .__body[data-page] .__contents >
	.__box[data="news"] {
		width: 100%;
	}
}

.__wrapper .__body[data-page] .__contents >
.__box[data="summary"] {
	width: min(29.25em, calc(100% - 40.552486187% - 7.734806629%));
}
@media only screen and (max-width: 767px) {
	.__wrapper .__body[data-page] .__contents >
	.__box[data="summary"] {
		width: 100%;
	}
}

.__wrapper .__body[data-page] .__contents[data="main"] >
.__box .__title {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
	margin-bottom: .15em;
}
@media only screen and (max-width: 767px) {
	.__wrapper .__body[data-page] .__contents[data="main"] >
	.__box .__title {
		font-size: 1.25em;
		text-align: center;
	}
}

.__wrapper .__body[data-page] .__contents[data="main"] >
.__box .__title small {
	font-size: 90%;
}

.__wrapper .__body[data-page] .__contents[data="main"] >
.__box .__text {
	font-size: .875em;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
}

.__wrapper .__body[data-page] .__contents[data="main"] >
.__box > .__box {
	border: 2px solid var(--commonColorC);
	padding: 1em 1.25em;
	margin-top: 2.1875em;
	box-sizing: border-box;
}

.__wrapper .__body[data-page] .__contents[data="main"] >
.__box .__subtitle {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
	margin-bottom: .44em;
}

.__wrapper .__body[data-page] .__contents[data="main"] >
.__box .__text a {
	font-size: inherit;
	font-weight: inherit;
	color: var(--commonColorG);
	text-decoration: underline;
	text-underline-offset: .35em;
}

.__wrapper .__body[data-page] .__contents >
.__box[data="news"] .__subtitle {
	text-align: center;
	margin-bottom: 1.11em;
}

.__wrapper .__body[data-page] .__contents >
.__box[data="news"] .__list {
	height: calc(100% - 1.25em * 2);
	overflow-y: auto;
	scrollbar-color: var(--commonColorC) transparent;
	scrollbar-width: thin;
}

.__wrapper .__body[data-page] .__contents >
.__box[data="news"] .__list li:not(:last-child) {
	margin-bottom: .675em;
}

.__wrapper .__body[data-page] .__contents >
.__box[data="news"] time {
	font-size: .875em;
	font-weight: 500;
	font-family: 'Inter', 'Noto Sans JP', Meiryo, 'sans-serif';
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorB);
}

.__wrapper .__body[data-page] .__contents[data="main"] >
.__box .__data {
	font-size: .875em;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
}


.__wrapper .__body[data-page] .__contents >
.__box {
	align-items: center;
	margin-bottom: 1.25em;
}

.__wrapper .__body[data-page] .__contents
.__contentstitle {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
}

.__wrapper .__body[data-page] .__contents section {
	display: flex;
	flex-direction: column;
}


.__wrapper .__body[data-page] .__contents[data="manual"] > .__box {
	margin-bottom: 2.5em;
}

.__wrapper .__body[data-page] .__contents[data="manual"] .__subtitle {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
	margin-bottom: 1.2em;
}

.__wrapper .__body[data-page] .__contents[data="manual"] .__text {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
	margin-bottom: 1.2em;
}

.__wrapper .__body[data-page] .__contents[data="manual"]
.__text > b {
	font-size: 110%;
	font-weight: bold;
	color: var(--commonColorG);
}

.__wrapper .__body[data-page] .__contents[data="manual"]
table :is(th, td) {
	font-size: 1em;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
}

.__wrapper .__body[data-page] .__contents[data="manual"]
.__list {
	padding-left: 1.5em;
}

.__wrapper .__body[data-page] .__contents[data="manual"]
li {
	font-size: 1em;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
	text-indent: -1em;
	color: var(--commonColorA);
	padding-left: 1em;
	list-style: disc;
}


.__wrapper .__body[data-page] .__contents[data="summary"]
.__text {
	font-size: .875em;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
}


#contents_faq {
	border-top: 1px solid var(--commonColorA);
	padding-top: 2.5em;
	margin-top: 3em;
	box-sizing: border-box;
}

#contents_faq .__text {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
	margin-bottom: 1.2em;
}

#contents_faq .__button {
	max-width: 25%;
	width: 100%;
}

#contents_faq .__button a {
	width: 100%;
	height: 2.35em;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	color: var(--commonColorE);
	background: var(--commonColorA);
	border-radius: 99em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}


.__footer {
	width: 100%;
	padding: 2em 1.25em;
	box-sizing: border-box;
	background: #004499;
}

.__footer__inner {
	max-width: 80em;
	margin: 0 auto;
	text-align: center;
	font-size: .875em;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.7);
}

.__footer__inner a {
	color: #ffffff;
	text-decoration: none;
	transition: opacity .3s ease-in-out;
}

.__footer__inner a:hover {
	text-decoration: underline;
	text-underline-offset: .35em;
	opacity: .8;
}

.__footer__separator {
	margin: 0 .75em;
	color: rgba(255, 255, 255, 0.5);
}

.__footer__copyright {
	margin-top: 1.25em;
	font-size: .857em;
	color: rgba(255, 255, 255, 0.5);
}