@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;
}
.col_5 {
    width: 19%;
    margin: 0.5%;
    background: white;
    box-shadow: 0 3px 5px rgb(0 0 0 / 22%);
    border-radius: 6px;
    list-style: none;
	padding-top: 0.5rem;
	font-size: 16px;
}
p.fv_title {
	font-weight: bold;
}
table.kaimyo-kakaku {
    border-collapse: collapse;
    border-spacing: 0;
}
.kaimyo-kakaku {
	line-height: 1.6;
    font-size: 1.1rem;
    margin-top: 0.5rem;
}
.kaimyo-kakaku thead {
    background: #3891eb;
    color: #fff;
    border-bottom: 2px double #0367CB;
}
.kaimyo-kakaku th, .kaimyo-kakaku tr td {
    border: 1px solid #a5c4d4;
    padding: 0.3rem 0.3rem 0.2rem;
    text-align: center;
}
.kaimyo-kakaku tr td:first-child {
	text-align: left;
	padding: 0 5px 0 10px;
}
