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

/* リセット
----------------------------------------------------------------------------------- */

html {
	background: #FFFFFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

li {
	list-style: none;
}

.clearfix:after {
	content: " ";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}


/* クリックした後に生じる画像の点線を消す */

a {
	outline: none;
	color: #333;
}

a:focus {
	outline: none;
}


/* ie11でズレる原因を解消 */

main {
	display: block;
}

p {
	/*スマホブラウザフォントバグ対策*/
	max-height: 999999px;
}


/* 共通ルール
----------------------------------------------------------------------------------- */

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	/* スマホで文字サイズが大きくなるのを防ぐ */
	border-top: 5px solid #594E52;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.pos {
	position: relative;
}

.nomargin {
	margin: 0!important;
}

.noborder {
	border: none!important;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

.moa {
	margin: 0 auto;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb35 {
	margin-bottom: 35px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb45 {
	margin-bottom: 45px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb55 {
	margin-bottom: 55px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb65 {
	margin-bottom: 65px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb75 {
	margin-bottom: 75px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb85 {
	margin-bottom: 85px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.mb95 {
	margin-bottom: 95px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.w1000 {
	width: 1000px;
}

.w980 {
	width: 980px;
}

.w1080 {
	width: 1080px;
}

.w1180 {
	width: 1180px;
}

.w470 {
	width: 470px;
}

.w310 {
	width: 310px;
}

.w230 {
	width: 230px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr40 {
	margin-right: 40px;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

a img {
	transition-property: all;
	transition: 0.2s linear;
}

.op1 a {
	opacity: 1;
}

.br10 img {
	border-radius: 10px;
}

.br20 img {
	border-radius: 20px;
}

.br30 img {
	border-radius: 30px;
}

img.br10 {
	border-radius: 10px;
}

img.br20 {
	border-radius: 20px;
}

img.br30 {
	border-radius: 30px;
}

.centering {
	margin: 0 auto;
}

.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

.fwb {
	font-weight: bold;
}

.s12 {
	font-size: 12px;
	line-height: 1.6
}

.s13 {
	font-size: 13px;
	line-height: 1.6
}

.s14 {
	font-size: 14px;
	line-height: 1.7;
}

.s15 {
	font-size: 15px;
	line-height: 1.8;
}

.s16 {
	font-size: 16px;
	line-height: 1.8;
}

.s17 {
	font-size: 17px;
}

.s18 {
	font-size: 18px;
}

.lh2 {
	line-height: 2;
}


/* ヘッダー
----------------------------------------------------------------------------------- */

header {
	width: 100%;
	padding: 15px 0;
}

h1 {
	float: left;
}

ul.gnav {
	width: 597px;
	float: right;
	padding-top: 15px;
}

ul.gnav li {
	float: left;
}

ul.gnav li a:hover {
	opacity: 1;
}


/* キャッチコピー */

p.catch_mainimg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 513px;
	height: 170px;
}

p.catch_mainimg img {
	width: 100%;
	height: auto;
}


/* メインイメージ */

.wideslider {
	width: 100%;
	height: 500px;
	text-align: left;
	position: relative;
	overflow: hidden;
	border-top: 5px solid #333;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
	overflow: hidden;
}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 200;
	cursor: pointer;
}

.slider_prev {
	background: #fff url(../images/prev.png) no-repeat right center;
}

.slider_next {
	background: #fff url(../images/next.png) no-repeat left center;
}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 300;
}

.pagination a {
	margin: 0 5px;
	width: 12px;
	height: 12px;
	display: inline-block;
	overflow: hidden;
	background-color: #eee;
	border-radius: 12px;
	opacity: 1!important;
}

.pagination a.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background-color: #00B050;
}

.wideslider a:hover img {
	opacity: 0.7;
}


/* =======================================
    ClearFixElements
======================================= */

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* index.html　トップページ
----------------------------------------------------------------------------------- */

#top01 {
	width: 100%;
	padding: 20px 0 30px;
	background: url(../images/bg_top01.png) 0 0 repeat;
}

.mr80 {
	margin-right: 80px;
}

#top02 {
	width: 980px;
	margin: 0 auto;
}


/* フッター
----------------------------------------------------------------------------------- */

#footer01 {
	width: 100%;
}

p.text_f {
	width: 100%;
	height: 66px;
	text-align: center;
	background: url(../images/bg_ttl_f.png) 0 0 repeat;
	line-height: 66px;
}


/* ------------------------------
   loopSlider
------------------------------ */

.loopSliderWrap {
	top: 0;
	left: 0;
	height: 240px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 240px;
	text-align: left;
	position: relative;
	overflow: hidden;
	border-top: 5px solid #594E52;
}

.loopSlider ul {
	height: 240px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 376px;
	height: 240px;
	float: left;
	display: inline;
	overflow: hidden;
}

.loopSliderWrap:after {
	content: "";
	display: none;
}

.bg_footer01 {
	padding: 32px 0;
	background: url(../images/bg_top01.png) 0 0 repeat;
}

.mr50 {
	margin-right: 50px;
}

.bg_footer02 {
	padding: 30px 0;
	background-color: #2196F3;
}

#footer02 {
	width: 100%;
	height: 400px;
	background: url(../images/bg_footer02.png) center top /cover no-repeat;
	padding: 80px 0 0;
	color: #fff;
	letter-spacing: 1px;
}

.pl30 {
	padding-left: 30px;
}

ul.fnav {
	text-align: center;
}

ul.fnav li {
	display: inline-block;
	margin-right: 60px;
}

ul.fnav li a {
	display: block;
	padding-left: 30px;
	background: url(../images/icon_fnav.png) 0 0px no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

ul.fnav li:last-child {
	margin-right: 0;
}

p#copyright {
	width: 100%;
	height: 40px;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background-color: #463E41;
}

p#pagetop {
	position: fixed;
	bottom: 60px;
	right: 30px;
}

p#pagetop img {
	width: 55px;
	height: 55px;
}


/* company.html　会社案内
----------------------------------------------------------------------------------- */

h2.sub {
	width: 100%;
	height: 300px;
	text-align: center;
	line-height: 300px;
	border-top: 5px solid #594E52;
	border-bottom: 5px solid #594E52;
}

.bg_company {
	background: url(../images/bg_company.png) center top /cover no-repeat;
}

#company01 {
	padding: 50px 0 70px;
	background: url(../images/bg_top01.png) 0 0 repeat;
}

