/*
/*
/*	パソコン用の表示のCSS（全ページ共通のぶぶん）
/*  header‚footer　は flexbox ではない
/*
 */
.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:0px;
	width:100%;
	font-family: 'メイリオ' , sans-serif; 
}

.container {	/* コンテンツの中身 */
	font-size:95%;
}

/*　PCのとき表示させないもの */
.navToggle { display: none !important; }
.globalMenuSp { display: none !important; }
.sp_logo { display: none !important; }



.header {		/* PC用のヘッダー */
	font-size: 4.375vw;/*300%; */
	top:0%;
	text-align:right;
	align-items: right ;
	height:30%;
/*	display: flex; */
	flex-direction: column;
	padding: 0.5em;
	margin:		0;
	
	color:#ffffff;
	background-color: #000;
	/* position:	absolute;  */
	/* line-height: 1.0; */
}
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: white;
	margin-bottom: 10px;
	margin-top: 10px;
}

.Nav_Common {
	list-style: none;
	justify-content:space-around;
	flex-wrap: wrap;
	background:#ffffff;
	width:100%;
}
nav{
	list-style:none;
	background:#ffffff;
	text-align:center;
    margin-bottom: 0;
	   top:23%;
}
.Nav_Common div.Nav_Title{
	padding-top: 1em;
	padding-bottom: 1em;
	text-decoration: none;
	width:100%;
	color: #000;
	font-weight: bold;
}

div.list :hover {
background:#73e600;
}

div  li.active{
background:#73e600;
color: #ffffff;
cursor:default;
}

a {
  text-decoration: none;
}

li.active div.Nav_Title{
	color:white;+
}

.main{	/* 各ページの中身がはいるところ */
	flex: 1;
	order: 2;
	width: 75%;
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top:0;
	padding-left:2.5%;
	padding-right:2.5%;
	bottom:0;
}

.box{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	
	padding-top:2%;
	padding-bottom:0px;
	
}

.text{
	color:#000;
	font-size:130%;
	font-weight:bold;
}


footer{				/* PC用のフッター*/
	/*display: flex;*/
	height: 50%;
	padding : 1em;
	font-size: 100%;
	text-align: center;
	background-color:#73e600;
	color: #ffffff;
}

/*　PCのときにハンバーガーメニューを表示させない */
.navToggle { display: none !important; }
.globalMenuSp { display: none !important; }

#page-top {
	display:none;
	position:fixed;
	right:20px;
}

#page-top a{
	display:block;
	z-index:0;
	text-decoration:none;
	text-align:center;
	width:60px;
	height:75px;
	border-radius:50%;
}

#page-top img{
	height: 60px;
    width: 60px;
    margin-top: 21px;
    border: 0;
}

#page-top:active {
	opacity:0.5;
}
