<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* REGULATIONS
--------------------------------------------------------------*/
/* 共通 ----------- */
.regulations_contents mark {
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fcddde 60%);
}
.regulations_contents .strong {
  font-weight: bold;
}
.regulations_contents .bg_gray {
  width: 530px;
  padding: 35px 40px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .bg_gray {
    width: 100%;
    padding: 20px;
  }
}
.regulations_contents .textcenter {
  margin: 0 auto 55px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .textcenter {
    margin: 0 auto 30px;
  }
}
.regulations_contents .circle_list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.regulations_contents .circle_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 17px;
  border-radius: 50%;
  display: inline-block;
  background-color: #bbb;
  vertical-align: 3px;
}
.regulations_contents .circle_list li + li {
  margin-top: 5px;
}
.regulations_contents figure {
  width: 530px;
  position: absolute;
  top: -1em;
  right: -40px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents figure {
    width: 100%;
    position: relative;
    top: 0;
    right: 40px;
  }
}
.regulations_contents .zoom {
  display: block;
  border: 1px solid #dfdfdf;
  position: relative;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.regulations_contents .zoom:hover {
  opacity: .7;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .zoom {
    margin: 30px 0 0;
  }
}
.regulations_contents .zoom::after {
  content: "";
  width: 35px;
  height: 35px;
  background-color: #444;
  background-image: url(../img/regulations/zoom_ico.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ページリンク ----------- */
.regulations_contents .mod_pagelink01 {
  justify-content: start;
}
.regulations_contents .mod_pagelink01 &gt; li {
  width: calc((100% - 21px) / 3);
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .regulations_contents .mod_pagelink01 &gt; li {
    width: calc((100% - 10px) / 2);
  }
}
.regulations_contents .mod_pagelink01 &gt; li:nth-child(3n) {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .regulations_contents .mod_pagelink01 &gt; li:nth-child(3n) {
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .regulations_contents .mod_pagelink01 &gt; li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
}
.regulations_contents .mod_pagelink01 &gt; li a {
  display: inline-block;
  width: 363px;
  height: auto;
  padding: 15px 0 27px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .mod_pagelink01 &gt; li a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .regulations_contents .mod_pagelink01 &gt; li a {
    justify-content: start;
    padding: 5px 5px 20px;
  }
}
.regulations_contents .mod_pagelink01 .tit {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .regulations_contents .mod_pagelink01 .tit {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
}
.regulations_contents .mod_pagelink01 .circle {
  width: 100%;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .regulations_contents .mod_pagelink01 .circle {
    padding-left: 10px;
  }
}
.regulations_contents .mod_pagelink01 .circle li {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .regulations_contents .mod_pagelink01 .circle li {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.regulations_contents .mod_pagelink01 .circle li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 17px;
  border-radius: 50%;
  display: inline-block;
  background-color: #bbb;
  vertical-align: 1px;
  transition: .4s;
}
@media screen and (max-width: 768px) {
  .regulations_contents .mod_pagelink01 .circle li::before {
    width: 5px;
    height: 5px;
    margin-right: 5px;
    vertical-align: 2px;
  }
}
.regulations_contents .mod_pagelink01 a:hover .circle li::before {
  background-color: #eb1a23;
}

/* 屋外広告物制度 ----------- */
.regulations_contents .system01 .img {
  float: left;
  width: 680px;
  padding: 40px 0;
  text-align: center;
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system01 .img {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
}
.regulations_contents .system01 .img img {
  width: 614px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system01 .img img {
    width: 80%;
  }
}
.regulations_contents .system01 .list_num {
  float: right;
  width: 380px;
  padding: 35px 40px;
  background-color: #f5f5f5;
  counter-reset: number;
}
.regulations_contents .system01 .list_num a {
  display: inline;
  text-decoration: underline;
  color: #000;
}
.regulations_contents .system01 .list_num a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system01 .list_num {
    float: none;
    width: 100%;
    padding: 20px;
    margin: 30px 0 0;
  }
}
.regulations_contents .system01 .list_num li {
  font-weight: bold;
}
.regulations_contents .system01 .list_num li::before {
  counter-increment: number 1;
  content: counter(number,decimal) "";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
  color: #ee7951;
  text-align: center;
  border: 1px solid #ee7951;
  border-radius: 50%;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system01 .list_num li::before {
    font-size: 1.4rem;
    line-height: 14px;
  }
}
.regulations_contents .system01 .list_num li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system01 .list_num li + li {
    margin-top: 10px;
  }
}
.regulations_contents .system01 .mod_tit03.mb30 {
  margin-bottom: 25px;
}
.regulations_contents .system01 .note {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system01 .note {
    font-size: 1.3rem;
  }
}
.regulations_contents .system01 .item {
  margin: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system01 .item {
    margin: 25px 0 0;
  }
}
.regulations_contents .system01 .item figure .zoom {
  padding: 20px;
  text-align: center;
}
.regulations_contents .system01 .item figure .zoom img {
  width: 421px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system01 .item figure .zoom img {
    width: 70%;
  }
}
.regulations_contents .system01 .item figure figcaption {
  margin: 25px 0 0;
}

/* 建築基準法 ----------- */
.regulations_contents .system02 .mod_tit02 {
  font-size: 3.4rem;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .mod_tit02 {
    font-size: 2.1rem;
  }
}
.regulations_contents .system02 .item {
  position: relative;
}
.regulations_contents .system02 .item .txt {
  width: 530px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .item .txt {
    width: 100%;
  }
}
.regulations_contents .system02 .num_list {
  margin: 20px 0;
  padding-left: 20px;
  counter-reset: number 0;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .num_list {
    padding-left: 10px;
  }
}
.regulations_contents .system02 .num_list li {
  margin: 0 0 10px;
  padding-left: 30px;
  line-height: 1.625;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .num_list li {
    margin: 0;
    padding-left: 25px;
  }
}
.regulations_contents .system02 .num_list li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  font-weight: bold;
  color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
}
.regulations_contents .system02 .inner01 figure {
  top: -35px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner01 figure {
    top: 0;
  }
}
.regulations_contents .system02 .inner01 figure .zoom {
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner01 figure .zoom {
    padding: 20px 0;
    margin: 0 0 20px;
  }
}
.regulations_contents .system02 .inner01 figure .zoom img {
  width: 390px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner01 figure .zoom img {
    width: 80%;
  }
}
.regulations_contents .system02 .inner02 .item {
  float: left;
  width: 530px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner02 .item {
    float: none;
    width: 100%;
  }
  .regulations_contents .system02 .inner02 .item + .item {
    margin-top: 30px;
  }
}
.regulations_contents .system02 .inner02 .item .bg_gray {
  height: 303px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner02 .item .bg_gray {
    height: auto;
  }
}
.regulations_contents .system02 .inner02 .item .bg_gray p + p {
  margin-top: 25px;
}
.regulations_contents .system02 .inner02 .item:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner02 .item:first-child {
    margin-right: 0;
  }
}
.regulations_contents .system02 .inner02 .note {
  margin-top: 15px;
}
.regulations_contents .system02 .inner02 .note dt,
.regulations_contents .system02 .inner02 .note dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner02 .note dt,
  .regulations_contents .system02 .inner02 .note dd {
    font-size: 1.2rem;
  }
}
.regulations_contents .system02 .inner02 .note dt:not(:first-child) {
  margin-top: 25px;
}
.regulations_contents .system02 .inner03 .mod_tit03.mb30 {
  margin-bottom: 25px;
}
.regulations_contents .system02 .inner03 .system_name {
  margin: 0 0 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner03 .system_name {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
}
.regulations_contents .system02 .inner03 .desc {
  float: left;
  width: 530px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner03 .desc {
    float: none;
    width: 100%;
  }
}
.regulations_contents .system02 .inner03 .desc p + p {
  margin-top: 25px;
}
.regulations_contents .system02 .inner03 figure .zoom {
  padding: 20px 35px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system02 .inner03 figure .zoom {
    padding: 20px;
    text-align: center;
  }
  .regulations_contents .system02 .inner03 figure .zoom img {
    width: 80%;
  }
}

/* 道路法 ----------- */
.regulations_contents .system03 .img {
  padding: 40px;
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .img {
    padding: 20px;
  }
}
.regulations_contents .system03 .list {
  margin: 25px 0 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .list {
    margin: 15px 0 10px;
    padding-left: 10px;
  }
}
.regulations_contents .system03 .note {
  font-size: 1.4rem;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .note {
    font-size: 1.2rem;
  }
}
.regulations_contents .system03 .bg_gray {
  width: 100%;
}
.regulations_contents .system03 .bg_gray li {
  line-height: 2.25;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .bg_gray li {
    line-height: 1.62;
  }
}
.regulations_contents .system03 .pt_pb_add {
  padding: 150px 0 95px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .pt_pb_add {
    padding: 50px 0;
  }
}
.regulations_contents .system03 .inner {
  position: relative;
}
.regulations_contents .system03 .table {
  float: left;
  width: 530px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .table {
    float: none;
    width: 100%;
  }
}
.regulations_contents .system03 .table table {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .table table {
    border: 1px solid #dfdfdf;
  }
}
.regulations_contents .system03 .table table th,
.regulations_contents .system03 .table table td {
  padding: 15px 10px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .table table th,
  .regulations_contents .system03 .table table td {
    padding: 5px 10px;
    display: block;
    border: none;
  }
}
.regulations_contents .system03 .table table th {
  width: 138px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .table table th {
    width: 100%;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}
.regulations_contents .system03 .table table tr:first-child td {
  background-color: #f5f5f5;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .table table tr:first-child td {
    font-weight: bold;
  }
  .regulations_contents .system03 .table table tr:first-child td:nth-child(3) {
    border-top: 1px solid #dfdfdf;
  }
}
.regulations_contents .system03 .table table td .small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .table table td .small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system03 .table table tr:nth-child(2) td:nth-child(3),
  .regulations_contents .system03 .table table tr:nth-child(2) td:nth-child(4),
  .regulations_contents .system03 .table table tr:nth-child(3) td:nth-child(3),
  .regulations_contents .system03 .table table tr:nth-child(3) td:nth-child(4) {
    display: inline-block;
    width: 50%;
    border-top: 1px solid #dfdfdf;
  }
  .regulations_contents .system03 .table table tr:nth-child(4) td:nth-child(3) {
    border-top: 1px solid #dfdfdf;
  }
  .regulations_contents .system03 .table table tr:nth-child(2) td:nth-child(4),
  .regulations_contents .system03 .table table tr:nth-child(3) td:nth-child(4) {
    border-left: 1px solid #dfdfdf;
  }
}
.regulations_contents .system03 .table .note {
  margin: 15px 0 0;
}
.regulations_contents .system03 figure .zoom {
  padding: 20px;
  text-align: center;
}
.regulations_contents .system03 figure img {
  height: 260px;
}
.regulations_contents .system03 figure figcaption {
  margin: 25px 0 0;
  text-align: center;
}

/* 看板設置申請の流れ ----------- */
.regulations_contents .system04_01 .img,
.regulations_contents .system04_02 .img {
  border: 1px solid #dfdfdf;
  text-align: center;
}
.regulations_contents .system04_01 .img {
  padding: 40px 140px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system04_01 .img {
    padding: 20px;
  }
  .regulations_contents .system04_01 .img img {
    width: 80%;
  }
}
.regulations_contents .system04_02 .img {
  padding: 40px 30px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system04_02 .img {
    padding: 20px;
  }
  .regulations_contents .system04_02 .img img {
    width: 100%;
  }
}

/* 看板設置ができない禁止物件 ----------- */
.regulations_contents .system05 .num_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number 0;
}
.regulations_contents .system05 .num_list li {
  width: 530px;
  min-height: 415px;
  padding: 40px;
  margin: 0 0 50px;
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system05 .num_list li {
    width: 100%;
    min-height: auto;
    padding: 20px;
    margin: 0 0 20px;
  }
}
.regulations_contents .system05 .num_list li .img {
  margin: 0 0 25px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system05 .num_list li .img {
    margin: 0 0 20px;
  }
}
.regulations_contents .system05 .num_list li .mod_txt01 {
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system05 .num_list li .mod_txt01 {
    padding-left: 45px;
  }
}
.regulations_contents .system05 .num_list li .mod_txt01::before {
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero) " ";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #999;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system05 .num_list li .mod_txt01::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/* 景観条例・色彩規制について ----------- */
.regulations_contents .system06 .img {
  border: 1px solid #dfdfdf;
}
.regulations_contents .system06 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px 0 100px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .list {
    margin: 30px 0 50px;
  }
}
.regulations_contents .system06 .list li {
  width: 350px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .list li {
    width: 100%;
  }
}
.regulations_contents .system06 .list li .icon {
  height: 70px;
  line-height: 70px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: auto 41px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .list li .icon {
    height: 45px;
    line-height: 45px;
    font-size: 1.9rem;
    background-size: auto 28px;
  }
}
.regulations_contents .system06 .list li .bg {
  padding: 25px 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .list li .bg {
    padding: 20px;
  }
}
.regulations_contents .system06 .list li .point {
  margin: 25px 0 15px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  border-left: 3px solid;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .list li .point {
    margin: 15px 0;
    font-size: 1.6rem;
  }
}
.regulations_contents .system06 .list li.color01 .icon {
  background-color: #8e7d65;
  background-image: url(../img/regulations/ico01.png);
}
.regulations_contents .system06 .list li.color01 .point {
  border-color: #8e7d65;
}
.regulations_contents .system06 .list li.color02 .icon {
  background-color: #e5a73f;
  background-image: url(../img/regulations/ico02.png);
}
.regulations_contents .system06 .list li.color02 .point {
  border-color: #e5a73f;
}
.regulations_contents .system06 .list li.color03 .icon {
  background-color: #26a08f;
  background-image: url(../img/regulations/ico03.png);
}
.regulations_contents .system06 .list li.color03 .point {
  border-color: #26a08f;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .list li + li {
    margin-top: 20px;
  }
}
.regulations_contents .system06 .item {
  float: left;
  width: 530px;
  margin-top: 55px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .item {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
.regulations_contents .system06 .item .mod_txt01 {
  margin: 0 0 35px;
}
.regulations_contents .system06 .item .img {
  padding: 40px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .item .img {
    padding: 20px;
    text-align: center;
  }
  .regulations_contents .system06 .item .img img {
    width: 80%;
  }
}
.regulations_contents .system06 .item + .item {
  margin-left: 50px;
}
@media screen and (max-width: 1279px) {
  .regulations_contents .system06 .item + .item {
    margin-left: 0;
  }
}


@media screen and (max-width: 1279px) {
  .img-scroller {
    width: 100% !important;
    overflow: hidden !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .img-scroller__inner {
    width: 780px !important;
  }

  .img-scroller img {
    width: 100% !important;
  }
}

@media screen and (max-width: 1279px) {
  .table-scroller {
    width: 100% !important;
    overflow: hidden !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroller__inner {
    width: 600px !important;
  }
  .table-scroller table {
    width: 100%;
  }
  .table-scroller table td,
  .table-scroller table th {
    display: table-cell !important;
    width: auto !important;
    border: 1px solid #dfdfdf !important;
  }
}</pre></body></html>