@charset "utf-8";

/*============================
main_image
============================*/
.main_image {
	background: url(../images/main_image.jpg) no-repeat center center;
}

.cont h1 {
	background: url(../images/title.png) no-repeat center center;
}

/*============================
primary
============================*/

.main_contents ol {
	overflow: hidden;
}

.main_contents ol li {
	width: 280px;
	float: left;
	margin: 0 10px 40px 0;
	border: 2px solid #229b01;
	border-radius: 10px;
	position: relative;
}

.main_contents ol li:after {
	content: '';
	width: 10px;
	height: 12px;
	background: url(../images/arrow.png) center center no-repeat;
	position: absolute;
	top: 120px;
	right: -12px;
}

.main_contents ol li:nth-of-type(3n) {
	margin-right: 0;
}

.main_contents ol li:nth-of-type(3n):after {
	content: '';
	width: 587px;
	height: 40px;
	background: url(../images/arrow_large.png) center center no-repeat;
	position: absolute;
	top: inherit;
	bottom: -40px;
	right: 130px;
}

.main_contents ol li:last-of-type:after {
	display: none;
}

.main_contents ol li .frame {
	overflow: hidden;
	border-radius: 0 0 8px 8px;
}

.main_contents ol li img {
	width: 100%;
}

.main_contents ol li .data {
	overflow: hidden;
}

.main_contents ol li .data .step {
	width: 60px;
	height: 60px;
	float: left;
	background: #229b01;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 8px 0 0 0;
}

.main_contents ol li .data .step strong {
	display: block;
}

.main_contents ol li .data p:last-of-type {
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	float: right;
	width: 216px;
}

.main_contents ol li:first-of-type .data p:last-of-type,
.main_contents ol li:nth-of-type(8) .data p:last-of-type {
	font-size: 14px;
}

.main_contents ol li:last-of-type {
	width: 570px;
	margin: 0;
}

.main_contents ol li .data p:last-of-type {
	float: left;
}

.main_contents ol li:last-of-type > p {
	float: right;
	width: 289px;
	text-align: center;
}



@media only screen and (max-width: 768px) {
	
/*============================
main_image
============================*/
.main_image {
	background: url(../images/main_image_sp.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 55px;
}

.main_image h1 {
	padding-top: 60%;
	background: url(../images/title_sp.png) center center no-repeat;
	background-size: 50%;
}
	
/*============================
primary
============================*/

.main_contents ol li {
	width: 100%;
	float: none;
	margin: 0 0 40 0;
}

.main_contents ol li:after {
	content: '';
	width: 15px;
	height: 14px;
	background: url(../images/arrow_sp.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: inherit;
	bottom: -16px;
	right: 50%;
	margin-left: -8px;
}

.main_contents ol li:nth-of-type(3n) {
	margin-right: 0;
}

.main_contents ol li:nth-of-type(3n):after {
	content: '';
	width: 15px;
	height: 14px;
	background: url(../images/arrow_sp.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: inherit;
	bottom: -16px;
	right: 50%;
	margin-left: -8px;
}

.main_contents ol li .data .step {
	width: 20%;
	height: 60px;
	float: left;
	background: #229b01;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 8px 0 0 0;
}

.main_contents ol li .data .step strong {
	display: block;
}

.main_contents ol li .data p:last-of-type {
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	float: right;
	width: 80%;
}

.main_contents ol li:first-of-type .data p:last-of-type,
.main_contents ol li:nth-of-type(8) .data p:last-of-type {
	font-size: 14px;
}

.main_contents ol li:last-of-type {
	width: 100%;
}

.main_contents ol li:last-of-type > p {
	float: none;
	width: 100%;
	text-align: center;
}


	
}