/*サイドカラムバナーサイズ調整*/
.block2 .tag_free {
display: flex;
flex-direction: column;
justify-content: center;
}

.block2 .tag_free img {
width:100%;
height:auto;
}

.block2 .tag_free iframe {
margin:5px auto;
}