﻿.group_3clm {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 1em -20px 0;
}

.group_3clm > div {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 40px);
  margin: 0 20px 40px;
}

.group_3clm > div img {
  width: 100%;
}

.group_3clm_txt {
  margin-top: 1.5em;
}
.group_clm3_txt p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  color: #1e1e82;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .group_3clm {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .group_3clm > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px 30px;
  }
}
[class*="column-image"] img,
[class*="column-media"] img,
[class*="column-eximage"] img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
