.tab_list.custom-underline {
	/* border-bottom:1px solid #e2e5e9; */
}

.bg-box.discord {
	display: flex;
	margin-top: 4rem;
	height: 30rem;
}

.bg-box.discord+.btn-wrap {
	margin-top: 1.6rem;
}

.bg-box.discord .bg-img {
	width: 54rem;
}

.bg-box.discord .txt-wrap {
	width: calc(100% - 54rem);
	padding: 0 4rem;
	display: flex;
	/* box-sizing: border-box; */
	background: #fafbfd;
	flex-direction: column;
	justify-content: center;
}

.bg-box.discord .txt-wrap .tit {
	color: #111;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.5;
	word-break: keep-all;
}

.bg-box.discord .txt-wrap .txt {
	color: #111;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 1.6;
	margin-top: 2.4rem;
}

.two-column-list .lists li {
	color: #111;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 1.7;
}

.bg-box.discord+.tit-depth__03 {
	margin-top: 6rem;
}

.tit-depth__03+.two-column-list {
	margin-top: 2rem;
}

.two-column-list+.tit-depth__03 {
	margin-top: 6rem;
}



.tit-depth__03+.two-list-group {
	margin-top: 2rem;
}

.two-list-group+.tit-depth__03 {
	margin-top: 6rem;
}

.two-list-group .lists {
	flex: 1;
	margin-right: 4rem;
}

.two-list-group .lists+.lists {}

.table-wrap.table-wrap--explan .col_01 {
	width: 14rem;
}

.table-wrap.table-wrap--explan .col_02 {
	width: 18rem;
}

.table-wrap.table-wrap--explan .col_03 {
	width: auto;
}

.table-wrap.table-wrap--explan .col_04 {
	width: 18rem;
}

.table-wrap.table-wrap--explan .col_05 {
	width: 18rem;
}

.table-wrap.table-wrap--explan tbody td .small {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #545456;
}

.btn-wrap+.tit-depth__03 {
	margin-top: 6rem;
}

.two-list-group {
	display: flex;
}

.two-list-group .lists {}

.two-list-group .lists .tit {
	color: #111;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.7;
}

.two-list-group .lists li {
	color: #111;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 1.7;
}

@media (max-width:1024px) {
	.bg-box.discord .txt-wrap {
		width: 100%;
		padding: 2.4rem 1.6rem 3.2rem;
	}

	.bg-box.discord .txt-wrap .tit {
		font-size: 2rem;
		word-break: keep-all;
	}
	.bg-box.discord .txt-wrap .txt br,
	.bg-box.discord .txt-wrap .tit br {
		display: none;
	}

	.bg-box.discord .txt-wrap .txt {
		font-size: 1.4rem;
		margin-top: 1.6rem;
	}
	.two-list-group {
		display: block;
	}
	.two-list-group .lists li {
		margin-bottom: 2rem;
	}

	.bg-box.discord {
		flex-direction: column;
		height: auto;
		margin: 0;
	}

	.bg-box.discord .bg-img {
		width: 100%;
		/* height:0; */
		/* padding-bottom:56.26%; */
		position: relative;
	}

	.bg-box.discord .bg-img:before {
		content: '';
		/* position:absolute; */
		left: 0;
		top: 0;
		display: block;
		padding-top: 56.26%;
	}

	.bg-box.discord+.tit-depth__03 {
		margin-top: 3rem;
	}

	.bg-box.discord .bg-img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.two-column-list .lists {
    grid-template-columns: repeat(1, 1fr);
  }

  .tit-depth__03+.two-column-list {
    margin-top: 1.6rem;
  }

  .two-column-list .lists li {
    font-size: 1.4rem;
  }

  .two-column-list .lists li+li {
    margin-top: 0.4rem;
  }

  .two-column-list+.tit-depth__03 {
    margin-top: 3rem;
  }
	.lists.dot li::before{
		top: 0.7rem;
	}
}