@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%; 
	background: #fff;
}
body {
  font-size: 14px; font-size: 1.4em;
  font-family: Avenir, Verdana, 'ヒラギノ角ゴシック ProN',  'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  color: #111;
  line-height: 150%;
}
img {
  max-width: 100%;
}
.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.contentInner { padding: 0 20px;}
.openSchool header { padding: 30px 0 40px;}
.openSchool h1 {
  color: #002FA3;
  font-size: 3rem;
}
.openSchool h2 {
  margin: 40px 0 20px;
  color: #002FA3;
  font-size: 2.1rem;
}
.openSchool table { width: 69%; margin: 20px 0 10px;}
.openSchool .tableType01 th,
.openSchool .tableType01 td { padding: 10px 20px; border: 1px solid #E0E0E0; font-size: 1.3rem;}
.openSchool .tableType01 th { width: 120px; background: #F2F2F2;}
.openSchool .tableType01 dl dt,
.openSchool .tableType01 dl dd { float: left;}
.openSchool .tableType01 dl dt { width: 90px;}
.openSchool .tableType01 dl dd { width: calc(100% - 90px);}
.openSchool .tableType01 dl dt:first-child { width: 130px;}
.openSchool .tableType01 dl dt:first-child + dd { width: calc(100% - 130px);}
.openSchool .tableType01 ul { margin-top: 25px;}
.openSchool .tableType02 th,
.openSchool .tableType02 td { padding: 15px 15px; border: 1px solid #E0E0E0; font-size: 1.3rem; text-align: center; vertical-align: middle;}
.openSchool .tableType02 thead { background: #F2F2F2;}
.openSchool .tableType02 thead th + td { width: 77px;}
.openSchool .tableType02 thead th + td + td { width: 96px;}
.openSchool .tableType02 thead th + td + td + td { width: 180px;}
.openSchool .tableType02 thead th + td + td + td + td + td { width: 80px;}
.openSchool .tableType02 tbody th { width: 50px;}
.openSchool .tableType02 tbody .left { text-align: left;}
/* .openSchool .attention { margin-top: 40px; padding: 20px border: 2px solid #FE1E1E; color: #FE1E1E;} */
.openSchool .attention { margin: 40px; padding: 10px 80px; border: 2px solid #FE1E1E; color: #FE1E1E; text-align: left;}
.openSchool .attention p { font-weight: bold;}
.openSchool .cvArea { margin-top: 40px; text-align: center;}
footer { margin-top: 80px; background: #008842; color: #FFF;}
footer .inner { position: relative;}
footer .pageTop {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -25px;
}
footer .copyright { padding: 10px 0; font-size: 1.1rem; text-align: right;}

input#check_data {
	padding: 15px 40px;
	font-size: 1.2em;
	margin: 15px 0;
}
input#submit_ret {
	padding: 15px 30px;
	font-size: 1.2em;
	margin: 20px 10px 15px;
}
input#regist_data {
	padding: 15px 50px;
	font-size: 1.2em;
	margin: 20px 10px 15px;
}
	padding: 15px 40px;
	font-size: 1.2em;
	margin: 10px 0 20px;
}

@media only screen and (max-width: 767px) {
  .openSchool header { padding: 20px 10px;}
  .openSchool header p { width: 66.8%;}
  .openSchool .tableType01 th,
  .openSchool .tableType01 td { display: block; width: 100%;}
  .openSchool .tableType01 th { border-bottom: 0;}
  .openSchool .tableType01 tr + tr th { border-top: 0;}
  .openSchool .tableType01 dl dt,
  .openSchool .tableType01 dl dd { float: none; width: 100%;}
  .openSchool .tableType01 dl dd + dt { margin-top: 10px;}
  .openSchool .tableType01 dl dt:first-child,
  .openSchool .tableType01 dl dt:first-child + dd { width: 100%;}
  footer { margin-top: 20%;}
  footer .copyright { padding: 10px;}
  footer .pageTop {
    width: 12.5%;
    margin: -12.5% 0 0;
  }
  .tableScroll {
    overflow: auto;
    white-space: nowrap;
  }
  .tableScroll::-webkit-scrollbar{
    height: 5px;
  }
  .tableScroll::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .tableScroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .tableScroll th,
  .tableScroll td { display: table-cell; width: auto;}
}

.btn {
	display: block;
	width: 220px;
	margin: 10px auto 0;
	padding: 10px 0;
	border: 2px solid #940852;
	background: #FFF url(../../img/ico_arrow_red.png) left 20px center no-repeat;
	color: #940852;
	font-size: 1.5rem;
/*	font-weight: bold; */
	text-align: center;
/*	font-family: Avenir, Verdana, 'ヒラギノ角ゴシック ProN', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif; */
  cursor: pointer;
}

a{
  color: inherit;
  text-decoration: none;
}

