<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font: normal normal 12px / normal "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3",
    "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",
    "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;

  background-color: #ffffff;
  color: #464646;
}

html,
body,
div,
ul,
li,
div,
dl,
dd,
dt,
hr,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

#wrap{
  max-width: 1920px;
  margin: 0 auto;
}

html.iframe-contents {
  overflow: hidden;
}

a {
  color: #999;
  text-decoration: none;
}

a:active {
  color: #999;
}

a:hover {
  color: #aeceac;
  text-decoration: none;
  opacity: 0.8;
}

li {
  list-style: none;
}

img {
  border: none;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.tx-left {
  text-align: left;
}

.tx-right {
  text-align: right;
}

#contents {
  padding-top: 20px;
  flex-direction: row;
}

.sp,
.tab {
  display: none;
}

.pc {
  display: block;
}

.hide {
  display: none;
  visibility: hidden;
}

.clear {
  clear: both;
}

.center-space-bw {
  justify-content: space-between;
  align-items: center;
}
.flexcenter {
  justify-content: center;
}

h1.title-label .label-text,
h2.title-label .label-text,
h4.title-label .label-text {
  font-size: 14px;
  font-weight: normal;
  padding-left: 12px;
  letter-spacing: 1px;
}

h1.title-label .label-text {
  font-size: 16px;
}

iframe {
  top: 0;
  left: 0;
  margin: 0;
  border: none;
}

.main-col {
  width: 81%;
  margin-right: 30px;
  margin-left: 15px;
}

.em {
  color: #f60;
}

.module {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 35px;
  text-align: center;
  font-family: "Yu Gothic", "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け菴�";
}
.module h3 {
  color: #6bcd9c;
  font-size: xx-large;
  letter-spacing: 2px;
}
.module span {
  display: block;
  font-size: medium;
}
.mod-item-list {
  margin-top: 25px;
  margin-bottom: 10px;
}
.newitem img.newitemsub {
  width: 35%;
  min-width: 250px;
  max-width: 400px;
}
img.seemore {
  width: 250px;
}

#set-review {
  position: relative;
}
#set-review .reviewframe {
  position: absolute;
  top: -750px;
  width: 708px;
}
#uapc {
  display: none;
}

#contents .sidenavi {
  padding-left: 30px;
  padding-right: 15px;
}

footer {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.navbar {
  display: none;
}

@media screen and (max-width: 800px) {
  .inner {
    margin: 0 auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #contents .sidenavi {
    float: none;
    position: fixed;
    right: -80%;
    /* 縺薙ｌ縺ｧ髫�繧後ｋ */
    top: 0px;
    width: 45%;
    /* 繧ｹ繝槭�縺ｫ蜿弱∪繧九￥繧峨＞ */
    height: 100%;
    padding-top: 40px;
    padding-right: 30px;
    background-color: #fff;
    transition: all 0.6s;
    margin-top: 0;
    z-index: 1000000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #contents .sidenavi.active {
    left: 0;
  }

  .main-col {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .newitem img.newitemsub {
    width: 90%;
  }
  .newitem div.tx-right {
    text-align: center;
    margin-top: 20px;
  }

  .feature {
    margin-bottom: 0;
  }
  .feature .mod-item-list {
    background-color: #fff;
  }
  .feature .mod-item-list div {
    padding: 10px;
  }
  .feature .mod-item-list div img {
    width: 100%;
  }
  .feature .mod-item-list p {
    color: #464646;
    font-size: medium;
    text-align: left;
  }
}
</pre></body></html>