body{
	font-family: 'メイリオ', sans-serif;
	margin:0;						/*余白消し*/
}
header h1{
	background-color: #66ccff;		/*色：メイン1*/
	margin:0;						/*外の余白 削除*/
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
	display:none;
}
footer{
	background-color:#19448e;		/*色：メイン2*/
	height:75px;
	text-align: center;				/*ロゴと著作を真ん中*/
	padding:1em;
	color:#fff;
	margin-top:0;
	font-size:13px;
}
header{				/*↓スマホ用ヘッダー*/
	width:100vw;
	height:15vmin;/*19vmin*/
	margin:0;
	padding:0;
	font-size:1.8rem;
	font-family: 'Cabin', sans-serif;
	text-align:left;
	background-color: #19448e;
	color: #ffffff;
}
header a{
	font-family: 'Cabin', sans-serif;
	width:80%;
    position:relative;
    left:2%;
    top:1vmin;
	font-size:8vmin;
	font-family: 'Cabin', sans-serif;
	text-decoration:none;
	color: #ffffff;
}
header div{
	width:0;
	margin:0;
	position:relative;
	top:-65%;
	right:-84%;
}
.hamburger-menu div {
  position:relative;
  width:13vmin;
  height:2.5vmin;
  margin:1vmin 0;
  background-color: #ffffff;
  transition: .5s;
/* アニメーションの時間を0.5秒に指定 */
}
.hamburger-menu:hover div {
  opacity:0.6;
 /* 透明度を指定 */
 }
.hamburger-menu + .sidenavs:target {
  overflow-x: visible;
/* ボックスからはみ出る箇所をそのまま表示 */
  width: 100%;
  display:block;
}
.sidenavs:target {
  overflow-x: hidden;
  
/* ボックスからはみ出る箇所を隠す */
  width: 0;
}
/* ハンバーガーメニュー表示時 */
.sidenavs {
  height: 85%;
  width: 0;
  padding-top:40px;
  padding-bottom:100%;
  margin-bottom:100%;
  position: fixed;
overflow-y: scroll;
 /* 画像の配置を指定 */
   z-index: 1;
  top: 0;
  right: 0;
  background-color: #f5fffa;
  overflow-x:hidden;
/* 横スクロールを無効にする */
  transition: 0.5s;
/* アニメーションの時間を0.5秒に指定 */
}
/* ハンバーガーメニュー表示時のリンク */
.sidenavs a {
  padding: 8px 8px 30px 10px;
  text-decoration: none;
  font-size: 30px;
	font-family: 'Cabin', sans-serif;
  color: #66ccff;
  display: block;
  width:70%;
  transition: 0s;
  font-weight:bold;
}
/* マウスオーバー後のリンク */
.sidenavs a:hover {
  color: #fcc800;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:(0,0,0,0);
  cursor:pointer;
}
/* クローズボタン */
.sidenavs .close-btn {
  position: absolute;
/* 親要素との絶対位置を指定 */
  top: 0;
  right: 25px;
  font-size: 60px;
  margin-left: 75%;
  width:10%;
}



/*↓interview_pc.css用↓*/

main{
	background-color:#f5fffa;		/*色：ベース背景*/
	height:auto;
	padding-top:10px;				/*内余白：↑100px*/
	padding-bottom:100px;			/*内余白：↓100px*/
}

h2{
	color:#19448e;
	text-align : center;	
	margin:0;
}

