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


/* -------------------------------------------------------
top
------------------------------------------------------- */

.contentWrapper{
	max-width: 1110px;
	margin: 0 auto;
}
@media screen and (max-width:767px){
	.contentWrapper{
		max-width:100%;
		padding: 0 10px 20px;
	}
}

/* mv */
.mvTop{
	width: 100%;
  position: relative;
}
.mvTop &gt; .btn_shop{
  position: absolute;
  bottom: 50px;
  left:0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}
.mvTop &gt; .btn_shop a{
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 13px 20px;
  text-align: center;
  transition: all .3s;
  line-height: 1;
  text-decoration: none;
  font-weight: normal;
  border-radius: 2px;
}
.mvTop &gt; .btn_shop a:hover{
  background: #666;
}
@media screen and (max-width:896px){
  .mvTop &gt; .btn_shop{
    bottom: 20px;
  }
}
@media screen and (max-width:480px){
	.mvTop{
		height: 220px;
    overflow: hidden;
    text-align: center;
    background: url(/common/img/top/mv.jpg) no-repeat center center;
    background-size: cover;
	}
  .mvTop img{
     opacity: 0;
  }
  
}

/* onayami */
.onayamiImg{
	margin: 0 auto 30px;
}
.onayamiImg img{
	box-shadow:0px 4px 4px 0px #b0b0b0;
}

/* antibacterial */
.antibacterial{
	background-color: #686eae;
	color: #fff;
	width: 100%;
}
.antibacterialImg,
.antibacterialCont{
	float: left;
}
.antibacterialImg{
	width:47%;
}
.antibacterialCont{
	width: 53%;
	padding: 30px;
}
.antibacterial h4{
	color: #fff;
	display: block;
	margin-bottom: 20px;
	font-size: 170%;
}
.antibacterial p{
	font-size: 114%;
	margin-bottom: 30px;
}
.antibacterial .btn{
	text-align: left;
}
@media screen and (max-width:767px){
	.antibacterial {
		padding-top: 20px;
	}
	.antibacterialImg,
	.antibacterialCont{
		float:none;
		display: block;
	}
	.antibacterialImg{
		width:60%;
		margin: 0 auto;
	}
	.antibacterialCont{
		width: 100%;
		padding:20px 0;
	}
	.antibacterial .btn{
		text-align:center;
	}
}

/* usageExample */
.usageExample{
	width: 100%;
	padding: 85px 0;
	background: url(../img/top/bg_use.jpg) no-repeat top center;
	background-size:cover;
}
.usageExampleCont{
	display: block;
	background-color: #fff;
	box-shadow:0px 4px 4px 0px #b0b0b0;
	padding: 40px 30px;
	margin-bottom: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content:space-between;
	flex-wrap: wrap;
}
.usageExampleCont li{
	width:240px;
}
.usageExampleCont li img{
	display: block;
	margin-bottom: 20px;
}
.usageExampleCont li h4{
	color: #686eae;
	font-weight: bold;
	font-size: 121%;
	margin-bottom: 15px;
}

@media screen and (max-width:767px){
	.usageExample{
		padding:40px 0;
	}
	.usageExampleCont{
		padding: 30px 10px 10px;
	}
	.usageExampleCont li{
		width:90%;
		margin: 0 auto 30px;
	}
	.usageExampleCont li img{
		display: block;
		margin-bottom:8px;
	}
	.usageExampleCont li h4{
		color: #686eae;
		font-weight: bold;
		font-size: 121%;
		margin-bottom:5px;
	}
}


/* -------------------------------------------------------
page
------------------------------------------------------- */

.contentHeader{
	max-width: 1110px;
	margin: 0 auto;
	padding: 40px 0
}
.contentHeader &gt; p{
	font-size: 114%;
}

.contentImage{
	width: 100%;
	max-height: 350px;
}

@media screen and (max-width:767px){
	.contentHeader{
		max-width:100%;
		padding: 30px 20px;
	}
}

/* mv
------------------------------------------------------- */
.mv{
	width: 100%;
	height: 320px;
	display: table;
	text-align: center;
	margin-top:-1px;
  position: relative;
}
.mv &gt; .ttl{
	display: table-cell;
	vertical-align: middle;
}
.mv &gt; .ttl img{
	height: 39px;
}
.mv &gt; .btn_shop{
  position: absolute;
  bottom: 50px;
  left:0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}
.mv &gt; .btn_shop a{
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 13px 20px;
  text-align: center;
  transition: all .3s;
  line-height: 1;
  text-decoration: none;
  font-weight: normal;
  border-radius: 2px;
}
.mv &gt; .btn_shop a:hover{
  background: #666;
}

