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

.contents.entry .main-img {
	height: 450px;
	background-image: url( "../images/common/mainimg.jpg" );
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
}
.contents.entry .notice {
	margin: 0 15% 8%
}
.contents.entry .notice .n_top {
	margin: 6% 0%;
}
.contents.entry .notice .n_section {
	margin: 0 0 5%;
}
.contents.entry .notice .n_section .title {
	margin: 0 0 10px;
	font-size: large;
	font-weight: bold;
}
.contents.entry .notice .n_section .Content {
	margin: 0 2% 8px;
}
.contents.entry .notice .n_section .day {
	margin: 0 2%;
}
.contents.entry .notice .n_section .day .day_01 {
	text-decoration: underline;
	text-decoration-color: #000000;
}
.contents.entry form {
	width: 90%;
	margin: 0 5% 50px;
	float: left;
}
.contents.entry form table {
	width: 100%;
	margin: 0;
	float: left;
}
.contents.entry form table tr {
	width: 100%;
	margin: 5px 0;
	float: left;
}
.contents.entry form table td {
	padding: 8px 0;
	float: left;
}
.contents.entry form table td:nth-of-type(1){
	width: 25%;
	margin: 0;
	background-color: #022B1C;
	color: #FFF;
	text-align: center;
}
.contents.entry form table td:nth-of-type(2){
	width: 72%;
	margin: 0 0 0 3%;
}
.contents.entry form table td.adress {
	height: 200px;
	padding-top: 50px;
}
.contents.entry form table td.etc {
	height: 170px;
	padding-top: 105px;
}
.contents.entry form input {
	width: calc( 100% - 20px );
	line-height: 25px;
	margin: -8px 0 0;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 16px;
	border: #022B1C 1px solid;
}
.contents.entry form .your_course {
	width: 100%;
}
.contents.entry form .your_course .your_course span {
	width: auto;
	float: left;
}
.contents.entry form .your_course input {
	width: 20px;
	float: left;
	margin: 7px 0 0;
}
.contents.entry form .your_course label {
	width: 260px;
}
.contents.entry form .your_course label span {
	width: 100px;
	float: right;
}
.contents.entry form .your_sex {
	width: 100%;
}
.contents.entry form .your_sex .your_sex span {
	width: auto;
	float: left;
}
.contents.entry form .your_sex input {
	width: 20px;
	float: left;
	margin: 7px 0 0;
}
.contents.entry form .your_sex label {
	width: 60px;
}
.contents.entry form .your_sex label span {
	width: 35px;
	float: right;
}
.contents.entry form input.g_year {
	width: 100px;
	text-align: center;
	margin-right: 10px;
}
.contents.entry form input.g_month {
	width: 50px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
.contents.entry form select {
	line-height: 25px;
	margin-left: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
	border: #022B1C 1px solid;
}
.contents.entry form textarea {
	width: calc( 100% - 20px );
	line-height: 25px;
	margin: -8px 0 0;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 16px;
	border: #022B1C 1px solid;
}
.contents.entry form dl {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	float: left;
}
.contents.entry form dt {
	width: 30%;
	margin: 0;
	padding: 0;
	float: left;
}
.contents.entry form dd {
	width: 70%;
	margin: 0;
	padding: 0;
	float: left;
}
.contents.entry form dd input {
	width: calc( 100% - 20px );
}
.contents.entry form dd input#zip,
.contents.entry form dd input#pref {
	width: 100px;
	text-align: center;
}
.contents.entry form .check {
	width: 90%;
	margin: 50px 5% 0;
	float: left;
	text-align: center;
}
.contents.entry form .box {
	width: 80%;
	height: 200px;
	margin: 50px 10%;
	padding: 20px 0 30px;
	float: left;
	overflow-y: scroll;
	border: #999 1px solid;
	box-sizing: border-box;
	font-size: 15px;
}
.contents.entry form .box h3 {
	width: 100%;
	margin: 20px 0;
	float: left;
	font-size: 18px;
	text-align: center;
	font-family: 'notoBold';
}
.contents.entry form .box h4 {
	width: 100%;
	margin: 20px 0;
	float: left;
	font-size: 16px;
	text-align: center;
	font-family: 'notoBold';
}
.contents.entry form .box .message {
	width: 80%;
	margin: 0 10% 30px;
	float: left;
}
.contents.entry form .box ol {
	width: 80%;
	margin: 0 10%;
	padding: 0;
	float: left;
}
.contents.entry form .box ol li {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 0 10px;
}
/*.contents.entry form .box ol p {
	float: right;
}*/
.contents.entry form .box .cont_box {
	float: right;
	margin: 20px 5%;
}
.contents.entry form .box dl {
	width: 90%;
	margin: 0 5% 10px;
	padding: 0;
	float: left;
}
.contents.entry form .box dt {
	width: 30%;
	margin: 0;
	padding: 5px 0;
	float: left;
	background-color: #022B1C;
	color: #FFF;
	text-align: center;
}
.contents.entry form .box dd {
	width: 65%;
	margin: 0 0 0 5%;
	padding: 5px 0;
	float: left;
}
.contents.entry form .box dl.mokuteki dt {
	width: 40%;
}
.contents.entry form .box dl.mokuteki dd {
	width: 50%;
}
.contents.entry form .accept_check {
	width: 90%;
	margin: 0 5% 50px;
	padding: 0;
	float: left;
}
.contents.entry form .accept_check span.accept {
	width: 20%;
	margin: 0 40%;
}
.contents.entry form .accept_check span.accept label {
	width: 100%;
	padding: 0;
}
.contents.entry form .accept_check .accept input {
	width: 20px;
	margin: 7px 10px 0 0;
	padding: 0;
	float: left;
}
.contents.entry form .accept_check2 {
	width: 90%;
	margin: 0 5% 10px;
	padding: 0;
	text-align: center;
}
.contents.entry form .btn {
	width: 80%;
	margin: 0 10%;
	float: left;
}
.contents.entry form .res {
	width: 110%;
	text-align: center;
	float: left;
}
.contents.entry form .btn input {
	width: 100%;
	margin: 0;
	height: 80px;
	background-color: #B1B1B1;
	color: #FFF;
	border-radius: 20px;
	line-height: 80px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	border: none;
	transition:all .5s ease;
}
.contents.entry form .btn input:hover {
	background-color: #999;
	cursor: pointer;
}
.contents.entry form .accept_recaptcha {
	margin: 0 5% 80px;
	font-size: 0.8rem;
	text-align: center;
}


