@charset "utf-8";

/* --------------------------------------------------

	Layout

-------------------------------------------------- */

html {
	color: #000;
	font-size: 14px;
	letter-spacing:1px;
	line-height: 1.8;
	font-family: "ＭＳＰゴシック", "MSPGothic","News Cycle", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-wrap: break-word;
}

img {
	max-width: 100%;
	height: auto;
	border:0!important;
}

#wrapper  {
	background: #fff url("../images/common/bg.png") no-repeat -25px 0;
	background-size: 150px 175px;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#lightbox a,
.borNon {
	border: none;
}
.materialBox .item a img:hover{
	position:absolute;
	right: 7px;
	bottom: 7px;
	zoom:1.5;
}

/* --------------------------------------------------

	header

-------------------------------------------------- */

#gHeader {
	width: 90%;
	margin: 0 auto;
}

.buAccnet {
	display: none;
}

#gHeader .buLanguage {
	display: none;
}

#logo {
	padding: 30px 0 60px;
	text-align: right;
}

#logo a {
	border: none;
}

#logo img {
	width: 150px;
}

#gHeader nav ul {
	display: none;
}
span.req {
    color: #bd3500;
    font-size: 22px;
    line-height: 50%;
}
nav li {
	margin-bottom: 10px;
}

nav a {
	color: #000;
	text-decoration: none;
	border: none;
}

.buLanguage {
	margin-bottom: 10px;
	text-align: right;
}

.buLanguage a {
	color: #000;
	border-bottom: 1px dotted #999;
	text-decoration: none;
}

#menuIcon {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 45px;
	height: 45px;
	top: 55px;
/*	right: 10px;*/
	right: 5%;
	background: url("../images/common/menu.gif") no-repeat 0 0;
	background-size: 45px 45px;
	text-indent: -9999px;
}

#gHeader nav ul {
	margin-bottom: 2em;
}

#gHeader nav ul li {
	margin: 0;
	border-bottom: 1px dotted #ccc;
}

#gHeader nav a {
	padding: 15px 0;
	display: block;
}

@media screen and (max-width: 767px) {
    nav li.buHome a,
    nav li.buContact a {
        overflow: hidden;
        display: block;
        height: 30px;
        width: 30px;
        padding: 0 !important;
        background-position: 0 0;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }

    nav li.buHome a {
        margin-bottom: 15px;
        background-image: url("../images/common/f_logo.png");
    }

    nav li.buContact a {
        margin: 12px 0;
        background-image: url("../images/common/f_contact.png");
    }
    #gHeader .navi-cont .navi-wrap .navi-item a img {
        display: none;
    }
}


/* --------------------------------------------------

	contents

-------------------------------------------------- */

#contents {
	width: 90%;
	margin: 0 auto;
}

article section {
	margin: 0 0 3em;
}

article h1 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'News Cycle', sans-serif!important;
}

article h2 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
}

article h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'News Cycle', sans-serif;
	
}

article h4 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

article p {
	margin: 0 0 1.6em;
}

article .small {
	padding-left: 20px;
	font-size: 12px;
}

article .ja {
	padding-left: 20px;
}


/* --------------------------------------------------

	top

-------------------------------------------------- */

.home #logo,
.page-id-28 #logo {
	text-align: left;
}

.home .buAccnet,
.page-id-28 .buAccnet {
	position: absolute;
	display: block;
	width: 100px;
/*	top: 20px;*/
	top: 73px;	
	right: 5%;
	font-size:60%;
	text-align:center;
	text-shadow: 1px 1px 3px #999999;
	color:#333333;
	font-style:italic;
	
}
/*.reflection {
    width  :100px;
	height:15px;
    position    :absolute;
    top: 20px;
	right: 10px;
    background-color: #fff;
    opacity     :0.3;
    -webkit-transform: rotate(10deg);
    -webkit-animation: reflection 10s ease-in-out infinite;
}

@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(10deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(10deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(10deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(10deg); opacity: 0; }
}
*/
.home .buAccnet a,
.page-id-28 .buAccnet a {
	border: none;
}

.home #gHeader nav,
.page-id-28 #gHeader nav {
	display: none;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
    margin-top: 50px;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}





/* --------------------------------------------------

	footer

-------------------------------------------------- */

#gFooter {
	background: #e3e3e3;
}

.home #gFooter,
.page-id-28 #gFooter {
	background: transparent;
}

#footerBox {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 100px;
}

#copyright {
	font-size: 10px;
	text-align: right;
}

#buPagetopBox {
	display: none;
}

#gFooter nav li.buHome a,
#gFooter nav li.buContact a {
    overflow: hidden;
    display: block;
    height: 30px;
    width: 30px;
    padding: 0 !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#gFooter nav li.buHome a {
    margin-bottom: 15px;
    background-image: url("../images/common/f_logo.png");
}

#gFooter nav li.buContact a {
    margin: 12px 0;
    background-image: url("../images/common/f_contact.png");
}

