<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 */

/* -----------------------------

  サービス紹介 共有／service_xxx.html

----------------------------- */

/*-- サブナビゲーション --*/
.sub_navi ul li {
  width: calc( 100% / 4 );
}


/*-- KV内 サービスイメージ --*/
.page_kv-service {
  position: relative;
}
.page_kv-service_planning {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url("../img/page_kv_service_pentagon.png");
  background-size: 180px;
  background-position: center;
  background-repeat: no-repeat;
}


/* -----------------------------

SP　スマホ
画面サイズが765px以下　

----------------------------- */

@media screen and (max-width:765px) { 

  .page_kv-service_planning {
    display: none;
  }
  
}</pre></body></html>