h3.sub {
	border-bottom: 3px solid #594E52;
	padding-bottom: 17px;
	text-align: center;
}

.s24 {
	font-size: 24px;
	font-weight: bold;
}

table.company {
	width: 980px;
	border-top: 1px solid #777;
	background-color: #fffef2;
}

table.company tr {
	border-bottom: 1px solid #777;
	padding-bottom: 10px;
}

table.company th {
	font-size: 16px;
	color: #3a8a83;
	font-weight: bold;
	text-align: left;
	padding: 20px 20px 10px 20px;
	width: 150px;
	position: relative;
}

table.company th:after {
	content: url(../images/icon_company01.png);
	position: absolute;
	top: 20px;
	right: 0;
}

table.company td {
	font-size: 16px;
	padding: 20px 20px 10px 50px;
}

#company01 ul {
	width: 980px;
}

#company01 ul li {
	width: 310px;
	float: left;
	margin-right: 25px;
}

#company01 ul li:last-child {
	margin-right: 0;
}

.access_map {
	width: 980px;
	height: 400px;
	border-radius: 30px;
	overflow: hidden;
	border: 5px solid #fff;
}


/* factory.html　工場設備
----------------------------------------------------------------------------------- */

#factory01 {
	padding: 50px 0 70px;
	background: url(../images/bg_top01.png) 0 0 repeat;
}

.bg_factory {
	background: url(../images/bg_factory.png) center top /cover no-repeat;
}

table.factory01 {
	width: 980px;
	font-size: 18px;
	font-weight: bold;
}

table.factory01 th {
	border: 1px solid #777;
	width: 390px;
	background-color: #fff;
	padding: 20px 30px;
	font-weight: bold;
	text-align: left;
}

table.factory01 td {
	border: 1px solid #777;
	background-color: #DEF1EF;
	padding: 20px 30px;
}


/* contact.html　お問い合わせ
----------------------------------------------------------------------------------- */

.bg_contact {
	background: url(../images/bg_contact.png) center top /cover no-repeat;
}

#contact01 {
	padding: 50px 0 70px;
	background: url(../images/bg_top01.png) 0 0 repeat;
}

.w800 {
	width: 800px;
}

.bdr_right:after {
	content: url(../images/bdr_contact01.png);
	position: absolute;
	top: -10px;
	left: 390px;
}


/* お問い合わせフォーム */

p.contact_form {
	width: 980px;
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 1.8;
}

p.contact_form span {
	color: #FF2626;
}

form table.table_form {
	width: 980px;
	margin: 0 auto 30px;
	border-collapse: collapse;
}

form table.table_form th {
	width: 25%;
	padding: 10px;
	border-bottom: 1px solid #aaa;
	font-size: 15px;
	font-weight: bold;
	background-color: #594E52;
	text-align: left;
	padding-left: 15px;
	color: #fff;
}

form table.table_form th:first-child {
	border-top: 1px solid #aaa;
}

form table.table_form td:last-child {
	border-top: 1px solid #aaa;
}

form table.table_form td {
	padding: 10px;
	border-bottom: 1px solid #aaa;
}

form table.table_form td.icon_contact {
	border-top: 1px solid #aaa;
}

form table.table_form td.icon_contact {
	background-color: #594E52;
}

input,
textarea {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

input.nobdr {
	border: none;
}

input.ml20 {
	margin-left: 20px;
}

form table.table_form td input {
	background-color: #f7f7f7;
}

form table.table_form td.required input,
form table.table_form td.required textarea {
	background-color: #FFECD9;
}

form table.table_form td input.size200 {
	width: 200px;
}

form table.table_form td input.size400 {
	width: 400px;
}

form table.table_form td input.size500 {
	width: 500px;
}

form table.table_form td input.size600 {
	width: 600px;
}

form table.table_form td textarea.size_box {
	width: 600px;
	height: 200px;
}

form input.submit {
	width: 450px;
	height: 42px;
	text-align: center;
	background-color: #3C8E82;
	border-radius: 18px;
	color: #ffffff;
	outline: none;
	border: none;
	cursor: pointer;
	font-weight: bolder;
	font-size: 15px;
	line-height: 42px;
	padding: 0!important;
}

form input.submit:hover {
	background-color: #5EBBAD;
}

::-webkit-input-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #aaa;
}


/* 個人情報の取扱いについて */

dl#personal {
	width: 980px;
	border: 1px dashed #004899;
	padding: 15px 20px;
	margin: 0 auto 30px;
	background-color: #fff;
}

dl#personal dt {
	color: #3C8E82;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 16px;
}

dl#personal dd {
	line-height: 1.8;
}</pre></body></html>