@charset "UTF-8";

.indexkv{
	background: #aaa;
	height: 300px;
	text-align: center;
}

.indexwrapper{
	padding: 100px 0;
}

.indexsection{
	padding: 50px 20px;
	background: #eee;
}

.indexcv{
	text-align: center;
}

.indexplan-table{}

.indexplan-table th,
.indexplan-table td{
	border:1px solid #000;
}



/* pc */
@media screen and (min-width: 769px){

}


/* small pc */
@media screen and (min-width: 769px) and (max-width: 1200px){


}


@media screen and (max-width: 768px){




}