
/*------------------ header navi area -------------------*/


@media screen and (min-width:641px) {
#navinew {
	background-color: #26b6bc;
}

#navinew h1#logoBtn{
	display:none;
}

#navinew ul:not(.subNavi) > li:nth-child(1) a::before{
	background-image:url(../images/menu_w1.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(2) span::before{
	background-image:url(../images/menu_w2.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(3) span::before{
	background-image:url(../images/menu_w3.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(4) span::before{
	background-image:url(../images/menu_w4.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(5) a::before{
	background-image:url(../images/menu_w5.svg);
}

#navinew li a, #navinew li span {
	color: #fff;
}
#navinew li a:hover, #navinew li span:hover {
	color: #000;
}
#navinew li#searchBtn, #search {
	background-color: #ecece8;
}
#search .gsc-control-cse {
	background-color: #ecece8 !important;
}
#navinew li#searchBtn span {
	color: #26b6bc;
}

#navinew .subNavi {
	background-color: #26b6bc;
}

}

@media screen and (max-width:640px) {
	#navinew h1#logoBtn span{
		display:none;
	}

	#navinew:not(.on) .cover{
		height: calc(100vh - 120px);
	}
}


/*-------------------------- ncgmHead --------------------------*/

#ncgmHead {
	background-color: #e7ecee;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

#logo {
	width:12em;
	padding: 6px 0;
	margin-left:25px;
	letter-spacing: 2px;
	padding-left: 55px;
	background: url(../images/ncgm.png) no-repeat left center;
	background-size: auto 75%;
}
#logo a {
	display: block;
	color: #000;
	text-decoration: none;
}
#logo-jp {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	margin-top: 2px !important;
}
#logo-en {
	letter-spacing: 0px;
	font-size: 9px;
}

@media screen and (max-width:640px) {
	#logo {
		width:12em;
		padding: 6px 0;
		margin-left:10px;
		letter-spacing: 2px;
		padding-left: 45px;
	}
	#logo-jp {
		font-size: 10px;
		line-height: 14px;
	}
	#logo-en {
		font-size: 8px;
	}
}

/*-------------------------- top header --------------------------*/
#topHeader {
	width:980px;
	padding: 70px 0 40px;
	margin:0 auto;
}

#hGroup img, #headerImg img {
	vertical-align: top;
}

#hGroup{
	margin:20px auto -20px;
	align-items: center;
}
#hGroup h1 {
	width:130px;
}
#hGroup h2 {
	width:620px;
	margin:0 100px 0 60px;
}

#headerImg ul {
	padding-left:100px;
	height: 200px;
}
#headerImg li {
	width:170px;
	display: inline;
	opacity:0;
}
#headerImg li.headerArrow {
	width:25px;
	position: relative;
	top: 80px;
	left: -10px;
	margin-right: 25px;
}
#headerImg li:nth-child(1) {
	-webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
	animation: headerAnime 0.5s ease 0.5s 1 forwards;
}
#headerImg li:nth-child(2) {
	-webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
	animation: headerAnime 0.5s ease 1s 1 forwards;
}
#headerImg li:nth-child(3) {
	-webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
	animation: headerAnime 0.5s ease 1.5s 1 forwards;
}
#headerImg li:nth-child(4) {
	-webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
	animation: headerAnime 0.5s ease 2s 1 forwards;
}
#headerImg li:nth-child(5) {
	-webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
	animation: headerAnime 0.5s ease 2.5s 1 forwards;
}
#headerImg li:nth-child(6) {
	-webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
	animation: headerAnime 0.5s ease 3s 1 forwards;
}
#headerImg li:nth-child(7) {
	-webkit-animation: headerAnime 0.5s ease 0.5s 1 forwards;
	animation: headerAnime 0.5s ease 3.5s 1 forwards;
}
@-webkit-keyframes headerAnime {
  100% {
    opacity: 1;
  }
}
@keyframes headerAnime {
  100% {
    opacity: 1;
  }
}

