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

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

.sponly {
	display: none;
}
.spmask {
}

/*------------------------------
	contents
------------------------------*/
#entry {
	padding-bottom: 160px;
	position: relative;
	overflow-x: hidden;
}
#entry a {
	color: #0080cc;
	text-decoration: underline;
}
#entry a:hover {
	text-decoration: none;
}

/*------------------------------
	entry
------------------------------*/
#entry #main {
	background: url("../images/bg_entry.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 450px;

	display: -webkit-flex-;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#entry #main h1 {
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 1.7;
	font-weight: normal;
	/*
	text-shadow: 2px 2px 4px #121212, 2px -2px 4px #121212, -2px 2px 4px #121212, -2px -2px 4px #121212;
	*/
}
#entry #main h1 span{
	font-size: 30px;
}

/*------------------------------*/

#entry .contents {
	position: relative;
	padding: 0 20px 70px 20px;
}
/*------------------------------*/
#entry .readBox {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
}
#entry .entryBox {
	max-width: 1000px;
	margin: 0 auto;
}
#entry .entryBox .sbr{
	display: none;
}
table {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #ccc;
}
th{
	width: 180px;
	padding: 20px;
	background-color: #f2f2f2;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
td {
	border-bottom: solid 1px #ccc;
	padding: 20px 30px 20px 40px;
}
input {
	width: 100%;
	background-color: #f2f2f2;
	height: 30px;
}
select {
	width: 100%;
	background-color: #f2f2f2;
	height: 40px;
}
#entry .year{
	width: 100px;
	margin: 0 auto;
}
#entry .month,.day{
	width: 60px;
	margin: 0 auto;
}
#entry .brSp{
	display: none;
}
#entry .birth{
	margin: 30px 10px 0px 10px;
	vertical-align: bottom;
}
#entry .inputTtl{
	padding-right: 13px;
}
#entry .school{
	margin: 10px auto 10px;
	width: 100%;
}
#entry .radio{
	width: 20px;
}

#entry .recruitBox{
	max-width: 700px;
	margin: 50px auto;
}
#entry .btmBox{
	width: 50%;
	margin: 30px auto 30px;
	float: left;
	text-align: center;
}
#entry .boxR,.boxL{
	margin: 0 20px;
}
#entry .btmBox a{
	text-decoration: none;
}
#entry .recruitBox .btm{
	background : #0b4372;
	color: #ffffff;
	padding: 15px 0;
}
#entry .recruitBox .boxR .btm{
	background : #778c9d;
}
#entry .recruitBox .btm:hover{
	background : #a4a4a4;
}
/*------------------------------
	footer
------------------------------*/
.spSpace {
	display: none;
}

.onlyBtn {
	padding: 100px 0;
	color: #999999;
}
#footer{
	text-align: center;
	margin: 30px 0;
}


/*------------------------------
	thanks
------------------------------*/
.thank{
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}

.errorText {
	border: solid 1px #db2424;
	max-width: 1090px;
	margin: 0 auto;
	padding: 30px;
	margin-bottom: 60px;
	margin-top: 50px;
}
.errorText li {
	line-height: 1.2;
	font-size: 14px;
	padding: 4px 0;
	font-weight: bold;
	color: #db2424;
}
