@charset "UTF-8";
/* CSS Document */


/*中学校入試情報CSS
--------------------------------------------------------------------------
【共通】
◎メイン使用色
　 （高校ブルー）#419CC0　（中学グリーン）#68A029
   （オレンジ）#F9570F　（アルファベット用）#919159
   （文字色）#333333　
-------------------------------------------------------------------------- */


/* 入試情報のみsidemenu */

.sidemenu li.notLink {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(/hatsuhashi/common/img/icon-blueyajirushi.jpg);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 27px;
}

@media all and (max-width: 576px) {

	.sidemenu li.notLink {
		display: none;
	}
	
	.sidemenu li:nth-child(odd) {
		clear: none;
	}
	
	.sidemenu li:nth-child(1),
	.sidemenu li:nth-child(4) {
		clear: none;
	}
	
	.sidebanner{
		text-align: center;
		margin-bottom: 8.2%;
	}
	
}


/* ----------------------------------------------------------------------
「中学校募集要項」「帰国生徒募集要項」
------------------------------------------------------------------------- */

.bosyu-table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border: 1px solid #999;
	width: 700px;
	margin-bottom: 5px;
}

.bosyu-table th {
	background-color: #99CADD;
	padding: 10px;
	border: 1px solid #999;
	color: #225366;
	font-weight: normal;
}

.bosyu-table td {
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
}


