@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;
	/* font-feature-settings: "palt" 1; */
	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 {
	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%);
}

.__wrapper .__newProduct {
	margin-bottom: 1.825em;
}

.__wrapper .__newProduct button {
	width: 100%;
	height: 2.7272em;
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: var(--commonColorE);
	background: var(--commonColorF);
	border-radius: 99em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.__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="history"]::before {background: url(../../images/icon/history_icon.png) center / 100% no-repeat;}
.__wrapper .__nav .__list li[data="team"]::before {background: url(../../images/icon/team_icon.png) center / 100% no-repeat;}
.__wrapper .__nav .__list li[data="user"]::before {background: url(../../images/icon/user_icon.png) center / 100% no-repeat;}
.__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","游ゴシック体","YuGothic","Hiragino Kaku Gothic Pro", Meiryo,'sans-serif';
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorB);
}



/* RightContents
------------------------------*/

.__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="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 > 
.__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[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 .__title .txt-underline {

}

.__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 .blockContents:has( > a) {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.__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',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Hiragino Kaku Gothic Pro", Meiryo,'sans-serif';
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorB);
	/* margin-bottom: .71428571428em; */
}

.__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);
}



/* 最近使用したBase レコードからはじめる
------------------------------*/

.__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 
.__contentstitle i {
	width: 1.125em;
	height: 1.125em;
	display: inline-block;
	aspect-ratio: 1;
}

.__wrapper .__body[data-page] .__contents 
.__sort {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .9375em;
}

.__wrapper .__body[data-page] .__contents 
.__sort .__title {
	font-size: .75em;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorB);
}

.__wrapper .__body[data-page] .__contents 
.__sort .__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .1875em;
}

.__wrapper .__body[data-page] .__contents 
.__sort .__list li {
	width: .806875em;
	height: auto;
	aspect-ratio: 1;
	position: relative;
}

.__wrapper .__body[data-page] .__contents 
.__sort .__list li input {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

.__wrapper .__body[data-page] .__contents 
.__sort .__list li:has( > input[data-sort="under"]) {
	transform: scale(1, -1);
}

.__wrapper .__body[data-page] .__contents 
.__sort .__list li::after{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../../images/icon/sort_order.png) center / 100% no-repeat;
	display: block;
	filter: invert(98%) sepia(80%) saturate(263%) hue-rotate(198deg) brightness(114%) contrast(85%);
}

.__wrapper .__body[data-page] .__contents 
.__sort .__list li:has( > input:checked)::after{
	filter: invert(51%) sepia(71%) saturate(7277%) hue-rotate(216deg) brightness(98%) contrast(105%);
}

.__wrapper .__body .__contents > .__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 1.657478463%;
}

.__wrapper .__body .__contents >  .__list > li {
	width: min(13.4375em, calc((100% - 1.657478463% * 3) / 4));
	position: relative;
	cursor: pointer;
}

.__wrapper .__body .__contents >  .__list li .__img {
	background: var(--commonColorC);
	border: 1px solid var(--commonColorC);
	margin-bottom: 1em;
	box-sizing: border-box;
	aspect-ratio: 215 / 180;
}

.__wrapper .__body .__contents >  .__list li .__img img {
	height: 100%;
	object-fit: contain;
}

.__wrapper .__body .__contents >  .__list li time {
	font-size: .875em;
	font-weight: 500;
	font-family: 'Inter', 'Noto Sans JP',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Hiragino Kaku Gothic Pro", Meiryo,'sans-serif';
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorB);
	/* margin-bottom: .71428571428em; */
}

.__wrapper .__body .__contents >  .__list li .__name {
	font-size: .875em;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorA);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.__wrapper .__body .__contents >  .__list li .__split {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	aspect-ratio: 1;
	cursor: pointer;
}

.__wrapper .__body .__contents >  .__list li .__split > button {
	width: 2.5em;
	height: 2.5em;
	margin-left: auto;
	display: block;
	transform: rotate(90deg);
}

.__wrapper .__body .__contents >  .__list li .__split > button::after {
	content: '...';
	line-height: 0;
	color: var(--commonColorB);
	vertical-align: super;
	/* writing-mode: vertical-lr; */
}

.__wrapper .__body .__contents >  .__list li .__split .__list {
	width: auto;
	background: var(--commonColorE);
	border: 1px solid var(--commonColorC);
	border-radius: 3px;
	padding: .625em;
	box-sizing: border-box;
	position: absolute;
	top: -.625em;
	right: 0;
	display: none;
	transform: translate(0, -100%);
}

.__wrapper .__body .__contents >  .__list li .__split .__list::before {
	content: '';
	width: calc(1.25em + 2px);
	height: calc(1.25em + 2px);
	background: var(--commonColorC);
	display: block;
	position: absolute;
	bottom: calc(-1.25em + -2px);
	right: calc(.5em - 1px);
	aspect-ratio: 1;
	clip-path: polygon(50% 50%, 0 0, 100% 0);
}

