<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
 margin: 0;
}
.owtop_cms ul {
 display: flex;
 list-style: none;
 padding: 0;
 margin: 0;
 height: 400px;
 z-index: 100;
}
.owtop_cms ul li {
 width: 50%;
 margin: 0 1%;
}
img {
 max-width: 100%;
 vertical-align: bottom;
 max-height: 270px;
 height: 270px;
 object-fit: cover;
 width: 100%;
}
.owtop_cms ul li span {
 display: block;
 color: #cb4c53;
 font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "MS P繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 letter-spacing: 0.1em;
 padding-left: 10px;
 margin: 5px 0;
 text-align: left;
 display: -webkit-box;
 display: -ms-flexbox;
 -webkit-box-orient: vertical;
 -ms-flex-direction: column;
 -webkit-line-clamp: 1;
 overflow: hidden;
 height: 25px;
}
.owtop_cms ul li p {
 color: #2a2a2a;
 font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "MS P繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
 text-align: center;
 font-size: 14px;
 line-height: 24px;
 letter-spacing: 0.1em;
 height: 65px;
 padding-left: 10px;
 text-align: left;
 display: -webkit-box;
 display: -ms-flexbox;
 -webkit-box-orient: vertical;
 -ms-flex-direction: column;
 -webkit-line-clamp: 3;
 overflow: hidden;
}
.owtop_cms ul li a {
 display: block;
 height: 400px;
 text-decoration: none;
}
.owtop_cms ul li a:hover {
 background: #ffe5e6;
 transition: .3s;
}
@media screen and (max-width:500px) {
 .owtop_cms ul {
  display: block;
  height: auto;
 }
 .owtop_cms ul li {
  width: 100%;
 }
 .owtop_cms ul li a {
  height: auto;
  min-height: 75vw;
  padding-bottom: 5px;
  background: #fff;
 }
 img {
  max-width: 100%;
  vertical-align: bottom;
  max-height: 245px;
  height: 66vw;
  object-fit: cover;
  width: 100%;
 }
}
:-ms-input-placeholder, :root body {
 font-family: Meiryo, sans-serif !Important;
}
_::-webkit-full-page-media, _:future, :root .owtop_cms ul li span {
 font-family: Meiryo, sans-serif !Important;
 line-height: 24px;
}
_::-webkit-full-page-media, _:future, :root .owtop_cms ul li p {
 font-family: Meiryo, sans-serif !Important;
 height: 65px;
}
_::-webkit-full-page-media, _:future, :root .owner_main_semi_r {
 font-size: 12px !Important;
}</pre></body></html>