@charset "utf-8";

/*------------------------------------------------

		guide

------------------------------------------------*/
.md_guide {
	max-width: 800px;
	margin: 0 auto;
}
.md_guide_list {
	position: relative;
}
.md_guide_list::before {
	background: #ccc;
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 35px;
	top: 0;
}
.md_guide_list .md_guide_list_item {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.md_guide_list .md_guide_list_item + .md_guide_list_item {
	margin-top: 80px;
}
.md_guide_list .md_guide_list_item:last-of-type {
	background: #fff;
}
.md_guide_list .md_guide_list_item > p:first-of-type {
	align-content: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: center;
	line-height: 1.25;
	width: 70px;
	height: 70px;
	text-align: center;
}
.md_guide_list .md_guide_list_item > p:first-of-type span,
.md_guide_list .md_guide_list_item > p:first-of-type i {
	display: block;
	width: 100%;
}
.md_guide_list .md_guide_list_item > p:first-of-type span {
	font-size: 1.0rem;
}
.md_guide_list .md_guide_list_item > p:first-of-type i {
	font-size: 1.6rem;
}
.md_guide_list .md_guide_list_item .md_guide_list_item_inner {
	width: calc(100% - 130px);
}
.md_guide_list .md_guide_list_item h2 {
	color: #e61273;
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 15px;
}
/* .md_guide_list .md_guide_list_item h2 span {
	border-bottom: 1px solid #e61273;
	padding-bottom: 1px;
} */
.md_guide_list .md_guide_list_item p + p {
	margin-top: 10px;
}
.md_guide_list .md_guide_list_item .md_btn a {
	margin: 20px 0;
}
.md_guide_list .md_guide_list_item ul {
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
}
.md_guide_list .md_guide_list_item ul li {
	align-items: flex-start;
	border-top: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 0;
}
.md_guide_list .md_guide_list_item ul li h3 {
	font-weight: 700;
	width: 100px;
}
.md_guide_list .md_guide_list_item ul li h3 + p {
	width: calc(100% - 120px);
}
