@charset "UTF-8"; /* --------------------------------------------------------- キーパーラボ(バリューページ要素定義) URL: https://keeperlabo.jp/keepervalue/ © I-tac Giken. All Rights Reserved. ------------------------------------------------------------ */ #main1colArea { padding-top: 5px; .wrap { padding-bottom: 3px!important; } } .block.keepervalue, .block.keeperapp { .inner { width: calc(100% - 7px); height: auto; margin: 0 auto; div { padding-left: 0; padding-bottom: 3rem; width: calc(100% - 3px); height: auto; margin: 0 auto; display: flex; flex-wrap: wrap; } img { width: 100%; height:auto; object-fit: cover; } } } .block.keeperapp { .inner { div { padding-bottom: 0; display: flex; flex-wrap: wrap; width: calc(100% - 3px); height: auto; justify-content: center; } div.store_wrap { background: #c90f24; display: flex; flex-wrap: wrap; width: calc(100% - 3px); height: auto; margin-top: -1px; div.link_wrap { background: none; width: 60%; height: auto; display: flex; flex-direction: row; justify-content: space-between; div { width: 48%; height: auto; img { width: 100%; height: auto; object-fit: cover; } a:hover { opacity: 0.7; } } } } div:last-child { margin-top: -1px; } } }