@charset "utf-8";

body{
	background-color: #fff;
	/*color: #343434;*/
	color: #000;
	font-size: 15px;
	/*font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Arial","Helvetica","Verdana","sans-serif";
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}

p{
	line-height: 1.80em;
}

span{
	display: inline-block;
}

img[src$=".svg"]{
/*	width: 100%;*/
}

@-ms-viewport {
	width: auto;
}

h1{
	margin: 0;
}

.subh1{
	margin: 0;
}

h2{
	margin: 1.0em 0 1.8em 0;
	padding: 0.75em 0;
	background: url(../img/bg_topH2.gif) bottom center no-repeat;
	font-size: 1.667em; /*25px*/
	font-weight: bold;
	color: #000;
}



/* <header>
------------------------------------------------------------ */
header{
	padding: 15px 0 0 0;
	background: #fff;
	opacity: 0.95;
}

header img{
	width: 122px;
	margin-bottom: 10px;
}

header ul{
	float: right;
}

header ul li{
	width: 8.0em;
	text-align: center;
	display: inline-block;
}

header ul li .fa{
	margin: 0.25em 0 0 0;
	font-size: 1.75em;
	display: block;
}

header ul li span{
	padding: 0.4em 0 0 0;
}

header ul li a:link {color: #343434; text-decoration:none;}
header ul li a:visited {color: #343434; text-decoration:none;}
header ul li a:active {color: #343434; text-decoration:none;}
header ul li a:hover {text-decoration:none;}

header ul li.menu00 a:hover {color:#ef5350;}
header ul li.menu01 a:hover {color:#512DA8;}
header ul li.menu02 a:hover {color:#0288D1;}
header ul li.menu03 a:hover {color:#26A69A;}
header ul li.menu04 a:hover {color:#FB8C00;}

/* transition */
header img{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header ul li{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* fixed */
header.headerFixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	border-bottom: 1px #ddd solid;
}

header.headerFixed img{
	width: 86px;
}

header.headerFixed ul li{
	font-size: 0.867em; /*13px*/
}

header.headerFixed ul li .fa{
	margin: 0 0 0.2em 0;
}

@media screen and (max-width: 992px) {
	header ul li{
		width: 6.0em;
		font-size: 0.867em; /*13px*/
	}

	header ul li:first-child{
		width: 8.0em;
	}

	header ul li:last-child{
		width: 8.0em;
	}

	header img{
		width: 80px;
	}

	header.headerFixed h1 img{
		width: 60px;
	}
}

#headerSPMenuBtn{
	cursor: pointer;
}

#headerSPMenuBtn span:first-child{
	/*color: #1A913C;*/
	color: #8CA80D;
}

#headerSPMenu{
	padding-top: 1.0em;
	display: none;
}

#headerSPMenu i.fa{
	margin-right: 0.5em;
}



/* toppage
------------------------------------------------------------ */
#topPageMainImg{
	position: relative;
	overflow: hidden;
}

#topPageMainImg::before{
	content: "";
	display: block;
	padding-top: 37.44%;
}

#topPageMainImg > *{
	position: absolute;
	top: 0;
}

#topPageMainImg img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#topPageMainImgL{
/*	width: 65%;*/
	width: 68%;
	height: 100%;
	left: 0;
}

#topPageMainImgL > *{
	position: absolute;
/*	width: 100% !important;
	height: 100% !important;*/
	left: 0px;
	top: 0;
}

#topPageMainImgL video{
	left: -15px;
}

#topPageMainImgL p{
	position: relative;
	top: 20%;
	left: 7%;
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	font-style:oblique;
	padding: 0.5em 0;
	line-height: 2.5em;
	display: inline;
	border-bottom: 1px #fff solid;
}

#topPageMainImgL p span{
	font-size: 0.75em;
}

#topPageMainImgL p strong{
	font-size: 2.05em;
}

#topPageMainImgR{
	width: 35%;
	height: 100%;
	right: 0;
}

#topPageMainImgR > div{
	height: 50%;
}

#topPageMainImgR > div > div{
	display: block;
}

#topNewsTickerArea{
	height: 2.75em;
	padding: 0.7em 1.0em 0 2.5em;
	font-size: 0.933em; /*14px*/
	background: #f4f4f4;
	background-image: url(../img/ico_topTicker.png);
	background-repeat: no-repeat;
	background-position: 0.5em;
	background-size: 22px 22px;
}

