@charset "utf-8";

/* base
---------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #333;
/*	font-size: 13px;*/
}
a {
	background: transparent;
	color: #b21920;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
section:before, section:after {
	content: "";
	display: table;
}
section:after { clear: both; }

/* layout
---------------------------------------- */
#globalHeader,
#globalFooter > *,
.toPageTop {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

/* globalHeader */
#globalHeader {
	position: relative;
	padding: 20px 0;
}
#globalHeader .header_logo {
	margin: 0 0 5px;
}
#globalHeader #globalHome a {
	position: absolute;
	top: 20px;
	right: 0;
	display: inline-block;
	padding: 2px 6px;
	background: rgb(0,102,181);
	background: -webkit-linear-gradient(top,  rgba(0,102,181,1) 60%,rgba(11,75,121,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,102,181,1) 60%,rgba(11,75,121,1) 100%);
	color: #fff;
	border-radius: 3px;
	font-size: 11px;
}
#globalHeader #globalHome a:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 3px;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #062b50;
	content: "";
	vertical-align: middle;
}
#globalHeader #globalHome a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* globalNav */
#globalNav {
	width: 680px;
	margin: 0 auto;
	padding: 0;
}
#globalNav a,
#globalNav span {
	display: block;
	padding: 0.7em 1em;
	background: transparent;
	color: #666;
	line-height: 1;
	text-decoration: none;
	/*transition: all 300ms 0s ease;*/
}
#globalNav a:hover,
#globalNav span:hover {
	background: #e7eff8;
	color: #666;
	text-decoration: none;
}
#globalNav > li {
	display: inline-block;
	font-weight: bold;
}
#globalNav li.child {
	position: relative;
}
#globalNav li.child ul {
	display: none;
	padding-top: 0.3em;
	background: #fff;
	color: #3f3f3f;
}
#globalNav li.child:hover > ul {
	position: absolute;
	display: block;
}
#globalNav li.child ul li {
	padding: 0.3em 0;
}
#globalNav li.child ul a {
	padding: 0.4em 0.6em;
	font-size: 80%;
	white-space: nowrap;
	color: #3f3f3f;
}
#globalNav li.child ul a:hover {
	background: #1562BA;
	color: #fff;
}

/* globalFooter */
#globalFooter {
	padding: 20px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
}
.toPageTop {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 10px;
}
.toPageTop a {
	background: transparent;
	color: #000;
}
.toPageTop a:before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	content: "";
	border-top: 2px solid #b21920;
	border-right: 2px solid #b21920;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* #contents */
#contents {
	min-width: 940px;
	margin: 0 auto;
}
#contents #about,
article > section {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	padding-bottom: 1em;
}
#contents .title {
	height: 50px;
	margin: 0;
	line-height: 50px;
	background: #bf3c2e;
	background: -webkit-linear-gradient(top,  #bf3c2e 1%,#9f3a30 100%);
	background: linear-gradient(to bottom,  #bf3c2e 1%,#9f3a30 100%);
	color: #fff;
}
#contents .title:before {
	display: inline-block;
	width: calc((100% - 940px) / 2);
	height: 36px;
	vertical-align: middle;
	content: "";
}
#contents .heading {
	margin: 0 0 0.6em;
	font-size: 2em;
	background: transparent;
	color: #c00;
}
#contents .lead {
	margin: -0.8em 0 0;
	font-size: 1.3em;
}

/* common Module */
.imgFleft {
	float: left;
}
.imgFright {
	float: right;
}
.imgCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
dl.tbl dt {
	clear: both;
	float: left;
	display: inline-block;
}
dl.tbl dt:before {
	display: inline-block;
	margin-right: 0.5em;
	content: "\025cf";
}
dl.tbl dd {
	margin-bottom: 0.5em;
}
dl.tbl dd:before {
	display: inline-block;
	margin-right: 0.5em;
	content: ":";
}
ul.item {
	list-style-type: none;
	margin: 0;
	line-height: 1.3;
}
ul.item li {
	margin-bottom: 0.7em;
	text-indent: -0.8em;
}
ul.item li:before {
	display: inline-block;
	margin-right: 0.5em;
	content: "\025a0";
	background: transparent;
	color: #c00;
}
ul.item li:last-child {
	margin-right: 0!important;
}

/* page Module
---------------------------------------- */
/* top */
#topVisual {
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(left, #3060aa 0%,#3060aa 49.9%,#b31921 50%,#b31921 100%);
	background: linear-gradient(to right, #3060aa 0%,#3060aa 49.9%,#b31921 50%,#b31921 100%);
	color: #fff;
}
#topVisual h1 {
	width: 940px;
	margin: 0 auto;
}
#about {
	margin-bottom: 50px;
}

/* company */
#company-outline dl.tbl {
	float: left;
	margin: 0 0 1em;
}
#company-outline dl.tbl dd {
	margin-left: 210px;
}
#company-outline .quality {
	clear: both;
}
#company-outline .quality dt {
	float: left;
	width: 210px;
}
#company-outline .quality dt:before {
	display: inline-block;
	content: "\02022";
	margin-left: 0.2em;
	margin-right: 0.7em;
}
#company-outline .quality dd {
	display: inline-block;
	margin-left: 15px;
}

/* products */
[class^="products-col"] {
	display: flex;
	flex-flow: nowrap;
	min-height: 230px;
}
[class^="products-col"] .products-item-image {
	width: 160px;
	margin-right: 10px;
	padding: 15px 5px 0;
	border-radius: 1.5em;
	overflow: hidden;
}
[class^="products-col"] .products-item-list {
	width: calc(100% - 170px);
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #666;
	border-radius: 1.5em;
}
#products-item .products-item-image {
	background: #97afd4;
}
#products-item .products-item-image img {
	border-radius: 50%;
	-webkit-box-shadow: 2px 3px 2px 0 rgba(1,1,1,0.4);
	box-shadow: 2px 3px 2px 0 rgba(1,1,1,0.4);
}
#products-item .products-col1 {
	float: left;
	width: 450px;
}
#products-item .products-col2 {
	float: right;
	width: 450px;
}
#products-item .products-col3 {
	clear: both;
	width: 100%;
	padding-top: 30px;
}
#products-item .products-col3 .item {
	display: inline-block;
	margin-right: 5em;
}
#products-eco .products-col {
	width: 100%;
	padding-top: 20px;
}
#products-eco .products-item-image {
	background: #ffbf00;
}
#products-eco .products-item-list .head {
	margin: 0.5em 1em 1.5em;
	padding: 5px 1em;
	background: #ffbf00;
	color: #c00;
}
#products-eco .products-item-list .item li {
	display: inline-block;
	margin-right: 7em;
	white-space: nowrap;
}
#products-eco .products-item-list .image {
	padding: 1em 0;
	text-align: center;
}
#products-eco .products-item-list .image img {
	margin: 0 20px;
}

/* office */
#office-japan .office-list {
	margin-top: 20px;
	border: 1px solid #ccc;
	font-size: 90%;
}
#office-japan .office-list dl {
	display: table;
	width: 100%;
	margin: 0;
	border: 1px solid #999;
}
#office-japan .office-list dt {
	display: table-cell;
	width: 20%;
	padding: 8px 10px;
}
#office-japan .office-list dd {
	display: table-cell;
	padding: 8px 10px;
	border-left: 2px solid #ccc;
}
#office-japan .office-list dd:last-child {
	width: 30%;
}
#office-group dl.tbl {
	float: left;
	margin: 0 0 1em;
}
#office-group dl.tbl dt:first-of-type:before {
	content: "\025c6";
}
#office-group dl.tbl dd {
	margin-left: 240px;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