@media screen and (max-width:640px) {
	#topHeader {
		width:92%;
		padding: 0;
	}

	#hGroup {
		width: 100%;
	}
	#hGroup h1 {
		display:none;
	}
	#hGroup h2 {
		display:none;
	}
	#hGroup h2 img{
		width:100%;
		height: auto;
	}

	#headerImg {
		padding-top:60px;
	}
}

/*-------------------------- contents --------------------------*/
#topContents {
	width: 980px;
	margin: 0 auto 40px;
}

#topContents .frame {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	letter-spacing: 0.1em;
}
#topContents .frame:last-child {
	margin-bottom: 0;
}

#topContents .frame a {
	color: #08abb1;
	text-decoration: none;
}
#topContents .frame a:hover {
	color: #000;
	text-decoration: underline;
}


/* left news */
#news {
	width: 710px;
	padding: 20px 30px !important;
	box-sizing: border-box;
}
#news h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 0 0 0 35px;
	position: relative;
}
#news h3 img {
	width:27px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 0;
}
#news dl {
	width:100%;
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0 !important;
	border-bottom: 1px dotted #ccc;
	margin:1em auto 2em;
}
#news dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 7.8em;
	padding-top: 0.8em;
	padding-left: 5px;
	color: #08abb1;
	border-top: 1px dotted #ccc;
}
#news dd {
	margin-bottom: 0.8em;
	padding-top: 0.8em;
	margin-left: 8.2em;
	border-top: 1px dotted #ccc;
}
#news .infoBtn {
	text-align: right;
}
#news .infoBtn a{
	display: inline-block;
	padding-left: 12px;
	font-size: 0.8em;
	background: url(../images/arrow_red.png) no-repeat left center;
}


/*right*/
#topContents .side {
	width: 250px;
}

#topContents .side h3 {
	color: #666;
	font-size: 13px;
}
#topContents .side h3 a {
	color: #08abb1;
	padding-left: 12px;
	background: url(../images/arrow_red.png) no-repeat left center;
}
#topContents .side h4 {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}
#topContents .side ul.indent1 {
	padding-left: 15px;
}
#topContents .side li {
	margin-bottom: 3px;
	line-height: 1.1em !important;
}
#topContents .side li a {
	font-size: 12px;
	padding-left: 10px;
	letter-spacing: 0 !important;
	background: url(../images/arrow_red.png) no-repeat left center;
}


#topContents .ncgm {
	padding: 10px;
}
#topContents .ncgm div {
	height: 90px;
	margin-bottom:0.5em;
}
#topContents .ncgm-inner {
	background: url(../images/ncgm_img.jpg) no-repeat center top;
}
#topContents .ncgmkohnodai-inner {
	background: url(../images/ncgmkohnodai_img.jpg) no-repeat center top;
}
#topContents .ncgm_mov .ncgm_mov_flow {
	background: url(../images/mov_thum.png) no-repeat center top;
	background-size: cover;
	aspect-ratio: 75 / 37;
	height: 100%!important;
	max-width: 400px;
	margin: auto;
}
#topContents .frame .mov {
	color: #08abb1;
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	letter-spacing: 0 !important;
	background: url(../images/arrow_red.png) no-repeat left center;
	margin-bottom: 5px;
}

#topContents .ncgm h3 {
	font-size: 13px;
	background: none;
}
#topContents .ncgm h3 a {
	color: #000;
	text-decoration: none;
	padding-left: 0;
	background: none;
}
#topContents .ncgm h3 a:hover {
	color: #08abb1;
}
#topContents #doc h4 {
	margin:1em 0 0.3em;
}
#topContents #movThum {
	width: auto;
	height: auto;
}


@media screen and (max-width:640px) {
	#topContents{
		width:92%;
	}
	
	/* left news */
	#news {
		width: 100%;
		padding: 20px 15px !important;
	}
	#news dl {
		font-size:0.75em;
	}
	#news dt {
		clear: both;
		float: none;
		margin: 0 0 0;
		width: 100%;
		padding-top: 0.8em;
		padding-left: 0;
	}
	#news dd {
		margin-bottom: 0.8em;
		padding-top: 0.2em;
		margin-left: 0;
		border-top: none;
	}

	/*right*/
	#topContents .side {
		width: 100%;
	}

}