#topNewsTicker{
	position: relative;
/*	overflow: hidden;*/
}

#topNewsTicker .fa{
	color: #666;
}

#topNewsTicker ul{
	width: 100%;
	position: absolute;
}

#topNewsTicker ul li{
	display: none;
	width: 100%;
	height: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#topNewsTicker ul li time{
	padding: 0 1.5em 0 0;
}

#topNewsTicker ul li span{
	display: inline;
	font-weight: bold;
}

#topNewsTicker ul li span a:link {text-decoration:underline;}
#topNewsTicker ul li span a:visited {text-decoration:underline;}
#topNewsTicker ul li span a:active {text-decoration:underline;}
#topNewsTicker ul li span a:hover {text-decoration:none;}



@media screen and (max-width: 1170px){
	#topPageMainImgL p{
		font-size: 1.4em;
	}
}

@media screen and (max-width: 768px) {
	#topPageMainImg::before{
		display: none;
	}
	
	#topPageMainImg > *{
		position: relative;
	}
	
	#topPageMainImgL{
		width: 100%;
	}
	#topPageMainImgL::before{
		content: "";
		display: block;
		padding-top: 56.25%;
	}
	#topPageMainImgL > *{
		position: absolute;
		width: 100% !important;
		height: 100% !important;
		left: 0px;
		top: 0;
	}
	#topPageMainImgL video{
		left: 0;
	}
	#topPageMainImgL p{
		position: absolute;
		top: 20%;
		left: 5%;
		font-size: 1.15em;
		border: 0;
	}
	#topPageMainImgR{
		width: 100%;
		overflow: hidden;
	}
	
	#topPageMainImgR > div{
		width: 50%;
		float: left;
		position: relative;
	}
	
	#topPageMainImgR > div::before{
		content: "";
		padding-top: 55%;
		display: block;
	}
	
	#topPageMainImgR > div > div{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}
}

#topBusinessMap{
	padding-bottom: 3.0em;
}

#topBusinessMap div{
	padding: 0;
	margin: 1.5em 0 0 0;
	text-align: left;
}

#topBusinessMap div h3{
	padding: 0.25em 0.75em;
	border-left: 4px #1A913C solid;
	font-size: 1.0em; /*15px*/
	font-weight: bold;
	color: #1A913C;
}

#topBusinessMap div.topbusinessMapBlock{
	margin: 5px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}

#topBusinessMap div img{
	float: right;
}

#topBusinessMap div div p{
	font-size: 0.867em; /*13px*/
	padding: 0 0 0 1.25em;
}


#topBusinessMap .topbusinessMapWrap{
	position:relative;
}

#topBusinessMap .topbusinessMapWrap a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#topBusinessMap .topbusinessMapBlock:hover{
	background: url(../img/bg_topBusinessMap.png) left bottom no-repeat;
}

#topTotalBalance{
	padding: 0 0 3.0em 0;
	background: #EFEFEF;
}

#topTotalBalance h3{
	padding: 0.25em 0.75em;
	font-size: 1.0em; /*15px*/
	font-weight: bold;
}

@media screen and (min-width: 768px), print {
	#topTotalBalanceWrap{
		position: relative;
		width: 100%;
	}
	
	#topTotalBalanceWrap:after{
		background-color: #BBB;
		content:"";
		height: 1px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 58px;
		width: 70%;
		z-index: 1;
	}
}

#topTotalBalanceWrap > div{
	margin: 1.0em 0 2.0em 0;
}

#topTotalBalanceWrap > div p{
	width: 70%;
	margin: 0 auto 1.5em auto;
}

#topTotalBalanceWrap > div img{
	background: #1A913C;
	border-radius: 50%;
	border: 15px #1A913C solid;
	position: relative;
	z-index: 10;
}

#topTotalBalance p.catch{
	background: #1A913C;
	color: #fff;
	padding: 0.75em 3.0em;
	display: inline-block;
	border-radius: 15px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#topTotalSolution{
	padding: 0 0 3.0em 0;
/*	background: #1A913C;*/
	background: url(../img/bg_topTotalSolution.jpg) center center no-repeat;
	background-size: cover;
}

