<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}
#page img {
  width: 100%;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a img {
  border-style: none;
}
#header-pc {
  width: 1018px;
  margin-left: auto;
  margin-right: auto;
  height: 380px;
  overflow: hidden;
}
h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 1018px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: .75em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: auto;
}
#page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 100px;
}
#page p .green {
  color: #009707;
  font-weight: bold;
}
#page h2 {
    border-left: 8px solid #000000;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 5px;
    padding-bottom: 2px;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
#page p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
#page p .red {
  color: #970000;
  font-weight: bold;
}
#page p .blue {
  color: #0F0097;
  font-weight: bold;
}
#page p .blue2 {
  color: #0065aa;
  font-weight: bold;
}
#page .item-introduction {
    overflow: hidden;
}
.main-pic {
    margin-top: 40px;
}
.main-pic2 {
    margin-bottom: 40px;
}

#page .item-introduction h3 {
  font-size: 20px;
  margin-top: 26px;
}
.item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.item-list {
    width: 46%;
    margin-bottom: 30px;
    margin-right: 2.5%;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #C0C0C0;
}
.item-list:nth-child(even) {
  margin-right: 0%;
}
.item-list-brand {
  font-size: 14px;
  color: #5F5F5F;
}
.item-list-name {
    font-size: 16px;
    line-height: 21px;
}
.item-list-price {
  font-size: 14px;
  color: #888888;
}
#footer-list {
  width: 1018px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 16px;
}
#footer-info {
  width: 1018px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#footer #arr {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#footer {
  width: 100%;
  background-color: #F4F4F4;
  overflow: hidden;
}
#footer-info-sp {
    display: none;
}
.sp-only {
    display: none;
}
#page .item-introduction .caution {
    margin-bottom: 10px;
}

#column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
.column-list {
    overflow: hidden;
    width: 472px;
    border: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 20px;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
    margin-bottom: 24px;
}
.column-list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.column-list:nth-child(2n) {
  margin-right: 0%;
}
.column-list-pic {
  width: 30%;
  float: left;
}
.column-list-text {
    width: 65%;
    float: right;
    font-size: 16px;
    line-height: 24px;
    margin-top: 38px;
}

.title {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.title .title-e {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
}
#page-column {
    width: 1018px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 100px;
    border-top: 1px solid #ccc;
}
.sp-header {
    display: none;
}
.column-top {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.0em;
  color: #212529;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.line {
  border-top: 1px solid #aaa;
}
</pre></body></html>