<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,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 10px;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  box-sizing: border-box;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input,
select {
  margin: 0;
  padding: 0;
  background: none transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: content-box;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*,
*:before,
*:after {
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #3f3f3f;
  font-family: "FOT-筑紫明朝 Pr6N M", "游明朝", Yu Mincho, YuMincho, Hiragino Mincho ProN, "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 14px;
  line-height: 1.0;
  letter-spacing: 0.1em;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p::-moz-selection,
dt::-moz-selection,
dd::-moz-selection,
a::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
span::-moz-selection,
img::-moz-selection {
  background-color: #3a7a5c;
  color: #fff;
}

p::selection,
dt::selection,
dd::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
span::selection,
img::selection {
  background-color: #3a7a5c;
  color: #fff;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.gothic {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#products .main_header {
  background-image: url(../img/products/header_bg.jpg);
}
#products .introtext {
  padding: 10px;
  text-align: center;
}
#products .introtext p {
  line-height: 3;
}
@media (max-width: 767px) {
  #products .introtext p {
    line-height: 1.6;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #products .product_details {
    margin: 60px auto;
  }
}
@media (min-width: 1200px) {
  #products .product_details {
    width: 950px;
    margin: 80px auto;
  }
}
@media (min-width: 768px) {
  #products .product_details .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
    align-items: top;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
  }
  #products .product_details .flex &gt; figure {
    width: 40%;
    text-align: center;
  }
  #products .product_details .flex &gt; .texts {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  #products .product_details .flex {
    margin-left: auto;
    margin-right: auto;
  }
  #products .product_details .flex &gt; figure {
    width: 370px;
    text-align: center;
  }
  #products .product_details .flex &gt; .texts {
    width: 550px;
  }
}
#products .product_details figure {
  text-align: center;
}
@media (max-width: 767px) {
  #products .product_details figure {
    margin-bottom: 20px;
  }
}
#products .product_details figure img {
  width: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #products .product_details .texts {
    margin: 20px 10px;
  }
}
#products .product_details .texts h3 {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 1.2em;
}
#products .product_details .texts p {
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #products .product_details .texts p {
    line-height: 2.6;
  }
}
#products .product_details .texts .buttons {
  margin: 40px auto 30px;
}
#products .product_details .texts .buttons a {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 16px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #products .product_details .texts .buttons {
    margin: 20px auto;
  }
  #products .product_details .texts .buttons a {
    display: block;
    margin: 0 0 10px;
  }
}
#products .product_details .texts table {
  width: 100%;
}
#products .product_details .texts table th, #products .product_details .texts table td {
  border-top: 1px dotted #808080;
  padding: 10px;
}
#products .product_details .texts table th {
  border-right: 1px dotted #808080;
}
#products .product_details .texts table tr:last-child th, #products .product_details .texts table tr:last-child td {
  border-bottom: 1px dotted #808080;
}
@media (min-width: 768px) {
  #products .product_details #related_products {
    margin-top: 120px;
  }
}
#products .product_details #related_products h3 {
  position: relative;
  text-align: center;
  font-size: 21px;
  margin: 40px 0;
}
#products .product_details #related_products h3 span {
  background: #FFF;
  padding: 0 20px;
  position: relative;
}
#products .product_details #related_products h3::before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 100%;
  position: absolute;
  top: 50%;
}


#products .products_menu.tab .current-cat a {
	color: #FFFFFF;
	background: #000000;
}

</pre></body></html>