#gFooter .buRekabe {
    float: left;
}

#gFooter .f-icon {
    float: left;
    margin: 20px 0 0 20px;
    text-align: center;
}
#gFooter .f-icon a {
    padding: 0;
    background: none;
    border: none;
}
#gFooter .f-icon a img {
    width: 26px;
    height: auto;
}


/* ---------------------------------------------------------------------------------------- 

	clearfix

---------------------------------------------------------------------------------------- */

.clearfix:after,
article section:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix,
article section {
	display: inline-block;
}

/*\*/
* html .clearfix,
* html article section { height: 1%;}
.clearfix,
article section { display: block;}
/**/


@media screen and (min-width: 768px) {

/* --------------------------------------------------

	header

-------------------------------------------------- */

#gHeader {
	position: relative;
}

#gHeader .buLanguage {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}

#logo {
	padding: 80px 0;
}

/*#gHeader nav ul {
	display: block;
}*/

#menuIcon {
	display: none;
}

    
#gHeader .navi-cont {
    width: 100%;
    padding-top: 20px;
}

#gHeader .navi-cont .navi-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
    
#gHeader .navi-cont .navi-wrap .navi-item {
    border-bottom: none;
}

#gHeader .navi-cont .navi-wrap .navi-item a {
    width: auto;
    height: 31px;
    padding: 11px 6px;
}

#gHeader .navi-cont .navi-wrap .navi-item a img {
    height: 9px;
    width: auto;
}

#gHeader .navi-cont .navi-wrap .navi-item.item01 a img,
#gHeader .navi-cont .navi-wrap .navi-item.item09 a img {
    height: 30px;
    width: 30px;
}
    
#gHeader .navi-cont .navi-wrap .navi-item a .menu-txt {
    display: none;
}

/*.active*/
#gHeader .navi-cont .navi-wrap .navi-item.active a {
    padding: 9px 6px;
}
#gHeader .navi-cont .navi-wrap .navi-item.active a img {
    height: 13px;
    width: auto;
}



/*nav {
	display: block;
	text-align: center;
}*/

/*#gHeader nav ul,*/
#gFooter nav ul {
	overflow: hidden;
	display: table;
	height: 20px;
	margin: 0 0 30px auto;
}

/*.home #gHeader nav ul,
.page-id-28 #gHeader nav ul {
	margin: 30px auto;
}*/

#gFooter nav ul {
	margin: 0 auto 30px;
}

/*#gHeader nav ul li,*/
#gFooter nav ul li {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	padding: 0 3px;
	text-align: center;
	border: none;
}

#gFooter nav ul li {
	padding: 0 16px;
    white-space: nowrap;
}

/*nav li.buHome a {
	margin: 0;
}

#gHeader nav ul li a {
	display: block;
	overflow: hidden;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


#menu-item-174 a,
#menu-item-181 a { width: 116px; background-image: url("../images/common/product_hover.png"); background-size: 80% auto;}
#menu-item-179 a,
#menu-item-186 a { width: 64px; background-image: url("../images/common/news_hover.png"); background-size: 80% auto;}
#menu-item-175 a,
#menu-item-182 a { width: 153px; background-image: url("../images/common/ecoaction_hover.png"); background-size: 80% auto;}
#menu-item-176 a,
#menu-item-183 a { width: 119px; background-image: url("../images/common/company_hover.png"); background-size: 80% auto;}
#menu-item-177 a,
#menu-item-184 a { width: 118px; background-image: url("../images/common/sitemap_hover.png"); background-size: 80% auto;}*/


/* top
------------------- */

.home .buAccnet,
.page-id-28 .buAccnet {
	right: 0;
	font-size:45%;
	letter-spacing:1px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	text-align:center;
}
.home .buAccnet.bnr-jp {
       width: 220px; 
        display: flex;
    }
    
.home .buAccnet .bnr01 {
    padding-right: 20px;
}
.home .buAccnet .bnr02 {
}

.home #logo,
.page-id-28 #logo {
	text-align: left;
}

/*.home #gHeader .buLanguage,
.page-id-28 .buLanguage {
	top: 140px !important;
}*/

.home #gHeader nav,
.page-id-28 #gHeader nav {
	display: block;
}










/* --------------------------------------------------

	footer

-------------------------------------------------- */

#footerBox {
	overflow: hidden;
    padding: 30px 0;
}

#gFooter .buLanguage {
	float: left;
}

#copyright {
	float: right;
}

.home #gFooter nav,
.page-id-28 #gFooter nav,
#gFooter .buLanguage {
	display: none;
}

#gFooter .f-icon {
    float: left;
    margin-top: -5px;
}
    
}






@media screen and (min-width: 1024px) {

body {
	padding: 20px 0;
	background: #83909E;
    min-height: calc(100vh - 40px);
}

#wrapper {
	width: 960px;
	padding: 0 40px;
	margin: 0 auto;
	background-size: 300px 350px;
	background-position: -50px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 3px;
}


