@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.sponly {
	display: block;
}
.spmask {
	display: none;
}


@media (min-width : 601px) and (max-width : 750px){
}

/*------------------------------
	contents
------------------------------*/
#contents {
}

/*------------------------------
	bread
------------------------------*/
#bread {
	margin-top: 64px;
	padding: 10px 10px 8px;
	background-color: #f1f1f1;
}
#bread .inner {
	line-height: 1.8;
	font-size: 10px;
}
#bread .inner a {
	color: #000000;
	text-decoration: none;
}
#bread .inner a:hover {
	text-decoration: underline;
}

/*------------------------------
	index - kvArea
------------------------------*/
#index #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 280px;
}
/*------------------------------*/
#index #kvArea .inner {
	padding: 0 10px;
}
#index #kvArea .inner h2 {
	font-size: 40px;
	color: #ffffff;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 130px;
	padding-bottom: 15px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
#index #kvArea .inner h2 span {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
#index #kvArea .inner .sub {
	font-size: 12px;
	color: #ffffff;
}

/*------------------------------
	index - newsList
------------------------------*/
#index .newsList {
	padding-top: 30px;
	padding-bottom: 80px;
	position: relative;
}
#index .newsList ul {
	width: 100%;
}
#index .newsList li {
	border-top: solid 1px #d4d4d4;
	padding: 36px 10px 20px 10px;
	position: relative;
	line-height: 1.7;
}
#index .newsList li a {
	color: #003391;
}
#index .newsList li a:hover {
	text-decoration: none;
}
#index .newsList li:first-child {
	border-top: none;
}
#index .newsList li span {
	position: absolute;
	left: 10px;
	top: 8px;
	font-weight: bold;
}
#index .newsList li .icon {
	position: absolute;
	left: 110px;
	top: 7px;
	padding: 5px 10px 3px;
	color: #ffffff;
	background-color: #003391;
	font-size: 10px;
}
/*------------------------------*/
#index .newsList .prev {
	position: absolute;
	left: 10px;
	bottom: 20px;
	width: 100px;
	text-align: center;
}
#index .newsList .next {
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 100px;
	text-align: center;
}
#index .newsList .prev a {
	border: solid 1px #003391;
	display: inline-block;
	width: 98px;
	color: #003391;
	padding: 14px 0 12px;
	text-decoration: none;
	font-size: 12px;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
/*
#index .newsList .prev a::before,
#index .newsList .prev a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#index .newsList .prev a,
#index .newsList .prev a::before,
#index .newsList .prev a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#index .newsList .prev a:hover {
	color: #ffffff;
}
#index .newsList .prev a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#index .newsList .prev a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}
*/
#index .newsList .next a {
	border: solid 1px #003391;
	display: inline-block;
	width: 98px;
	color: #003391;
	padding: 14px 0 12px;
	text-decoration: none;
	font-size: 12px;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
/*
#index .newsList .next a::before,
#index .newsList .next a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#index .newsList .next a,
#index .newsList .next a::before,
#index .newsList .next a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#index .newsList .next a:hover {
	color: #ffffff;
}
#index .newsList .next a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#index .newsList .next a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}
*/

/*------------------------------
	inpage - kvArea
------------------------------*/
#newsPage #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 180px;
}
/*------------------------------*/
#newsPage #kvArea .inner {
	padding: 0 10px;
}
#newsPage #kvArea .inner h2 {
	font-size: 32px;
	color: #ffffff;

	padding-top: 70px;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
#newsPage #kvArea .inner h2 span {
	font-size: 12px;
	font-weight: bold;
}


/*------------------------------
	inpage - contentsBox
------------------------------*/
#newsPage .contentsBox {
	padding: 30px 10px 0px;
	border-bottom: solid 1px #d4d4d4;
}
#newsPage .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 40px;
	padding: 8px 10px;
	position: relative;
}
#newsPage .contentsBox .h3Box .date {
	position: absolute;
	left: 30px;
	top: 20px;
	color: #000000;
	font-size: 14px;
}
#newsPage .contentsBox .h3Box h3 {
	border-left: solid 8px #003391;
	color: #003391;
	padding: 30px 10px 10px 10px;
	font-size: 16px;
	line-height: 1.5;
}
#newsPage .contentsBox p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 40px;
}
/*------------------------------*/
#newsPage .btn {
	width: 150px;
	margin: 40px auto 80px;
	text-align: center;
}
#newsPage .btn a {
	border: solid 1px #003391;
	display: inline-block;
	width: 148px;
	color: #003391;
	padding: 14px 0 12px;
	text-decoration: none;
	font-size: 12px;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