#topTotalSolution h2{
	color: #fff;
	background: url(../img/bg_topH2w.gif) bottom center no-repeat;
}

#topTotalSolutionWrap{
	margin-top: 1.0em;
}

#topTotalSolutionWrap > div a{ 
	background-color: #fff;
	width: 100%;
	display: inline-block;
	padding: 1.0em;
	margin-bottom: 0.5em;
}

#topTotalSolutionWrap > div a{
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
}

#topTotalSolutionWrap > div a:hover{
	background-color: #ddd;
	text-decoration: none;
}

#topTopicsNews .content{
	padding: 0 1.0em 1.0em;
	margin: 1.0em 0 0 0;
	text-align: left;
}

#topTopicsNews .inside-full-height{
	position:relative;
}

#topTopicsNews .inside-full-height a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#topTopicsNews .content>div{
	height: 250px;
}
@media (min-width: 768px) and (max-width: 991.98px) {  
#topTopicsNews .content>div{
		height: 140px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#topTopicsNews .content>div{
		height: 200px;
	}
}
#topTopicsNews .content time{
	margin-top: 1.0em;
	display: inline-block;
	font-size: 0.867em; /*13px*/
}

#topTopicsNews .content h4{
	font-size: 1.0em; /*15px*/
	font-weight: bold;
	height: 2em;
}
@media (min-width: 768px) and (max-width: 991.98px) { 
	#topTopicsNews .content h4{
		height: 3em;
	}
}
#topTopicsNews .content p{
	font-size: 0.867em; /*13px*/
	line-height: 1.5em;
}

#topTopicsNews p.more{
	margin: 3.0em 0 0 0;
	border: 2px #1A913C solid;
	border-radius: 3px;
	display: inline-block;
	position:relative;
	width: 10.0em;
	height: 3.0em;
}

#topTopicsNews p.more a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top: 0.53em;
}

#topTopicsNews p.more a:link {color: #1A913C; text-decoration:none;}
#topTopicsNews p.more a:visited {color: #1A913C; text-decoration:none;}
#topTopicsNews p.more a:active {color: #1A913C; text-decoration:none;}
#topTopicsNews p.more a:hover {background: #eee; color: #1A913C; text-decoration:none;}



/* <footer>
------------------------------------------------------------ */
footer{
	margin-top: 50px;
	background: #121212;
	color: #AAA;
	padding: 1.0em 0;
	border-top: 10px #1A913C solid;
}

footer div > div{
	text-align: left;
}

footer div ul{
	list-style-type: none;
	margin: 1.0em 0 0 -40px;
}

footer div ul li{
	padding: 0 0 0.5em 0;
	font-size: 0.867em; /*13px*/
}

footer div ul li ul{
	margin: 0.5em 0 0 -20px;
}

footer ul li a:link {color: #ccc; text-decoration:none;}
footer ul li a:visited {color: #ccc; text-decoration:none;}
footer ul li a:active {color: #ccc; text-decoration:none;}
footer ul li a:hover {color: #ccc; text-decoration:underline;}

footer ul li i{
	margin-right: 0.5em;
}

footer p.sitelock{
	margin: 15px 0 0 0;
}

footer div#footerCompany img{
	margin: 50px 0 30px auto;
	max-width: 300px;
}

footer div#footerCompany ul{
	float: right;
	text-align: right;
}

footer div#footerCompany ul li{
	display: inline;
	padding: 0 0 0 2.0em;
}

footer p.copy{
	margin: 50px 0 20px 0;
	font-size: 0.867em; /*13px*/
}

@media screen and (max-width: 768px) {
	footer div#footerCompany img{
		max-width: 100%;
	}
	footer div#footerCompany ul li{
		font-size: 0.867em; /*13px*/
		width: 100%;
		display: block;

	}
}

@media screen and (max-width: 345px) {
	footer div#footerCompany ul li{
		padding-left: 0.5em;
	}
}



/* Pagetop
------------------------------------------------------------ */
#pageTop{
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 9999;
	display: none;
	cursor: pointer;
}

#pageTop img{
	width: 50%;
	opacity: 0.9;
	float: right;

}

@media screen and (max-width: 768px) {
	/* col-xs、col-sm */
	#pageTop{
		right: 0;
	}
}

@media print {
	#pageTop{
		display: none;
	}
}