/* --------------------------------------------------*/
/* crowdfunding
/* --------------------------------------------------*/
.mtTxt {
	margin-top: 45px;
}
.mt2r {
	margin-top: 2rem;
}
.txtCenter {
	text-align: center;
}
.txtLeft {
	text-align: left;
}
.bold {
	font-weight: bold;
	font-size: 2.0rem;
}
.c-crowdfunding {
	position: relative;
}
.c-crowdfunding hr {
    width: 75%;
    margin: 80px auto 0;
}
.c-crowdfunding h3 {
    text-align: center;
    font-size: 3.4rem;
    font-style: italic;
}
.c-crowdfunding .p-crowdfunding-wrapper {
	padding-bottom: 200px;
}
.c-crowdfunding .p-crowdfunding-content {
    width: 75%;
    margin: 0 auto;
		margin-top: 80px;
}
.c-crowdfunding-mv {
		width: 100%;
		display: block;
    margin: 0 auto;
}
.c-crowdfunding .p-crowdfunding-content .imgList {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.c-crowdfunding .p-crowdfunding-content .imgListItem {
	width: 48.3%;
	margin-top: 25px
}
.c-crowdfunding .p-crowdfunding-content .imgListItem img {
	width: 100%
}
.c-crowdfunding .p-crowdfunding-content .stepImg {
	display: block;
	margin: 40px auto 0;
}
.c-crowdfunding .p-crowdfunding-content .note {
	font-size: 1.4rem;
}
.c-crowdfunding-bottomImg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}