.hc-list {
	position: relative;
	color: var(--text-color);
	margin: 0 !important;
}

.hc-list > li {
	padding-left: 1em;
  position: relative;
}

.hc-list > li::before {
  content: '・';
	color: var(--text-color);
	font-size: 1em;
	position: absolute;
  top: 0;
  left: 0;
}

.hc-list + .tableWrap.type1 {
	margin-top: 16px;
}

.hc-list + .hp-text-wrap {
	margin-top: 16px;
}

.hc-list + .hc-table-wrap-sp-scroll {
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.hc-list + .hc-table-wrap-sp-scroll {
		margin-top: 14px;
	}
}

.hc-list > li > .hu-bold > .hc-text-note {
	padding-left: 0;
	text-indent: 0;
}

.hc-list-num {
	counter-reset: num;
	color: var(--text-color);
	list-style: none;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
}

.hc-list-num > li {
	padding-left: 1em;
	text-indent: -1em;
}

.hc-list-num > li::before {
	content: counter(num)'.';
	counter-increment: num;
}

.hc-list-num--paren > li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.hc-list-num--paren > li::before {
	content: '('counter(num)')';
	counter-increment: num;
}

.hc-list-num--circle > li::before {
	content: '';
}

.mainContents .hc-list-question {
	margin: 0;
}

.hc-list-question li a {
	font-size: 16px;
	line-height: 1.75;
	position: relative;
	padding: 24px 24px 24px 38px;
	border-bottom: 1px solid #CECECE;
	display: block;
	color: var(--text-color);
}

.hc-list-question li:first-child a {
	padding-top: 0;
}

@media screen and (min-width: 768px) {
	.hc-list-question li a:hover {
		color: var(--link-color);
		font-weight: bold;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-question li a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-question li a {
		font-size: 14px;
		line-height: 1.71;
		padding: 12px 16px 12px 22px;
	}
}

.hc-list-question li a::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(/common/rwd/images/rn/icon_q.svg) center center/contain no-repeat;
	position: absolute;
	top: 1.5em;
	left: 0;
}

@media screen and (max-width: 767px) {
	.hc-list-question li a::before {
		width: 16px;
		height: 16px;
		top: 1em;
		left: 0;
	}
}

@media screen and (min-width: 768px) {
	.hc-list-question li:first-child a::before {
		top: 0;
	}
}

.hc-list-question li a .hc-category {
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.hc-list-question li a .hc-category {
		margin-top: 8px;
	}
}

.hc-category + .hc-list-question li a {
	padding-top: 24px;
}

@media screen and (max-width: 767px) {
	.hc-list-question li a {
		padding-top: 12px!important;
	}
}

.hc-category + .hc-list-question li:first-child a::before {
	top: 1.5em;
}

@media screen and (max-width: 767px) {
	.hc-category + .hc-list-question li:first-child a::before {
		top: 1em;
	}
}

.hc-list-step {
	margin: 0;
	padding-left: 0;
	position: relative;
	list-style: none;
	counter-reset: num;
}

.hc-list-step li {
	padding: 16px 0 16px 40px;
	text-indent: -40px;
	line-height: 1.5;
	background: url(/common/rwd/images/rn/icon_dots_x.svg) left bottom/8px 3px repeat-x;
}

@media screen and (max-width: 767px) {
	.hc-list-step li {
		padding: 16px 0 12px 30px;
		text-indent: -30px;
		line-height: 1.4;
	}
}

.hc-list-step li::before {
	content: counter(num)'.';
	counter-increment: num;
	font-weight: bold;
	font-size: 24px;
	color: #999;
	margin-right: 16px;
}

@media screen and (max-width: 767px) {
	.hc-list-step li::before {
		font-size: 20px;
		margin-right: 12px;
	}
}

.hc-list-step + .hp-text-wrap {
	margin-top: 64px;
}

@media screen and (max-width: 767px) {
	.hc-list-step + .hp-text-wrap {
		margin-top: 48px;
	}
}

.hc-list-genre {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.hc-list-genre {
		height: 614px;
	}
}

.hc-list-genre__item {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item {
		width: calc((100% - 7%) / 4);
		font-size: 16px;
		font-weight: bold;
		line-height: 1.25;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item {
		width: 100%;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item:not(:last-of-type) {
		margin-right: 2%;
	}
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item ul {
		margin: 0 0 32px !important;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item ul {
		margin: 0 !important;
	}
}

.hc-list-genre__item a {
	color: var(--text-color) !important;
}

@media screen and (max-width: 767px) {
	a.hc-list-genre__item-accordion {
		display: block;
		color: var(--text-color) !important;
		padding: 12px 32px;
		border-top: 1px solid var(--border-color);
		position: relative;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item-accordion::after {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		background: url(/common/rwd/images/rn/icon_cross.svg) left top/contain no-repeat;
	}

	.hc-list-genre__item-accordion.is-active {
		color: var(--text-color) !important;
	}

	.hc-list-genre__item-accordion.is-active::after {
		width: 22px;
		height: 22px;
		right: 11px;
		background-image: url(/common/rwd/images/rn/icon_accordion_on.svg);
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item-accordion span {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item a:hover {
		color: var(--link-color) !important;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item a:hover {
		text-decoration: none !important;
	}
}

.hc-list-genre__item .hc-list-genre__item-list {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item .hc-list-genre__item-list {
		margin: 12px 0 0 0;
		padding-left: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item .hc-list-genre__item-list {
		display: none;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item-accordion + ul li:first-child > .hc-list-genre__item-link {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item-list li:nth-of-type(n+2) {
		margin: 16px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item-list a {
		display: block;
		padding: 12px 16px 12px 44px;
		position: relative;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item-list li a {
		border-top: 1px solid var(--border-color);
	}
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item li:not(:first-of-type) {
		margin-top: 16px;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item-link {
		display: block;
		color: var(--text-color) !important;
		padding: 12px 32px;
		border-top: 1px solid var(--border-color);
		position: relative;
		padding-left: 24px;
	}
}

@media screen and (max-width: 767px) {
	.hc-list-genre__item-link::after {
		display: block;
		content: '';
    width: 5px;
    height: 10px;
    background: url(/common/rwd/images/rn/icon_arrow.svg) no-repeat bottom right / contain;
		position: absolute;
    top: 50%;
		right: 16px;
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 768px) {
	.hc-list-genre__item .hc-list-genre__item-list a.is-active {
		color: var(--link-color) !important;
		pointer-events: none;
	}
}

.hc-list-genre__more-button {
	display: block;
	color: var(--text-color);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 12px 0;
	border-top: 1px solid var(--border-color);
	position: relative;
}

@media screen and (min-width: 768px) {
	.hc-list-genre__more-button {
		display: none;
	}
}

.hc-list-genre__more-button span {
	position: relative;
	padding-right: 32px;
}

.hc-list-genre__more-button span::before,
.hc-list-genre__more-button span::after {
	right: 0;
}

@media screen and (max-width: 767px) {
	.is-active.hc-list-genre__more-button span::before {
		opacity: 0;
	}
}
