<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

/*--------------------------------------------------------------------------------
  body
--------------------------------------------------------------------------------*/
body.content {
	background: url(../common_img/bg_wrapper.jpg) top center no-repeat;
	background-size: cover;
	color: #000;
	position: relative;
	line-height: 1.5;
	z-index: 3;
}

body.content:before {
	content: "";
	background: url(../common_img/bg_top.png) top center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

body.content:after {
	content: "";
	background: url(../common_img/bg_btm.png) bottom center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.container + .container {
	margin-top: 60px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover&gt;img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

img {
	max-width: 100%;
}

/*--------------------------------------------------------------------------------
  Header
--------------------------------------------------------------------------------*/
#header {
	padding: 77px 0 199px;
}

/*--------------------------------------------------------------------------------
  Footer
--------------------------------------------------------------------------------*/
#footer {
	padding: 80px 0 237px;
	margin-top: 120px;
}

/*--------------------------------------------------------------------------------
  Navi
--------------------------------------------------------------------------------*/
.navi {
	width: 1250px;
	height: 212px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.navi_top {
	position: absolute;
	left: -5px;
	top: 78px;
}

.navi_equ {
	position: absolute;
	left: 110px;
	top: 10px;
}

.navi_com {
	position: absolute;
	left: 325px;
	top: 35px;
}

.navi_sdgs {
	position: absolute;
	right: 317px;
	top: 91px;
}

.navi_new {
	position: absolute;
	right: 194px;
	top: 2px;
}

.navi_con {
	position: absolute;
	right: 68px;
	top: 102px;
}

.navi_fac {
	position: absolute;
	right: 6px;
	top: 17px;
}

/*--------------------------------------------------------------------------------
  Crumb
--------------------------------------------------------------------------------*/
.crumb ul {
	float: right;
	font-weight: bold;
	font-size: 1.2rem;
}

.crumb li {
	float: left;
	margin-left: 20px;
	position: relative;
}

.crumb li:after {
	content: "&gt;";
	position: absolute;
	right: -16px;
}

.crumb li:last-child:after {
	display: none;
}

/*--------------------------------------------------------------------------------
  tt_page
--------------------------------------------------------------------------------*/
.tt_page {
	text-align: center;
	padding: 58px 0 60px;
}

/*--------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------*/
.sec01 {
	margin-bottom: 65px;
}

.tt01 {
	margin-bottom: 20px;
	text-align: center;
}

.tt02 {
	margin-bottom: 25px;
	text-align: center;
}

.tt02 span {
	display: inline-block;
	min-width: 515px;
	border-bottom: 2px solid #000;
	font-size: 3.0rem;
}

/* Contact */
.hissu,
.ninni {
	background: #e40000;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 0px 4px;
}

.ninni {
	background: #000;
}

.form_contact .hissu,
.form_contact .ninni {
	float: right;
}

.form_contact table {
	width: 100%;
}

.form_contact th {
	background: #737373;
	border: 1px solid #969aa0;
	width: 320px;
	padding: 20px 30px 20px 45px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	font-size: 1.3rem;
	line-height: 22px;
}

.form_contact td {
	background: #f5f7fa;
	background: rgba(245, 247, 250, 0.5);
	border: 1px solid #969aa0;
	padding: 14px 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	border: 1px solid #050505;
	background: #fff;
	padding: 9px;
	width: 490px;
}

input[type="text"]#zip {
	width: 165px;
}

select.select {
	width: 245px;
}

#formEnd {
	text-align: center;
	padding-top: 25px;
}

.box_pp {
	background: #f5f7fa;
	background: rgba(245, 247, 250, 0.5);
	border: 1px solid #969aa0;
	padding: 17px 27px;
	margin-top: 15px;
}

.box_pp li {
	background: url(../contact/images/ico_1.png) left center no-repeat;
	padding-left: 25px;
	line-height: 1.8;
}

/* News */
.news_box {
	margin-bottom: 70px;
}

.news_box .title {
	border-bottom: 1px solid #000;
	padding: 10px 20px;
	margin-bottom: 25px;
}

.news_box .title time {
	float: right;
	background: #000;
	color: #fff;
	padding: 3px 20px;
}

.news_box .title h2 {
	font-size: 1.6rem;
}

.news_box a.cur_zoom {
	float: left;
	margin: 5px 20px 10px 0;
}

.news_box .text {
	float: left;
	width: 710px;
}

/* Company */
.greeting {
	background: #f5f7fa;
	background: rgba(245, 247, 250, 0.5);
	text-align: center;
	padding: 30px 30px 20px;
	margin-bottom: 50px;
}

.company_sec .box {
	float: left;
	width: 494px;
}

.company_sec .box.last {
	float: right;
	text-align: center;
}

.company_sec h2 {
	text-align: center;
	margin-bottom: 20px;
}

.map {
	border: 1px solid #969aa0;
	margin-bottom: 25px;
}

.map iframe {
	display: block;
}

.tbl01 {
	width: 100%;
}

