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

/*==========================================
 自治会案内
===========================================*/

/* 会長挨拶 */

#message {
  width: 100%;
}

.messageBlock {
  width: 100%;
}

.messageBlock .imageBlock {
  width: 100%;
  margin-bottom: 20px;
}

.messageBlock .imageBlock .image {
  width: 100%;
}

.messageBlock .imageBlock .image img {
  width: 100%;
  height: auto;
}

.messageBlock .textBlock {
}

.messageBlock .textBlock .desc {
	font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 30px;
}

.messageBlock .textBlock .desc .slogan {
	font-size: 1.1em;
  color: var(--sub-color);
  font-weight: 500;
}

.messageBlock .textBlock .desc .emp {
	font-size: 1.1em;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #c1e0ff 0%);
}

.messageBlock .textBlock .sign {
	font-size: 2.0rem;
  text-align: right;
}

.messageBlock .textBlock .sign span {
  display: block;
	font-size: 0.8em;
  margin-bottom: 0.6em;
}

@media print, screen and (min-width: 601px) {

  .messageBlock {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .messageBlock .imageBlock {
    width: 40%;
    margin-bottom: 0;
  }

  .messageBlock .textBlock {
    width: 56%;
  }

  .messageBlock .textBlock .desc {
    font-size: 1.6rem;
  }

  .messageBlock .textBlock .sign {
    font-size: 2.0rem;
  }

}

/* 組織概要 */

#outline {
  width: 100%;
}

.outlineBlock {
  width: 100%;
}

.outlineTbl {
	width: 100%;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}

.outlineTbl tr {
	display: block;
	padding: 0.4em;
	border-bottom: solid 1px #999;
}

.outlineTbl tr th,
.outlineTbl tr td {
	display: block;
	padding: 0.4em;
	font-size: 1.4rem;
  line-height: 1.5;
}

.outlineTbl tr th {
	font-weight: normal;
	border-bottom: dotted 1px #999;
	text-align: left;
}

@media print, screen and (min-width: 601px) {
  
.outlineTbl tr {
	display: table-row;
	border-bottom: dotted 1px #999;
}

.outlineTbl tr th,
.outlineTbl tr td {
	display: table-cell;
	padding: 0.8em;
	font-size: 1.4rem;
}

.outlineTbl tr th {
	width: 30%;
	border: none;
}


.outlineTbl tr td {
	width: 70%;
}

}

/* アクセス */

#access {
  width: 100%;
}

.accessBlock {
  width: 100%;
}

.accessBlock .googleMap {
  position: relative;
  width: 100%;
	height: 340px;
	background: #eee;
	border: 1px solid #e1deda;
  overflow: hidden;
  margin-bottom: 10px;
}
  
.accessBlock .googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.accessBlock .note {
	font-size: 1.4rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 601px) {
  
}
</pre></body></html>