/* about */
.searchBlock.about {
	padding: 15px 13px;
}

.f35-flex {               /* 横並び → 縦積み */
    flex-direction: column;
    align-items: stretch;
}
.f35-text {               /* 右ボーダーと余白をリセット */
	border-right: none !important;
	padding-right: 0 !important;
}
.f35-img {                /* 左余白をリセット */
	padding-left: 0 !important;
}
.f35-figure {             /* 画像を画面幅いっぱいに */
	width: 100% !important;
	height: auto !important;
	margin: 12px 0 0 0 !important;   /* 大きい余白を縮小 */
}