@charset "utf-8";
/*  ===========================================================

	LEC水戸校【提携校】 
	
			Last Update 2023/02/19
			
			Written by O.K.

===========================================================  */

@media screen and (min-width :600px) {
	
}

@media screen and (min-width :768px) {

}

@media screen and (min-width :960px) {

/*input {
	font-size: 100%;
}
select {
	font-size: 113%;
}
textarea{
	font-size: 100%;	
}*/
/*input[type=text]#name1,
input[type=text]#name2 {
	width: 9em;
}*/
input#name1, 
input#name2 {
    width: 6.1em;
}
/*input#tel {
	width: 10em;
}*/
select.c_date {
	width:20%;
}
select.c_time {
	width:40%;
}
.form_table01 dd.c_date_wrap {
	font-size:100%;
}
/*dl.form_table01 {
	width:100%;
    max-width: 700px;
	margin: 0 auto;
	border: none;
}*/
.kakunin_table .kakunin_aa {
	clear:both;
	float:left;
	width: 25%;
	font-size:100%;
}
.kakunin_table .kakunin_bb {
	float:left;
	width:73.5%;
	text-align: left;
	font-size:100%;
	padding: 0.5em;
    margin: 0  0 1em 1.5%;
	border:none;
    border-left: 5px solid #f00;
    border-bottom: 1px solid #f00;
}
.form_table01 dt.guidance_t {
	background-color: #0c0;
}
.submit.button {
    text-align: center;
    max-width: 500px;
    display: flex;
    flex-direction: row-reverse;
    gap: 5%;
    align-items: center;
}
#form1 button#send {
	margin-bottom: 0;
    font-size: 1.5rem;
}

}

@media screen and (min-width :1260px) {

	
}