.mv.about{background: url(../img/about/mv.jpg) no-repeat top center; background-size: cover;}
.mv.case{background: url(../img/case/mv.jpg) no-repeat top center; background-size: cover;}
.mv.company{background: url(../img/company/mv.jpg) no-repeat top center; background-size: cover;}
.mv.contact{background: url(../img/contact/mv.jpg) no-repeat top center; background-size: cover;}
.mv.faq{background: url(../img/faq/mv.jpg) no-repeat top center; background-size: cover;}

@media screen and (max-width:1024px){
	.mv &gt; .ttl img{
		height:auto;
		max-width: 60%;
	}
	.mv &gt; .ttl.s img{
		height:auto;
		max-width:30%;
	}
}
@media screen and (max-width:896px){
  .mv &gt; .btn_shop{
    bottom: 20px;
  }
}
@media screen and (max-width:767px){
	.mv{
		height: 200px;
	}
	.mv &gt; .ttl img{
		height:auto;
		max-width: 80%;
	}
	.mv &gt; .ttl.s img{
		height:auto;
		max-width:48%;
	}
}





/* -------------------------------------------------------
about
------------------------------------------------------- */
/* bgGrn */
.bgGrn{
	background-color: #7ab67f;
	color: #fff;
	width: 100%;
	position: relative;
	display: table;
}
.bgGrnImg,
.bgGrnCont{
	display: table-cell;
}
.bgGrnImg{
	width:35%;
	background: url(../img/about/img01.jpg) no-repeat top center;
	background-size: cover;
}
.bgGrnCont{
	width: 65%;
	padding:50px 30px;
}
.bgGrn h4{
	color: #fff;
	display: block;
	margin-bottom: 20px;
	font-size: 170%;
}
.bgGrn p{
	font-size: 114%;
	margin-bottom: 30px;
}
.bgGrn .btn{
	text-align: left;
}
@media screen and (max-width:768px){
	.bgGrnImg,
	.bgGrnCont{
		display:block;
		width: 100%;
	}
	.bgGrnImg{
		height:100px
	}
	.bgGrn .btn{
		text-align:center;
	}
}

/*tableBgPpl*/
.tableBgPpl{
	background-color: rgba(164,167,203,.2);
	padding:30px;
	margin: 30px auto 60px;
}
.tableBgPpl table{
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #fff;
}
.tableBgPpl table th,
.tableBgPpl table td{
	border-bottom: 1px solid #fff;
	padding: 18px 30px 18px 0;
	text-align: left;
	vertical-align: middle;
}
.tableBgPpl table th{
	font-weight: 700;
	font-size: 114%;
	color: #686eae;
	white-space: nowrap;
}
.tableBgPpl table td li{
	display: block;
	margin-bottom: .2em;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width:767px){
	.tableBgPpl table,
	.tableBgPpl table thead,
	.tableBgPpl table tbody,
	.tableBgPpl table tr,
	.tableBgPpl table th,
	.tableBgPpl table td {
		width: 100%;
		display: block;
	}
	.tableBgPpl table th,
	.tableBgPpl table td{
		padding: 18px 0;
	}
	.tableBgPpl table th{
		text-align: center;
	}
}

/* bgPpl */
.bgPpl{
	background-color: #686eae;
	padding: 30px;
	margin-bottom:60px;
	color: #fff;
}
.bgPpl h4{
	font-size: 142%;
	margin-bottom: 15px;
}

/* data */
.data ul{
	display: block;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content:space-between;
	flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.data ul li{
	width:22.9%;
}
.data ul li h5,
.data &gt; h5{
	font-size:114%;
	margin-bottom:4px;
}
.data ul li h5:before,
.data &gt; h5:before{
	font-family: "Font Awesome 5 Solid";
  content: "\f105";
	display: none;
}
.data ul li h5 .fa-angle-right,
.data &gt; h5 .fa-angle-right{
	margin-right: 5px;
}
.data ul li img{
	padding-top: 20px;
}
.data .btn{
	margin-top: 30px;
}
@media screen and (max-width:768px){
	.data ul li{
		width:48%;
		margin-bottom: 20px;
	}
}


/* -------------------------------------------------------
case
------------------------------------------------------- */
.caseList{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content:space-between;
	flex-wrap: wrap;
}
.caseListItem{
	width: 48%;
	margin-bottom: 30px;
}
.caseListCont{
	width: 100%;
	padding: 20px;
	background-color: #fff;
}
.caseListCont h4{
	font-size: 121%;
	color: #686eae;
	margin-bottom: 15px;
}
/* caseOther */
.caseOther h4{
	font-size: 121%;
	color: #686eae;
	margin-bottom: 25px;
}
@media screen and (max-width:767px){
	.caseListItem{
		width: 90%;
		margin:0 auto 30px;
	}
}

/* -------------------------------------------------------
faq
------------------------------------------------------- */
.faqCont{
	padding: 20px 0;
}
.faqCont dt{
	display: block;
	color: #7ab67f;
	font-weight: 700;
	font-size: 129%;
	margin-bottom: .8em;
}
.faqCont dd{
	border-bottom: dashed 1px #999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.faqCont{
		padding:0;
	}
}


