@charset "UTF-8";

/*----------------------------------------------------
  ページタイトル
----------------------------------------------------*/
/*
.bg-contents-top::before {
  left: 35%;
  width: 105%;
  height: 100%;
  background-image: url(../images/mainimg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
*/



/*----------------------------------------------------
  事務所の紹介
----------------------------------------------------*/
img.photo-image {
	width: auto;
	height: auto;
	max-width: 80%;
	border: 1px solid #999;
	padding: 3px;
}
.column-area {
	border-top: 2px dashed #AAA;
	border-bottom: 2px dashed #AAA;
	margin: 20px 0;
	padding: 10px;
}
.column-area p {
	text-indent: 1.0em;
}



/*----------------------------------------------------
  山・川・海・湖の相談室
----------------------------------------------------*/
#soudan-tbl {}
@media screen and (max-width: 767.98px) {
  #soudan-tbl {}
  #soudan-tbl td:not(:first-child)::before {
	display: block;
	margin-left: -1.0em;
	color: #039;
	font-weight: 600;
  }
  #soudan-tbl td:nth-child(2)::before {
	content: "問い合わせ先（各河川担当事務所）：";
  }
  #soudan-tbl td:nth-child(3)::before {
	content: "電話番号（代表）：";
  }
}



/*----------------------------------------------------
  リンク集
----------------------------------------------------*/
ul.link-list {
	overflow: hidden;
}
ul.link-list > li {
	width: 33%;
	float: left;
}
@media screen and (max-width: 991.98px) {
  ul.link-list > li {
	width: 50%;
	float: left;
  }
}
@media screen and (max-width: 575.98px) {
  ul.link-list > li {
	width: 100%;
	float: none;
  }
}
.click-map {
	width: 100%;
	max-width: 580px;
	margin: 10px auto 30px;
}



/*----------------------------------------------------
  サイトマップ
----------------------------------------------------*/
ul.sitemap {
	margin-bottom: 50px;
}



/*----------------------------------------------------
  ご利用のご注意
----------------------------------------------------*/
h5.columns-title3 {
  font-size: 1.15em;
  font-weight: 600;
  color: #03f;
  margin-bottom: 15px;
  padding-left: 1.0em;
  border-bottom: 2px dashed #490;
}
.txt-area p a {
	text-decoration: underline;
}
.txt-area p a:hover,
.txt-area p a:active {
	text-decoration: none;
}
ul.tbl_cel {
	overflow: hidden;
}
ul.tbl_cel > li {
	width: 33%;
	float: left;
}


/*----------------------------------------------------
  
----------------------------------------------------*/
@media screen and (max-width: 991.98px) {}
@media screen and (max-width: 767.98px) {}
@media screen and (max-width: 575.98px) {}