.head{
	font-weight:bold;
	text-align:center;
	color:#000;
	font-size:20px;
	font-family: 'メイリオ', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*.UnderDivLink span{
	text-decoration: none;
}*/

.UnderDivLink a:-webkit-any-link {
    text-decoration: none;
}

.section{
	font-size:15px;
}

	
.Profile,h3{
	text-align : center;
	font-weight: bold;
}

h4{
	font-size:20px;
	color:#19448e;
	text-align : center
	}

.interview{
	background-color: #19448e;		/*メイン2*/
	height: 200px;
	width: 200px;
	margin-top:100px;
	margin-bottom:100px;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
	text-align:center;
}


/*タイムスケジュール*/
.TimeSchedule{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.TimeSchedule thead tr{
  background-color: #fcc800;
}

.TimeSchedule th, td{
  padding: 10px 0;
  text-align: center;
}

.TimeSchedule tr:nth-child(even){
  background-color: #eee
}

.Q{
	color:#19448e;
	text-align : left;
	font-weight: bold;
	padding-left: 2em;
	text-indent: -2em;
}
.A{
	padding-left: 2em;
	text-indent: -1em;
}



/*各先輩のインタビューに飛ぶリンク*/


.content1{			/*先輩１*/
	display:flex;
	justify-content: center;
}

.DivLink1 {						/*先輩１の枠*/
    background-color: #FFFFFF;   /* 背景色指定 */
    border:solid;				
    border-color:#66ccff;
    border-radius:40px;
    justify-content: center;
    margin:  20px;               /* 要素と要素の間を開ける */
    padding:  20px;             /* 余白指定 */
    width:850px;
    height:auto;				/*水色の縦枠の長さ*/
    display:inline;
}

h3{
	color:#19448e;
	text-align : center
}
	
	
.UnderLink{
	text-align:center;
	padding:10px;
	position: relative;
	justify-content: center;
	height: auto;
	display:flex;
}
.UnderLink a:hover { 
	background-color: #fcc800;
	color:#fff;
	/*opacity:0.5;*/
}

.UnderDivLink {
 	background-color: #FFFFFF;   /* 背景色指定 */
    border:solid;				
    border-color:#66ccff;
    border-radius:20px;
    justify-content: center;
    margin: 5px;               /* 要素と要素の間を開ける */
    width:auto;
    height:200%;

    
}


.UnderDivLink img{
	height:auto;
	width:50%;

}

.UnderDivLink a{
		color:#000;
		display:block;
		border-radius:17px;
		padding-top:10px;
		font-size:12px;
		/*padding:10px;*/
}

.UnderDivLink span{
	padding:0px;
	display:block;

}

img{
	margin-top:2.5%;
}


.UnderDivLinkBack {
    padding-left:20px ;
}

.UnderDivLinkBack a{
	text-align:center;
	color:#19448e;

}


#space{
	display:none;
}
#topBtnDiv{
	position:relative;
}
#topBtn{							/*上へ戻るボタン*/
	position:fixed;
	bottom:30px;
	right:20px;
	
	width: auto;
	height: auto;
	/*text-align: center;
	background-color: #19448e;*/
}
#topBtn img{
	width:60px;
	height:60px;
}



/*↑intervew_pc.css用↑*/



.menuBtn{
	box-sizing: border-box;
	width:100%;
	margin:0;
}

.menuBtn li{
	box-sizing: border-box;
	display: inline-block;
	width : calc(100% / 6) ;
	float:left;
	height:100px;
}

.japanese{
	font-family: 'メイリオ', sans-serif;
	font-size:14px;
	text-align: center;
}

.Nav_Title{
	font-weight:bold;
	font-size:20px;
	text-align: center;
	font-family: 'Cabin', sans-serif;
}

.Nav_Common ul{
	width:100%;
	padding:0;
	margin:0;	
}

.menuBtn a{
	color:#ffffff;
	text-decoration:none;
}

.menuBtn a li {
	color:#ffffff;
	background-color:rgba(102,204,255,0.7);
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #ffffff
}

.menuBtn a:hover{
	background-color:rgba(252,200,0,0.7);
}

.menuBtn a li:hover{
	background-color:rgba(252,200,0,0.7);
}

.menuBtn{
	position:fixed;
	bottom:0px;
}

.list .active{
	background-color:rgba(252,200,0,0.7);
}

body {
	position: relative;
}

#space{
	height:100px;
}
nav{
	display:none;
}
