@charset "shift_jis";
/* ======================================================
 * /common-files/css/contribution/crowdfunding/crowdfunding.css
 * ------------------------------------------------------
 * crowdfunding COMMON PARTS
 * /contribution/crowdfunding/index.html
 * Clearfix
====================================================== */

#mainContainer{
	margin-top: 0;
}
/* crowdfunding COMMON PARTS
------------------------------------------------------ */
.col_top{
	position: relative;
	margin-bottom: 136px;
	font-size: 16px;
	font-size: 1.6rem;
}
.col_top::after{
	position: absolute;
	bottom: -76px;
	left: 50%;
	margin-left: -35px;
	border-top: 26px solid #dfdfdf;
	border-right: 35px solid transparent;
	border-left: 35px solid transparent;
	content: "";
}
.col_top > figure {
	display: inline-block;
	width: 100%;
	height: 118px;
	margin-bottom: 10px;
	text-align: center;
}
.col_top > figure > img{
	max-height: 100%;
	vertical-align: middle;
}

.col_under { 
	position: relative;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	padding: 70px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.col_under::before{
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	border-top: 17px solid #ffe000;
	border-right: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #ffe000;
	content: "";
}
.col_under::after{
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	border-top: 17px solid transparent;
	border-right: 17px solid #ffe000; 
	border-bottom: 17px solid #ffe000;
	border-left: 17px solid transparent;
	content: "";
}
.col_under > figure {
	width: 100%;
	height: 146px;
	margin-bottom: 20px;
	text-align: center;
}
.col_under > figure > img{
	max-height: 100%;
	vertical-align: middle;
}
.colLayout.type-cf{
	margin-top: 80px;
}
.colLayout.type-cf > .col{
	position: relative;
	padding-top: 26px;
}
.colLayout.type-cf > .col::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 1px;
	background: url("/contribution/crowdfunding/img-files/crowdfunding_bg01.gif") 0 0 repeat-y;
	content: "";
}
.colLayout.type-cf > .col:nth-child(3n+1)::after{
	content: none;
}
.cf-logo{
	text-align: center;
}
.cf-boxLayout01{
	margin-top: 45px;
	padding: 45px 20px 14px;
	border-radius: 20px;
	background-color: #ffebe7;
	font-size: 16px;
	font-size: 1.6rem;
}
.cf-btnBox{
	position: relative;
	display: block;
	margin-top: 40px;
	padding: 34px 15px 115px;
	border-radius: 16px;
	border-bottom: 4px solid #ff97a2;
	background-color: #fff;
}
.cf-btnBox:link,
.cf-btnBox:visited,
.cf-btnBox:hover{
	text-decoration: none;
	color: inherit;
}
.cf-btnBox:hover{
	position: relative;
	display: block;
	margin-top: 40px;
	border-top: 3px solid #ffebe7;
	border-bottom: 1px solid #ff97a2;
	background-color: #fff;
}
.cf-btnBox > figure{
	margin-bottom: 30px;
}
.cf-btnBox .cf-btnSubtxt{
	position: absolute;
	right: 11px;
	bottom: 22px;
}
.cf-btnBox .cf-btnSubtxt> .ic{
	position: relative;
	padding: 0 26px 0 15px;
}
.cf-btnBox .cf-btnSubtxt> .ic::before{
	position: absolute;
	top: 0.3em;
	left: 0;
	content: "";
	width: 8px;
	height: 13px;
	background: url("/contribution/crowdfunding/img-files/crowdfunding_ic01.gif") no-repeat 0 0;
}
.cf-btnBox .cf-btnSubtxt> .ic::after{
	position: absolute;
	top: 0.3em;
	right: 0;
	content: "";
	width: 16px;
	height: 12px;
	background: url("/contribution/crowdfunding/img-files/crowdfunding_ic02.gif") no-repeat 0 0;
}

@media screen and (max-width: 750px) {
	.mainVisual{
		margin: 0 -10px;
	}
	img.spOnly {
		display: inline!important;
	}
	.colLayout > .col > .col_top:first-child,
	.col_top {
		height: auto;
		margin-top: 90px !important;
		margin-bottom: 65px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.col_top::after{
		position: absolute;
		bottom: -40px;
		left: 50%;
		margin-left: -13px;
		border-top: 13px solid #dfdfdf;
		border-right: 18px solid transparent;
		border-left: 18px solid transparent;
		content: "";
	}
	.col_top > figure {
		height: auto;
		margin-bottom: 20px;
	}
	.col_under { 
		position: relative;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
		padding: 40px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.col_under > figure {
		height: auto;
		margin-bottom: 20px;
	}
	
	
	.colLayout.type-cf{
		margin-top: 70px;
	}
	.colLayout.type-cf > .col{
		position: relative;
		padding-top: 0;
	}
	.colLayout.type-cf > .col + .col{
		margin-top: 60px;
		padding-top: 50px;
		background: url("/contribution/crowdfunding/img-files/crowdfunding_bg02.gif") 0 0 repeat-x;
		-webkit-background-size: 3px 1px;
		background-size: 3px 1px;
	}
	.colLayout.type-cf > .col::after{
		content: none;
	}
	.cf-logo{
		text-align: center;
	}
	.cf-boxLayout01{
		margin-top: 30px;
		padding: 35px 10px 14px;
		border-radius: 20px;
		background-color: #ffebe7;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.cf-btnBox{
		position: relative;
		display: block;
		margin-top: 35px;
		padding: 30px 7px 63px;
		border-radius: 16px;
		border-bottom: 2px solid #ff97a2;
		background-color: #fff;
	}
	.cf-btnBox:link,
	.cf-btnBox:visited,
	.cf-btnBox:hover{
		text-decoration: none;
		color: inherit;
	}
	.cf-btnBox:hover{
		margin-top: 35px;
		padding: 30px 7px 63px;
		border-radius: 16px;
		border-top: none;
		border-bottom: 2px solid #ff97a2;
		background-color: #fff;
	}
	.cf-btnBox > figure{
		margin-bottom: 30px;
	}
	.cf-btnBox .cf-btnSubtxt{
		position: absolute;
		right: 11px;
		bottom: 15px;
	}
	.cf-btnBox .cf-btnSubtxt> .ic{
		position: relative;
		padding: 0 30px 0 16px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.cf-btnBox .cf-btnSubtxt> .ic::before{
		position: absolute;
		top: 0.3em;
		left: 0;
		content: "";
		width: 9px;
		height: 16px;
		background: url("/contribution/crowdfunding/img-files/sp_crowdfunding_ic01.gif") no-repeat 0 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.cf-btnBox .cf-btnSubtxt> .ic::after{
		position: absolute;
		top: 0.3em;
		right: 0;
		content: "";
		width: 21px;
		height: 16px;
		background: url("/contribution/crowdfunding/img-files/sp_crowdfunding_ic02.gif") no-repeat 0 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	
	
	#footer{
		margin-top: 90px;
	}
	
}



/* Clearfix
------------------------------------------------------ */

body#cashing .cashingSection .choiceCashingCol2:after{
	content: "";
	display: block;
	clear: both;
}
body#cashing .cashingSection .choiceCashingCol2 {
	zoom: 1;
}