/* ****************************************************************** *
		MOBILE  LAYOUT
********************************************************************* */
@media screen and ( max-width:1300px ){
	.contents.entry {
		margin: 0;
	}
	.contents.entry .main-img {
		height: 400px;
		margin: 40px 0 0;
	}
	.contents .main-img h1.title {
		font-size: 50px;
		height: auto;
		line-height: 3vw;
		padding: 20px 130px 20px 50px;
		left:0;
		top: 217px;
	}
	.contents h2.common {
		font-size: 3vw;
		width: 80%;
		height: auto;
		line-height: 130%;
		padding: 20px 50px;
	}
}

@media screen and ( max-width:980px ){
	.contents .main-img h1.title {
		top: 172px;
	}
	.contents.entry .main-img {
		margin: 25px 0 0;
		height: 300px;
	}
}

@media screen and ( max-width:880px ){
	.contents.entry form table td:nth-of-type(1){
		width: 100%;
		margin: 0;
		background-color: #022B1C;
		color: #FFF;
		text-align: center;
	}
	.contents.entry form table td:nth-of-type(2){
		width: 100%;
		margin: 0;
	}
	.contents.entry .your-name input,
	.contents.entry .your-name_k input,
	.contents.entry .your-tel input,
	.contents.entry .your-email input,
	.contents.entry .your-school input,
	.contents.entry .your-major input {
		width: 96%;
		padding: 1px 2%;
	}
	.contents.entry form table td.adress:nth-of-type(1),
	.contents.entry form table td.etc:nth-of-type(1){
		height: auto;
		padding: 0;
		line-height: 40px;
	}
	.contents.entry form dd .city input {
		width: 96%;
		padding: 1px 2%;
	}
	.contents.entry .message textarea {
		width: 96%;
		padding: 1px 2%;
		margin-top: 3px;
	}
	.contents.entry form .accept_check span.accept {
		width: 30%;
		margin: 0 35%;
	}
	.contents.entry form .check {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width:780px) {
	.contents .main-img h1.title {
		width: 100%;
		height: auto;
		padding: 15px 0;
		margin: 0;
		background-image: initial;
		background-color: #022B1C;
		top: 135px;
		font-size: 8vw;
		line-height: 6vw;
	}
	.contents.entry .main-img {
		margin: 57px 0 0;
	}
}

@media screen and ( max-width:580px ){
	.inner{
		width: calc( 90% - 40px );
		margin-right: calc( 5% + 40px );
	}
	.contents.entry .main-img {
		height: 200px;
	}
	.contents h2.common {
		width: 100%;
		font-size: 3.2vw;
		line-height: 3vw;
		margin: 0 0 30px;
		padding: 15px 0;
		border-radius: 0;
		text-align: center;
	}
	.contents.entry form .your_course label {
		float: left;
	}
	.contents.entry form .your_course label span {
		width: 220px;
		float: right;
	}
	.contents.entry form dt {
		width: 100%;
	}
	.contents.entry form dd {
		width: 100%;
	}
	.contents.entry form .box {
		width: 100%;
		margin: 50px 0;
	}
	.contents.entry form select {
		width: 100%;
		margin: 5px 0 0;
		float: left;
		text-align: center;
	}
	.contents.entry form .accept_check span.accept {
		width: 40%;
		margin: 0 30%;
	}
	.contents.entry form .check {
		width: 100%;
		text-align: justify;
		margin: 0;
		padding: 0;
	}
}

@media screen and ( max-width:480px ){
	.contents .main-img h1.title {
		top: 122px;
	}
	.contents.entry .main-img {
		margin: 53px 0 0;
	}
}

@media screen and ( max-width:380px ){
	.contents.entry form .accept_check span.accept {
		width: 60%;
		margin: 0 20%;
	}
}