@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Hind:wght@500&display=swap);body{font-family:'Noto Serif JP',serif}.en{font-family:Hind,sans-serif;font-weight:500;font-style:normal}


.logotxt p {
    font-size:12px;
} 


/*相互リンク*/
		.f-info-area{
			margin:20px 0 60px;
		}

			.f-bn{
				margin: 0 auto;
				max-width: 1100px;
				width: 100%;
				display:flex;
				flex-wrap: wrap;
				gap: 20px;
			}

			.f-bn li{
				list-style: none;
				width:calc( (100% - 80px) / 5 );
			}

			.f-bn li img{
				width:100%;
				border: 1px solid #ccc;
			}

		@media only screen and (max-width: 768px) {
			.f-bn li{
				width:calc( (100% - 20px) / 2 );
			}

		}

.pickup #content01 .box_tit img.rows3, .pickup #content02.rows3 .box_tit img.rows3 {
    padding-left:2rem;
    padding-right:2rem;
}
