/* 2022.03.30 h2 decoration */
div.entry-content h2 {
  position: relative;
  padding: 1.5rem 2rem;
  border: 6px solid #fce9e9;
  background: #fff;
}
div.entry-content h2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fce9e9 transparent transparent transparent;
}
div.entry-content h2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
/* Ima LINK BACKGROUND COLOR */
.entry-content a.bgc, .entry-content a.bgc:link, .entry-content a.bgc:visited { background: #e1f4fe; padding: 4px;}
.entry-content a.bgc:hover, .entry-content a.bgc:active { background: #fce9e9; padding: 4px;}
/* ストライプBox */
div.digest {
	padding: 20px;
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}
div.digest::before {
	background: repeating-linear-gradient(-45deg, #6ea0ce, #6ea0ce 5px, #e0ebf5 0, #e0ebf5 10px);
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
div.digest::after {
	background: #fff;
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: -1;
}
/* 役所 */
table.ctyhll {
	border-top: 1px #ebebeb solid;
	border-right: 1px #ebebeb solid;	  border-collapse: collapse;

}
table.ctyhll th{
	background: #ebebeb;
	color:#333;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #FFF;
	width:20%;
}
table.ctyhll tr:last-child th{
	border-bottom:1px solid #ebebeb;
}
table.ctyhll td{
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	width:70%;
word-break: break-all;
}
/* 社会福祉協議会 */
dl {
	margin: 0 0 20px;
}
dl dt {
	font-weight: bold;
	color: #254b6d;
}
dl dd.last {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}