body{
	font-size:14px;
	background-color:#f5fffa;
}

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;
}

h1{
	display:none;
}


header a{
	font-family:'Cabin', sans-serif;
	width:80%;
    position:relative;
    left:2%;
    top:1vmin;
	font-size:8vmin;
	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: 0.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: 9999;
  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%
}


.head{
	font-weight:bold;
	text-align:center;
	color:#000;
	font-size:20px;
	font-family: 'メイリオ', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}

.head_2{
	font-size:18px;
}

main{		
	height:auto;
	margin-top:5px;
	margin-bottom:200px;
    margin-left:0;
    padding:0;
    float:left;
	position:relative;
}

.intro_area{	
	display:flex;
	flex-wrap:wrap;					/*intro_areaÃ£ÂÂ®Ã£ÂÂ¾Ã£ÂÂ¨Ã£â€šÂ*/
	background:#000000; /*pcÃ§â€Â»Ã©ÂÂ¢*/
	width:100%;
	margin:0;
	padding:20px
}	

.head{
	width:95%;
	font-size:80%;
	text-align:center;
	border-radius:10px;
	border:solid 1px #;
	margin:auto;
	font-weight:bold;
}
h3{
	font-size:13px;
	display:inline;
	height:30px;
	width:100%;
	background-color: #161666;
	position:absolute; bottom:-26px; left:0px; z-index:1; 
	font-style:normal;
}

em{
	display:inline-block;
	background-color:#ffff;
	height:30px;
	max-width:200px;
	min-width:150px;
	position:absolute; bottom:0px; left:20px; z-index:1;
	font-style:normal;
	font-family: 'メイリオ', sans-serif;
}

.member{		
	background-color:#696969;
	margin:0;
	flex:1;
	text-align:center;
}

.newbie_file{
	width:100%;
}

.icon{
	max-width:40vw;
	height:auto;
}
.Nav_Common{
	display:none;
}

footer{	
	height: 75px;
	padding : 1em;
	text-align: center;
	background-color:#19448e;
	color: #ffffff;
	margin-top: 0;
	font-size:13px;
	font-family: 'メイリオ', sans-serif;
}

body {
	position: relative;
}

html,body { 
	margin:0;
}

/*pc用 header h1{	
	font-family:メイリオ;
	font-size:20px;
	background-color: #66ccff;		/*色：メイン1*/
	/*margin:0;*/					/*外の余白 削除*/
	/*padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}*/

h2{
	font-weight:bold;
	text-align:center;
	color:#000;
	font-size:20px;
	font-family: 'メイリオ', sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}

.frame_area{
	box-sizing: border-box;
	padding-right:0px;
}

.intro_area{
	box-sizing: border-box;
	padding-top:20px;
	padding-bottom:10px;
}
.fullBody{
	overflow:hidden;
}
.icon_area img{
	object-fit: cover;
}
.icon:hover{
	opacity:0.6;
	cursor: pointer;
	cursor: hand;
}
.imgprf_s {
	width:98%;
}
.imgprf img{
	display:none;
}

.close_window{
	background-color:#fff;
	border-radius:50%;
	right:4%;
	font-size:300%;
	font-weight:bold;
    position: absolute;
    top: 1%;
	cursor:pointer;
	padding:0% 4%;
}
