@charset "utf-8";

/* ****************************************************

layout.css
-----------------------------------
1: for PC
-----------------------------------
2: for Smartphone
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */

@media print, screen and (min-width: 768px) {

/*=================================

	1: for PC

================================ */

/* layout
================================ */

body.g-product header nav li.product a,
body.g-tech header nav li.tech a,
body.g-corp header nav li.corp a,
body.g-recruit header nav li.recruit a,
body.g-ir header nav li.ir a,
body.g-order header nav li.order a{
  background-color: #009b74;
}
body.g-product header ul.header__gNavmega--childlist li a,
body.g-tech header ul.header__gNavmega--childlist li a,
body.g-corp header ul.header__gNavmega--childlist li a,
body.g-recruit header ul.header__gNavmega--childlist li a,
body.g-ir header ul.header__gNavmega--childlist li a,
body.g-order header ul.header__gNavmega--childlist li a{
  background-color: #f4f4f4;
}
body.g-product header nav li.product_u a,
body.g-tech header nav li.tech_u a,
body.g-corp header nav li.corp_u a,
body.g-recruit header nav li.recruit_u a,
body.g-ir header nav li.ir_u a,
body.g-order header nav li.order_u a{
  color:#009b74;
  padding-bottom:2px;
  border-bottom:2px solid #009b74;
}

/* main */

.breadcrumb,
.main-wrap {
	width: 1200px;
	margin: 0 auto;
}
.main__inner {
	float: left;
	width: 940px;
}
.main__inner--full {
	width: 1200px;
	margin: 0 auto;
	float: none;
}
.main__navi {
	float: right;
	width: 220px;
}
.breadcrumb {
	padding: 15px 0;
}
.breadcrumb > ol > li {
	position: relative;
	float: left;
	font-size: 1.2rem;
}
.breadcrumb > ol > li + li {
	margin-left: 11px;
	padding-left: 16px;
}
.breadcrumb > ol > li + li:before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 4px;
	height: 7px;
	background: url(/ir/common/img/breadcrumb_ic01.png) no-repeat 0 0;
}
.breadcrumb > ol > li:last-child {
	font-weight: bold;
}
.breadcrumb > ol > li a {
	color: #396;
}
.breadcrumb > ol > li a:hover {
	text-decoration: underline;
}
.main__inner,
.main__navi {
	margin-top: 20px;
}
.main__inner > *:first-child,
.main__inner > *:first-child > .heading:first-child {
	margin-top: 0 !important;
}

