@import url("sub.css");



.step {
	margin: 50px 0 150px;
	flex-direction: row;
    flex-wrap: wrap;
}
.step > div {
	width: 369px;
	text-align: center;
	background: #F3F3F3;
	border-top: 5px solid #1D224F;
	padding: 20px 20px 40px;
	font-family: 'Cafe24Ohsquareair';
	margin-right: 28px;
	box-sizing: border-box;
}
.step > div:last-child {
	margin-right: 0;
}
.step > div strong {
	display: block;
	font-size: 25px;
	font-family: 'Cafe24Ohsquare';
	margin-top: 20px;
}
.step > div .box {
	font-size: 25px;
	background: #1D224F;
	color: #fff;
	height: 70px;
	line-height: 70px;
	margin-top: 20px;
}
.step > div .thumb {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 40px auto 45px;
	background: #fff;
}
.step > div .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 120px;
}
.step > div:nth-child(2) .thumb img,
.step > div:nth-child(3) .thumb img {
	margin-left: 10px;
}
.step > div p {
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 1.3;
}

.help {
	text-align: center;
	font-family: 'Cafe24Ohsquareair';
	padding: 140px 0;
}
.help .tit {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 50px;
}
.help strong {
	display: block;
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	padding: 100px 0 20px;
}
.help img {
	width: 100%;
}
.help img.m {
	display: none;
}


@media screen and (max-width: 1600px) {
	.step > div {
		width: calc(25% - 21px);
	}
	.step > div .box {
    	font-size: 20px; 
    }
    .step > div p {
    	font-size: 17px;
    }
    .step > div .thumb {
	    margin: 30px auto 35px;
	}

	.help .tit {
	    font-size: 35px;
	    margin-bottom: 30px;
	}
	.help strong {
		font-size: 25px;
		padding: 70px 0 20px;
	}
}
@media screen and (max-width: 1280px) {
	.step {
    	margin: 50px 0 100px;
    }
	.step > div {
		width: calc(25% - 15px);
    	margin-right: 20px;
    	padding: 20px 15px 40px;
    }
    .step > div strong {
    	font-size: 20px;
    }
    .step > div .box {
	    font-size: 17px;
	    height: 55px;
    	line-height: 55px;
	}
	.step > div .thumb {
		width: 100%;
		height: 0;
    	padding-bottom: 100%;
		max-width: 250px;
	}
	.step > div p {
	    font-size: 14px;
	}

	.help {
		padding: 100px 0;
	}
	.help .tit {
    	font-size: 28px;
    }
    .help strong {
	    font-size: 20px;
	}
}
@media screen and (max-width: 1024px){
	.step {
	    margin: 0 0 100px;
	}
	.step > div {
	    width: calc(25% - 8px);
    	margin-right: 10px;
    	padding: 20px 15px;
    }
    .step > div strong {
	    font-size: 17px;
	    margin-top: 10px;
	}
	.step > div .box {
	    font-size: 13px;
	    height: 45px;
	    line-height: 45px;
	    margin-top: 10px;
	}
	.step > div .thumb {
	    margin: 15px auto 20px;
	}
	.step > div .thumb img {
		width: 50%;
		height: auto;
	}
	.step > div p {
	    font-size: 13px;
	    word-break: keep-all;
	}
	.step > div p br {
		display: none;
	}

    .help {
	    padding: 75px 0;
	}
    .help .tit {
	    font-size: 24px;
	}
	.help strong {
		font-size: 17px;
	    padding: 50px 0 20px;
	}
}
@media screen and (max-width: 768px){
	.step {
	    margin: 0 0 50px;
	}
	.step > div {
	    width: 48.5%;
    	margin-right: 3%;
    	margin-bottom: 3%;
	}
	.step > div:nth-child(2n) {
		margin-right: 0;
	}
	.step > div strong {
    	font-size: 22px;
    }
    .step > div .box {
	    font-size: 16px;
	    height: 55px;
	    line-height: 55px;
	    margin-top: 15px;
	}
	.step > div p {
    	font-size: 15px;
	}

	.help {
	    padding: 55px 0;
	}
	.help .tit {
	    font-size: 20px;
	}
	.help strong {
	    font-size: 15px;
	    padding: 30px 0 10px;
	}
	.help img.pc {
		display: none;
	}
	.help img.m {
		display: block;
	}
}
@media screen and (max-width: 640px){
	
}