.__wrapper .__body .__contents >  .__list li .__split .__list::after {
	content: '';
	width: 1.25em;
	height: 1.25em;
	border: .625em solid;
	border-color: transparent;
	border-top-color: var(--commonColorE);
	box-sizing: border-box;
	display: block;
	position: absolute;
	bottom: -1.25em;
	right: .5em;
	aspect-ratio: 1;
	/* transform: translate(0, 100%); */
}

.__wrapper .__body .__contents >  .__list li .__split .__list li {
	font-size: .625em;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	text-align: left;
	color: var(--commonColorB);
}


.__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 section {
	display: flex;
	flex-direction: column;
	
}

.__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;
}


#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;
}

/* ------------------------------
  nav modal
------------------------------*/
:root {
	/* Theme */
	--modal-bg: rgba(255, 255, 255, 0.92);
	--modal-fg: #101828;
	--modal-muted: rgba(16, 24, 40, 0.65);

	--modal-border: rgba(16, 24, 40, 0.10);
	--modal-shadow: 0 18px 60px rgba(0, 0, 0, 0.20);
	--modal-radius: 16px;

	--accent: #2563eb;
	--accent-2: #7c3aed;

	--backdrop: rgba(15, 23, 42, 0.55);
	--backdrop-soft: rgba(15, 23, 42, 0.35);
}
.appModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: none;
	z-index: 9999;

	align-items: center;
	justify-content: center;

	padding: 24px;
	-webkit-font-smoothing: antialiased;
}

.appModal.is-open {
	display: flex;
}
.appModal__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background: radial-gradient(
		1200px 600px at 50% 20%,
		var(--backdrop-soft),
		var(--backdrop)
	);

	animation: modalFadeIn 160ms ease-out both;
}
.appModal__box {
	position: relative;
	width: min(520px, 92vw);

	background: var(--modal-bg);
	color: var(--modal-fg);

	border-radius: var(--modal-radius);
	box-shadow: var(--modal-shadow);
	border: 1px solid var(--modal-border);

	/* ✅ 여백(타이트 버전) */
	padding: 14px 16px;

	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);

	transform: translateY(10px) scale(0.98);
	opacity: 0;
	animation: modalPopIn 180ms cubic-bezier(.2, .9, .2, 1) both;

	overflow: hidden;
}
.appModal__box::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;

	border-radius: calc(var(--modal-radius) + 1px);
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.45),
		rgba(124, 58, 237, 0.35),
		rgba(37, 99, 235, 0.12)
	);

	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;
}
.appModal.is-busy .appModal__box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	height: 3px;
	background: linear-gradient(
		90deg,
		rgba(37, 99, 235, 0),
		rgba(37, 99, 235, .9),
		rgba(124, 58, 237, .9),
		rgba(37, 99, 235, 0)
	);

	transform: translateX(-40%);
	animation: modalBar 900ms ease-in-out infinite;
	opacity: .85;
}
.appModal__row {
	display: flex;
	gap: 10px;
	align-items: center;
}
.appModal__title {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 0 0 4px;
}
.appModal__msg {
	font-size: 13px;
	line-height: 1.55;
	color: var(--modal-muted);
	white-space: pre-line;
}
.appModal__actions {
	margin-top: 14px;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.appModal.is-busy .appModal__actions {
	display: none;
	margin-top: 0;
}
.appModal__btn {
	appearance: none;
	border: 1px solid rgba(16, 24, 40, 0.14);
	background: rgba(255, 255, 255, 0.7);
	color: var(--modal-fg);

	border-radius: 12px;
	padding: 9px 14px;
	font-size: 13px;
	font-weight: 700;

	cursor: pointer;
	transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}
.appModal__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.appModal__btn:active {
	transform: translateY(0);
	box-shadow: none;
}
.appModal__btn:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.35);
	outline-offset: 2px;
}
.appModal__spinner {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	flex: 0 0 22px;

	border: 2.5px solid rgba(16, 24, 40, 0.15);
	border-top-color: rgba(37, 99, 235, 0.95);
	border-right-color: rgba(124, 58, 237, 0.75);

	animation: modalSpin 800ms linear infinite;
	margin-top: 0;
}
@keyframes modalSpin {
	to { transform: rotate(360deg); }
}
@keyframes modalFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes modalPopIn {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@keyframes modalBar {
	0% { transform: translateX(-40%); }
	50% { transform: translateX(40%); }
	100% { transform: translateX(120%); }
}
.appModal__box {
	opacity: 1;
	transform: none;
}

/* Footer
------------------------------*/
.__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);
}