<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#special-column {
	font-family: "Noto Sans Japanese" !important;
	margin-right: 10px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #000;
	width: 630px;
	background-color: #fff;
  padding: 0px 31px 45px;
  border: 4px solid #FFFD42;
}
#special-column h2 {
	width: 630px;
  height: 350px;
  background-image: url(pc_header.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#special-column .read-txt {
  margin-bottom: 55px;
  font-size: 14px;
  line-height: 1.92;
  text-align: center;
}
#special-column .read-txt strong {
  display: inline-block;
  background:url(pc_marker.png) repeat-x left 9px;
}
#special-column .products-block {
  padding: 60px 0;
  border-top: 1px dashed #666666;
}
#special-column .products-block h3 {
  padding-bottom: 25px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
#special-column .products-block h3 .num {
  display: block;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 13px;
  padding-top: 4px;
  margin: 0 auto 11px;
}
#special-column .products-block h4 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#special-column .products-block .review {
  width: 661px;
  padding-top: 160px;
  position: relative;
  background-repeat: no-repeat;
}
#special-column .products-block .review .name {
  height: 263px;
  font-size: 15px;
  line-height: 1.53;
  font-weight: bold;
}
#special-column .products-block .review .txt {
  width: 630px;
  font-size: 14px;
  line-height: 1.92;
  padding-bottom: 25px;
}
#special-column .products-block .review .data {
  display: table;
  padding: 15px;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 1.4;
}




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