@charset "utf-8";

html .contactHead{
    padding-top: 29px;
}

.kokoContact{
	font-size: 15px;
	line-height: 27px;
	color: #404040;
}

.contactHead .whiteButtonRadius{
	margin-top: 4px;
}

.tableTitle{
	font-size: 17px;
	color:#aa0003;
	font-weight: 600;
	padding: 10px 0 10px 8px;
	border-top: 2px solid #aa0003;
}

.tr{
	display: block;
}

.td-left{
	overflow: hidden;
	background-color: #efefef;
	font-size: 15px;
    padding: 7px 7px 7px 10px;
    border-top: 2px solid #dbdbdb;
    }

.td-right{
    padding-top: 15px;
    padding-bottom: 29px;
}

.requireMark{
    background-color: #aa0003;
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 2px;
    float: right;
    font-weight: 600;
    line-height: 2;
}

.anyMessage{
    width: 100%;
    border: 2px solid #bdbdbd;
    border-radius: 6px;
    height: 122px;
}

#wrapper .inputTel{
	width: 28%;
}
#wrapper .inputTel.-w-full{
	width: calc(100% - 150px);
}
@media screen and (max-width: 767px){
	#wrapper .inputTel.-w-full{
		width: 100%;
	}
}

.require-off{
	display: none;
}

html .require-off{
	display: inline-block;
}

.ppTitle{
    border-top: 2px solid #dbdbdb;
    font-size: 18px;
    font-weight: 600;
    margin: 15px auto 10px;
    padding-top: 43px;
    text-align: center;
}

.ppTxt{
	font-size: 15px;
	line-height: 24px;
}

#wrapper .ppLink{
    text-decoration: underline;
    color: #aa0003;
		display: inline;
}

.submitButton{
    height: 45px;
    width: 275px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #aa0003;
    border-radius: 23px;
    border: 2px solid #aa0003;
    transition: .3s;
    cursor: pointer;
}

.submitButton:hover{
    background-color: #fff;
    color: #aa0003;
}

.require-mail{
	display: none;
}

html .checkboxWrapper{
    padding: 7px 0 23px 5%;
}

.kokoContact select{
	border: 2px solid #aa0003;
    width: 100%;
    height: 43px;
    color: #aa0003;
    background-color: #ffe9e7;
}

.tableTitle.secondT{
    margin-top: 40px;
}

html .reqTxt{
    border: 2px solid #aa0003;
    width: 100%;
    color: #aa0003;
    background-color: #ffe9e7;
    border-radius: 5px;
    padding: 9px;
}
 
.telCaution{
	display: block;
    /* margin-top: -26px; */
    color: #9a9a9a;
}

.anyTxt{
    border: 2px solid #9d9d9d;
    width: 100%;
    color: black;
    border-radius: 5px;
    padding: 9px;
}
 
.zip{
    border: solid 2px #9d9d9d;
    border-radius: 4px;
    padding: 6px;
    width: 100px; 
}

.zipCaution{
    display: inline-block;
    margin-left: 7px;
    color: #9a9a9a;
}

.typeCaution{
	margin-top: 4px;
	color: #707070;	
}
.addressPlace:not(:first-child){
	margin-top: 10px;
}

.submitCover {
    text-align: center;
    margin: 0 auto 40px;
    }

.contactHead .redButtonRadius{
	margin-top: 0;
}

.reco{
	min-height: 140px;
}

.backCover{
	text-align: center;
    margin-top: 8px;
    }

.doubleCover{
    text-align: center;
    margin-top: 28px;
}

html .contactHead{
	padding-bottom: 30px;
}

.notice{
    font-size: 14px;
    text-align: center;
}

.nTxtForm{
	font-size: 14px;
	text-align: center;
}

.pcContactTop{
	display: none;
}

.checkBox{
	margin-right: 6px;
}

.submitButton.backButton{
	display: inline-block;
	background-color: #a0a0a0;
	border: 2px solid #a0a0a0;
}

.submitButton.backButton:hover{
	background-color: #dfdfdf;
	border: 2px solid #dfdfdf;
	color: #fff;
}

.submitCoverR{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

html #wrapper a.toSchool{
	color: #aa0003;
    font-weight: 600;
    text-decoration: underline;
}

.toSchool:hover{
	opacity: .6;
}

.w90{
	width: 90%;
}

.typeCaution-email{
	color: #aa0003;
	margin-top: 8px;
}

.typeCaution{
    margin-top: 7px;
    color: #404040;
    background-color: #fff1f1;
    padding: 11px 14px;
    width: 105%;
    margin-left: -5%;
    line-height: 1.6em;
}
.td-right.short select.classroom-select{
    width: 373px;
	max-width: 100%;
}

.td-right.short input[type="radio"] {
    width: auto;
    margin-right: 4px; 
}
.schoolArea{
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}
.schoolArea:first-of-type{
	margin-top: 0;
}
.schoolArea-label{
	width: 38%;
}
.schoolArea-labelWrapper{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
	.notice{
		text-align: left;
	}
	.contactHead-txt .nTxt{
		text-align: left;
	}
	html .submitCover{
		margin-top: 20px;
	}
	
	.doubleCover{
		margin: 0;
	}
	.schoolArea-label{
		width: 100%;
	}
	
}

@media screen and (min-width:600px) and ( max-width:979px) {
	.tr{
		display: flex;
	}
	
	.td-left{
		flex-basis: 32%;
	    min-width: 250px;
	}

	.td-right{
		flex-basis: 68%;
	    padding: 29px 0 29px 12px;
	    border-top: 2px solid #dbdbdb;
	}

	.contactHead-txt{
		display: inline-block;
	    font-size: 21px;
	    line-height: 29px;
	}

	.contactHead .redButtonWrapper{
		display: inline-block;
	}

    .td-right.short input{
	    width: 206px;
    }
    
     .td-right.short select{
	    width: 206px;
    }
    
    .submitCoverR{
        display: inline-block;
	    margin-left: 33px;
    }

	.doubleCover{
		margin: 0;
	}
		
	.doubleCover .submitButton{
	    margin-top: 39px;
	}
	
	.submitButton{
		    margin-bottom: 32px;
	}
   
}

@media screen and (min-width: 980px) {
	
	.pcContactTop{
		display:block;
	}

	.contactTop{
		display: none;
	}
	
	.tr{
		display: flex;
	}

	.td-left{
		width: 300px;
	}

	.td-right{
		width: 680px;
	    border-top: 2px solid #dbdbdb;
	    padding: 29px 0 29px 12px;
	}
	
	.requireMark{
		margin-right: 25px;
	}
	
	html .checkboxWrapper {
	    padding: 15px 0 23px 15px;
    }
    
    .td-right.short input{
	    width: 206px;
    }
    
     .td-right.short select{
	    width: 206px;
    }
   
    .pp{
        margin-top: -15px;
    }
    
    .another{
	    margin-top: 15px;
    }

	html .contactHead-txt{
		display: inline-block;
	    font-size: 23px;
	    line-height: 29px;
	}
	
	.contactHead .redButtonWrapper{
		display: inline-block;
	}
	
	.contactHead .redButtonRadius{
	    vertical-align: bottom;
	    margin-left: 32px;
    }
    
    #wrapper .pcRow2{
	    display: inline-block;
	    vertical-align: top;
    }
    
    .tableTitle {
	    font-size: 20px;
    }

    .submitCoverR{
        display: inline-block;
	    margin-left: 33px;
    }

	.doubleCover{
		margin: 0;
	}
	
	.typeCaution{
	    width: 100%;
		margin-left: 0;
		padding: 11px 22px;
	}

}