@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/

html {
    scroll-padding-top: 800px;
}

.phase {
	margin-bottom:40px;
}

p {
	margin-bottom: 1em;
}

ul {
	margin-left: 1em;
}

ul li {
	list-style: disc;
	margin-bottom: 0.5em;
}

ol li {
	margin-bottom: 0.5em;
}

ol.paren{
	counter-reset: item;
	list-style: none;
	margin-left: 10px !important;
}
ol.paren li:before{
	content: "(" counters(item, "-") ")";
	counter-increment: item;
	margin-right: 0.5em;
}
ol.paren li{
	margin-bottom: 0 !important;
	padding-left: 2em;
	text-indent: -1.75em;
}