﻿* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
	font-size: 16px;
	font-family: 'Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #8FBC8F;
}


#container {
	background: #8FBC8F;
	margin-left: 260px;
	position: relative;
	-moz-transition: margin-left .25s linear;
	-webkit-transition: margin-left .25s linear;
	transition: margin-left .25s linear;
}
#main {
	background: #8FBC8F;
	padding-top: 0px;
	min-height: 200px;
}
#main p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}

/* main-visual */
#main-visual {
	background: #8FBC8F;


	min-height: 200px;
	display: flex;

}
#main-visual h2 {
	font-size: 21px;
	color: ##0000FF;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

#global-head {
	color: #000;
        width: 100%;
	padding: 0px 5px;
	background: #8FBC8F;
}


#head5 {
        width: 100%;
}


.parent {
  display: flex;
}
.parent01 {
  justify-content: space-between;
}
.child {
  width: 100%;
  height: 40px;
}








#sidebar {
	padding-top: 50px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #0000ff;
	background: #3399FF;
}

#brand-logo {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #0000ff;
	text-decoration: none;
	display: block;
	padding: 11px 15px;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	/*background: #fff;*/
}


/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #aeb4cb;
	border-right: 1px solid #aeb4cb;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}

#global-nav .is-active .sub-menu-head:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* sub-menu */
#global-nav .sub-menu-nav {
	background: #032f55;

	display: none;
	padding: 10px 0;

	/*-moz-transition: all .4s ease;*/
	/*-webkit-transition: all .4s ease;*/
	/*transition: all .4s ease;*/
}


#global-nav .sub-menu-nav a {
	color: #aeb4cb;
	padding: 8px 15px;
}
#global-nav .sub-menu-nav a:hover {
	color: #fff;
}


/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 10px;
	left: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 0;
	/*
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
}
#nav-toggle span:nth-child(2) {
	top: 11px;
	/*
	width: 0;
	left: 50%;
	*/
}
#nav-toggle span:nth-child(3) {
	top: 22px;
	/*
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	*/
}

/*
.close #nav-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.close #nav-toggle span:nth-child(2) {
	width: 100%;
	left: 0;
}
.close #nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
*/


/* z-index */
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}

/* close */
.close #container {
	margin-left: 260px;
}
.close #brand-logo {
	margin-left: 50px;
}
.close #nav-toggle span {
	background: #033560;
}


#what   {
        width:44em;
        height:17em;
        overflow:auto;
	position:relative;
	left:0px;
	top:0;
	margin:0px 0px 10px 0px;
        border:3px inset #CFCFCF;
        padding:0.1em 0.5em 0em 0.5em;
        background-color:#80B080;
        text-align:left;
        font-size:12pt;
        font-weight:bold;
}


@media screen and (orientation: landscape) and (max-width: 900px) {
body {
      -webkit-text-size-adjust: 100%;
	font-size: 14px;
}

	#container {
		margin-left: 0px;
	}

#main {
	background: #8FBC8F;
	padding-top: 0px;
	min-height: 400px;
}
/* main-visual */
#main-visual {
	background: #8FBC8F;


	min-height: 400px;
	display: flex;

}
        .close #container {
	margin-left: 0px;
        }


	#brand-logo {
		margin-left: 50px;
	}
	#nav-toggle span {
		background: #033560;
	}
	.close #nav-toggle span {
		background: #fff;
	}

	#sidebar {
		left: -260px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.close #sidebar {
		left: 0;
	}

#what   {
        width:40em;
        height:20em;
        overflow:auto;
	position:relative;
	left:0px;
	top:0;
	margin:0px 0px 10px 0px;
        border:3px inset #CFCFCF;
        padding:0.1em 0.5em 0em 0.5em;
        background-color:#80B080;
        text-align:left;
        font-size:12pt;
        font-weight:bold;
}

}

@media screen and (max-width: 400px) {
body {
      -webkit-text-size-adjust: 100%;
	font-size: 14px;
}

}

@media screen and (orientation: portrait) and (max-width: 1950px) {
body {
      -webkit-text-size-adjust: 100%;
	font-size: 14px;
}

	#container {
		margin-left: 0px;
	}

#main {
	background: #8FBC8F;
	padding-top: 0px;
	min-height: 800px;
}
/* main-visual */
#main-visual {
	background: #8FBC8F;


	min-height: 800px;
	display: flex;

}

        .close #container {
	margin-left: 0px;
        }


	#brand-logo {
		margin-left: 50px;
	}
	#nav-toggle span {
		background: #033560;
	}
	.close #nav-toggle span {
		background: #fff;
	}

	#sidebar {
		left: -260px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.close #sidebar {
		left: 0;
	}

#what   {
        width:40em;
        height:36em;
        overflow:auto;
	position:relative;
	left:0px;
	top:0;
	margin:0px 0px 10px 0px;
        border:3px inset #CFCFCF;
        padding:0.1em 0.5em 0em 0.5em;
        background-color:#80B080;
        text-align:left;
        font-size:12pt;
        font-weight:bold;
}

}
