.nav-wrap{display: none !important;}
.scroll-nav{display: none !important;}
.next-btn{display: none !important;}

footer{	
	height: 50%;
	padding : 1em;
	font-size: 85%;
	text-align: center;
	background-color:#73e600;
	color: #ffffff;
	margin-top: 0;
}
.header-is-fixed{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
}
.nav-is-fixed{
	position:fixed;
	    top:23%;
		width: 25%;
}
html {
	font-size:100%;
}
body { 
	margin:0;
	width:100%;
	font-family: “メイリオ” , sans-serif; 
}

.container {	/* コンテンツの中身 */
	font-size:95%;
}

/*　PCのとき表示させないもの */
.navToggle { display: none !important; }
.globalMenuSp { display: none !important; }
.sp_logo { display: none !important; }

.top_header-is-fixed{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
}

.top_header {		/* PC用のヘッダー */
	font-size: 4.375vw;/*300%; */
	top:0%;
	text-align:right;
	align-items: right ;
	height:30%;
	flex-direction: column;
	padding: 0.5em;
	margin:		0;

	font-family:'メイリオ' , sans-serif;
	color:#ffffff;
	background-color:#73e600 ;
}
.top_header{
	top:0px;
	z-index:24;
}
  .header br {
    display: none;
  }

.header {		/* PC用のヘッダー */
	font-size: 4.375vw;/*300%; */
	top:0%;
	text-align:right;
	align-items: right ;
	height:30%;
	flex-direction: column;
	padding: 0.5em;
	margin:		0;

	font-family:“メイリオ” , sans-serif;
	color:#ffffff;
	background-color:#73e600 ;
}
header{
	top:0px;
	z-index:24;
}
  .header br {
    display: none;
  }

.container { /* flexboxのぶぶん*/
/*.sidebar, .main{
	padding: 20px;*/
	display: flex; 
	width: 100%;


}

.sidebar{
	width: 25%;
	background-color: write;
	margin-bottom: 10px;
	margin-top: 10px;


}

.Nav_Common {
	list-style: none;
	justify-content:space-around;
	flex-wrap: wrap;
	background: #73e600;  /*メニューバー背景*/
	width:100%;


}
nav{
	list-style:none;
	background:#ffffff;
	text-align:center;
    margin-bottom: 0;
	   top:23%;
    z-index: 1;
justify-content:space-around;
}
.Nav_Common div.Nav_Title{
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: none;
	width:100%;
	color: #ffffff; /*メニュー文字の色*/
	font-weight: bold;
}

div.list :hover {
background:#ffa500;    /*カーソルを合わせると背景の色が変わる*/

}

div  li.active{
background:#ffa500;
color: #ffffff;
cursor:default;
}

li.active div.Nav_Title{
	color:white;
}
a {
  text-decoration: none;
}



.main{	/* 各ページの中身がはいるところ */
	flex: 1;
	order: 2;
	width: 75%;
	background-color: #ffffff;
}


footer{				/* PC用のフッター*/
	height: 50%;
	padding : 1em;
	font-size: 100%;
	text-align: center;
	background-color:##32cd32;
	color: #ffffff;
        font-family:“メイリオ” , sans-serif;
     
}
justify-content:space-between;

/*就活ページ*/
body { 
	width:100%;
	font-family: “メイリオ” , sans-serif; 
}


.intro{
	text-align:center;
	color:#000;
	font-size:100%;
	font-weight:bold;
}


/*ボタンデザイン*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFF;/*ボタン色*/
  color: #000;
  border-top: solid 4px #70ab47;
  border-bottom: solid 4px #70ab47;
  border-left: solid 4px #70ab47;
  border-right: solid 4px #70ab47;
  border-radius: 3px;
  width:90px;
  height:20px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: (0,0,0,0);
}

.btn-square:active {  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  color:#ffc000;
}

.button{
	text-align:center;
}
/* 小見出し*/
h2{
width: 200px;
border-bottom:solid 10px #70ab47;
}
/* question部分、answerの本文も含めたボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    width: 100%;/*最大幅*/
}

/*ラベル(puestionの部分)*/
.accbox label {
    display: inline-block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#000;
    font-weight: bold;
    background :#FFF;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#85baef;
}

.accbox label:after{
 color: #fff;
 content:"▼"
 position: absolute;
 top: 50%;
 right: 15px;
 margin-top: -14;
}

.accbox input:c

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: ;
    padding: 5px;
    background: #FFF;
    opacity: 1;
}
/*画像のサイズ*/
p.sample img {
     width: 50%;
}
.Image_TOP_s{
display:none;
}
