@charset "UTF-8";

/* CSS Document */


/* teams */

.c-title {
	text-align: left;
}

.c-title._h2 {
	position: relative;
	padding-bottom: 1rem;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 20px auto;
}

.c-title._h2:after,
.c-title._h2:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 3px;
	content: '';
}

.c-title._h2:before {
	width: 100%;
	background: #e7e7e7;
}

.c-title._h2:after {
	width: 15rem;
	background: #3c58a7;
}

.c-list {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: disc;
}

.c-list:not(:last-child) {
	margin-bottom: 2rem;
}

.c-list._indent {
	padding-left: 0;
}

.c-list._indent > li {
	padding-left: 1em;
	text-indent: -1em;
}

.c-list._style-none {
	padding-left: 0;
	list-style: none;
}

.c-list._style-asterisk,
.c-list._style-decimal,
.c-list._style-decimal-note,
.c-list._style-disc,
.c-list._style-hyphen {
	padding-left: 0;
	list-style-type: none;
}

.c-list._style-asterisk > li,
.c-list._style-decimal-note > li,
.c-list._style-decimal > li,
.c-list._style-disc > li,
.c-list._style-hyphen > li {
	position: relative;
	padding-left: 1em;
}

.c-list._style-asterisk > li:before,
.c-list._style-decimal-note > li:before,
.c-list._style-decimal > li:before,
.c-list._style-disc > li:before,
.c-list._style-hyphen > li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
}

.c-list._style-hyphen > li:before {
	content: '\002d';
}

.c-list._style-disc > li:before {
	content: '・';
}

.c-list._style-asterisk > li:before {
	content: '*';
}

.c-list._style-decimal {
	counter-reset: item;
}

.c-list._style-decimal > li {
	padding-left: 2em;
	font-size: 1em;
	line-height: 1.8;
}

.c-list._style-decimal > li:before {
	content: counter(item) '.';
	counter-increment: item;
}

.c-list._style-decimal > li .c-list._style-decimal {
	counter-reset: item;
}

.c-list._style-decimal > li .c-list._style-decimal > li:before {
	content: '(' counter(item) ')';
	counter-increment: item;
}

.c-list._style-decimal-note {
	counter-reset: item;
}

.c-list._style-decimal-note > li {
	padding-left: 2em;
}

.c-list._style-decimal-note > li .decimal-num {
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
}

.c-red{
	color: rgb(206, 0, 0);
}
