@charset "utf-8";
@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-size: 1.6rem;/* 16px */
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	background-color: #FFFFCC
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

h1 {
  margin: 0 0;
  padding: 0.5em 0 0.3em 1em;
  border: double 5px #FFFFFF;
  background-color: rgba(19,173,103,0.8);
  font-size: 160%;
  font-weight: bold;
  color: #FFFFFF;
}

h2 {
  margin: 1.5em 0.2em;
  padding: 0.5em 0 0.1em 1em;
  border-bottom: 1px dotted #00008B;
  border-left: 10px solid rgba(19,173,103,0.8);
  font-size: 130%;
  font-weight: bold;
  color: #333333;
}

h3 {
	margin: 0.2em 0 0.5em 1.1em;
	padding: 0;
	font-size: 100%;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}


/*基本ブロック*/ 
#wrapper {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#gHeader {
	position: relative;
	width: 980px;
}
#main {
	width: 980px;
}
#gFooter {
	width: 980px;
	border-top:solid 20px #009966;
	margin-top:10px; 
}

/*gHeader内*/ 

#gHeader_top {
	top: 0px;
	width: 980px;
	height: 80px;
	background-color: rgba(19,173,103,0.8);
	z-index: 9998;
}

#gHeader_title {
	position: absolute;
	top: 18px;
	left: 100px;
	width: 380px;
	height: 60px;
	z-index: 9998;
}

#gHeader_title p{
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#gHeader_title p span{
	font-size: x-large;
}

#gHeader_menu {
	position: relative;
	top: 50px;
	left: 570px;
	width: 430px;
	height: 30px;
	overflow: hidden;
	z-index: 9998;
}

#gHeader_menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#gHeader_menu ul li {
	background:url("../images/gHeadr_liststyle01.png") left no-repeat; 
	background-position: 0px 0px; 
	text-indent: 28px;
	float: left;
	width: 135px;
	margin-right: 2px;
}

#gHeader_menu ul li a {
	
	text-decoration: none;
	color: #FEFEFE;
}

#gHeader_log{
	position: absolute;
	left: 55px;
	top: 8px;
	z-index: 9998;
}

/*トップページ以外のHeader内*/ 

#other_Header {
	position: relative;
	width: 980px;
	height: 80px;
	margin-bottom: 10px;
}

#other_Header_top {
	position: absolute;
	top: 0px;
	width: 980px;
	height: 80px;
	background-color: rgba(19,173,103,0.8);
	z-index: 9998;
}

#other_Header_title {
	position: absolute;
	top: 18px;
	left: 100px;
	width: 380px;
	height: 60px;
	z-index: 9998;
}

#other_Header_title p{
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#other_Header_title p span{
	font-size: x-large;
}

#other_Header_menu {
	position: relative;
	top: 45px;
	left: 800px;
	width: 130px;
	height: 30px;
	overflow: hidden;
	z-index: 9998;
}

#other_Header_menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#other_Header_menu ul li {
	background:url("../images/gHeadr_liststyle01.png") left no-repeat; 
	background-position: 0px 0px; 
	text-indent: 28px;
	float: left;
	width: 135px;
	margin-right: 2px;
}

#other_Header_menu ul li a {
	text-decoration: none;
	color: #FEFEFE;
}

#other_Header_log{
	position: absolute;
	left: 55px;
	top: 8px;
	z-index: 9999;
}

/*
	.gHeader_nav
	アニメーション処理
*/

.gHeader_nav {
	position: relative;
    left: 181px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	/*box-sizing: border-box;*/
    z-index: 9999;
	/*background: linear-gradient(90deg, #eecda3 , #ef629f);*/
}

.gHeader_nav::before {
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
	color: #fff;
	/*font: 400 24px/1 'Lato', sans-serif;*/
	text-align: center;
}

.gHeader_nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gHeader_nav ul::after {
	display: block;
	clear: both;
	content: '';
}
.gHeader_nav ul li {
	position: relative;
	float: left;
    width: 120px;
	height: 45px;
	/*border: 2px solid #fff;*/
	border-left: solid medium #009966;
	border-right: solid medium #009966;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
}

.gHeader_nav ul li .icon{
	background:url("../images/menu_icon01.png") no-repeat;
	background-position: center 40px; 
}

.gHeader_nav ul li:not(:first-child) {
	border-left: none;
}
.gHeader_nav ul li:hover {
	background-color: rgba(255,255,255,0.8);
}
.gHeader_nav ul li a {
	display: inline-block;
	padding: 0.7em 1em;
	color: #009966;
	/*font: 400 18px/1 'Lato', sans-serif;*/
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.gHeader_nav ul ul {
	position: absolute;
	top: 100%;
	left: -3px;
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
}

.gHeader_nav ul .last {
	position: absolute;
	top: 100%;
	left: -103px;
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
}

.gHeader_nav ul ul li {
	float: none;
    width: 220px;
	margin: 0;
}
.gHeader_nav ul ul li:not(:first-child) {
	/*border: 2px solid #fff;
	border-top: none;*/
	border-left: solid medium #009966;
	border-right: solid medium #009966;
}
.gHeader_nav ul ul ul {
	position: absolute;
	top: -2px;
	left: 100%;
}
.gHeader_nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}

/*main内*/
#side{
	float: left;
	width: 220px;
} 

#main_contents{
	float: right;
	width: 760px;
}

#main_return{
	width: 150px;
	margin: 10px 0 0 0 ;
	margin-left: auto;
	background-color: rgba(19,173,103,0.8);
	background:url("../images/main_return01.png") left no-repeat; 
	text-indent: 2em;
}

#main_return a{
	color: #000000;
	font-size: small;
	text-decoration: none;
}

/*side内nav*/

#side_nav{
	width: 220px;
	margin: 0 auto;
}

#side_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_nav ul li {
	width: 210px;
	height: 30px;
	text-align: left;
	margin-bottom: 5px;
	text-indent: 22px;
	background:url("../images/side_liststyle01.png") left no-repeat; 
	border-bottom: dashed 2px #000000;
}


#side_nav ul li.mail {
	background:url("../images/side_liststyle02.png") left no-repeat;
	font-size: 1.8rem;/* 18px */
	text-indent: 27px;
}



#side_nav ul li a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #000000;
}

/*gFooter内*/ 

#gFooter_title {
	position: relative;
	left: 10px;
	width: 1200px;
	overflow: hidden;
}

#gFooter_title ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gFooter_title li {
	float: left;
	width: 187px;
	text-align: left;
	margin: 2px;
	text-indent: 10px;
	font-size: x-large;
	border-left: 5px double #ffffff;
}

#gFooter_nav {
	width: 980px;
	overflow: hidden;
}

#gFooter_nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#gFooter_nav ul li {
	width: 192px;
	text-align: left;
	margin: 2px;
	text-indent: 30px;
}
#gFooter_nav ul li a {
	font-size: small;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
	color: #000000;
}

/*float解除用*/ 
.clear {
	clear:both;
}
