body {
	background: #DDFFFF;
	font-size: 20px;

}

.hero {
	width: 800px;
	height: 600px;
	margin: 0 auto;
}
img.logo {
	width: 200px;
	height: auto;
	position: relative;
	top: 0;
	left: 20px;
	border: 3px inset red;
	box-shadow: 2px 2px 2px silver;
}
img.logo2 {
	width: 30%;
	height: auto;
	position: relative;
	top: 0;
	left: 20px;
	border: 3px inset red;
	box-shadow: 2px 2px 2px silver;
	margin: 5px;
}
.content {
	margin: 0 auto;
	margin-bottom: 600px;
	width: 95%; 
	line-height: 2.0; 
	padding: 30px 5px 5px ; 
	background: white;
}
.content p {
	margin-bottom: 40px;
}

.menubox {
	width: 100%;
	padding: 10px 0px 100px;
	margin: 0 0 px 0;
	background: white;
}

.menubar {
	background-color: #ffffff;
	display: block;
	margin: 0 auto 1em;
	overflow: hidden;
	width: 99%;
}

.menubar ul {
	margin: 0;
	padding: 0.3%;
	border-radius: 4px;
	box-shadow: 0px 2px 2px -1px silver;
	background-color: #8EB8FF;
}
.menubar ul li {
	display: inline-block;
	list-style-type: none;
	background-color: #003399;
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}
.menubar ul li a .caret {
	border-top: 4px solid #BB0000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.menubar ul li a {
	color: #FFFFFF;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 110%;
	text-shadow: 1px 1px 2px silver;
}
.menubar ul li:hover {
	background-color: #a869be;
}
.menubar ul li:hover a {
	color: rgb( 255, 255, 255 );
}
.menubar ul li:hover a .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.menubar ul li div {
	background-color: rgb(218, 60, 65);
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 165px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
}
.menubar ul li:hover div {
	display: block;
	opacity: 1;
	visibility: visible;
	width: 15%;
}
.menubar ul li div ul li {
	display: block;
}
.menubar ul li div ul li a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
	font-size: 90%;
	line-height: 100%;
}

.menubar ul li div ul li a:before{
	content: '';
 	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px 0 0;
	background-color: red;
	border-radius: 100%;
	box-shadow: 1px 1px 2px #770000;
}

.menubar ul li div ul li:hover a {
	background-color: rgba( 255, 255, 255, 0.1);
}


@media screen and (max-width:1190px) {
  .menubox {
    display: none;
  }
}

header {
  padding:10px;
  background: white;
  border-bottom: 1px solid #DDFFFF;
  
}



#nav-drawer {
  position: relative;
}

.nav-unshown {
  display:none;
}

#nav-open {
  display: inline-block;
  width: 70px;
  height: 54px;
  vertical-align: middle;
  border: 4px #3333FF solid;
  padding: 2px;
}
#nav-open:hover {
  border: 4px #3399FF solid;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 9px;
  width: 58px;
  border-radius: 6px;
  background: #3333FF;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -16.5px;
}
#nav-open span:after {
  bottom: -33px;
}


#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}


#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  max-width: 70%;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


@media screen and (min-width:1189px) {
  #nav-open {
    display:none;
  }
}
/*////////////////////////////////////////////////*/
.toggle_wrap:last-of-type {
  border-bottom: 1px solid gray;
}
.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 20px 10px;
  border-top: 1px solid gray;
  font-size: 150%;
}
.toggle_switch.open {
  border-bottom: 1px solid gray;
}
.toggle_switch:hover {
  background-color: #eee;
}
.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform .2s;
}
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 46%;
}
.toggle_contents {
  display: none;
  padding: 5px 10px;
}
.toggle_under {
	border-top: 20px solid #BB0000;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
	position: relative;
	left:0%;
	transform: rotate(0deg);
}
.toggle_contents p {
  margin: 15px;
  padding: 15px;
  background-color: #0033CC;
  border-radius: 20px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.5s;  
  -webkit-transition-timing-function: ease;  
  transition-property: background-color;
  transition-duration: 0.5s;  
  transition-timing-function: ease;
  font-size: 140%;
  box-shadow: 2px 2px 3px silver;
}

.toggle_contents p:hover {
  background: #6699FF;
  
}
.toggle_contents > a {
	color: white;
	text-decoration: none;
}
.toggle_right {
	border-top: 15px solid transparent;
	border-bottom: 13.5px solid transparent;
	border-left: 13.5px solid #BB0000;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
	position: relative;
	left: 0%;
}




*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -999;
	width: 95%;
	height: 600px;
	margin: 0 2.5%;
	background: #3399CC;
}
footer p {
	font-size: 1em;
	font-weight: 100;
	color: #039BE5;
	-webkit-column-count: 6;
	        column-count: 6;
	-webkit-column-gap: 50px;
	        column-gap: 10px;
	margin-bottom: 2em;
}
@media screen and (min-width:1190px) {
.footer-menu {
	position: relative;
	width: 70%;
	height: 300px;
	font-size: 70%;
	font-weight: 70px;
	margin: 10px auto;
	background-color: #00CC00;
	border-radius: 10px;
}
}
@media screen and (max-width:1189px) {
.footer-menu {
	position: relative;
	width: 70%;
	height: 300px;
	font-size: 70%;
	font-weight: 70px;
	margin: 10px auto;
	background-color: #00CC00;
	border-radius: 10px;
}
}
.footer-p-box {
	width: 16.5%;
	text-align: center;
	color: white;
	float: left;
	border-right: 3px solid blue;
}
b.footer-menu-ue {
	text-shadow: 1px 1px 2px silver;
	color: white;
}
img.webcon-picture {
	width: 200px;
	height: auto;
}
footer .copyright-box {
	width: 100%;
	color: white;
	text-align: center;
}
footer .copyright-box:after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 45px;
	background-image: url(../images/logo.jpg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