.tbl01 th {
	background: #737373;
	border: 1px solid #969aa0;
	width: 165px;
	padding: 12px 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.3rem;
	line-height: 22px;
}

.tbl01 td {
	background: #f5f7fa;
	background: rgba(245, 247, 250, 0.5);
	border: 1px solid #969aa0;
	padding: 11px 15px;
}

/* Faq */
.faq_nav {
	margin-bottom: 80px;
}

.faq_nav li {
	float: left;
	margin-right: 8px;
}

.faq_nav li:last-child {
	float: right;
	margin-right: 0;
}

.faq_nav a {
	position: relative;
	display: block;
	width: 328px;
	height: 265px;
	transition: all 0.4s;
}

.faq_nav a span {
	font-size: 2.7rem;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 38%;
	transition: all 0.4s;
}

.faq_sec01 {
	text-align: center;
}

.faq_sec01 table caption {
	text-align: center;
	margin: 30px auto 10px;
}

.faq_sec01 table {
	text-align: center;
	margin: 0 auto;
}

.faq_sec01 table th {
	border: solid 1px #969aa0;
	background: #737373;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

.faq_sec01 table td {
	border: solid 1px #969aa0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
}

.faq_sec01 .h2_style01 {}

/*.faq_nav a:hover span { opacity: 1; filter: alpha(opacity=100); }*/
.faq_sec {
	margin-bottom: 70px;
}

.faq_sec h2 {
	text-align: center;
	margin-bottom: 30px;
}

.faq_sec dt {
	border-bottom: 1px solid #000;
	padding: 19px 0 20px 70px;
	position: relative;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

.faq_sec dd {
	padding: 10px 0 0 70px;
	position: relative;
	min-height: 55px;
	margin-bottom: 40px;
}

.faq_sec .ico {
	position: absolute;
	left: 0;
	top: 0;
}

/* Equipment */
.equ_nav {
	margin: 0 -15px 0 0;
}

.equ_nav li {
	background: url(../equipment/images/bg_border.jpg);
	padding: 1px;
	float: left;
	width: 243px;
	margin: 0 10px 10px 0;
}

.equ_nav a {
	background: url(../equipment/images/arrow_black.png) 10px center no-repeat #fff;
	display: block;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	transition: all 0.5s;
}

.equ_nav .active a,
.equ_nav a:hover {
	background: url(../equipment/images/arrow_white.png) 10px center no-repeat #000;
	color: #fff;
}

.equ_list {
	margin: 0 -15px 0 0;
}

.equ_list li {
	float: left;
	width: 243px;
	margin: 0 10px 30px 0;
}

.equ_list a {}

.equ_list a span {
	text-decoration: underline;
	display: inline-block;
	padding: 5px 10px 0;
}

.equ_list a:hover span {
	text-decoration: none;
}

.equ_nav2 {
	margin: 0 -15px 0 0;
}

.equ_nav2 li {
	float: left;
	width: 243px;
	background: url(../equipment/images/bg_border.jpg);
	padding: 1px;
	margin: 0 10px 30px 0;
}

.equ_nav2 li a {
	display: block;
	background: #fff;
	position: relative;
}

.equ_nav2 li a img {
	display: block;
}

.equ_nav2 li span {
	/*background: #000; background: rgba(0,0,0,0.5);*/
	background: url(../equipment/images/bg_border2.jpg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	display: block;
	line-height: 38px;
}

.equ_detail .title {
	text-align: center;
	margin-bottom: 20px;
}

.equ_detail .title h3 {
	font-size: 3.0rem;
}

.equ_detail .title dl {
	color: #f25208;
	font-size: 2.1rem;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.3;
}

.equ_detail .title dd {
	font-size: 3.5rem;
}

.equ_detail .col {
	float: left;
	width: 494px;
}

.equ_detail .box_text {
	background: #f5f7fa;
	background: rgba(245, 247, 250, 0.5);
}

.equ_detail .tbl01 th {
	width: 100px;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------------------------------------------------
  sdgs
--------------------------------------------------------------------------------*/
.sdgs {
	width: 100%;
	max-width: 1000px;
	margin-top: -40px;
	margin-right: auto;
	margin-left:  auto;
	padding: 40px;
	background-color: rgba(255,255,255,0.5);
}
.sdgs &gt; * {
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.sdgs_sec {
	width: 100%;
	max-width: 800px;
	margin-top: 60px;
	margin-right: auto;
	margin-left:  auto;
	padding-right: 40px;
	padding-left:  40px;
}
.sdgs_sec img {
	max-width: 100%;
	line-height: 1;
	vertical-align: bottom;
}
.sdgs_ttl {
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
}
.sdgs_img {
	margin-bottom: 20px;
	text-align: center;
}
.sdgs p,
.sdgs_txt {
	text-shadow: 0 0 0.25em rgba(255,255,255,0.5);
	line-height: 1.8;
}

.sdgs .__icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc((256px * 1.5) + 15px);
	gap: 15px;
	margin-top:    2em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left:  auto;
}
.sdgs .__icons li {
	width: calc(256px * 0.75);
}</pre></body></html>