@charset "UTF-8";
/*
=======================================================

=======================================================
*/

.txtBox{
	width:100%;
	padding-bottom:30px;
}
.txtBoxTitle{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #ff6600;
    margin-bottom: 8px;
}
.txtBoxLetter{
	font-size: 18px;
	padding-left: 20px;
	padding-right:20px;
}
.wvTitle{
	font-size: 40px;
    color: #2e3963;
    font-weight: bold;
    line-height: 1.2;
	padding:20px 0;
    width: 100%;
    text-align:center;
}
.wvFooter{
	width:100%;
	background:#2e3963;
	padding:30px 0;
}
.wvFooterLink{
	text-align:center;
}
.wvFooterLink a{
	color:#fff;
	font-weight:bold;
	font-size:20px;
}
.wvFooterLink a:hover{
	text-decoration:underline;
}
.inquiry-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.inquiry-button:hover {
  background-color: #333;
}
.btnBox{
	text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contactBox{
      margin-top: 50px;
}
.contactTxtBox{
	margin-bottom:30px;
}
.contactTxtBoxTitle{
	font-size: 24px;
	font-weight: bold;
}
.contactTxtBoxTitle::before{
	content: '●';
	color: #e60000; /* 赤色の● */
}
.contactBoxLetter{
	font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
.contactBoxLetterB{
	font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
.contactTxtBoxTitleB{
	border-bottom: 3px solid #e60000;
    margin-bottom: 13px;
    font-size: 32px;
    font-weight: bold;
    border-left: 6px solid blue;
    padding-left: 10px;
}
.regionBox{
	border-top:4px solid #2e3963;
}
.regionRow{
	font-size: 26px;
	font-weight:bold;
	padding:10px;
	width:100%;
}
.prefectureRow{
	display: flex;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #999999;
}
.schoolRow{
	width:20%;
	font-size: 18px;
}
.prefectureBox{
	width:100%;
}
.prefecture{
	font-size: 22px;
	padding-bottom: 5px;
}
.numberOfSchools{
	padding-left:15px;
}
.topImage img {
	max-width: 1200px;
}



@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
	.wvBoxImg{
		order:-1;
	}
	.prefectureRow{
		display:block;
	}
	.schoolRow {
	    width: 100%;
	    font-size: 18px;
	}
}

























