@charset "UTF-8";

/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query Display (default) *------------------------
-----------------------------------------------------------------------------------------------------*/

/*------------------------------------------*
* body, #wrapper CSS
*------------------------------------------*/

/*------------------------------------------*
* #header CSS
*------------------------------------------*/
#global-header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 1100;
}
#global-header-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#global-header-inner h1 {
	float: left;
	margin: 16px 40px 16px 16px;
}
/*#global-header-inner h1 a {}*/
/*--global navigation CSS ------------------------------------------*/
#global-navi {
	float: left;
}
#global-navi ul {
	overflow: hidden;
	position: relative;
	padding-top: 18px;
}
#global-navi ul li {
	float: left;
}
#global-navi ul li a {
	display: block;
	padding: 8px 32px;
}
/* カナ調整 */
#global-navi ul li:first-child a { padding: 9px 32px; }
#global-navi ul li a:hover {
	border-bottom: 2px solid #298BE2;
}
#global-header-inner .sp { display: none; }





#key-visual {
	width: 100%;
	margin-bottom: 120px;
}
#key-visual div img {
	width: 100%;
	height: auto;
}

/*------------------------------------------*
* #main CSS
*------------------------------------------*/
#main {
	width: 960px;
	min-height: 500px;
	margin: 0 auto;
}
#main section {
	width: 958px;
	margin: 0 auto 80px;
}
#main section h2 {
	text-align: center;
	margin-bottom: 40px;
}




/*------------------------------------------*
* #about CSS
*------------------------------------------*/
.about-list {
	border-bottom: 1px solid #221814;
}
.about-list > div {
	position: relative;
	overflow: hidden;
	padding: 12px 0;
	border-top: 1px solid #221814;
}
.about-list div:nth-child(odd) {
	background: #ededed;
}
.about-list div dt {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 13px;
}
.about-list div dd {
	float: left;
	width: 80%;
	font-size: 13px;
}






form {
	width: 70%;
	margin: 0 auto 80px;
}
form dl {
	width: 100%;
}
form dt {
	font-size: 18px;
	margin-bottom: 16px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
form dt span {
	color: #f04999;
	font-weight: bold;
	font-size: 14px;
}
form dt span.hissu {
	color: #f00;
	font-weight: bold;
	font-size: 12px;
}
form dd {
	border-radius: 5px;
	margin-bottom: 24px;
}
form dd input {
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 16px;
	width: 30%;
	padding: 8px;
}
form dd select {
  width: 30%;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
	padding: 4px;
}
form dd textarea {
	width: 100%;
}

#submit-btn {
	display: inline-block;
  padding: .5em 1.5em;
  text-decoration: none;
  background: #f7f7f7;
  border: none;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
#reset-btn {
	display: inline-block;
  padding: .5em 1.5em;
  text-decoration: none;
  background: #f7f7f7;
  border: none;
  border-left: solid 6px #ccc;/*左線*/
  color: #454545;/*文字色*/
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  margin-right: 24px;
}



/*------------------------------------------*
* #footer CSS
*------------------------------------------*/
#global-footer {
	width: 100%;
	padding: 12px 0;
	background: #221814;
}
#global-footer p.copy {
	text-align: center;
	font-size: 12px;
	color: #fff;
}





/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query tablet *-----------------------------------
-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {

	/*------------------------------------------*
	* body, #wrapper CSS
	*------------------------------------------*/

	/*------------------------------------------*
	* #header CSS
	*------------------------------------------*/
	#global-header {
		position: relative;
		z-index: 1100;
	}
	#global-header-inner {
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	#global-header-inner h1 {
		float: left;
		margin: 16px 40px 16px 16px;
	}
	/*#global-header-inner h1 a {}*/
	/*--global navigation CSS ------------------------------------------*/
	#global-navi {
		float: left;
	}
	#global-navi ul {
		overflow: hidden;
		position: relative;
		padding-top: 18px;
	}
	#global-navi ul li {
		float: left;
	}
	#global-navi ul li a {
		display: block;
		padding: 8px 32px;
	}
	/* カナ調整 */
	#global-navi ul li:first-child a { padding: 9px 32px; }
	#global-navi ul li a:hover {
		border-bottom: 2px solid #298BE2;
	}
	#global-header-inner .sp { display: none; }





	#key-visual {
		width: 100%;
		margin-bottom: 120px;
	}
	#key-visual div img {
		width: 100%;
		height: auto;
	}

	/*------------------------------------------*
	* #main CSS
	*------------------------------------------*/
	#main {
		width: 100%;
		min-height: 500px;
		margin: 0 auto;
	}
	#main section {
		width: 95%;
		margin: 0 auto 80px;
	}
	#main section h2 {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	#merit h2 img,
	#about h2 img {
		width: 30%;
		height: auto;
	}
	#application h2 img {
		width: 80%;
		height: auto;
	}

	#merit {
		width: 95%;
	}
	#merit div {
		width: 100%;
	}
	#merit div img {
		width: 100%;
		height: auto;
	}



	/*------------------------------------------*
	* #about CSS
	*------------------------------------------*/
	.about-list {
		border-bottom: 1px solid #221814;
	}
	.about-list > div {
		position: relative;
		overflow: hidden;
		padding: 12px 0;
		border-top: 1px solid #221814;
	}
	.about-list div:nth-child(odd) {
		background: #ededed;
	}
	.about-list div dt {
		float: left;
		width: 20%;
		text-align: center;
		font-size: 13px;
	}
	.about-list div dd {
		float: left;
		width: 80%;
		font-size: 13px;
	}






	form {
		width: 90%;
		margin: 0 auto 80px;
	}
	form dl {
		width: 100%;
	}
	form dt {
		font-size: 18px;
		margin-bottom: 16px;
		padding-bottom: 4px;
		border-bottom: 1px solid #ccc;
	}
	form dt span {
		color: #f04999;
		font-weight: bold;
		font-size: 14px;
	}
	form dt span.hissu {
		color: #f00;
		font-weight: bold;
		font-size: 12px;
	}
	form dd {
		border-radius: 5px;
		margin-bottom: 24px;
	}
	form dd input {
		font-size: 18px;
		border-radius: 5px;
		border: 1px solid #ccc;
		font-size: 16px;
		width: 95%;
		padding: 8px;
	}
	form dd select {
	  width: 95%;
	  height: 30px;
	  overflow: hidden;
	  font-size: 13px;
		padding: 4px;
	}
	form dd textarea {
		width: 98%;
	}

	#submit-btn {
		display: inline-block;
	  padding: .5em 1.5em;
	  text-decoration: none;
	  background: #f7f7f7;
	  border: none;
	  border-left: solid 6px #ff7c5c;/*左線*/
	  color: #ff7c5c;/*文字色*/
	  font-weight: bold;
	  font-size: 16px;
	  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	}
	#reset-btn {
		display: inline-block;
	  padding: .5em 1.5em;
	  text-decoration: none;
	  background: #f7f7f7;
	  border: none;
	  border-left: solid 6px #ccc;/*左線*/
	  color: #454545;/*文字色*/
	  font-weight: bold;
	  font-size: 16px;
	  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	  margin-right: 24px;
	}



	/*------------------------------------------*
	* #footer CSS
	*------------------------------------------*/
	#global-footer {
		width: 100%;
		padding: 12px 0;
		background: #221814;
	}
	#global-footer p.copy {
		text-align: center;
		font-size: 12px;
		color: #fff;
	}


}





/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query Smart Phone *------------------------------
-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {



}