.bosyu-table dt {
	background-image: url(../common/img/icon-greenyajirushi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}

.text-center{
	text-align: center!important;
}



.bosyu-table dd {
	background-image: url(../common/img/icon-foot.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 10px;
}

.bosyu-table2 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border: 1px solid #999;
	width: 700px;
	margin-bottom: 5px;
}

.bosyu-table2 th {
	background-color: #99CADD;
	padding: 10px;
	border: 1px solid #999;
	color: #225366;
	font-weight: normal;
}

.bosyu-table2 td {
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
}


.bosyu-table2 dt {
	background-image: url(../common/img/icon-greenyajirushi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}




.bosyu-table2 dd {
	background-image: url(../common/img/icon-foot.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 10px;
}


.gakuhi {
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-color: #FFFFE1;
	border: 1px dotted #CCC;
	line-height: 1.5em;
	font-size: 85%;
}

.bg-gray{
	background-color: #F8F8F8;
}


@media all and (max-width: 576px) {

	.bosyu-table {
		width: 100%;
		border: none;
		border-bottom: 1px solid #999;
	}
	
	.bosyu-table th,
	.bosyu-table td {
		width: 100%;
		display: block;
		
		box-sizing: border-box;
		border-bottom: none;
	}
	
	.bosyu-table th {
		font-size: 14px;
	}
	
	.bosyu-table td {
		font-size: 13px;
	}
	
	/* SPのみtable */
	
	.sp_obj .table_ttl {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	
	.sp_obj .bosyu-table {
		margin-bottom: 8%;
	}
	
	/* reset */
	.sp_obj .bosyu-table th,
	.sp_obj .bosyu-table td {
		display: table-cell;
		width: auto;
		box-sizing: content-box;
	}
	
	.sp_obj .bosyu-table th {
		width: 5em;
	}
	
	.bosyu-table2 {
		width: 100%;
		border: none;
		border-bottom: 1px solid #999;
	}
	
	.bosyu-table2 th {
		font-size: 14px;
	}
	
	.bosyu-table2 td {
		font-size: 13px;
	}
	
	.sp_obj .bosyu-table2 {
		margin-bottom: 8%;
	}
	
	/* reset */
	.sp_obj .bosyu-table2 th,
	.sp_obj .bosyu-table2 td {
		display: table-cell;
		width: auto;
		box-sizing: content-box;
	}
	
	.sp_obj .bosyu-table2 th {
		width: 5em;
	}

}

.button {
  position: relative;
  display: inline-block;
  padding: .9em 0em;
  background-color: #e9536b;
  border-radius:10px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  width:100%;
  margin-bottom:10px;
  font-size:18px;
}
.button::after {
  position: absolute;
  top: 50%;
  left:25px;
  content: '';
  margin-top: -6px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.button:hover {
  background-color: #f291a1;
  color: #FFF;
}



/* ----------------------------------------------------------------------
「Web出願（中学入試）」
------------------------------------------------------------------------- */


.bnBoxL345{
	float: left;
	height: auto;
	width: 345px;
}

@media all and (max-width: 576px) {
	
	.bnBoxL345 {
		width: 100%;
		margin: 0;
	}
	
	.bnBoxL345 ~ .bnBoxL345 {
		margin-top: 10px;
	}
	
}

.bnBox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
}

.button a:link{
color: #FFFFFF;
}

.button a:visited{
color: #FFFFFF;
}



.element{
	width: 345px;
	margin-right: 5px;
}

.element_f{
	width: 700px;
	margin-right: 5px;
}

.attention_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #FA5F5F;
}
.attention_box p {
    margin: 0; 
    padding: 0;
	color: #FA5F5F;
	font-weight: bold;
}

@media all and (max-width: 576px) {
	.element{
		width: 100%;
	}
	
	.element_f{
		width: 100%;
	}	
	
	.button{
		margin-bottom: 20px;
		margin-top: 0px;
	}
}


/* ----------------------------------------------------------------------
「入試説明会・体験入学」
------------------------------------------------------------------------- */

.event-bt{
	background-color: #dddddd;
	height: auto;
	width: 660px;
	background-image: url(../common/img/icon-yajirushi-blue.png);
	background-position: 580px center;
	background-repeat: no-repeat;
	color: #999;
	margin-left: 20px;
}
.event-bt dl{
	display: block;
	margin-bottom: 2px;
	overflow: hidden;
}
.event-bt a:link{
	display: block;
	background-color: #D1E7EF;
	background-image: url(../common/img/icon-yajirushi-blue.png);
	background-position: 630px center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}

.event-bt a:visited{
	display: block;
	background-color: #D1E7EF;
	background-image: url(../common/img/icon-yajirushi-blue.png);
	background-position: 630px center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}

.event-bt a:hover{
	display: block;
	background-color: #E9F3F8;
	background-image: url(../common/img/icon-yajirushi-blue.png);
	background-position: 630px center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666;
}

.event-bt dt{
	clear: left;
	float: left;
	width: 18em;
	padding-right: 0.5em;
	padding-bottom: 15px;
	padding-left: 1em;
	padding-top: 15px;
}

.event-bt dd{
/*	padding-right: 0.5em;*/
	padding-right: 2.5em;
	padding-bottom: 15px;
	padding-left: 0.5em;
	padding-top: 15px;

}

.event-bt span {
	display: inline-block;
}


.attention_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #FA5F5F;
}
.attention_box p {
    margin: 0; 
    padding: 0;
	color: #FA5F5F;
	font-weight: bold;
}



@media all and (max-width: 576px) {
	
	.event-bt{
		width: 100%;
		margin-left: 0;
	}
	
	.event-bt dt {
		padding-right: 8%;
		padding-bottom: 0;
		padding-left: 2%;
		padding-top: 2%;
		width: 45%;
		display: block;
		float: none;
		width: 100%;
		box-sizing: border-box;
		font-weight: bold;
	}
	
	.event-bt dd {
		padding-right: 8%;
		padding-bottom: 2%;
		padding-left: 2%;
		padding-top: 0;
		float: none;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	
	.event-bt a:link{
		background-position: 95% center;
	}
	
	/* taiken 個別設定 */
	.taiken_table {
		border: none;
		border-bottom: 1px solid #999;
	}
	
	.taiken_table th,
	.taiken_table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
	}
	
	.taiken_table th{
		font-size: 14px;
	}
	
	.taiken_table td{
		font-size: 13px;
	}
}



.gra-table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border: 1px solid #999;
	margin-bottom: 10px;
	height: auto;
	width: 700px;
}

.gra-table th {
	background-color: #429CBF;
	padding: 10px;
	border: 1px solid #999;
	color: #FFF;
	font-weight: normal;
}

.gra-table td {
	text-align: right;
	padding: 10px;
	border: 1px solid #999;
}


.table-color-gray{
	background-color: #DBDBDB;
}

.table-color-blue{
	background-color: #C1DFEA;
}

.table-color-yellow{
	background-color: #FFC;
}

@media all and (max-width: 576px) {

	.gra-table {
		width: 100%;
	}

	.gra-table th {
		font-size: 14px;
	}
	
	.gra-table th:first-of-type {
		width: 10em;
	}
	
	.gra-table td {
		font-size: 13px;
		word-break: break-all;
	}
	.br-sp{
		display: none;
	}
	
}

.items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
  }
  .item{
	width: 23%;
	height: 100px;
  }


  @media all and (max-width: 576px) {
	  .item{
		  width: 47%;
	  }
	  .item:not(:last-child) {
		margin-bottom: 30px;
	  }
  }
  
  .indent {
	padding-left: 1em;
	text-indent: -1em;
  }  