/* -------------------------------------------------------
company
------------------------------------------------------- */
.map{
	margin: 40px 0 20px;
}
.map &gt; iframe{height: 600px;}
@media screen and (max-width:767px){
	.map &gt; iframe{height: 400px;}
}


/* -------------------------------------------------------
form
------------------------------------------------------- */
#form{
	width: 100%;
	margin: 0 auto 40px;
}
.itemTag{
	padding: 2px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 85.8%;
	display: inline-block;
	line-height: 1.3;
	margin-left: 10px;
	background: #f23d3d;
	float: right;
}
.note{
	color: #999999;
	padding:2px 5px;
	text-align: left;
}
.privacy{
	background-color: #fefbf3;
	color: #444;
	padding: 20px;
	margin:5px 0 20px;
	font-size:92%;
	height: 15vh;
	overflow-y: scroll;
}
.errorTxt {
	margin-bottom: 20px;
	color: #ff0000;
	text-align: center;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}
.errorTxtS {
	margin-top:5px;
	color: #ff0000;
	display: block;
	font-size: 88%;
	line-height:1.1;
}
.block{
	display: block;
}


/*btn*/
.submitBtn{
	width:100%;
	margin:30px auto;
	text-align:center;
	color: #fff !important;
	background-repeat: no-repeat;
	font-weight: 700;
	line-height: 1.4615;
	vertical-align: middle;
	border: none;
	text-decoration: none !important;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	position:relative;
	-webkit-border-radius:4px;
	border-radius: 4px;
}
.submitBtn input{
	font-size:110%;
	display:inline-block;
	height:100%;
	padding:15px 4em;
	margin: 0 10px;
	border: none;
	color: #fff;
	font-weight:700;
	-webkit-border-radius:4px;
	border-radius: 4px;
	cursor: pointer;
}
.formBtn{
	background-color: #444;
}
.submitBtn input:hover {
	background-color: #aaa;
}
/* 送信ボタン - 押せないとき */
input[type="submit"][disabled] {
background-color: #ccc;
cursor: default;
}

input.txt,
textarea.txt,
select.txt {
	border: 1px solid #becbe2;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 3px 4px 0px #eee;
	box-shadow: inset 0px 3px 4px 0px #eee;
	padding: 5px;
	max-width: 100%;
	font-size: 100%;
	background-color: #fff;
}
input.txt {
	padding: 5px 2px;
}
input.txt:focus,
textarea.txt:focus {
	border: 1px solid #f19900;
	background-color:#F9FFEF;
}
input.check {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
input.s01,select.s01 { width: 5em;}
input.s02,select.s02 {	width: 50px;}

input.m01,select.m01 { width: 150px;}
input.m02,select.m02 { width: 250px;}
input.m03,select.m03 { width: 350px;}
input.m04,select.m04 { width: 650px;}

textarea.l01,input.l01,select.l01 {width: 98%;}
textarea.l02,input.l02,select.l02 {width: 50%;}
@media screen and (max-width:767px){
.note{display: block;}
.itemTag{
	float:none;
}
#submitBtn{
	width:auto;
}
input.txt {
	padding: 15px 2px;
}
input.m02,select.m02 { width: 100%;}
input.m03,select.m03 { width: 100%;}
input.m04,select.m04 { width: 100%;}
}
}

/* error */
input.err,
textarea.err,
select.err {
	border-color: #ff6060;
	background: #fff0f0;
}
input.err:focus,
textarea.err:focus {
	border-color: #ee5959;
}


@media screen and (max-width:767px){
	.formTbl{
		width: 100%;
		box-sizing:border-box;
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
	}
	.formTbl th {
		width: auto;
	}
  .formTbl th,
	.formTbl td {
		display: block;
		width: 100%;
	}
	.formTbl td li{
		float: none;
	}
	.formTbl td.name li:first-child{
		margin-bottom: 10px;
	}
}
/* フォーム部品
---------------------------------------------------------- */
.check_layout input{
    display:none;
}
.check_layout label{
    display:inline-block;
    position:relative;
    padding-left:25px;
}
.check_layout label:before,.check_layout label:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:15px;
    height:15px;
}
.check_layout label:before{
    background:#fafafa;
    border:1px solid #666666;
}
.check_layout input:checked + label:after{
	left:1px;
	top:-1px;
	content:"\f00c";
	color:#004ea2;
	height:15px;
	margin:auto;
	font-size:108%;
	font-family: FontAwesome;
}
</pre></body></html>