@charset "utf-8";
/* =======================================

	Browser Reset CSS
	Last Up Date 14/08/27

========================================== */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

html,
body {
	color: #333333;
}

body {
	font: 14px/1 Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {
	font-size: small;
}

*:first-child+html body {
	font-size: small;
}

a {
	outline: none;
	color: #0C0A06;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	backface-visibility: hidden;
}

a img {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	backface-visibility: hidden;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

img {
	border: 0;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}

ul,
dl,
ol {
	text-indent: 0;
}

li {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

* html input,
* html textarea,
* html select {
	font-size: 100%;
}

*:first-child+html+input,
*:first-child html+textarea,
*:first-child+html select {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

th,
td {
	text-align: left;
	vertical-align: top;
}

caption {
	text-align: left;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
	font-size: 100%;
	line-height: 100%;
}

*:first-child+html pre,
*:first-child html+code,
*:first-child html+kbd,
*:first-child+html+samp,
*:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}

input,
select,
textarea {
	font-size: 100%;
}

.clear {
	clear: both;
}

/*-- clearfix --*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	line-height: 0;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
}

/* no ie mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* */

/* =======================================

	Structure CSS

========================================== */

.boxContentsWrapper {
	max-width: 1020px;
	margin: 60px auto 0 auto;
}

.boxContentsLeft {
	float: left;
	width: 70%;
}

.boxContentsRight {
	float: right;
	width: 25%;
}

/* =======================================

	Text Decorations CSS

========================================== */

.titPage {
	background-color: #F4F4F4;
	color: #2E3EB7;
	font-size: 33px;
	padding: 60px 0;
}

.titPage span {
	display: block;
	max-width: 1020px;
	margin: 0 auto;
}

.titPage small {
	font-size: 50%;
}

.titBig {
	color: #10208B;
	font-size: 26px;
	font-weight: bold;
	line-height: 140%;
	margin: 0 0 30px 0;
	display: block;
}

.titMid {
	font-size: 22px;
	line-height: 130%;
	margin: 0 0 20px 0;
}

.titBlue {
	color: #2E3EB7;
	font-weight: bold;
	line-height: 130%;
	margin: 0 0 20px 0;
}

.titIcoArrow {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	position: relative;
}

.titIcoArrow:after {
	content: ">";
	font-family: 'Oswald', sans-serif;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	font-size: 12px;
	background: #3a92bb;
	/* Old browsers */
	background: -moz-linear-gradient(left, #3a92bb 0%, #10208b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3a92bb 0%, #10208b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3a92bb 0%, #10208b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a92bb', endColorstr='#10208b', GradientType=1);
	/* IE6-9 */
	line-height: 160%;
}

.titIcoSquare {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	position: relative;
}

.titIcoSquare:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #2E3EB7;
}

.titBg {
	font-size: 20px;
	line-height: 140%;
	color: #ffffff;
	background-color: #2E3EB7;
	padding: 15px 20px 12px 20px;
	margin: 0 0 40px 0;
}

.titBgLine {
	background-color: #F4F4F4;
	margin: 0 0 30px 0;
	padding: 20px 30px 15px 30px;
	font-size: 18px;
	line-height: 150%;
	position: relative;
}

.titBgLine:after {
	content: "";
	display: block;
	width: 18px;
	height: 4px;
	background-color: #2E3EB7;
	position: absolute;
	top: 30px;
	left: 0;
}

/* =======================================

	Header CSS

========================================== */

#globalHeader .inner {
	width: 1020px;
	margin: 0 auto;
	padding: 15px 0;
}

#globalHeader .inner #site-title img {
	width: auto;
	height: 45px;
}

#globalNavi {
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-color: #EAEAEA;
}

#globalNavi ul {
	width: 1020px;
	margin: 0 auto;
}

#globalNavi ul li {
	float: left;
	box-sizing: border-box;
	width: 19%;
}

#globalNavi ul li:last-child {
	width: 24%;
}

#globalNavi ul li a {
	display: block;
	text-align: center;
	padding: 20px 0 20px 0;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #EAEAEA;
	color: #2E3EB7;
	position: relative;
	font-weight: bold;
}

#globalNavi ul li:last-child a {
	border-width: 0 1px 0 1px;
	color: #2E8DB7;
}

#globalNavi ul li a:hover {
	text-decoration: none;
}

#globalNavi ul li a:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: #2E3EB7;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity: 0;
}

#globalNavi ul li:last-child a:after {
	background-color: #2E8DB7;
}

#globalNavi ul li a:hover:after,
.cutting #globalNavi ul li#cutting a:after,
.grinding #globalNavi ul li#grinding a:after,
.polishing #globalNavi ul li#polishing a:after,
.bonding #globalNavi ul li#bonding a:after,
.selling #globalNavi ul li#selling a:after {
	opacity: 1;
}

.boxNavi .headerNavi {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	position: absolute;
	top: 34px;
	left: 45%;
	margin: 0 0 0 -200px;
	font-size: 90%;
}

.boxNavi .headerNavi li {
	margin: 0 20px 0 0;
}

.boxNavi .headerNavi li a {
	color: #292929;
}

.boxNavi .headerInquiry {
	position: absolute;
	top: 15px;
	right: 50%;
	margin: 0 -505px 0 0;
}

.boxNavi .headerInquiry li:first-child {
	display: none;
}

.boxNavi .headerInquiry a {
	width: 200px;
	height: 44px;
	box-sizing: border-box;
	display: block;
	color: #ffffff;
	font-size: 90%;
	padding: 16px 0 0 0;
	text-align: center;
}

.boxNavi .headerInquiry a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* =======================================

	Footer CSS

========================================== */

.btnFooterInquiry {
	position: fixed;
	right: 0;
	bottom: 50px;
	display: none;
}

.btnFooterInquiry a {
	display: block;
	width: 50px;
	padding: 20px 0 20px 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.btnFooterInquiry a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.btnFooterInquiry a span {
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.btnFooterInquiry a span {
	margin: 10px auto 0;
}

#globalFooter {
	border-width: 6px 0 0 0;
	border-style: solid;
	border-color: #10208B;
	box-sizing: border-box;
	position: relative;
}

#globalFooter .inner {
	width: 1020px;
	margin: 0 auto;
	padding: 80px 0 80px 0;
	position: relative;
	box-sizing: border-box;
}

#globalFooter .inner .boxFooterNavi {
	position: absolute;
	top: 180px;
	left: 340px;
}

#globalFooter .footerNavi01 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	font-weight: bold;
	margin: 0 0 25px 0;
}

#globalFooter .footerNavi01 li {
	margin: 0 40px 0 0;
}

#globalFooter .footerNavi01 li a {
	color: #292929;
}

#globalFooter .footerNavi02 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
}

#globalFooter .footerNavi02 li {
	margin: 0 30px 15px 0;
	font-size: 90%;
}

#globalFooter figure {
	margin: 0 0 40px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
}

#globalFooter figure img {
  /*IE対策のため修正20200803*/
	width: 100%;
  max-width: 137px;
  /*width: auto;
	height: 45px;*/
}

#globalFooter figure figcaption {
	font-size: 18px;
	display: inline-block;
	margin: 16px 0 0 10px;
}

#globalFooter address {
	line-height: 150%;
	margin: 0 0 20px 0;
}

#globalFooter p.link a {
	width: 250px;
	height: 44px;
	box-sizing: border-box;
	display: block;
	color: #ffffff;
	font-size: 90%;
	padding: 16px 0 0 0;
	text-align: center;
}

#globalFooter p.link a:hover {
	text-decoration: none;
	opacity: 0.8;
}