/*
#newsPage .btn a::before,
#newsPage .btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#newsPage .btn a,
#newsPage .btn a::before,
#newsPage .btn a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#newsPage .btn a:hover {
	color: #ffffff;
}
#newsPage .btn a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#newsPage .btn a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}
*/








/*------------------------------
	sustainability - kvArea
------------------------------*/
#sustainability #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 180px;
}
/*------------------------------*/
#sustainability #kvArea .inner {
	padding: 0 10px;
}
#sustainability #kvArea .inner h2 {
	font-size: 32px;
	color: #ffffff;

	padding-top: 44px;
	line-height: 1.2;
	font-weight: normal;
}
#sustainability #kvArea .inner h2 span {
	font-size: 12px;
	font-weight: bold;
}

/*------------------------------
	sustainability - groupMenu
------------------------------*/
#groupMenu {
	border-bottom: solid 1px #6b6b6b;
	margin-bottom: 40px;
}
#groupMenu ul {
	margin: 0 4px;
	background: url("../images/bg_broup_li.gif") no-repeat left 20px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#groupMenu li {
	width: 25%;
	border-bottom: solid 2px #ffffff;
	font-size: 10px;
	text-align: center;
	position: relative;
}
#groupMenu li.active {
	/*
	border-bottom: solid 2px #6b6b6b;
	*/
}
#groupMenu li:hover {
	/*
	border-bottom: solid 2px #6b6b6b;
	*/
}
#groupMenu li a {
	background: url("../images/bg_broup_li.gif") no-repeat right 20px;
	color: #000000;
	display: block;
	padding: 20px 0 20px;
	text-decoration: none;
}
/*------------------------------*/
#groupMenu li .hoverLine {
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 0px;
	background-color: #6b6b6b;

	/*
	transition-duration: 0.2s;
	*/
}
#groupMenu li.active .hoverLine {
	width: 100%;
}
#groupMenu li:hover .hoverLine {
	width: 100%;
}
/*------------------------------*/

/*------------------------------
	sustainability - contentsBox
------------------------------*/
#sustainability .contentsBox {
	padding: 0 10px 0px;
}
#sustainability .contentsBox .h3Box {
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 8px 10px;
}
#sustainability .contentsBox .h3Box h3 {
	border-left: solid 6px #003391;
	color: #003391;
	padding: 14px 10px 12px;
	font-size: 16px;
}
#sustainability .contentsBox ul {
}
#sustainability .contentsBox li {
	padding-left: 35px;
	position: relative;
	font-size: 12px;
	padding-bottom: 25px;
	line-height: 1.7;
}
#sustainability .contentsBox li span {
	background-color: #003391;
	color: #ffffff;
	padding: 3px 0 1px;
	width: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -3px;
}

/*------------------------------*/
#sustainability .contentsBox .txt1 {
	padding-bottom: 40px;
}
#sustainability .contentsBox .txt1 p {
	font-size: 14px;
	line-height: 1.8;
}
/*------------------------------*/
#sustainability .contentsBox .txt2 {
	padding-bottom: 40px;
}
#sustainability .contentsBox .txt2 p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 35px;
}
/*------------------------------*/
#sustainability .contentsBox .txt3 {
	padding-bottom: 40px;
	position: relative;
}
#sustainability .contentsBox .txt3 .pic {
	width: 280px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#sustainability .contentsBox .txt3 .pic img {
	width: 100%;
}
/*------------------------------*/
#sustainability .contentsBox .txt5 {
	padding-bottom: 40px;
}
#sustainability .contentsBox .txt5 p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 35px;
}

/*------------------------------
	sustainability - nameBox
------------------------------*/
#sustainability #nameBox {
	padding: 20px 10px 50px;
	border-top: solid 1px #cdcdcd;
	color: #6b6b6b;
	font-size: 14px;
	text-align: right;
	line-height: 1.8;
}
#sustainability #nameBox span {
	font-weight: bold;
}




/*------------------------------
	loading
------------------------------*/
#loadingWrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	overflow: hidden;
}
#loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
}
