@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	position: relative;
}

.section_1 .heading_wrap .heading .main,
.section_1 .heading_wrap .heading .sub {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_1 .item_wrap {
	gap: 24px;
}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .table_wrap {
	gap: 24px;
}

.section_1 .table_wrap .table_wrap_inner {}

.section_1 .table_wrap .table_wrap_inner .table {}

.section_1 .table_wrap .table_wrap_inner .table tr {
	border-bottom: 1px #201E46 solid;
}

.section_1 .table_wrap .table_wrap_inner .table tr th,
.section_1 .table_wrap .table_wrap_inner .table tr td {
	padding: 16px 0px;
	border: 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
}

.section_1 .table_wrap .table_wrap_inner .table tr th .flex .text,
.section_1 .table_wrap .table_wrap_inner .table tr td .flex .text {}

.section_1 .table_wrap .table_wrap_inner .table tr th .flex .big,
.section_1 .table_wrap .table_wrap_inner .table tr td .flex .big {
	font-size: 1rem;
}

.section_1 .table_wrap .table_wrap_inner .table tr th {
	width: auto;
	padding-right: 8px;
}

.section_1 .table_wrap .table_wrap_inner .table tr th .flex {}

.section_1 .table_wrap .table_wrap_inner .table tr th .flex .text {}

.section_1 .table_wrap .table_wrap_inner .table tr td {
    width: 1%;
	padding-left: 8px;
	text-align: right;
	white-space: nowrap;
}

.section_1 .table_wrap .table_wrap_inner .table tr td .flex {}

.section_1 .table_wrap .table_wrap_inner .table tr td .flex .text {}

.section_1 .table_wrap .table_wrap_inner .table tr:first-child th,
.section_1 .table_wrap .table_wrap_inner .table tr:first-child td {
	padding-top: 0;
}

.section_1 .table_wrap .table_memo {
	width: 100%;
	font-family: "Zen Old Mincho", serif;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_1 .table_wrap {
		gap: 36px;
	}

	.section_1 .table_wrap .table_wrap_inner .table tr th .flex .text,
	.section_1 .table_wrap .table_wrap_inner .table tr td .flex .text {
		font-size: 1.125rem;
	}

	.section_1 .table_wrap .table_wrap_inner .table tr th .flex .big,
	.section_1 .table_wrap .table_wrap_inner .table tr td .flex .big {
		font-size: 1.25rem;
	}

	.section_1 .table_wrap .table_memo {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
