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

.fig-contents-01{
	margin-bottom:4%;
	}
	.fig-contents-01 img {
		width:93%;
	}
.fig-contents-02 {
	margin-bottom:5%;
	}
	.fig-contents-02 img {
		width:31%;
	}
.fig-contents-03 {
	margin-bottom:5%;
	}
	.fig-contents-03 img {
			width:82%;
	}
	.btn-learn{
		width:100%;
		padding: 2% 0;
		border:none;
		background:url(../../../common/img/mainimg_02.png);
		border-radius: 6px;
		font-weight: bold;
		color: #FFF;
		margin: 0 auto;
		display : -webkit-inline-box;
		display : -ms-inline-flexbox;
		display : -webkit-inline-flex;
		display : inline-flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content:center;
		justify-content: center;
		}
		.btn-learn img {
			margin-left: 6%;
			width: 15%;
		}
	.sns-btn {
		margin-top: 12%;
	}
.list-step dd{
	margin-bottom: 4%;
}
.list-step dd:last-child{
	margin-bottom: 0%;
}
.ttl-cmn-03{
	margin-bottom:4%;
	}

