h3 {
	font-size: 1.3rem;
}

h3.gry {
	background: #EDEFF0;
	font-size: 1.2rem;
	text-align: center;
	color: #000;
}
	
p.subTtl {
	font-size: 1.4rem;
	line-height: 1.8;
	padding-bottom: 10px;
	letter-spacing: 1px;
}


p.subTtl span {
	font-size: 3rem;
	font-weight: bold;
}

div.contents div.oneThird_right img,
div.contents div.oneFourth img {
	margin-bottom: 5px;
}

div.contents div.oneThird_right p.caption,
div.contents div.oneFourth p.caption {
	font-size: 1rem;
}

div.contents div.oneFourth {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

div.contents div.oneFourth:after {
	font-size: 2rem;
	font-family: "fontawesome";
	content: '\f078';
	position: absolute;
	bottom: -25px;
	right: 50%;
	margin-right: -10px;
	color: #ccc;
}

div.contents div.oneFourth:nth-child(3n):after,
div.contents div.oneFourth:last-child:after {
	content: none;
}

div.contents div.oneFourth dl dt {
	background: url(../img/order/step01.png) left top no-repeat;
	background-size: 30px 30px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 40px;
	line-height: 30px;
}

div.contents div.oneFourth:nth-child(2) dl dt {
	background: url(../img/order/step02.png) left top no-repeat;
	background-size: 30px 30px;
}

div.contents div.oneFourth:nth-child(3) dl dt {
	background: url(../img/order/step03.png) left top no-repeat;
	background-size: 30px 30px;
}

div.contents div.oneFourth dl dd {
	background: #EDEFF0;
	padding: 15px;
	font-size: 1.2rem;
	text-align: justify;
	border-radius: 4px;
}

div.contents div.borderBox {
	border: 2px solid #EDEFF0;
	padding: 20px;
	text-align: center;
}


@media only screen and (min-width: 641px) {
	
	h3 {
		font-size: 2rem;
	}
	
	h3.gry {
		font-size: 1.6rem;
	}
	
	h4 {
		margin-bottom: 10px;
		padding: 0 0 5px 18px;
	}
	
	p.subTtl {
		font-size: 1.8rem;
	}
	
	p.subTtl span {
		font-size: 4rem;
	}
	
	div.contents div.oneFourth {
		width:23.5%;
		padding-right: 30px;
	}
	
	div.contents div.oneFourth:last-child {
		padding-right: 0;
	}
	
	div.contents div.oneThird_right p.caption,
	div.contents div.oneFourth p.caption {
		font-size: 1.2rem;
	}
	
	div.contents div.oneFourth:after {
		content: '\f054';
		top: 100px;
		bottom: 0;
		right: 7px;
		margin-left: 0;
	}

	div.contents div.oneFourth dl dt {
		margin-bottom: 15px;
	}

	div.contents div.oneFourth dl dd {
		font-size: 1.3rem;
		height: 145px;
	}
	
	div.contents div.twoThirdLeft {
		padding-right: 30px;
	}


}