.atmc-gallery .atmc-card {
  box-shadow: 0px 8px 8px rgba(0,0,0,.16) !important;
  height: 100%;
}
@media screen and (min-width: 992px) {
.atmc-gallery .atmc-card {
margin: 0 1rem;
}
}


/*  これは何だろう？？　これが入ると事例ページのソートのレイアウトが崩れるから一旦コメントアウト　2023/12/14

.atmc-gallery-02 {
display: flex !important;
}
.atmc-gallery-02 .atmc-grid-col {
  display: flex !important;
  flex: 1 0 auto;
}

.atmc-gallery.atmc-grid {
    display: flex!important;
    margin: -.75rem;
}
.atmc-gallery.atmc-grid .atmc-grid-col {
  display: flex !important;
  flex: 1 0 auto; /* fix IE11 */
}
 */

.atmc-gallery-02 .atmc-card_header {
  margin: -3rem -3rem 2rem;
}
.atmc-gallery-02-waku {
  font-size: 12px;
  text-align: left;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #eee;
  display: inline-block;
}
.atmc-gallery-02 h4 {
  margin-top: 16px;
}
.atmc-gallery-02 h4 a {
  font-size: 17px;
  color: #333 !important;
}
.atmc-gallery-02 h4 a:visited {
  color: #333 !important;
}
.atmc-gallery-02 h4 a small {
  color: #666 !important;
}
.atmc-gallery-02 h4 a:visited small {
  color: #666 !important;
}
.atmc-gallery-02 .atmc-btn {
  font-size: 13px;
  margin-top: 24px;
}


.atmc-gallery-03 h4 {
  padding-top: 8px;
  padding-bottom: 16px;
}
.atmc-gallery-03 h4 a {
  font-size: 16px;
}
.atmc-gallery-03-waku {
  font-size: 12px;
  text-align: left;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #272c30;
  display: inline-block;
}

.atmc-gallery-03 .atmc-btn {
  font-size: 14px;
}


/* 08 */
@media screen and (min-width: 768px) {
.atmc-gallery-08 .atmc-gallery-02_img {
    padding-bottom: 40%;
}
}
.atmc-gallery-08-waku {
  font-size: 14px;
  color: #666;
}

.atmc-gallery-08.atmc-gallery.atmc-grid> div {
    padding: 2rem;
}

.atmc-gallery-08.atmc-gallery .atmc-card {
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%) !important;
    height: 100%;
  border: 1px solid #e1e1e1;
}

.atmc-gallery-08 .atomic_btm_bottom .atmc-btn-primary, .hs-button {
    color: #fff !important;
    background: #8791a9 !important;
    border-color: #8791a9;
  margin-bottom: 8px;
  font-size: .9rem;
}

.atmc-gallery-08 .atmc-card_header {
    margin: -3rem -3rem 2rem;
}



/* コンサル一覧用 */
.atomic_btm_bottom {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}
