@charset "UTF-8";
/*======================================
	基本
=======================================*/

h3.area_tl {
	padding: 0.5em 0;
	margin-top: 1em;
	margin-bottom: 1.5em;
	background-color: #4F3400;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
.city_title {
	text-align: center;
	padding: 10px;
	background-color: #FDE382;
}
.btn_common {
	width: 240px;
	float: left;
	margin-top: 2%;
}

.boshu {
	background: #ecffef;
	border: solid 1px #ccc;
	padding: 2.5% 0;
	margin-bottom: 6em;
}
.boshu_wrap {
	width: 95%;
	margin: 0 auto;
}
.boshu_main {
	background: #fff;
	padding: 2.5%;
}
h4.boshu_icon {
	background: url(../img/pref_city/ttl_icon_kyouryokutai.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 41px;
	padding: 10px 0 10px 50px;
	border-bottom: dotted 2px #ccc;
	margin-bottom: 2%;
}
h4.boshu_name a {
	font-weight: bold;
	font-size: 140%;
}
.boshu_alert {
	color: red;
	font-weight: bold;
}
.boshu_catch {
	font-weight: bold;
	font-size: 130%;
	color: #22A637;
}
.boshu_txt {
	width: 63.49%;
	float: left;
}
.boshu_img {
	width: 34.35%;
	float: right;
}
.boshu_img img {
	margin-bottom: 10px;
}
.boshu_img .link_btn {
	width: 100%;
	float: left;
	padding: 0 0.5%;
	margin-bottom: 5%;
}
.btn_bk p {
	margin-top: 2px;
}
.btn_bk p:before {
	content: url(../img/sp_btn_mk.png);
	position: relative;
	left: -5px;
	top: 3px;
}
.link_attn {
	margin-top: 4%;
}
.boshu_box {
	margin-bottom: 7%;
}
.boshu_tl {
	font-size: 125%;
	font-weight: bold;
	color: #22A637;
	margin-bottom: 1em;
}
.boshu_kikan {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 2%;
}
.boshu_li {
	font-weight: bold;
}
.boshu_link{
	margin:1em 0;
}
.boshu_link span:before{
	content: url(../img/maru.png);
	margin-right: 5px;
	position: relative;
	top: 2px;
}

/*======================================
	スマホ
=======================================*/
@media screen and (max-width: 569px) {
.btn_common {
	float: none;
	margin: 2.5% auto;
}
.boshu {
	margin: 0 auto 5%;
	padding: 10px 10px;
}
.boshu_main {
	width: auto;
	background: #fff;
	padding: 10px;
	margin-bottom: 0;
}
.boshu_txt {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.boshu_img {
	float: none;
	width: 100%;
	margin: 1em auto 0;
	max-width: 320px;
}
.boshu_img img {
	margin-top: 5%;
}
}
