@charset "utf-8";
/* CSS Document */

/* スタイル
----------------------------------------------------------- */

main section#right ul li {
	margin-bottom: 4px;
	position: relative;
	padding-left: 15px;
}
main section#right ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #fc7e76;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}
a[id^="link"]{
	display: inline-block;
	margin-top: -80px;
  padding-top: 80px;
}
main section#right {
	font-size: 1.4rem;
}
ol{
	padding: 0;
}
 
ol li{
  list-style-type:decimal-leading-zero;
  list-style-position:inside;
	margin-bottom: 4px;
	text-indent: -2em;
	padding-left: 2em;
	position: relative;
}
ol li::before{
	content: none;
}

@media screen and (max-width: 768px) {

}


@media screen and (max-width: 480px) {

}