/* --------------------------------------------------

	header

-------------------------------------------------- */

#gHeader {
	width: 100%;
	margin: 0 auto;
}

#logo {
	width: 100%;
	text-align: right;
}

#logo img {
	width: 300px;
}

    
#gHeader .navi-cont {
    width: 100%;
    padding-top: 30px;
}

#gHeader .navi-cont .navi-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

#gHeader .navi-cont .navi-wrap .navi-item {
    border-bottom: none;
}

#gHeader .navi-cont .navi-wrap .navi-item a {
    width: auto;
    height: 31px;
    padding: 11px 20px;
}

#gHeader .navi-cont .navi-wrap .navi-item a img {
    height: 9px;
    width: auto;
}

#gHeader .navi-cont .navi-wrap .navi-item.item01 a ,
#gHeader .navi-cont .navi-wrap .navi-item.item09 a {
    padding: 0;
}
#gHeader .navi-cont .navi-wrap .navi-item.item01 a img,
#gHeader .navi-cont .navi-wrap .navi-item.item09 a img {
    height: 30px;
    width: 30px;
}
/*.active*/
#gHeader .navi-cont .navi-wrap .navi-item.active a {
    padding: 9px 20px;
}
#gHeader .navi-cont .navi-wrap .navi-item.active a img {
    height: 13px;
    width: auto;
}


/*#gHeader nav {
	display: block;
}

#gHeader nav ul li,
#gFooter nav ul li {
	height: 30px;
	padding: 0 3px;
}

#gHeader nav ul li a {
	height: 30px;
}

#menu-item-174 a,
#menu-item-181 a { width: 146px; background-image: url("../images/common/product_small.png"); background-size: auto;}

#menu-item-179 a,
#menu-item-186 a { width: 94px; background-image: url("../images/common/news_small.png"); background-size: auto;}

#menu-item-175 a,
#menu-item-182 a { width: 183px; background-image: url("../images/common/ecoaction_small.png"); background-size: auto;}

#menu-item-176 a,
#menu-item-183 a { width: 149px; background-image: url("../images/common/company_small.png"); background-size: auto;}

#menu-item-177 a,
#menu-item-184 a { width: 148px; background-image: url("../images/common/sitemap_small.png"); background-size: auto;}

#menu-item-174.current-menu-item a,
#menu-item-181.current-menu-item a,
#menu-item-174.current-page-ancestor a,
#menu-item-181.current-page-ancestor a { background-image: url("../images/common/product_hover.png"); background-size: auto;}

#menu-item-179.current-menu-item a,
#menu-item-186.current-menu-item a,
#menu-item-179.current-page-ancestor a,
#menu-item-186.current-page-ancestor a,
#menu-item-179.current-post-parent a,
#menu-item-186.current-post-parent a { background-image: url("../images/common/news_hover.png"); background-size: auto;}

#menu-item-175.current-menu-item a,
#menu-item-182.current-menu-item a,
#menu-item-175.current-page-ancestor a,
#menu-item-182.current-page-ancestor a { background-image: url("../images/common/ecoaction_hover.png"); background-size: auto;}

#menu-item-176.current-menu-item a,
#menu-item-183.current-menu-item a,
#menu-item-176.current-page-ancestor a,
#menu-item-183.current-page-ancestor a { background-image: url("../images/common/company_hover.png"); background-size: auto;}

#menu-item-177.current-menu-item a,
#menu-item-184.current-menu-item a,
#menu-item-177.current-page-ancestor a,
#menu-item-184.current-page-ancestor a { background-image: url("../images/common/sitemap_hover.png"); background-size: auto;}*/


/* top
------------------- */

.home .buAccnet,
.page-id-28 .buAccnet  {
	width: 150px;
	font-size:50%;
	letter-spacing:1px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-style:italic;
	text-align:center;
}
.home .buAccnet.bnr-jp {
    width: 286px;
    display: flex;
}
    
.home .buAccnet bnr01 {
    padding-right: 20px;
}
.home .buAccnet bnr02 {
}



/* --------------------------------------------------

	contents

-------------------------------------------------- */

#contents {
	width: 100%;
	margin: 0 auto;
}

.column3 {
	overflow: hidden;
}

.column3Sec {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
}

.column3 .last {
	margin-right: 0;
}










/* --------------------------------------------------

	footer

-------------------------------------------------- */

#gFooter {
	background: transparent;
}

#footerBox {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

#gFooter nav {
	display: none;
}

#buPagetopBox {
	display: block;
}

#buPagetop {
	position: fixed;
	width: 1000px;
	left: 50%;
	bottom: 65px;
	margin: 0 0 0 -500px;
}

#buPagetop a {
	position: absolute;
	right: -85px;
	display: block;
	overflow: hidden;
	width: 50px;
	height: 0px !important;
	height /**/: 50px;
	padding: 50px 0 0;
	border: none;
	outline: none;
	background: url("../images/common/bu_pagetop.png") no-repeat 0 0;
}


}