<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;
}
#page {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  overflow: hidden;
}
.recycle {
  width: 100%;
  overflow: hidden;
}
h3 {
  margin-bottom: 0px;
  font-size: 1em;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #06c287; /*左線*/
}
h4 {
  margin-bottom: 0px;
  font-size: 1em;
  margin-bottom: 10px;
  margin-top: 26px;
}
#page p {
  line-height: 1.5em;
  padding-bottom: 8px;
}
#page .contents {
  width: 93%;
  margin-left: 7%;
}
#page ol {
  list-style-position: outside;
}
#page ol li {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-left: 18px;
}
#page ul {
  list-style-position: outside;
}
#page ul li {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-left: 18px;
}
#page .kaden-link {
  display: flex;
  flex-wrap: wrap;
}
#page .kaden-link .item {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}
h1 {
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 18px;
}
#last {
  text-align: center;
}
#page .cyu {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
}
#page .cyu1 {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 6px;
}
#page table {
  margin-bottom: 10px;
}
tbody tr th {
  padding: 4px;
}
tbody tr td {
  padding: 4px;
}
table, th, td {
  border: 1px solid #A2A2A2;
  text-align: center;
  border-collapse: collapse;
  font-size: 0.8em;
}
#recycle-tel {
  border: 1px solid #8F8F8F;
  padding: 5%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 36px;
  text-align: center;
}
#caution {
  border: 4px solid #B90003;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5%;
}
h5 {
  font-size: 1.3em;
  border-bottom: 6px double #B90003;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  color: #B90003;
}
#page #caution .cyu2 {
  padding-left: 1em;
  text-indent: -1em;
  color: #B90003;
  font-size: 1em;
  padding-bottom: 0px;
}
#page #title {
  margin-bottom: 20px;
}
.t1 {
  background-color: #f6f6f6;
}

.choice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 1%;
}
.choice-title {
  letter-spacing: 1.5px;
  position: relative;
  width: 25%;
  margin-bottom: 0;
  display: inline-block;
}
.choice-area {
  position: relative;
  width: 72%;
}
.choice-area:after {
  content: "";
  position: absolute;
  top: 63%;
  right: 19%;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-top: 9px solid #0e0d0d;
  pointer-events: none;
}
.choice-select {
  display: block;
  width: 85%;
  height: calc(1.5em + 0.75rem + 5px);
  padding: 0.375rem 1rem;
  font-size: 78%;
  font-weight: 400;
  border: 1px solid;
  border-color: #292929;
  appearance: none;
}
.estimate {
  margin-top: 30px;
  margin-bottom: 10px;
}
.estimate-title {
  text-align: center;
  font-size: 18px;
  background-color: #91d680;
  color: #000;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 2%;
  margin-right: 2%;
}
.estimate-result {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.estimate-price {
  display: inline;
  margin-left: 3%;
  margin-right: 3%;
  width: 44%;
  text-align: center;
}
.price-title {
  text-align: center;
  background-color: #FCE4D6;
  padding-top: 8px;
  font-size: 92%;
}
.price-area {
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 5%;
  padding-bottom: 5%;
}
.price {
  font-size: 18px;
}
.yen {
  font-size: 18px;
}</pre></body></html>