<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}
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 {
  display: none;
}
h1 {
  font-size: 1em;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: .75em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#page {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  overflow: hidden;
}
#page h2 {
  border-left: 8px solid #000000;
  padding-left: 3px;
  font-size: 0.95em;
  margin-top: 40px;
  margin-bottom: 20px;
}
#page p {
  font-size: 0.95em;
  line-height: 1.6em;
  margin-bottom: 30px;
  margin-top: 20px;
}
#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 p .green {
  color: #009707;
  font-weight: bold;
}
#page .item-introduction h3 {
  font-size: 0.9em;
  margin-top: 26px;
  margin-bottom: 16px;
}
.main-pic {
  margin-top: 20px;
}
.main-pic2 {
  margin-bottom: 20px;
}
.item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.item-list {
  width: 48%;
  margin-bottom: 20px;
  margin-right: 4%;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #C0C0C0;
}
.item-list:nth-child(even) {
  margin-right: 0%;
}
.item-list-brand {
  font-size: 0.4em;
  color: #5F5F5F;
  margin-top: 2px;
  margin-bottom: 1px;
}
.item-list-name {
  font-size: 0.8em;
  line-height: 1.2em;
}
.item-list-price {
  font-size: 0.7em;
  color: #888888;
}
#footer {
  width: 100%;
  background-color: #F4F4F4;
  overflow: hidden;
}
#footer-list {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.0em;
  line-height: 2.2em;
}
#footer-info {
  display: none;
}
#footer #arr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 0.1em;
  font-family: Arial, Helvetica, sans-serif;
}
#column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
.column-list {
  overflow: hidden;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
  margin-bottom: 10px;
}
.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: 35%;
  float: left;
}
.column-list-text {
  font-size: 1.0em;
  line-height: 1.3em;
  width: 62%;
  float: right;
}
.title {
  font-size: 1em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.title .title-e {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0px;
}
#page-column {
  width: 98%;
  margin-bottom: 100px;
  margin-left: 1%;
  margin-right: 1%;
}
.sp-header {
  position: relative;
  width: 100%;
  padding-top: 30%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sp-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.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;
}</pre></body></html>