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

main {
	background: linear-gradient(#EEEEEF,#D2D8CD);
}

/***********************
   ページタイトル
************************/
#page_title {
	background-image: url(/img/process/main_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 500px;
	width: 100%;
	position: relative;
}
#page_title h3 {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	color: #FFF;
	font-family: "Sawarabi Mincho";
}
#page_title h3 span {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}


/***********************
   コンテンツ
************************/

.line+p {
	text-align: center;
	padding-bottom: 30px;
}

#process_img {
	text-align: center;
	padding-bottom: 50px;
}
#process_img img {
	width: auto;
	height: 70px;
}

#process_wrap {
	
}
#process_wrap h5 {
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}



@media screen and (max-width: 800px) {

/***********************
   ページタイトル
************************/
#page_title {
	height: 300px;
}


/***********************
   コンテンツ
************************/
#process_img img:first-child {
	padding-bottom: 20px;
}

}


@media screen and (max-width: 650px) {

/***********************
   コンテンツ
************************/
#process_img img {
	width: auto;
	height: 55px;
}

}


@media screen and (max-width: 550px) {

/***********************
   ページタイトル
************************/
#page_title {
	height: 230px;
}
#page_title h3 {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}

}