@charset "utf-8";


ul.card{
	width: 90%;
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-content: center;
}

ul.card li{
	display: inline-block;
	margin: 5px;
}

ul.card li+li{
	margin-right: 10px;
}


#wrapper ul.card li img{
	width: auto;
	height: 80px;
}





div.arrow{
	position: relative;
	margin-bottom: 100px;
}

div.arrow::after{
	content: '';
	height: 0;
	position: absolute;
	width: 0;
    border: 30px solid transparent;
    border-top-color: #039;
	bottom: -80px;
	left: calc((100% - 30px)/2);
}

div.step h4 {
	padding: 10px 0;
	margin-bottom: 10px;
	color:#396;
}

div.step h4 span{
	padding: 5px 10px;
	color: #fff;
	background-color: #396;
	margin-right: 10px;
	border-radius: 5px;
}


p.creditImage {
margin: 20px 0 0px;
}

#wrapper p.creditImage img{
	width: 100%;
}





/*--------------------------------------------------------------------------------
　▼　VIEWPORT定義
-----------------------------------------------------------------------------------*/
/*====================================▼　スマホ・モード　/　640pxで最適化　▼======================================*/
@media screen and (max-width: 640px) {
	
div.arrow::after{
	content: '';
	height: 0;
	position: absolute;
	width: 0;
    border: 20px solid transparent;
    border-top-color: #039;
	bottom: -80px;
	left: 50%;
}



}
