@charset "utf-8";
/*------ PC版ナビバーの幅調整 ------*/
h3.title{
	background-color: #f70093;
	text-align: center;
}
h3.title a{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
h3.title a:hover{
	color: #ffff00;
}
.mokuji span img{
	float: right;
	max-width: 345px;
	height: auto;
}
.inner .col_4 img{
	width: 100%;
	height: auto;
}
.flex_box.furusatogaeri {
	justify-content: space-evenly;
}
.furusatogaeri .column_4 {
	padding: 0;
	width: 24.3%;
	margin-bottom: 1rem;
}
.furusatogaeri .column_4 h3 {
	padding: 7px 0 4px 0;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}