﻿@charset "utf-8";



h2 span {
	background:url(../../images/header_entry.jpg) no-repeat center top / cover;
}
article h3 span span {
	background:#fff url(../../images/icon_entry.png) no-repeat 20px center;
}
article dl {
	margin-bottom:40px;
	background:#e4eefb;
}
article dl dt {
	float:left;
	width:122px;
	height:32px;
	padding:14px 0 0 20px;
	background:url(../../images/bg_process.png) no-repeat left top;
	color:#fff;
}
article dl dd {
	float:left;
	width:580px;
	padding:14px 0 0 15px;
}
td ul li {
	margin:5px 0;
}
td #gender li,
td #graduate li {
	display:inline-block;
	margin-right:20px;
}
td > span {
	display:inline-block;
	margin-top:5px;
	font-size:90%;
	color:#999;
}


/* フォーム */
#age {
	width:200px;
	margin-right:5px;
}
#number {
	width:200px;
	margin-left:5px;
}


@media screen and (max-width:1100px){
article h3 span span {
	background:#fff url(../../images/icon_entry.png) no-repeat 10px center;
}
article dl {
	width:97%;
	margin:0 auto 30px;
}
}

@media screen and (max-width:780px){
article dl {
	width:auto;
	padding:0 10px;
	background:#fff;
}
article dl dt {
	float:none;
	width:100%;
	height:auto;
	padding:14px 0;
	background:#4383d2;
	text-align:center;
}
article dl dd {
	float:none;
	width:94%;
	padding:14px 3%;
	background:#e4eefb;
}
}
