<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: CALIST;
  src: url("../font/CALIST.TTF");
}
body {
  background: white;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  cursor: default;
}

a,
a:active,
a:visited,
a:hover {
  color: #006837;
}

::-moz-selection {
  color: white;
  background: #006837;
}

::selection {
  color: white;
  background: #006837;
}

::-moz-selection {
  color: white;
  background: #006837;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: white;
}

body::-webkit-scrollbar-thumb {
  background-color: #006837;
  border: 1px solid #ffffff;
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}

.a_button {
  display: inline-block;
  padding: 10px 100px;
  transition: background 0.2s;
  cursor: pointer;
  border-radius: 50px;
  font-size: 1.6rem;
  background: #4d4d4d;
  color: white !important;
  text-decoration: none;
}
.a_button:hover {
  background: #006837;
}

.text-center {
  text-align: center;
}

.div_800 {
  width: 800px;
  margin: 0px auto;
}

.div_1000 {
  width: 1000px;
  margin: 0px auto;
}

.div_1080 {
  width: 1080px;
  margin: 0px auto;
}

.div_1280 {
  width: 1280px;
  margin: 0px auto;
}

.div_1366 {
  width: 1366px;
  margin: 0px auto;
}

.div_center {
  margin: 0px auto;
}

.bold {
  font-weight: 400;
}

.grecaptcha-badge {
  display: none;
}

footer {
  background: #006837;
  color: white;
}
footer &gt; .div_1000 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 40px 0px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
footer &gt; .div_1000 #img_footer_logo {
  width: 80px;
}
footer &gt; .div_1000 #div_footer_info {
  margin-right: 20px;
}
footer &gt; .div_1000 #div_company_name {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
footer &gt; .div_1000 #div_company_info {
  line-height: 3rem;
}
footer &gt; .div_1000 #div_company_info a {
  color: white !important;
}
footer &gt; .div_1000 ul li {
  list-style: none;
}
footer &gt; .div_1000 ul li a {
  color: white;
  font-size: 1.2rem;
  line-height: 3rem;
}
footer #div_footer_cert {
  background-color: white;
}
footer #div_footer_cert &gt; .div_1000 {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 50px 0px;
  justify-content: center;
}
footer #div_footer_cert &gt; .div_1000 #fssc {
  height: 50px;
}
footer #div_footer_cert &gt; .div_1000 #jas {
  height: 100px;
}
footer #div_footer_cert &gt; .div_1000 #halal {
  height: 100px;
}
footer #div_copyright {
  text-align: center;
  padding: 10px 0px;
  background: #00381e;
}

@media only screen and (max-width: 960px) {
  footer .div_1000 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px 0px 0px;
  }
  footer .div_1000 &gt; div:first-child {
    width: calc(90% - 20px);
    text-align: center;
  }
  footer .div_1000 &gt; div:nth-child(3),
  footer .div_1000 &gt; div:nth-child(4) {
    display: none;
  }
  footer .div_1000 #div_footer_info {
    padding-bottom: 50px;
  }
  footer #div_copyright {
    font-size: 1rem;
    padding: 30px 0px 100px 0px;
  }
}/*# sourceMappingURL=footer.css.map */</pre></body></html>