@charset "utf-8";

/**********************************************/
/* A-PLAT 改修版 */
/* 地域の適応　計画を策定する  2020.11.11 */
/**********************************************/
.c-btn[target=_blank]::after {
    width: 21px;
    height: 21px;
    background-image: url("../../../../img/icon-pdf.png")!important;
    background-size: 17px 21px!important;
}
.plan-tebiki h2{
	border-left:8px solid #000;
	background: none;
	margin-bottom: 20px;
}
.plan-tebiki h3 {
	border-bottom: none;
}
.local-plan-tebiki ul{
	margin: 1em 0 1.0em 1.0em;
}
.local-plan-tebiki li{
	margin-bottom: 3px;
}
@media (max-width: 767px) {
  /* 画面サイズが768px未満の場合の設定 */
}