/* sidebar_navi */
.sidebar_navi a {
	color: #333;
	text-decoration: none;
}
.sidebar_navi {
	border-top: 3px solid #009b74;
}
.sidebar_navi .sidebar_navi--title {
	display: table;
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: -.04em;
	font-weight: 600;
}
.sidebar_navi .sidebar_navi--title > * {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	padding: 0 10px;
	background-color: #fff;
}
.sidebar_navi--list {
	border-top: 1px solid #999999;
}
.sidebar_navi .sidebar_navi--item {
	border-bottom: 1px solid #999999;
}
.sidebar_navi .sidebar_navi--item a,
.sidebar_navi .sidebar_navi--item span {
	display: block;
	position: relative;
	padding: 20px 20px 20px 25px;
	background: #f7f7f7;
	font-weight: 600;
	margin-top: 1px;
	margin-bottom: 1px;
}
.sidebar_navi .sidebar_navi--item a:before {
	content: "";
	position: absolute;
	top: 1.6em;
	left: 8px;
	width: 6px;
	height: 10px;
	background: url(/ir/common/img/main_ic01.png) no-repeat 0 0;
}
.sidebar_navi .sidebar_navi--item a:hover {
	color: #009b74;
}
.sidebar_navi .current > a:hover,
.sidebar_navi .current > a {
	background-color: #009b74;
	color: #fff;
	font-weight: 500;
}
.sidebar_navi .current > a:before {
	content: "";
	position: absolute;
	top: 1.6em;
	left: 8px;
	width: 6px;
	height: 10px;
	background: url(/ir/common/img/main_ic01_5.png) no-repeat 0 0;
}
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist {
	display: none;
	padding-left: 10px;
	border-top: 1px solid #999999;
}
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist > li > ul {
	display: none;
}
.sidebar_navi .sidebar_navi--item.open > .sidebar_navi--childlist,
.sidebar_navi .sidebar_navi--item.current > .sidebar_navi--childlist,
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist > .open > ul,
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist > .current > ul {
	display: block;
}
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist li > .sidebar_navi--childlist {
	padding-left: 10px;
	border-top: 1px dashed #c0cbd2;
}
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist li {
	border-bottom: 1px solid #999999;
}
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist li:last-child {
	border-bottom: none;
}
.sidebar_navi .sidebar_navi--childlist > li > a {
	padding: 16px 20px 16px 30px;
	border-bottom: none;
	background: #fff;
}
.sidebar_navi .sidebar_navi--childlist > li > a:before {
	top: 1.6em;
	left: 14px;
	width: 6px;
	height: 2px;
	margin-top: 0;
	background: #009b74;
}
.sidebar_navi .sidebar_navi--childlist > li.current > a {
	background-color: #009b74;
	color: #fff;
	font-weight: 500;
}
.sidebar_navi .sidebar_navi--childlist > li.current > a:before {
	background: #fff;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist {
	padding-top: 1px;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > li {
	border: none;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > li > a {
	padding: 9px 10px 9px 35px;
	background: none;
	font-weight: normal;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > li > a:before {
	top: 1.2em;
	left: 23px;
	width: 3px;
	height: 1px;
	margin-top: 0;
	background: #009b74;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > li.current > a {
	background-color: #009b74;
	color: #fff;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > .current > a:before {
	background-color: #fff;
}

.sidebar_search--btn {
	display: none;
	position: fixed;
	top: 211px;
	right: 0;
}
.sidebar_search--btn a{
	display: none;
	background: url(/ir/common/img/pagesearch_bt01.png) no-repeat 0 0;
	width: 58px;
	height: 211px;
	text-indent: -9999px;
}
#product .sidebar_search--btn,
#product .sidebar_search--btn a {
	/*display: block;*/
	display: none;
}

.js-pagetop {
	position: fixed;
	background: #fff;
	bottom: 120px;
	right: 5%;
}
.js-pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(/ir/common/img/pagetop_ic01.gif) 0 0 no-repeat;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	text-indent: -9999px;
	outline: none;
}
.js-pagetop a:hover {
	opacity: 0.7;
}
/* ex: clearfix
================================ */
.header__inner:after,
.main-wrap:after,
.breadcrumb > ol:after,
.mega-menu__top:after,
.site-menu__nav:after,
.contact--site-menu:after,
.footer__navi .footer__navi__inner:after,
.footer__bottom__inner:after,
.footer__util:after,
.footer__util .footer__util--inr:after,
.footer__util .footer__sns:after {
	content: "";
	display: block;
	clear: both;
}
}



@media only screen and (max-width: 767px) {

/*=================================

	2: for Smartphone

================================ */

/* layout
================================ */
/* header */
html.fix #l-container {
	position: fixed;
	top: 0;
	width: 100%;
}

