@charset "utf-8";





#top_image_box {
	text-align: center;
}

#search_heading_box {
	text-align: center;
}

#top_image {
	max-width: 770px;
	width: 100%;
	margin: 40px 0 0;
}

#search_heading {
	margin-bottom: 45px;
	font-weight: 600;
	font-size: 160%;
}

#message_box {
	box-sizing: border-box;
	background: url('/images/model/flame_right_bottom_f.png') no-repeat right bottom,
				url('/images/model/flame_left_bottom_f.png') no-repeat left bottom,
				url('/images/model/flame_right_top_f.png') no-repeat right 20px,
				url('/images/model/flame_left_top_f.png') no-repeat left 20px;
	background-size: 69px auto, 69px auto, 69px auto, 69px auto;
	max-width: 835px;
	margin: 0 auto 30px;
	padding: 0 40px 35px;
	font-size: 90%;
}

#message_box p {
	text-align: left;
}

.gender {
	box-sizing: border-box;
	max-width: 870px;
	padding: 0 1.6%;
	margin: 0 auto 10px;
	color: #c92221;
	font-size: 120%;
	font-weight: 600;
}

/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 768px) {

#message_box {
	padding: 20px 30px 15px;
	background: url('/images/model/flame_right_bottom_f.png') no-repeat right bottom,
				url('/images/model/flame_left_bottom_f.png') no-repeat left bottom,
				url('/images/model/flame_right_top_f.png') no-repeat right top,
				url('/images/model/flame_left_top_f.png') no-repeat left top;
	background-size: 69px auto, 69px auto, 69px auto, 69px auto;
}
	
#search_heading {
	font-size: 130%;
	margin-bottom: 20px;
}
	
#top_image {
	width: 100%;
	margin: 20px 0 0;
}
	
#message_box {
	margin: 0 auto 30px;
}
	
.gender {
	margin: 0 2% 10px;
}
	
	

}

/*===============================================
●ブレイクポイント
===============================================*/
@media screen and (max-width: 640px) {
	
#search_heading {
	font-size: 100%;
}

}


