/* CSS Document */

@media screen, print {
    
/* 
======================
ＰＣ・スマホ表示の設定
======================
*/
	.pc-none{
		display: none;
	}
	.ms-none{
		display: block;
	}

.pankuzu {
	float: left;
	width: 100%;
	position: relative;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
.top_button {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
}

.student_title {
	background-color: #33CAFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 10px;
}
.student_title02 {
	background-color: #D7F4FF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	border-color: #50D2FF;
	border-style: solid;
	text-align: center;
}

.student_title03 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #33CAFF;
	border-radius: 10px;
	border: 2px solid #33CAFF;
}
.student_text {
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 1.5em;
	padding-left: 35px;
	position: relative;
	padding-right: 35px;
}
.student_text06 {
	padding-left: 25px;
	position: relative;

}
.student_text02 {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.student_text03 {
	line-height: 1.5em;
}
.student_text04 {
	text-align: center;
}
.student_text05 {
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
	background-color: #CFF;
}
.font_20{
	font-size: 20px;
}
.text_reb {
	color: #F00;
}
.student_img {
	padding-bottom: 20px;
}
.bottom10 {
	margin-bottom: 10px;
	}
	
	.bottom20 {
	margin-bottom: 20px;
	}

	.bottom30 {
	margin-bottom: 30px;
	}
	
	.bottom40 {
	margin-bottom: 40px;
	}
	
	.bottom50{
	margin-bottom: 50px;
	}
.text_cen {
		text-align: center;
	}

	.font_bold{
	font-weight: bold;
	} 
    
}

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

.pankuzu {
	float: left;
	width: 100%;
	position: relative;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
}
.top_button {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 10px;
}
	.student_title {
	background-color: #33CAFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.student_text {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	padding-left: 10px;
	position: relative;
	padding-right: 10px;
}
.student_text02 {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.student_text03 {
	line-height: 1.5em;
	font-size: 12px;
}
.student_text06 {
	padding-left: 1px;
}
	.font_20{
	font-size: 18px;
}
    
/* 
======================
ＰＣ・スマホ表示の設定
======================
*/    
    .ms-none{
		display: none;
	}
	
	.pc-none{
		display: block;
	}
    
	.titlecall{
		font-size:2vw;
		position: relative;
		top:10px;
		margin-right: 50px;
        margin-bottom: 20px;
	}
    

/*
=================
グローバルナビ用
=================
*/     
  nav.globalMenuSp {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    /*background: #fff;*/
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  
  nav.globalMenuSp ul {
    background-color:rgba(0,101,177,0.9);
    /*margin: 84px auto 0 auto;*/
    padding: 0;
    width: 100%;
    border-top: 1px solid #ffffff;    
  }
  
  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  nav.globalMenuSp li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }    
  
  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 0.9em 0;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }  
    
/*
================
 ハンバーガー用
================
*/    
  .navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 50px;
    cursor: pointer;
    z-index: 5;
    background: #ffffff;
    text-align: center;
  }
  
  .navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #004f96;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  
  .navToggle span:nth-child(4) {
    border: none;
    color: #004f96;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  } 
  /*
  タップした後
  --------------------------------------
  */
      
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }    
    
}