/* main */
.breadcrumb {
	padding: 7px 10px;
}
.breadcrumb > ol > li {
	position: relative;
	float: left;
	font-size: 1rem;
}
.breadcrumb > ol > li + li {
	margin-left: 9px;
	padding-left: 13px;
}
.breadcrumb > ol > li + li:before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 4px;
	height: 7px;
	background: url(/ir/common/img/breadcrumb_ic01_sp.png) no-repeat 0 0;
	-webkit-background-size: 4px auto;
	background-size: 4px auto;
}
.breadcrumb > ol > li:last-child {
	font-weight: bold;
}
.breadcrumb > ol > li a {
	color: #396;
}
.breadcrumb > ol > li a:hover {
	text-decoration: underline;
}
.main__inner {
	padding: 8px 10px 30px;
}
.main__inner > *:first-child,
.main__inner > *:first-child > .heading:first-child {
	margin-top: 0 !important;
}
/* sidebar_navi */
#sidebar {
	padding: 35px 10px 15px;
}
.sidebar_navi a {
	color: #333;
	text-decoration: none;
}
.sidebar_navi {
	border-top: 3px solid #009b74;
}
.sidebar_navi .sidebar_navi--title {
	display: table;
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: -.04em;
	font-weight: 600;
}
.sidebar_navi .sidebar_navi--title > * {
	display: table-cell;
	vertical-align: middle;
	padding: 16px 10px 16px 10px;
	background-color: #fff;
}
.sidebar_navi--list {
	border-top: 1px solid #999999;
}
.sidebar_navi .sidebar_navi--item {
	border-bottom: 1px solid #999999;
}
.sidebar_navi .sidebar_navi--item a,
.sidebar_navi .sidebar_navi--item span {
	display: block;
	position: relative;
	font-size: 1.6rem;
	padding: 15px 20px 13px 30px;
	outline: none;
}
.sidebar_navi .sidebar--toggle__switch span {
	cursor: pointer;
}
.sidebar_navi .sidebar_navi--item a:before {
	background: url(/ir/common/img/main_ic01_sp.png) no-repeat 0 0;
	background-size: 6px auto;
	content: "";
	height: 10px;
	left: 10px;
	position: absolute;
	top: 1.3em;
	width: 6px;
}
.sidebar_navi .sidebar--toggle__switch span:before,
.sidebar_navi .sidebar--toggle__switch span:after,
.sidebar_navi .sidebar--toggle__switch a:before,
.sidebar_navi .sidebar--toggle__switch a:after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: #009b74;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.sidebar_navi .sidebar--toggle__switch span:before,
.sidebar_navi .sidebar--toggle__switch a:before {
	left: 9px;
	width: 10px;
	height: 2px;
	margin-top: -1px;
}
.sidebar_navi .sidebar--toggle__switch span:after,
.sidebar_navi .sidebar--toggle__switch a:after {
	left: 13px;
	width: 2px;
	height: 10px;
	margin-top: -5px;
}
.sidebar_navi .sidebar--toggle__switch.active span:after,
.sidebar_navi .sidebar--toggle__switch.active a:after {
	display: none;
}
.sidebar_navi .sidebar--toggle__switch span:hover
.sidebar_navi .sidebar--toggle__switch a:hover,
.sidebar_navi .sidebar_navi--item a:hover {
	color: #009b74;
}
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist {
	padding-left: 10px;
	font-size: 1.4rem;
	border-top: 1px dashed #c0cbd2;
}
.sidebar_navi .sidebar_navi--item > .sidebar_navi--childlist li:last-child {
	border-bottom: none;
}
.sidebar_navi .sidebar_navi--childlist > li > a {
	padding: 10px 20px 10px 30px;
	border-bottom: none;
	background: #fff;
	font-weight: 600;
}
.sidebar_navi .sidebar_navi--childlist > li > a:before {
	background: url(/ir/common/img/main_ic01_sp.png) no-repeat 0 0;
	background-size: 6px auto;
	content: "";
	height: 10px;
	left: 10px;
	position: absolute;
	top: 1.1em;
	width: 6px;
}
.sidebar_navi .sidebar_navi--childlist > li > a:after {
	display: none;
}
.sidebar_navi .sidebar_navi--childlist > .sidebar_navi__toplink {
	margin-left: -10px;
	padding-left: 0;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist {
	padding-top: 1px;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > li {
	border: none;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > li > a {
	padding: 9px 10px 9px 35px;
	background: none;
	font-weight: normal;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > li > a:before {
	top: 1.2em;
	left: 23px;
	width: 3px;
	height: 1px;
	margin-top: 0;
	background: #009b74;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > li.current > a {
	background-color: #009b74;
	color: #fff;
}
.sidebar_navi .sidebar_navi--childlist .sidebar_navi--childlist > .current > a:before {
	background-color: #fff;
}
.sidebar_search--btn {
	display: none;
	position: fixed;
	top: 160px;
	right: 0;
}
.sidebar_search--btn a{
	display: none;
	background: url(/ir/common/img/pagesearch_bt01_sp.png) no-repeat 0 0;
	background-size: 51px 53px;
	width: 51px;
	height: 53px;
	text-indent: -9999px;
}
#product .sidebar_search--btn,
#product .sidebar_search--btn a {
	/*display: block;*/
	display: none;
}

.js-pagetop {
	display: none;
}
/* component
================================ */

/* ex: clearfix
================================ */
.main-wrap:after,
.header__inner:after,
.breadcrumb > ol:after,
.footer__util--link:after {
	content: "";
	display: block;
	clear: both;
}

}


@media print {

/*=================================

	3: print for PC

================================ */

.sidebar_search--btn {
	display: none;
}



}